#wpadminbar {
  display: none;
}
html,
body {
  background: #fff;
  font-family: 'helvetica', arial, sans-serif;
  overflow-x: hidden;
}
html.active-overlay,
body.active-overlay {
  overflow: hidden;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  //position:relative;
  display:block;
  overflow:hidden;
}
.centered-content {
  text-align: center;
}
.content {
  padding: 20px 0;
  
}
.content:before,
.content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}
.content img {
  width: 100%;
}
.content-item {
  margin-top: 40px;
}
.content-item:before,
.content-item:after {
  content: " ";
  display: table;
}
.content-item:after {
  clear: both;
}
.negative-top {
  margin-top: -25px;
  position: relative;
}
.negative-top .page-container:first-child {
  border-radius: 0 0 2px 2px;
}
#sb-site {
  width: 100%;
  min-height: 100% !important;
  //padding-bottom: 400px;
  //position: relative;
  z-index: 1;
  //-webkit-box-shadow: -1px 0 3px rgba(0, 0, 0, 0.5);
  //box-shadow: -1px 0 3px rgba(0, 0, 0, 0.5);
  background: #fff;
}
.sb-slide,
#sb-site,
.sb-slidebar {
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  /* Add left/right for Android < 4.4. */
  -webkit-backface-visibility: hidden;
  /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}
.page-container {
  background: #fff;
  border-radius: 2px;
  position: relative;
}
.page-container:before,
.page-container:after {
  content: " ";
  display: table;
}
.page-container:after {
  clear: both;
}
.page-container.trim {
  border-top: 5px solid #ceaa68;
  border-radius: 0 0 2px 2px;
}
.page-container img {
  width: 100%;
}
.page-container img.offset-bottom {
  margin-bottom: 15px;
}
.page-index-items {
  background: #f9f9f9;
}
.page-index-items .page-index-item:before,
.page-index-items .page-index-item:after {
  content: " ";
  display: table;
}
.page-index-items .page-index-item:after {
  clear: both;
}
.page-index-items .page-index-item img {
  border-radius: 2px;
}
.page-index-items .page-index-item:nth-child(even) {
  background: #fff;
}
body#message {
  overflow: hidden;
  background: #f1f1f1;
}
body#message .message-content {
  background: #fff;
  border-radius: 3px;
  padding: 40px;
  margin: 25% auto;
  width: 500px;
  text-align: center;
}
body#message .message-content h2 {
  margin: 0;
  font-size: 26px;
}
body#message .message-content p {
  margin: 0;
  font-size: 17px;
  color: #8d9297;
  line-height: 26px;
}
.map-large {
  background: #1f1f22;
  padding-bottom: 80px;
}
.error{ color:#F00}
@media (max-width: 767px) {
  #sb-site {
    padding-top: 56px;
  }
  .content {
    padding: 15px 0;
  }
  .map-large {
    padding-bottom: 15px;
  }
  .map-large iframe {
    max-height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #sb-site {
    padding-top: 65px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
  #sb-site {
    padding-top: 65px;
  }
}
header {
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 999;
}
header .logo {
  margin: 10px 0 0px;
  display: inline-block;
  overflow: hidden;
}
header .logo img {
  height: 100%;
}
@media (max-width: 767px) {
  header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 56px;
    width: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
  }
  header .logo {
    height: 35px;
    margin: 8px 0 15px -40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
  }
  header .logo {
    height: 35px;
    margin: 15px 0 15px -23px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
  header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
  }
  header .logo {
    height: 35px;
    margin: 15px 0 15px -23px;
  }
}
footer {
  background: #1f1f22;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 0 0;
}
footer .container {
  //padding-bottom: 20px;
}
footer .container:before,
footer .container:after {
  content: " ";
  display: table;
}
footer .container:after {
  clear: both;
}
footer h3 {
  padding: 0 0 12px 0;
  margin: 0 0 30px 0;
  color: #e7c17c;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  border-bottom: 3px solid #2a2a2e;
}
footer h2 {
  font-family: 'helvetica', arial, sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  margin: 0 0 3px 0;
  padding: 0;
}
footer h2 a {
  color: #d2d2d3;
}
footer h2 a:hover {
  color: #c9a35e;
}
footer p {
  color: #d2d2d3;
  font-size: 12px;
  line-height: 24px;
  padding: 0;
  margin: 0 0 5px 0;
}
footer p a {
  color: #c9a35e;
}
footer p a:hover {
  color: #fff;
}
footer .post {
  margin-bottom: 40px;
}
footer .tweet {
  margin-bottom: 25px;
}
footer .footer-about img {
  width: 60%;
  margin: 0 auto;
  display: block;
  margin: 25px auto 30px;
}
footer .meta {
  color: #c9a35e;
  padding: 0;
  line-height: 18px;
  margin: 0 0 5px 0;
}
footer form {
  padding: 0 0 20px 0;
  font-size: 0px;
   position:relative;
}
footer form p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 10px 0;
}
footer form .form-group {
  margin-bottom: 10px;
}
footer form .form-group input,
footer form .form-group textarea,
footer form .form-group .form-control[readonly] {
  border-radius: 2px;
  border: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.04);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.04);
  font-family: 'helvetica', arial, sans-serif;
  font-size: 12px;
  cursor: default;
}
footer form .form-group input:-moz-placeholder,
footer form .form-group textarea:-moz-placeholder,
footer form .form-group .form-control[readonly]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
footer form .form-group input::-moz-placeholder,
footer form .form-group textarea::-moz-placeholder,
footer form .form-group .form-control[readonly]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
footer form .form-group input:-ms-input-placeholder,
footer form .form-group textarea:-ms-input-placeholder,
footer form .form-group .form-control[readonly]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
footer form .form-group input::-webkit-input-placeholder,
footer form .form-group textarea::-webkit-input-placeholder,
footer form .form-group .form-control[readonly]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
footer form .form-group input:focus,
footer form .form-group textarea:focus,
footer form .form-group .form-control[readonly]:focus {
  outline: none;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.42),inset 0 1px 0 rgba(0,0,0,.2), 0 1px 0 rgba(255,255,255,.04);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.42),inset 0 1px 0 rgba(0,0,0,.2), 0 1px 0 rgba(255,255,255,.04);
  background: rgba(0, 0, 0, 0.15);
}
footer form .form-group textarea {
  padding: 12px;
  font-size: 12px;
  font-family: 'helvetica', arial, sans-serif;
  font-size: 13px;
  min-height: 180px;
  width: 100% !important;
}
footer form .date-picker {
  width: 50%;
  display: inline-block;
  padding: 0 0 0 5px;
}
footer form .date-picker.date-picker-from {
  padding: 0 5px 0 0;
}
footer form .btn,
footer form .btn:active,
footer form .btn:focus {
  border-radius: 2px;
  border: none;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.03);
  background: #2e2e33;
  display: block;
  width: 100%;
  float: none;
  padding: 0 0 0 0;
  margin-top: 5px;
  height: 34px;
  line-height: 34px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
