.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: -40px;
  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: 40px;
}
.thumbnail {
  border: 1px solid #ddd;
  display: block;
  padding: 4px;
  line-height: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -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: #6dc8b1;
  -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: #707067;
}
.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: -1160px;
}
.offset-11 {
  margin-left: -1060px;
}
.offset-10 {
  margin-left: -960px;
}
.offset-9 {
  margin-left: -860px;
}
.offset-8 {
  margin-left: -760px;
}
.offset-7 {
  margin-left: -660px;
}
.offset-6 {
  margin-left: -560px;
}
.offset-5 {
  margin-left: -460px;
}
.offset-4 {
  margin-left: -360px;
}
.offset-3 {
  margin-left: -260px;
}
.offset-2 {
  margin-left: -160px;
}
.offset-1 {
  margin-left: -60px;
}
.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;
  }
}
@media (max-width: 767px) {
  .logo-control .logo-img-sm {
    display: block;
  }
  .logo-control .logo-img {
    display: none;
  }
}
@media (min-width: 768px) {
  .logo-control .logo-img-sm {
    display: none;
  }
  .logo-control .logo-img {
    display: block;
  }
}

.wrap {
  width: auto;
  clear: both;
}

body {
  background-color: #e7e7e4;
  color: #707067;
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
a {
  color: #6dc8b1;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100% !important;
}
.img-rounded {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.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;
  color: #eee;
  font-weight: bold;
}
th a {
  color: #eee;
}
th a:hover,
th a:focus,
th a:active {
  color: #fff;
}
.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;
}

form {
  margin: 0 0 20px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  margin-bottom: 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 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
  -moz-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
  -o-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
  transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
}
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 {
  border-color: #c2c2c2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
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 #ddd;
}
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 #ddd;
}
.help-block,
.help-inline {
  color: #96968d;
}
.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 {
  vertical-align: top;
  padding: 4px 14px;
  border: solid 1px #707067;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #707067;
  color: #000;
}
.btn:hover,
.btn a.btn:hover,
.button:hover,
.button a.btn:hover,
button:hover,
button a.btn:hover {
  text-decoration: none;
  background-color: #707067;
}
.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: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.5);
}
.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: #83d0bd;
  background-image: -moz-linear-gradient(top,#92d6c5,#6dc8b1);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#92d6c5),to(#6dc8b1));
  background-image: -webkit-linear-gradient(top,#92d6c5,#6dc8b1);
  background-image: -o-linear-gradient(top,#92d6c5,#6dc8b1);
  background-image: linear-gradient(to bottom,#92d6c5,#6dc8b1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff92d5c4', endColorstr='#ff6dc8b1', GradientType=0);
  border-color: #6dc8b1 #6dc8b1 #40a98e;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #6dc8b1;
  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: #6dc8b1;
  *background-color: #5ac1a7;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #48ba9d \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 {
  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] {
  color: #fff;
  background-color: #c00;
  *background-color: #b30000;
}
.btn-danger:active,
.btn-danger.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: 0;
}
.nav > li > a:hover {
  background-color: #707067;
  color: #eee;
}
.nav .dropdown-toggle .caret {
  border-top-color: #6dc8b1;
  border-bottom-color: #6dc8b1;
  margin-top: 8px;
  margin-left: 5px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #40a98e;
  border-bottom-color: #40a98e;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #707067;
  border-bottom-color: #707067;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.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: #e7e7e4;
  border: 0;
  border: 0;
  border-right-width: 2px;
  border-bottom-width: 2px;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -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 > a {
  clear: both;
  color: #444;
  display: block;
  line-height: 20px;
  font-weight: 300;
  padding: 3px 20px;
  text-shadow: none;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #fff !important;
  text-decoration: none;
  background-color: #707067;
}
.dropdown-menu .active > a {
  color: #eee;
  text-decoration: none;
  outline: 0;
  color: #6dc8b1;
  background-color: transarent;
}
.dropdown-menu .active > a:hover {
  color: #eee;
  text-decoration: none;
  outline: 0;
  color: #fff;
  background-color: #707067;
}
.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: #6dc8b1;
  color: #eee;
}
.nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #707067;
  border-bottom-color: #707067;
}
.nav li.dropdown > .dropdown-toggle:hover .caret {
  border-top-color: #eee;
  border-bottom-color: #eee;
}
.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: #eee;
  border-bottom-color: #eee;
}
.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: 7px;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.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: inline-block;
  content: "\f105";
  font-family: FontAwesome;
  width: 0;
  height: 0;
  border-color: rgba(0,0,0,0);
  border-style: solid;
  border-width: 0;
  border-left-color: #CCC;
  font-size: 20px;
  margin-top: 0;
  margin-right: 0px;
  padding-left: 15px;
  vertical-align: top;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #eee;
}
.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: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.t3-navhelper {
  background: #2f2f2f;
  color: #707067;
}
.breadcrumb {
  padding: 0;
  margin: 0;
  background-color: transparent;
  -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;
  display: block;
  float: left;
  height: 41px;
  line-height: 41px;
  padding-left: 15px;
  font-size: 12px;
}
.breadcrumb a {
  color: #707067;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #707067;
}
.breadcrumb .divider img {
  vertical-align: middle;
}
.breadcrumb .active {
  color: #999;
}
.breadcrumb span.bali-small-logo {
  background: url(../images/default/bali-small.png);
  height: 29px;
  width: 42px;
  display: inline-block;
  margin: 6px 0 7px 0;
}
.breadcrumb span.divider {
  display: inline-block;
  width: 19px;
  vertical-align: top;
  height: 41px;
  background: url(../images/default/devider.png);
  padding: 0;
  margin-left: 15px;
}

