.t3-module {
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  color: #6c6c6c;
  margin-bottom: 30px;
  padding: 22px;
  position: relative;
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: inherit;
  color: #616161;
  font-size: 24px;
  margin: 0 0 11px 0;
  padding: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 22px;
  }
}
.module-ct {
  background: #ffffff;
  color: #6c6c6c;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  content: " ";
  display: table;
}
.module-ct:after {
  clear: both;
}
.module-ct a {
  color: #43a047;
}
.module-ct a:hover,
.module-ct a:active,
.module-ct a:focus {
  color: #2c6a2f;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.t3-module.none-background {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.t3-module.none-background .module-ct {
  background: none;
}
.t3-module.module-grid {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.t3-module.module-grid .module-inner {
  position: relative;
}
.t3-module.module-grid .module-inner:before,
.t3-module.module-grid .module-inner:after {
  content: " ";
  display: table;
}
.t3-module.module-grid .module-inner:after {
  clear: both;
}
.t3-module.module-grid .module-title {
  width: 20%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  margin-bottom: 0;
  margin-left: 15px;
}
.t3-module.module-grid .module-ct {
  background: none;
  margin-right: 20%;
  padding-right: 30px;
}
.t3-module.module-grid.title-secondary .module-title {
  background: #fb8c00;
  color: #ffffff;
  padding: 22px;
}
.t3-module.title-lg .module-title {
  margin: 22px 0;
  padding-bottom: 0;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
.t3-module.title-lg .module-title span {
  color: #43a047;
  margin-bottom: 11px;
  display: block;
}
.t3-module.title-lg .module-title .module-intro {
  font-size: 18px;
  color: #6c6c6c;
  text-transform: none;
}
.t3-section-2 .t3-module {
  padding: 33px 44px;
  margin-bottom: 44px;
}
@media (max-width: 991px) {
  .t3-section-2 .t3-module {
    padding: 22px;
  }
}
.t3-section-2 .t3-module.none-background {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.t3-section-2 .t3-module.none-background .module-ct {
  background: none;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #login-form input[type="text"],
  #login-form input[type="password"] {
    float: left;
    width: 82%;
  }
}
#login-form ul.unstyled {
  margin-top: 22px;
  padding-left: 11px;
}
#login-form #form-login-remember label {
  font-weight: normal;
  display: block;
}
#login-form .login-greeting {
  margin-bottom: 11px;
}
#login-form .input-group-addon {
  border-radius: 0;
  border-width: 2px;
}
@media screen and (max-width: 767px) {
  #login-form .input-group-addon {
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 23px;
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  #login-form .input-group {
    display: block;
    overflow: hidden;
  }
}
.banneritem {
  text-align: center;
}
.banneritem a {
  font-weight: bold;
}
.banneritem img {
  max-width: 100%;
}
.bannerfooter {
  border-top: 1px solid #eeeeee;
  font-size: 12px;
  padding-top: 11px;
  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: 11px 0;
  border-top: 1px solid #eeeeee;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.categories-module > div {
  margin: 22px 0 0;
}
.categories-module a {
  color: #b0bec5;
  font-size: 18px;
}
.categories-module a:hover,
.categories-module a:focus,
.categories-module a:active {
  text-decoration: none;
  color: #fb8c00;
}
.active .categories-module a {
  color: #fb8c00;
}
.categories-module.descriptions .text-description {
  font-size: 12px;
  margin-top: 5.5px;
}
@media screen and (min-width: 768px) {
  .categories-module.descriptions .text-description {
    height: 59px;
    overflow: hidden;
  }
}
.categories-module .subcategories {
  padding-left: 0;
}
.categories-module .subcategories > div {
  padding: 0;
  width: 100%;
}
.categories-module .subcategories > div h5 {
  margin-bottom: 0;
}
.categories-module .subcategories > div a {
  font-size: 14px;
}
.categories-module .subcategories .text-description p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .categories-module .subcategories .text-description {
    height: auto;
  }
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eeeeee;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #616161;
  display: inline-block;
  margin: 0 10px 5px 0;
}
.tagspopular ul > li > a {
  color: #ffb74d;
  display: block;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  color: #43a047;
  text-decoration: none;
}
.tagspopular ul > li > a:before {
  content: "#";
  display: inline-block;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #616161;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #2c6a2f;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
#sr-advancedsearch-form.form-inline {
  padding: 44px 0;
  text-align: center;
}
@media (max-width: 767px) {
  #sr-advancedsearch-form.form-inline {
    text-align: left;
  }
}
#sr-advancedsearch-form.form-inline label {
  display: none;
}
#sr-advancedsearch-form.form-inline .form-group {
  padding-left: 22px;
  position: relative;
}
#sr-advancedsearch-form.form-inline .form-group:before,
#sr-advancedsearch-form.form-inline .form-group:after {
  content: " ";
  display: table;
}
#sr-advancedsearch-form.form-inline .form-group:after {
  clear: both;
}
@media (max-width: 767px) {
  #sr-advancedsearch-form.form-inline .form-group {
    padding-left: 0;
  }
}
#sr-advancedsearch-form.form-inline .form-group.location {
  position: relative;
}
#sr-advancedsearch-form.form-inline .form-group.location:before {
  content: "\f124";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  right: 0;
}
@media (max-width: 767px) {
  #sr-advancedsearch-form.form-inline .form-group.location:before {
    right: 10px;
    z-index: 2;
  }
}
#sr-advancedsearch-form.form-inline .form-group .datepicker_inline {
  position: absolute;
  z-index: 1001;
}
#sr-advancedsearch-form.form-inline .form-group .room_num_row {
  line-height: 40px;
}
#sr-advancedsearch-form.form-inline .form-control {
  border-width: 0;
  border-bottom-width: 2px;
}
#sr-advancedsearch-form.form-inline .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
#sr-advancedsearch-form.form-inline .form-control#location {
  position: relative;
}
#sr-advancedsearch-form.form-inline .form-control#location:before {
  content: "\f041";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #eeeeee;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
