

.jumbotron {
  position: relative;
  padding: 40px 0;
}
.jumbotron h1 {
  font-size: 56px;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 0 10px 0;
}
.jumbotron p {
  font-size: 21px;
  line-height: 1.275;
  margin: 0 0 20px 0;
}
.jumbotron .btn {
  margin-top: 10px;
}
.jumbotron .btn-large {
  margin-top: 20px;
  font-size: 18px;
}
.masthead {
  padding: 80px 0 60px;
  text-align: center;
}
.masthead h1 {
  font-size: 98px;
}
.masthead p {
  font-size: 42px;
}
.masthead .btn-large {
  font-size: 28px;
  padding: 14px 28px;
}
.jumbotron.has-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.masthead.has-image {
  text-align: left;
}
.thumbnails {
  margin-bottom: 20px;
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  position: relative;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  border: 1px solid #d6d6d6;
  display: block;
  padding: 4px;
  line-height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.thumbnail:hover {
  border-color: #690;
  -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #666;
}
.thumbnails.paper > li:before,
.thumbnails.paper > li:after {
  content: '';
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  box-shadow: 0 15px 10px rgba(0,0,0,0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.thumbnails.paper > li:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.thumbnails.paper .thumbnail {
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.thumbnails.paper a.thumbnail.paper:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  text-indent: -9999em;
  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("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png");
}
.t3-logo-dark {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png");
}
.t3-logo-small.t3-logo-dark {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png");
}
.t3-logo-light {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png");
}
.t3-logo-small.t3-logo-light {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png");
}

.wrap {
  width: auto;
  clear: both;
}
.offset-12 {
  margin-left: -1180px;
}
.offset-11 {
  margin-left: -1080px;
}
.offset-10 {
  margin-left: -980px;
}
.offset-9 {
  margin-left: -880px;
}
.offset-8 {
  margin-left: -780px;
}
.offset-7 {
  margin-left: -680px;
}
.offset-6 {
  margin-left: -580px;
}
.offset-5 {
  margin-left: -480px;
}
.offset-4 {
  margin-left: -380px;
}
.offset-3 {
  margin-left: -280px;
}
.offset-2 {
  margin-left: -180px;
}
.offset-1 {
  margin-left: -80px;
}
.row-fluid .spanfirst {
  margin-left: 0 !important;
}

@media (max-width: 767px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
}

.wrap {
  width: auto;
  clear: both;
}
.tab-content {
  overflow: visible;
}

body {
  background-color: #fff;
  color: #444;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
a {
  color: #878c5b;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
img {
  max-width: 100% !important;
}
.img-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  line-height: 20px;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}
td {
  border-top: 1px solid #ddd;
}
th {
  background: #444;
  font-weight: bold;
}
.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;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #ddd;
}
.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;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  margin-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #ddd;
  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 #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.star {
  color: #fc0;
}
.red {
  color: #c00;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
hr.hr-condensed {
  margin: 10px 0;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.width-auto {
  width: auto;
}

.body-overlayed {
  overflow: hidden;
}
.academy_head a {
  color: #414141;
}
.academy_head .blue_text a {
  color: #3d9dcc;
}
p {
  margin: 10px 0;
  font-weight: 300;
}
p small,
p .small {
  font-size: 12px;
  color: #999;
}
.lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #f80;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cc6d00;
}
.text-error {
  color: #c00;
}
a.text-error:hover,
a.text-error:focus {
  color: #990000;
}
.text-info {
  color: #07b;
}
a.text-info:hover,
a.text-info:focus {
  color: #005788;
}
.text-success {
  color: #690;
}
a.text-success:hover,
a.text-success:focus {
  color: #446600;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1 {
  font-size: 36px;
  margin-bottom: 20px;
}
h1 small {
  font-size: 28px;
}
h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
h2 small {
  font-size: 21px;
}
h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
h3 small {
  font-size: 16px;
}
h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
h4 small {
  font-size: 14px;
}
h5 {
  font-size: 16px;
  margin-bottom: 20px;
}
h5 small {
  font-size: 12px;
}
h6 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.page-header {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 20px;
  margin: 0 0 40px;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #d6d6d6;
  margin: 0 0 20px;
  *zoom: 1;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  margin: 0 0 10px 0;
  line-height: 1;
}
.item-title {
  font-weight: bold;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.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;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #999;
}
.label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #c00;
}
.label-important[href],
.badge-important[href] {
  background-color: #990000;
}
.label-warning,
.badge-warning {
  background-color: #f80;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #cc6d00;
}
.label-success,
.badge-success {
  background-color: #690;
}
.label-success[href],
.badge-success[href] {
  background-color: #446600;
}
.label-info,
.badge-info {
  background-color: #07b;
}
.label-info[href],
.badge-info[href] {
  background-color: #005788;
}
.label-inverse,
.badge-inverse {
  background-color: #444;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #2b2b2b;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  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: 0;
  font-style: normal;
  line-height: 20px;
}

form {
  margin: 0 0 20px;
}
label,
input,
button,
select,
textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input,
textarea {
  width: 210px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-color: #d6d6d6 !important;
}
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,
.uneditable-input:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #d6d6d6 !important;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #d6d6d6;
}
select[multiple],
select[size] {
  height: auto;
}
.radio,
.checkbox {
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  padding-top: 5px;
  margin-bottom: 0;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.radio.btn-group input[type=radio] {
  display: none;
}
.radio.btn-group > label:first-of-type {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
fieldset.radio.btn-group {
  padding-left: 0;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #d6d6d6;
}
.help-block,
.help-inline {
  color: #6a6a6a;
}
.help-block {
  margin-bottom: 10px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  margin-bottom: 0;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
}
.form-horizontal .control-label {
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
.form-vertical .control-label {
  float: none;
  width: auto;
  padding-right: 0;
  padding-top: 0;
  text-align: left;
}
.form-vertical .controls {
  margin-left: 0;
}
.btn,
.button,
button {
  padding: 4px 14px;
  color: #444;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top,#ffffff,#eee);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#eee));
  background-image: -webkit-linear-gradient(top,#ffffff,#eee);
  background-image: -o-linear-gradient(top,#ffffff,#eee);
  background-image: linear-gradient(to bottom,#ffffff,#eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  border-color: #eee #eee #c8c8c8;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
.button:hover,
.button:focus,
.button:active,
.button.active,
.button.disabled,
.button[disabled],
button:hover,
button:focus,
button:active,
button.active,
button.disabled,
button[disabled] {
  color: #444;
  background-color: #eee;
  *background-color: #e1e1e1;
}
.btn:active,
.btn.active,
.button:active,
.button.active,
button:active,
button.active {
  background-color: #d5d5d5 \9;
}
.btn:hover,
.btn a.btn:hover,
.button:hover,
.button a.btn:hover,
button:hover,
button a.btn:hover {
  text-decoration: none;
  background-color: #eee;
}
.btn:focus,
.btn a.btn:focus,
.button:focus,
.button a.btn:focus,
button:focus,
button a.btn:focus {
  outline: 0;
}
.btn.active,
.btn:active,
.btn a.btn:active,
.button.active,
.button:active,
.button a.btn:active,
button.active,
button:active,
button a.btn:active {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 13px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 12px;
}
.btn-micro {
  padding: 1px 4px;
  font-size: 10px;
  line-height: 8px;
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #7ab800;
  background-image: -moz-linear-gradient(top,#88cc00,#690);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#88cc00),to(#690));
  background-image: -webkit-linear-gradient(top,#88cc00,#690);
  background-image: -o-linear-gradient(top,#88cc00,#690);
  background-image: linear-gradient(to bottom,#88cc00,#690);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87cc00', endColorstr='#ff669900', GradientType=0);
  border-color: #690 #690 #334d00;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #690;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #690;
  *background-color: #558000;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #446600 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #ff961f;
  background-image: -moz-linear-gradient(top,#ffa033,#f80);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffa033),to(#f80));
  background-image: -webkit-linear-gradient(top,#ffa033,#f80);
  background-image: -o-linear-gradient(top,#ffa033,#f80);
  background-image: linear-gradient(to bottom,#ffa033,#f80);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9f32', endColorstr='#ffff8800', GradientType=0);
  border-color: #f80 #f80 #b35f00;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #f80;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f80;
  *background-color: #e67a00;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #cc6d00 \9;
}
.btn-danger,
.btn-error {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #eb0000;
  background-image: -moz-linear-gradient(top,#ff0000,#c00);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff0000),to(#c00));
  background-image: -webkit-linear-gradient(top,#ff0000,#c00);
  background-image: -o-linear-gradient(top,#ff0000,#c00);
  background-image: linear-gradient(to bottom,#ff0000,#c00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffcc0000', GradientType=0);
  border-color: #c00 #c00 #800000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #c00;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled],
.btn-error:hover,
.btn-error:focus,
.btn-error:active,
.btn-error.active,
.btn-error.disabled,
.btn-error[disabled] {
  color: #fff;
  background-color: #c00;
  *background-color: #b30000;
}
.btn-danger:active,
.btn-danger.active,
.btn-error:active,
.btn-error.active {
  background-color: #990000 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #7ab800;
  background-image: -moz-linear-gradient(top,#88cc00,#690);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#88cc00),to(#690));
  background-image: -webkit-linear-gradient(top,#88cc00,#690);
  background-image: -o-linear-gradient(top,#88cc00,#690);
  background-image: linear-gradient(to bottom,#88cc00,#690);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87cc00', endColorstr='#ff669900', GradientType=0);
  border-color: #690 #690 #334d00;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #690;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #690;
  *background-color: #558000;
}
.btn-success:active,
.btn-success.active {
  background-color: #446600 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #00b0eb;
  background-image: -moz-linear-gradient(top,#00bfff,#09c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00bfff),to(#09c));
  background-image: -webkit-linear-gradient(top,#00bfff,#09c);
  background-image: -o-linear-gradient(top,#00bfff,#09c);
  background-image: linear-gradient(to bottom,#00bfff,#09c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00bfff', endColorstr='#ff0099cc', GradientType=0);
  border-color: #09c #09c #006080;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #09c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #09c;
  *background-color: #0086b3;
}
.btn-info:active,
.btn-info.active {
  background-color: #007399 \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #535353;
  background-image: -moz-linear-gradient(top,#5e5e5e,#444);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5e5e5e),to(#444));
  background-image: -webkit-linear-gradient(top,#5e5e5e,#444);
  background-image: -o-linear-gradient(top,#5e5e5e,#444);
  background-image: linear-gradient(to bottom,#5e5e5e,#444);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d5d5d', endColorstr='#ff444444', GradientType=0);
  border-color: #444 #444 #1e1e1e;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #444;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #444;
  *background-color: #373737;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #2b2b2b \9;
}
.invalid {
  border-color: #c00;
}
label.invalid {
  color: #c00;
}
input.invalid {
  border: 1px solid #c00;
}

.nav {
  margin-bottom: 20px;
}
.nav > li > a:hover {
  background-color: transparent;
  color: #000;
}
.nav .dropdown-toggle .caret {
  border-top-color: #414141 !important;
  border-bottom-color: #414141 !important;
  margin-top: 8px;
  margin-left: 5px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #3d9dcc !important;
  border-bottom-color: #3d9dcc !important;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: block;
  width: 0;
  height: 0;
  vertical-align: top;
  position: relative;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  content: "";
}
.caret:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 100% -50%;
  width: 4px;
  height: 4px;
  border-left: 1px solid #777;
  border-bottom: 1px solid #777;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-size: cover;
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu li {
  padding: 10px 15px;
  border-bottom: 1px solid #d6d6d6;
}
.dropdown-menu li > a {
  clear: both;
  display: block;
  line-height: 20px;
  font-weight: normal;
  padding: 0;
  text-shadow: none;
  white-space: nowrap;
}
.dropdown-menu li:last-child {
  border: 0;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #bde9ff;
  text-decoration: none;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #3d9dcc !important;
  text-decoration: none;
  outline: 0;
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.nav li.dropdown.open > .dropdown-toggle,
.nav li.dropdown.active > .dropdown-toggle,
.nav li.dropdown.open.active > .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  background-color: #690;
  color: #eee;
}
.nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #414141;
  border-bottom-color: #414141;
}
.nav li.dropdown > .dropdown-toggle:hover .caret {
  border-top-color: #3d9dcc !important;
  border-bottom-color: #3d9dcc !important;
}
.nav li.dropdown.open > .dropdown-toggle .caret,
.nav li.dropdown.active > .dropdown-toggle .caret,
.nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #3d9dcc !important;
  border-bottom-color: #3d9dcc !important;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  border-left: 1px solid transparent;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.touch .dropdown-submenu:hover > .dropdown-menu {
  display: none;
}
.touch .dropdown-submenu.open > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  border-left-color: #fff;
  position: absolute;
  top: 5px;
  right: 15px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #bde9ff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.t3-navhelper {
  background: #2f2f2f;
  color: #666;
}
.breadcrumb {
  margin: 0 !important;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *zoom: 1;
}
.breadcrumb:before,
.breadcrumb:after {
  display: table;
  content: "";
  line-height: 0;
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb li {
  text-shadow: none;
  font-size: 14px;
  display: inline-block;
}
.breadcrumb a {
  text-decoration: none;
  color: #414141;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #666;
}
.breadcrumb .divider img {
  display: none;
  vertical-align: middle;
}
.breadcrumb .divider:after {
  content: '/';
}
.breadcrumb .active {
  color: #999;
  display: none;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 1px 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}

.t3-mainnav .navbar {
  color: #666;
  margin-bottom: 0;
  margin-top: 0;
}
.t3-mainnav .navbar-inner {
  min-height: 40px;
  padding: 0;
  background: transparent;
  border: 0;
  display: inline-block;
  float: right;
  margin-top: 26px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.t3-mainnav .navbar .nav {
  margin: 0;
}
.t3-mainnav .navbar .nav > li > a {
  border-top: 0;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  text-shadow: none;
  color: #878C5B;
  border: 1px solid transparent !important;
  text-transform: uppercase;
}
.t3-mainnav .navbar .nav > li > a:focus,
.t3-mainnav .navbar .nav > li > a:hover {
  background: none;
  text-shadow: none;
  outline: none;
  color: #303030;
  border-color: #d6d6d6 !important;
}
.t3-mainnav .navbar .nav > .active > a,
.t3-mainnav .navbar .nav > .active > a:hover,
.t3-mainnav .navbar .nav > .active > a:focus {
  background: none !important;
  color: #303030 !important;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.t3-mainnav .navbar .btn-navbar {
  float: left;
  padding: 5px 10px;
  margin: 4px 20px 4px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top,#f2f2f2,#d9d9d9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#d9d9d9));
  background-image: -webkit-linear-gradient(top,#f2f2f2,#d9d9d9);
  background-image: -o-linear-gradient(top,#f2f2f2,#d9d9d9);
  background-image: linear-gradient(to bottom,#f2f2f2,#d9d9d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffd8d8d8', GradientType=0);
  border-color: #d9d9d9 #d9d9d9 #b3b3b3;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #d9d9d9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.t3-mainnav .navbar .btn-navbar:hover,
.t3-mainnav .navbar .btn-navbar:focus,
.t3-mainnav .navbar .btn-navbar:active,
.t3-mainnav .navbar .btn-navbar.active,
.t3-mainnav .navbar .btn-navbar.disabled,
.t3-mainnav .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #d9d9d9;
  *background-color: #cccccc;
}
.t3-mainnav .navbar .btn-navbar:active,
.t3-mainnav .navbar .btn-navbar.active {
  background-color: #bfbfbf \9;
}
.t3-mainnav .navbar .btn-navbar [class^="icon-"],
.t3-mainnav .navbar .btn-navbar [class^=" icon-"] {
  color: #666;
  text-shadow: none;
}
.t3-mainnav .dropdown .caret {
  margin-left: 5px;
}
.t3-mainnav .dropdown-menu {
  margin-top: -1px;
  -webkit-box-shadow: 5px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 5px 5px rgba(0,0,0,0.2);
  box-shadow: 5px 5px rgba(0,0,0,0.2);
}
.t3-mainnav .dropdown-menu li > a {
  color: #414141;
  text-shadow: none;
}
.t3-mainnav .dropdown-menu li:first-child > a {
  border-top: 0;
}
.t3-mainnav .navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.t3-mainnav .navbar .nav > li > .dropdown-menu:after {
  display: none;
}
.t3-mainnav .dropdown-menu li > a:hover,
.t3-mainnav .dropdown-menu li > a:focus,
.t3-mainnav .dropdown-submenu:hover > a {
  color: #3d9dcc;
}
.t3-mainnav .dropdown-menu .disabled > a,
.t3-mainnav .dropdown-menu .disabled > a:hover {
  color: #999;
}
.t3-mainnav .dropdown-menu .disabled > a:hover {
  background-color: transparent;
}
.t3-mainnav .nav li.dropdown.open {
  background: none;
}
.t3-mainnav .nav li.dropdown.open a {
  border-color: #d6d6d6 !important;
}
.t3-mainnav .nav li.dropdown.open > .dropdown-toggle {
  background: none;
  color: #3d9dcc;
}
.t3-mainnav .nav li.dropdown.active > .dropdown-toggle,
.t3-mainnav .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: none;
  color: #eee;
}
.b2j_academy_educational_page img {
  border: solid 1px #e1e1e1;
  padding: 4px;
}
.b2j_academy_educational_page .b2j_academy_educational_right .b2j_academy_educational_title,
.b2j_academy_educational_page .b2j_academy_educational_right .b2j_academy_educational_text {
  text-align: right;
}
.b2j_academy_educational_page .b2j_academy_educational_left .b2j_academy_educational_title,
.b2j_academy_educational_page .b2j_academy_educational_left .b2j_academy_educational_text {
  text-align: left;
}
.b2j_academy_educational_page .b2j_academy_educational_divider {
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 40px;
}
.b2j_academy_educational_page .b2j_academy_educational_divider:first-child {
  margin-top: 0px;
}
.b2j_academy_educational_page .b2j_academy_educational_divider_text {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  position: relative;
  line-height: 48px;
}
.b2j_academy_educational_page .b2j_academy_educational_divider_text:before {
  background-color: #e1e1e1;
  position: absolute;
  width: 2000px;
  height: 1px;
  content: '';
  left: -2000px;
  top: 24px;
}
.b2j_academy_educational_page .b2j_academy_educational_divider_text:after {
  background-color: #e1e1e1;
  position: absolute;
  width: 2000px;
  height: 1px;
  content: '';
  top: 24px;
  left: 48px;
}
.b2j_academy_educational_page .b2j_academy_education_middel_con {
  position: relative;
}
.b2j_academy_educational_page .b2j_academy_education_middel_text {
  margin-left: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
@media only screen and (max-width: 600px) {
  .b2j_academy_educational_page .b2j_academy_education_middel_text {
    position: static;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
  .b2j_academy_educational_page .b2j_academy_educational_right .b2j_academy_educational_text {
    margin-bottom: 15px;
  }
  .b2j_academy_educational_page .b2j_academy_educational_left .b2j_academy_educational_title {
    margin-top: 15px;
  }
}
legend {
  border-bottom: 0;
}
#advsearch .krow1 .kcol {
  border-top: 0;
}
#advsearch .kheader {
  border-bottom-width: 1px !important;
}
#advsearch .kheader h2 {
  padding-left: 8px;
}
#advsearch tr:last-child td {
  border-bottom: 1px solid;
}
#advsearch #kusername {
  float: left;
  margin-bottom: 10px;
}
#advsearch .exactname {
  float: left;
  margin-right: 0;
}
#advsearch .styledCheckbox {
  margin-left: 10px;
}
#advsearch .chosen-container a {
  height: 30px;
  padding-top: 2px;
}
#advsearch .chosen-container .chosen-results li {
  height: 30px;
  padding: 5px 10px;
}
.styledCheckbox {
  float: left;
  margin-top: 2px;
}
#sclogin-remember-lbl {
  padding-left: 10px;
}

.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 40px;
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  color: #FDBC18;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: uppercase;
  overflow: hidden;
}
.module-title span {
  position: relative;
  padding-right: 10px;
}
.module-title span:after {
  content: '';
  position: absolute;
  width: 2000px;
  height: 1px;
  background: #d6d6d6;
  top: 50%;
  left: 100%;
}
.module-ct {
  background: inherit;
  color: inherit;
  padding: 0;
  *zoom: 1;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: "";
  line-height: 0;
}
.module-ct:after {
  clear: both;
}
.t3-module ul,
.t3-module ol {
  margin-left: 20px;
}
.t3-module ul.unstyled,
.t3-module ol.unstyled,
.t3-module ul.nav,
.t3-module ol.nav {
  margin-left: 0;
}
.module_menu .nav {
  margin-bottom: 20px;
}
.module_menu .nav > li {
  border-top: 1px solid #eee;
}
.module_menu .nav > li > a {
  padding: 5px;
}
.module_menu .nav > li:first-child {
  border-top: 0;
}
.module_menu .nav > li:first-child > a {
  padding-top: 0;
  border-top: 0;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 90%;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #d6d6d6;
  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 #d6d6d6;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
  padding-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eee;
}
.feed .newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed .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: #eee;
  display: inline-block;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
div.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
div.tagspopular ul li {
  color: #666;
  display: inline-block;
  margin: 0 5px 5px 0;
}
div.tagspopular ul li a {
  background: #eee;
  border-radius: 3px;
  color: #666;
  display: block;
  padding: 2px 5px;
}
div.tagspopular ul li a:hover,
div.tagspopular ul li a:focus,
div.tagspopular ul li a:active {
  background: #334d00;
  color: #fff;
  text-decoration: none;
}
div.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.tagssimilar ul li {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}
div.tagssimilar ul li a {
  color: #666;
}
div.tagssimilar ul li a:hover,
div.tagssimilar ul li a:focus,
div.tagssimilar ul li a:active {
  color: #334d00;
}
#itemListPrimaryGridView .itemContainer {
  padding-left: 20px;
  margin-bottom: 20px;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#itemListPrimaryGridView .catItemView {
  border: 1px solid #d6d6d6;
}
#itemListPrimaryGridView .catItemView .catItemAuthor,
#itemListPrimaryGridView .catItemView .catItemDateCreated {
  font-size: 12px;
}
#itemListPrimaryGridView .catItemView .catItemAuthor a,
#itemListPrimaryGridView .catItemView .catItemDateCreated a {
  color: #3d9dcc;
}
#itemListPrimaryGridView .catItemView .catItemReadMore {
  font-size: 12px;
  text-align: right;
}
#itemListPrimaryGridView .catItemView .catItemReadMore a {
  padding-right: 10px;
  position: relative;
  display: inline-block;
  color: #414141;
  text-decoration: none;
}
#itemListPrimaryGridView .catItemView .catItemReadMore a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #414141;
  border-right: 1px solid #414141;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 6px;
}
#itemListPrimaryGridView .catItemView .catItemReadMore a:hover {
  color: #3d9dcc;
}
#itemListPrimaryGridView .catItemView .catItemReadMore a:hover:after {
  border-color: #3d9dcc;
}
#itemListPrimaryGridView .catItemView .catItemHeader {
  margin-bottom: 15px;
}
#itemListPrimaryGridView .catItemView .catItemBody {
  padding: 0 20px;
}
#itemListPrimaryGridView .catItemView .catItemTitle a {
  color: #414141;
}
#itemListPrimaryGridView .catItemView .catItemTitle a:hover {
  text-decoration: none;
}
#itemListPrimaryGridView .catItemView .catItemIntroText {
  margin-bottom: 10px;
}
#itemListPrimaryGridView .catItemView .catItemAuthor,
#itemListPrimaryGridView .catItemView .catItemDateCreated {
  margin-bottom: 10px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#itemListPrimaryGridView .catItemView .catItemAuthor {
  border-right: 1px solid #d6d6d6;
  padding-right: 10px;
}
#itemListPrimaryGridView .catItemView .catItemDateCreated {
  padding-left: 10px;
}
#itemListPrimaryGridView .catItemView .catItemReadMore {
  border-top: 1px dotted #d6d6d6;
  padding: 5px 0;
}
@media (max-width: 1199px) {
  #itemListPrimaryGridView .itemContainer {
    width: 49.5%;
  }
}
@media (max-width: 979px) {
  .cat-large-image .catItemTagsBlock,
  .cat-large-image .catItemCommentsLink,
  .cat-image-left .catItemTagsBlock,
  .cat-image-left .catItemCommentsLink {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #itemListPrimaryGridView .itemContainer {
    width: 100%;
  }
  .cat-large-image .catItemAuthor,
  .cat-image-left .catItemAuthor {
    display: none;
  }
}
@media (max-width: 599px) {
  .cat-image-left .catItemTitle {
    margin-top: 4px;
  }
}
.cat-item-footer > div {
  display: inline-block;
  padding: 6px 10px 4px;
  border-right: 1px solid #d6d6d6;
}
.cat-item-footer > div:last-child {
  border-right: 0;
  border-left: 1px solid #d6d6d6;
}
.cat-item-footer {
  margin-top: 20px;
  border: 1px solid #d6d6d6;
}
.cat-item-footer .catItemReadMore {
  float: right;
}
.cat-image-left .image_block {
  max-width: 380px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}
.cat-image-left .catItemTitle a,
.cat-image-left .tagItemTitle a {
  color: #414141;
  text-decoration: none;
}
.cat-large-image .itemContainer,
.cat-image-left .itemContainer {
  margin-bottom: 50px;
}
.cat-large-image .itemContainer:last-child,
.cat-image-left .itemContainer:last-child {
  margin-bottom: 30px;
}
.cat-large-image .catItemTitle {
  margin-top: 7px;
}
.user_social_icons {
  margin-top: 10px;
}
.user_social_icons > a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
  margin: 2px;
}
.topStudents {
  overflow: hidden;
  display: inline-block;
  max-height: 206px;
}
.topStudents .swiper-slide {
  display: block;
  float: left;
  width: 203.5px;
  height: 206px;
  text-align: center;
}
.user_social_icons>a {
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}
.user_social_icons>a:hover {
  -webkit-transform: translate(0,-4px);
  -moz-transform: translate(0,-4px);
  -ms-transform: translate(0,-4px);
  -o-transform: translate(0,-4px);
  transform: translate(0,-4px);
}
.user_social_facebook {
  background: url('../../../images/default/fb_white.png');
}
.user_social_google {
  background: url('../../../images/default/google_plus_white.png');
}
.user_social_twitter {
  background: url('../../../images/default/twitter_white.png');
}
.user_social_linkedin {
  background: url('../../../images/default/ln_white.png');
}
.user_social_youtube {
  background: url('../../../images/default/youtube_white.png');
}
.topStudents_container .swiper-left-button,
.topStudents_container .swiper-right-button {
  display: inline-block;
  width: 28px;
  height: 178px;
  vertical-align: top;
}
.topStudents_container .topStudents .swiper-wrapper .swiper-slide a.ubUserName {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 6px;
  color: #414141;
  text-decoration: none;
}
.topStudents_container .topStudents .swiper-wrapper .swiper-slide a.ubUserName:hover {
  color: #3d9dcc;
}
.topStudents .users_avatar_view_profile {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 14px;
}
#Kunena .kpathway {
  margin-top: 10px !important;
}
#Kunena .kwhoisonline {
  margin-top: 40px !important;
}
#Kunena .klist-markallcatsread {
  margin-top: 0px !important;
}
#Kunena .kforum-pathway {
  margin-bottom: 10px !important;
}
html.com_kunena body {
  min-width: 500px;
}
#Kunena textarea,
#Kunena textarea.kmedium {
  font-size: 16px !important;
}
#Kunena *,
#Kunena table *,
#Kunena .klist-markallcatsread {
  border-color: #d6d6d6 !important;
}
#Kunena div.kblock .select_all {
  display: none;
}
#Kunena div.kblock div.kbody {
  border-color: #d6d6d6;
}
#Kunena td.kcol-mid {
  border-color: #d6d6d6;
}
#Kunena td.kcol-first {
  border-color: #d6d6d6;
}
#Kunena div.kthead-title a {
  color:  !important;
  font-size: ;
  font-family: ;
  display: inline-block;
  float: left;
  padding-bottom: 0;
  margin-bottom: 3px;
  font-weight: bold;
}
#Kunena div.kthead-title a:hover {
  color:  !important;
}
#Kunena span.kcat-topics-number,
#Kunena span.kcat-replies-number {
  display: block;
  font-size: ;
  margin: 5px 0;
  color:  !important;
  font-weight: ;
}
#Kunena span.kcat-topics,
#Kunena span.kcat-replies {
  text-align: center;
  font-size: ;
  color: ;
  font-weight: ;
}
#Kunena a {
  text-decoration: none;
  font-weight: ;
}
#Kunena .ks {
  font-size: ;
}
#Kunena tr.krow1 td,
#Kunena tr.krow2 td {
  background-color: transparent;
}
body #Kunena div.kblock > div.kheader {
  background: #fff !important;
  border: none;
  color:  !important;
  font-weight: ;
}
body #Kunena div.kblock.kwhoisonline > div.kheader {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#kwhoisonline tr.krow2 {
  border-top: 1px solid;
}
body #Kunena div.kblock.kwhoisonline div.kbody {
  border-top: 0;
}
body #Kunena div.kblock.kwhoisonline tr td:first-child {
  padding: 4px 18px;
}
#Kunena .kheader h2,
#Kunena .kheader h2 a {
  color: #414141 !important;
  text-decoration: none;
  font-size: 24px;
  margin-bottom: 10px;
}
#Kunena .kheader h2 a:hover {
  color:  !important;
}
#Kunena div.kblock {
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 0;
  margin: 0;
  clear: both;
  border-bottom: none;
}
.kwho-admin,
.kwho-globalmoderator,
.kwho-moderator,
.kwho-banned,
.kwho-user,
.kwho-guest {
  font-weight: ;
}
#Kunena div.kmsg-header {
  height: 65px;
  border-color: #d6d6d6;
  border-bottom: 1px solid;
  border-top: 1px solid;
  padding: 0 25px;
}
#Kunena div.kmsg-header h2 {
  line-height: 65px;
  text-align: center;
  margin-top: 0;
}
#Kunena div.kmsg-header h2 .kmsgtitle,
#Kunena div.kmsg-header h2 .kmsgtitle-new {
  margin: 0;
  float: left;
}
#Kunena span.kmsgtitle-new {
  background: none !important;
}
#Kunena div.kmsg-header-top span.kmsg-id-top a,
#Kunena div.kmsg-header-bottom span.kmsg-id-bottom a,
#Kunena div.kmsg-header-left span.kmsg-id-left a,
#Kunena div.kmsg-header-right span.kmsg-id-right a {
  color:  !important;
}
#Kunena td {
  border-color: #d6d6d6;
  position: relative;
}
#Kunena .klist-actions-forum td {
  border: 0;
}
#Kunena .klist-actions td {
  padding: 5px 10px;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
