.t3-topbar {
  background-color: #3d444d;
  color: #b0bec5;
  font-size: 12px;
  padding: 8px 0;
}
.t3-topbar .nav > li {
  display: inline-block;
}
.t3-topbar .nav > li a {
  color: #b0bec5;
  padding-top: 0;
  padding-bottom: 0;
  border-right: 1px solid #b0bec5;
  display: inline-block;
  line-height: 1;
}
.t3-topbar .nav > li a:hover,
.t3-topbar .nav > li a:focus,
.t3-topbar .nav > li a:active {
  background: none;
  text-decoration: none;
  outline: none;
  color: #ffffff;
}
.t3-topbar .nav > li.active a {
  background: none;
  text-decoration: none;
  outline: none;
  color: #ffffff;
}
.t3-topbar .nav > li:last-child a {
  border-right: 0;
}
.t3-topbar i {
  font-size: 14px;
  margin-right: 5px;
}
.t3-topbar .t3-topbar-1 > div {
  display: inline-block;
  margin-right: 11px;
  line-height: 2;
}
.t3-topbar .t3-topbar-1 .nav-pills {
  display: inline-block;
}
.ie8 .t3-topbar .nav > li a {
  margin-right: -1px;
}
.ie8 .t3-topbar .t3-topbar-1 .nav-pills {
  overflow: hidden;
}
.t3-header {
  background-color: #43a047;
  position: relative;
  z-index: 3;
}
.t3-header.affix {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.has-slideshow .t3-header {
  background: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .has-slideshow .t3-header {
    background-color: #43a047;
    position: static;
  }
  .has-slideshow .t3-header:after {
    display: none;
  }
}
.has-slideshow .t3-header:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #43a047;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.logo {
  text-align: left;
  z-index: 2;
}
.logo a {
  display: inline-block;
  line-height: 80px;
  margin: 0;
}
.logo-image {
  vertical-align: middle;
}
.logo-image a {
  display: block;
}
.logo-image a img {
  max-height: 82px;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  color: #ffffff;
  font-family: 'Pacifico', cursive;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  color: #ffffff;
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #a3d9a6;
  margin-top: -22px;
  text-transform: uppercase;
}
.head-search {
  margin-top: 22px;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #616161;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.ja-slideshow {
  position: relative;
  z-index: 1;
}
.t3-section {
  margin-bottom: 22px;
  margin-top: 22px;
  position: relative;
  z-index: 2;
}
.t3-section-1 {
  margin: 0;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.t3-section-1 fieldset {
  text-align: left;
}
.t3-section-1 #sr-advancedsearch-form.form-inline div.choose-room {
  display: block;
  border-top: 1px solid #eeeeee;
  margin-top: 22px;
  padding: 22px 0 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .t3-section-1 #sr-advancedsearch-form.form-inline div.choose-room {
    margin-left: 22px;
    width: 584px;
  }
}
.t3-section-1 #sr-advancedsearch-form.form-inline div.choose-room .room_num_row {
  float: left;
  margin-bottom: 11px;
  width: 100%;
}
.t3-section-1 #sr-advancedsearch-form.form-inline .form-group.location {
  min-height: 20px;
}
.t3-section-2 {
  z-index: 1;
}
.t3-sl {
  padding-bottom: 44px;
  padding-top: 44px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 66px;
    padding-top: 66px;
  }
}
.t3-mainbody {
  padding-top: 22px;
  padding-bottom: 22px;
  position: relative;
}
.com_content.view-featured .t3-mainbody {
  padding-bottom: 0;
}
.t3-content {
  padding-top: 22px;
  padding-bottom: 22px;
}
.com_content.view-featured .t3-content {
  padding-bottom: 0;
}
.t3-sidebar {
  padding-top: 22px;
  padding-bottom: 22px;
}
.back-to-top {
  position: fixed;
  right: 22px;
  top: auto;
  z-index: 999;
  display: none;
  bottom: -60px;
}
@media (min-width: 768px) {
  .back-to-top {
    display: block;
  }
}
.back-to-top .btn {
  background: #eeeeee;
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  color: #43a047;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  line-height: 1;
  padding: 0;
  text-align: center;
  font-size: 22px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.back-to-top .btn:hover,
.back-to-top .btn:active,
.back-to-top .btn:focus {
  background: #43a047;
  color: #ffffff;
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.back-to-top.affix,
.back-to-top.affix-top {
  bottom: 66px;
}
.back-to-top a {
  outline: none;
}
.back-to-top i {
  font-size: 18px;
  line-height: 16px;
}
.t3-footer {
  border-top: 1px solid #eeeeee;
  background: #ffffff;
  color: #999999;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 22px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 44px 0;
  }
}
.t3-footnav .t3-module {
  background: none;
  color: #999999;
  margin-top: 11px;
  margin-bottom: 11px;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.t3-footnav .t3-module .module-title {
  color: #43a047;
  font-size: 15px;
  margin-bottom: 22px;
}
.t3-footnav .t3-module .module-ct {
  background: none;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 1;
}
.t3-footnav .t3-module ul > li > a {
  color: #999999;
  padding-left: 0;
  padding-right: 0;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #fb8c00;
  background: none;
}
.t3-footnav .t3-module ul > li.active a {
  color: #fb8c00;
  background: none;
}
.t3-footnav .t3-module .footer-lastest-news li a {
  position: relative;
  padding-left: 33px;
}
.t3-footnav .t3-module .footer-lastest-news li a:before {
  content: "\f030";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  width: 14px;
  text-align: center;
  height: 14px;
}
.t3-footnav .t3-module .footer-lastest-news li a.map:before {
  content: "\f124";
}
.t3-footnav .t3-module .footer-lastest-news li a.tips:before {
  content: "\f0eb";
}
.t3-footnav .t3-module .footer-lastest-news li a.reviews:before {
  content: "\f005";
}
.t3-footnav .t3-module .footer-quick-links:before,
.t3-footnav .t3-module .footer-quick-links:after {
  content: " ";
  display: table;
}
.t3-footnav .t3-module .footer-quick-links:after {
  clear: both;
}
.t3-footnav .t3-module .footer-quick-links li {
  width: 25%;
  float: left;
}
@media (max-width: 1200px) {
  .t3-footnav .t3-module .footer-quick-links li {
    width: 50%;
  }
}
.t3-footnav .t3-module .footer-about .logo-text a {
  margin-bottom: 11px;
  display: block;
  color: #43a047;
}
.t3-footnav .t3-module .social-list {
  margin: 0;
  padding: 0;
}
.t3-footnav .t3-module .social-list li {
  display: inline-block;
  margin: 0 0 5px 5px;
}
.t3-footnav .t3-module .social-list li:last-child {
  margin-right: 0;
}
.t3-footnav .t3-module .social-list li a {
  background: #fb8c00;
  color: #ffffff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  display: block;
  font-size: 16px;
}
.t3-footnav .t3-module .social-list li a:hover,
.t3-footnav .t3-module .social-list li a:focus {
  background: #43a047;
  color: #ffffff;
}
.joomla-page {
  text-align: center;
  padding: 22px 0;
}
.joomla-page .circle-icon {
  display: inline-block;
  margin: 0 0 11px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.joomla-page .circle-icon .fa {
  color: #90a4ae;
  display: block;
  font-size: 60px;
  line-height: 100px;
  overflow: hidden;
}
.joomla-page h4 {
  color: #43a047;
  font-size: 24px;
  margin-bottom: 11px;
  margin-top: 0;
  line-height: 1.5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.joomla-page h4 a {
  color: #3d444d;
}
.joomla-page h4 a:hover {
  color: #43a047;
  text-decoration: none;
}
.joomla-page p {
  line-height: 22px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #616161;
  padding: 0 11px;
}
.joomla-page .btn {
  margin-top: 22px;
}
@media (min-width: 1200px) {
  .joomla-page .btn {
    display: none;
  }
}
.joomla-page .bn-item {
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding-bottom: 44px;
  padding-top: 22px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .joomla-page .bn-item {
    min-height: 330px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .joomla-page .bn-item:hover .circle-icon {
    -webkit-transform: translate(0, -360px);
    -moz-transform: translate(0, -360px);
    -o-transform: translate(0, -360px);
    -ms-transform: translate(0, -360px);
    transform: translate(0, -360px);
    display: none\9;
  }
  .joomla-page .bn-item:hover h4 {
    margin-top: -100px;
    margin-top: 50px\9;
  }
  .joomla-page .bn-item:hover .btn {
    display: inline-block;
  }
}
.t3-copyright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  padding: 44px 0 88px;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 22px;
  color: #999999;
}
.copyright a {
  color: #999999;
}
.copyright a:hover,
.copyright a:focus {
  color: #fb8c00;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
#solidres .carousel .carousel-control {
  font-size: 14px;
  border-width: 2px;
}
#solidres .carousel .carousel-control.right {
  right: 22px;
  left: auto;
}
#solidres .solidres-ajaxloading {
  top: 0 !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
  right: 0 !important;
  bottom: 0 !important;
}
#solidres .triggersorting.active {
  border: 1px solid #eeeeee;
  color: #43a047;
}
#solidres #search-results {
  margin-top: 30px;
}
#solidres .asset-row {
  margin-bottom: 30px;
}
#solidres .asset-item {
  background: #ffffff;
  border-radius: 4px;
  padding: 22px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
