@media screen and (min-width: 991px) {
  .fixed_mainnav .mn-top-header {
    background: #888888 !important;
    padding-bottom: 10px !important;
    padding-top: 13px !important;
  }
  .fixed_mainnav .mn-top-header .logo-text a {
    font-size: 20px;
    transition: font-size 0.4s ease 0s;
    -webkit-transition: font-size 0.4s ease 0s;
    -ms-transition: font-size 0.4s ease 0s;
    -0-transition: font-size 0.4s ease 0s;
    -moz-transition: font-size 0.4s ease 0s;
  }
}
.mn-top-header {
  background: #888888;
  padding-top: 23px;
  padding-bottom: 20px;
  transition: padding 0.4s ease 0s;
  -webkit-transition: padding 0.4s ease 0s;
  -ms-transition: padding 0.4s ease 0s;
  -0-transition: padding 0.4s ease 0s;
}
@media screen and (max-width: 990px) {
  .mn-top-header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mn-top-header {
    padding: 0;
  }
  .mn-top-header .logo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 0;
  }
}
.mn-top-header .off-canvas-toggle {
  color: rgba(255, 255, 255, 0.8);
}
.t3-header.mn-slider-caption {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 1040px) {
  .t3-header.mn-slider-caption {
    background-attachment: scroll;
  }
}
.t3-header.mn-slider-caption .mn-top-header {
  background: rgba(0, 0, 0, 0.5);
  padding-top: 23px;
  padding-bottom: 20px;
}
@media screen and (max-width: 990px) {
  .t3-header.mn-slider-caption .mn-top-header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .t3-header.mn-slider-caption .mn-top-header {
    padding: 0;
  }
  .t3-header.mn-slider-caption .mn-top-header .logo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 0;
  }
}
.t3-header.mn-slider-caption .mn-slider-caption-inner {
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 45px 30px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media screen and (max-width: 480px) {
  .t3-header.mn-slider-caption .mn-slider-caption-inner {
    width: 80%;
  }
}
.t3-header.mn-slider-caption .mn-slider-caption-inner .mn-title {
  margin-bottom: 40px;
}
.t3-header.mn-slider-caption .mn-slider-caption-inner .mn-title h2 {
  display: inline-block;
  border: double #eeeeee;
  border-width: 5px 0;
  margin: 0;
  letter-spacing: 10px;
  padding: 5px;
}
@media screen and (max-width: 480px) {
  .t3-header.mn-slider-caption .mn-slider-caption-inner .mn-title h2 {
    letter-spacing: 2px;
    font-size: 24px;
  }
}
.t3-header.mn-slider-caption .mn-slider-caption-inner .mn-desc {
  margin-bottom: 40px;
}
.t3-header.mn-slider-caption .mn-slider-caption-inner .mn-desc h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .t3-header.mn-slider-caption .mn-slider-caption-inner .mn-desc h4 {
    font-size: 15px;
    line-height: 24px;
  }
}
.t3-header.mn-slider-caption .mn-slider-caption-inner .mn-desc .mn-color {
  color: #eeeeee;
  font-weight: bold;
}
.t3-header.mn-slider-caption .mn-slider-caption-inner .mn-mod-btn a {
  background: transparent;
  border: 1px solid #eeeeee;
  border-radius: 0;
  padding: 15px 25px;
  color: #eeeeee;
  font-size: 16px;
}
.t3-header.mn-slider-caption .mn-slider-caption-inner .mn-mod-btn a:hover,
.t3-header.mn-slider-caption .mn-slider-caption-inner .mn-mod-btn a:active,
.t3-header.mn-slider-caption .mn-slider-caption-inner .mn-mod-btn a:focus {
  color: #fff;
  background-color: #888888;
  border-color: #888888;
}
@media screen and (max-width: 480px) {
  .t3-header.mn-slider-caption .mn-slider-caption-inner .mn-mod-btn a {
    font-size: 15px;
    padding: 10px 15px;
  }
}
.logo {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
  color: #eeeeee;
}
.logo .mn-logo-ico {
  margin-right: 15px;
  vertical-align: middle;
}
.logo .mn-logo-ico i {
  vertical-align: top;
}
.logo .mn-logo-text {
  vertical-align: middle;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 26px;
  font-weight: 300;
  line-height: 42px;
  letter-spacing: 2px;
  transition: font-size 0.4s ease 0s;
  -webkit-transition: font-size 0.4s ease 0s;
  -ms-transition: font-size 0.4s ease 0s;
  -0-transition: font-size 0.4s ease 0s;
  -moz-transition: font-size 0.4s ease 0s;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  letter-spacing: 9.5px;
}
.head-search {
  margin-top: 20px;
}
.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: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.t3-sl {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.t3-sl-6 .t3-module .mn-mod-header {
  margin-top: 40px;
}
.t3-mainbody {
  padding-top: 20px;
  padding-bottom: 50px;
}
.t3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar .module-title {
  color: #333;
}
.t3-footer {
  background: #888888;
  color: #ffffff;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer a {
  color: #eeeeee;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #fff;
}
.t3-footer .footer-menu li {
  display: inline-block;
  border: 1px solid #eeeeee;
  border-radius: 50%;
}
.t3-footer .footer-menu li a {
  color: #eeeeee;
  width: 150px;
  height: 150px;
}
.t3-footnav {
  padding: 20px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 40px 0;
  }
}
.t3-footnav .t3-module {
  background: #888888;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t3-footnav .t3-module .module-title {
  color: #222222;
  font-size: 18px;
  margin-bottom: 10px;
}
.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: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #ffffff;
}
.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: #ffffff;
}
.t3-copyright {
  font-size: 12px;
  padding: 40px 0 0;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 20px;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 990px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.mn-color-bg {
  background: #eeeeee;
}
.mn-color-bg .module-ct {
  padding: 60px 30px;
}
.mn-color-bg-title .module-ct {
  background: #eeeeee;
  padding: 0;
}
.mn-color-bg-title .mn-mod-header {
  margin: 70px 0 0 0;
  padding: 0;
}
.mn-facilities .mn-color-dark {
  background: #888888;
  color: #fff;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .mn-facilities .mn-color-dark {
    border-bottom: 1px solid rgba(136, 136, 136, 0.2);
    background: #fff;
    color: #888888;
  }
}
.mn-facilities .mn-color-light {
  background: #fff;
  color: #888888;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .mn-facilities .mn-color-light {
    border-bottom: 1px solid rgba(136, 136, 136, 0.2);
  }
}
.mn-facilities h3 {
  font-size: 32px;
  line-height: 45px;
  padding: 20px 0;
}
@media screen and (max-width: 991px) {
  .mn-facilities h3 {
    font-size: 22px;
    line-height: 35px;
  }
}
.mn-facilities p {
  padding: 20px 0;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .mn-facilities p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}
