body {
  -ms-overflow-style: scrollbar !important;
}
.dont-break-out a() {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
iframe {
  width: 100%;
  height: auto;
  display: block;
  min-height: 350px;
}
.iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 60px;
  overflow: hidden;
}
.iframe-wrap iframe,
.iframe-wrap object,
.iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cycle .cycle-slide {
  width: 100% !important;
}
.help-inline {
  color: red;
  font-weight: bold;
}
.g-recaptcha {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 303px;
}
form input {
  margin-left: auto;
  margin-right: auto;
}
.flash-success .alert-info {
  text-align: center;
}
.mm-opened .hero-image {
  margin-top: 0 !important;
}
#mobile-main-menu:not( .mm-menu ) {
  display: none;
}
#map {
  width: 100%;
  height: 100%;
}
.responsive-image {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
  outline: none;
}
a:hover,
a:focus {
  outline: none;
}
.tighten-up > [class*='col-'] {
  padding: 0px;
}
.tighten-up a > [class*='col-'] {
  padding: 5px;
}
.search-results .result-bar {
  background: #827443;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 30px;
}
.search-results .title {
  color: #827443;
  font-size: 2.8rem;
}
.search-results .items .search_result_item {
  padding: 20px;
  background: #eeece0;
  margin-bottom: 15px;
}
.search-results .items .search_result_item .red-btn {
  display: inline-block;
  padding: 10px 10px;
  color: #fff;
  background: #827443;
  text-decoration: none;
  margin-top: 20px;
  text-transform: uppercase;
}
.search-results .items .search_result_item .red-btn:hover {
  background: #ab9d6b;
}
.search-results .pagination {
  text-transform: uppercase;
  color: #827443;
  width: 100%;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 5px;
}
.search-results .pagination ul.yiiPager a:link,
.search-results .pagination ul.yiiPager a:visited {
  border: none;
  background: #ab9d6b;
  color: #fff;
  font-size: 14px;
  padding: 3px 8px;
  margin: 0 2px;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
}
.search-results .pagination ul.yiiPager a:hover {
  background: #ab9d6b;
  color: #fff;
}
.search-results .pagination ul.yiiPager .selected a {
  background: #2c2d30 !important;
  color: #fff;
}
.accordion dt {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0px;
  padding: 5px 0px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
}
.accordion dt span {
  float: left;
  font-weight: normal;
  font-size: 17px;
  text-transform: uppercase;
}
.accordion dt {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.accordion dt .accordion_icon {
  font-size: 14px;
  float: right;
  margin-right: 10px;
  margin-top: 5px;
}
.accordion_arrow {
  background-image: url("../images/accordion_arrow.png");
  width: 20px;
  height: 12px;
}
.accordion_x {
  background-image: url("../images/accordion_x.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 12px;
  background-position: 4px;
}
.accordion dt.active {
  background: #DBDBDB;
}
.accordion_content {
  margin: 0;
  padding: 10px 0px;
  color: #333;
  display: none;
}
.accordion_content div {
  height: auto;
  margin-bottom: 15px;
}
.accordion dd a[href*=".pdf"]:after {
  content: "\f1c1";
  float: right;
  font-size: 20px;
  margin-right: 10px;
  font: normal normal normal 16px/1 FontAwesome, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.accordion dd a[href*=".pdf"] {
  float: left;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  color: #333;
}
.accordion dd a {
  text-decoration: underline;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  color: #333;
}
.accordion dd a:hover {
  color: rgba(51,51,51,0.6);
  text-decoration: none;
}
.accordion dd img {
  float: right;
}
.ghost-btn {
  display: block;
  text-align: center;
  padding: 10px 25px;
  color: #fff !important;
  text-decoration: none;
  background: #827443;
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 10px 25px;
  color: #fff !important;
  text-decoration: none;
  background: #827443;
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
  cursor: pointer;
  background: transparent;
  border: solid 1px #fff;
}
.ghost-btn:hover {
  background: #2c2d30;
  text-decoration: none;
}
.ghost-btn:hover {
  background: #2c2d30;
  text-decoration: none;
}
.ghost-btn:hover {
  background: #827443;
  border-color: #827443;
}
body {
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
h1,
h2 {
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-style: italic;
  color: #827443;
  margin-bottom: 10px;
  font-size: 24px;
}
h3 {
  color: #827443;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  margin-bottom: 10px;
}
.text-only h3 {
  margin: 10px 0;
}
@media only screen and (min-width: 768px) {
  h1,
  h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  h4 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  body {
    font-size: 16px;
  }
  h1,
  h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  h4 {
    font-size: 18px;
  }
  .text-only h3 {
    margin: 15px 0;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 47px;
    margin-bottom: 25px;
  }
  h2 {
    font-size: 37px;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 25px;
  }
  h4 {
    font-size: 20px;
  }
  .text-only h3 {
    margin: 20px 0;
  }
}
.main-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1032;
  background: #fff;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
}
.main-header #searchbar {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 83px;
  padding-top: 10px;
  z-index: 150;
  background: #2c2d30;
  color: #fff;
  display: none;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
}
.main-header #searchbar .searchbar-inner {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.main-header #searchbar .searchbar-inner .form {
  text-align: center;
  padding-left: 15px;
  width: 80%;
  float: left;
}
.main-header #searchbar .searchbar-inner .form input {
  background: #fff;
  width: 60%;
  border: solid 1px #ddd;
  box-shadow: none;
  height: 50px;
  font-size: 18px;
  float: left;
  display: inline-block;
}
.main-header #searchbar .searchbar-inner .close-form {
  float: right;
  width: auto;
  padding-top: 12px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  width: 20%;
}
.main-header #searchbar .searchbar-inner .close-form span#close {
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
}
.main-header #searchbar .searchbar-inner .close-form span#close:hover {
  color: ;
}
.main-header #searchbar .search {
  clear: none;
  display: block;
  text-align: center;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  color: #fff;
  background: transparent;
  box-shadow: none;
  height: 48px;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 35%;
  background-color: #827443;
  float: left;
  border-radius: 4px;
  margin-top: 5px;
  margin-left: 10px;
  color: #fff !important;
}
.main-header #searchbar .search:hover {
  background: #ab9d6b;
}
.main-header .topbar {
  width: 100%;
  background: #2c2d30;
  padding: 6px 0;
  color: #77777a;
}
.main-header .topbar .social-icons {
  font-size: 14px;
}
.main-header .topbar .social-icons a {
  text-decoration: none;
}
.main-header .topbar .social-icons a .fa-stack {
  color: #77777a;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
}
.main-header .topbar .social-icons a .fa-stack .fa-inverse {
  color: #2c2d30;
}
.main-header .topbar .social-icons a:hover .fa-stack {
  color: #fff;
}
.main-header .topbar .contacts {
  font-size: 14px;
  text-align: right;
}
.main-header .topbar .contacts span {
  display: inline-block;
  padding: 8px 8px;
}
.main-header .topbar .contacts a {
  color: #77777a;
  text-decoration: none;
}
.main-header .topbar .contacts a:hover {
  color: #fff;
  text-decoration: none;
}
.main-header .topbar .contacts .magnify {
  color: #77777a;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
}
.main-header .topbar .contacts .magnify:hover {
  color: #fff;
}
.main-header .main-logo {
  position: relative;
  z-index: -1;
  padding: 15px 0;
}
.main-header .main-logo img {
  height: 43px;
  width: auto;
}
.main-header .icon {
  height: 73px;
  text-align: center;
  padding-top: 14px;
  font-size: 34px;
}
.main-header .icon a {
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #827443;
  text-decoration: underline;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #827443;
  text-decoration: underline;
  font-size: 34px;
}
.main-header .icon a:hover {
  color: #2c2d30;
}
.main-header .icon a:hover {
  color: #2c2d30;
}
.main-header .main-nav {
  position: relative;
}
.main-header .main-nav .nav-left {
  text-align: left;
}
.main-header .main-nav .nav-right {
  text-align: right;
}
.main-header .main-nav nav {
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: block;
}
.main-header .main-nav nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
}
.main-header .main-nav nav ul li {
  display: table-cell;
  position: relative;
  width: 20%;
}
.main-header .main-nav nav ul li a {
  color: #000;
  text-decoration: none;
  color: #000;
  text-decoration: none;
  display: block;
  text-align: center;
}
.main-header .main-nav nav ul li a:hover {
  color: #827443;
  text-decoration: none;
}
.main-header .main-nav nav ul li a:hover {
  color: #827443;
  text-decoration: none;
}
.main-header .main-nav nav ul li ul {
  height: auto;
  display: none;
  position: absolute;
  border-top: none;
  padding: 10px;
  background: #fff;
  top: 23px;
  left: 0px;
  z-index: 998;
  line-height: normal;
  width: 185px;
  -webkit-box-shadow: 0px 3px 4px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 3px 4px -4px rgba(0,0,0,0.75);
  box-shadow: 0px 3px 4px -4px rgba(0,0,0,0.75);
}
.main-header .main-nav nav ul li ul li {
  display: block;
  line-height: normal;
  width: 100%;
  height: auto;
  font-size: 14px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: none !important;
  border-right: none !important;
  padding: 0;
}
.main-header .main-nav nav ul li ul li a {
  text-align: left;
  height: auto;
  padding: 6px 5px;
  display: block;
  text-decoration: none;
  border-radius: 0;
}
.main-header .main-nav nav ul li ul li a:hover {
  text-decoration: none;
  background: #ab9d6b;
  color: #fff;
}
.main-header .main-nav nav ul li ul li:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.main-header .main-nav nav ul li.active a {
  color: #827443;
}
.main-header .main-nav nav ul li.active ul li a {
  color: #000;
}
.main-header .main-nav nav ul li.active ul li a:hover {
  color: #827443;
  background: #f6f6f6;
}
.main-header .main-nav nav ul li.active ul .active a {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .main-header {
    width: 100%;
    background: #fff;
  }
  .main-header .main-logo img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 295px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-header .icon {
    padding-top: 32px;
  }
  .main-header .main-nav .nav-right ul li {
    width: 36%;
  }
  .main-header .main-nav .nav-right ul li ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .main-header {
    width: 100%;
    background: #fff;
  }
  .main-header .top-bar .contacts span {
    padding: 8px 20px;
  }
  .main-header .main-logo {
    padding: 20px 0;
  }
  .main-header .main-logo img {
    max-width: 245px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-header .main-nav .nav-right ul li {
    width: 20%;
  }
  .main-header .main-nav .nav-right ul li ul li {
    width: 100%;
  }
}
.main-footer {
  background: #fff;
  color: #fff;
  font-size: 14px;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
}
.main-footer .goldbar {
  padding: 20px 0;
  background: #827443;
  color: #fff;
  font-style: italic;
  font-size: 16px;
}
.main-footer .goldbar a {
  display: block;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: underline;
  padding-top: 10px;
  font-size: 14px;
}
.main-footer .goldbar a:hover {
  color: #2c2d30;
}
.main-footer .paditout {
  padding-top: 15px;
  padding-bottom: 15px;
}
.main-footer .testimonials,
.main-footer .social-feed {
  text-align: center;
  position: relative;
}
.main-footer .testimonials .inner,
.main-footer .social-feed .inner {
  position: relative;
  color: #000;
  padding: 0px 15px;
  font-size: 16px;
}
.main-footer .testimonials .inner a,
.main-footer .social-feed .inner a {
  color: #000;
  text-decoration: none;
  color: #000;
  text-decoration: none;
}
.main-footer .testimonials .inner a:hover,
.main-footer .social-feed .inner a:hover {
  color: #827443;
  text-decoration: none;
}
.main-footer .testimonials .inner a:hover,
.main-footer .social-feed .inner a:hover {
  color: #827443;
  text-decoration: none;
}
.main-footer .testimonials .inner span.author,
.main-footer .social-feed .inner span.author {
  display: block;
  margin-top: 10px;
  color: #827443;
}
.main-footer .newsletter {
  border: solid 2px #827443;
  padding: 15px;
}
.main-footer .newsletter form label.heading {
  font-weight: normal;
  margin-bottom: 15px;
  text-align: center;
  display: block;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #000;
}
.main-footer .newsletter form .field {
  width: 100%;
  background: #fff;
  border-color: #e6e6e6;
  color: #999;
}
.main-footer .newsletter form label.smallprint {
  color: #666f7a;
  font-weight: normal;
  font-size: 12px !important;
  display: block;
  padding: 10px 0;
}
.main-footer .newsletter form .submit {
  display: block;
  text-align: center;
  padding: 10px 25px;
  color: #fff !important;
  text-decoration: none;
  background: #2c2d30;
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 10px 25px;
  color: #fff !important;
  text-decoration: none;
  background: #2c2d30;
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
  cursor: pointer;
}
.main-footer .newsletter form .submit:hover {
  background: #827443;
  text-decoration: none;
}
.main-footer .newsletter form .submit:hover {
  background: #827443;
  text-decoration: none;
}
.main-footer .award-slider {
  margin: 20px 0;
  border-top: dotted 1px #000;
  border-bottom: dotted 1px #000;
  padding: 20px 0;
}
.main-footer .award-slider img {
  padding-left: 10px;
  padding-right: 10px;
}
.main-footer .foot {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url("../images/patternBG.jpg") repeat top left;
  text-align: center;
  color: #000;
}
.main-footer .foot .footer-nav {
  line-height: 24px;
}
.main-footer .social-icons {
  font-size: 36px;
  padding: 10px 0;
}
.main-footer .social-icons a {
  color: #fff;
}
.main-footer .social-icons a:hover,
.main-footer .social-icons a:focus {
  color: ;
  text-decoration: none;
}
.main-footer address {
  margin: 0;
}
.main-footer .copyright,
.main-footer .sisters {
  color: #fff;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-footer .copyright a,
.main-footer .sisters a {
  color: #fff;
  text-decoration: none;
}
.main-footer .copyright a:hover,
.main-footer .sisters a:hover {
  color: #ab9d6b;
  text-decoration: none;
}
.main-footer .footer-logo {
  text-align: right;
}
.main-footer .footer-logo img {
  display: block;
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .main-footer .goldbar {
    font-size: 20px;
  }
  .main-footer .paditout {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-footer .award-slider {
    margin: 0;
  }
  .main-footer .newsletter form label.smallprint {
    display: inline-block;
    float: left;
    width: 45%;
  }
  .main-footer .newsletter form .submit {
    float: right;
    display: inline-block;
    width: auto;
    clear: none;
    margin-top: 15px;
  }
  .main-footer .foot {
    background: #fff;
    text-align: left;
  }
  .main-footer .foot .footer-nav a {
    color: #000;
    text-decoration: none;
    color: #000;
    text-decoration: none;
  }
  .main-footer .foot .footer-nav a:hover {
    color: #827443;
    text-decoration: none;
  }
  .main-footer .foot .footer-nav a:hover {
    color: #827443;
    text-decoration: none;
  }
  .main-footer .copyright,
  .main-footer .sisters {
    color: #000;
  }
  .main-footer .copyright a,
  .main-footer .sisters a {
    color: #000;
  }
  .main-footer .copyright a:hover,
  .main-footer .sisters a:hover {
    color: #827443;
  }
  .main-footer .sisters {
    display: block;
    padding-top: 5px;
  }
}
@media only screen and (min-width: 992px) {
  .main-footer .goldbar {
    font-size: 24px;
  }
  .main-footer .paditout {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .main-footer .newsletter form label.smallprint {
    float: none;
    width: 100%;
  }
  .main-footer .newsletter form .submit {
    float: left;
    display: inline-block;
    width: auto;
    clear: both;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-footer .goldbar {
    font-size: 34px;
  }
  .main-footer .newsletter form label.smallprint {
    float: left;
    width: 45%;
    margin-bottom: 0;
  }
  .main-footer .newsletter form .submit {
    clear: none;
    float: right;
    margin-top: 15px;
  }
  .main-footer .paditout {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-footer .foot .footer-nav {
    padding-right: 80px;
  }
}
.banner-section .banner {
  position: relative;
  height: auto;
  margin-bottom: 15px;
}
.banner-section .banner img {
  display: block;
  height: auto;
  width: 100%;
  z-index: 2;
}
.banner-section .banner .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.banner-section .banner .banner-content .inner {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.banner-section .banner .banner-content .inner .banner-title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.banner-section .banner .banner-content .inner p {
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-style: italic;
}
.banner-section .banner:hover .banner-content {
  background: rgba(0,0,0,0.7);
  border: solid 1px #fff;
}
@media only screen and (min-width: 768px) {
  .banner-section .banner {
    margin-bottom: 0px;
  }
}
.section-builder .alternating .image-block {
  min-height: 72vw;
}
.section-builder .alternating .text-block {
  background: #f6f6f6;
  padding: 15px;
  margin-bottom: 20px;
}
.section-builder .alternating .text-block .text-inner {
  text-align: center;
  padding: 15px;
}
.section-builder .alternating .text-block h2 {
  color: #827443;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 20px;
}
.section-builder .alternating .text-block a {
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #827443;
  text-decoration: underline;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #827443;
  text-decoration: underline;
  text-transform: uppercase;
}
.section-builder .alternating .text-block a:hover {
  color: #2c2d30;
}
.section-builder .alternating .text-block a:hover {
  color: #2c2d30;
}
.section-builder .option1 .image-block,
.section-builder .option2 .image-block {
  min-height: 250px;
}
.section-builder .option1 .text-block,
.section-builder .option2 .text-block {
  padding: 15px;
  margin-bottom: 20px;
}
.section-builder .option1 .text-block .text-inner,
.section-builder .option2 .text-block .text-inner {
  text-align: center;
  padding: 15px;
}
.section-builder .option1 .text-block h2,
.section-builder .option2 .text-block h2 {
  color: #827443;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 20px;
}
.section-builder .option1 .text-block a,
.section-builder .option2 .text-block a {
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #827443;
  text-decoration: underline;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #827443;
  text-decoration: underline;
  text-transform: uppercase;
}
.section-builder .option1 .text-block a:hover,
.section-builder .option2 .text-block a:hover {
  color: #2c2d30;
}
.section-builder .option1 .text-block a:hover,
.section-builder .option2 .text-block a:hover {
  color: #2c2d30;
}
.section-builder .option2 .text-block {
  background: url("../images/patternBG.jpg") repeat;
  background: url("../images/patternBG.jpg") repeat top left;
  background: url("../images/patternBG.jpg") repeat top left;
}
.section-builder .option2 .text-block .text-inner {
  color: #fff;
}
.section-builder .option2 .text-block h2 {
  color: #ab9d6b;
}
.section-builder .option2 .text-block a {
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-style: italic;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-style: italic;
}
.section-builder .option2 .text-block a:hover {
  color: #ab9d6b;
}
.section-builder .option2 .text-block a:hover {
  color: #ab9d6b;
}
.section-builder .option3 {
  padding: 30px 0px;
}
.section-builder .option3 .tabbed-content {
  padding: 20px;
}
.section-builder .option3 .tabbed-content ul.section-tabs {
  margin: 0;
  padding: 0;
  width: 100%;
}
.section-builder .option3 .tabbed-content ul.section-tabs li {
  display: block;
  width: 100%;
  text-align: center;
}
.section-builder .option3 .tabbed-content ul.section-tabs li a {
  display: block;
  background: green;
  color: #000;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 10px;
  text-decoration: none;
}
.section-builder .option3 .tabbed-content ul.section-tabs li a:hover {
  background: orange;
  color: #fff;
  text-decoration: none;
}
.section-builder .option3 .tabbed-content ul.section-tabs .active a {
  background: blue;
  color: #fff;
  text-decoration: none;
}
.section-builder .option3 .tabbed-content ul.section-tabs .active a:hover {
  background: yellow;
  color: #fff;
  text-decoration: none;
}
.section-builder .option3 .tabbed-content .tab-pane {
  border: solid 1px pink;
  padding: 20px;
  margin: 0 3px;
}
.section-builder .option3 .tabbed-content .tab-pane .pane-title {
  font-size: 2rem;
}
.section-builder .option4 .greybox {
  background: #eee;
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.section-builder .option4 .greybox h3 {
  display: block;
  margin: 30px 0px;
  border-bottom: solid 1px #999;
  padding-top: 10px;
  padding-bottom: 10px;
}
.section-builder .option4 .greybox img {
  display: block;
  height: auto;
  width: 100%;
}
.section-builder .grey-full-width {
  background: #f6f6f6;
  margin-bottom: 20px;
}
.section-builder .grey-full-width a {
  text-transform: uppercase;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #827443;
  text-decoration: underline;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #827443;
  text-decoration: underline;
}
.section-builder .grey-full-width a:hover {
  color: #2c2d30;
}
.section-builder .grey-full-width a:hover {
  color: #2c2d30;
}
.section-builder .testimonials-section {
  background: url("../images/patternBG.jpg") repeat;
  background: url("../images/patternBG.jpg") repeat top left;
  background: url("../images/patternBG.jpg") repeat top left;
  color: #fff;
  width: 100%;
  height: auto;
}
.section-builder .testimonials-section ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
}
.section-builder .testimonials-section ul li {
  width: 100%;
}
.section-builder .testimonials-section ul li span.author {
  color: #ab9d6b;
  font-size: 14px;
}
.section-builder .two-column-sidebyside {
  background: #f6f6f6;
}
.section-builder .two-column-sidebyside header h2 {
  color: #827443;
}
.section-builder .two-column-sidebyside .image img {
  display: block;
  height: auto;
  width: 100%;
}
.section-builder .two-column-sidebyside h4 {
  text-align: center;
  display: block;
  background: #827443;
  color: #fff;
  padding: 15px;
  width: 90%;
  margin: 0 5%;
  margin-top: 30px !important;
  position: relative;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 5px;
}
.section-builder .two-column-sidebyside h4 a {
  color: #fff;
  display: block;
}
.section-builder .two-column-sidebyside .content {
  padding: 15px;
}
.section-builder .two-column-sidebyside .content a {
  margin-top: 10px;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #827443;
  text-decoration: underline;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #827443;
  text-decoration: underline;
  display: block;
  text-align: center;
}
.section-builder .two-column-sidebyside .content a:hover {
  color: #2c2d30;
}
.section-builder .two-column-sidebyside .content a:hover {
  color: #2c2d30;
}
.section-builder .grid-section {
  background: #f6f6f6;
}
.section-builder .grid-section h2 {
  color: #827443;
}
.section-builder .grid-section .extra {
  background: #f6f6f6;
  cursor: pointer;
  margin-bottom: 25px;
}
.section-builder .grid-section .extra .image {
  background: #000;
}
.section-builder .grid-section .extra .image img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
  display: block;
  height: auto;
  width: 100%;
  opacity: 1.0;
}
.section-builder .grid-section .extra .info {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
  background: #827443;
  color: #fff;
  padding: 15px;
  width: 90%;
  margin: 0 5%;
  margin-top: 30px !important;
  position: relative;
}
.section-builder .grid-section .extra .info h4 {
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 5px;
}
.section-builder .grid-section .extra:hover .image img {
  opacity: 0.5;
}
.section-builder .grid-section .extra:hover .info {
  background: #ab9d6b;
}
.section-builder .grid-section .extra:hover .info h4 {
  text-decoration: none;
}
.message_box {
  background-color: #1a2940;
  color: #fff;
  text-align: center;
  padding: 25px;
  text-transform: uppercase;
  font-size: 16px;
}
.message_box h2,
.message_box h3 {
  display: block;
  color: #fff;
  margin-bottom: 10px;
  font-style: normal;
}
.message_box h3 {
  margin-bottom: 25px;
}
.message_box a {
  color: #ab9d6b;
}
.section-builder .grid-section a:hover {
  text-decoration: none;
}
.fullImg .block-item .block-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-builder .alternating .image-block {
    min-height: 380px;
  }
  .section-builder .alternating .text-block .text-inner {
    padding: 30px 20px;
  }
  .section-builder .alternating .text-block .text-inner .head,
  .section-builder .alternating .text-block .text-inner .title {
    font-size: 4rem;
  }
  .section-builder .alternating .text-block .text-inner .subhead,
  .section-builder .alternating .text-block .text-inner .subtitle {
    font-size: 26px;
  }
  .section-builder .option1 .text-block,
  .section-builder .option2 .text-block {
    min-height: 301px;
    margin-bottom: 0;
  }
  .section-builder .option1 .text-block .text-inner,
  .section-builder .option2 .text-block .text-inner {
    padding: 30px 20px;
  }
  .section-builder .option1 .text-block .text-inner .head,
  .section-builder .option1 .text-block .text-inner .title,
  .section-builder .option2 .text-block .text-inner .head,
  .section-builder .option2 .text-block .text-inner .title {
    font-size: 4rem;
  }
  .section-builder .option1 .text-block .text-inner .subhead,
  .section-builder .option1 .text-block .text-inner .subtitle,
  .section-builder .option2 .text-block .text-inner .subhead,
  .section-builder .option2 .text-block .text-inner .subtitle {
    font-size: 26px;
  }
  .section-builder .option3 {
    padding: 30px 0px;
  }
  .section-builder .option3 .tabbed-content {
    padding: 20px;
  }
  .section-builder .option3 .tabbed-content .tab-pane {
    border: solid 1px #f1f1f1;
    padding: 20px;
    margin: 0 3px;
  }
  .section-builder .option3 .tabbed-content .tab-pane .pane-title {
    font-size: 2rem;
  }
  .section-builder .option4 .greybox img {
    display: block;
    height: auto;
    width: 100%;
    margin-bottom: 15px;
  }
  .section-builder #tariff_table {
    font-size: 17px;
  }
  .section-builder .two-column-sidebyside .content {
    padding: 30px;
  }
  .section-builder .testimonials-section ul {
    font-size: 20px;
  }
  .section-builder .testimonials-section ul li span.author {
    font-size: 18px;
  }
  .section-builder .grid-section {
    background: #f6f6f6;
  }
  .section-builder .grid-section h2 {
    color: #827443;
  }
  .section-builder .grid-section .extra .info {
    width: 80%;
    margin: 0 10%;
  }
  .section-builder .grid-section .extra .info:hover {
    text-decoration: none;
  }
  .message_box {
    padding: 30px;
  }
  .message_box h2 {
    font-size: 36px;
  }
  .message_box h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .section-builder .alternating .text-block .text-inner {
    padding: 0px 50px;
    border: none;
    position: relative;
  }
  .section-builder .alternating .text-block .text-inner h2 {
    font-size: 34px;
  }
  .section-builder .option1 .text-block,
  .section-builder .option2 .text-block {
    min-height: 388px;
    margin-bottom: 0px;
  }
  .section-builder .option1 .text-block .text-inner,
  .section-builder .option2 .text-block .text-inner {
    padding: 0px 50px;
    border: none;
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section-builder .option1 .text-block .text-inner h2,
  .section-builder .option2 .text-block .text-inner h2 {
    font-size: 34px;
  }
  .section-builder .option3 .tabbed-content {
    padding: 20px;
  }
  .section-builder .option3 .tabbed-content ul.section-tabs {
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
  }
  .section-builder .option3 .tabbed-content ul.section-tabs li {
    display: table-cell;
    width: 33.33%;
  }
  .section-builder .option3 .tabbed-content ul.section-tabs li a {
    display: block;
    background: #f1f1f1;
    color: #000;
    border-radius: 5px 5px 0px 0px;
    margin: 0px 3px;
    padding: 10px;
    text-decoration: none;
  }
  .section-builder .option3 .tabbed-content ul.section-tabs li a:hover {
    background: #6697da;
    color: #fff;
    text-decoration: none;
  }
  .section-builder .option3 .tabbed-content ul.section-tabs .active a {
    background: ;
    color: #fff;
    text-decoration: none;
  }
  .section-builder .option3 .tabbed-content ul.section-tabs .active a:hover {
    background: #6697da;
    color: #fff;
    text-decoration: none;
  }
  .section-builder .option3 .tab-pane {
    border: solid 1px #f1f1f1;
    padding: 20px;
    margin: 0 3px;
  }
  .section-builder .option3 .tab-pane .pane-title {
    font-size: 2rem;
  }
  .section-builder .two-column-sidebyside h4 {
    width: 50%;
    margin: 0 25%;
    font-size: 22px;
  }
  .section-builder .two-column-sidebyside .content {
    padding: 15px;
    padding-top: 30px;
    width: 70%;
    margin: 0 auto;
  }
  .section-builder .two-column-sidebyside .content a {
    margin-top: 15px;
  }
  .section-builder .testimonials-section ul {
    font-size: 26px;
  }
  .section-builder .grid-section .extra .info h4 {
    font-size: 22px;
  }
  .message_box h2 {
    font-size: 32px;
  }
  .message_box h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-builder .alternating .text-block {
    padding: 40px 0;
  }
  .section-builder .alternating .text-block .text-inner {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0px 14%;
  }
  .section-builder .alternating .text-block .text-inner h2 {
    font-size: 38px;
  }
  .section-builder .option1 .text-block,
  .section-builder .option2 .text-block {
    min-height: 469px;
    padding: 40px 0;
  }
  .section-builder .option1 .text-block .text-inner,
  .section-builder .option2 .text-block .text-inner {
    padding: 0px 14%;
  }
  .section-builder .option1 .text-block .text-inner h2,
  .section-builder .option2 .text-block .text-inner h2 {
    font-size: 38px;
  }
  .section-builder .option3 .tabbed-content .tab-pane .pane-title {
    font-size: 2rem;
  }
  .section-builder .testimonials-section ul {
    font-size: 32px;
  }
  .section-builder .two-column-sidebyside h4 {
    width: 50%;
    margin: 0 25%;
    font-size: 22px;
  }
  .section-builder .two-column-sidebyside .content {
    padding: 15px;
    padding-top: 30px;
    width: 70%;
    margin: 0 auto;
  }
  .section-builder .two-column-sidebyside .content a {
    margin-top: 15px;
  }
  .message_box {
    padding: 50px 30px;
  }
  .message_box h2 {
    font-size: 34px;
  }
  .message_box h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1800px) {
  .section-builder .option1 .text-block,
  .section-builder .option2 .text-block {
    min-height: 750px;
  }
  .section-builder .option1 .text-block .text-inner,
  .section-builder .option2 .text-block .text-inner {
    padding: 0 17%;
  }
  .section-builder .option1 .text-block .text-inner h2,
  .section-builder .option2 .text-block .text-inner h2 {
    font-size: 40px;
  }
  .section-builder .grid-section .extra .info {
    width: 70%;
    margin: 0 15%;
  }
}
.card .card-image img {
  display: block;
  height: auto;
  width: 100%;
}
.card .card-content {
  padding: 15px;
}
.offer-slider .card .card-content {
  background: #2c2d30;
  color: #fff;
  text-align: center;
}
.offer-slider .card .card-content h2 {
  color: #fff;
}
.news-section .card .card-content {
  background: #fff;
  color: ;
}
.news-section .card .card-content h3 {
  font-style: none;
}
.news-section .card .card-content a {
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #827443;
  text-decoration: underline;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #827443;
  text-decoration: underline;
}
.news-section .card .card-content a:hover {
  color: #2c2d30;
}
.news-section .card .card-content a:hover {
  color: #2c2d30;
}
.news-section .card .card-content a:hover {
  color: #2c2d30;
}
@media only screen and (min-width: 768px) {
  .card .card-image img {
    display: block;
    height: auto;
    width: 100%;
  }
  .card .card-content {
    padding: 25px;
  }
  .offer-slider .card {
    width: 100%;
    margin: 0 10px;
  }
  .offer-slider .card .card-content h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .card .card-content {
    padding: 30px;
  }
  .offer-slider .card .card-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .card .card-content {
    padding: 40px;
  }
  .offer-slider .card .card-content {
    padding: 25px;
  }
  .offer-slider .card .card-content h2 {
    font-size: 30px;
  }
}
.offer-slider {
  color: #ab9d6b;
  background: url("../images/patternBG.jpg") repeat;
  background: url("../images/patternBG.jpg") repeat top left;
  background: url("../images/patternBG.jpg") repeat top left;
}
.offer-slider h2 {
  color: #ab9d6b;
}
.offer-slider .offer-left,
.offer-slider .offer-right {
  cursor: pointer;
  color: #5e6a78;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
}
.offer-slider .offer-left:hover,
.offer-slider .offer-right:hover {
  color: #fff;
}
.offer-slider .offer_slider_inner {
  margin-top: 0px;
  max-height: 200px;
}
.offer-slider .offer_slider_inner .offer {
  cursor: pointer;
  position: relative;
  margin: 0 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
}
.offer-slider .offer_slider_inner .offer div {
  overflow: hidden;
}
.offer-slider .offer_slider_inner .offer .offer-image {
  overflow: hidden;
}
.offer-slider .offer_slider_inner .offer .offer-image img {
  display: block;
  height: auto;
  width: 100%;
  width: 100%;
  opacity: 1.0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
}
.offer-slider .offer_slider_inner .offer .offer-title {
  text-align: center;
  color: #fff;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-style: italic;
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  font-size: 22px;
  white-space: normal;
  overflow: hidden;
}
.offer-slider .offer_slider_inner .offer .offer-title div {
  background: rgba(130,116,67,0.7);
  padding: 10px;
  margin-left: -10px;
}
.offer-slider .offer_slider_inner .offer .offer-title .offer-name {
  padding-bottom: 0;
}
.offer-slider .offer_slider_inner .offer .offer-title .offer-date {
  padding-top: 0;
  font-size: 20px;
}
.offer-slider .offer_slider_inner .offer:hover .offer-image img {
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .offer-slider .offer_slider_inner .offer div {
    margin-left: 10px;
  }
  .offer-slider .offer_slider_inner .offer .offer-title {
    font-size: 24px;
  }
  .offer-slider .offer_slider_inner .offer .offer-title div {
    background: rgba(130,116,67,0.7);
    padding: 10px;
    margin-left: -10px;
    margin-right: 20.5px;
  }
}
@media only screen and (min-width: 992px) {
  .offer-slider .offer_slider_inner .offer .offer-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .offer-slider .offer_slider_inner .offer .offer-title {
    font-size: 28px;
  }
  .offer-slider .offer_slider_inner {
    max-height: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .offer-left,
  .offer-right {
    padding: 0px;
    margin: 0px;
  }
}
.iPad #accordion {
  display: none;
}
.hero-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: calc(50vh - 73px);
  height: -o-calc(50vh - 73px);
  height: -webkit-calc(50vh - 73px);
  height: -moz-calc(50vh - 73px);
  width: 100%;
  position: relative;
}
.hero-image .overlay {
  background: rgba(0,0,0,0.15);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-image .overlay .big-message {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
}
.hero-image .overlay .big-message .contentbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  background: rgba(26,41,64,0.7);
  padding: 20px;
}
.hero-image .overlay .big-message .contentbox h1 {
  font-size: 38px;
  text-transform: uppercase;
  font-style: normal;
  color: #fff;
}
.hero-image .overlay .big-message .contentbox h1 span {
  font-size: 42px;
  display: block;
}
.hero-image .overlay .big-message .contentbox a {
  text-decoration: underline;
  display: block;
  color: #fff;
}
.hero-image .overlay .big-message .contentbox a:hover {
  color: #ab9d6b;
}
.clear-header {
  margin-top: 73px;
}
.sticky-tabs {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
}
.sticky-tabs .tab-group {
  margin-bottom: 0;
}
.sticky-tabs #accordion {
  border-radius: none !important;
  padding: 0;
  z-index: 1030;
  margin-bottom: -6px;
}
.sticky-tabs #accordion .tab {
  width: 30%;
  display: inline-flex;
  border: none;
  position: relative;
  margin-bottom: 0px;
}
.sticky-tabs #accordion .tab#tab1 .tab-heading {
  border-color: #40688d;
}
.sticky-tabs #accordion .tab#tab2 {
  margin-left: 1px;
}
.sticky-tabs #accordion .tab#tab2 .tab-heading {
  border-color: #8d7f4d;
}
.sticky-tabs #accordion .tab#tab3 {
  margin-left: 2px;
}
.sticky-tabs #accordion .tab#tab3 .tab-heading {
  border-color: #a5a5a5;
}
.sticky-tabs #accordion .tab .tab-heading {
  border-top: solid 5px #fff200;
  background: #f6f6f6;
  z-index: 1031;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  position: absolute;
  top: -48px;
  left: 0;
  width: 100%;
}
.sticky-tabs #accordion .tab .tab-heading a {
  font-size: 14px;
  display: block;
  text-decoration: none;
  padding: 12px 5px;
  cursor: pointer;
  color: inherit;
}
.sticky-tabs #accordion .tab .tab-heading a:hover {
  text-decoration: none;
  background: #ddd;
}
.sticky-tabs #accordion .tab .tab-collapse .tab-body {
  background: #fff;
  padding: 0px;
}
.sticky-tabs #accordion .tab .tab-collapse .tab-body img {
  width: 100%;
}
.sticky-tabs #accordion .tab .collapsable {
  position: relative;
  bottom: 0px;
  left: 0;
  width: 100%;
}
.sticky-tabs #accordion .tab .collapsable .inn {
  position: absolute;
  bottom: 43px;
  left: 0;
  width: 100%;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .hero-image {
    height: calc(100vh - 163px);
    height: -o-calc(100vh - 163px);
    height: -webkit-calc(100vh - 163px);
    height: -moz-calc(100vh - 163px);
  }
  .hero-image .overlay .big-message .contentbox {
    font-size: 24px;
  }
  .hero-image .overlay .big-message .contentbox h1 {
    font-size: 68px;
  }
  .clear-header {
    margin-top: 163px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-image {
    height: calc(100vh - 182px);
    height: -o-calc(100vh - 182px);
    height: -webkit-calc(100vh - 182px);
    height: -moz-calc(100vh - 182px);
  }
  .clear-header {
    margin-top: 182px;
  }
  .sticky-tabs #accordion .tab {
    width: 33%;
  }
  .sticky-tabs #accordion .tab .tab-heading a {
    padding: 12px 15px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-image {
    height: calc(100vh - 180px);
    height: -o-calc(100vh - 180px);
    height: -webkit-calc(100vh - 180px);
    height: -moz-calc(100vh - 180px);
  }
  .clear-header {
    margin-top: 180px;
  }
}
.page-image {
  width: 100%;
  height: auto;
  position: relative;
}
.page-image img {
  display: block;
  height: auto;
  width: 100%;
}
.page-image .overlay {
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.page-image .overlay .big-message {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 100;
  color: #fff;
}
.page-image .overlay .big-message h1,
.page-image .overlay .big-message h2 {
  color: #fff;
}
.page-image .overlay .big-message h2 {
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-style: italic;
}
.page-text h2 {
  color: #827443;
}
.page-text a {
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #827443;
  text-decoration: underline;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #827443;
  text-decoration: underline;
}
.page-text a:hover {
  color: #2c2d30;
}
.page-text a:hover {
  color: #2c2d30;
}
.pdf_listing a {
  margin-left: 10px;
  float: left;
}
.pdf_listing h3 {
  text-align: center;
}
.pdf_listing img {
  width: 100%;
}
.room-list {
  position: relative;
}
.room-list .room {
  background: #eeece0;
  padding: 15px;
  margin-bottom: 15px;
}
.room-list .room .room-image-slider .cycle-slideshow {
  position: relative;
  width: 100%;
}
.room-list .room .room-image-slider .cycle-slideshow .cycle-next,
.room-list .room .room-image-slider .cycle-slideshow .cycle-prev {
  position: absolute;
  top: 50%;
  z-index: 101;
  cursor: pointer;
  opacity: 0.4;
  padding: 3px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
}
.room-list .room .room-image-slider .cycle-slideshow .cycle-next:hover,
.room-list .room .room-image-slider .cycle-slideshow .cycle-prev:hover {
  opacity: 1.0;
}
.room-list .room .room-image-slider .cycle-slideshow .cycle-next .fa-circle,
.room-list .room .room-image-slider .cycle-slideshow .cycle-prev .fa-circle {
  color: #3d77c5;
}
.room-list .room .room-image-slider .cycle-slideshow .cycle-next {
  right: 0px;
  width: 25px;
  padding-left: 9px;
}
.room-list .room .room-image-slider .cycle-slideshow .cycle-prev {
  left: 0px;
  width: 25px;
  padding-left: 5px;
}
.room-list .room .room-image-slider .item {
  width: 100%;
  overflow: hidden;
}
.room-list .room .room-image-slider .item img {
  display: block;
  height: auto;
  width: 100%;
}
.room-list .room .room-image-slider .item .item_desc {
  position: absolute;
  background: #3d77c5;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
}
.room-list .room .room-image-slider .item .item_desc span {
  display: block;
  color: #fff;
}
.room-list .room .room-image-slider .item .item_desc .title {
  font-size: 24px;
}
.room-list .room .room-image-slider .item .item_desc .subtitle {
  font-size: 20px;
}
.room-list .room .room-content .content-inner {
  text-align: center;
  position: relative;
}
.room-list .room .room-content .content-inner .room-title {
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 15px;
  display: block;
  color: #2c2d30;
  font-style: normal;
}
.room-list .room .room-content .content-inner ul.room-tabs {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  display: table;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.room-list .room .room-content .content-inner ul.room-tabs li {
  width: 100%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 5px;
  display: block;
  position: relative;
  float: left;
}
.room-list .room .room-content .content-inner ul.room-tabs li a {
  display: block;
  padding: 10px 5px;
  color: #fff;
  background: #ab9d6b;
  text-decoration: none;
}
.room-list .room .room-content .content-inner ul.room-tabs li a:hover {
  color: #fff;
  background: #827443;
}
.room-list .room .room-content .content-inner ul.room-tabs .active a {
  color: #fff;
  background: #827443;
}
.room-list .room .room-content .content-inner .tab-content span {
  display: block;
}
.room-list .room .room-content .content-inner .tab-content .tab-pane ul {
  text-align: left;
}
.room-list .room .room-content .content-inner .tab-content .book {
  display: block;
  text-align: center;
  padding: 10px 25px;
  color: #fff !important;
  text-decoration: none;
  background: #2c2d30;
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 10px 25px;
  color: #fff !important;
  text-decoration: none;
  background: #2c2d30;
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
  cursor: pointer;
  margin-bottom: 5px;
}
.room-list .room .room-content .content-inner .tab-content .book:hover {
  background: #827443;
  text-decoration: none;
}
.room-list .room .room-content .content-inner .tab-content .book:hover {
  background: #827443;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .room-list .room .room-content .content-inner .room-title {
    margin-bottom: 20px;
  }
  .room-list .room .room-content .content-inner ul.room-tabs li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .room-list .room .room-content .content-inner .tab-content span {
    display: block;
  }
  .room-list .room .room-content .content-inner .tab-content .tab-pane ul {
    text-align: left;
  }
  .room-list .room .room-content .content-inner .tab-content .book {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .room-list .room {
    margin-bottom: 30px;
  }
  .room-list .room .room-image-slider {
    padding-left: 30px;
    padding-top: 30px;
  }
  .room-list .room .room-content .content-inner {
    text-align: left;
  }
  .room-list .room .room-content .content-inner .room-title {
    margin-bottom: 10px;
  }
  .room-list .room .room-content .content-inner ul.room-tabs {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .room-list .room .room-content .content-inner .tab-content .book {
    margin-top: 15px;
    display: inline-block;
  }
}
@media only screen and (min-width: 1200px) {
  .room-list .room .room-image-slider {
    padding-left: 0;
    padding-top: 0;
  }
  .room-list .room .room-content {
    position: relative;
  }
  .room-list .room .room-content .content-inner .room-title {
    font-size: 26px;
  }
}
.testimonials-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}
.testimonials-list .single-testimonial {
  margin: 7px 0;
  text-align: center;
  background: #eeece0;
  font-size: 18px;
  line-height: normal;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
}
.testimonials-list .single-testimonial .quote {
  padding: 20px;
  padding-bottom: 0;
}
.testimonials-list .single-testimonial .name {
  color: #827443;
  padding-top: 15px;
  padding-bottom: 20px;
  font-size: 14px;
}
.testimonial-cats {
  list-style: none;
  margin: 0;
  padding: 0;
}
.testimonial-cats li {
  font-size: 20px;
  margin-bottom: 5px;
}
.testimonial-cats li a {
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  background: transparent;
  color: #000;
  display: block;
  text-align: center;
  padding: 7px 20px;
  text-decoration: none;
  border-radius: 0;
  border: solid 1px #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
  cursor: pointer;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  background: transparent;
  color: #000;
  display: block;
  text-align: center;
  padding: 7px 20px;
  text-decoration: none;
  border-radius: 0;
  border: solid 1px #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
  cursor: pointer;
}
.testimonial-cats li a:hover {
  color: #827443;
  border-color: #827443;
}
.testimonial-cats li a:hover {
  color: #827443;
  border-color: #827443;
}
@media only screen and (min-width: 768px) {
  .testimonials-list {
    padding-bottom: 20px;
  }
  .testimonials-list .single-testimonial {
    margin: 15px 0;
  }
  .testimonials-list .single-testimonial .quote {
    padding: 30px;
    padding-bottom: 0;
  }
  .testimonials-list .single-testimonial .name {
    padding-bottom: 30px;
  }
  .testimonial-cats {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .testimonial-cats li {
    margin: 0 8px;
    display: inline-block;
  }
  .testimonial-cats li .active {
    background: #ab9d6b;
    color: #fff;
  }
  .testimonial-cats li .active:hover {
    background: #ab9d6b;
    color: #fff;
    border-color: #ab9d6b;
  }
}
@media only screen and (min-width: 992px) {
  .testimonials-list {
    padding-bottom: 20px;
  }
  .testimonials-list .single-testimonial {
    font-size: 20px;
  }
  .testimonials-list .single-testimonial .quote {
    padding: 40px 20px;
    padding-bottom: 0;
  }
  .testimonials-list .single-testimonial .name {
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonials-list {
    padding-bottom: 20px;
  }
  .testimonials-list .single-testimonial .quote {
    padding: 60px 10%;
    padding-bottom: 0;
  }
  .testimonials-list .single-testimonial .name {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.offer-event {
  margin-bottom: 15px;
  background: #eeece0;
}
.offer-event .offer-event-image {
  overflow: hidden;
}
.offer-event .offer-event-image img {
  display: block;
  height: auto;
  width: 100%;
}
.offer-event .offer-event-info {
  text-align: center;
  position: relative;
}
.offer-event .offer-event-info .content {
  padding: 15px;
}
.offer-event .offer-event-info .content .offer-event-text {
  margin-bottom: 15px;
}
.offer-event .offer-event-info .content .offer-event-text h2 {
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 15px;
  display: block;
  color: #2c2d30;
  font-style: normal;
}
.offer-event .offer-event-info .content .more {
  display: block;
  text-align: center;
  padding: 10px 25px;
  color: #fff !important;
  text-decoration: none;
  background: #2c2d30;
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 10px 25px;
  color: #fff !important;
  text-decoration: none;
  background: #2c2d30;
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
  cursor: pointer;
}
.offer-event .offer-event-info .content .more:hover {
  background: #827443;
  text-decoration: none;
}
.offer-event .offer-event-info .content .more:hover {
  background: #827443;
  text-decoration: none;
}
.filter-events {
  width: 100%;
  padding: 15px;
  margin-bottom: 30px;
  background: #f1f1f1;
  display: block;
}
.filter-events select,
.filter-events input {
  text-transform: uppercase;
  text-align: center;
  height: 40px;
  width: 100%;
  padding: 0px !important;
  margin: 3px 4px;
  border: solid 1px #ddd;
}
@media only screen and (min-width: 768px) {
  .filter-events input,
  .filter-events select {
    max-width: 170px;
  }
  .offer-event {
    margin-bottom: 30px;
  }
  .offer-event .offer-event-info {
    text-align: left;
    position: relative;
  }
  .offer-event .offer-event-info .content {
    padding: 25px;
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .offer-event .offer-event-info .content .offer-event-text {
    margin-bottom: 20px;
  }
  .offer-event .offer-event-info .content .offer-event-text h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .offer-event .offer-event-info .content .offer-event-text h2 {
    font-size: 32px;
  }
  .offer-event .offer-event-info .content .more {
    width: auto;
    display: inline-block;
  }
}
@media only screen and (min-width: 1200px) {
  .offer-event .offer-event-info .content h2 {
    font-size: 36px;
  }
}
.form .submit {
  display: block;
  text-align: center;
  padding: 10px 25px;
  color: #fff !important;
  text-decoration: none;
  background: #2c2d30;
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 10px 25px;
  color: #fff !important;
  text-decoration: none;
  background: #2c2d30;
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
  cursor: pointer;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
}
.form .submit:hover {
  background: #827443;
  text-decoration: none;
}
.form .submit:hover {
  background: #827443;
  text-decoration: none;
}
form .field {
  background: #F9F9F9;
  border: solid 1px #ccc;
  padding: 10px;
  width: 100%;
  margin-bottom: 8px;
}
form .g-recaptcha {
  float: left;
}
form .submit {
  clear: both;
  display: block;
  width: 100%;
}
form .opt_in {
  width: auto;
}
.login-box {
  background: #f6f6f6;
  padding: 20px;
  border: solid 1px #ccc;
}
.login-box label {
  width: 100%;
  display: block;
  font-weight: normal;
}
.login-box .field {
  width: 100%;
  padding: 10px 8px;
  border: solid 1px #ccc;
  margin: 10px 0;
}
.login-box .submit {
  background: #2c2d30;
  color: #fff;
  padding: 5px 10px;
  border: none;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-height: 575px) {
  #rc-imageselect,
  .g-recaptcha,
  .captcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media only screen and (min-width: 992px) {
  form .submit {
    width: auto;
  }
}
.ghost-btn {
  display: block;
  text-align: center;
  padding: 10px 25px;
  color: #fff !important;
  text-decoration: none;
  background: #827443;
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 10px 25px;
  color: #fff !important;
  text-decoration: none;
  background: #827443;
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
  cursor: pointer;
  background: transparent;
  border: solid 1px #fff;
}
.ghost-btn:hover {
  background: #2c2d30;
  text-decoration: none;
}
.ghost-btn:hover {
  background: #2c2d30;
  text-decoration: none;
}
.ghost-btn:hover {
  background: #827443;
  border-color: #827443;
}
body {
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-family: "acumin-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
h1,
h2 {
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-style: italic;
  color: #827443;
  margin-bottom: 10px;
  font-size: 24px;
}
h3 {
  color: #827443;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-family: "minion-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  margin-bottom: 10px;
}
.text-only h3 {
  margin: 10px 0;
}
@media only screen and (min-width: 768px) {
  h1,
  h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  h4 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  body {
    font-size: 16px;
  }
  h1,
  h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  h4 {
    font-size: 18px;
  }
  .text-only h3 {
    margin: 15px 0;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 47px;
    margin-bottom: 25px;
  }
  h2 {
    font-size: 37px;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 25px;
  }
  h4 {
    font-size: 20px;
  }
  .text-only h3 {
    margin: 20px 0;
  }
}
.inner-gallery {
  min-width: 235px;
  width: auto;
  margin: auto;
  padding: 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
}
.megafolio-container {
  width: 100%;
  margin-top: 25px;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#mobile-filter .filter_list_wrapper {
  position: relative;
  width: 235px !important;
}
#mobile-filter .filter_list_button {
  z-index: 51 !important;
  background-color: #2c2d30;
  border-radius: 0;
  padding: 0 18px;
}
#mobile-filter .filter_list_button span {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: normal !important;
  position: relative;
  top: -2px;
}
#mobile-filter .filter_list_button .fa-bars {
  margin-top: 5px;
}
#mobile-filter .filter_list {
  position: relative;
  z-index: 50 !important;
  list-style: none;
  padding: 10px;
  margin: 0;
  margin-top: -15px;
  background: #2c2d30;
  border-radius: 0;
}
#mobile-filter .filter_list .filter {
  display: block;
  padding: 0px 10px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
}
#mobile-filter .filter_list .filter:hover {
  background: #827443;
  color: #fff;
}
#mobile-filter .filter_list .filter.selected {
  background: ;
  color: #fff;
}
.filter_padder {
  margin: 0;
}
#desktop-filter {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  display: table;
  text-align: center;
}
#desktop-filter .filter {
  display: inline-block;
  padding: 0px 30px;
  margin: 0 0px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  background: #827443;
  color: #fff;
  border: solid 1px #827443;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0,1.0);
  transform: translateZ(0);
}
#desktop-filter .filter:hover {
  background: #ab9d6b;
  color: #fff;
  border-color: #ab9d6b;
}
#desktop-filter .filter.selected {
  background: #2c2d30;
  color: #fff;
  border-color: #2c2d30;
}
.mega-hoverview {
  margin-left: 0 !important;
}
html,
body {
  padding: 0;
  margin: 0;
}
section {
  padding: 20px 0;
}
section header {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  section,
  .social-section {
    padding: 30px 0;
  }
  section header,
  .social-section header {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  section,
  .social-section {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  section,
  .social-section {
    padding: 60px 0;
  }
  section header,
  .social-section header {
    margin-bottom: 30px;
  }
}