footer form .btn:hover,
footer form .btn:active:hover,
footer form .btn:focus:hover {
  background: #35353b;
  color: #fff;
}
footer form .wpcf7-response-output {
  border: none !important;
  font-size: 12px;
  line-height: 22px;
  padding: 0 !important;
  margin: 0 0 0 0 !important;
  text-align: center;
  color: #74b991;
position: absolute;
    width:100%;
    bottom:0;
}
footer form .wpcf7-response-output.wpcf7-validation-errors {
  color: #e591a2;
}
footer form .ajax-loader {
  display: none;
}
footer form .captcha.form-group {
  padding-left: 78px;
  position: relative;
}
footer form .captcha.form-group .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #e591a2;
  position:absolute;
  bottom:-96px;
    width:100%;
    white-space: nowrap;
    text-align: center;
}
footer form .captcha.form-group .image {
  position: absolute;
  left: 0;
  top: 0;
  height: 34px;
  background: #000;
  padding: 0 4px;
}
footer form .captcha.form-group .image img {
  vertical-align: middle;
  margin-top: 7px;
}
footer .footer-bar {
  background:#414B54;
  clear: both;
  padding: 0px 0;
  height: auto;
  margin-top: 0px;
  overflow: hidden;
}
footer .footer-bar .social-links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  //float:right;
}
footer .footer-bar .social-links li {
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
}
footer .footer-bar .social-links li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  //background-color:#7d7d7d;
  border-radius: 300px;
  opacity: 0.8;
  filter: alpha(opacity=40);
  -webkit-transition: opacity linear 200ms;
  transition: opacity linear 200ms;
}
footer .footer-bar .social-links li a:hover {
  opacity: 1;
  filter: alpha(opacity=80);
  -webkit-transition: opacity linear 200ms;
  transition: opacity linear 200ms;
  color:#FFF;
}
footer .footer-bar .social-links li.facebook a {
  background-image:url(../../../../../img/facebook.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  footer .footer-bar .social-links li.facebook a {
    background-size: 40px 40px;
    background-image: url('../../img/template/facebook-x2.png');
    background-position: center center;
  }
}
footer .footer-bar .social-links li.twitter a {
  background-image:url(../../../../../img/twitter.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  footer .footer-bar .social-links li.twitter a {
    background-size: 40px 40px;
    background-image: url('../../img/template/twitter-x2.png');
    background-position: center center;
  }
}
footer .footer-bar .social-links li.google a {
  background-image:url(../../../../../img/google.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  footer .footer-bar .social-links li.google a {
    background-size: 40px 40px;
    background-image: url('../../img/template/google-x2.png');
    background-position: center center;
  }
}
footer .footer-bar .social-links li.tripadvisor a {
  background-image: url('../../img/template/tripadvisor.png');
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  footer .footer-bar .social-links li.tripadvisor a {
    background-size: 40px 40px;
    background-image: url('../../img/template/tripadvisor-x2.png');
    background-position: center center;
  }
}
footer .footer-bar .misc-links {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-bar .misc-links li {
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
}
footer .footer-bar .misc-links li a {
  display: block;
  line-height: 40px;
  text-align: center;
}
footer .footer-bar .copyright {
  //display: inline-block;
  //padding: 0;
  //margin: 0 0 0 10px;
  font-size: 13px;
  line-height: 40px;
  vertical-align: top;
  color:#FFF;
  text-align:center;
}
footer .cdsROW.narrow.border {
  border: none;
  background: none;
}
@media (max-width: 767px) {
  footer {
    padding: 0;
  }
  footer .container {
	  padding-left:15px;
	  padding-right:15px;
  }
  footer .footer-bar {
    text-align: center;
    height: auto;
    margin: 0;
    padding: 20px 0 0 0;
  }
  footer .footer-bar .copyright {
    display: block;
    margin: 0;
  }
  footer .footer-bar .misc-links {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .image-grid div {
    margin: 10px 10px 0 0;
  }
  footer .image-grid div:nth-child(3n) {
    margin-right: 0;
  }
  footer .image-grid div img {
    width: 61px;
    height: 61px;
  }
}
header {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
}
header nav {
  min-height: 30px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  padding-top: 15px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.03);
  background-clip: padding-box;
}
header nav ul {
  padding: 0;
  margin: 0 0 -4px 0;
  list-style: none;
  font-size: 0;
}
header nav ul li {
  display: inline-block;
  margin: 0 0;
  font-size: 0;
}
header nav ul li a {
  display: block;
  text-transform: uppercase;
  color:#323232;
  font-size: 13px;
  padding: 0 5px 15px;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  margin: 0 15px;
}
header nav ul li a:hover {
  text-decoration: none;
  color: #c29d5a;
}
header nav ul li.dropdown .dropdown-menu {
  padding: 0;
  margin: 0 0 0 0;
  min-width: 200px;
  top: 100%;
  text-align: left;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.12), 0 3px 5px rgba(0,0,0,.12);
  box-shadow: 0 1px 1px rgba(0,0,0,.12), 0 3px 5px rgba(0,0,0,.12);
  border-radius: 0 0 3px 3px;
  border: none;
  border-top: 4px solid #d1d8db;
}
header nav ul li.dropdown .dropdown-menu li {
  display: block;
}
header nav ul li.dropdown .dropdown-menu li a {
  font-family: 'helvetica', arial, sans-serif;
  padding: 0 15px;
  margin: 0;
  color: #8b9098;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 44px;
  text-transform: none;
}
header nav ul li.dropdown .dropdown-menu li a:hover {
  background: #f6f6f6;
  color: #7d838c;
  border-top:1px solid #CCC;
  border-bottom:1px solid #CCC;
}
header nav ul li.dropdown .dropdown-menu li:last-child a {
  border-radius: 0 0 3px 3px;
}
header nav ul li.current_page_item a {
  color: #c29d5a;
  border-bottom: 4px solid #c29d5a;
}
header nav ul li.current_page_item .dropdown-menu {
  margin-top: -4px;
}
header nav ul li.current_page_item .dropdown-menu li a {
  border-bottom: none;
}
header nav ul li.current_page_parent a {
  color: #c29d5a;
  border-bottom: 4px solid #c29d5a;
}
header nav ul li.current_page_parent .dropdown-menu {
  margin-top: -4px;
}
header nav ul li.current_page_parent .dropdown-menu a {
  color: #c29d5a;
  border-bottom: none;
}
header nav ul li.current_page_parent .dropdown-menu .current_page_item a {
  color: #c29d5a;
  border-bottom: none;
}
header.fixed nav {
  top: 0;
  position: fixed;
  width: 100%;
  background: #fff;
  background-clip: padding-box;
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
}
.sb-toggle {
  float: left;
  width: 40px;
  margin: 20px 0 0 20px;
  display: none;
}
.sb-toggle span {
  display: block;
  background: #8c9199;
  height: 2px;
  margin-bottom: 6px;
  width: 100%;
  border-radius: 1px;
}
.sb-toggle span:last-child {
  margin-bottom: 0;
}
.sb-slidebar {
  width: 35%;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  z-index: 0;
  visibility: hidden;
  background-color: #1d2022;
}
.sb-slidebar ul {
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
}
.sb-slidebar ul li {
  width: 100%;
  border-top: 1px solid #000000;
  margin: 0;
}
.sb-slidebar ul li:last-child {
  border-bottom: 1px solid #000000;
}
.sb-slidebar ul li a {
  font-family: 'helvetica', arial, sans-serif;
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 0 15px 1px;
  font-size: 13px;
  line-height: 50px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, #1f2325 0%, #1d2022 100%);
  background-image: linear-gradient(to bottom, #1f2325 0%, #1d2022 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1f2325', endColorstr='#ff1d2022', GradientType=0);
}
.sb-slidebar ul li.current-menu-item a,
.sb-slidebar ul li.menu-item-578.current_page_parent a {
  border-left: 4px solid #c29d5a;
}
.sb-slidebar ul li.current-menu-item ul li a {
  border-left: none;
}
.sb-slidebar ul li ul {
  margin: 0 0 0 0;
  padding: 0;
}
.sb-slidebar ul li ul li a {
  background: #1d2022;
  padding: 0 15px 1px;
  font-weight: normal;
  font-size: 13px;
  line-height: 50px;
}
.sb-slidebar ul li ul li a:before {
  content: "- ";
}
.sb-slidebar ul li ul li:last-child {
  border-bottom: none;
}
.sb-slidebar ul li ul li:last-child a {
  padding-bottom: 0;
}
.sb-slidebar ul li ul li.current-menu-item a {
  border-left: 4px solid #c29d5a;
}
.sb-slidebar h2 {
  margin: 0;
  padding: 0 15px;
  background-image: -webkit-linear-gradient(top, #1f2325 0%, #16181a 100%);
  background-image: linear-gradient(to bottom, #1f2325 0%, #16181a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1f2325', endColorstr='#ff16181a', GradientType=0);
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 1px solid #0f1011;
  border-top: 1px solid #292e31;
}
html.sb-android .sb-slidebar {
  height: auto;
  position: absolute;
}
.sb-left {
  left: 0;
}
html.sb-active-left .sb-left {
  visibility: visible;
}
html.sb-anim-type-translate .sb-slide,
html.sb-anim-type-side .sb-slide {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  header nav {
    display: none;
  }
  .sb-toggle {
    margin: 16px 0 0 16px;
    display: block;
  }
  .sb-toggle span {
    margin-bottom: 5px;
  }
  .sb-toggle span:last-child {
    margin-bottom: 0;
  }
  .sb-slidebar {
    width: 50%;
    /* Slidebar width on extra small screens. */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header nav {
    display: none;
  }
  .sb-toggle {
    display: block;
  }
  .sb-slidebar {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
  header nav {
    display: none;
  }
  .sb-toggle {
    display: block;
  }
  .sb-slidebar {
    width: 35%;
    /* Slidebar width on medium screens. */
  }
}
@media (min-width: 1200px) {
  .sb-slidebar {
    width: 20%;
    /* Slidebar width on large screens. */
  }
}
.home-about {
  padding-top: 80px;
  margin-bottom: 40px;
}
.home-about .home-about-text {
  //border-right: 1px dashed #dbddde;
  //padding-right: 50px;
  //box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.26);
}
.home-about .home-about-text h2 {
  margin-bottom: 25px;
}
.home-about quote.quote {
  font-size: 18px;
  line-height: 34px;
  font-style: italic;
  text-align: left;
  font-family: "abril-text", georgia, serif;
  font-weight: 300;
  margin: 20px 0 20px 0;
  padding: 0 32px 0 50px;
  display: block;
  position: relative;
  color: #74787a;
}
.home-about quote.quote img {
  position: absolute;
  width: auto;
  height: auto;
}
.home-about quote.quote .quote-left {
  left: 0px;
  top: 0px;
}
.home-about quote.quote .quote-right {
  right: 0px;
  bottom: 0px;
}
.instagram {
  background: #dfe3e7;
}
.instagram .container {
  overflow: hidden;
}
.instagram .container .instagram-pics {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0px;
  text-align: center;
}
.instagram .container .instagram-pics li {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 10%;
  height: auto;
  overflow: hidden;
}
.instagram .container .instagram-pics li img {
  width: 100%;
  border-radius: 1px;
}
.instagram .container h3,
.instagram .container p {
  display: none;
}
.instagram .container img {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity linear 300ms;
  transition: opacity linear 300ms;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.instagram .container:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: opacity linear 300ms;
  transition: opacity linear 300ms;
}
.instagram .container:hover img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity linear 300ms;
  transition: opacity linear 300ms;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
.home-sections {
  margin-top: -5px;
  position: relative;
  z-index: 999;
  -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.12);
  background: #fff;
  padding-bottom: 40px;
  padding-top: 40px;
}
.home-sections:before,
.home-sections:after {
  content: " ";
  display: table;
}
.home-sections:after {
  clear: both;
}
.home-sections .title {
  text-align: center;
  margin-bottom: 40px;
}
.home-sections .title h2 {
  margin-bottom: 5px;
}
.home-sections .title h3 {
  //font-family: "futura-pt";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a4adb3;
  margin: 0;
}
.home-sections .inner {
  padding: 0;
  border-radius: 3px;
}
.home-sections h3 {
  margin: 18px 0 10px 0;
  font-size: 18px;
  text-align:center;
}
.home-sections p {
  line-height: 28px;
  font-size: 13px;
  text-align:justify;
}
.home-sections img {
  border-radius: 2px;
  width: 100%;
}
.trip-advisor img {
  width: auto;
  height: auto;
}
.trip-advisor ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.trip-advisor #CDSWIDSSP {
  width: auto !important;
  border-radius: 1px;
  padding: 0;
  margin-top: 65px;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPBranding {
  text-align: center;
  border-bottom: none;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPBranding a:link {
  text-decoration: none;
  font-style: normal;
  text-align: center;
  font-size: 11px;
  font-family: arial, sans-serif;
  margin-top: 5px;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPBranding dd {
  display: none;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPBranding dt {
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPBranding dt img {
  display: inline-block;
  float: none;
  margin-right: -2px;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPSummary {
  display: none;
  text-align: center;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPSummary .widSSPH18 {
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  color: #c9a35e;
  font-family: "abril-text", georgia, serif;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPTrvlRtng {
  text-align: center;
  margin-top: 6px;
  border: none;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPH11 {
  font-size: 11px;
  color: #444;
  font-weight: 400;
  margin: 10px 0 0 0;
  padding: 0;
  color: #777;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall {
  text-align: center;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall img {
  margin: 15px 0 0;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall div {
  text-decoration: none;
  font-style: normal;
  text-align: center;
  font-size: 11px;
  font-family: arial, sans-serif;
  margin-top: 5px;
  display: none;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPInformation {
  border: none;
  padding: 5px 0 0 0;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPInformation .widSSPPopIdx {
  text-align: center;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPInformation .widSSPPopIdx.widSSPSingle {
  margin: 0;
  width: 100%;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPInformation .widSSPPopIdx.widSSPSingle span,
.trip-advisor #CDSWIDSSP .widSSPData .widSSPInformation .widSSPPopIdx.widSSPSingle i {
  line-height: 30px;
  color: #558d3f;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPInformation .widSSPPopIdx .widSSPDig1 {
  display: inline-block;
  float: none;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPInformation .widSSPPopIdx b {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: normal;
  color: #777;
  display: none;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPInformation .widSSPPopIdx var {
  margin-right: 0px;
  font-weight: bold;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPInformation .widSSPPopIdx var b {
  font-weight: bold;
  display: inline-block;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPInformation .widSSPPopIdx var sup {
  top: 0;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPInformation .widSSPPopIdx span {
  text-decoration: none;
  font-style: normal;
  text-align: center;
  font-size: 11px;
  font-family: arial, sans-serif;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPAll {
  text-align: center;
  width: 100% !important;
  margin: 0 !important;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPAll ul {
  margin: 5px 8px 0 8px;
  padding: 0;
  text-align: center;
  float: none;
  display: inline-block;
  border: none;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPAll ul.widSSPWriteReview {
  display: none;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPAll ul li {
  float: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPAll ul li a {
  display: inline-block;
  text-decoration: none;
  color: #fff !important;
  text-shadow: none;
  -webkit-box-shadow: inset 0 -1px 0 #b28a42;
  box-shadow: inset 0 -1px 0 #b28a42;
  background: #c29d5a;
  border-radius: 3px;
  border: none;
  font-size: 12px;
  padding: 0 10px;
  line-height: 34px;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPAll ul li a:hover {
  background: #c8a669;
}
.trip-advisor #CDSWIDSSP .widSSPData .widSSPLegal {
  display: none;
}
.trip-advisor #CDSWIDSSP img {
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .home-about {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .home-about .home-about-text {
    border-right: none;
    padding-right: 15px;
  }
  .home-about .home-about-text h2 {
    margin-bottom: 10px;
  }
  .home-about .home-about-text quote.quote {
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    line-height: 24px;
  }
  .home-about #CDSWIDSSP {
    margin-top: 30px;
  }
  .instagram {
    display: none;
  }
  .home-sections {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f9f9f9;
  }
  .home-sections .inner {
    margin-top: 20px;
  }
  .home-sections .title {
    margin-bottom: 0;
  }
  .home-sections h3 {
    margin: 15px 0 8px 0;
    font-size: 17px;
  }
  .home-sections p {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-about-text p {
    font-size: 15px;
    line-height: 28px;
  }
  .home-about-text quote.quote {
    max-width: 100%;
    margin: 20px 0;
  }
  .home-sections {
    white-space: nowrap;
    font-size: 0px;
  }
  .home-sections .inner {
    white-space: normal;
    overflow: hidden;
  }
  .home-sections .inner p {
    width: 90%;
  }
  .home-sections .inner h3 {
    margin-bottom: 0px;
  }
}
#hero {
  //background: #1b1b1e;
  overflow: hidden;
  position: relative;
}
#hero .slides {
  overflow: hidden;
}
#hero .slides .slide {
  height: auto;
  float: left;
  position: relative;
  padding-bottom: 140px;
}
#hero .slides .slide .container {
  position: relative;
  height: 100%;
  min-height: 100%;
}
#hero .slides .slide img.main {
  width: 100%;
  visibility: hidden;
}
#hero .slides .slide .slide-inner {
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  position: relative;
}
#hero .slides .slide .slide-inner img {
  width: 100%;
}
#hero .slides .slide .slide-inner .overlay {
  background: #1b1b1e;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#hero .slides .slide .image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 998;
}
#hero .slides .slide .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#hero .slides .slide .overlay img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  display: none;
}
#hero .slides .slide .overlay img.active {
  display: block;
}
#hero .slides .slide .overlay .container {
  position: relative;
  height: 100%;
}
#hero .slides .slide .slide-thumbs {
  padding: 0 0 0 40px;
  list-style: none;
  font-size: 0px;
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  text-align: right;
  margin: 0;
}
#hero .slides .slide .slide-thumbs li {
  margin: 0 0 0 10px;
  padding: 0;
  display: inline-block;
  position: relative;
}
#hero .slides .slide .slide-thumbs li img {
  position: static;
  width: auto;
  width: 80px;
  height: 80px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
#hero .slides .slide .slide-thumbs li.active img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
#hero .slides .slide .slide-copy {
  cursor: default;
  width: 100%;
  padding: 30px 0;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1f1f23 ;
}
#hero .slides .slide .slide-copy .copy-inner {
  display: table;
  vertical-align: middle;
  height: 100%;
}
#hero .slides .slide .slide-copy h1 {
  display: table-cell;
  width: 10%;
  white-space: nowrap;
  font-family: "abril-text", georgia, serif;
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
  color: #fff;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
#hero .slides .slide .slide-copy h1 a {
  color: #fff;
  text-decoration: none;
}
#hero .slides .slide .slide-copy h1 a:hover {
  color: #c9a35e;
}
#hero .slides .slide .slide-copy span {
  display: table-cell;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  width: 0px;
  display: inline-block;
  height: 100%;
  margin: 0 40px 0 40px;
}
#hero .slides .slide .slide-copy p {
  margin: 0;
  padding: 0;
  display: table-cell;
  width: 90%;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  vertical-align: middle;
}
#hero .hero-pagination {
  background: ;
  border-top: 1px solid #000;
  text-align: center;
  padding: 0;
  position: relative;
}
#hero .hero-pagination ul {
  padding: 0;
  margin: 0;
  font-size: 0px;
  vertical-align: middle;
}
#hero .hero-pagination ul li {
  display: inline-block;
  margin: 20px 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #fff;
  border: 2px solid rgba(255, 255, 255, 0.6);
  line-height: 60px;
  vertical-align: middle;
  cursor: pointer;
}
#hero .hero-pagination ul li:hover {
  border-color: #fff;
  -webkit-transition: border-color linear 100ms;
  transition: border-color linear 100ms;
}
#hero .hero-pagination ul li.selected {
  -webkit-transition: border-color linear 300ms;
  transition: border-color linear 300ms;
  border: 4px solid #fff;
  background: #fff;
}
#hero .controls {
  display: none;
  position: absolute;
  right: 34px;
  top: 50%;
  list-style: none;
  padding: 0;
  margin: -20px 0 0 0;
}
#hero .controls a {
  display: inline-block;
  width: 42px;
  height: 40px;
  background: #000;
  margin-left: 2px;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center center;
}
#hero .controls a.control-next {
  background-image: url('../../../../../img/template/gallery-next.html');
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #hero .controls a.control-next {
    background-size: 12px 17px;
    background-image: url('../../../../../img/template/gallery-next-x2.html');
    background-position: center center;
  }
}
#hero .controls a.control-prev {
  background-image: url('../../../../../img/template/gallery-prev.html');
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #hero .controls a.control-prev {
    background-size: 12px 17px;
    background-image: url('../../../../../img/template/gallery-prev-x2.html');
    background-position: center center;
  }
}
@media (max-width: 767px) {
  #hero .slides .slide {
    padding-bottom: 0;
  }
  #hero .slides .slide .slide-copy {
    display: none;
  }
  #hero .hero-pagination ul li {
    margin: 10px 3px;
    width: 9px;
    height: 9px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #hero .slides .slide {
    padding-bottom: 0;
  }
  #hero .slides .slide .slide-copy {
    display: none;
  }
}
.gallery-widget {
  background: #1f1f22;
  background-image: -webkit-linear-gradient(top, #1f1f22 0%, #242427 100%);
  background-image: linear-gradient(to bottom, #1f1f22 0%, #242427 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1f1f22', endColorstr='#ff242427', GradientType=0);
  overflow: hidden;
}
.gallery-widget .slides {
  max-height: 600px;
  overflow: hidden;
}
.gallery-widget .slides .slide {
  height: auto;
  float: left;
  background: #1f1f22;
  position: relative;
}
.gallery-widget .slides .slide img {
  width: 100%;
}
.gallery-widget .slides .slide .caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: "georgia";
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  font-style: italic;
}
.gallery-widget .gallery-widget-thumbs {
  text-align: center;
  padding: 25px 10px 25px;
  position: relative;
}
.gallery-widget .gallery-widget-thumbs ul {
  padding: 0;
  margin: 0;
  font-size: 0px;
}
.gallery-widget .gallery-widget-thumbs ul li {
  display: inline-block;
  margin: 0 5px;
  border-radius: 1px;
  position: relative;
}
.gallery-widget .gallery-widget-thumbs ul li img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  width: 80px;
  height: 80px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
.gallery-widget .gallery-widget-thumbs ul li.selected img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
.gallery-widget .gallery-widget-thumbs .controls {
  position: absolute;
  right: 0;
  top: 50%;
  list-style: none;
  padding: 0;
  margin: -20px 0 0 0;
}
.gallery-widget .gallery-widget-thumbs .controls a {
  display: inline-block;
  width: 42px;
  height: 40px;
  background: #000;
  margin-left: 2px;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center center;
}
.gallery-widget .gallery-widget-thumbs .controls a.control-next {
  background-image: url('../../img/template/gallery-next.png');
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .gallery-widget .gallery-widget-thumbs .controls a.control-next {
    background-size: 12px 17px;
    background-image: url('../../img/template/gallery-next-x2.png');
    background-position: center center;
  }
}
.gallery-widget .gallery-widget-thumbs .controls a.control-prev {
  background-image: url('../../img/template/gallery-prev.png');
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .gallery-widget .gallery-widget-thumbs .controls a.control-prev {
    background-size: 12px 17px;
    background-image: url('../../img/template/gallery-prev-x2.png');
    background-position: center center;
  }
}
@media (max-width: 767px) {
  .gallery-widget {
    padding-bottom: 15px;
  }
  .gallery-widget .gallery-widget-thumbs {
    display: none;
  }
  .gallery-widget .gallery-widget-thumbs .controls {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-widget .gallery-widget-thumbs ul li img {
    width: 60px;
    height: 60px;
  }
  .gallery-widget .gallery-widget-thumbs .controls {
    display: none;
  }
}
.page-introduction {
  text-align: center;
}
.page-introduction h2 {
  padding: 0;
  margin: 0 0 20px 0;
  color: #c9a35e;
  line-height: 40px;
  font-size: 36px;
  text-rendering: optimizeLegibility;
}
.page-introduction p {
  color: #848c92;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-style: normal;
  max-width: 80%;
  padding: 0;
  margin: 0 auto;
}
.page-template-page-templatespage-2-columns-php .page-introduction {
  border-bottom: 2px solid #ebeced;
}
.page-title {
  padding: 20px 0 20px;
  background:#414B54;
  /*background:linear-gradient(#583566, #adadad);
background: -webkit-linear-gradient(#583566, #adadad);
background: -o-linear-gradient(#583566, #adadad);
background: -moz-linear-gradient(#583566, #adadad);
background: linear-gradient(#583566, #adadad);*/
}
.page-title h1,
.page-title h2 {
  padding: 0;
  margin: 0;
  color: #fff;
  //font-family: "athelas";
  font-weight: 300;
  display: inline-block;
  line-height: 40px;
}
.page-title h1 {
  font-size: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  padding-right: 15px;
  margin-right: 15px;
  text-rendering: optimizeLegibility;
}
.page-title h2 {
  font-size: 15px;
  font-style: italic;
  margin-top: -8px;
  vertical-align: middle;
  position: relative;
}
@media (max-width: 767px) {
  .page-title {
    text-align: center;
    padding: 20px 0;
  }
  .page-title h1 {
    text-align: center;
    font-size: 24px;
    border-right: none;
    padding: 0;
    margin: 0;
  }
  .page-title h2 {
    display: none;
  }
  .page-introduction h2 {
    padding: 0;
    margin: 0 0 10px 0;
    color: #c9a35e;
    line-height: 26px;
    font-size: 20px;
    text-rendering: optimizeLegibility;
  }
  .page-introduction p {
    font-size: 13px;
    line-height: 20px;
    max-width: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-introduction p {
    max-width: 100%;
    margin: 0;
  }
}
h2 {
  padding: 0;
  margin: 0 0 15px 0;
  color: #c9a35e;
  //font-family: "abril-text", georgia, serif;
  font-weight: 300;
  line-height: 34px;
  font-size: 34px;
  text-rendering: optimizeLegibility;
  text-indent: 15px;
}
h3 {
  padding: 0;
  margin: 0 0 8px 0;
  color: #c9a35e;
  //font-family: "abril-text", georgia, serif;
  font-weight: 300;
  line-height: 30px;
  font-size: 22px;
  text-rendering: optimizeLegibility;
}
p {
  font-family: 'helvetica', arial, sans-serif;
  color: #74787a;
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  font-style:normal;
  padding: 0;
  margin: 0 0 15px 0;
  text-align:justify;
  //word-break: break-all;
  visibility: visible;
animation-delay: 0.4s;
animation-name: fadeInUpBig;
animation-duration: 1s;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
a {
  color: #c9a35e;
}
a:hover {
  text-decoration: none;
  color: #444;
}
.inline-link {
  display: inline-block;
  font-size: 13px;
  line-height: 28px;
  font-weight: 400;
  color: #c9a35e;
  margin-right: 10px;
}
.link {
  display: inline-block;
  font-size: 13px;
  line-height: 28px;
  font-weight: 400;
  color: #c9a35e;
  margin: 0 10px 8px 0;
}
.link-icon {
  padding: 0;
  margin: 0;
}
.link-icon a {
  background: url(../../img/template/link-icon.png) no-repeat left center;
  padding-left: 35px;
  padding-top: 3px;
}
ul {
  margin-left: 18px;
  padding-left: 0;
}
ul li {
  //font-family: "futura-pt";
  color: #74787a;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  font-style: normal;
  padding: 0;
  margin: 0 0 5px 0;
}
address p {
  margin-top: -10px;
  font-size: 13px;
  color: #74787a;
}
@media (max-width: 767px) {
  h2 {
    margin: 0 0 10px 0;
    line-height: 26px;
    font-size: 20px;
  }
  h3 {
    margin: 10px 0 5px 0;
    line-height: 24px;
    font-size: 17px;
  }
  p {
    font-size: 15px;
    //line-height: 20px;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    margin: 0 0 10px 0;
    line-height: 30px;
    font-size: 30px;
  }
  h3 {
    margin: 0 0 5px 0;
    line-height: 30px;
    font-size: 22px;
  }
  p {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 20px 0;
  }
}
.btn-primary {
  color: #fff !important;
  text-shadow: none;
  -webkit-box-shadow: inset 0 -1px 0 #b28a42;
  box-shadow: inset 0 -1px 0 #b28a42;
  background: #c29d5a;
  border-radius: 2px;
  border: none;
}
.btn-primary:hover {
  background: #c8a669;
}
.btn-small {
  font-size: 12px;
  padding: 0 10px;
  line-height: 38px;
}
table {
  width:auto;
}
table thead tr th {
  border-bottom: 2px solid #f6f6f6;
  padding: 0 0;
  font-size: 13px;
  color: #74787a;
  line-height: 40px;
  font-weight: 600;
}
table tbody tr td {
  color: #74787a;
  padding: 0 0;
  font-size: 13px;
  line-height: 36px;
}
@media (max-width: 767px) {
  table {
    width: 100%;
  }
  table thead tr th {
    padding: 8px 10px 8px 0;
    font-size: 11px;
    line-height: 18px;
  }
  table tbody tr td {
    padding: 8px 10px 8px 0;
    font-size: 11px;
    line-height: 15px;
    vertical-align: top;
  }
}
form {
  padding: 0;
}
form .form-group {
  margin-bottom: 8px;
}
form .form-group input {
  border-radius: 1px;
  border: 1px solid rgba(204, 204, 204, 0.58);
  //border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'helvetica', arial, sans-serif;
  font-size: 12px;
}
form .form-group textarea {
  padding: 12px;
  border-radius: 1px;
  font-size: 12px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'helvetica', arial, sans-serif;
  font-size: 13px;
  border: 1px solid rgba(204, 204, 204, 0.58);
  width:100%;
}
form button.btn {
  border-radius: 1px;
  border: none;
  background-image: -webkit-linear-gradient(top, #d0a964 0%, #c39e5b 100%);
  background-image: linear-gradient(to bottom, #d0a964 0%, #c39e5b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd0a964', endColorstr='#ffc39e5b', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 #ac853f;
  box-shadow: inset 0 -1px 0 #ac853f;
  display: block;
  //width: 100%;
  float: none;
  padding: 10px;
  //height: 34px;
  //line-height: 34px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
}
address h4 {
  color: #74787a;
  font-size: 13px;
  font-weight: bold;
  line-height: 17px;
  margin: 0 0 8px 0;
  padding: 0;
}
address p {
  margin: 0;
  font-size: 12px;
  line-height: 24px;
  color: #74787a;
}
@media (max-width: 767px) {
  .map {
    float: none;
  }
  .map iframe {
    max-height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .map {
    width: 100%;
  }
}
#gallery #sb-site {
  background: #fff;
}
.gallery-container {
  text-align: center;
  padding: 60px 0 60px 20px;
  background: #fff;
}
.gallery-container .galleria-thumbnails .galleria-image {
  background-color: transparent;
  width: 267px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-container {
    padding: 40px 0 0 20px;
  }
  .gallery-container .galleria-thumbnails .galleria-image {
    width: 160px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-container {
    padding: 40px 0 0 20px;
  }
  .gallery-container .galleria-thumbnails .galleria-image {
    width: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
  .gallery-container {
    padding: 45px 0 0 20px;
  }
  .gallery-container .galleria-thumbnails .galleria-image {
    width: 217px;
  }
}
.single-post .page-title,
.blog .page-title,
.category .page-title {
  padding: 60px 0 50px;
}
.single-post .page-title .meta,
.blog .page-title .meta,
.category .page-title .meta {
  float: right;
  color: #c9a35e;
  font-size: 12px;
  line-height: 40px;
}
.single-post .page-title .meta .author,
.blog .page-title .meta .author,
.category .page-title .meta .author {
  margin-left: 10px;
}
.single-post .page-title h2 a,
.blog .page-title h2 a,
.category .page-title h2 a {
  color: #fff;
}
.single-post .post-introduction,
.blog .post-introduction,
.category .post-introduction {
  margin-bottom: 40px;
}
.single-post .post-introduction h2,
.blog .post-introduction h2,
.category .post-introduction h2 {
  padding: 0;
  margin: 20px 0 0;
  color: #c9a35e;
  line-height: 40px;
  font-size: 36px;
  text-rendering: optimizeLegibility;
}
.single-post .post-introduction p,
.blog .post-introduction p,
.category .post-introduction p {
  color: #848c92;
  font-size: 15px;
  font-weight: 500;
  line-height: 34px;
  font-style: normal;
  max-width: 80%;
  padding: 0;
  margin: 20px auto 0;
}
.single-post .post-introduction p.date,
.blog .post-introduction p.date,
.category .post-introduction p.date {
  color: #9ba0a3;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
  text-align: center;
  max-width: 100%;
}
.single-post .post-introduction .content,
.blog .post-introduction .content,
.category .post-introduction .content {
  padding-bottom: 0px;
}
.single-post .post-content,
.blog .post-content,
.category .post-content {
  padding-bottom: 80px;
  overflow: hidden;
}
.single-post .post-content h2,
.blog .post-content h2,
.category .post-content h2 {
  padding: 0;
  margin: 0 0 15px 0;
  color: #c9a35e;
  font-family: "abril-text", georgia, serif;
  font-weight: 300;
  line-height: 34px;
  font-size: 34px;
  text-rendering: optimizeLegibility;
}
.single-post .post-content h3,
.blog .post-content h3,
.category .post-content h3 {
  padding: 0;
  margin: 0 0 8px 0;
  color: #c9a35e;
  font-family: "abril-text", georgia, serif;
  font-weight: 300;
  line-height: 30px;
  font-size: 22px;
  text-rendering: optimizeLegibility;
}
.single-post .post-content p,
.blog .post-content p,
.category .post-content p {
  font-family: 'helvetica', arial, sans-serif;
  color: #74787a;
  font-weight: 300;
  font-style: normal;
  padding: 0;
  margin: 0 0 15px 0;
}
.single-post .post-content a,
.blog .post-content a,
.category .post-content a {
  color: #c9a35e;
}
.single-post .post-content a:hover,
.blog .post-content a:hover,
.category .post-content a:hover {
  text-decoration: none;
  color: #444;
}
.single-post .post-content img,
.blog .post-content img,
.category .post-content img {
  width: auto;
  height: auto;
}
.single-post .post-content img.aligncenter,
.blog .post-content img.aligncenter,
.category .post-content img.aligncenter {
  margin: 25px auto;
  display: block;
}
.single-post .post-content img.alignleft,
.blog .post-content img.alignleft,
.category .post-content img.alignleft {
  float: left;
  margin: 25px 25px 25px 0;
}
.single-post .post-content img.alignright,
.blog .post-content img.alignright,
.category .post-content img.alignright {
  float: right;
  margin: 25px 0 25px 25px;
}
.blog .page-container,
.category .page-container {
  padding: 40px 0 80px;
}
.blog .blog-index-item,
.category .blog-index-item {
  margin-bottom: 0;
  padding-bottom: 40px;
  border-bottom: 1px dotted #e3e4e5;
  text-align: center;
}
.blog .blog-index-item .btn,
.category .blog-index-item .btn {
  margin-top: 20px;
}
.blog .blog-index-item .date,
.category .blog-index-item .date {
  color: #9ba0a3;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1px;
}
.blog .blog-index-item:last-child,
.category .blog-index-item:last-child {
  border: none;
}
.blog .blog-index-item h2,
.category .blog-index-item h2 {
  padding: 0;
  margin: 0 0 8px 0;
  color: #c9a35e;
  font-family: "abril-text", georgia, serif;
  font-weight: 300;
  line-height: 26px;
  font-size: 26px;
  text-rendering: optimizeLegibility;
}
.blog .blog-index-item p,
.category .blog-index-item p {
  font-size: 13px;
  max-width: 800px;
  margin: 0 auto;
}
.blog .blog-index-item .content,
.category .blog-index-item .content {
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .single-post .page-container,
  .blog .page-container,
  .category .page-container {
    padding: 15px 0 30px;
  }
  .single-post .page-title,
  .blog .page-title,
  .category .page-title {
    padding: 20px 0 20px;
  }
  .single-post .blog-index-item h2,
  .blog .blog-index-item h2,
  .category .blog-index-item h2 {
    padding: 0;
    margin: 0 0 10px 0;
    color: #c9a35e;
    line-height: 26px;
    font-size: 20px;
  }
  .single-post .post-introduction h2,
  .blog .post-introduction h2,
  .category .post-introduction h2,
  .single-post .blog .post-introduction h2,
  .blog .blog .post-introduction h2,
  .category .blog .post-introduction h2,
  .single-post .category .post-introduction h2,
  .blog .category .post-introduction h2,
  .category .category .post-introduction h2 {
    text-align: center;
    margin: 0 0 0;
    line-height: 27px;
    font-size: 20px;
    text-rendering: optimizeLegibility;
  }
  .single-post .post-introduction p,
  .blog .post-introduction p,
  .category .post-introduction p,
  .single-post .blog .post-introduction p,
  .blog .blog .post-introduction p,
  .category .blog .post-introduction p,
  .single-post .category .post-introduction p,
  .blog .category .post-introduction p,
  .category .category .post-introduction p {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    max-width: 100%;
    padding: 0;
    margin: 15px 0 0 0;
    text-align: center;
  }
}
.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.Zebra_DatePicker {
  position: absolute;
  background: #151518 ;
  background-clip: padding-box;
  border: 3px solid #000;
  display: none;
  z-index: 100;
  padding: 5px;
  top: 100%;
  left: 0;
  min-height: 256px;
}
.Zebra_DatePicker * {
  margin: 0;
  padding: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
  border: none;
}
.Zebra_DatePicker table {
  border-collapse: collapse;
  border-spacing: 0;
}
.Zebra_DatePicker td {
  cursor: pointer;
}
.Zebra_DatePicker .dp_header td {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}
.Zebra_DatePicker .dp_header .dp_caption {
  font-weight: bold;
}
.Zebra_DatePicker .dp_header .dp_hover {
  background: rgba(244, 255, 255, 0.12);
  color: #fff;
}
.Zebra_DatePicker .dp_header .dp_blocked {
  color: rgba(255, 255, 255, 0.4);
  cursor: default;
}
.Zebra_DatePicker .dp_daypicker th {
  font-weight: bold;
}
.Zebra_DatePicker td.dp_not_in_month {
  color: rgba(255, 255, 255, 0.3);
  cursor: default;
}
.Zebra_DatePicker td.dp_weekend_disabled {
  color: rgba(255, 255, 255, 0.3);
  cursor: default;
}
.Zebra_DatePicker td.dp_selected,
.Zebra_DatePicker td.dp_selected:hover {
  background: #c9a35e;
  color: #fff !important;
  border-radius: 2px;
}
.Zebra_DatePicker td.dp_week_number {
  cursor: text;
  font-weight: bold;
}
.Zebra_DatePicker .dp_monthpicker td {
  width: 33%;
}
.Zebra_DatePicker .dp_yearpicker td {
  width: 33%;
}
.Zebra_DatePicker .dp_footer {
  margin-top: 3px;
}
.Zebra_DatePicker td.dp_current {
  color: #c9a35e;
}
.Zebra_DatePicker td.dp_disabled_current {
  color: #3A87AD;
}
.Zebra_DatePicker td.dp_disabled {
  color: rgba(255, 255, 255, 0.3);
  cursor: default;
}
.Zebra_DatePicker td.dp_hover {
  background: rgba(244, 255, 255, 0.12);
  color: #fff;
}
.Zebra_DatePicker td,
.Zebra_DatePicker th {
  text-align: center;
  padding: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 26px;
}
.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker {
  margin-top: 3px;
}
.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td {
  width: 34px;
}
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker td.dp_selected,
.Zebra_DatePicker .dp_footer .dp_hover,
.Zebra_DatePicker td.dp_hover {
  border-radius: 2px;
}
.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next {
  width: 30px;
}
button.Zebra_DatePicker_Icon {
  display: block;
  position: absolute;
  width: 18px;
  height: 14px;
  background: url('../../img/template/cal-icon.png') no-repeat left top;
  text-indent: -9000px;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  vertical-align: top  margin: 0 0 0 3px;
  outline: none;
  opacity: .8;
}
button.Zebra_DatePicker_Icon_Disabled {
  opacity: .5;
}
button.Zebra_DatePicker_Icon_Inside {
  margin: 0 3px 0 0;
}