.mn-facilities .mn-ico-set i {
  width: 100px;
  display: inline-block;
  text-align: center;
  font-size: 60px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.mn-price-table .mn-title {
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(136, 136, 136, 0.2);
  padding-bottom: 20px;
}
.mn-price-table .mn-title span {
  font-size: 25px;
  font-weight: 300;
}
.mn-price-table ul {
  margin-bottom: 50px;
}
.mn-price-table .list-group-item {
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-color: rgba(136, 136, 136, 0.2);
  font-size: 25px;
  font-weight: 300;
  padding: 20px 15px;
  line-height: 35px;
}
@media screen and (max-width: 768px) {
  .mn-price-table .list-group-item {
    font-size: 18px;
  }
}
.mn-price-table .list-group-item i {
  font-size: 35px;
  display: inline-block;
  height: 35px;
  vertical-align: bottom;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .mn-price-table .list-group-item .mn-price {
    width: 100%;
    text-align: left;
  }
}
.mn-price-table .list-group-item .btn {
  background-color: #fff;
  border: 0;
  color: #888888;
  border-radius: 0;
  line-height: 25px;
  padding: 5px 10px;
  vertical-align: bottom;
  margin-left: 25px;
}
.mn-price-table .list-group-item .btn:hover,
.mn-price-table .list-group-item .btn:active,
.mn-price-table .list-group-item .btn:focus {
  color: #fff;
  background-color: #888888;
}
@media screen and (max-width: 768px) {
  .mn-price-table .list-group-item .btn {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mn-price-table .list-group-item .mn-list {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    display: block;
  }
}
.mn-price-table .mn-mod-btn .btn {
  background-color: #888888;
  color: #fff;
  padding: 15px 30px;
  border-radius: 0;
  border: 0;
}
.mn-price-table .mn-mod-btn .btn:hover,
.mn-price-table .mn-mod-btn .btn:active,
.mn-price-table .mn-mod-btn .btn:focus {
  color: #888888;
  background-color: #fff;
}
.mn-prices-box .mn-prices {
  padding: 60px 40px;
  margin-bottom: 60px;
}
.mn-prices-box .mn-prices-img {
  padding: 10px;
  border: 1px solid;
}
@media screen and (max-width: 990px) {
  .mn-prices-box .mn-prices-img {
    margin-bottom: 30px;
  }
}
.mn-prices-box .mn-prices-details {
  padding: 0 100px 0 120px;
}
@media screen and (max-width: 1199px) {
  .mn-prices-box .mn-prices-details {
    padding: 0 50px 0 70px;
  }
  .mn-prices-box .mn-prices-details .mn-prices-desc {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mn-prices-box .mn-prices-details {
    padding: 0;
  }
  .mn-prices-box .mn-prices-details .mn-prices-desc {
    text-align: center;
  }
}
.mn-prices-box .mn-prices-details i {
  font-size: 35px;
}
.mn-prices-box .mn-prices-details .mn-prices-title {
  font-size: 25px;
  margin-bottom: 40px;
}
.mn-prices-box .mn-prices-details .mn-prices-title span {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(136, 136, 136, 0.2);
}
.mn-prices-box .mn-prices-details .mn-prices-desc {
  margin-bottom: 40px;
}
.mn-prices-box .mn-prices-details .mn-prices-price span {
  font-size: 25px;
  vertical-align: middle;
  margin: 0 12px;
}
.mn-prices-box .mn-prices-details .mn-prices-price .btn {
  background-color: #888888;
  border: 0;
  color: #fff;
  border-radius: 0;
  line-height: 25px;
  padding: 5px 10px;
  margin-left: 25px;
}
.mn-prices-box .mn-prices-details .mn-prices-price .btn:hover,
.mn-prices-box .mn-prices-details .mn-prices-price .btn:active,
.mn-prices-box .mn-prices-details .mn-prices-price .btn:focus {
  background-color: #fff;
  color: #888888;
}
@media screen and (max-width: 480px) {
  .mn-prices-box .mn-prices-details .mn-prices-price .btn {
    margin-left: 0;
  }
}
.footer-menu span {
  display: inline-block;
}
.footer-menu a {
  font-size: 16px;
  width: 150px;
  height: 150px;
  display: table !important;
  font-weight: 300;
  display: inline-block;
  border: 2px solid rgba(238, 238, 238, 0.5);
  color: #eeeeee;
  border-radius: 50%;
  margin: 25px;
  overflow: hidden;
}
.footer-menu a span {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 20px;
}
.footer-menu a:hover,
.footer-menu a:active,
.footer-menu a:focus {
  color: #888888;
  background: #eeeeee;
  border: 2px solid #eeeeee;
}
@media screen and (max-width: 990px) {
  .footer-menu a {
    font-size: 16px;
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 480px) {
  .footer-menu a {
    font-size: 16px;
    width: 130px;
    height: 130px;
  }
}
.t3-wrapper .mnwall_iso_buttons a.mnw_filter_active {
  color: #fff;
  background: #888888;
  border-color: #888888;
}
.t3-wrapper .mnwall_iso_dropdown.expanded .dropdown-label {
  background: #888888;
  border-color: #888888;
  color: #fff;
}
.t3-wrapper .mnwall_iso_dropdown:hover .dropdown-label {
  color: #888888;
}
.t3-wrapper .mnwall_iso_dropdown.expanded:hover .dropdown-label {
  color: #fff;
}
.t3-wrapper .mnwall_iso_dropdown ul li a.mnw_filter_active {
  background: eee;
  color: #888888;
}
.t3-wrapper .mnwall_iso_dropdown .dropdown-label {
  max-height: 38px;
  padding: 3px;
}
.t3-wrapper .mnwall_iso_buttons a {
  margin-bottom: 10px;
}
.t3-wrapper .mnwall_page.mnw_active {
  background: #888888;
  border-color: #888888;
}
.mn-section .mnwall_more_results {
  background: none;
  border: 0;
  box-shadow: none;
  margin-top: 60px;
}
.mn-section .mnwall_more_results a {
  display: inline-block;
  background: #888888;
  color: #fff;
  padding: 15px 30px;
  font-size: 14px;
}
.mn-section .mnwall_more_results a:hover,
.mn-section .mnwall_more_results a:active,
.mn-section .mnwall_more_results a:focus {
  background: #fff;
  color: #888888;
}
.mn-section .mnwall_more_results a.disabled {
  color: #eeeeee !important;
  background: #fff;
}
.mn-section .mnwall_more_results a.disabled:hover,
.mn-section .mnwall_more_results a.disabled:active,
.mn-section .mnwall_more_results a.disabled:focus {
  color: #eeeeee !important;
  background: #fff;
}
.mn-section .mnwall-grid .mnwall-item-inner {
  text-align: center;
}
.mn-section .dark-text h3.mnwall-item-title a {
  color: #888888;
}
.mn-section .dark-text h3.mnwall-item-title a:hover,
.mn-section .dark-text h3.mnwall-item-title a:active,
.mn-section .dark-text h3.mnwall-item-title a:focus {
  color: #555555;
}
.mn-section .dark-text .mnwall-item-separator {
  border-color: rgba(136, 136, 136, 0.2);
}
.mn-section .dark-text .mnwall-item-introtext {
  color: #888888;
}
.mn-section .mnwall-hover-box.black-hover .mnwall-hover-box-bg {
  background: rgba(0, 0, 0, 0.5);
}