#sr-advancedsearch-form.form-inline .datefield {
  position: relative;
  border: 0;
  padding: 11px 33px 11px 11px;
  border-bottom: 2px solid #cfd8dc;
  margin: 0;
  border-radius: 0;
  height: 40px;
  color: #6c6c6c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#sr-advancedsearch-form.form-inline .datefield:focus {
  border-color: #43a047;
}
#sr-advancedsearch-form.form-inline .datefield:after {
  content: "\f073";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #6c6c6c;
}
#sr-advancedsearch-form.form-inline .btn {
  margin-left: 22px;
}
@media (max-width: 767px) {
  #sr-advancedsearch-form.form-inline .btn {
    margin-left: 0;
  }
}
#sr-advancedsearch-form.form-inline .ui-datepicker {
  margin: 0 5px;
  width: auto;
  border-radius: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border-color: #eeeeee;
}
#sr-advancedsearch-form.form-inline .ui-datepicker .ui-datepicker-header {
  border-radius: 0;
  background: #f7f7f7;
  border: 0;
}
#sr-advancedsearch-form.form-inline .ui-datepicker .ui-state-highlight,
#sr-advancedsearch-form.form-inline .ui-datepicker .ui-widget-content .ui-state-highlight,
#sr-advancedsearch-form.form-inline .ui-datepicker .ui-widget-header .ui-state-highlight {
  background: #43a047;
  color: #ffffff;
}
#sr-advancedsearch-form.form-inline .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  background: #43a047;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border-radius: 2px;
  color: #ffffff;
}
#sr-advancedsearch-form.form-inline .availability-calendar {
  padding: 22px;
  z-index: 2;
  position: absolute;
  background: #fff;
  text-align: left;
  color: #616161;
  border: 1px solid #eeeeee;
}
#sr-advancedsearch-form.form-inline .availability-calendar table tr.row-week-day {
  background: #f7f7f7;
}
.home-search-asset {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.home-search-asset:before,
.home-search-asset:after {
  content: " ";
  display: table;
}
.home-search-asset:after {
  clear: both;
}
.home-search-asset .module-title {
  float: left;
  margin: 44px 0;
  line-height: 1;
  text-align: right;
}
.home-search-asset .module-title span {
  font-size: 18px;
  padding: 11px 0;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .home-search-asset .module-title {
    min-width: 240px;
  }
}
@media (max-width: 767px) {
  .home-search-asset .module-title {
    display: none;
  }
}
.home-search-asset .module-ct {
  float: left;
}
@media (max-width: 767px) {
  .home-search-asset .module-ct {
    float: none;
  }
}
#sr-checkavailability-form .btn-block {
  margin-top: 22px;
}
#sr-checkavailability-form label {
  display: block;
}
#sr-checkavailability-form .room_num_row {
  margin-bottom: 11px;
}
#sr-filter-form fieldset {
  margin-bottom: 22px;
}
#sr-filter-form fieldset legend {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  color: #999999;
}
#sr-filter-form fieldset ul {
  padding: 0;
  margin: 0;
}
#sr-filter-form fieldset ul li {
  display: block;
}
#sr-filter-form fieldset ul li a {
  display: block;
  padding: 5.5px 0;
  color: #616161;
}
#sr-filter-form fieldset ul li a:hover,
#sr-filter-form fieldset ul li a:focus {
  background: none;
  color: #43a047;
}
.ja-masthead {
  z-index: 1;
  position: relative;
}
.jamasshead {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.jamasshead .mask {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.jamasshead .container {
  color: #ffffff;
  padding-top: 66px;
  padding-bottom: 66px;
  position: relative;
  z-index: 10;
}
.jamasshead h3 {
  color: #ffffff;
  font-size: 36px;
  margin: 0 0 11px 0;
}
.jamasshead .jamasshead-description {
  font-size: 18px;
}
.item-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.item-list li {
  margin-bottom: 33px;
}
.item-list li:last-child {
  margin-bottom: 0;
}
.item-list li .item-image {
  position: relative;
  max-height: 132px;
  overflow: hidden;
}
.item-list li .item-image .mask {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
  display: block;
  height: 60%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 5;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.item-list li .item-image img {
  z-index: 2;
}
.item-list li .item-image .category {
  position: absolute;
  bottom: 11px;
  left: 11px;
  z-index: 10;
}
.item-list li .item-image .category a {
  color: #ffffff;
}
.item-list li .item-title {
  font-weight: normal;
}
.item-list li .item-title a {
  color: #3d444d;
}
.item-list li .item-title a:hover,
.item-list li .item-title a:focus,
.item-list li .item-title a:active {
  color: #2c6a2f;
}
.item-list li .item-meta {
  box-shadow: none;
  font-size: 12px;
  margin-bottom: 11px;
  padding: 0;
  text-transform: uppercase;
}
.item-list li .item-meta span {
  display: inline-block;
  margin-right: 5px;
}
.item-list li .mod-articles-category-readmore {
  text-transform: uppercase;
  text-align: right;
}
.item-list li .mod-articles-category-readmore a {
  color: #999999;
}
.item-list li .mod-articles-category-readmore a:hover,
.item-list li .mod-articles-category-readmore a:focus,
.item-list li .mod-articles-category-readmore a:active {
  color: #2c6a2f;
}
.t3-topbar div.mod-languages {
  display: inline-block;
}
.t3-topbar div.mod-languages ul.lang-inline li {
  display: inline-block;
  margin: 0;
  padding-left: 4.4px;
  padding-right: 4.4px;
}
.t3-topbar div.mod-languages.dropdown .fa-caret-down {
  color: #b0bec5;
  position: relative;
  top: 3px;
}
.t3-topbar div.mod-languages.dropdown.open .fa-caret-down {
  color: #ffffff;
}
.t3-topbar div.mod-languages.dropdown .dropdown-menu {
  left: auto;
  right: 0;
}
.t3-sidebar .t3-module .bannergroup {
  margin: -20px;
}
.t3-sidebar .t3-module .bannergroup img {
  border-radius: 2px;
}
#modules-form .jatools-row .control-group .controls {
  margin-left: 200px;
}
#modules-form .jatools-row .control-label {
  padding: 20px 0 0 0;
}
#modules-form .jatools-row .control-label label {
  display: inline-block;
  padding-right: 20px;
}
#modules-form .media-preview {
  height: 40px;
  padding-top: 8px;
}