#solidres .asset-item .room-type-row {
  padding: 11px 0;
  font-size: 14px;
  position: relative;
}
.color-page {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .color-page {
    position: absolute;
    width: 100%;
    bottom: 20%;
    padding: 0 20%;
  }
}
@media screen and (min-width: 992px) {
  .color-page {
    padding: 0;
  }
}
.color-page > a {
  border: 4px solid #ffffff;
  box-shadow: 1px 2px 5px #333333;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 100px;
  line-height: 90px;
  margin: 22px;
  opacity: 0.85;
  width: 100px;
  vertical-align: bottom;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.color-page > a.blue {
  background: #3f51b5;
  color: #3f51b5;
}
@media screen and (min-width: 992px) {
  .color-page > a.blue {
    margin-bottom: 44px;
  }
}
.color-page > a.blue:hover,
.color-page > a.blue:active,
.color-page > a.blue:focus {
  border-color: #3f51b5;
}
.color-page > a.cyan {
  background: #00bcd4;
  color: #00bcd4;
}
.color-page > a.cyan:hover,
.color-page > a.cyan:active,
.color-page > a.cyan:focus {
  border-color: #00bcd4;
}
.color-page > a.orange {
  background: #fb8c00;
  color: #fb8c00;
}
@media screen and (min-width: 992px) {
  .color-page > a.orange {
    margin-bottom: 0;
  }
}
.color-page > a.orange:hover,
.color-page > a.orange:active,
.color-page > a.orange:focus {
  border-color: #fb8c00;
}
.color-page > a.red {
  background: #d32f2f;
  color: #d32f2f;
}
@media screen and (min-width: 992px) {
  .color-page > a.red {
    margin-bottom: 0;
  }
}
.color-page > a.red:hover,
.color-page > a.red:active,
.color-page > a.red:focus {
  border-color: #d32f2f;
}
.color-page > a.purple {
  background: #8e24aa;
  color: #8e24aa;
}
.color-page > a.purple:hover,
.color-page > a.purple:active,
.color-page > a.purple:focus {
  border-color: #8e24aa;
}
.color-page > a.green {
  background: #43a047;
  color: #43a047;
}
@media screen and (min-width: 992px) {
  .color-page > a.green {
    margin-bottom: 44px;
  }
}
.color-page > a.green:hover,
.color-page > a.green:active,
.color-page > a.green:focus {
  border-color: #43a047;
}
.color-page > a:hover,
.color-page > a:active,
.color-page > a:focus {
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.load-more {
  text-align: center;
}
.mod-preview-info {
  z-index: 2;
}
.ie8 .gallery-list .gallery-section-heading article {
  padding-top: 0;
  padding-bottom: 0;
}