#Kunena .klist-actions td [class^="icon-"],
#Kunena .klist-actions td .fa {
  margin-right: 5px;
}
#Kunena .klist-actions td .fa.fa-flag {
  display: none;
}
#Kunena .klist-actions .kprofilebox tr td:first-child {
  padding: 4px 14px;
}
#Kunena td.kprofile-left {
  border: 1px solid #d6d6d6;
  border-left: 0;
  position: relative;
}
#Kunena .kpost-smallicons {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  position: absolute;
  bottom: 0;
  width: 240px;
}
#Kunena .kpost-smallicons > div {
  display: inline-block;
  margin-right: -3px;
}
#Kunena .kpost-smallicons > div:not(:last-child) {
  border-right: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#Kunena div.small_icon {
  height: 40px;
  line-height: 33px;
}
#Kunena div.small_icon.count_1 {
  width: 100%;
}
#Kunena div.small_icon.count_2 {
  width: 50%;
  display: inline-block;
}
#Kunena div.small_icon.count_3 {
  width: 33.33%;
  display: inline-block;
}
#Kunena div.small_icon.count_4 {
  width: 25%;
  display: inline-block;
}
#Kunena .kwho-admin,
#Kunena a.kwho-admin {
  color:  !important;
}
#Kunena .kwho-globalmoderator,
#Kunena a.kwho-globalmoderator {
  color:  !important;
}
#Kunena .kwho-moderator,
#Kunena a.kwho-moderator {
  color:  !important;
}
#Kunena .kwho-banned,
#Kunena a.kwho-banned {
  color:  !important;
}
#Kunena .kwho-user,
#Kunena a.kwho-user {
  color:  !important;
}
#Kunena .kwho-guest,
#Kunena a.kwho-guest {
  color:  !important;
}
#Kunena a:link,
#Kunena a:visitedz,
#Kunena a:active,
#Kunena a:focus {
  color:  !important;
  background-color: transparent !important;
}
#Kunena .klist-actions {
  border: 1px solid #d6d6d6;
  margin-top: 40px;
  margin-bottom: 20px;
  height: 55px;
}
#Kunena .klist-actions-bottom {
  height: 55px;
}
#Kunena .klist-actions td,
#Kunena td.klist-actions-goto {
  vertical-align: middle;
  text-align: center;
}
#Kunena .klist-actions .kbuttongoto span,
#Kunena .klist-actions-goto .kbuttongoto span {
  font-size: 25px;
}
#Kunena .klist-actions .login_logout_block {
  padding: 0;
}
#Kunena td.kcol-mid {
  border-left: 1px solid #d6d6d6 !important;
  border-bottom: 1px solid #d6d6d6 !important;
}
#Kunena .klist-actions div.kblock div.kbody {
  border: 0;
}
#Kunena div.kblock div.kbody tr td.kprofileboxcnt {
  text-align: left;
  padding: 3px 8px;
}
#Kunena .klist-actions div.kblock div.kbody tr td:first-child {
  border-top: 0;
  border-bottom: 0;
}
#Kunena .klist-actions div.kblock div.kbody tr td:last-child {
  border: 0;
  padding: 0;
}
#Kunena div.kblock div.kbody tr td .btn {
  height: 64px !important;
}
#Kunena div.kblock div.kbody tr td .kprofilebox-welcome {
  float: left;
}
#Kunena .bottom_actions {
  margin-top: 40px;
}
#Kunena .kforum-pathway  * {
  color: #444 !important;
}
#Kunena .kblocktable td.kcol-ktopicicon img {
  width: 42px !important;
}
#Kunena td.kcol-category-icon {
  text-align: center;
}
body #Kunena .kicon-button {
  background-image: none !important;
}
#Kunena .topics_icon {
  font-size: 35px;
  color:  !important;
}
#Kunena .topics_icon:hover {
  color:  !important;
}
#Kunena .topics_icon.fa-check {
  color:  !important;
}
#Kunena .topic_message_icons {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid;
}
#Kunena .topic_message_icons:last-child {
  padding-right: 0;
}
#Kunena .kicon-profile-website {
  background-image: url('../../../images/website.png') !important;
  background-size: cover;
  width: 24px;
  height: 24px;
}
#Kunena .kicon-profile-location {
  background-image: url('../../../images/home.png') !important;
  background-size: cover;
  width: 25px;
  height: 23px;
}
#Kunena .kicon-profile-gender-male,
#Kunena .kicon-profile-gender-unknown {
  background-image: url('../../../images/male.png') !important;
  background-size: cover;
  width: 23px;
  height: 23px;
}
#Kunena .kicon-profile-gender-female {
  background-image: url('../../../images/female.png') !important;
  background-size: cover;
  width: 23px;
  height: 23px;
}
#Kunena .thank_you_remove {
  color: ;
}
#Kunena .icon-folder {
  color: #d6d6d6;
  font-size: 30px;
  display: block;
  margin: 0 auto;
}
#Kunena .icon-moved {
  color: #d6d6d6;
  font-size: 30px;
  display: block;
  margin: 0 auto;
}
#Kunena .icon_lock {
  color: #d6d6d6;
  font-size: 30px;
  display: block;
  margin: 0 auto;
}
#Kunena .icon-light {
  color: #d6d6d6;
  font-size: 30px;
  display: block;
  margin: 0 auto;
}
#Kunena .icon_birthday {
  color: #d6d6d6;
  font-size: 16px;
  display: block;
  margin: 0 auto;
}
#Kunena .kicon-profile-email {
  background-image: url("../../../images/forum_sprite.png") !important;
  background-size: 100px;
  background-position: 0 -129px;
  width: 16px;
  height: 12px;
  display: block;
  margin: 0 auto;
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}
#Kunena #kpostmessage .btn {
  height: auto !important;
}
#Kunena #kpostmessage #kpost-topicicons .kiconsel {
  cursor: pointer;
}
#Kunena #kpostmessage #kpost-topicicons .kiconsel.selected * {
  color: ;
}
#Kunena #kpostmessage #kpost-topicicons .kiconsel input {
  display: none;
}
#Kunena #kpostmessage #kpost-topicicons .kiconsel > span {
  margin-right: 10px;
}
#Kunena #kpostmessage .kcol-editor-field {
  padding: 0;
}
#Kunena #kpostmessage .kcol-editor-field textarea {
  border: 0;
  background: ;
}
#Kunena #kpostmessage #kpost-subject .kcol-mid,
#Kunena #kpostmessage #kpost-private .kcol-mid {
  padding: 0;
}
#Kunena #kpostmessage #kpost-subject .kcol-mid input,
#Kunena #kpostmessage #kpost-private .kcol-mid input {
  border: 0;
  background: ;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
}
#Kunena #kpostmessage #kpost-toolbar .kcol-editor-field .kpostbuttonset {
  margin: 0;
  border: 0;
}
#Kunena #kpostmessage #kpost-category .kcol-mid {
  padding: 0;
}
#Kunena #kpostmessage #kpost-category .kcol-mid .chosen-single {
  border: 0;
  border-right: 1px solid;
}
#Kunena #kpostmessage input[type='button'],
#Kunena #kpostmessage input[type='submit'],
#Kunena .kbutton {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: ;
  text-shadow: none;
  color: #ffffff;
  border: none;
  font-size: 14px !important;
  padding: 0 16px;
  line-height: 23px;
  font-weight: 500;
  height: auto !important;
}
#Kunena .kbutton {
  line-height: 26px;
  height: 26px !important;
  background: #3d9dcc;
}
#Kunena #kpostmessage #kpost-toolbar .kcol-editor-field .kpostbuttonset .kpostbuttons {
  border: 0;
}
#Kunena #kpostmessage #kpost-toolbar .kcol-editor-field .kpostbuttonset tr:nth-child(2) .kpostbuttons {
  padding: 0;
}
#Kunena #kpostmessage #kpost-toolbar .kcol-editor-field .kpostbuttonset tr:nth-child(2) .kpostbuttons > div {
  padding: 4px 8px;
  margin-bottom: 5px;
}
#Kunena #kpostmessage #kpost-toolbar .kcol-editor-field .kpostbuttonset .kposthint {
  border-bottom: 0;
}
#Kunena #kpostmessage #kpost-toolbar .kcol-editor-field .kpostbuttonset .kpostbuttons #kbbcode-image-options input[type='button'] {
  margin-left: -6px;
}
#Kunena #kpostmessage #kpost-toolbar .kcol-editor-field .kpostbuttonset .kpostbuttons #kbbcode-link-options input[type='button'] {
  margin-left: -3px;
}
#Kunena #kpostmessage #kpost-toolbar .kcol-editor-field .kpostbuttonset .kpostbuttons #kbbcode-video-options .chosen-container {
  margin: 20px 20px 20px 5px;
}
#Kunena #kpostmessage #kpost-toolbar .kcol-editor-field .kpostbuttonset .kpostbuttons #kbbcode-video-options input[type='button'] {
  margin-left: -3px;
}
#Kunena #kpostmessage #kpost-toolbar .kcol-editor-field .kpostbuttonset .kpostbuttons #kbbcode-video-options input[type='text'] {
  margin-left: 5px;
}
#Kunena #kpostmessage #kpost-toolbar .kcol-editor-field .kpostbuttonset .kpostbuttons #kbbcode-video-options #kvideosize,
#Kunena #kpostmessage #kpost-toolbar .kcol-editor-field .kpostbuttonset .kpostbuttons #kbbcode-video-options #kvideowidth {
  margin-right: 20px;
}
#Kunena .reply_icons {
  font-size: 26px;
  display: inline-block;
  color: ;
}
#Kunena .reply_icons:hover {
  color: ;
}
#Kunena .reply_icons.icon-heart {
  font-size: 22px;
}
#Kunena .icon_reply_folder {
  background: url("../../../images/forum_reply_sprite.png");
  background-size: 100px;
  background-position: 0 0;
  width: 26px;
  height: 20px;
  display: block;
  margin: 0 auto;
}
#Kunena .icon_reply_folder:hover,
#Kunena #kpostmessage #kpost-topicicons .kiconsel.selected .icon_reply_folder {
  background-position: 0 -67px;
}
#Kunena .icon_reply_lightbulb {
  background: url("../../../images/forum_reply_sprite.png");
  background-size: 100px;
  background-position: 0 -20px;
  width: 16px;
  height: 25px;
  display: block;
  margin: 0 auto;
}
#Kunena .icon_reply_lightbulb:hover,
#Kunena #kpostmessage #kpost-topicicons .kiconsel.selected .icon_reply_lightbulb {
  background-position: 0 -87px;
}
#Kunena .icon_reply_merged {
  background: url("../../../images/forum_reply_sprite.png");
  background-size: 100px;
  background-position: 0 -46px;
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
}
#Kunena .icon_reply_merged:hover,
#Kunena #kpostmessage #kpost-topicicons .kiconsel.selected .icon_reply_merged {
  background-position: 0 -112px;
}
.chosen-container {
  min-width: 270px;
}
#jumpto .chosen-container {
  min-width: 240px;
}
#jumpto .chosen-container .chosen-results {
  max-height: 200px;
}
.klist-times-all .chosen-container {
  min-width: 150px;
}
.klist-jump-all .chosen-container {
  min-width: 340px;
}
#Kunena .kpagination {
  text-align: center;
}
#Kunena .kpagination li {
  margin-right: 15px;
  line-height: 1;
  position: relative;
  height: 43px;
  display: inline-block;
}
#Kunena .kpagination li.page {
  display: none !important;
}
#Kunena .kpagination li a,
#Kunena .kpagination li span {
  font-size: ;
  font-weight: ;
  color:  !important;
  line-height: 1;
  line-height: 43px;
  text-transform: lowercase;
}
#Kunena .kpagination li a:hover,
#Kunena .kpagination li span:hover {
  color:  !important;
}
#Kunena .kpagination li span:before {
  display: block;
  position: absolute;
  content: '\f111';
  font-size: 4px;
  top: 15px;
  left: 0;
  right: 0;
  color: ;
  font-family: 'FontAwesome';
}
#Kunena .ktopic-title-cover a,
#Kunena .ktopic-details .ktopic-category a,
#Kunena .klatest-post-info .ktopic-latest-post a:first-child {
  color:  !important;
}
#Kunena .ktopic-title-cover a:hover,
#Kunena .ktopic-details .ktopic-category a:hover,
#Kunena .klatest-post-info .ktopic-latest-post a:first-child:hover {
  color:  !important;
}
.bold_text,
.kcol-ktopicviews span,
.klatest-post-info span.ktopic-date,
#Kunena .klatest-subject-by span.nowrap,
#Kunena .kcol-ktopicreplies {
  font-weight: bold;
}
#Kunena .moderation {
  margin-top: 40px;
  text-align: right;
}
#Kunena #kprofile .kcol-right #kprofile-rightcoltop,
#Kunena #kprofile .kcol-right #kprofile-rightcolbot {
  padding-left: 10px;
}
#Kunena #kprofile-tabs .kbody {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
#Kunena #kprofile-tabs dt:hover,
#Kunena #kprofile-edit dt:hover {
  color: ;
}
#Kunena #kprofile-tabs dt.open,
#Kunena #kprofile-edit dt.open {
  box-shadow: 0px 1px 0px #3d9dcc;
  color: ;
}
#Kunena #kprofile-tabs .kheader h2 {
  padding-left: 15px;
}
#Kunena #kprofile-tabs .btn {
  height: auto !important;
}
#Kunena #kprofile-tabs .moderation > a {
  margin-right: 20px;
}
#Kunena #kprofile .kicon-profile-location {
  width: 21px;
  height: 19px;
  margin-right: 15px;
}
#Kunena #kprofile .kprofile-rightcol1 .kicon-profile,
#Kunena #kprofile .kicon-profile-website {
  width: 16px;
  height: 16px;
  margin-right: 15px;
}
#Kunena #kprofile #kprofile-tabs .current .kcontainer form table {
  margin-bottom: 40px;
}
#Kunena #kprofile-tabs #kaddban tr:nth-child(3) td:nth-child(2),
#Kunena #kprofile-tabs #kaddban tr:nth-child(4) td:nth-child(2),
#Kunena #kprofile-tabs #kaddban tr:nth-child(5) td:nth-child(2),
#Kunena #kprofile-tabs #kaddban tr:nth-child(6) td:nth-child(2),
#Kunena #kprofile-tabs #kaddban tr:nth-child(7) td:nth-child(2) {
  padding: 0;
}
#Kunena #kprofile-tabs #kaddban tr:nth-child(4) td:nth-child(2) input,
#Kunena #kprofile-tabs #kaddban tr:nth-child(5) td:nth-child(2) textarea,
#Kunena #kprofile-tabs #kaddban tr:nth-child(6) td:nth-child(2) textarea,
#Kunena #kprofile-tabs #kaddban tr:nth-child(7) td:nth-child(2) textarea {
  border: 0;
  background: ;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#Kunena #kprofile-tabs #kaddban tr:nth-child(4) td:first-child {
  padding: 0 8px;
}
#Kunena #kprofile-tabs #kaddban tr:nth-child(4) td:nth-child(2) .input-append {
  margin: 0;
}
#Kunena #kprofile-tabs #kaddban tr:nth-child(4) td:nth-child(2) .input-append button {
  margin-left: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#Kunena #kprofile-tabs #kaddban tr:nth-child(4) td:nth-child(2) input {
  height: 43px;
}
#Kunena #kprofile-tabs #kaddban tr:nth-child(3) td:nth-child(2) .chosen-single {
  border: 0;
  border-right: 1px solid;
}
#Kunena .ksth {
  background-color: ;
}
#Kunena #kannouncement_body tr:nth-child(2) .announcement-checkbox {
  border: 0;
  text-align: center;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