.t3-mainnav .navbar {
  color: #707067;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
  font-family: Open Sans;
  margin-top: 40px;
  float: right;
  font-weight: 300;
}
.t3-mainnav .navbar-inner {
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  -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 {
  margin-left: 35px;
}
.t3-mainnav .navbar .nav > li > a {
  border: 0;
  padding: 0;
  text-shadow: none;
}
.t3-mainnav .navbar .nav > li > a:focus,
.t3-mainnav .navbar .nav > li > a:hover {
  background-color: transparent;
  text-shadow: none;
  outline: none;
  color: #6dc8b1;
}
.t3-mainnav .navbar .nav > .active > a,
.t3-mainnav .navbar .nav > .active > a:hover,
.t3-mainnav .navbar .nav > .active > a:focus {
  color: #6dc8b1;
  background-color: transparent;
  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: 5px 20px 0;
  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: #707067;
  text-shadow: none;
}
.t3-mainnav .dropdown .caret {
  margin: 0 0 0 5px !important;
  border: 0;
}
.t3-mainnav .dropdown .caret:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: normal;
}
.t3-mainnav .dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.t3-mainnav .dropdown-menu li > a {
  border-top: 1px solid #c2c2c2;
  padding: 5px 20px;
  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 .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 > .dropdown-toggle {
  background-color: transparent;
  color: #6dc8b1;
}
.t3-mainnav .nav li.dropdown.active > .dropdown-toggle,
.t3-mainnav .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: #6dc8b1;
}

.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 20px;
}
.t3-module .module-inner {
  padding: 0;
}
.alter-style-module .module-title {
  background: inherit;
  color: #707067;
  font-family: Open Sans;
  line-height: 30px;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #c2c2c2;
}
.module-title {
  background: inherit;
  color: #707067;
  font-family: Open Sans;
  line-height: 30px;
  padding: 0 0 10px 0;
  margin: 0;
  border-bottom: solid 7px #6dc8b1;
}
.module-ct {
  background: inherit;
  color: inherit;
  padding: 0;
  *zoom: 1;
  border: solid 1px #c2c2c2;
  border-top: 0;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: "";
  line-height: 0;
}
.module-ct:after {
  clear: both;
}
.alter-style-module .module-ct {
  border: 0;
  padding: 0;
  margin: 0;
}
.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 #ddd;
  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 #ddd;
}
.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: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.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: #707067;
  display: inline-block;
  margin: 0 5px 5px 0;
}
div.tagspopular ul li a {
  background: #eee;
  border-radius: 3px;
  color: #707067;
  display: block;
  padding: 2px 5px;
}
div.tagspopular ul li a:hover,
div.tagspopular ul li a:focus,
div.tagspopular ul li a:active {
  background: #40a98e;
  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: #707067;
}
div.tagssimilar ul li a:hover,
div.tagssimilar ul li a:focus,
div.tagssimilar ul li a:active {
  color: #40a98e;
}

.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 40px 20px 0;
}
article img[align=right],
.img_caption.right,
.pull-right.item-image {
  margin: 0 0 20px 40px;
}
.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: 40px;
}
.img-fulltext-right {
  float: right;
  margin-left: 40px;
}
.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: #707067;
  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);
}
#mailtoFormm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoFormm .formelm label {
  display: block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoFormm p {
  margin-top: 20px;
}
#mailtoFormm .input,
#mailtoFormm .inputbox {
  width: 70%;
}
#mailtoFormm .btn,
#mailtoFormm .button,
#mailtoFormm 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 #ddd;
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.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 #ddd;
  background: #eee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  *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: 3.448275862069%;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #ddd;
  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 #ddd;
  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: 0px;
}
.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 #ddd;
}
.article-content .pagination li {
  float: left;
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #ddd;
  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 #ddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#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 #ddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagenav li a:hover,
.pagenav li a:active,
.pagenav li a:focus {
  background-color: #707067;
  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: #c2c2c2;
  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: #c2c2c2;
}
.btn-group .chzn-results {
  white-space: normal;
}

p {
  margin: 0 0 10px;
}
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;
}
span.highlight,
.highlight {
  background-color: #6dc8b1;
  font-weight: normal;
  padding: 1px 4px;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: Open Sans;
  font-weight: 100;
  line-height: 1;
  color: #707067;
  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: 38px;
  line-height: 40px;
}
h1 small {
  font-size: 28px;
}
h2 {
  font-size: 34px;
  line-height: 40px;
}
h2 small {
  font-size: 21px;
}
h3 {
  font-size: 26px;
  line-height: 40px;
}
h3 small {
  font-size: 16px;
}
h4 {
  font-size: 26px;
  line-height: 20px;
}
h4 small {
  font-size: 14px;
}
h5 {
  font-size: 22px;
  line-height: 20px;
}
h5 small {
  font-size: 12px;
}
h6 {
  font-size: 18px;
  line-height: 20px;
}
.page-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin: 0 0 40px;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
  *zoom: 1;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  margin: 0 0 10px 0;
  line-height: 1;
}
.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;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
.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: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
a.label:hover,
a.badge:hover {
  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] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 0 10px 117px;
  margin: 0;
  border: 0;
  font-size: 12px;
  line-height: 16px;
  color: #707067;
  font-style: italic;
  font-weight: bold;
  background: url(../images/default/blockquote.png) left 10px no-repeat;
}
blockquote p {
  margin: 0 0 25px 0;
}
blockquote small {
  display: block;
  float: right;
  color: #c2c2c2;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}
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';
}
blockquote:after {
  clear: both;
  content: "";
  display: block;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 0;
  font-style: normal;
  line-height: 20px;
}
hr {
  border-top: 0;
  border-bottom: solid 1px #c2c2c2;
}
.alert-notice > h4:after,
.alert-error > h4:after,
.alert-success > h4:after,
.alert-message > h4:after {
  content: ":";
}
.alert-error > h4:before,
.alert-notice > h4:before,
.alert-success > h4:before,
.alert-message > h4:before {
  font-family: FontAwesome;
  display: block;
  left: 0;
  font-size: 28px;
  position: absolute;
  line-height: 19px;
}
.alert-message > h4:before {
  content: "\f05a";
  color: #81b9cc;
}
.alert-success > h4:before {
  content: "\f00c";
  color: #81ccb7;
}
.alert-notice > h4:before {
  content: "\f071";
  color: #e89745;
}
.alert-error > h4:before {
  content: "\f00d";
  color: #e83232;
}
.alert-error > h4,
.alert-notice > h4,
.alert-success > h4,
.alert-message > h4 {
  position: relative;
  padding-left: 40px;
  float: left;
  font-family: Open Sans;
  color: #222;
  text-shadow: none;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  margin-right: 10px;
}
.alert-error > div,
.alert-notice > div,
.alert-success > div,
.alert-message > div {
  font-family: Arial;
  line-height: 22px;
  color: #7b7b7b;
  text-shadow: none;
  overflow: hidden;
}
.alert-notice:after,
.alert-error:after,
.alert-success:after,
.alert-message:after {
  position: absolute;
  height: 7px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  content: "";
}
.alert-message:after {
  background: #81b9cc;
}
.alert-error:after {
  background: #e83232;
}
.alert-notice:after {
  background: #e89745;
}
.alert-success:after {
  background: #81ccb7;
}
.alert-notice p,
.alert-error p,
.alert-success p,
.alert-message p {
  margin: 0;
}
.alert-notice,
.alert-error,
.alert-success,
.alert-message {
  position: relative;
  margin: 0 0 10px 0;
  border: solid 1px #c2c2c2;
  background: transparent;
  padding: 10px 10px 17px;
}
.alert .close {
  right: 0px;
}
p.dropcap:first-letter {
  display: inline-block;
  float: left;
  font-size: 59px;
  padding: 15px 10px;
  text-align: center;
  border-radius: 6px;
  margin: 6px 5px 0 0;
  font-weight: 400;
}