#Kunena div#kannouncement .kbody .kanndesc {
  background: transparent;
}
#Kunena div#kannouncement .kbody .kanndesc input[type='text'],
#Kunena div#kannouncement .kbody .kanndesc textarea {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#Kunena div#kannouncement .kbody .kanndesc input[type='text'] {
  width: 97%;
}
#Kunena div#kannouncement .kbody .kanndesc select[name='published']+.chosen-container {
  margin-left: 20px;
}
#Kunena div#kannouncement .kbody .kanndesc .input-append input {
  height: 43px;
}
#Kunena div.kblock div.kactions {
  background-color: ;
}
#Kunena #kprofile #kprofile-tabs .current .kcontainer tr td[align='center'] {
  text-align: center;
}
#Kunena th {
  background: none;
}
#Kunena #kprofile #kprofile-tabs .current dd form:not(:first-child) .kheader {
  border-top: 1px solid;
}
#Kunena #kprofile img[src='http://b2j.bang2joom.com/media/kunena/avatars/resized/size200/./nophoto.jpg'] {
  width: 160px;
}
#Kunena img[src='http://b2j.bang2joom.com/media/kunena/avatars/resized/size90/./s_nophoto.jpg'] {
  width: 90px;
  margin-top: 10px;
}
#Kunena #kprofile div.kblock span.select-toggle {
  top: 10px;
}
#Kunena #kprofile .select_all {
  float: right;
  margin-right: 25px;
  margin-top: 10px;
}
#Kunena .fa-lock,
#Kunena .fa-star {
  color: ;
  position: absolute;
  bottom: 4px;
  right: 8px;
}
.calendar .button {
  height: auto !important;
  line-height: normal;
}
#Kunena #kprofile #kprofile-edit .kbody {
  border-left: 0;
  border-right: 0;
}
#Kunena #kprofile .keditprofile .kheader h2,
#Kunena #kprofile .kedituser .kheader h2,
#Kunena #kprofile .keditavatar .kheader h2,
#Kunena #kprofile .keditsettings .kheader h2 {
  padding-left: 15px;
}
#Kunena #kprofile .keditsettings tr td:nth-child(2) {
  padding: 0;
}
#Kunena #kprofile .keditsettings tr td:nth-child(2) .chosen-single {
  border: 0;
  border-right: 1px solid;
}
#Kunena #kprofile .kmyprofile_general tr td input {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#Kunena #kprofile .keditprofile .kbody tr td input,
#Kunena #kprofile .keditprofile .kbody tr td textarea {
  margin: 0;
  padding: 0;
  border: 0;
  background: ;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#Kunena #kprofile .keditprofile .kbody tr:not(:nth-child(2)) td input,
#Kunena #kprofile .keditprofile .kbody tr td textarea,
#Kunena #kprofile .keditprofile .kbody tr td .editlinktip {
  width: 100%;
}
#Kunena #kprofile .keditprofile .kbody tr:nth-child(2) td:nth-child(2) {
  padding: 0 8px 0 0;
}
#Kunena #kprofile .keditprofile .kbody tr:nth-child(2) td:nth-child(2) input {
  border-right: 1px solid #d6d6d6;
  padding: 4px 0;
  text-align: center;
}
#Kunena #kprofile .keditprofile .kbody tr:not(:nth-child(4)) td:nth-child(2) {
  background: ;
}
#Kunena #kprofile .keditprofile .kbody tr:nth-child(4) td:nth-child(2) {
  padding: 0;
}
#Kunena #kprofile .keditprofile .kbody tr:nth-child(4) td:nth-child(2) .chosen-single {
  border: 0;
  border-right: 1px solid;
}
#Kunena .keditavatar .edit_avatar_button {
  line-height: 24px;
}
#Kunena .keditavatar #kforumua_gal .kuadesc {
  border: 0;
}
#Kunena h2 span.kheadbtn a,
#Kunena .kreply-submit,
#Kunena .kreply-cancel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: ;
  text-shadow: none;
  color:  !important;
  border: none;
  font-size:  !important;
  padding: 0  !important;
  line-height: ;
  font-weight: ;
  height:  !important;
  display: block;
}
#Kunena h2 span.kheadbtn a:hover,
#Kunena h2 span.kheadbtn a:focus,
#Kunena h2 span.kheadbtn a a.btn:hover,
#Kunena .kreply-submit:hover,
#Kunena .kreply-submit:focus,
#Kunena .kreply-submit a.btn:hover,
#Kunena .kreply-cancel:hover,
#Kunena .kreply-cancel:focus,
#Kunena .kreply-cancel a.btn:hover {
  color:  !important;
  text-decoration: none;
  background-color:  !important;
}
#Kunena .kreply-form {
  margin-bottom: 10px;
}
#Kunena .kreply-form .kreply-submit,
#Kunena .kreply-form .kreply-cancel {
  display: inline-block;
}
#Kunena .kreply-form small {
  margin-top: 20px;
  display: inline-block;
}
#Kunena .kreply-form input.inputbox {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 50%;
  line-height: 40px;
}
#Kunena .kreply-form textarea.inputbox {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
}
#Kunena .khistory tr.ksth {
  background-color: ;
}
#Kunena .khistory tr.ksth th {
  background: none;
  font-weight: bold;
}
#Kunena .khistory table:last-child tbody tr td:last-child {
  border-bottom: 1px solid #d6d6d6;
}
#Kunena table#kpostmessage .ktxtarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
}
#Kunena #kpost-buttons {
  text-align: center;
}
#Kunena .krow1-stickymsg,
#Kunena .krow2-stickymsg {
  background-color: ;
}
#Kunena #ktop {
  margin-bottom: 10px;
}
#Kunena #ktopmenu ul.menu li a {
  background-color:  !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 30px !important;
}
#Kunena #ktopmenu ul.menu li.item139 a {
  background-color:  !important;
  padding-left: 70px;
  padding-right: 25px;
  position: relative;
}
#Kunena #ktopmenu ul.menu li.item139 a:before {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  left: 25px;
  font-size: 25px;
  margin-top: 7px;
}
#Kunena #ktopmenu ul.menu li a span {
  line-height: 30px;
}
#Kunena #ktopmenu #ktab ul.menu li.active a,
#Kunena #ktopmenu #ktab ul.menu li a:hover {
  background-color:  !important;
}
#Kunena #ktopmenu #ktab ul.menu li.item139 a:hover,
#Kunena #ktopmenu #ktab ul.menu li.item139.active a {
  background-color:  !important;
}
.calendar * {
  background: none !important;
  color:  !important;
}
#Kunena #kannouncement .kbody {
  border-bottom: 1px solid #d6d6d6;
}
#Kunena #kprofilebox .kbody {
  border-top: 0;
}
#Kunena #kprofilebox tbody {
  border-bottom: 1px solid;
}
#Kunena #kprofilebox .kprofilebox-left {
  text-align: center;
}
#Kunena #kprofile .kprofile-rightcol2 .kiconrow {
  padding-right: 13px;
}
#Kunena #kprofile .kprofile-rightcol2 .kiconrow span {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  border: 1px solid;
  border-right: 0;
  border-top: 0;
  float: none;
  font-size: 26px;
  margin: 0;
  line-height: 50px;
  margin-right: -3px;
}
#Kunena .main {
  display: inline-block;
  margin-bottom: 40px;
  position: relative;
  border: 1px solid;
  border-width: 0 1px;
  margin-top: -3px;
}
#Kunena .main:last-child {
  margin-bottom: 0;
}
#Kunena .main .column1 {
  display: table-cell;
  width: 240px;
  border-right: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 40px;
}
#Kunena .main .column2 {
  overflow: hidden;
  display: table-cell;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 100px;
}
#Kunena .main .column2 .kmessage-editmarkup-cover {
  margin-top: 40px;
}
#Kunena .main .column2 .kmsgbody {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#Kunena .main .column2 .topic_buttom {
  bottom: 1px;
  left: 240px;
  position: absolute;
  right: 0;
}
#Kunena div.kblock.topic div.kbody {
  border: 0;
}
#Kunena div.kblock.topic div.kbody .kmsg-header {
  border-width: 0 1px;
  border: 1px solid;
}
#Kunena .kunena_title {
  display: inline-block;
}
#Kunena .login_text {
  font-size: 16px;
  display: inline-block;
}
#Kunena .login_text .login_text_separator {
  margin-right: 10px;
}
#Kunena .login_text .login_text_sign_up,
#Kunena .login_text .login_text_sign_up:hover {
  color:  !important;
}
#Kunena .login_text .login_text_login,
#Kunena .login_text .login_text_login:hover {
  color:  !important;
}
#Kunena #kannouncement_body .fa-check,
#Kunena #kannouncement_body .icon-remove {
  color:  !important;
}
#Kunena #kannouncement_body .fa-check:hover,
#Kunena #kannouncement_body .icon-remove:hover {
  color:  !important;
}
#Kunena .kbody.announcement {
  border-left: 0 !important;
  border-right: 0 !important;
}
#Kunena .kbody.announcement #kannouncement_body tr:not(.announcement_bottom) td:first-child {
  border-left: 1px solid;
}
#Kunena .kbody.announcement #kannouncement_body tr:not(.announcement_bottom) td:last-child,
#Kunena .kbody.announcement #kannouncement_body tr th:last-child {
  border-right: 1px solid;
}
#Kunena .kbody.announcement #kannouncement_body tr.announcement_bottom td {
  padding-top: 40px;
}
#Kunena .khelprulescontent {
  border-bottom: 1px solid;
}
#Kunena .khelprulescontent .highlight {
  background: none;
  margin-top: 20px;
}
#Kunena .khelprulescontent .highlight pre {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#Kunena .fa-paperclip {
  float: right;
  font-size: 35px;
}
#Kunena .klist-actions-forum {
  padding: 0 !important;
  vertical-align: top !important;
}
#Kunena .klist-actions-forum .kmessage-buttons-row > a {
  display: inline-block;
  padding: 0 15px;
  height: 54px;
  line-height: 54px;
  border-right: 1px solid;
  margin: 0;
}
#Kunena .klist-actions-forum .kmessage-buttons-row > a span.newtopic {
  color: ;
}
#Kunena .moderation .btn {
  background: #3d9dcc;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  border: 0;
  height: 26px;
  line-height: 18px;
}
#Kunena .klist-actions-forum .kmessage-buttons-row > a:last-child {
  border: 0;
}
#Kunena #kprofile .kiconrow .kicon-profile {
  background: none;
  float: right !important;
}
#Kunena #kprofile .kiconrow .kicon-profile-twitter-off,
#Kunena #kprofile .kiconrow .kicon-profile-facebook-off,
#Kunena #kprofile .kiconrow .kicon-profile-skype-off {
  display: none !important;
}
#Kunena #kprofile .kiconrow .kicon-profile-facebook:before {
  font-family: 'FontAwesome';
  content: "\f09a";
  color:  !important;
}
#Kunena #kprofile .kiconrow .kicon-profile-skype:before {
  font-family: 'FontAwesome';
  content: "\f17e";
  color:  !important;
}
#Kunena #kprofile .kiconrow .kicon-profile-twitter:before {
  font-family: 'FontAwesome';
  content: "\f099";
  color:  !important;
}
#Kunena .sticky_lock_icon {
  position: relative;
}
#Kunena .sticky_lock_icon .fa-lock {
  font-size: 14px;
  top: 0;
  left: -22px;
  color: ;
}
#Kunena .sticky_lock_icon:hover .fa-lock {
  color: ;
}
#Kunena .kcontenttablespacer {
  display: none;
}
#Kunena #kprofilebox tbody {
  border-color: #d6d6d6;
}
.b2j_k2_news_loader_scroll {
  width: 100% !important;
}
.b2j_k2_news_loader_container ul li .info_block.no_image {
  width: 100% !important;
}
.b2j_k2_news_loader_container_module .title_view {
  float: none !important;
  overflow: hidden;
  padding: 10px 10px 0 10px !important;
}
.b2j_k2_news_loader_container_module .introtext_view {
  float: none !important;
  overflow: hidden;
  padding: 0 10px 10px 10px !important;
  border: 0 !important;
  line-height: 14px !important;
}
html .b2j_k2_news_loader_container_module .b2j_k2_news_loader_container ul li {
  border-bottom: 1px solid #fff !important;
  padding: 0 !important;
  margin: 0 !important;
}
.b2j_k2_news_loader_container ul li div.info_block > div.date_view {
  background: #a9cf54 !important;
  width: 32px;
  text-align: center;
}
.b2j_k2_news_loader_container ul li .date_view {
  font-style: normal !important;
  line-height: 22px !important;
  border-right: 1px solid #fff !important;
  padding: 13px 9px !important;
}
.b2j_k2_news_loader_container ul li .info_block {
  background: #f7f7f7;
}
.b2j_k2_news_loader_container ul li:nth-child(even) .info_block {
  background: #ebebeb;
}
.metro .b2j_k2_news_loader_container ul li div.info_block > div:not(.clearfix) {
  margin-right: 0 !important;
}
.b2j_k2_news_loader_container ul li .title_view a {
  font-weight: bold !important;
}
.b2j_k2_news_loader_container ul li .title_view a:hover {
  text-decoration: none !important;
}
html .b2j_k2_news_loader_container_module .b2j_k2_news_loader_scroll_container {
  padding: 0 !important;
}
html .metro.b2j_k2_news_loader_container_module a.b2j_k2_news_loader_load_more {
  width: auto !important;
  height: 60px !important;
  text-transform: uppercase;
  display: block !important;
  background: #3d9dcc !important;
  font-size: 20px !important;
  line-height: 60px !important;
  color: #fff;
  font-weight: normal !important;
  margin-top: 0 !important;
}
html .metro.b2j_k2_news_loader_container_module a.b2j_k2_news_loader_load_more:hover {
  background: #3290be !important;
}
.text_gradient_border {
  font-size: 24px;
  line-height: 32px;
}
.text_gradient_border > * {
  margin: 20px 0;
  text-align: center;
  font-weight: 300;
}
.text_gradient_border:after,
.text_gradient_border:before {
  content: '';
  display: block;
  
  height: 1px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjZDdkN2Q3IiBzdG9wLW9wYWNpdHk9IjAuMiIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkN2Q3ZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MiUiIHN0b3AtY29sb3I9IiNkN2Q3ZDciIHN0b3Atb3BhY2l0eT0iMC4yIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  
  background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(215,215,215,0.2) 8%,#d7d7d7 50%,rgba(215,215,215,0.2) 92%,rgba(255,255,255,0) 100%);
  
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(8%,rgba(215,215,215,0.2)),color-stop(50%,#d7d7d7),color-stop(92%,rgba(215,215,215,0.2)),color-stop(100%,rgba(255,255,255,0)));
  
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(215,215,215,0.2) 8%,#d7d7d7 50%,rgba(215,215,215,0.2) 92%,rgba(255,255,255,0) 100%);
  
  background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(215,215,215,0.2) 8%,#d7d7d7 50%,rgba(215,215,215,0.2) 92%,rgba(255,255,255,0) 100%);
  
  background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(215,215,215,0.2) 8%,#d7d7d7 50%,rgba(215,215,215,0.2) 92%,rgba(255,255,255,0) 100%);
  
  background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(215,215,215,0.2) 8%,#d7d7d7 50%,rgba(215,215,215,0.2) 92%,rgba(255,255,255,0) 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);
}
.text_icon_block {
  background: #f2f2f2;
  padding: 20px;
  position: relative;
  padding-top: 60px;
  margin-top: 50px;
}
.text_icon_block a {
  color: #414141;
}
.text_icon_block:hover a {
  color: #3d9dcc;
}
.text_icon_block:before {
  content: '';
  display: block;
  border: 2px solid #fff;
  background: #3d9dcc;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  top: 0;
  left: 50%;
}
.icon_text_row .span3 .text_icon_block:after {
  content: '\f0b1';
  font-family: 'FontAwesome';
  display: block;
  background: #3d9dcc;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  top: 0;
  left: 50%;
  color: #fff;
  font-size: 36px;
}
.icon_text_row .span3:nth-child(2) .text_icon_block:after {
  content: '\f14e';
}
.icon_text_row .span3:nth-child(3) .text_icon_block:after {
  content: '\f0c0';
}
.icon_text_row .span3:nth-child(4) .text_icon_block:after {
  content: '\f091';
}
.text_icon_block p {
  text-align: center;
}
.text_icon_block p:first-child {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: bold;
}
.text_icon_block p:not(:first-child) {
  min-height: 60px;
}
.academy_head .apply_now {
  float: none;
}
.styledRadio {
  display: inline-block;
  background-size: 13px;
}
#Kunena [class^="icon-"]:before,
#Kunena [class*=" icon-"]:before {
  color: #d6d6d6;
  font-size: 24px;
}
#Kunena .styledRadio {
  margin-right: 4px;
}
#Kunena .kfile-input-textbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 6px 16px !important;
}
#Kunena .kfile-input-button {
  padding: 4px 16px !important;
}
html .t3-mainnav .navbar .btn-navbar,
html .t3-mainnav .navbar .btn-navbar:hover {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 0 !important;
  background: #3d9dcc !important;
}
html .t3-mainnav .navbar .btn-navbar .icon-reorder,
html .t3-mainnav .navbar .btn-navbar:hover .icon-reorder {
  color: #fff;
}
fieldset.filters label {
  display: inline-block;
  vertical-align: -5px;
  margin-right: 10px;
}
h1,
h2 {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 18px;
}
.text_gradient_border h1 {
  border-bottom: 0;
  padding-bottom: 0px;
}
.componentheading {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 18px;
  margin-bottom: 18px;
  font-size: 36px;
}