.t3-header {
  position: relative;
  padding-top: 10px;
  padding-bottom: 0;
}
.logo {
  float: left;
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image {
  overflow: hidden;
}
.logo-image a {
  background-image: url("../images/default/logo.png");
  background-repeat: no-repeat;
  width: 280px;
  height: 111px;
  background-size: contain;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text h1 {
  color: #444;
}
.logo-text h1 a {
  color: #444;
  text-decoration: none;
}
.logo-text:hover h1 a,
.logo-text h1 a:hover,
.logo-text h1 a:active,
.logo-text h1 a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.head-search {
  float: right;
  margin-top: 0;
}
.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 {
  border: 0;
  background: transparent;
  padding: 20px 0 0;
  margin: 0 0 20px 0;
  color: #707067;
  *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: #707067;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  text-decoration: none;
}
.t3-footer .span3 .module {
  padding: 0 30px;
}
.t3-footer .module {
  margin: 0 0 25px 0;
}
.t3-footer .module > div > h3 {
  font-size: 14px;
  margin: 0;
  font-family: Arial;
  border: 0;
  padding: 0;
  line-height: 20px;
  font-weight: bold;
}
.t3-footer .module .k2TagCloudBlock {
  font-size: 12px;
}
.t3-footer .module .k2TagCloudBlock > a {
  color: #707067;
  display: block;
  line-height: 18px;
  text-decoration: none !important;
}
.t3-footer .social-menu.nav li {
  display: inline-block;
  margin-right: 14px;
}
.t3-footer .social-menu.nav li a:before {
  font-size: 24px;
}
.t3-footer .nav li {
  font-size: 12px;
}
.t3-footer .nav li a {
  color: inherit !important;
  background: transparent !important;
  line-height: 18px;
}
.t3-footer .k2ItemsBlock  ul li {
  display: block;
  font-size: 12px;
}
.t3-footer .k2ItemsBlock  ul {
  margin: 0;
}
.t3-footnav {
  padding: 60px 0 40px;
  *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: 18px;
  color: #999;
}
.t3-copyright .t3-module,
.t3-copyright .t3-module p {
  margin: 0;
}
.t3-copyright {
  border: 0;
  font-size: 12px;
  padding: 5px 0;
  text-align: right;
  font-weight: 400;
  font-size: 11px;
  *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;
}
.header-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
  top: 0;
}
.head-search {
  height: 1px;
}
.search-bar {
  width: 100%;
  height: 0;
  position: relative;
  z-index: 1;
  margin-top: -1px;
  height: 1px;
}
.k2SearchBlockForm {
  position: relative;
}
.k2SearchBlockForm .icon-search input {
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
}
.k2SearchBlockForm .icon-search {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 28px;
  text-align: center;
  background-color: #E7E7E4;
  line-height: 40px;
}
.k2SearchBlockForm input.inputbox {
  border: 0;
  background: transparent;
  margin-top: 6px;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
}
.k2SearchBlockForm input.closed {
  width: 0;
  border: 0;
  padding-right: 0;
  padding-left: 0;
}
.k2SearchBlockForm .slide-seacrh {
  position: absolute;
  right: 0;
  z-index: 0;
  padding-right: 40px;
  display: block !important;
  height: 40px;
}
.map-holder > .bottom {
  border-top: 0;
}
.map-holder > .top {
  height: 50px;
  background: url(../images/default/pin-map.png) center center no-repeat;
  border-bottom: solid 1px #c2c2c2;
}
.modules-bottom {
  border: solid 1px #c2c2c2;
}
.search-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255,255,255,0.85);
  display: none;
}
.k2SearchBlock .k2LiveSearchResults {
  position: absolute;
  top: 40px;
  display: none;
}
.k2SearchBlock {
  position: relative;
}
*::selection {
  color: #fff;
  background: #6dc8b1;
}
.custom > p {
  margin-bottom: 0;
}
.flip {
  max-width: 100%;
  width: 270px;
  height: 270px;
  position: relative;
  display: block;
  -webkit-perspective: 350;
  -moz-perspective: 350;
  -o-perspective: 350;
  -ms-perspective: 350;
  perspective: 350;
  margin: 80px auto 20px;
}
.flip > div > div.front img {
  margin: 30px auto 0;
  display: block;
}
.flip > div > div.front h3 {
  margin: 0 auto 0;
  display: block;
  font-size: 52px;
  font-family: Open Sans;
  margin: 10px 0 0 0;
  font-weight: 300;
  text-align: center;
}
.flip > div > div.back ul.nav li a {
  display: block;
  color: #707067;
  background: transparent !important;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  font-family: Open Sans;
  text-shadow: 0 0 10px #666;
  white-space: nowrap;
}
.flip > div > div.back {
  text-align: center;
}
.flip > div > div.back ul.nav li:hover:before {
  border-color: #6dc8b1;
  background: #6dc8b1;
}
.flip > div > div.back ul.nav li:hover a {
  color: #6dc8b1;
}
.flip > div > div.back ul.nav li {
  padding-left: 40px;
  position: relative;
}
.flip > div > div.back ul.nav li:before {
  display: block;
  width: 10px;
  height: 10px;
  border: solid 3px #c2c2c2;
  border-radius: 8px;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  box-shadow: 0 0 10px 0 #666;
}
.flip > div > div.back ul.nav.font24 li:before {
  top: 13px;
}
.flip > div > div.back ul.nav.font24 {
  margin-top: 5px;
}
.flip > div > div.back ul.nav.font24 li a {
  font-size: 24px;
  line-height: 35px;
}
.flip > div > div.back ul.nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
  position: absolute;
  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%);
}
.flip > div > div.front:hover h3 {
  color: #6dc8b1;
}
.flip > div > div.front {
  cursor: pointer;
}
.flip > div > div {
  border: solid 5px #959595;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 1px 9px 0 #707070 inset, 0 1px 9px 0 #707070;
}
.flip > div > div.back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip > div {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  -webkit-transition: -webkit-transform .7s;
  -moz-transition: -moz-transform .7s;
  -o-transition: -o-transform .7s;
  -ms-transition: -o-transform .7s;
  transition: transform .7s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip > div.fc_flipping-right {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip > div.fc_flipping-left {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.flip > div.fc_flipping-top {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.flip > div.fc_flipping-bottom {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.flip.flip-opera > div.fc_flipping-left > div.front {
  visibilty: hidden;
  opacity: 0;
}
.flip.flip-opera > div.fc_flipping-left > div.back {
  visibilty: visible;
  opacity: 1;
}
.flip.flip-opera > div > div.front {
  visibilty: visible;
  opacity: 1;
  -o-transition: opacity .7s;
}
.flip.flip-opera > div > div.back {
  visibilty: hidden;
  opacity: 0;
  -o-transition: opacity .7s;
}
.flip.flip-opera > div > div.back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flip.flip-opera > div.fc_flipping-left {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.t3-megamenu {
  text-transform: uppercase;
}
ul.breadcrumb {
  border-bottom: solid 1px #c2c2c2;
  margin: 0 0 -1px 0;
}
.componentheading .k2FeedIcon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
}
.componentheading {
  font-size: 30px;
  line-height: 30px;
  min-height: 30px;
  font-family: Open Sans;
  padding: 0 0 10px 0;
  font-weight: 300;
  position: relative;
}
#system-message {
  margin: 0;
}
.bali-blog .catItemView .catItemBody .catItemDateCreated b {
  font-weight: 600;
}
.bali-blog .catItemView .catItemBody .catItemDateCreated {
  display: block;
  position: absolute;
  right: -1px;
  font-size: 30px;
  color: #6dc8b1;
  top: 25px;
  height: 44px;
  background: #e7e7e4;
  padding: 0 20px;
  line-height: 44px;
  font-family: Open Sans;
  font-weight: 300;
  text-transform: uppercase;
}
.bali-blog .catItemView .catItemBody {
  position: relative;
}
.bali-blog .catItemView .catItemImageBlock {
  margin: -1px -1px 0;
}
.bali-blog .catItemView .catItemInner {
  padding: 10px 20px;
}
.bali-blog .catItemView h3.catItemTitle a {
  color: #707067;
}
.bali-blog .catItemIntroText {
  font-size: 12px;
}
.bali-blog .catItemIntroText p {
  display: inline;
}
.bali-blog .catItemView h3.catItemTitle {
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 22px;
  font-weight: 300;
  font-family: Open Sans;
  width: 260px;
  max-width: 100%;
}
.bali-blog .catItemLinks>div:not(.clr) {
  float: left;
  margin: 0 20px 10px 0;
}
.bali-blog .catItemLinks > div i {
  font-size: 18px;
  vertical-align: -1px;
}
.bali-blog .catItemTags li {
  display: inline;
  list-style: none;
}
.bali-blog .catItemTags {
  margin: 0;
  display: inline-block;
}
.bali-blog .catItemLinks {
  padding: 0 20px;
}
.bali-blog .catItemView {
  border: solid 1px #c2c2c2;
  margin: 0 0 50px 0;
}
.itemCommentsPagination ul.pagination-list li a,
.k2Pagination ul.pagination-list li a {
  display: block;
  line-height: 26px;
  color: #707067;
  padding: 0 3px;
}
.itemCommentsPagination ul.pagination-list li:first-child a,
.k2Pagination ul.pagination-list li:first-child a {
  padding-left: 0;
}
.itemCommentsPagination ul.pagination-list li:last-child a,
.k2Pagination ul.pagination-list li:last-child a {
  padding-right: 0;
}
.itemCommentsPagination ul.pagination-list li.disabled,
.k2Pagination ul.pagination-list li.disabled {
  border-color: #707067;
}
.itemCommentsPagination ul.pagination-list li,
.k2Pagination ul.pagination-list li {
  list-style: none;
  display: inline-block;
  font-size: 18px;
  border-bottom: solid 7px #6dc8b1;
}
.itemCommentsPagination,
.k2Pagination {
  text-align: center;
}
.itemCommentsPagination ul.pagination-list,
.k2Pagination ul.pagination-list {
  margin: 0;
}
.itemCommentsPagination {
  margin: 20px 0 0;
}
.bali-blog-item .itemToolbar ul li a i {
  display: inline-block;
  font-size: 24px;
}
.bali-blog-item .itemToolbar ul li a.itemCommentsLink i {
  vertical-align: top;
}
.bali-blog-item .itemToolbar ul li a.itemCommentsLink {
  font-size: 14px;
  line-height: 25px;
}
.bali-blog-item .itemToolbar ul li a {
  display: inline-block;
  color: #707067;
}
.bali-blog-item .itemToolbar ul li span.itemTextResizerTitle {
  display: inline-block;
  line-height: 25px;
  height: 25px;
  font-size: 14px;
  vertical-align: top;
}
.bali-blog-item .itemToolbar ul li {
  float: left;
  display: block;
  margin: 0 4px 10px 0;
}
.bali-blog-item .itemToolbar ul {
  margin: 0;
  font-size: 24px;
  padding: 5px 0 0 0;
}
.bali-blog-item .itemRatingBlock ul li.itemCurrentRating.styled {
  color: #707067;
}
.bali-blog-item .itemRatingBlock ul li.itemCurrentRating {
  display: block;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #6dc8b1;
  overflow: hidden;
  z-index: -1;
}
.bali-blog-item .itemRatingBlock ul li:not(.itemCurrentRating) a span {
  display: none;
}
.bali-blog-item .itemRatingBlock ul li:not(.itemCurrentRating) {
  color: transparent;
}
.bali-blog-item .itemRatingBlock ul li:not(.itemCurrentRating).hover {
  color: #6dc8b1;
}
.bali-blog-item .itemRatingBlock ul li:not(.itemCurrentRating) i {
  position: relative;
  z-index: 0;
}
.bali-blog-item .itemRatingBlock ul li:not(.itemCurrentRating) a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 60;
  color: transparent !important;
}
.bali-blog-item .itemRatingBlock ul li:not(.itemCurrentRating) {
  display: block;
  float: left;
  position: relative;
}
.bali-blog-item .itemRatingBlock ul li.styled {
  display: block;
  position: absolute;
  z-index: -1;
}
.bali-blog-item .itemRatingBlock .itemRatingForm .itemRatingLog {
  line-height: 12px;
  vertical-align: top;
  text-transform: lowercase;
  font-size: 10px;
}
.bali-blog-item .itemRatingBlock {
  padding: 15px 0;
  float: left;
}
.bali-blog-item .itemRatingBlock .itemRatingForm > span {
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
}
.bali-blog-item .itemContentFooter {
  font-size: 10px;
  text-align: right;
}
.bali-blog-item .itemRatingBlock .itemRatingList {
  white-space: nowrap;
  font-size: 19px;
  position: relative;
  display: inline-block;
  margin: 0;
  height: 20px;
}
.clr {
  height: 0px;
  display: block;
  clear: both;
}
.bali-blog.bali-blog-item h3.itemTitle {
  line-height: 34px;
  margin: 0 0 10px 0;
}
.bali-blog.bali-blog-item .catItemView {
  margin-bottom: 0;
}
hr.sep-style {
  height: 20px;
  margin: 0;
  display: block;
  border: 0;
  background: #707067 url(../images/default/hr.png);
}
.bali-blog .itemAuthorBlock .itemAuthorDetails {
  overflow: hidden;
}
.bali-blog .itemAuthorBlock .itemAuthorAvatar {
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}
.bali-blog .itemAuthorLatest > h3,
.bali-blog .itemRelated > h3,
.bali-blog h3.itemNavigationTitle,
.bali-blog h3.itemCommentsCounter,
.bali-blog .itemCommentsForm h3,
.bali-blog .itemAuthorHeading {
  margin: 70px 0 0;
  text-transform: uppercase;
}
.bali-blog .itemAuthorBlock {
  border: solid 1px #c2c2c2;
  padding: 10px 20px;
}
.bali-blog .itemAuthorBlock hr {
  margin: 10px -21px -11px;
}
.bali-blog .itemAuthorLatest > ul,
.bali-blog .itemRelated > ul {
  border: solid 1px #c2c2c2;
  border-top: 0;
  margin: 0;
}
.bali-blog .itemAuthorLatest > ul li:not(.clr),
.bali-blog .itemRelated > ul li:not(.clr) {
  display: block;
  list-style: none;
  border-top: solid 1px #c2c2c2;
}
.bali-blog .itemAuthorLatest > ul li a,
.bali-blog .itemRelated > ul li a {
  padding: 10px;
  display: block;
  color: #707067;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bali-blog .itemAuthorLatest > ul li a:hover,
.bali-blog .itemNavigation a:hover,
.bali-blog .itemRelated > ul li a:hover {
  background: #6dc8b1;
  color: #fff;
}
.bali-blog ul.itemCommentsList li:not(.clr) > div.commentTextPanel .commentDate {
  font-style: italic;
}
.bali-blog ul.itemCommentsList li:not(.clr) > div.commentTextPanel h3 {
  margin: 0;
}
.bali-blog ul.itemCommentsList li:not(.clr) > div.commentTextPanel {
  overflow: hidden;
}
.bali-blog ul.itemCommentsList li:not(.clr) > img {
  float: left;
  margin-right: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 83px;
}
.bali-blog ul.itemCommentsList li:not(.clr) {
  display: block;
  list-style: none;
  border-top: solid 1px #c2c2c2;
  padding: 10px 20px;
}
.bali-blog ul.itemCommentsList {
  border: solid 1px #c2c2c2;
  border-top: 0;
  margin: 0;
}
.bali-blog .itemCommentsForm input[type="submit"] {
  background: transparent;
  font-size: 22px;
  font-family: Open Sans;
  font-weight: 300;
  color: #707067;
  float: right;
  border: 0;
  padding: 5px 0;
  border-bottom: solid 7px #6dc8b1;
  margin: 10px 30px 0 0;
}
.bali-blog .itemNavigation a {
  display: block;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border: solid 1px #c2c2c2;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.commentRight textarea {
  width: 410px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  line-height: 22px;
  padding: 7px 10px;
  max-width: 100%;
}
.commentRight {
  overflow: hidden;
  float: left;
  max-width: 100%;
}
.commentLeft input {
  line-height: 22px;
  padding: 7px 10px;
  background: transparent;
  margin: 0 0 20px 0;
  width: 240px;
}
.commentRight span.asterisk,
.commentLeft span.asterisk {
  color: #6dc8b1;
  font-size: 30px;
  vertical-align: top;
  display: inline-block;
  line-height: 30px;
}
.commentLeft {
  width: 330px;
  float: left;
}
.mb10 {
  margin: 0 0 10px 0px !important;
}
.b2j_k2_calendar_container_module {
  margin: 20px auto !important;
  font-family: Open Sans;
}
.k2CategoriesListBlock ul li a:hover {
  background: #6dc8b1;
  color: #fff;
}
.k2CategoriesListBlock ul li a {
  padding: 10px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #707067;
}
.k2CategoriesListBlock ul li:last-child {
  border: 0;
}
.k2CategoriesListBlock ul li {
  display: block;
  border-bottom: solid 1px #c2c2c2;
}
.k2CategoriesListBlock ul.level1 li {
  border-left: solid 9px #c2c2c2;
}
.k2CategoriesListBlock ul.level2 li {
  border-left: solid 19px #c2c2c2;
}
.k2CategoriesListBlock ul.level1,
.k2CategoriesListBlock ul.level2 {
  border-top: solid 1px #c2c2c2;
}
.k2CategoriesListBlock ul {
  margin: 0;
}
h3.itemAuthorName {
  margin: 0;
}
.itemAuthorUrl i,
.itemAuthorEmail i {
  color: #6dc8b1;
  font-size: 22px;
  vertical-align: -2px;
  margin: 0 5px 0 0;
}
.itemAuthorUrl a,
.itemAuthorEmail a {
  color: #707067;
}
.itemAuthorUrl,
.itemAuthorEmail {
  color: #707067;
  margin: 0 20px 0 0;
  font-family: Open Sans;
  font-weight: 600;
  line-height: 24px;
}
.itemCommentsFormNotes {
  font-size: 10px;
}
.k2LatestCommentsBlock .k2FeedIcon {
  position: absolute;
  top: -45px;
  font-size: 30px;
  right: 0;
}
.k2LatestCommentsBlock {
  position: relative;
}
.k2LatestCommentsBlock ul {
  margin: 0;
  display: block;
}
.k2LatestCommentsBlock ul li div.right> .lcUsername,
.k2LatestCommentsBlock ul li div.right> .lcCommentDate {
  font-style: italic;
}
.k2LatestCommentsBlock ul li div.right> *:not(.lcUsername):not(.lcCommentDate) {
  display: block;
}
.k2LatestCommentsBlock ul li div.right {
  overflow: hidden;
}
.k2LatestCommentsBlock ul li a.k2Avatar {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.k2LatestCommentsBlock ul li:last-child {
  border: 0;
}
.k2LatestCommentsBlock ul li {
  display: block;
  border-bottom: solid 1px #c2c2c2;
  padding: 10px;
}
.bali-blog .userBlock > .userRight h3 {
  margin: 0;
}
.bali-blog .userBlock > .userRight {
  overflow: hidden;
}
.bali-blog .userBlock > img {
  margin: 20px 20px 20px 0;
  float: left;
}
.bali-blog .userBlock hr.sep-style {
  margin: 10px -20px -10px;
}
.bali-blog .userBlock {
  border: solid 1px #c2c2c2;
  padding: 10px 20px;
  margin: 0 0 70px 0;
}
.bali-blog .userBlock .userURL,
.bali-blog .userBlock .userEmail {
  color: #707067;
  margin: 0 20px 0 0;
  font-family: Open Sans;
  font-weight: 600;
  line-height: 24px;
}
.userURL i,
.userEmail i {
  color: #6dc8b1;
  font-size: 22px;
  vertical-align: -2px;
  margin: 0 5px 0 0;
}
.userURL a,
.userEmail a {
  color: #707067;
}
.latestItemsUser img {
  display: block;
  margin: 40px auto 0;
}
.latestItemsUser h6 a {
  color: #707067;
}
.latestItemsUser h6 {
  margin: 15px 0 10px 0;
  padding: 0 0 10px 0;
  text-align: center;
  border-bottom: solid 1px #c2c2c2;
}
.latestItemsUserDescription {
  text-align: center;
}
.latestItemsUserAdditionalInfo {
  text-align: center;
}
.componentheading.styled {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #C2C2C2;
}
.latestItemsUserEmail i,
.latestItemsUserURL i {
  color: #6dc8b1;
  font-size: 22px;
  vertical-align: -2px;
  margin: 0 5px 0 0;
}
.latestItemsUserURL a,
.latestItemsUserEmail a {
  color: #707067;
}
.latestItemsUserEmail,
.latestItemsUserURL {
  color: #707067;
  font-family: Open Sans;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
}
.liveSearchResults li a:hover {
  background: #6dc8b1;
  color: #fff;
}
.liveSearchResults li a {
  color: #707067;
  display: block;
  padding: 5px 10px;
  background: #E7E7E4;
  font-size: 12px;
  line-height: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.liveSearchResults li {
  display: block;
  border-top: solid 1px #C2C2C2;
}
.liveSearchResults {
  display: block;
  margin: 0;
}
.ovrf {
  overflow: hidden;
  padding-right: 17px;
}
.bali-rooms .latestItemsCategoryImage:after {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 9px rgba(255,255,255,0.75);
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.bali-rooms .latestItemsCategoryImage > div > div > h6 a {
  color: #707067;
  line-height: 26px;
  display: inline-block;
  border-bottom: solid 7px #6dc8b1;
  text-transform: uppercase;
}
.bali-rooms .latestItemsCategoryImage > div > div > h6 {
  margin: 0;
}
.bali-rooms .latestItemsCategoryImage > div > div {
  display: inline-block;
  background: rgba(255,255,255,0.92);
  padding: 25px;
}
.bali-rooms .latestItemsCategoryImage > div {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  text-align: center;
  line-height: 272px;
  height: 100%;
}
.bali-rooms .latestItemsContainer {
  margin: 0 0 80px 0;
}
.bali-rooms .latestItemsCategoryImage {
  position: relative;
}
.bali-rooms .catItemBody {
  position: relative;
  margin: 0 0 80px 0;
}
.bali-rooms .catItemHeader > div h6.catItemTitle a {
  color: #707067;
  line-height: 26px;
  display: inline-block;
  border-bottom: solid 7px #6dc8b1;
  text-transform: uppercase;
}
.bali-rooms .catItemHeader > div h6.catItemTitle {
  margin: 0;
}
.bali-rooms .catItemHeader > div {
  display: inline-block;
  padding: 25px;
  margin-top: 80px;
  background: rgba(255,255,255,0.92);
}
.bali-rooms .itemRatingForm ul.itemRatingList li.itemCurrentRating.styled {
  color: #707067;
}
.bali-rooms .itemRatingForm ul.itemRatingList li.itemCurrentRating {
  display: block;
  position: absolute;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  z-index: 0;
  color: #6dc8b1;
}
.bali-rooms .itemRatingForm ul.itemRatingList li:not(.itemCurrentRating) span {
  display: none;
}
.bali-rooms .itemRatingForm ul.itemRatingList li:not(.itemCurrentRating) a {
  color: transparent !important;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.bali-rooms .itemRatingForm ul.itemRatingList li:not(.itemCurrentRating) {
  color: transparent;
  position: relative;
}
.bali-rooms .itemRatingForm ul.itemRatingList li:not(.itemCurrentRating).hover {
  color: #6dc8b1;
}
.bali-rooms .itemRatingForm ul.itemRatingList li:not(.itemCurrentRating) {
  display: block;
  float: left;
  position: relative;
  z-index: 1;
}
.bali-rooms .itemRatingForm .itemRatingLog {
  font-size: 10px;
}
.bali-rooms .itemRatingForm ul.itemRatingList {
  margin: 0;
  display: inline-block;
  position: relative;
  font-size: 19px;
  height: 20px;
}
.rooms-item .itemImageBlock,
.bali-rooms .catItemImageBlock {
  position: relative;
}
.rooms-item .itemImageBlock:after,
.bali-rooms .catItemImageBlock:after {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 9px rgba(255,255,255,0.75);
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.bali-blog.rooms-item .catItemView .catItemImageBlock {
  margin: 0;
}
.bali-rooms .catItemHeader {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 100%;
  top: 0;
  z-index: 1;
}
.b2j_alfheim_gallery_pro_tags,
.b2j_alfheim_gallery_pro_pagination_container {
  font-family: Open Sans;
}
.bali-blog.rooms-item .catItemView .catItemLinks {
  padding: 0;
}
.bali-blog.rooms-item .catItemView .catItemInner {
  padding: 10px 0;
}
.bali-blog.rooms-item .catItemView {
  border: 0;
}
.bali-blog.rooms-item h3.itemTitle {
  float: left;
  margin: 0;
  text-transform: uppercase;
}
.mtb15 {
  padding: 15px 0;
}
.rooms-item .itemCommentsLink {
  display: block;
  font-size: 18px;
  color: #707067;
  border-bottom: solid 7px #6dc8b1;
  font-family: Open Sans;
  font-weight: 300;
  line-height: 26px;
}
.bali-k2-content.k2ItemsBlock ul li {
  display: block;
}
.bali-k2-content.k2ItemsBlock ul {
  display: block;
  margin: 0;
}
.bali-k2-content li div.hover {
  position: absolute;
  top: 100%;
  background: #e7e7e4;
  overflow: hidden;
  padding: 15px 20px 0;
  border-top: solid 7px #6dc8b1;
}
.bali-k2-content li .moduleItemImage img,
.bali-k2-content li .moduleItemImage {
  display: block;
}
.bali-k2-content li > div:after {
  display: block;
  width: 34px;
  height: 7px;
  content: "";
  background: #6dc8b1;
  left: 50%;
  bottom: -20px;
  position: absolute;
  margin-left: -17px;
}
.bali-k2-content li > div {
  position: relative;
  text-align: center;
}
.bali-k2-content li h6 a {
  color: #707067;
}
.bali-k2-content li h6 {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #c2c2c2;
}
.bali-k2-content li .moduleItemReadMore {
  color: #707067;
  font-family: Open Sans;
}
.bali-k2-content li {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 22px;
  overflow: hidden;
}
.bali-k2-content .moduleItemIntrotext {
  margin: 0 0 10px 0;
}
.st-page-heading {
  background: inherit;
  color: #707067;
  font-family: Open Sans;
  line-height: 30px;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #c2c2c2;
}
.bali-rooms .subCategory > div > div > h6 a {
  color: #707067;
  line-height: 26px;
  display: inline-block;
  border-bottom: solid 7px #6dc8b1;
  text-transform: uppercase;
}
.bali-rooms .subCategory > div > div > h6 {
  margin: 0;
}
.bali-rooms .subCategory > div > div {
  display: inline-block;
  background: rgba(255,255,255,0.92);
  padding: 25px;
}
.bali-rooms .subCategory > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  line-height: 272px;
}
.bali-rooms .subCategoryContainer {
  margin: 0 0 80px 0;
}
.bali-rooms .subCategory {
  position: relative;
  text-align: center;
  height: auto !important;
}
.bali-rooms .subCategory .subCategoryImage {
  display: block;
  position: relative;
}
.bali-rooms .subCategory .subCategoryImage:after {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 9px rgba(255,255,255,0.75);
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
div.ic-1 + span,
div.ic-2 + span,
div.ic-3 + span,
div.ic-4 + span,
div.ic-5 + span,
div.ic-6 + span {
  display: block;
  text-align: center;
  font-size: 20px;
  font-family: Open Sans;
  margin: 10px 0;
  font-weight: 300;
}
div.ic-1 {
  width: 48px;
  height: 90px;
  background: url(../images/default/services/phone-p.png) center center no-repeat;
  background-size: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.active div.ic-1 {
  background: url(../images/default/services/phone.png);
}
div.ic-2 {
  width: 87px;
  height: 90px;
  background: url(../images/default/services/wifi-p.png) center center no-repeat;
  background-size: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.active div.ic-2 {
  background: url(../images/default/services/wifi.png);
}
div.ic-3 {
  width: 71px;
  height: 90px;
  background: url(../images/default/services/tv-p.png) center center no-repeat;
  background-size: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.active div.ic-3 {
  background: url(../images/default/services/tv.png);
}
div.ic-4 {
  width: 49px;
  height: 90px;
  background: url(../images/default/services/pool-p.png) center center no-repeat;
  background-size: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.active div.ic-4 {
  background: url(../images/default/services/pool.png);
}
div.ic-5 {
  width: 66px;
  height: 90px;
  background: url(../images/default/services/breakfast-p.png) center center no-repeat;
  background-size: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.active div.ic-5 {
  background: url(../images/default/services/breakfast.png);
}
div.ic-6 {
  width: 70px;
  height: 90px;
  background: url(../images/default/services/loundry-p.png) center center no-repeat;
  background-size: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.active div.ic-6 {
  background: url(../images/default/services/loundry.png);
}
#reservation {
  background: url(../images/default/res-bg.png);
  position: relative;
  overflow: hidden;
  height: 0px;
}
#reservation > div.ovrf-auto {
  overflow-y: auto;
  overflow-x: hidden;
}
#reservation > div {
  background: rgba(231,231,228,0.92);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  border-bottom: solid 1px #c2c2c2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#open-res:after {
  display: block;
  width: 164px;
  height: 17px;
  background: url(../images/default/res-text.png);
  content: "";
  position: absolute;
  left: -163px;
  top: 16px;
}
#open-res {
  background: url(../images/default/res-icon.png);
  display: block;
  width: 24px;
  height: 28px;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 2px;
  z-index: 0;
  margin-left: -18px;
}
#close-res {
  background: url(../images/default/home-icon.png);
  display: block;
  width: 47px;
  height: 74px;
  position: static;
  top: 2px;
  margin: 0 auto 40px;
  z-index: 1;
}
.res-module:after {
  display: block;
  content: "";
  width: 543px;
  height: 419px;
  background: url(../images/default/map.png);
  position: absolute;
  right: -550px;
  top: 175px;
}
.res-module {
  width: 290px;
  margin: 50px auto;
  border: solid 1px #c2c2c2;
  background: rgba(231,231,231,0.56);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  position: relative;
}
.b2j_contact .asterisk {
  display: none;
}
.b2j_contact label {
  font-family: Open Sans;
}
.b2j_contact {
  padding: 0 !important;
  background: rgba(0,0,0,0) !important;
  border: 0 !important;
}
.res-module .module-title {
  font-size: 24px;
  padding: 0;
  margin: 20px 0;
  border: 0;
  text-align: center;
  text-transform: lowercase;
}
.b2j_contact input[type="text"],
.b2j_contact input[type="password"],
.b2j_contact input[type="datetime"],
.b2j_contact input[type="datetime-local"],
.b2j_contact input[type="date"],
.b2j_contact input[type="month"],
.b2j_contact input[type="time"],
.b2j_contact input[type="week"],
.b2j_contact input[type="number"],
.b2j_contact input[type="email"],
.b2j_contact input[type="url"],
.b2j_contact input[type="search"],
.b2j_contact input[type="tel"],
.b2j_contact input[type="color"] {
  border: solid 1px #c2c2c2 !important;
  height: 30px !important;
  background: #e7e7e4 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none !important;
  font-size: 13px;
}
.t3-sidebar .b2j_form .btn-success {
  width: 268px !important;
}
.t3-sidebar .b2j_form {
  padding: 20px 50px;
}
.b2j_contact textarea {
  border: solid 1px #c2c2c2 !important;
  background: #e7e7e4 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
}
.b2j_contact textarea:hover,
.b2j_contact input[type="text"]:hover,
.b2j_contact input[type="password"]:hover,
.b2j_contact input[type="datetime"]:hover,
.b2j_contact input[type="datetime-local"]:hover,
.b2j_contact input[type="date"]:hover,
.b2j_contact input[type="month"]:hover,
.b2j_contact input[type="time"]:hover,
.b2j_contact input[type="week"]:hover,
.b2j_contact input[type="number"]:hover,
.b2j_contact input[type="email"]:hover,
.b2j_contact input[type="url"]:hover,
.b2j_contact input[type="search"]:hover,
.b2j_contact input[type="tel"]:hover,
.b2j_contact input[type="color"]:hover {
  text-shadow: none !important;
}
#reservation .t3-module {
  margin: 0;
}
#reservation .custom img {
  width: 110px;
  display: block;
  margin: 0 auto;
}
.header-image p {
  display: block;
}
.bali-blog .bali-blog-item .itemRatingBlock {
  padding: 0 0 15px 0;
  float: left;
}
.bali-blog.rooms-item div.b2jsocial_parent {
  text-align: center;
}
.rndm >div:first-child h3.module-title {
  margin-top: 70px;
}
.bali-blog.bali-menu .catItemView .catItemInner .catItemHeader,
.bali-blog.bali-menu .catItemView .catItemInner .catItemIntroText {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 70px;
}
.bali-blog.bali-menu .catItemView .catItemInner {
  padding: 0;
  overflow: hidden;
  min-width: 250px;
  margin: 0 0 30px 0;
  position: relative;
}
.bali-blog.bali-menu .catItemView .catItemImageBlock:after {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 9px rgba(255,255,255,0.75);
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.bali-blog.bali-menu .catItemView .catItemImageBlock {
  width: 245px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
}
.bali-blog.bali-menu .catItemView .catItemExtraFields ul li {
  display: block;
}
.bali-blog.bali-menu .catItemView .catItemExtraFields ul {
  display: block;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 70px;
  text-align: center;
  font-size: 30px;
  color: #6dc8b1;
  font-family: Open Sans;
}
.bali-blog.bali-menu .catItemView .catItemExtraFieldsLabel {
  display: none;
}
.bali-blog.bali-menu .k2Pagination {
  margin-top: 30px;
}
.bali-blog.bali-menu .catItemView {
  border: 0;
  border-bottom: solid 1px #c2c2c2;
  margin: 0;
  padding: 30px 0 0 0;
}
.t3-footer .module-ct .nav li > a > img {
  display: none;
}
.t3-footer .module-ct {
  border: 0;
}
ul.tab-links > li.active {
  border-bottom-color: #e7e7e4;
}
ul.tab-links > li {
  display: inline-block;
  border: solid 1px #c2c2c2;
  padding: 5px 10px;
}
ul.tabs > li.active {
  display: block;
}
ul.tabs > li {
  display: none;
}
ul.tabs {
  border: solid 1px #c2c2c2;
  display: block;
  margin: 0;
}
ul.tab-links {
  display: block;
  margin: 0 0 -1px 0;
}
ul.tabs > li .k2ItemsBlock ul > li a.moduleItemImage:after {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 9px rgba(255,255,255,0.75);
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
ul.tabs > li .k2ItemsBlock ul > li a.moduleItemTitle {
  display: block;
  padding: 5px;
  background: #6dc8b1;
  color: #fff;
}
ul.tabs > li .k2ItemsBlock ul > li a.moduleItemImage img {
  display: block;
}
ul.tabs > li .k2ItemsBlock ul > li span.moduleItemDateCreated {
  display: block;
  font-size: 12px;
  font-style: italic;
  margin-top: 5px;
}
ul.tabs > li .k2ItemsBlock ul > li a.moduleItemImage {
  display: block;
  position: relative;
}
ul.tabs > li .k2ItemsBlock ul > li:not(.clearList):not(.lastItem) {
  border-bottom: solid 1px #c2c2c2;
}
ul.tabs > li .k2ItemsBlock ul > li {
  padding: 10px;
  display: block;
}
.k2ItemsBlock ul {
  display: block;
  margin: 0;
}
.module-ct .padding-10 {
  padding: 10px;
}