.items-leading .leading {
  margin-bottom: 40px;
}
.items-row .item {
  margin-bottom: 40px;
}
.divider-vertical {
  margin: 0 0 40px;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
.article-aside {
  color: #999;
  font-size: 13px;
  margin-bottom: 20px;
}
.article-info {
  margin: 0;
  width: 90%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info dd span {
  font-weight: bold;
}
.article-footer {
  color: #999;
  font-size: 13px;
  margin-bottom: 20px;
}
article img[align=left],
.img_caption.left,
.pull-left.item-image {
  margin: 0 20px 20px 0;
}
article img[align=right],
.img_caption.right,
.pull-right.item-image {
  margin: 0 0 20px 20px;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 20px;
}
.img-fulltext-right {
  float: right;
  margin-left: 20px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eee;
  color: #666;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
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 {
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.login_form fieldset,
.login fieldset {
  padding: 15px 0 0;
}
.login_form fieldset p,
.login fieldset p {
  margin: 0 0 5px;
}
.login_form label,
.login label {
  display: block;
  font-weight: bold;
}
.login-fields {
  margin: 0 0 10px;
}
.login_form .input,
.login_form .inputbox,
.login-fields .required {
  margin-left: 10px;
  width: 150px;
}
.login_form .remember .input,
.login_form .remember .inputbox {
  width: 20px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailto-window .mailto-close {
  background: #FFF;
  background: -moz-linear-gradient(bottom,#ccc,#f0f0f0);
  background: -webkit-linear-gradient(bottom,#ccc,#f0f0f0);
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #666;
  font-size: 92%;
  padding: 2px 5px;
  position: absolute;
  top: -10px;
  right: 0px;
  text-shadow: 1px 1px 0 #f0f0f0;
}
#mailto-window .mailto-close a {
  color: #666;
}
#mailto-window .mailto-close:hover {
  border-color: #999;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eee;
  border: 1px solid #d6d6d6;
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
#searchForm {
  padding: 10px 20px;
  border: 1px solid #d6d6d6;
  background: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: "";
  line-height: 0;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
}
.phrases-box input,
.phrases-box label,
.form-limit input,
.form-limit label,
.only label {
  display: inline-block;
  margin-right: 10px;
}
.phrases-box input {
  margin: 0;
}
.search-results {
  margin-top: 20px;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999;
}
.contact .accordion-heading .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items div.intro {
  clear: both;
  overflow: hidden;
}
.category-item {
  margin-top: 20px;
  *zoom: 1;
}
.category-item:before,
.category-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.category-item .category-item {
  margin-left: 1.6949152542373%;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 20px;
}
.newsfeed-category .category li,
.newsfeed .category li {
  *zoom: 1;
}
.newsfeed-category .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:before,
.newsfeed .category li:after {
  display: table;
  content: "";
  line-height: 0;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 20px;
  font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.edit textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button2-left,
.button2-left div {
  float: left;
}
.button2-right,
.button2-right div {
  float: right;
}
.button2-left {
  margin: 5px 5px 0 0;
}
.button2-right {
  margin: 5px 0 0 5px;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #999;
  cursor: pointer;
  display: block;
  float: left;
  padding: 2px 10px;
  border-radius: 4px;
}
.button2-left span,
.button2-right span {
  color: #999;
  cursor: default;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
  padding: 0 6px;
}
.button2-left a:hover,
.button2-right a:hover {
  background: #e1e1e1;
  color: #444;
  text-decoration: none;
}
.edit.item-page .control-group a.modal {
  position: inherit;
  width: auto !important;
  margin-left: 0 !important;
  top: auto !important;
}
.controls img.calendar {
  cursor: pointer;
  margin-left: 5px;
}
.article-content .pagination ul {
  border-left: 1px solid #d6d6d6;
}
.article-content .pagination li {
  float: left;
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #d6d6d6;
  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 {
  float: right;
  margin: 0 0 20px 20px;
  padding: 10px;
  width: 30%;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#article-index ul {
  margin: 0 0 0 20px;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav li.pagenav-prev {
  margin-right: 10px;
}
.pagenav li a {
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pagenav li a:hover,
.pagenav li a:active,
.pagenav li a:focus {
  background-color: #666;
  color: #eee;
}
.counter {
  float: right;
  line-height: 1;
  margin: 10px 0;
  text-align: right;
}
.items-more h3 {
  margin: 0 0 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0 5px;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .filter-search,
.filters .display-limit {
  float: left;
  width: 50%;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.width-10 {
  width: 10px;
}
.width-20 {
  width: 20px;
}
.width-30 {
  width: 30px;
}
.width-40 {
  width: 40px;
}
.width-50 {
  width: 50px;
}
.width-60 {
  width: 60px;
}
.width-70 {
  width: 70px;
}
.width-80 {
  width: 80px;
}
.width-90 {
  width: 90px;
}
.width-100 {
  width: 100px;
}
.height-10 {
  height: 10px;
}
.height-20 {
  height: 20px;
}
.height-30 {
  height: 30px;
}
.height-40 {
  height: 40px;
}
.height-50 {
  height: 50px;
}
.height-60 {
  height: 60px;
}
.height-70 {
  height: 70px;
}
.height-80 {
  height: 80px;
}
.height-90 {
  height: 90px;
}
.height-100 {
  height: 100px;
}
.iframe-bordered {
  border: 1px solid #ddd;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #ccc;
  height: 26px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #ccc;
}
.btn-group .chzn-results {
  white-space: normal;
}
.languageswitcherload {
  float: right;
  width: 100%;
}
.languageswitcherload .mod-languages {
  text-align: right;
}
@media (max-width: 979px) {
  #sbox-window {
    width: 100% !important;
    left: 0 !important;
  }
  #modal_iframe {
    width: 100%;
  }
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn {
  text-transform: uppercase;
}
input[type="file"] {
  max-width: 250px;
}

.logo {
  float: left;
  margin-top: 25px;
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
  background-size: contain;
}
.logo-image {
  overflow: hidden;
}
.logo-image a {
  background-image: url("../../../images/default/logo.png");
  background-repeat: no-repeat;
  width: 300px;
  height: 100px;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  color: #444;
  text-decoration: none;
  font-size: 17.5px;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.head-search {
  float: right;
  margin-top: 20px;
}
.head-search form {
  margin: 0;
  float: right;
}
.head-search label {
  display: none;
}
.head-search .input {
  background: url("../../../images/default/ico/search-invert.png") no-repeat 8px center;
  width: 120px;
  padding-left: 26px;
}
.head-search .input:focus {
  color: #444;
  width: 180px;
}
.t3-sl {
  padding-bottom: 60px;
  padding-top: 60px;
}
.t3-mainbody {
  padding-bottom: 40px;
  padding-top: 40px;
}
.t3-footer {
  background: #363636;
  color: #fff;
  *zoom: 1;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer a {
  color: #999;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #e6e6e6;
}
.t3-footer .t3-module {
  margin: 0;
}
.t3-footnav {
  padding: 30px 0 10px;
  position: relative;
  *zoom: 1;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav ul {
  list-style: none;
  margin-left: 0;
}
.t3-footnav li {
  line-height: 24px;
}
.t3-footnav .module-title {
  font-size: 16px;
  color: #999;
}
.t3-copyright {
  background: #242222;
  font-size: 12px;
  padding: 20px 0;
  *zoom: 1;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-copyright:after {
  clear: both;
}
.copyright {
  float: left;
}
.poweredby {
  float: right;
  text-align: right;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  float: right;
  opacity: .5;
}
.k2Pagination ul {
  list-style-type: none;
  text-align: center;
  margin: 0;
}
.k2Pagination ul li {
  display: inline-block;
}
.k2Pagination ul li:first-child,
.k2Pagination ul li:last-child {
  display: none;
}
.k2Pagination ul li a {
  color: #414141;
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #d6d6d6;
  display: block;
  margin-right: 5px;
  text-decoration: none;
  position: relative;
}
.k2Pagination>ul>li:nth-child(2) a {
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 12px;
}
.k2Pagination>ul>li:nth-last-child(2) a {
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 12px;
}
.k2Pagination ul li:nth-child(2) a {
  padding-left: 20px;
}
.k2Pagination>ul>li:nth-last-child(2) a {
  padding-right: 20px;
}
.k2Pagination ul li:nth-child(2) a:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: 1px solid #414141;
  border-bottom: 1px solid #414141;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 10px;
  top: 8px;
}
.k2Pagination>ul>li:nth-last-child(2) a:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 1px solid #414141;
  border-top: 1px solid #414141;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
  top: 8px;
}
.k2Pagination ul li.active a,
.k2Pagination ul li a:hover {
  background: #3d9dcc;
  border-color: #3d9dcc;
  color: #fff;
}
.k2Pagination ul li:nth-child(2) a:hover:before,
.k2Pagination>ul>li:nth-last-child(2) a:hover:before {
  border-color: #fff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 22px !important;
}
.academy_head {
  float: right;
  height: 40px;
  border-left: 1px dotted #d6d6d6;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 0;
}
.academy_head > *:not(script) {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px dotted #d6d6d6;
  height: 20px;
  cursor: pointer;
  text-decoration: none;
  font-size: 0;
}
.academy_head > form {
  padding-right: 0;
  -webkit-transform: translate(0,-3px);
  -moz-transform: translate(0,-3px);
  -ms-transform: translate(0,-3px);
  -o-transform: translate(0,-3px);
  transform: translate(0,-3px);
}
.academy_head > *:not(form) * {
  font-size: 10px;
  text-transform: uppercase;
}
.academy_head > *:last-child {
  border: 0;
}
.academy_head .mod-languages,
.academy_head .alphabit {
  padding-right: 30px;
  position: relative;
}
.academy_head .mod-languages li {
  margin: 0;
}
.academy_head .mod-languages:after,
.academy_head .alphabit:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-left: 1px solid #777;
  border-bottom: 1px solid #777;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 7px;
  right: 20px;
}
.academy_head ul.lang-inline a {
  color: #414141;
}
.academy_head > form .finder {
  position: relative;
}
.academy_head > form .finder input[type='text'] {
  width: 180px;
  height: 26px;
  margin-top: -4px;
  padding: 0 40px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.academy_head > form .finder input[type='text']:focus {
  border-color: #d6d6d6 !important;
}
.academy_head > .academy_head_border_bottom {
  position: absolute;
  padding: 0;
  top: 40px;
  height: 1px;
  right: 0;
  left: 0;
  border-bottom: 1px dotted #d6d6d6;
}
.academy_head > form .finder button {
  position: absolute;
  top: 0;
  right: -5px;
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: -3px;
}
.academy_head > form .finder button .icon-search {
  color: #666;
}
.academy_head > form .finder button .icon-search:before {
  content: '';
  width: 18px;
  height: 18px;
  background: url("../../../images/default/search_ico.png") no-repeat center center;
  background-size: cover;
}
.academy_head > ul.nav li {
  display: inline-block;
}
.academy_head .sclogin-modal-links .sc_register {
  margin-right: 0;
}
.academy_head .sc_login {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px dotted #d6d6d6;
  display: inline-block;
}
.academy_head .sclogin .sclogout-button {
  margin: 0;
  float: none;
}
.academy_head .sclogin .sclogout-button form {
  margin: 0;
}
.academy_head .sclogin .sclogout-button input[type='submit'] {
  text-shadow: none;
  color: #414141;
  background: none;
  border: 0;
  font-size: 10px;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.academy_head .iphone-view {
  display: none;
}
html .sourcecoast.modal {
  position: fixed !important;
  top: 50% !important;
  margin: 0 !important;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
html .sourcecoast.modal .sclogin label[for='sclogin-remember'] {
  position: relative;
  float: left;
  padding-left: 20px;
}
html .sourcecoast.modal .sclogin label[for='sclogin-remember'] .inputbox {
  position: absolute;
  left: 0;
  top: 3px;
}
html .sourcecoast.modal {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-width: 280px;
  border: 0;
  margin: 0;
}
html .sourcecoast.modal .modal-body {
  padding: 20px;
  max-width: 280px;
}
html .sourcecoast.modal .modal_login_label_name {
  padding: 0 !important;
}
html .sourcecoast.modal input[type='text'],
html .sourcecoast.modal input[type='password'] {
  height: 35px !important;
  line-height: 35px;
  background-color: transparent !important;
  border: 1px solid #d6d6d6;
  border-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .sclogin-joomla-login.vertical a.forgot.btn {
  width: 35px !important;
  height: 35px !important;
  line-height: 35px;
  background: #d6d6d6;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  text-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
html .sclogin-joomla-login.vertical a.forgot.btn:before {
  content: "?";
  color: #fff;
  font-size: 18px;
}
html .sclogin-joomla-login.vertical a.forgot.btn:hover {
  background: #ccc;
}
html .sourcecoast.modal .icon-question-sign {
  display: none;
}
html .sclogin-joomla-login.vertical #form-sclogin-submitcreate .btn {
  float: right;
  width: 80px;
  height: 25px;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #3d9dcc;
  text-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  min-height: inherit;
}
.t3-megamenu li .row-fluid [class*="span"] {
  margin: 0;
}
.t3-megamenu li .row-fluid [class*="span"]:last-child img {
  display: block;
}
.t3-megamenu li .row-fluid .span2 {
  width: 16.666% !important;
}
.t3-megamenu li .row-fluid .span3 {
  width: 25% !important;
}
.t3-megamenu li .row-fluid .span4 {
  width: 33.333% !important;
}
.t3-megamenu li .row-fluid .span6 {
  width: 50% !important;
}
.t3-megamenu ul.nav  > li > .dropdown-menu > .mega-dropdown-inner > .row-fluid > [class*="span"]:last-child:not(:first-child) {
  padding: 10px;
}
.t3-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
  margin-top: -1px;
  z-index: -1;
}
.t3-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu li {
  text-align: right;
}
.t3-megamenu .dropdown-submenu.mega-align-right {
  position: relative;
}
.t3-megamenu .dropdown-submenu.mega-align-right.open {
  padding-left: 30px;
}
.t3-megamenu .dropdown-submenu.mega-align-right.open:before {
  display: block;
}
.t3-megamenu .dropdown-submenu.mega-align-right:before {
  transform: rotate(90deg);
  
  -ms-transform: rotate(90deg);
  
  -webkit-transform: rotate(90deg);
  content: '\f078';
  position: absolute;
  font-family: 'FontAwesome';
  width: 4px;
  height: 4px;
  font-size: 8px;
  top: 50%;
  left: 25px;
  margin-top: -4px;
  color: #3d9dcc;
  display: none;
}
.t3-megamenu li .row-fluid [class*="span"]:not(:last-child) {
  border-right: 1px solid #d6d6d6;
}
.t3-megamenu li .row-fluid [class*="span"] img {
  display: none;
}
#b2j_academy_breadcrumb_block {
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  background: #f7f7f7;
}
.apply_now {
  float: right;
}
.apply_now li a {
  display: inline-block;
  float: right;
  text-transform: uppercase;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  margin-top: 9px;
  background: #878c5b;
  color: #FDBC18;
  position: relative;
  font-weight: 400;
}
.apply_now li a:before {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: -32px;
  background: url("../../../images/default/apply_tick.png") no-repeat center center;
  background-size: 18px 13px;
  background-color: #FDBC18;
}
.apply_now li a:hover {
  background: #7aab37;
  color: #fff;
  text-decoration: none;
}
.apply_now li a:hover:before {
  background-color: #a0c13b;
}
.item-info-footer {
  height: 30px;
  line-height: 30px;
  border: 1px solid #d6d6d6;
  font-size: 12px;
  margin-top: 20px;
}
.item-info-footer>div {
  padding: 0 10px;
  display: inline-block;
  border-right: 1px solid #d6d6d6;
}
.item-info-footer a {
  color: #3d9dcc;
}
.item-info-footer .tagItemReadMore,
.item-info-footer .catItemReadMore,
.item-info-footer .readMore {
  float: right;
  border-right: 0;
  border-left: 1px solid #d6d6d6;
}
.item-info-footer .tagItemReadMore a,
.item-info-footer .catItemReadMore a,
.item-info-footer .readMore a {
  color: #414141;
  padding-right: 10px;
  position: relative;
  text-decoration: none;
}
.item-info-footer .tagItemReadMore a:before,
.item-info-footer .catItemReadMore a:before,
.item-info-footer .readMore a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #414141;
  border-right: 1px solid #414141;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 4px;
}
.item-info-footer .tagItemReadMore a:hover,
.item-info-footer .catItemReadMore a:hover,
.item-info-footer .readMore a:hover {
  color: #3d9dcc;
}
.item-info-footer .tagItemReadMore a:hover:before,
.item-info-footer .catItemReadMore a:hover:before,
.item-info-footer .readMore a:hover:before {
  border-color: #3d9dcc;
}
.userView .item-info-footer {
  margin-bottom: 40px;
}
.b2j_academy_k2_item_view .item-info-footer {
  margin-bottom: 30px;
}
.b2j_academy_k2_item_view .b2jsocial_parent {
  float: right;
  border: 0;
}
.tagView .k2Pagination {
  margin-top: 40px;
}
.tagItemList .tagItemView {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #d7d7d7;
}
.user_info_social {
  float: right;
  border: 0 !important;
}
.user_info_social>a {
  color: #ccc;
  margin-right: 15px;
  font-size: 16px;
  text-decoration: none;
}
.user_info_social>a:hover {
  color: #777;
}
.user_info_social>a:last-child {
  margin-right: 0;
}
.userView .userBlock {
  margin-bottom: 20px;
}
.userView .user_image_block {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.userView .user_info_block .userName {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.userView .user_info_footer_block {
  height: 30px;
  line-height: 30px;
  border: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 40px;
}
.userView .user_info_footer_block .userAdditionalInfo {
  float: left;
}
.userView .user_info_footer_block .userAdditionalInfo>div {
  display: inline-block;
}
.userView .user_info_footer_block .userAdditionalInfo>div a {
  color: #414141;
  text-decoration: none;
}
.userView .user_info_footer_block .userAdditionalInfo>div:not(:first-child) {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #d6d6d6;
}
.userView .userItemView {
  border: 1px solid #d6d6d6;
}
.userView .userItemView .user_item_info_block {
  padding: 30px 20px 0;
}
.userView .userItemView .user_item_info_block .userItemTitle a {
  color: #414141;
  text-decoration: none;
}
.userView .userItemView .user_item_info_block .userItemReadMore {
  border-top: 1px dotted #d6d6d6;
  padding: 5px 0;
  text-align: right;
}
.userView .userItemView .user_item_info_block .userItemReadMore a {
  padding-right: 10px;
  position: relative;
  display: inline-block;
  color: #414141;
  text-decoration: none;
  font-size: 10px;
}
.userView .userItemView .user_item_info_block .userItemReadMore a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #414141;
  border-right: 1px solid #414141;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%) rotate(45deg);
  -moz-transform: translate(0,-50%) rotate(45deg);
  -ms-transform: translate(0,-50%) rotate(45deg);
  -o-transform: translate(0,-50%) rotate(45deg);
  transform: translate(0,-50%) rotate(45deg);
}
.userView .userItemView .user_item_info_block .userItemReadMore a:hover {
  color: #3d9dcc;
}
.userView .userItemView .user_item_info_block .userItemReadMore a:hover:before {
  border-color: #3d9dcc;
}
.userView .k2Pagination {
  margin-top: 40px;
}
html .b2j_aquarius_layer_slider_main>li>ul>li.title {
  position: absolute;
  top: auto !important;
  left: auto !important;
  right: 0;
  bottom: 96px;
  padding: 0 20px !important;
  height: 54px;
  line-height: 54px !important;
  max-width: 700px !important;
  text-transform: uppercase;
  background-color: rgba(169,207,84,0.9) !important;
}
html .b2j_aquarius_layer_slider_main_container_academy .b2j_aquarius_layer_slider_main>li>ul>li.introtext {
  position: absolute;
  top: auto !important;
  left: auto !important;
  right: 0;
  bottom: 42px;
  padding: 8px 20px !important;
  max-width: 600px !important;
  background-color: rgba(255,255,255,0.9) !important;
  overflow: hidden;
  text-align: justify;
  text-align: right;
}
.b2j_k2_calendar_container_module .monyear,
.gldp-default .item_list_view_header {
  background-color: #3d9dcc !important;
}
.gldp-default .today,
.item_list_view_footer .thumb {
  background: #a9cf54 !important;
}
.gldp-default .border {
  border-color: #d6d6d6 !important;
}
.gldp-default .mon:hover:not(.non_empty),
.gldp-default .tue:hover:not(.non_empty),
.gldp-default .wed:hover:not(.non_empty),
.gldp-default .thu:hover:not(.non_empty),
.gldp-default .fri:hover:not(.non_empty),
.gldp-default .sat:hover:not(.non_empty),
.gldp-default .sun:hover:not(.non_empty) {
  color: #414141 !important;
}
.gldp-default .item_list_view_close:hover:before {
  color: #a9cf54 !important;
}
#b2j_academy_home_timer_block {
  width: 100%;
  height: 70px;
  background: rgba(0,0,0,0.9);
  margin-bottom: 40px;
  margin-top: -40px;
  position: relative;
  display: inline-block;
}
#b2j_academy_home_timer_block .span12 {
  padding: 0 20px 0 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#b2j_academy_home_timer_block .b2j_academy_apply_now {
  margin-top: 19px;
}
#b2j_academy_home_timer_block .span12 .t3-module:first-child {
  float: left;
}
#b2j_academy_home_timer_block .span12 .t3-module:first-child .module-ct {
  display: inline-block;
}
#b2j_academy_home_timer_block .span12 .t3-module:nth-child(2),
#b2j_academy_home_timer_block .span12 .t3-module:nth-child(3) {
  float: right;
}
#b2j_academy_home_timer_block .span12 .t3-module:nth-child(2) {
  margin-top: 10px;
}
#b2j_academy_home_timer_block .span12 .t3-module:nth-child(2) .module-ct {
  display: inline-block;
}
#b2j_academy_home_timer_block .module-title {
  width: 120px;
  color: #fff;
  height: 70px;
  border-right: 1px solid rgba(255,255,255,0.1);
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  padding-top: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  line-height: 15px;
  font-weight: bold;
  font-style: italic;
}
#b2j_academy_home_timer_block .module-title span {
  padding: 0;
  font-size: 16px;
}
#b2j_academy_home_timer_block .module-title span:after {
  width: 0;
  height: 0;
}
#days,
#hours,
#minutes,
#seconds {
  float: left;
  width: 40px;
  margin-top: 13px;
}
#days,
#hours,
#minutes {
  padding-right: 6px;
  margin-right: 10px;
  position: relative;
}
#days:after,
#hours:after,
#minutes:after {
  content: ':';
  position: absolute;
  color: #fff;
  right: -6px;
  top: 3px;
  font-size: 28px;
}
.time_value {
  background: #4d4d4d;
  color: #fff;
  font-size: 24px;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.time_format {
  background: #a9cf54;
  font-size: 11px;
  font-weight: bold;
  height: 14px;
  line-height: 13px;
  text-align: center;
}
#b2j_academy_online_application_block form,
#b2j_academy_online_application_block .t3-module {
  margin: 0;
}
#b2j_academy_online_application_block .btn {
  float: right;
  margin: 0 !important;
}
ul.study {
  float: right !important;
}
ul.study li {
  display: inline-block;
}
ul.study > li a {
  background: #3d9dcc;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  position: relative;
  font-weight: 400;
  margin-top: 19px;
  color: #fff !important;
  text-transform: uppercase;
  margin-right: 52px;
}
ul.study > li a:after {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  background: url("../../../images/default/menu-study-after.png") no-repeat center center;
  background-size: 21px 23px;
  background-position-x: 5px;
  background-color: #2e7599;
  top: 0;
  left: -32px;
}
ul.study > li a:hover {
  background: #2e7599;
}
ul.study > li a:hover:after {
  background-color: #3d9dcc;
}
.t3-mainnav .navbar .study.nav > .active > a {
  color: #fff !important;
}
.study_map_image_block {
  border: 3px solid #e6d9b5;
  position: relative;
}
ul.study_map>li a {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 22.5px;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.study_map>li a:after {
  width: 45px;
  height: 45px;
  left: -45px;
  background-size: 29px 32px;
  background-position-x: center;
}
.study_location {
  position: relative;
  overflow: hidden;
}
.study_location li .study_location_block {
  position: relative;
}
.study_location li:nth-child(3n+1) .study_location_block {
  background: #e57152;
}
.study_location li .image-title {
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
  color: #fff;
  z-index: 6;
}
.study_location li:nth-child(3n+1) .image-title {
  background-color: #e57152;
}
.study_location li:nth-child(3n+2) .image-title {
  background-color: #a186be;
}
.study_location li:nth-child(3n+3) .image-title {
  background-color: #a9cf54;
}
.study_location li .image-title-more {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  background: url("../../../images/default/study_location_title_after.png") no-repeat center center;
  background-size: 80px;
  background-position: -39px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: background-position 0.5s;
  
  -webkit-transition: background-position 0.5s;
}
body.no_active_location .study_location li:hover .image-title-more {
  background-position: 1px;
  transition: background-position 0.5s;
  
  -webkit-transition: background-position 0.5s;
}
.study_location li:nth-child(3n+1) .image-title-more {
  background-color: #e57152;
}
.study_location li:nth-child(3n+2) .image-title-more {
  background-color: #a186be;
}
.study_location li:nth-child(3n+3) .image-title-more {
  background-color: #a9cf54;
}
.study_location li:nth-child(3n+2) .study_location_block {
  background: #a186be;
}
.study_location li:nth-child(3n+3) .study_location_block {
  background: #a9cf54;
}
.study_location li:first-child {
  position: relative;
}
.study_location .show .study_location_overlay {
  display: block;
}
.study_location li:not(:first-child) {
  position: absolute;
  top: 0;
}
.study_location li.active .study_location_overlay,
.study_location li:hover .study_location_overlay {
  display: none;
}
.study_location_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(241,240,237,0.8);
  z-index: 5;
  display: none;
}
ul.quick_links {
  margin: 0;
}
ul.quick_links li a {
  color: #878C5B;
  padding: 5px 0 5px 20px;
  position: relative;
  border-bottom: 1px dotted #d6d6d6;
}
ul.quick_links li:first-child a {
  padding-top: 0;
}
ul.quick_links li:first-child a:before {
  top: 7px;
}
ul.quick_links li a:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #d6d6d6;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  left: 0;
  top: 12px;
}
ul.quick_links li a:hover {
  background: none;
  color: #3d9dcc;
}
ul.quick_links li a:hover:before {
  background: #3d9dcc;
}
ul.quick_links li:last-child a {
  border: 0;
  padding-bottom: 0;
}
.partners_category_item_view {
  position: relative;
}
.partners_category_item_view .catItemExtraFields ul {
  list-style-type: none;
  margin: 0;
}
.partners_category_item_view .catItemExtraFields ul li {
  background: #f1f0ed;
  height: 170px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.partners_category_item_view .catItemExtraFields ul li img {
  transform: translateY(-50%) translateX(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
  transition: transform 30s;
  -webkit-transition: -webkit-transform 30s;
  top: inherit;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}
.partners_category_item_info_block {
  position: absolute;
  padding: 20px;
  background: #3d9dcc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 100;
  color: #fff;
  text-align: left;
  height: 250px;
  display: none;
}
.partners_category_item_info_block .catItemTitle {
  margin: 0;
  line-height: inherit;
  margin-bottom: 10px;
  color: #fff;
}
.partners_category_item_info_block:before {
  content: " ";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-left-color: #3d9dcc;
  position: absolute;
  right: 50%;
  margin-right: -3.5px;
  top: -10px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.partners_url {
  height: 40px;
  line-height: 40px;
  background: rgba(0,0,0,0.2);
  color: #fff;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  margin: -20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
}
.partners_url:before {
  content: '';
  background: url(../../../images/default/url.png);
  background-size: cover;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 20px;
  top: 10px;
}
.partners_url a {
  color: #fff;
}
.our_partners .our_partners_item img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.our_partners_control_buttons {
  text-align: right;
  margin-top: 10px;
}
.our_partners_left,
.our_partners_right {
  width: 48px;
  height: 16px;
  display: inline-block;
}
.our_partners_left {
  margin-right: 10px;
}
.our_partners_left.arrow_left:before {
  top: 4px;
  left: 21px;
}
.our_partners_right.arrow_right:before {
  top: 4px;
  left: 23px;
}
.topStudents_container .arrow_left {
  float: left;
}
.topStudents {
  margin-left: -1px;
  margin-right: -2px;
}
.topStudents_container .arrow_right {
  float: right;
}
.arrow_left,
.arrow_right {
  position: relative;
  cursor: pointer;
  border: 1px solid #d6d6d6;
}
.arrow_left:before,
.arrow_right:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.arrow_left:hover,
.arrow_right:hover {
  background: #3d9dcc;
  border-color: #3d9dcc;
}
.arrow_left:hover:before,
.arrow_right:hover:before {
  border-color: #fff;
}
.arrow_left:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.topStudents_container .arrow_left:before {
  width: 10px;
  height: 10px;
  margin-left: -2px;
  margin-top: -8px;
}
.topStudents_container .arrow_right:before {
  width: 10px;
  height: 10px;
  margin-top: -8px;
  margin-left: -9px;
}
.arrow_right:before {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-left: -4px;
}
.b2j_academy_k2_item_view .badges {
  display: inline-block;
  width: 100%;
  border: 1px solid #d6d6d6;
  border-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b2j_academy_k2_item_view .badges > div {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 70px;
  padding: 15px 0;
}
.b2j_academy_k2_item_view .badges.col_count_1 > div {
  width: 100%;
}
.b2j_academy_k2_item_view .badges.col_count_2 > div {
  width: 50%;
}
.b2j_academy_k2_item_view .badges.col_count_3 > div {
  width: 33.333%;
}
.b2j_academy_k2_item_view .itemTitle {
  margin-top: 30px;
}
.b2j_academy_k2_item_view .itemFullText {
  margin-bottom: 30px;
}
.b2j_academy_k2_item_view .itemFullText blockquote {
  margin-bottom: 10px;
}
.b2j_academy_k2_item_view .k2_item_footer_block {
  height: 28px;
  line-height: 28px;
  border: 1px solid #d6d6d6;
  margin-bottom: 20px;
  font-size: 12px;
}
.b2j_academy_k2_item_view .k2_item_footer_block a {
  color: #414141;
  text-decoration: none;
}
.b2j_academy_k2_item_view .k2_item_footer_block > div {
  float: left;
  padding: 0 10px;
  border-right: 1px solid #d6d6d6;
}
.b2j_academy_k2_item_view .k2_item_footer_block > div.b2jsocial_parent {
  float: right;
  border: 0;
}
.b2j_academy_k2_item_view .itemAuthorBlock {
  margin-bottom: 30px;
}
.b2j_academy_k2_item_view .itemAuthorBlock img.itemAuthorAvatar {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.b2j_academy_k2_item_view .itemAuthorBlock .k2_item_author_social_block a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.b2j_academy_k2_item_view .itemAuthorBlock .k2_item_author_social_block a.k2_item_social_facebook {
  background: url(../../../images/default/k2_item_social_facebook.png);
  background-size: cover;
}
.b2j_academy_k2_item_view .itemAuthorBlock .k2_item_author_social_block a.k2_item_social_google {
  background: url(../../../images/default/k2_item_social_google.png);
  background-size: cover;
}
.b2j_academy_k2_item_view .itemAuthorBlock .k2_item_author_social_block a.k2_item_social_twitter {
  background: url(../../../images/default/k2_item_social_twitter.png);
  background-size: cover;
}
.b2j_academy_k2_item_view .itemAuthorBlock .k2_item_author_social_block a.k2_item_social_linkedin {
  background: url(../../../images/default/k2_item_social_linkedin.png);
  background-size: cover;
}
.b2j_academy_k2_item_view .itemAuthorBlock .k2_item_author_social_block a.k2_item_social_youtube {
  background: url(../../../images/default/k2_item_social_youtube.png);
  background-size: cover;
}
.b2j_academy_k2_item_view .commentAuthorName,
.b2j_academy_k2_item_view .commentDate {
  font-size: 18px;
}
.b2j_academy_k2_item_view .commented_user_info {
  margin-bottom: 5px;
}
.b2j_academy_k2_item_view ul.itemCommentsList {
  list-style-type: none;
  margin: 0;
  margin-bottom: 60px;
}
.b2j_academy_k2_item_view ul.itemCommentsList p {
  margin: 0;
}
.b2j_academy_k2_item_view ul.itemCommentsList li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}
.b2j_academy_k2_item_view #comment-form label {
  margin-bottom: 10px;
}
.b2j_academy_k2_item_view #comment-form input[type='text'] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 30px;
  line-height: 30px;
  border: 1px solid #d6d6d6;
  margin-bottom: 20px;
}
.b2j_academy_k2_item_view #comment-form textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #d6d6d6;
}
.b2j_academy_k2_item_view #comment-form .itemCommentsFormNotes {
  font-size: 12px;
}
.b2j_academy_k2_item_view #comment-form #submitCommentButton {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #3d9dcc;
  color: #fff;
  text-transform: uppercase;
  width: 100px;
  float: right;
}
html div.b2j_academy_subscribe:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  height: 12px;
  background: url(../../../images/default/subscription-module-border.png);
  background-size: 46px 12px;
}
html div.b2j_academy_subscribe:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  height: 12px;
  background: url(../../../images/default/subscription-module-border.png);
  background-size: 46px 12px;
}
html div.b2j_academy_subscribe .acymailing_fulldiv {
  position: relative;
}
html div.b2j_academy_subscribe .acymailing_fulldiv:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: -32px;
  right: 0;
  height: 20px;
  background: url(../../../images/default/subscription-module-text.png);
  background-repeat: no-repeat;
  background-size: contain;
}
html div.b2j_academy_subscribe {
  height: 190px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px !important;
  padding-top: 60px !important;
  background: url(../../../images/default/subscription-module-lines.png);
  background-color: #f7f7f7;
  background-size: 50%;
  background-position: 100% 30%;
  background-repeat: no-repeat;
}
html div.b2j_academy_subscribe form {
  margin: 0;
}
html div.b2j_academy_subscribe .acymailing_form {
  margin: 0;
  width: 100%;
}
html div.b2j_academy_subscribe .acymailing_form .acyfield_email {
  margin: 0;
  padding: 0;
}
html div.b2j_academy_subscribe .acymailing_form .acyfield_email input {
  height: 30px;
  border: 1px solid #d6d6d6;
  width: 100% !important;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
html div.b2j_academy_subscribe .acymailing_form .acysubbuttons {
  padding: 0;
}
html div.b2j_academy_subscribe .acymailing_form .acysubbuttons input {
  float: right;
  border: 0;
  margin-top: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  background: #e57152;
}
html div.b2j_academy_subscribe .acymailing_form .acymailing_introtext {
  font-size: 10px;
  line-height: 14px;
  margin-top: 5px;
  padding: 0;
}
.our_skills ul {
  list-style-type: none;
  margin: 0;
}
.our_skills .our_skills_extra_field_name {
  float: left;
  position: relative;
  width: 100px;
  height: 30px;
  padding-right: 9px;
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.our_skills .our_skills_extra_field_percent {
  margin-left: 110px;
  background: #f7f7f7;
  position: relative;
}
.our_skills .our_skills_extra_field_percent_background {
  position: relative;
  height: 20px;
  background: #3d9dcc;
  text-align: right;
  color: #fff;
  font-weight: bold;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.our_skills .our_skills_extra_field_percent_background.out {
  float: left;
}
.our_skills .our_skills_extra_field_percent_background:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 20px solid #f7f7f7;
  border-left: 10px solid rgba(0,0,0,0);
}
.about_us ul {
  list-style-type: none;
  margin: 0;
}
.about_us img {
  margin-top: 10px;
  margin-bottom: 30px;
}
.title-style {
  overflow: hidden;
  line-height: 30px;
  margin: 0 0 20px 0;
}
.title-style span,
.title-style p {
  position: relative;
  padding-right: 10px;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
}
.title-style span:after,
.title-style p:after {
  content: '';
  position: absolute;
  width: 2000px;
  height: 1px;
  background: #d6d6d6;
  top: 50%;
  left: 100%;
}
#t3-mainbody .social_menu {
  list-style-type: none;
  margin: 0;
  border: 1px solid #d6d6d6;
  padding: 10px 20px;
}
#t3-mainbody .social_menu li {
  display: inline-block;
  margin-right: 11px;
}
#t3-mainbody .social_menu li:last-child {
  margin: 0;
}
#t3-mainbody .social_menu li a:before {
  content: '';
}
#t3-mainbody .social_menu li img {
  width: 30px;
}
#b2j_academy_copyright_social_block {
  display: inline-block;
  margin-top: -15px;
}
#t3-footer .social_menu {
  margin: 0;
  margin-right: 40px;
  -webkit-transform: translate(0,3px);
  -moz-transform: translate(0,3px);
  -ms-transform: translate(0,3px);
  -o-transform: translate(0,3px);
  transform: translate(0,3px);
}
#t3-footer .social_menu li a img {
  display: none;
}
#t3-footer .social_menu li {
  display: inline-block;
  font-size: 18px;
}
#t3-footer .social_menu li {
  padding-left: 15px;
}
#t3-footer .social_menu li:hover a:before {
  color: #6e6e6e;
}
.pop_rec_posts .pop_rec_post_block:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d6d6d6;
}
.pop_rec_posts .pop_rec_post_image {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border: 1px solid #d6d6d6;
  float: left;
  background-size: cover !important;
}
.pop_rec_posts a.moduleItemTitle {
  display: block;
  color: #414141;
}
.pop_rec_posts .moduleItemDateCreated {
  color: #acacac;
  font-size: 12px;
}
.single_video ul {
  list-style-type: none;
  margin: 0;
}
.itemVideoEmbedded {
  width: 100%;
  height: 180px;
  background-size: cover !important;
  position: relative;
}
.itemVideoEmbedded .video_background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.5;
}
.itemVideoEmbedded .video_container {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  background: none;
}
.itemVideoEmbedded .play_video {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -39px;
  margin-top: -39px;
  width: 78px;
  height: 78px;
  background: url('../../../images/default/play.png') no-repeat transparent;
  z-index: 1;
  cursor: pointer;
}
.modal {
  position: relative !important;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  top: auto;
  z-index: 1;
  width: auto;
  left: auto;
  background: none;
}
.latest_news ul {
  list-style-type: none;
  margin: 0;
}
.latest_news_header {
  position: relative;
  border: 1px solid #d6d6d6;
  margin-bottom: 10px;
}
.latest_news .moduleItemDateCreated {
  background: #4d4d4d;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 17px;
  line-height: 17px;
  padding: 0 10px;
  font-size: 10px;
}
.latest_news .moduleItemTitle {
  color: #414141;
  text-decoration: none;
}
.latest_news .moduleItemTitle:hover {
  color: #3d9dcc;
}
ul#myTab {
  border: 0;
  margin: 0;
}
ul#myTab li a {
  text-transform: uppercase;
  border: 1px solid #d6d6d6;
  border-left: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
ul#myTab li:first-child a {
  border-left: 1px solid #d6d6d6;
}
ul#myTab li.active a {
  color: #3d9dcc;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
ul#myTab li:not(.active) a {
  background-color: #fafafa;
  color: #d4d4d4;
}
ul#myTab li a:hover {
  color: #3d9dcc;
}
#myTabContent {
  border: 1px solid #d6d6d6;
  padding: 20px 10px;
}
#myTabContent .t3-module,
#myTabContent .t3-module p {
  margin: 0;
}
#carousel-example-generic {
  border: 1px solid #d6d6d6;
  position: relative;
}
#carousel-example-generic .t3-module p {
  margin: 0;
}
#carousel-example-generic .t3-module * {
  color: #414141 !important;
  font-style: italic;
  font-weight: 300;
}
#carousel-example-generic .sidebar_cariusel_item_title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  border-top: 1px dotted #d6d6d6;
  padding: 0 20px;
  color: #3d9dcc;
  font-style: italic;
}
#carousel-example-generic .carousel-inner > .item {
  padding: 20px;
}
#carousel-example-generic .carousel-control {
  top: inherit;
  bottom: 0;
  border: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  background: none;
  position: static;
}
#carousel-example-generic .carousel-control .glyphicon-chevron-right {
  position: absolute;
  width: 9px;
  height: 16px;
  background: url('../../../images/default/carousel_next.png') no-repeat center center transparent;
  background-size: cover;
  bottom: 12px;
  right: 20px;
}
#carousel-example-generic .carousel-control .glyphicon-chevron-left {
  position: absolute;
  width: 9px;
  height: 16px;
  background: url('../../../images/default/carousel_prev.png') no-repeat center center transparent;
  background-size: cover;
  bottom: 12px;
  right: 44px;
}
.gallery_category_view ul#filters li a {
  background: #3d9dcc;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
}
.gallery_category_view ul#filters li a .isotope_tags_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255,255,255,0.6);
}
.gallery_category_view ul#filters li.active a .isotope_tags_overlay {
  display: none;
}
.gallery_category_view ul#filters li.active a:after {
  content: " ";
  width: 0;
  height: 0;
  border-color: transparent;
  border-left-color: #fff;
  border-style: solid;
  border-width: 12px 0 0 12px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.gallery_category_view ul#filters li.active a:before {
  content: " ";
  width: 0;
  height: 0;
  border-color: transparent;
  border-left-color: rgba(0,0,0,0.1);
  border-style: solid;
  border-width: 12px 0 0 12px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.gallery_category_view ul#filters li:hover .isotope_tags_overlay {
  display: none;
}
.gallery_category_item_view {
  margin-left: 20px;
  margin-bottom: 20px;
  width: 280px;
}
.gallery_category_item_view .catItemImageBlock {
  position: relative;
}
.gallery_category_item_view .catItemImageBlock .modal {
  display: block;
}
.gallery_category_item_view .catItemImageBlock .gallery_image_hover_block {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(61,157,204,0.9);
  z-index: 2;
  display: none;
}
.gallery_category_item_view .catItemImageBlock:hover .gallery_image_hover_block {
  display: block;
}
.gallery_category_item_view .catItemImageBlock:hover .gallery_image_hover_block .gallery_click_to_zoom {
  transform: translateY(-50%) translateX(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
  transition: transform 30s;
  
  -webkit-transition: -webkit-transform 30s;
  top: inherit;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
}
#sbox-overlay {
  opacity: 0.9 !important;
}
#sbox-window {
  padding: 0;
  background-color: transparent;
}
#sbox-window.shadow {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#sbox-content {
  overflow: visible;
  background-color: transparent;
}
#sbox-content .row {
  margin: 0;
}
#sbox-window #t3-mainbody,
#sbox-window #t3-content {
  width: 100%;
  margin: 0;
  padding: 0;
}
#sbox-btn-close {
  background: none !important;
  background-size: cover;
  right: -40px !important;
  top: -20px !important;
  text-decoration: none;
}
@media only screen and (max-width: 568px) {
  #sbox-btn-close {
    right: 20px !important;
    top: 170px !important;
  }
}
@media only screen and (max-width: 350px) {
  #sbox-btn-close {
    top: 100px !important;
  }
}
#sbox-btn-close:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 36px;
  color: #fff;
}
.academy_flickr ul li {
  text-align: center;
  margin: 0 20px 20px 0;
}
.academy_flickr ul li a {
  margin: 0 !important;
}
.academy_flickr ul li a img {
  border: 1px solid #d6d6d6;
  width: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.academy_flickr ul li:nth-child(3n+4) {
  margin-right: 0px;
}
.topStudents ul {
  list-style-type: none;
  margin: 0;
}
.topStudents ul li {
  display: inline-block;
  margin-right: 17px;
  text-align: center;
}
.topStudents ul li:last-child {
  margin-right: 0;
}
.users_avatar_block {
  display: block;
}
.users_avatar_block_overlay_block {
  display: inline-block;
  position: relative;
}
.users_avatar_block_overlay_block img {
  max-height: 180px;
}
.users_avatar_block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(61,157,204,0.9);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  visibility: hidden;
}
.users_avatar_view_profile {
  display: inline-block;
  padding: 3px 0;
  text-decoration: none !important;
  color: #3d9dcc;
  -webkit-transform: translate(0,-51%);
  -moz-transform: translate(0,-51%);
  -ms-transform: translate(0,-51%);
  -o-transform: translate(0,-51%);
  transform: translate(0,-51%);
  margin-top: 50%;
}
.b2j_alfheim_gallery_pro_main li {
  background: #f1f0ed !important;
}
.b2j_alfheim_gallery_pro_pagination_container {
  text-align: right;
  float: right;
  margin-top: 10px;
}
.b2j_alfheim_gallery_pro_pagination_container li.prev_page,
.b2j_alfheim_gallery_pro_pagination_container li.next_page,
.study_location_pagination .study_location_prev,
.study_location_pagination .study_location_next {
  background-color: #e1e1e1 !important;
  backround-size: 8px 13px;
  width: 50px !important;
  height: 17px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.b2j_alfheim_gallery_pro_pagination_container li.prev_page,
.study_location_pagination .study_location_prev {
  background: url('../../../images/default/prev.png') no-repeat center center transparent;
}
.b2j_alfheim_gallery_pro_pagination_container li.next_page,
.study_location_pagination .study_location_next {
  background: url('../../../images/default/next.png') no-repeat center center transparent;
  margin-right: 0 !important;
}
.our_partners ul {
  list-style-type: none;
  margin: 0;
}
.contact_tel_block,
.contact_address_block,
.contact_mail_block {
  position: relative;
  padding-left: 45px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #d6d6d6;
}
.contact_mail_block {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.contact_tel_title,
.contact_address_title,
.contact_mail_title {
  font-weight: bold;
}
.contact_tel_block:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 29px;
  background: url('../../../images/default/contact_tel.png') no-repeat center center;
  background-size: cover;
  left: 0;
  top: 5px;
}
.contact_address_block:before {
  content: '';
  position: absolute;
  width: 28px;
  height: 25px;
  background: url('../../../images/default/contact_address.png') no-repeat center center;
  background-size: cover;
  left: 0;
  top: 15px;
}
.contact_mail_title:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 19px;
  background: url('../../../images/default/contact_mail.png') no-repeat center center;
  background-size: cover;
  left: 0;
  top: 10px;
}
.contact-map {
  width: 100%;
}
#accordion .panel-default {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}
#accordion .panel-default .panel-title a {
  text-transform: uppercase;
  font-size: 16px;
  color: #414141;
  padding-left: 30px;
  display: block;
  text-decoration: none;
}
#accordion .panel-default .panel-title a .title_status {
  width: 22px;
  height: 22px;
  background: #3d9dcc;
  position: absolute;
  left: 0;
}
#accordion .panel-default .panel-title a .title_status:before {
  content: '';
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 5px;
}
#accordion .panel-default .panel-title a.collapsed .title_status {
  background: #ccc;
}
#accordion .panel-default .panel-title a.collapsed .title_status:after {
  content: '';
  width: 2px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 10px;
}
#accordion .panel-default .panel-body {
  margin-top: 20px;
  padding-left: 30px;
}
#accordion .panel-default .panel-body .t3-module {
  margin: 0;
}
.b2j_contact input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.b2j_contact .b2j-contact-group-class .control-group {
  float: left;
}
.b2j_contact .b2j-contact-group-class .control-group:first-child,
.b2j_contact .b2j-contact-group-class .control-group:nth-child(2) {
  margin-right: 20px;
}
.b2j-contact-actions .btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.b2j-contact-actions .btn-success {
  background: #3d9dcc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.b2j-contact-actions .btn-danger {
  background: #d6d6d6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: left;
  margin-right: 20px;
}
.b2j-contact-actions .btn-success span,
.b2j-contact-actions .btn-danger span {
  background: none;
  padding: 0 !important;
}
.t3-footer .footer_contact_block .footer_contact_address,
.t3-footer .footer_contact_block .footer_contact_tel {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #595959;
}
.t3-footer ul {
  margin-bottom: 0;
}
.t3-footer ul li {
  position: relative;
  padding-left: 10px;
}
.t3-footer ul:not(.social_menu) li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  top: 10px;
}
.t3-footer ul:not(.social_menu) li:hover:before {
  border-color: #3d9dcc;
}
.t3-footer .module-title span,
.t3-footer ul li a {
  color: #fff;
}
.t3-copyright .row [class*="span"] a,
.t3-copyright .row [class*="span"] span {
  color: #7b7b7b;
}
.t3-copyright .row [class*="span"]:last-child {
  text-align: right;
  position: relative;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
}
.t3-copyright .b2j_academy_back_to_top {
  position: relative;
}
.t3-copyright .b2j_academy_back_to_top:after {
  content: " ";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #7b7b7b;
  position: absolute;
  right: -10px;
  bottom: 0;
  transform: rotate(-90deg);
  
  -ms-transform: rotate(-90deg);
  
  -webkit-transform: rotate(-90deg);
}
#filters {
  list-style-type: none;
  margin: 0;
  margin-top: -20px;
}
#filters li {
  display: inline-block;
  margin-bottom: 20px;
}
#filters li:not(:last-child) {
  margin-right: 20px;
}
#filters li a {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 12px;
  background: #e1e1e1;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #414141;
  text-decoration: none;
}
.b2j_academy_study_location_red #filters li.active a,
.b2j_academy_study_location_red #filters li a:hover {
  background: #e57152;
  color: #fff;
}
.b2j_academy_study_location_violet #filters li.active a,
.b2j_academy_study_location_violet #filters li a:hover {
  background: #a186be;
  color: #fff;
}
.b2j_academy_study_location_green #filters li.active a,
.b2j_academy_study_location_green #filters li a:hover {
  background: #a9cf54;
  color: #fff;
}
.study_location_category_view .study_location_category_item_view {
  width: 280px;
  margin-right: 12px;
  display: inline-block;
  background: #e1e1e1;
  border-bottom: 3px solid;
  text-align: center;
  height: 166px;
  margin-bottom: 20px;
  position: relative;
}
.study_location_category_item_message {
  height: 40px;
  line-height: 40px;
  background: rgba(0,0,0,0.2);
  color: #fff;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  margin: -20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
}
.study_location_category_item_message:before {
  content: '';
  background: url(../../../images/default/message.png);
  background-size: cover;
  width: 19px;
  height: 14px;
  position: absolute;
  left: 20px;
  top: 13px;
}
body.b2j_academy_study_location_red .study_location_category_view .study_location_category_item_view {
  border-color: #e57152;
}
body.b2j_academy_study_location_violet .study_location_category_view .study_location_category_item_view {
  border-color: #a186be;
}
body.b2j_academy_study_location_green .study_location_category_view .study_location_category_item_view {
  border-color: #a9cf54;
}
.study_location_category_view .study_location_category_item_view .catItemExtraFields ul {
  list-style-type: none;
  margin: 0;
}
.study_location_category_view .study_location_category_item_view .catItemExtraFields ul li img {
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  top: inherit;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}
.study_location_category_item_info_block {
  position: absolute;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 100;
  color: #fff;
  text-align: left;
  height: 250px;
  display: none;
}
body.b2j_academy_study_location_red .study_location_category_item_info_block {
  background: #e57152;
}
body.b2j_academy_study_location_violet .study_location_category_item_info_block {
  background: #a186be;
}
body.b2j_academy_study_location_green .study_location_category_item_info_block {
  background: #a9cf54;
}
.study_location_category_item_info_block:before {
  content: " ";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  position: absolute;
  right: 50%;
  margin-right: -3.5px;
  top: -10px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
body.b2j_academy_study_location_red .study_location_category_item_info_block:before {
  border-left-color: #e57152;
}
body.b2j_academy_study_location_violet .study_location_category_item_info_block:before {
  border-left-color: #a186be;
}
body.b2j_academy_study_location_green .study_location_category_item_info_block:before {
  border-left-color: #a9cf54;
}
.study_location_category_item_info_block .catItemTitle {
  margin: 0;
  line-height: inherit;
  margin-bottom: 10px;
  color: #fff;
}
.study_location_pagination {
  text-align: right;
}
.study_location_pagination .study_location_prev {
  margin-right: 7px;
}
.study_location_pagination .study_location_prev,
.study_location_pagination .study_location_next {
  background-color: #e1e1e1 !important;
  backround-size: 8px 13px;
  width: 50px !important;
  height: 17px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
}
.study_location_pagination .study_location_prev {
  background: url('../../../images/default/prev.png') no-repeat center center transparent;
}
.study_location_pagination .study_location_next {
  background: url('../../../images/default/next.png') no-repeat center center transparent;
  margin-right: 0 !important;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
  overflow: visible !important;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.educational_tourism {
  position: relative;
}
.educational_tourism.inner {
  height: 54px;
  line-height: 54px;
  background: #e1e1e1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.educational_tourism.inner.t3-module {
  display: inline-block;
  width: 100%;
  margin-top: -40px;
}
.educational_tourism.inner .module-title {
  top: 7px;
  bottom: 0;
  color: #414141;
  font-size: 24px;
}
.educational_tourism.inner .educational_explore {
  top: 7px;
  bottom: 0;
  right: 20px;
  font-size: 14px;
}
.educational_tourism .module-title {
  position: absolute;
  color: #fff;
  left: 30px;
  bottom: 30px;
  font-size: 48px;
  line-height: 40px;
  margin: 0;
  z-index: 1;
  pointer-events: none;
}
.educational_tourism .educational_explore {
  display: block;
  position: absolute;
  background: #3d9dcc;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  right: 30px;
  bottom: 30px;
  font-size: 18px;
}
.custom_scrollbar .track {
  width: 0px !important;
}
.custom_scrollbar .thumb {
  width: 12px !important;
}
.custom_scrollbar {
  clear: both;
  margin: 0 0 0;
}
.custom_scrollbar .viewport {
  width: 95%;
  height: 170px;
  overflow: hidden;
  position: relative;
}
.custom_scrollbar .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.custom_scrollbar .thumb .end,
.custom_scrollbar .thumb {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.custom_scrollbar .thumb:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 14px;
  margin-left: 3px;
  top: 50%;
  margin-top: -7px;
}
.custom_scrollbar .scrollbar {
  position: relative;
  float: right;
  width: 12px;
  margin-right: -15px;
  background: rgba(255,255,255,0.05);
}
.custom_scrollbar .track {
  background-color: #D8EEFD;
  height: 100%;
  width: 13px;
  position: relative;
  padding: 0;
}
.custom_scrollbar .thumb {
  height: 20px;
  width: 13px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.custom_scrollbar .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 13px;
}
.custom_scrollbar .disable {
  display: none;
}
.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.scroll_up_block {
  height: 20px;
  margin-top: -20px;
  background: rgba(255,255,255,0.05);
}
.scroll_up {
  content: " ";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
  position: absolute;
  top: -15px;
  left: 3px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.scroll_down_block {
  height: 20px;
  background: rgba(255,255,255,0.05);
}
.scroll_down {
  content: " ";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
  position: absolute;
  bottom: -15px;
  left: 3px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.typography_headers div *:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}
.typography_headers .uppercase {
  text-transform: uppercase;
  margin-bottom: 30px;
}
::selection {
  background: #3d9dcc;
  color: #fff;
}
::-moz-selection {
  background: #3d9dcc;
  color: #fff;
}
html .highlight,
html span.highlight {
  font-weight: normal;
  padding: 0;
  background-color: #3d9dcc;
  color: #fff;
}
html blockquote {
  margin: 0;
  padding: 0 80px;
  border: 0;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  text-align: justify;
}
html blockquote:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 36px;
  background: url('../../../images/default/blockquote_before.png');
  background-size: cover;
  left: 0;
  top: 0;
}
html blockquote:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 37px;
  background: url('../../../images/default/blockquote_after.png');
  background-size: cover;
  right: 0;
  bottom: 0;
}
ul.tick_style,
ul.point_style,
ul.numeric_style {
  list-style-type: none;
  margin: 0;
}
ul.tick_style li,
ul.point_style li,
ul.numeric_style li {
  position: relative;
  font-size: 16px;
  line-height: 30px;
}
.t3-sidebar ul.tick_style li {
  font-size: 14px;
}
ul.tick_style li {
  padding-left: 25px;
}
ul.tick_style li:before {
  position: absolute;
  content: "\f00c";
  font-family: FontAwesome;
  margin-right: 10px;
  left: 0;
  color: #555555;
}
ul.point_style li {
  padding-left: 15px;
}
ul.point_style li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 10px;
  background: #555555;
  display: inline-block;
}
ul.numeric_style li {
  padding-left: 25px;
}
ul.numeric_style li:nth-child( 10 ):before {
  content: '10';
  color: #fff;
  display: block;
  font-size: 11px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 100%;
  background: #555555;
  left: 0;
  top: 50%;
  margin-top: -8px;
  position: absolute;
}
ul.numeric_style li:nth-child( 9 ):before {
  content: '9';
  color: #fff;
  display: block;
  font-size: 11px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 100%;
  background: #555555;
  left: 0;
  top: 50%;
  margin-top: -8px;
  position: absolute;
}
ul.numeric_style li:nth-child( 8 ):before {
  content: '8';
  color: #fff;
  display: block;
  font-size: 11px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 100%;
  background: #555555;
  left: 0;
  top: 50%;
  margin-top: -8px;
  position: absolute;
}
ul.numeric_style li:nth-child( 7 ):before {
  content: '7';
  color: #fff;
  display: block;
  font-size: 11px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 100%;
  background: #555555;
  left: 0;
  top: 50%;
  margin-top: -8px;
  position: absolute;
}
ul.numeric_style li:nth-child( 6 ):before {
  content: '6';
  color: #fff;
  display: block;
  font-size: 11px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 100%;
  background: #555555;
  left: 0;
  top: 50%;
  margin-top: -8px;
  position: absolute;
}
ul.numeric_style li:nth-child( 5 ):before {
  content: '5';
  color: #fff;
  display: block;
  font-size: 11px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 100%;
  background: #555555;
  left: 0;
  top: 50%;
  margin-top: -8px;
  position: absolute;
}
ul.numeric_style li:nth-child( 4 ):before {
  content: '4';
  color: #fff;
  display: block;
  font-size: 11px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 100%;
  background: #555555;
  left: 0;
  top: 50%;
  margin-top: -8px;
  position: absolute;
}
ul.numeric_style li:nth-child( 3 ):before {
  content: '3';
  color: #fff;
  display: block;
  font-size: 11px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 100%;
  background: #555555;
  left: 0;
  top: 50%;
  margin-top: -8px;
  position: absolute;
}
ul.numeric_style li:nth-child( 2 ):before {
  content: '2';
  color: #fff;
  display: block;
  font-size: 11px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 100%;
  background: #555555;
  left: 0;
  top: 50%;
  margin-top: -8px;
  position: absolute;
}
ul.numeric_style li:nth-child( 1 ):before {
  content: '1';
  color: #fff;
  display: block;
  font-size: 11px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 100%;
  background: #555555;
  left: 0;
  top: 50%;
  margin-top: -8px;
  position: absolute;
}
.badges div {
  font-size: 16px;
}
.badges > div {
  text-align: center;
  padding: 60px 0;
}
.badges > div:not(:last-child) {
  border-right: 1px solid #d6d6d6;
}
.badges .info_block {
  padding-left: 40px;
  display: inline-block;
  text-align: left;
  position: relative;
}
.badges .info {
  color: #3d9dcc;
}
.badges > div.lecturer_block .info_block {
  padding-left: 50px;
}
.badges > div.duration_block .info_block:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 33px;
  background: url('../../../images/default/badges_duration.png');
  background-size: cover;
  left: 7px;
  top: 50%;
  margin-top: -16px;
}
.badges > div.points_block .info_block:before {
  content: '';
  position: absolute;
  width: 27px;
  height: 38px;
  background: url('../../../images/default/badges_points.png');
  background-size: cover;
  left: 0;
  top: 50%;
  margin-top: -19px;
}
.badges > div.lecturer_block .info_block:before {
  content: '';
  position: absolute;
  width: 38px;
  height: 36px;
  background: url('../../../images/default/badges_lecturer.png');
  background-size: cover;
  left: 0;
  top: 50%;
  margin-top: -19px;
}
.badges .title {
  text-transform: uppercase;
}
.alert {
  text-shadow: none;
  border: 0;
  padding: 0 50px !important;
  position: relative;
}
.alert .close {
  position: absolute;
  right: 10px;
  top: 10px;
  text-shadow: none;
  line-height: inherit;
}
.alert .alert-heading,
.alert div {
  display: inline-block;
  color: #fff;
}
.alert .alert-heading:after {
  content: ':';
}
.alert-success {
  background-color: #a9cf54;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.alert-success:before {
  content: '';
  position: absolute;
  width: 28px;
  height: 19px;
  background: url('../../../images/default/system_access.png');
  background-size: cover;
  left: 10px;
  top: 50%;
  margin-top: -9px;
}
.alert-notice {
  background-color: #4cc4ff;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.alert-notice:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  background: url('../../../images/default/system_notice.png');
  background-size: cover;
  left: 14px;
  top: 50%;
  margin-top: -9px;
}
.alert-warning,
.alert-message {
  background-color: #f7c644;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.alert-warning:before,
.alert-message:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 23px;
  background: url('../../../images/default/system_warning.png');
  background-size: cover;
  left: 21px;
  top: 50%;
  margin-top: -11px;
}
.alert-error {
  background-color: #d94436;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.alert-error:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url('../../../images/default/system_error.png');
  background-size: cover;
  left: 14px;
  top: 50%;
  margin-top: -10px;
}
.catItemImageBlock a.modal {
  left: auto !important;
  right: auto !important;
  top: auto !important;
  position: relative !important;
}
html ul.b2jsocial {
  margin-top: 4px;
}
html ul.b2jsocial li {
  width: 25px;
}
html ul.b2jsocial li.f span.background,
html ul.b2jsocial li.t span.background,
html ul.b2jsocial li.g span.background,
html ul.b2jsocial li.l span.background,
html ul.b2jsocial li.p span.background {
  width: 16px;
  height: 16px;
  background-size: 96px;
}
ul.b2jsocial li.f span.background {
  background-position: -16px -48px !important;
}
ul.b2jsocial li.t span.background {
  background-position: 0 -48px !important;
}
ul.b2jsocial li.g span.background {
  background-position: -32px -48px !important;
}
ul.b2jsocial li.l span.background {
  background-position: -48px -48px !important;
}
ul.b2jsocial li.p span.background {
  background-position: -64px -48px !important;
}
.contact_info_container .contact_info_tags a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  border: 1px solid #d6d6d6;
  padding: 0 20px;
  text-transform: uppercase;
  color: #ccc;
  text-decoration: none;
  font-size: 11px;
}
.contact_info_container .contact_info_tags a.active {
  color: #3d9dcc;
  border-bottom: 1px solid #fff;
}
.contact_info_container .contact_info_tags a:hover {
  color: #3d9dcc;
}
.contact_info_container .contact_info_tags a:not(:first-child) {
  margin-left: -4px;
  border-left: 0;
}
.contact_info_container .contact_info_block {
  border: 1px solid #d6d6d6;
  padding: 18px;
  margin-top: -1px;
  margin-bottom: 30px;
}
.contact_info_container .contact_info_block .title-style {
  margin: 0;
  line-height: inherit;
}
.contact_info_container .contact_info_block .title-style p,
.contact_info_container .contact_info_block .title-style span {
  font-size: inherit;
  font-weight: bold;
}
.user_contacts .contact_info_image {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.user_contacts .contact_info_image img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  max-width: 160px;
}
.user_contacts .contact_details {
  float: left;
  width: 330px;
}
.user_contacts .contact_info_dob div,
.user_contacts .contact_info_address div,
.user_contacts .contact_info_mail div,
.user_contacts .contact_info_phone div,
.user_contacts .contact_info_site div {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
.user_contacts .contact_info_dob.male div:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: url('../../../images/default/contact_male.png');
  background-size: cover;
  left: 0;
  top: 0;
}
.user_contacts .contact_info_dob.female div:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 14px;
  background: url('../../../images/default/contact_female.png');
  background-size: cover;
  left: 0;
  top: 0;
}
.user_contacts .contact_info_address div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 14px;
  background: url('../../../images/default/contact_address.png');
  background-size: cover;
}
.user_contacts .contact_info_mail div:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 2px;
  width: 12px;
  height: 9px;
  background: url('../../../images/default/contact_mail.png');
  background-size: cover;
}
.user_contacts .contact_info_phone div:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 2px;
  width: 12px;
  height: 13px;
  background: url('../../../images/default/contact_tel.png');
  background-size: cover;
}
.user_contacts .contact_info_site div:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 1px;
  width: 15px;
  height: 14px;
  background: url('../../../images/default/contact_website.png');
  background-size: cover;
}
.user_contacts .contact_info_header {
  margin-bottom: 20px;
}
.user_contacts .contact_info_name {
  font-size: 24px;
  display: inline-block;
}
.user_contacts .contact_info_position {
  font-size: 14px;
  display: inline-block;
}
.write_message {
  height: 490px;
}
.write_message iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.write_message,
.biography,
.social_links {
  display: none;
}
.social_links a {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-size: cover;
}
.social_links a:not(:last-child) {
  margin-right: 17px;
}
.contact_social_facebook {
  background: url('../../../images/default/social_facebook.png');
}
.contact_social_twitter {
  background: url('../../../images/default/social_twitter.png');
}
.contact_social_google {
  background: url('../../../images/default/social_google.png');
}
.contact_social_linkedin {
  background: url('../../../images/default/social_linkedin.png');
}
.contact_social_youtube {
  background: url('../../../images/default/social_youtube.png');
}
.reg_edit_form .k2ProfileHeading {
  background: none;
  color: #414141;
  border-bottom: 1px dotted #d6d6d6;
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.reg_edit_form input[type='text'],
.reg_edit_form input[type='email'],
.reg_edit_form input[type='password'],
.reg_edit_form input[type='tel'],
.reg_edit_form input[type='url'] {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #d6d6d6;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.day + .chosen-container {
  min-width: 0;
  width: 76px;
  margin-right: 10px;
}
.month + .chosen-container {
  min-width: 0;
  width: 116px;
  margin-right: 10px;
}
.year + .chosen-container {
  min-width: 0;
  width: 76px;
}
.contact-category .chosen-container {
  min-width: 0;
  width: 50px;
  font-size: 12px;
}
.chosen-container .chosen-single,
.chosen-container .chosen-single,
.chosen-container .chosen-single {
  border: 1px solid #d6d6d6;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #414141;
}
.chosen-container .chosen-single div,
.chosen-container .chosen-single div,
.chosen-container .chosen-single div {
  display: none !important;
}
.chosen-container .chosen-single:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-left: 1px solid #777;
  border-bottom: 1px solid #777;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
  right: 10px;
  background-size: cover;
}
.chosen-container .chosen-drop {
  border-left: 1px solid #d6d6d6 !important;
}
.chosen-container .chosen-drop .chosen-search {
  display: none;
}
.chosen-container .chosen-results li:first-child {
  border-top: 1px solid #d6d6d6;
}
.chosen-container .chosen-results li {
  border-bottom: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}
.chosen-container .chosen-results li.highlighted {
  background: #959595;
  color: #fff;
  font-style: normal;
}
.reg_edit_form .birthday_default {
  display: none;
}
.reg_edit_form .birthday_block {
  float: right;
}
.reg_edit_form .gender_block {
  float: left;
}
.reg_edit_form label[for='image'],
.reg_edit_form .reg_form_image {
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
  width: 100%;
}
.reg_edit_form .edit_form_image img {
  float: right;
  padding: 7px;
  border: 1px dotted #d6d6d6;
}
.reg_edit_form .social_links_block {
  margin-top: 20px;
}
.reg_edit_form .edit_form_username {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.styledCheckbox {
  background-size: cover;
  display: inline-block;
}
.reg_edit_form .styledCheckbox {
  float: right;
  margin-right: 20px;
}
.profile_info ul.btn-toolbar .btn-group a {
  background: #3d9dcc;
  color: #fff;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.controls label {
  display: inline-block;
  padding: 0 !important;
  padding-left: 23px !important;
  position: relative;
}
.controls label .styledRadio {
  position: absolute;
  left: 0;
  top: 3px;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.controls label:first-child {
  margin-right: 20px;
}
.reg_edit_form .toggle-editor.btn-toolbar {
  display: none;
}
.reg_edit_form .mce-panel .mce-container-body > div:last-child {
  display: none;
}
.reg_edit_form .description_block {
  margin-bottom: 20px;
}
.reg_edit_form .k2AccountPageUpdate {
  text-align: center;
}
.reg_edit_form .k2AccountPageUpdate button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background: #3d9dcc;
  text-shadow: none;
  color: #fff;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
}
.reg_edit_form .k2AccountPageNotice {
  color: #ccc;
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}
#jform_profile_spacer-lbl {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .t3-mainnav .navbar .nav > li > a {
    padding: 0 10px;
  }
  .academy_flickr ul li {
    margin: 0 10px 20px 0;
  }
  .academy_flickr ul li a img {
    width: 61px;
  }
  .gallery_category_view .isotope {
    margin-left: -20px;
  }
  .gallery_category_item_view {
    width: 320px;
  }
  .contact_info_container .contact_info_tags a {
    padding: 0 15px;
  }
  html .b2j_aquarius_layer_slider_main_container_academy .b2j_aquarius_layer_slider_main>li>ul>li.introtext {
    bottom: 48px;
  }
  .social_menu li:nth-child(4) {
    margin: 0;
  }
  .social_menu li:last-child {
    margin-top: 11px;
  }
  .user_contacts .contact_info_image {
    float: none;
    margin-right: 0;
  }
  .user_contacts .contact_details {
    width: 100%;
  }
  .user_contacts .contact_details .contact_info_header {
    text-align: center;
  }
  .user_contacts .contact_details .contact_info_name {
    display: block;
  }
  .user_contacts .contact_details .user_position_separator {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .t3-mainnav .navbar .nav > li > a {
    padding: 0 14px;
  }
  .academy_flickr ul li {
    margin: 0 9px 20px 0;
  }
  .academy_flickr ul li a img {
    width: 50px;
  }
  .gallery_category_item_view {
    width: 230px;
  }
  .contact_info_container .contact_info_tags a {
    padding: 0 10px;
    font-size: 9px;
  }
  .educational_tourism .module-title {
    font-size: 36px;
  }
  .b2j-contact-group-class .control-group {
    width: 100%;
  }
  .b2j-contact-group-class .control-group input[type='text'] {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .academy_head {
    left: 0;
  }
  .academy_head > .alphabetical-view {
    display: none;
  }
  .academy_head > *:not(script) {
    padding: 0 10px;
  }
  .academy_head > .sclogin-modal-links {
    border-right: 0;
  }
  .academy_head .sc_login {
    padding-right: 5px;
    margin-right: 5px;
  }
  .academy_head .sc_register {
    margin-right: 0;
  }
  .academy_head .sc_login {
    padding-right: 10px;
    margin-right: 10px;
  }
  .academy_head .mod-languages,
  .academy_head .alphabit {
    padding-right: 15px;
  }
  .academy_head .mod-languages:after,
  .academy_head .alphabit:after {
    right: 5px;
  }
  .academy_flickr ul li {
    margin: 0 20px 20px 0 !important;
  }
  .academy_flickr ul li a img {
    width: 80px;
  }
  .text_gradient_border > h1 {
    font-size: 18px !important;
    line-height: 24px;
  }
  .gallery_category_view .isotope,
  .gallery_category_item_view {
    margin-left: 0;
  }
  .gallery_category_item_view {
    width: 100%;
  }
  .t3-mainnav {
    margin-top: 40px !important;
  }
  .academy_head {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    background: #fff;
    z-index: 1001;
    border: 0;
  }
  html .b2j_aquarius_layer_slider_main>li>ul>li.introtext {
    display: none !important;
  }
  html .b2j_aquarius_layer_slider_main>li>ul>li.title {
    height: 30px;
    line-height: 30px !important;
    padding: 0 10px !important;
    bottom: 40px !important;
  }
  html .b2j_aquarius_layer_slider_main>li>ul>li.title a {
    font-size: 16px !important;
  }
  html #b2j_academy_home_timer_block {
    height: auto;
  }
  #b2j_academy_home_timer_block .span12 {
    padding: 0;
  }
  #b2j_academy_home_timer_block .module-title {
    float: none;
    margin: 0;
    border: 0;
    padding-right: 0;
    width: auto;
    text-align: center;
    height: auto;
  }
  html #b2j_academy_home_timer_block .span12 .t3-module .timer {
    display: inline-block;
  }
  html #b2j_academy_home_timer_block .span12 .t3-module {
    float: none !important;
    text-align: center;
    margin: 0;
  }
  html #b2j_academy_home_timer_block .span12 .t3-module:not(:first-child) {
    margin-left: 32px;
  }
  html #b2j_academy_home_timer_block ul.study {
    float: none !important;
  }
  html #b2j_academy_home_timer_block ul.study a {
    margin: 0;
  }
  .cat-image-left .image_block {
    max-width: none;
    margin-right: 0;
  }
  .itemListView .k2Pagination {
    margin-bottom: 30px;
  }
  .nav-collapse .nav > li {
    border-bottom: 1px solid #d6d6d6;
  }
  .t3-mainnav .nav li.dropdown.open a {
    border: 0;
  }
  .t3-mainnav .nav li.dropdown.open a:hover {
    background: none;
    color: #3d9dcc;
  }
  .t3-megamenu .dropdown-submenu.mega-align-right:before {
    content: '';
  }
  .t3-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu li {
    text-align: left;
  }
  .t3-mainnav.navbar-collapse-fixed-top .nav-collapse {
    margin-top: 8px !important;
  }
  .academy_head .iphone-view {
    display: inline-block;
  }
  #b2j_academy_breadcrumb_block {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #b2j_academy_breadcrumb_block .apply_now {
    display: none;
  }
  html .t3-copyright {
    padding: 10px;
  }
  html .t3-copyright .row [class*="span"] {
    text-align: center !important;
  }
  html .t3-copyright .b2j_academy_copyright {
    font-size: 10px;
  }
  html .t3-copyright #b2j_academy_copyright_social_block {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
  }
  html .t3-copyright #b2j_academy_copyright_social_block .social_menu {
    margin: 0;
  }
  .t3-footer .t3-module {
    margin-bottom: 30px;
  }
  .educational_tourism .module-title {
    line-height: 20px;
    left: 10px;
    bottom: 10px !important;
    font-size: 14px !important;
  }
  .educational_tourism .educational_explore {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 10px !important;
    bottom: 10px;
    right: 10px !important;
  }
  .educational_tourism.inner {
    height: 34px;
    line-height: 34px;
  }
  .item-info-footer .b2jsocial_parent {
    padding: 0;
  }
  .item-info-footer .itemAuthor,
  .item-info-footer .itemCommentsCounter {
    display: none;
  }
  #itemListPrimaryGridView .catItemView .catItemAuthor {
    padding-right: 5px;
  }
  #itemListPrimaryGridView .catItemView .catItemDateCreated {
    padding-left: 5px;
  }
  .latest_news [class*='span']:not(:last-child) {
    margin-bottom: 30px;
  }
  #t3-mainbody .social_menu {
    padding: 10px;
  }
  #t3-mainbody .social_menu li {
    margin-right: 9px;
  }
  .k2Pagination ul li a {
    font-size: 10px;
  }
  .k2Pagination ul li:nth-child(2) a {
    font-size: 10px;
    margin-right: 10px;
  }
  .k2Pagination ul li:nth-child(2) a:before {
    width: 5px;
    height: 5px;
    top: 9px;
  }
  .k2Pagination>ul>li:nth-last-child(2) a {
    font-size: 10px;
    margin-left: 10px;
  }
  .k2Pagination>ul>li:nth-last-child(2) a:before {
    width: 5px;
    height: 5px;
    top: 9px;
  }
  html .custom_smart_search #search-results #search-result-empty h2 {
    font-size: 30px;
    margin-top: 20px;
  }
  html .custom_smart_search form#finder-search #finder-filter-select-list .control-group .controls {
    margin-left: 0;
    width: 100%;
  }
  html .custom_smart_search form#finder-search #finder-filter-select-list .control-group .controls .controls {
    width: 100%;
  }
  html .custom_smart_search form#finder-search #finder-filter-select-list .control-group {
    text-align: left;
  }
  html .contact_info_container .contact_info_tags a {
    padding: 0 5px;
  }
  #login-modal {
    left: 50% !important;
  }
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px,0,0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px,0,0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px,0,0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px,0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px,0,0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px,0,0);
  transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
.our_partners .swiper-container {
  height: 120px;
}
.our_partners .swiper-slide {
  position: relative;
  
  
  width: 300px;
}
.our_partners .content-slide {
  width: 280px;
  height: 120px;
  background: #f1f0ed;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.custom_smart_search #search-form form#finder-search {
  margin: 0;
}
.custom_smart_search #search-form form#finder-search .word {
  text-align: center;
  margin-bottom: 20px;
}
.custom_smart_search #search-form form#finder-search .word input[type="text"] {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.custom_smart_search #search-form form#finder-search .word > .btn {
  background: #3d9dcc;
  color: #fff;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.custom_smart_search #search-form form#finder-search .word > .btn:hover {
  background: #3290be;
}
.custom_smart_search #search-form form#finder-search .word button[type="submit"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
}
.custom_smart_search #search-form form#finder-search .word button[type="submit"]:after {
  width: 0;
  height: 0;
}
.custom_smart_search #search-form form#finder-search .word button[type="submit"] .icon-search {
  padding: 0;
}
.custom_smart_search #search-form form#finder-search #advancedSearch hr {
  margin:  0;
  border-bottom: 0;
  border-top: 1px dashed #d6d6d6;
}
.custom_smart_search #search-form form#finder-search #advancedSearch #finder-filter-window {
  margin: 0;
  margin-top: 20px;
  overflow: visible;
}
.custom_smart_search ul.search-results {
  border-top: 1px dashed #d6d6d6;
  margin-top: 20px;
  padding-top: 60px;
}
.custom_smart_search ul.search-results li {
  background: none;
  border: 0;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px dashed #d6d6d6;
}
.custom_smart_search ul.search-results li .smart_search_result_ico {
  border: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
.custom_smart_search ul.search-results li .smart_search_result_ico img {
  max-height: 210px;
  max-width: none !important;
}
.custom_smart_search ul.search-results li .smart_search_result_info .result-title {
  margin: 0 0 10px;
}
.custom_smart_search ul.search-results li .smart_search_result_info .result-title a {
  font-size: 18px;
  color: #414141;
  text-decoration: none;
}
.custom_smart_search ul.search-results li .smart_search_result_info .result-title a .highlight {
  background: #3d9dcc;
}
.custom_smart_search ul.search-results li .smart_search_result_info .result-text .highlight {
  background: #3d9dcc;
}
.custom_smart_search ul.search-results li .smart_search_result_info .smart_search_result_footer {
  background: #666;
  height: 26px;
  line-height: 26px;
  color: ;
}
.custom_smart_search ul.search-results li .smart_search_result_info .smart_search_result_footer .author_ico {
  border-left: 1px solid ;
}
.custom_smart_search ul.search-results li .smart_search_result_info .smart_search_result_footer .right_shadow {
  padding: 0 10px;
  color: #666;
  float: right;
  text-decoration: none;
}
.custom_smart_search #search-results #search-result-empty h2 {
  text-align: center;
  font-size: 72px;
  margin-top: 60px;
  color: #ebebeb;
  text-transform: uppercase;
  font-weight: 300;
}
.custom_smart_search form#finder-search #finder-filter-select-list .control-group {
  text-align: center;
  margin-bottom: 10px;
}
.custom_smart_search form#finder-search #finder-filter-select-list .control-group:last-child {
  margin: 0;
}
.custom_smart_search form#finder-search #finder-filter-select-list .control-group label {
  float: none;
  display: inline-block;
}
.custom_smart_search form#finder-search #finder-filter-select-list .control-group .controls {
  display: inline-block;
  margin-left: 40px;
}
.tooltip {
  z-index: 10001;
}
#advancedSearch.in {
  overflow: visible !important;
}
.autocompleter-choices {
  border: 0 !important;
}
.recaptchatable #recaptcha_response_field {
  height: 20px !important;
  line-height: 20px !important;
}
.recaptcha_only_if_privacy {
  margin-top: -6px !important;
}
#sbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
}
#sbox-window {
  position: fixed;
  top: 50% !important;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.t3-footer {
  background: #878c5b;
  color: #fff;
}
.t3-footer a {
  color: #ddff99;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #fff;
}
.t3-footnav .module-title {
  color: #fff;
}
.t3-copyright {
  border-top: 1px solid #77b300;
}

