@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff;
	font-family: "Lato", Helvetica, Arial;
	color: #727272;
	font-weight: 300;

}
/*******************************************************************************
* global overrides
*******************************************************************************/
footer.footer address {
	margin-bottom: 0; /* set to 0 as this bottom address element causes white gap at bottom of page */
}
.no-padding {
  padding: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
:focus {
  outline: none;
}
/*******************************************************************************

*******************************************************************************/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}
p {
  line-height: 1.75;
}
a {
	color: #c5a35b;
	font-weight: 400;
	outline: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
a:hover {
	color: #c5a35b;
	text-decoration: none
}
a:active, a:focus, a:hover {
	outline: 0
}
.colour-white {
  color: white !important;
}
.highlight {
  color: #c5a35b;
}
.vertical-align {
  margin: 100px 0;
}
.vertical-align.no-bottom {
  margin-bottom: 0;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn.btn-empty {
  background: none !important;
  border: 2px solid #c5a35b;
  color: #88b7b3 !important;
}
.btn.btn-empty:hover {
  background-color: rgba(0, 0, 0, 0.03) !important;
  border-color: 2px solid #528783;
  color: #528783;
}
.btn-default {
  background: #eaeaea;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #cbcbcb;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #cbcbcb;
  border-color: #c6c6c6;
}
.btn-primary {
  background: #2c2c2c;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #0d0d0d;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #0d0d0d;
  border-color: #080808;
}
.btn-success {
  background: #88b54e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #688b3a;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #688b3a;
  border-color: #638437;
}
.btn-warning {
  background: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-danger {
  background: #e96b56;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #e23c20;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #e23c20;
  border-color: #db381d;
}
.btn-info {
  background: #3ea5be;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2f7d90;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2f7d90;
  border-color: #2c7688;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.img-halfsize {
  width: 50%;
}
.img-75 {
  width: 75%;
}
.img-overlap {
  margin-bottom: -200px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #1f1f1f;
}
.preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #2c2c2c;
  /* background-color is important, or it will be see-through, and we don't want that! */
  text-align: center;
  z-index: 9999999;
}
.preloader .spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #c5a35b;
  border-radius: 100%;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}


@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.navbar {
  background: none;
  border: none;

}
.navbar .navbar-nav .current > a {
  color: #c5a35b;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  background-color: transparent;
}


.navbar .nav > li ul li a {
  font-size: 0.9em;
}
.navbar .nav > li ul .dropdown-header {
  color: #c5a35b;
}
.navbar-brand,
.navbar-nav > li > a {
  color: white;
  font-weight: 400;
}

.navbar-inverse {
  background-color: #222222;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: white;
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.dropdown-header {
  text-transform: uppercase;
}
.social-header {
  position: fixed;
  top: 0px;
  background-color: #fff;
  width: 100%;
  z-index: 200;

  }
.social-header li {font-size: 22px;}
.cbp-af-header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 200;
 /* height: 85px; */
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  background: rgba(0,0,0, 0.8);
}

.cbp-af-header .cbp-af-inner {
  margin: 0 auto;
  padding: 0;
}
.cbp-af-header h1,
.cbp-af-header nav {
  display: inline-block;
  position: relative;
}
/* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header h1,
.cbp-af-header .nav a {
  line-height: 70px;
}
.cbp-af-header h1 {
  text-transform: uppercase;
  color: white;
  letter-spacing: 4px;
  font-size: 2em;
  margin: 0.9em 0;
  float: left;
}
.cbp-af-header h1 a {
  color: inherit;
  font-size: inherit;
}
.cbp-af-header .nav {
  float: right;
}
.cbp-af-header .nav li.open > a {
  background: none;
  color: #c5a35b;
}
.cbp-af-header .nav li ul a {
  line-height: 32px;
  margin-left: 0;
}
.cbp-af-header .nav a {
  color: white;
  margin: 0 0 0 20px;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .1em;
}
.cbp-af-header .nav a.btn {
  line-height: 1.7;
  margin: 2em 1em;
  background: #c5a35b;
  padding: 0.75em 1.2em;
}
.cbp-af-header .nav a.btn:hover {
  background: #528783;
  color: white;
}
.cbp-af-header .nav a.login:before {
  content: '';
  position: absolute;
  left: -9px;
  top: 39%;
  height: 20px;
  width: 1px;
  background: #5f5f5f;
}
.cbp-af-header .nav a:hover {
  color: #c5a35b;
  background: none;
}
/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header .nav a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink {
  height: 70px;
  background-color: rgba(0, 0, 0, 0.8);
}
.cbp-af-header.cbp-af-header-shrink .dropdown-menu {
  position: absolute;
  top: 100%;
}
.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink .nav a {
  line-height: 40px;
}
.cbp-af-header.cbp-af-header-shrink .nav a.btn {
  line-height: 1.7;
  margin-top: 0.9em;
}
.cbp-af-header.cbp-af-header-shrink .nav a.login:before {
  top: 34%;
  height: 20px;
}
.cbp-af-header.cbp-af-header-shrink h1 {
  font-size: 1.2em;
  margin: 0.6em 0;
}
/* Example Media Queries */
@media screen and (max-width: 55em) {
  .cbp-af-header .cbp-af-inner {
    width: 100%;
  }
  .cbp-af-header h1,
  .cbp-af-header .nav {
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none;
  }
  .cbp-af-header h1,
  .cbp-af-header .nav a {
    line-height: 115px;
  }
  .cbp-af-header .nav a {
    margin: 0 10px;
  }
  .cbp-af-header.cbp-af-header-shrink h1,
  .cbp-af-header.cbp-af-header-shrink .nav a {
    line-height: 45px;
  }
  .cbp-af-header.cbp-af-header-shrink h1 {
    font-size: 2em;
  }
  .cbp-af-header.cbp-af-header-shrink .nav a {
    font-size: 1em;
  }
}
@media screen and (max-width: 32.25em) {
  .cbp-af-header .nav a {
    font-size: 1em;
  }
}
@media screen and (max-width: 24em) {
  .cbp-af-header .nav a,
  .cbp-af-header.cbp-af-header-shrink .nav a {
    line-height: 1;
  }
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/*
*   Owl Carousel Owl Demo Theme
* v1.3.2
*/
.owl-theme-main .owl-wrapper-outer {
  padding-top: 4em;
}
.owl-theme-main .owl-controls .owl-page.active span,
.owl-theme-main .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  opacity: 1;

}
.owl-theme-main .owl-controls {
  margin-top: 10px;
  text-align: center;
  display: none !important;
}
.owl-theme-main .owl-controls .owl-buttons div {
  color: #ffffff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #dadada;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.owl-theme-main .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme-main .owl-controls .owl-page span {
  display: block;
  width: 47px;
  height: 15px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #cfcfcf;
}
.owl-theme-main .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #ffffff;
  padding: 2px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme-main .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
}
.owl-theme-main .owl-item .item {
  padding: 2em;
  margin: 10px;
  background: white;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #FFF;
  text-align: center;
}
.owl-theme-main .owl-item .item img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  margin-top: -85px;
}
.owl-theme-main .owl-item .item h1 {
  margin: inherit;
}
.owl-theme-main .owl-item .item h3 {
  font-size: 1.7em;
  margin: 1em 0;
  color: #333333;
  text-transform: none;
}
.owl-theme-main .owl-item .item h4 {
  margin: 1em 0;
  font-size: 1.0em;
  font-weight: 300;
  color: #999;
}
.owl-theme-main .owl-item .item p {
  color: #8c8c8c;
  font-size: 0.9em;
}
.owl-theme-featured {
  height: 100%;
}
.owl-theme-featured .owl-wrapper-outer {
  padding-top: 0;
}
.owl-theme-featured .owl-wrapper-outer .owl-wrapper .owl-item .item {
  min-height: 500px;
  position: relative;
  padding: 0;
  margin: 0;
  text-align: left;
}
.owl-theme-featured .owl-controls {
  top: 45%;
  width: 100%;
  position: absolute;
  z-index: 99999;
}
.owl-theme-featured .owl-controls .owl-buttons div {
  position: absolute;
  display: inline;
  font-size: 5em;
  color: white;
  opacity: 0.1;
}
.owl-theme-featured .owl-controls .owl-buttons div:hover {
  opacity: 0.5;
}
.owl-theme-featured .owl-controls .owl-buttons div.owl-prev {
  left: 2%;
}
.owl-theme-featured .owl-controls .owl-buttons div.owl-next {
  right: 2%;
}
.owl-item.loading {
  min-height: 150px;
  background: url(/images/AjaxLoader.gif) no-repeat center center;
}
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.alert-success {
  background-color: #dff0d8;
  border: none;
}
.alert-info {
  background-color: #d9edf7;
  border: none;
}
.alert-warning {
  background-color: #fcf8e3;
  border: none;
}
.alert-danger {
  background-color: #f2dede;
  border: none;
}
.progress {
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar {
  background-color: #2c2c2c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #88b54e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar-info {
  background-color: #3ea5be;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar-warning {
  background-color: #f0ad4e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar-danger {
  background-color: #e96b56;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.list-group {
  border-radius: 4px;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #2c2c2c;
}
.panel-default > .panel-heading {
  background-color: #f5f5f5;
}
.panel-primary > .panel-heading {
  background-color: #2c2c2c;
}
.panel-success > .panel-heading {
  background-color: #dff0d8;
}
.panel-info > .panel-heading {
  background-color: #d9edf7;
}
.panel-warning > .panel-heading {
  background-color: #fcf8e3;
}
.panel-danger > .panel-heading {
  background-color: #f2dede;
}
.well {
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.page-header {
  border-bottom: 0;
  margin: 20px 0 20px;
}
.intro .item {
  height: 100%;
}

.intro .container,
.intro .row {
  height: 100%;
  position: relative;
}
.intro .carousel-caption-left {
  position: absolute;
  left: 29px;
  bottom: 15%;
  max-width: 550px;
  z-index: 10;
}
.intro .carousel-caption-left h1 {
  font-size: 3em;
  font-weight: 600;
  margin: 0 0 0.5em;
}
.intro .carousel-caption-left h2 {
  font-size: 6em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Alex Brush','cursive';
}
.intro .carousel-caption-left p {
  font-size: 1.3em;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}
.intro .carousel-caption-left .btn {
  margin: 1em 0;
  padding: 1em 2em;
  background: #c5a35b;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
}
.intro .carousel-caption-left .btn:hover {
  background: #68a49f;
}
.overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.52) 1%, rgba(0, 0, 0, 0.7) 100%);
  background: -moz-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.52) 1%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.52) 1%, rgba(0, 0, 0, 0.7) 100%);
  background: radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.52) 1%, rgba(0, 0, 0, 0.7) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 0;
}
.overlay-bg.black {
  background: rgba(0, 0, 0, 0.8);
}
.overlay-bg.light {
  background-image: -webkit-linear-gradient(top, rgba(242, 239, 233, 0.95) 40%, rgba(242, 239, 233, 0.5) 100%);
  background-image: linear-gradient(to bottom, rgba(242, 239, 233, 0.95) 40%, rgba(242, 239, 233, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2EFE9', endColorstr='#F2EFE9', GradientType=0);
}
.ie9 .overlay-bg,
.ie8 .overlay-bg {
  background: url('/images/ie-overlay.png');
}
section {
  padding: 4em 0;
  position: relative;
}
section:before,
section:after {
  position: absolute;
  content: '';
  pointer-events: none;
}
section h1 {
  font-size: 3em;
}
section h2 {
  font-size: 2em;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 0.5em;
  line-height: 1.3;

}

/*section h3 {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #c5a35b;
  letter-spacing: 1px;
} */
section p {
  font-size: 1.1em;
  font-weight: 300;
  margin: 0 0 1em;
}
section .lead {
  font-size: 1.3em;
}
section.light {
  background: #EBE7E1;
}
section.light.with-bg {
  background: url('/assets/slides/autumn-vineyards.jpg') center center no-repeat;
  background-size: cover;
}
section.dark {
  background: #2c2c2c;
}
section.dark.with-bg {
  background: url('/images/bg-content2.jpg') center center no-repeat;
  background-size: cover;
}
section.dark h1,
section.dark h2,
section.dark h3,
section.dark h4,
section.dark h5,
section.dark h6 {
  color: white;
  margin-bottom: 0.5em;
}
section.dark .text-muted {
  color: rgba(255, 255, 255, 0.7);
}
section.dark p {
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.5px;
}
/*  Titles & Headings */
section#header-feature h1 {
	font-family: 'Alex Brush', 'cursive';
	font-size: 5.8em;
	text-align: left;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 3px #333;
}


section#header-feature {
	padding-top: 15%;
}

section#team {
	background-color: #f6f6f6;
}
section#map iframe {
	width: 100%;
}
iframe.iframe {width:100%;
	border:none; background-color: #fff;}

section.content h2 {
  font-size: 2em;
  margin: 0.3em auto 1em;
  padding: 0em 5em;
  line-height: 1.3;
  font-weight: 400;
}
section.content .page-header h2
{
	text-align: center;
}
section.content h3 {
  padding: 0 12em;
  line-height: 1.5;
}
section.content p {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 2;
  margin: 0 0 1em;
  padding: 0 13em;
  text-align: justify;
}

section.content #publishForm p {padding: 0;}

section.content img {
  margin: auto;
}
section.cta {
  background: #EBE7E1;
}
section.cta h1 {
  font-size: 4em;
}
section.cta h2 {
  font-size: 2.5em;
  margin: 0 auto 1em;
}
section.cta h3 {
  font-weight: 1.2em;
  text-transform: uppercase;
}
section.cta p {
  padding: 0 4em 1em;
  font-size: 1.35em;
}
section.cta p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
section.cta .btn {
  background: #c5a35b;
  color: white;
  padding: 0.5em 2em;
  font-size: 1em;
  font-weight: 300;
  margin: 0 1em;
  border: 2px solid #c5a35b;
  text-transform: uppercase;
}
section.cta .btn:hover {
  background: #6fa8a3;
  border-color: #6fa8a3;
}
section .overlay-text {
  z-index: 10;
}
.testimonials ul {
  list-style: none;
}
.testimonials ul:before,
.testimonials ul:after {
  content: " ";
  display: table;
}
.testimonials ul:after {
  clear: both;
}
.testimonials ul li {
  float: left;
  margin-bottom: 3em;
}
.testimonials ul li p {
  text-indent: -7px;
  padding-bottom: 8px;
  line-height: 24px;
  margin-bottom: 0;
}
.testimonials ul li p span {
  opacity: 0.3;
  line-height: 0;
  font-size: 2.8em;
  top: 14px;
  position: relative;
}
.testimonials ul li img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 2.3em 2em 0;
  float: left;
  border: 3px solid white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.testimonials ul li a {
  font-weight: 500;
  color: #c5a35b;
}
.testimonials ul li a:hover {
  text-decoration: none;
}
.testimonials ul li a span {
  color: #1b2731;
  opacity: 0.3;
  margin-left: 6px;
  font-weight: 400;
}
.portfolio .portfolio-item {
  margin-bottom: 0.15em;
  background: none repeat scroll 0% 0% rgb(255, 255, 255);
}
.filters {
  margin-bottom: 1em;
}
.filters button {
  background: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5em 1.3em;
  color: #bcbcbc;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 1px 6px 1px;
}
.filters button:hover,
.filters button.active {
  border-color: #4c4c4c;
  color: #4c4c4c;
}
.search-bar {
	text-align: center;
}
.search-bar #search-keyword {
font-size: 20px;
padding: 0.2em 0.5em;
border-radius: 4px;
border: 1px solid #ccc;
  min-width: 300px;
  text-align: center;
}
.grid {
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
.grid .portfolio-item {
  display: inline-block;
  margin: 0;
  padding: 20px;
  position: relative;
  text-align: left;

}
.grid figure {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.grid figure .info {
  padding: 0 0 0 15px;
  position: absolute;
  bottom: -40px;
  z-index: 1000;
}
.grid figure .info h3 {
  font-size: 1.1em;
  margin-bottom: 4px;
}
.grid figure .info span {
  color: white;
}
.grid figure img {
  display: block;
  width: 100%;
  border-radius: 4px;
  position: relative;
}
.grid figcaption {
  background: #2c2c2c;
  min-height: 35px;
  left: 0;
  padding: 16px 3px 0 0;
  position: absolute;
  text-align: center;
  top: 0;
  border-radius: 0 0 4px 4px;
}
.grid figcaption a.link,
.grid figcaption a.preview {
  display: inline-block;
  background: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  float: right;
  margin-right: 10px;
}
.grid figcaption a.link:hover,
.grid figcaption a.preview:hover {
  background: #fff;
  color: #c5a35b;
  transition: background 0.1s linear 0.1s;
}
.grid figcaption span {
  color: #fff;
  font-style: italic;
  padding: 0 10px 0 10px;
}
.grid figcaption h3 {
  color: #fff;
}
.cs-style-1 figure {
  overflow: hidden;
}
.cs-style-1 figure img,
.cs-style-1 figure .info {
  transition: all 0.4s;
}
.cs-style-1 figure:hover img {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
}
.cs-style-1 figure:hover .info,
.cs-style-1 figure .info.active {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
}
.cs-style-1 figcaption {
  height: 63px;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.4s, opacity 0.1s 0.3s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -webkit-transform: translateY(100%);
}
.cs-style-1 figure:hover figcaption,
.cs-style-1 figure figcaption.active {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 0.5s, opacity 0.1s;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.1s;
  -webkit-transform: translateY(0px);
}
@media screen and (max-width: 31.5em) {
  .grid {
    padding: 10px 10px 100px 10px;
  }
  .grid li {
    width: 100%;
    min-width: 300px;
  }
}

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(43, 43, 43, 0.9);
  z-index: 999999;
}
/* Overlay closing cross */
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(/images/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 9999999;
}
/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}
.overlay ul li {
  display: block;
  height: 20%;
  height: calc(20%);
  min-height: 54px;
}
.overlay ul li a {
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #f0f0f0;
}
/* Effects */
.overlay-contentscale {
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
}
.overlay-contentscale.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}
#footer {
  background: #2c2c2c;
  padding: 5em 0;
  color: white;
  padding: 20px 0 0;
}
#footer ul {
  padding:  0;
}
#footer ul.social li {
  display: inline-block;
  padding: 0 10px;
  font-weight: 200;
}
#footer .affiliates ul {padding: 0;}
#footer .affiliates .no-padding-right {padding-right: 0; padding-top: 15px;}
#footer ul li a, #footer a {

  font-weight: 300;
}
#footer ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
#footer .copyright {
  color: rgba(255, 255, 255, 0.7);
  line-height: 2;
  font-weight: 200;
  letter-spacing: 0.7px;
}

footer address .credits {


	text-align: right;
}

.icon {
  border-radius: 50%;
  width: 31px;
  height: 31px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border: 2px solid #d8d8d8;
  color: #d8d8d8;
  font-size: 0.8em;
  margin: 0 0.15em;
}
.icon:hover {
  border: 2px solid #a5a5a5;
  color: #a5a5a5;
}

.modal-form {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  margin: -184px 0px 0px -150px;
  background: #FFFFFF;
  box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
}
.modal-form#signup .user {
  border-top: 0;
}
.modal-form#signup .fullname {
  border-top: 1px solid #e9e9e9;
}
.modal-form h2 {
  text-align: center;
  font-size: 1.7em;
  margin: 1em 0;
}
.modal-form .user {
  border-top: 1px solid #e9e9e9;
}
.modal-form .fullname input:focus,
.modal-form .user input:focus,
.modal-form .pw input:focus {
  background: #f3f3f3;
  transition: all 0.1s ease-out;
}
.modal-form input[type="text"],
.modal-form input[type="password"] {
  width: 300px;
  padding: 20px 0px;
  background: transparent;
  border: 0;
  outline: none;
  color: #222;
  margin: 0 auto;
  text-indent: 20px;
  font-weight: 300;
  border-bottom: 1px solid #e9e9e9;
}
/*.modal-form input[type=checkbox] {
  display: none;
}
.modal-form label {
  display: block;
  position: absolute;
  margin-top: 2px;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  content: "";
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  border: 3px solid white;
  box-shadow: 0px 0px 0px 2px #ccc;
} */
.modal-form #remember:checked ~ label[for=remember] {
  background: #b5cd60;
  border: 3px solid white;
  box-shadow: 0px 0px 0px 2px #b5cd60;
}
.modal-form .opt-in {margin: 15px; padding-left: 20px; }
.modal-form input[type="submit"] {
  background: #c5a35b;
  border: 0;
  color: white;
  font-weight: bold;
  padding: 18px 25px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  width: 100%;
}
.modal-form input[type="submit"]:hover {
  background: #528783;
}
.modal-form .forgot {
  margin: 1.5em 0;
  padding: 0 1em;
  display: block;
  text-align: center;
  color: #b5b5b5;
}
.modal-form ::-webkit-input-placeholder {
  color: #777;
  font-weight: 300;
}
.modal-form .submit {
  text-align: center;
}
.modal-form .remember {
  padding: 30px 0px;
  text-indent: 20px;
  line-height: 15px;
  margin-left: 25px;
  display: inline-block;
}
.modal-form .forgot h3 {

  font-weight: normal;
  margin-bottom: 15px;
}
.modal-form .forgot a {
  color: #777;
}
.modal-form .close {
  width: 32px;
  height: 32px;
  display: block;
  border: 0;
  border-radius: 0px 3px 0px 0px;
  position: absolute;
  right: 0px;
  padding: 0px;
  background: #fff;
  cursor: pointer;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.modal-form .checkbox label {font-weight: 200;}
.modal-form .close:after {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 16px;
  transform: rotate(45deg);
  background: #ccc;
  margin: -8px 0px 0px 14px;
}
.modal-form .close:before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 16px;
  transform: rotate(-45deg);
  background: #ccc;
  margin: -8px 0px 0px 14px;
}
.modal-form .close:hover:before,
.modal-form .close:hover:after {
  background: #777;
  transition: all 0.2s linear;
}

.modal-body p.lead {font-weight: 400;}

@media (max-width: 992px) {
  .cbp-af-header h1,
  .cbp-af-header .nav a {
    line-height: 72px;
  }
  .cbp-af-header.cbp-af-header-shrink h1 {
    font-size: 1em;
  }
  .cbp-af-header h1 {
    margin: 0 auto;
  }
  .cbp-af-header h1 a {
    margin: 0.9em 0;
  }
  .cbp-af-header.cbp-af-header-shrink h1 a {
    margin: 0.1em 0;
  }
  section.content h2 {
    font-size: 2em;
    padding: 0 1em;
  }
  section.content p {
    font-size: 1.15em;
    line-height: 1.8;
    padding: 0 4em;
  }
  section h2 {
    font-size: 2.3em;
  }
  section p {
    font-size: 1.15em;
    line-height: 1.8;
  }
  section .vertical-align {
    margin: 20px 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cbp-af-header .nav a {
    padding: 10px;
  }
  .intro.video .player,
  .intro.video .mbYTP_wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  .img-overlap {
    margin-bottom: -110px;
  }
  section {
    text-align: center;
  }
  .navbar-collapse {
    background-color: rgba(43, 43, 43, 0.9);
  }
  .navbar-collapse ul {
    width: 100%;
  }
  .navbar-collapse .open .dropdown-menu > li > a {
    color: white;
  }
  .cbp-af-header {
    position: absolute;
  }
  .cbp-af-header h1 a {
    margin: 0.4em 0;
  }
  .cbp-af-header .nav a {
    line-height: 2;
  }
  .cbp-af-header .nav a.login:before {
    background: transparent;
  }
  .cbp-af-header .nav a.btn {
    display: inline-block;
  }
  .intro .carousel-caption-left {
    max-height: 200px;
  }
  .intro .carousel-caption-left h1 {
    font-size: 1.7em;
    line-height: 1.4;
    margin-right: 0;
  }
  .intro .carousel-caption-left h2 {
    font-size: 1.3em;
  }
  .intro .carousel-caption-left p {
    font-size: 1em;
    padding-right: 2em;
    margin: 1em 0;
  }
  .intro .carousel-caption-left .btn {
    padding: 0.8em 1.5em;
  }
  .intro.video .player,
  .intro.video .mbYTP_wrapper {
    display: none;
  }
  section h2,
  section.content h2 {
    font-size: 2em;
    padding: 0 1em;
  }
  section p,
  section.content p {
    font-size: 1.15em;
    line-height: 1.8;
    padding: 0 4em;
  }
  section.separator::before,
  section.content.separator::before {
    bottom: -9px;
  }
  section.separator::after,
  section.content.separator::after {
    bottom: -4px;
  }
  .vertical-align {
    margin: 20px 0;
  }
  .featured img {
    margin-left: auto;
    margin-right: auto;
  }
  .testimonials ul li {
    text-align: left;
  }
  .pricing .plan {
    max-width: 400px;
    margin: 0 auto 2em;
  }
  .owl-theme-main .owl-item .item p {
    padding: 0;
  }
  section.cta h2 {
    padding: 0;
  }
  section.cta .btn {
    margin-top: 1em;
    width: 200px;
  }
  form[name="accommodation-search"] .input-group {
	margin-bottom: 0.5em;
  }
}
@media (max-width: 480px) {
  .cbp-af-header .nav a.btn {
    display: block;
  }
  .intro .carousel-caption-left {
    max-height: 285px;
  }
  .intro .carousel-caption-left h1 {
    font-size: 2em;
    line-height: 1.4;
    margin-right: 1.5em;
  }
  .intro .carousel-caption-left h2 {
    font-size: 1.3em;
  }
  .intro .carousel-caption-left p {
    font-size: 1em;
    padding-right: 2em;
  }
  section h2,
  section.content h2 {
    font-size: 2.2em;
    padding: 0 0.4em;
  }
  section p,
  section.content p {
    padding: 0;
  }
  section.separator::before,
  section.content.separator::before {
    bottom: -9px;
  }
  section.separator::after,
  section.content.separator::after {
    bottom: -4px;
  }
  .testimonials ul {
    padding-left: 0;
  }
  .testimonials ul li img {
    margin: 0 2.3em 9em 0;
  }
  section.cta h2 {
    padding: 0;
  }
  section.cta p {
    padding: 0 0 1em;
  }
  section.cta .btn {
    width: 80%;
  }
  .overlay .overlay-close {
    width: 29px;
    height: 29px;
  }
  .overlay .contactForm {
    padding: 0 1em;
  }
  .overlay .contactForm > span {
    font-size: 2em;
    margin-top: 1.5em;
  }
  .overlay .contactForm input {
    padding: 1em 1em;
    font-size: 1em;
  }
}
section.events {
	background-color: #F2EFE9;
}
section.profiles {
	background-color: #F7F6F2;
}

#header-feature.no-banner {
	padding: 125px 0 30px;
	background-color: #F2EFE9;
}
#header-feature.narrow {
	padding: 15% 0 0;
	background-color: #F2EFE9;
}
.breadcrumb {
	margin: 0;
	border-radius: 0;
	background-color: #EBE7E1;
	line-height: 36px;
	display: block;
	clear: both;
}



iframe {
	width: 100%;
}
.booking-search iframe {
	max-width: 100%;
	background-color: #fff
}

a.next-section {
	bottom: 10%;
	display: block;
	height: 54px;
	left: 50%;
	margin: 0 0 0 -27px;
	opacity: 1;
	position: absolute;
	transition: all 400ms ease 0s;
	width: 54px;
	z-index: 800;
	color: #fff;
	font-weight: 300;
}
section.media {
	background-color: #efefef;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}
.navbar-header h1 {
	font-size: 1.2em;
	margin: 0.6em 0;
	max-width: 120px; /* force a width on the logo so the nav doesn't get pushed down - nav could also be reduced */
	white-space: nowrap; /* dont make it wrap to a new line */
}




section.dark.with-bg {
	background: url("/assets/slides/bg-featured5.jpg") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
}
.well {
	background: white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 7px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.well h3 {
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.well ul.news-title {
	list-style-type: none;
	margin: 5px 0;
	padding: 5px 0;
}
.well ul.news-title li {
	border-bottom: solid 1px #efefef;
	padding: 5px 0;
}
.well ul.news-title li a {
	text-transform: uppercase;
	color: #777;
}
}
/* Pop-up Modal */

.modal-more {
	width: 60%;
	margin: 0 auto;
	z-index: 1000;
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.6);
	border-radius: 3px;
}
.vertical-align {
	margin: 20px 0;
}
.twitter-feed {
	height: 120px;
	overflow: hidden;
}
.img-responsive.instagram {
	margin-bottom: 30px;
}
.instafeed ul li {width: 30%; margin-bottom: 10px;}
.instafeed ul li img {max-width: 100%;
	height: auto;}

.wine-members {
	height: 520px;
	overflow: hidden;
	background-color: #ededed;
	padding: 15px;
}
.no-padding {
	padding: 0 !important;
}
.featured h2 {
	color: #FFFFFF;
	font-size: 18px;
	letter-spacing: 6px;
	background: none repeat scroll 0 0 rgba(29, 29, 37, 0.88);
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
}
.featured h3 {
	font-size: .9em;
	text-transform: uppercase;
	font-weight: 300;
	margin: 8px 0 5px;
	text-align: center;
	}
.featured h3:hover {font-weight: 400;
}
.featured a:hover {
	text-decoration: none;
	opacity: .8;
	font-weight: 400;
}

/* ==================  Events  =================== */

.event .title {
	color: #777777;
}

.event .location {
	color: #6f6f6f;
}
.event .date {
	border: 1px solid #e8e8e8;
	background: #fafafa;

}
.event.small {
	margin-bottom: 50px;
}
.event.small:last-child {
	margin-bottom: 0;
}
.event .thumb {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.event .thumb:hover {
	cursor: pointer;
}
.event img {
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.event img:hover {
	cursor: pointer;
}
.event.small .details {
	padding: 0;
}
.event .details {
	padding: 10px 0 0;
}
.event .date {
	border-radius: 3px;
	text-align: center;
	width: 50px;
}
.date .day {
	font-size: 23px;
	line-height: 34px;
}
.date .month {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 2px;
}
.event .text {
	padding-left: 60px;
}
.event .text h5 {
	margin-bottom: 2px;
}
.event .text p {
	margin: 0;
}
.event .text .italic {
	opacity: 0.55;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
}
.event .time {
	font-size: 13px;
}
/* Calendar */

.calendar .day.current {
	background-color: #EBE7E1;
}
.calendar .day.event .number {
	color: #c5a35b;
}
.calendar .day.event .time {
	color: #c5a35b;
}
.calendar .day.hover {
	background: #EBE7E1;
}
.calendar .navigator a:hover {
	color: #c5a35b;
}
.calendar .day.current .number {

	color: rgba(255,255,255,0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.calendar .day.hover .time {

}
.calendar .day.hover .description {

	color: rgba(255,255,255,0.6);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.calendar {
	border: 1px solid #e1e1e1;
}
.calendar .head {
	border-bottom: 1px solid #e1e1e1;

}
.calendar .days {
	border-bottom: 1px solid #e1e1e1;

	color: #6f6f6f;
}
.calendar .week {
	border-bottom: 1px solid #e1e1e1;
}
.calendar .day .number {

	color: #333;
}
.calendar .day, .calendar .empty {
	border-left: 1px solid #e1e1e1;
}
.calendar .day .description {

	color: #333;
}
.calendar .day.current .number {
	color: #333;

}
.calendar .day.hover .number {
	color: #555;
	color: rgba(255,255,255,0.7);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.calendar .day.hover .description {

	color: rgba(255,255,255,0.6);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.calendar {
	border-radius: 5px;
}
.calendar .head {
	font-size: 22px;
	padding: 12px;
}
.calendar .days {
	font-size: 13px;
	padding: 10px 0;
}
.calendar .days .item {
	float: left;
	width: 14.28571428571429%;
	opacity: 0.55;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
}
.calendar .week {
	display: block;
	width: 100%;
}
.calendar .week .day:first-child {
	border-left: none;
}
.calendar .day {
	float: left;
	width: 14.28571428571429%;
	padding-bottom: 14.28571428571429%;
	height: 0;
}
.calendar.small .day {
	width: 33.3333333333%;
	min-height: 120px;
}
.calendar .day.event {
	margin: 0;
}
.event.multi_day {
	background-color: #EBE7E1;
	padding: 0 8px;
}
.calendar .day.event:hover {
	cursor: pointer;
}
.calendar .day.event .number {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.calendar .day .number {
	display: block;
	font-size: 23px;
	font-weight: 700;
	padding: 7px;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	line-height: 21px;
}
.calendar .day .time {
	display: none;
	font-size: 13px;
	padding: 3px 7px;

}
.calendar .current .date {

}
.calendar .day:hover {

}
.calendar .day .description {
	font-style: italic;
	font-size: 13px;
	padding: 7px;
	padding-top: 5px;
	display: block;
}
.calendar .empty {
	border: none;
}
.calendar .navigator a {
	padding: 15px 20px;

	font-size: 13px;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
}
.main-text-color {
	color: #c5a35b;
}
.main-bg-color {
	background-color: #c5a35b;
}
/* Search dropdown */

#search.panel-collapse {
	height: auto;
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	padding: 20px;
	z-index: 999;
	background: rgba(100,100,100,0.5);
}
/* this is the fixed position when scrolled part way down */
.cbp-af-header-shrink + #search.panel-collapse {
	position: fixed;
	top: 70px;
}
.month {
	background-color: #333;
	color: #fff;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}
.month a {
	color: #fff;
}
.cal-day-view #dc_calendar {
    border:1px solid #eee;
    padding:20px;
}

.cal-day-view #dc_calendar h2 {
    font-size: 18px;
    text-align:left;
    margin-top:0.5em;
    padding-bottom: 1em;
}
.cal-day-view #dc_calendar .header a {
    font-size: 18px;
}
.cal-day-view #dc_calendar h4 {
    border-top: 1px dotted #333;
    padding-top: 0.5em;
}
.cal-day-view #dc_calendar .event {
padding: 1em;
border: 1px dotted #ccc;
border-radius: 5px;
margin-bottom: 20px;
}

/* ============ TIMELINE ============= */

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
#timelineContainer {
	border-left: 2px solid #ccc;
	margin: 20px auto;
}
div.timelineToggle {
	float: right;
	margin-right: 0;
	white-space: nowrap;
}
a.expandAll {
	color: #ccc;
	cursor: pointer;
	background: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 5px;
}
a.expandAll:hover {
	color: #7DBADF;
	cursor: pointer;
}
div.timelineMajor {
	clear: left;
	float: left;
	margin: 0 0 12px;
}
.timelineMajor h2 {
	background: url(/images/timeline_century_tick.gif) left center no-repeat;
	cursor: pointer;
	font-size: 3em;
	font-weight: 400;
	margin: 0 0 10px;
	padding: 4px 4px 4px 20px;
	text-transform: none;
}
.timelineMajor h2 span {
	background: #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #131313;
	letter-spacing: .1em;
	line-height: 1.7em;
	padding: 3px 5px 1px;
}
dl.timelineMinor {
	clear: left;
	float: left;
	margin: 0 12px 0 0;
	padding: 4px 4px 4px 0;
	position: relative;
}
.timelineMinor dt {
	background: url(/images/timeline_decade_tick.gif) left center no-repeat;
	clear: left;
	font-size: 1.6em;
	list-style-type: none;
	line-height: 1.2em;
	margin: 0 0 12px;
	padding: 0 0 0 24px;
	white-space: nowrap;
}
.timelineMinor dt a {
	color: #999;
	cursor: pointer;
}
.timelineMinor dt a.closed {
	color: #999;
	font-size: 1em;
	margin-left: 0;
}
.timelineMinor dt a.open {
	color: #7DBADF;
}
.timelineMinor dt a:hover {
	color: #7DBADF;
}
.timelineMinor dd {
	padding-left: 24px;
	width: 100%;
}
.timelineMinor dd h3 {
	clear: both;
	float: left;
	font-size: 1.5em;
	margin: 0;
	white-space: nowrap;
}
.timelineEvent p {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin: 6px 0 10px;
}
.timelineEvent h4 {
	clear: left;
	float: left;
	font-size: 1.4em;
	font-weight: 400;
	margin: 10px 0 0;
	padding: 0 0 0 20px;
}
.timelineEvent blockquote {
	border-left: 2px solid #ccc;
	clear: left;
	float: left;
	font-size: 1.8em;
	margin-left: 0;
	padding: 0 30px;
}
.timelineEvent blockquote .attribution {
	font-size: 0.7em;
	text-align: right;
}
.timelineEvent div.media {
	float: right;
	padding: 0 0 12px;
}
.timelineEvent .media img {
	border: 2px solid #000;
	margin: 0;
}
.timelineEvent .media p {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
.timelineEvent .media a:link, .timelineEvent .media a:visited {
	color: #ab221b;
}
.timelineEvent .media a:hover {
	color: #7DBADF;
}
/* Maps */

.gmap img {
	max-width: none;
}
.map-widget-filters > a {
	width: 100%;
}

.winery-directory-listing, .directory-listing {
	min-height: 140px;
	margin-bottom: 15px;
}
/* Itineries */
.itineries {
	background-color: #333;
	color: #fff;
	padding: 20px;
	min-height: 310px;
	position: relative;
	margin-bottom: 30px;
}
.itineries h2 {
	text-align: center;
	position: relative;
	font-weight: 300;
	color: #fff;
}
.itineries h2 a {
	display: block;
}
.itineries h2 a:hover {
	text-decoration: none;
}
.bg-olay
{
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 250ms ease;
}
a:hover .bg-olay
{
	background: rgba(0,0,0,0.6);
}



/* Expander Content */

.panel-default {
	border: none;
}
.panel-default > .panel-heading {
	background-color: #333;
	color: #fff;
	border-radius: 0;
}
.panel-group .panel {
	border-radius: 0;
}
h4.panel-title {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .25em;
	font-size: 14px;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	background-color: #fefefe;
}
/* image hover with caption */
.thumbnail {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
}
.caption {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	padding: 0;
	display: none;
	text-align: center;
	color: #fff !important;
	z-index: 2;
	margin: 0;
}

/*******************************************************************************
* reset form elements - note this will effect all form elements
*******************************************************************************/
form select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-msie-appearance: none;
	appearance: none;
}
/*******************************************************************************
* search panel styles
*******************************************************************************/
#search.panel-collapse {
	z-index: 100; /* lower the z-index so it doesn't cover the nav dropdowns */
	max-height: 75px;
	background: rgba(100,100,100,0.7);
}
#search .btn {
	height: 34px;
}
/* fix for chrome */
.nav a[href="#search"] {
	position: fixed;
}
/*******************************************************************************
* large calendar widget overrides
*******************************************************************************/
.calendar .day:hover {
	background-color: #EBE7E1;
}
.calendar .day.current {
	background-color: #EBE7E1;

}
.calendar .day:hover .number {
	color: #c5a35b;

}

/*******************************************************************************
* event masonry blocks
*******************************************************************************/
.event.masonry_block {

	display: inline-block;
	float: left;

}
.event.masonry_block .details {
	background: rgba(242,239,233,0.5);
	box-shadow:  1px 1px 2px rgba(0, 0, 0, 0.2);


}
.event.masonry_block .details img {
	border-radius: 0;
}
.event.masonry_block .text {
	padding: 8px;

}
.event.masonry_block .text h3 {font-size: 13px; text-transform: uppercase;}
ul.event-list {
	padding: 0;
	margin: 0;
	position: relative;
	min-height: 600px;
	border-radius: 0 0 5px 5px;
	padding-top: 20px;
}
/*******************************************************************************
* event filters
*******************************************************************************/
.menu-filters {
	margin-left: 0;
	padding-left: 0;
	height: 30px;
	overflow: visible;
	width: 100%;
	border: 1px solid #ccc;
	height: 43px;
}
.menu-filters > li {
	display: inline-block;
	float: left;
	position: relative;
	/*z-index: 999;*/
	z-index: 9;
	border-right: 1px solid #ccc;
}
.menu-filters > li > a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	position: bottom;
}
.menu-filters .event-filters {
	width: auto;
	background: #fff;
	z-index: 999;
	padding-left: 0;
	display: none;
	border: 1px solid #ccc;
}
.menu-filters .event-filters li {
	height: 40px;
	line-height: 40px;
	list-style-type: none;
}
.menu-filters .event-filters a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap;
	border-top: 1px dotted #ccc;
}
.menu-filters > li:hover .event-filters, .menu-filters > li > a:hover + .event-filters {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
}
.calendar-blocks {
	padding-top: 0;
}
/*******************************************************************************
* map_entries widget
*******************************************************************************/
.map-widget-filters a {
	display: inline-block;
	padding: 5px 5px;
	background: #aaa;
	color: #fff;
	margin-right: 2px;
	margin-bottom: 2px;
}
.map-widget-filters a.active {
	background: #c5a35b;
}
.map-widget-filters select {
	display: block !important;
	visibility: visible !important;
	width: 100%;
	height: 30px;
	z-index: 99;
}
.map-widget-filters > a {
	display: none;
}
.map-widget-filters {
	height: 40px;
	margin-bottom: 0px;
}
#map_widget {
	height: 300px !important
}
/* mobile first ! */
@media screen and (min-width: 768px) {
.map-widget-filters {
	height: auto;
}
#map_widget {
	height: 930px !important;
}
.map-widget-filters select {
	display: none !important;
}
.map-widget-filters > a {
	display: inline-block;
	text-transform: uppercase;
}
}
.js-accomm-search-results .provider {
	margin-bottom: 40px;
}
.js-accomm-search-results {
	min-height: 600px;
}
.js-accomm-search-results .night {
	display: inline-block;
	float: left;
	width: 60px;
	height: 60px;
	font-size: 10px;
	margin-right: 0px;
	margin-top: 5px;
	border-radius: 0px;
	border-right: 1px dotted #ccc;
	text-align: center;
	color: #999;
}
.night.empty {
	background: #eee;
	opacity: 0.7;
}
.night .n {
	display: inline-block;
	text-align: center;
	padding: 3px;
	display: block;
	background: #999;
	color: #fff;
}
.night .price {
	font-size: 12px;
	display: block;
	margin-top: 5px;
}
.js-accomm-search-results .result-message {
	font-size: 20px;
	height: 200px;
}
.js-accomm-search-results .nights {
	display: inline-block;
	float: right;
}
.js-accomm-search-results .img-wrap {
	width: 60px;
	height: 60px;
	float: left;
	border: solid 1px #ccc;
	overflow: hidden;
}
.js-accomm-search-results .provider-summary {
	display: inline-block;
	float: left;
	width: 15%;
	margin-right: 20px;
}
.js-accomm-search-results .img-wrap img {
	max-width: 100px;
}
.js-accomm-search-results .products {
	display: inline-block;
	float: left;
	width: 83%;
}
.js-accomm-search-results .products .product {
	margin-bottom: 20px;
}
.js-accomm-search-results h3 {
	margin-top: 0;
	float: right;
	width: 100px;
	font-weight: 200;
}
.js-accomm-search-results .product .name {
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase
}
.js-accomm-search-results .product .nights {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
.book-button-wrap {
	display: inline-block;
	float: right;
	background: #eee;
	margin-left: 20px;
	margin-top: -5px;
}
.js-accomm-search-results .product .nights .btn.book-now-v3 {
	background: none repeat scroll 0 0 #c5a35b;
	color: #fff;
	display: inline-block;
	float: left;
	height: 60px;
	margin-top: 5px;
	overflow: hidden;
	width: 60px;
}
/* the button that appears when you scroll */
.scroll-more {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 100px;
	text-align: center;
	margin-left: -50px;
	height: 50px;
	z-index: 99999;
	background-color: #fff; opacity: .25; border-radius: 5px 3px 0 0;
}
.scroll-more i.fa {line-height: .5;}

.scroll-back-to-top {
	bottom: 10px;
	height: 60px;
	left: 50%;
	margin-left: -50px;
	position: fixed;
	text-align: center;
	width: 100px;
	display: none;
	z-index: 99999;
}
.pagi-wrap.simple-pagination {
	margin-bottom: 30px;
}
.owl-theme-main .owl-item .item h3 {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
}
.owl-theme-main .owl-item .item .title-border {
	margin-bottom: 5px;
}
.owl-theme-main .owl-item .item h4 {
	letter-spacing: 1px;
	font-weight: 400;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
.owl-theme-main .owl-item .item {
	min-height: 350px;
	padding: 1.5em;
}
.owl-theme-main .owl-item .item img {
	width: 140px;
	height: 140px;
}
ul.default strong {
	text-transform: uppercase;
}
ul.default a strong {
	color: #c5a35b;
}
.blog-recents .event-image {
	padding: 2px;
	border: solid 1px #888;
	margin-right: 4px;
}

ul.default {
	list-style-type: none;
	padding: 0;
	display: block;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.img-full {
	width: 100%;
}
.italic {
	font-style: italic;
}
.center {
	text-align: center;
}

.btn {
	border-color: #181819;
	border-radius: 0;
	outline: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn:active, .btn:focus, .btn:hover {
	color: #c5a35b;
	border-color: #c5a35b;
	outline: 0 !important;
}
.btn-big {
	padding: 10px 20px;
	font-size: 18px;
}
.btn-dark {
	color: #fff;
	border-color: #333;
	background-color: #333;
}
.btn-dark:hover {
	color: #fff;
	border-color: #c5a35b;
	background-color: #c5a35b;
}
.btn-gold {
	color: #c5a35b;
	border-color: #c5a35b;
	background-color: #fff;
}
.btn-gold:hover {
	color: #333;
	border-color: #333;
	background-color: #fff;
}
.box-directory {height: 200px; overflow: hidden; }
.box-directory .directory-title {font-weight: 400; text-transform: uppercase;}
.box-directory .fa-map-marker {color: red;}
.box-white {
	background-color: #FFF;
}
.box-grey, .box-taupe {
	background-color: #F2EFE9;
	  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);

}
.box-grey .owl-buttons div {
	background-color: #fff!important;
}
.box-grey .owl-buttons div:hover {
	background-color: #ebebeb !important;
}
.box-dark {
	color: #FFF;
	background-color: #181819;
}
.box-dark .btn {
	color: #fff;
	border-color: #FFF;
}
.box-dark .btn:hover {
	color: #c5a35b;
	border-color: #c5a35b;
}
.box-padding {
	padding: 0 30px;
}
.box-border {
	border: 1px solid #d9d9d9;
}
.title-border {
	font-size: 14px;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
	font-weight: 400;
}
.page-content .title-border
{
	text-transform: uppercase;
	font-size: 17px;
	line-height: 1.6;
}
.page-content .title-border:after
{
	left: 0;
	margin-left: 0;
}

.title-border:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 0px;
	width: 20px;
	height: 2px;
	background-color: #c5a35b
}
.title-border.right {
	display: inline-block;
	padding-right: 30px;
	padding-bottom: 0
}
.title-border.right:after {
	top: 50%;
	margin-top: -2px;
	right: 0;
	bottom: inherit;
	left: inherit
}
.title-border.left {
	padding-left: 30px;
	padding-bottom: 0
}
.title-border.left:after {
	margin-top: -2px;
	top: 50%;
	left: 0;
	bottom: inherit
}
.title-center {
	display: inline-block;
	position: relative;
	font-size: 24px;
	font-weight: 300;
	padding: 0 30px;
	margin-bottom: 20px
}
.title-center:after, .title-center:before {
	content: " ";
	position: absolute;
	top: 50%;
	width: 20px;
	height: 1px;
	background-color: #c5a35b
}
.title-center:before {
	left: 0
}
.title-center:after {
	right: 0
}
.title-bold {
	display: block;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 10px
}
.pagination {
	display: block;
	margin: 30px 0 0
}
.pagination>li {
	float: left;
	margin: 0 5px 5px 0
}
.pagination>li>a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 32px;
	color: #666;
	border: 4px solid #f2f2f2;
	text-align: center;
	padding: 0;
	float: none;
	background-color: #fff
}
.pagination>li:hover>a {
	color: #181819;
	background-color: #FFF
}
.pagination>li.active:hover>a, .pagination>li.active>a {
	color: #181819;
	border-color: #f2f2f2;
	background-color: #f2f2f2
}
.pagination>li:first-child>a, .pagination>li:last-child>a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.pagination>li:last-child {
	margin-right: 0
}
.nav-default {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.nav-default li {
	float: left
}
.nav-default li a {
	display: inline-block
}
.trans-effect {
	opacity: .3
}
.trans-effect:hover {
	opacity: 1
}
.zoom-effect {
	display: block;
	position: relative
}
.zoom-effect:before {
	content: '';
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}
.zoom-effect:after {
	opacity: 0;
	font-family: FontAwesome;
	content: "\f002";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #FFF;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}
.zoom-effect:hover:after, .zoom-effect:hover:before {
	opacity: 1
}
.tags-cloud li {
	margin: 0 5px 5px 0
}
.tags-cloud li a {
	font-size: 11px;
	padding: 0 15px;
	height: 26px;
	line-height: 26px;
	border: none;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background-color: #f2f2f2
}
.social-icons {
	display: inline-block
}
.social-icons li .fa {
	display: block;
	text-align: center;
	line-height: 22px;
	font-size: 14px
}
.social-icons li a {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-color: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 10px;
	color: #FFF
}
.social-icons li a:hover {
	background-color: #c5a35b
}
.padding-all {
	padding: 35px 35px 15px;
}
.padding-all-10 {
	padding: 10px
}
.padding-all-15 {
	padding: 15px
}
.padding-all-20 {
	padding: 20px
}
.padding-none {
	padding: 0
}
.padding-none-bottom {
	padding-bottom: 0
}
.margin-none {
	margin: 0!important
}
.margin-top-10 {
	margin-top: 10px
}
.margin-top-20 {
	margin-top: 20px
}
.margin-top-30 {
	margin-top: 30px
}
.margin-bottom-10 {
	margin-bottom: 10px
}
.margin-bottom-20 {
	margin-bottom: 20px
}
.margin-bottom-30 {
	margin-bottom: 30px
}
.link-more {
	font-size: 11px;
	color: #666;
	margin: 10px 0
}
.link-more .fa {
	display: inline-block;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	background-color: #c5a35b;
	margin-right: 5px;
	float: left
}
.circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.truncate {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.spacer {
	height: 1px;
	margin: 20px 0;
	position: relative;
	background-color: #d9d9d9
}
.spacer:before {
	content: " ";
	display: inline-block;
	width: 100px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50px;
	background-color: #c5a35b
}
.block {
	display: block
}
.text-gold {
	color: #c5a35b
}
.text-dark {
	color: #181819
}
.text-thin {
	font-weight: 300
}
.text-default {

	font-weight: 600;
	letter-spacing: 0
}
.text-big {
	font-size: 36px;
	margin-bottom: 10px
}
.text-big+.social-icons {
	margin-top: 10px
}
.text-small {
	font-size: 11px
}

.image-hover {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	background: rgba(0,0,0,.5);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}
.image-hover .hover-detail {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #fff;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px
}
.image-hover .hover-detail:hover {
	background: rgba(0,0,0,.5)
}
.image-hover .social-icons {
	margin-top: 216px
}
.contact-info li {
	line-height: 30px
}
.directory-info li {
	line-height: 22px;
	color: #666;
}
.contact-info .fa {
	width: 18px;
	text-align: center;
	font-size: 1.3em;
	display: inline-block;
	margin-right: 10px;
	color: #797979
}
.contact-info .fa-mobile {
	font-size: 1.6em
}
.directory-info .fa {
	width: 18px;
	text-align: center;
	font-size: 1em;
	display: inline-block;
	margin-right: 10px;
	color: #797979
}
.data-form input[type=date], .data-form input[type=email], .data-form input[type=number], .data-form input[type=password], .data-form input[type=tel], .data-form input[type=text], .data-form input[type=url], .data-form select, .data-form textarea {
	font-size: 13px;
	width: 100%;
	padding: 10px;
	margin: 0;
	outline: 0;
	border: 1px solid #d9d9d9;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.data-form input[type=date], .data-form input[type=email], .data-form input[type=number], .data-form input[type=password], .data-form input[type=tel], .data-form input[type=text], .data-form input[type=url], .data-form select {
	height: 40px
}
.data-form select {
	height: 40px;
	line-height: 40px
}
.data-form textarea {
	resize: none
}
.data-form input[type=date]:focus, .data-form input[type=date]:hover, .data-form input[type=email]:focus, .data-form input[type=email]:hover, .data-form input[type=number]:focus, .data-form input[type=number]:hover, .data-form input[type=password]:focus, .data-form input[type=password]:hover, .data-form input[type=tel]:focus, .data-form input[type=tel]:hover, .data-form input[type=text]:focus, .data-form input[type=text]:hover, .data-form input[type=url]:focus, .data-form input[type=url]:hover, .data-form select:focus, .data-form select:hover, .data-form textarea:focus, .data-form textarea:hover {
	border-color: #c5a35b
}
.data-form .row {
	margin-bottom: 15px
}
.data-form .form-field {
	position: relative
}
.data-form .form-field .fa {
	position: absolute;
	top: 14px;
	left: 12px;
	color: #bebebe
}
.data-form .form-field input[type=date], .data-form .form-field input[type=email], .data-form .form-field input[type=number], .data-form .form-field input[type=password], .data-form .form-field input[type=tel], .data-form .form-field input[type=text], .data-form .form-field input[type=url], .data-form .form-field select, .data-form .form-field textarea {
	padding-left: 34px
}
.site-footer .footer-top {
	padding: 50px 30px 20px
}
.site-footer .footer-top .col-md-4 {
	margin-bottom: 30px
}
.site-footer .footer-bottom {
	padding: 20px 30px
}
.site-footer .footer-bottom .nav-default {
	margin-bottom: 10px
}
.site-footer .footer-bottom .nav-default li a {
	padding: 0 10px
}
.site-footer .footer-bottom .nav-default li:first-child a {
	padding-left: 0
}
.site-footer .title-border {
	border-bottom: 1px solid #d9d9d9
}
.site-footer .title-border:after {
	height: 1px;
	bottom: -1px;
	width: 50%
}
.site-footer .latest-posts .post-date, .site-footer .latest-posts .post-desc, .site-footer .latest-posts .post-title {

	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 3px
}
.team-horizontal .team-image {
	position: relative
}
.team-horizontal .team-desc {
	padding: 20px 10px 20px 0
}
.team-horizontal .team-desc .title-border {
	margin-bottom: 5px;
	font-weight: 400;
	letter-spacing: 0;
	padding-left: 20px;
	font-size: 14px;
}
.team-horizontal .team-desc .title-border:after {
	width: 10px
}
.team-horizontal .team-desc .team-job {
	display: block;
	padding-left: 20px
}
.team-horizontal .box-grey:hover .image-hover, .team-horizontal .box-white:hover .image-hover {
	opacity: 1
}
.section-collection {
	padding-bottom: 0
}
.section-collection .collection-item {
	position: relative;
	padding: 20px 20px 20px 170px;
	margin-bottom: 30px;
	height: 150px;
	text-align: left;
}
.section-collection .collection-item  .collection-desc .title-border {text-transform: uppercase;}
.section-collection .collection-item .collection-image {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	border: solid 1px #efefef;
	border-right: none;
}
.section-collection .collection-item .collection-image:after {
	position: absolute;
	display: inline-block;
	content: '';
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #f2f2f2;
	border-bottom: 10px solid transparent
}
.section-collection .collection-item h4 {
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .25em;
	font-size: 14px;
}

.blog-post .post-title {
	padding-top: 20px;
	margin-bottom: 20px
}
.blog-post .post-title h2 {
	font-size: 24px
}
.blog-post .post-title .nav-default {
	color: #999;
	font-size: 11px
}
.blog-post .post-title .nav-default li {
	margin-right: 5px
}
.blog-category, .blog-gallery, .blog-photos, .blog-recents, .blog-search, .blog-tags {
	margin-bottom: 50px
}
.gallery-block img {border-right: solid 1px #EBE7E1;}
}
.search form {
	position: relative
}
.search input[type=text] {
	width: 100%;
	height: 36px;
	padding: 8px 36px 8px 10px;
	font-size: 12px;
	border: 1px solid #d9d9d9;
	outline: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.search input[type=text]:focus, .blog-search input[type=text]:hover {
	border-color: #c5a35b
}
.search .search-btn {
	width: 34px;
	height: 34px;
	position: absolute;
	top: 1px;
	right: 20px;
	padding: 0;
	border: 0;
	outline: 0;
	background: 0 0
}
.search .search-btn:hover .fa {
	color: #c5a35b;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.blog-category a {
	display: block;
	line-height: 30px
}
.blog-category .text-gold {
	float: right
}
.blog-recents li {
	margin-bottom: 10px;
	line-height: 1.5;
}
.blog-recents li a {
	display: block;
	font-size: 13px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
	line-height: 1.7;
}
.blog-recents li a span {
	display: block;
	font-size: 11px;
	margin-top: 10px;
	color: #999
}
.blog-recents li a span .fa {
	margin-right: 10px
}
.blog-recents li:last-child {
	margin-bottom: 0
}
.blog-recents li:last-child a {
	padding-bottom: 0;
	border-bottom: 0
}
.blog-photos li {
	width: 33.33333333333333%;
	padding: 0 5px 5px 0;
	float: left;
	background-color: #FFF
}
.blog-photos li img {
	width: 100%
}
.blog-archive a {
	display: block;
	line-height: 30px
}
.blog-archive a:hover {
	color: #181819
}

a.next-section {
	bottom: 10%;
	display: block;
	height: 54px;
	left: 50%;
	margin: 0 0 0 -27px;
	opacity: 1;
	position: absolute;
	transition: all 400ms ease 0s;
	width: 54px;
	z-index: 800;
	color: #fff;
	font-weight: 300;
}
.btn-owl-down-arrow {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -25px;
}
.btn-owl-down-arrow i {
	color: #fff;
	font-size: 50px;
}

/*************************
* ACCOMMODATION
*************************/
.provider-summary .text-wrap {
	width: 100px;
	float: right;
}
.provider-summary .text-wrap .short_desc {
	display: block;
}
.provider.even {
	background: #fafafa;
}
  form[name="accommodation-search"] .input-group {
	margin-bottom: 0.5em;
  }
	form[name="accommodation-search"] button {
	text-align: center;
	padding: 0.5em 1em;
	text-align: center;
	width: 5em;
	display: inline-block;
border-radius: 3px;
	}

/**************************
HOVER EFFECTS
*****************************/

.effects {
	color: #536d76;
	font-weight: 400;
	font-size: 1em;
	font-family: 'Raleway', Arial, sans-serif;
}

.hover-effect {
	overflow: hidden;
	margin: 0;
	padding: 3em 0 0 0;
	list-style: none;
	text-align: center;
}

figure img {
	position: relative;
	display: block;
	opacity: 0.8;
}

figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
	pointer-events: none;
}

figure figcaption,
figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

figure h2 span {
	font-weight: 800;
}

figure h2,
figure p {
	margin: 0;
}

figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}



figure.effect-marley figcaption {
	text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
	position: absolute;
	right: 35px;
	left: 30px;
	padding: 10px 0;
	text-align: right;
}


figure.effect-marley p {
	bottom: 30px;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	font-size: 12px;
}

figure.effect-marley h2 {
	top: 30px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	font-size: 2.5em;
	line-height: 1.1;
}

figure.effect-marley:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-marley h2::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-marley:hover p {background-color: #333; opacity: .75; padding: 10px;}

figure.effect-marley:hover img {
	opacity: 0.9;

}
/* Feature News Carousel */
.feature-news .carousel-inner .img-circle
{
	margin: 0 auto;
}
.feature-news h2
{
	text-align: left;
}

section.dark.feature-news h4 {margin: 1em 0 2em; line-height: 1.5; text-align: justify;}
.carousel-control .prev, .carousel-control .next {display: inline-block; position: absolute; top:40%; z-index: 5; font-size: 3em;
}
.carousel-control.left, .carousel-control.right {background: none;}
section.dark.feature-news .btn-gold,
.page-content .btn.btn-gold-1,
.social-header .btn-gold, .btn-gold-filled {
	color: #fff;
	border-color: #c5a35b;
	background-color: #c5a35b;
}
.btn-gold-filled:hover {color: #fff; opacity: .75;}
.page-content .btn.btn-gold-1:hover {
	opacity: 0.75;
}
section.dark.feature-news .btn-gold:hover, .social-header .btn-gold:holder {
	color: #333;
	border-color: #dec285;
	background-color: #dec285;
}
/* ---- Itineraries */

/*************************
* ITINERARY
*************************/
#itinerary a {color: #c5a35b; font-weight: bold;}

ol.boxes-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/

    margin: 0;
    margin-left: 3em;
    padding: 0;

    counter-reset: li-counter;
}
ol.boxes-list > li{
    position: relative;
    margin-bottom: 15px;
    padding: 0 1em;
    width:50%;
    float: left;
    height: 100px;
    text-align: left;
    margin-bottom: 15px;
    font-size: 15px;
    width:40%;
    margin: 0 5%;

}
ol.boxes-list > li:before {
    position: absolute;
    top: 0;
    left: -1.5em;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    font-size: 2em;
    line-height: 1.5em;
    text-align: center;
    color: #f5f5f5;
    background-color: #c5a35b;
    content: counter(li-counter);
    counter-increment: li-counter;
}
ol.boxes-list a {color: #c5a35b; font-weight: bold;}



/*************************
* EVENTS - August 2014
* update
*************************/
.event.masonry_block {
	background: #fff;
}
.event .summary a {
	overflow-x: hidden;
	text-overflow: ellipsis;
}
.menu-filters {
	border: none;
}
.menu-filters>li {
	border: none;
}
.menu-filters>li>a {
	border-right: none;
	border-bottom: 2px solid #eee;
	margin: 0 10px;
	padding: 0 8px;
}
.menu-filters > li > a:hover {
	border-bottom: 2px solid #c5a35b;
}

/*************************
* ACCOMMODATION
*************************/
.provider-summary .text-wrap {
	width: 100px;
	float: right;
}
.provider-summary .text-wrap .short_desc {
	display: block;
}
.provider.even {
	background: #fafafa;
}
.js-accomm-search-results .provider {
	margin-bottom: 0 !important;
}

.directory-book-now-btn.book-now-wrap .book-now-v3 {
	padding: 10px;
	background: rgba(0,0,0,.8);
	color: #fff;
	display: inline-block;
}

.js-accommodation-search {
	display: block;
}

/*************************
* SEARCH RESULTS
*************************/
.search .search-results li {
	list-style-type: none;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	margin-top: 1.5em;
	border-bottom: 1px dotted #c5a35b;
}

.search .search-results {
	padding: 0;
}
.search .search-results .pagination p {
	text-align: center;
}
.search .search-results .pagination strong,
.search .search-results .pagination a {
    display: inline-block;
    width: auto;
    line-height: 30px;
    text-align: center;
    background: none repeat scroll 0% 0% #2C2C2C;
    color: #FFF;
    border-radius: 3px;
    padding: 0 0.8em;
}
.search .search-results .pagination strong,
.search .search-results .pagination a:hover {
	background: #c5a35b;
	color: #2c2c2c;

}



/*************************************
* EVENT SUBMISSION FORM
*
* FIX STYLES AND OVERRIDES
*************************************/
form #calendar_fields {
	padding: 0;
}

/*
the calendar will add a white space at the bottom of the page
display: none;
*/
.ui-datepicker.ui-widget {
	top: -50px;
	z-index: -1;
}

#ui-datepicker-div input,
#ui-datepicker-div select
{
	color: #000 !important;
}

/* fix the style for this calendar */
#calendar_fields .picker {
	position: relative;
	top: 0;
	left: 0;
}

/* override bootstrap's box-sizing */
#calendar_fields *,
#ui-datepicker-div * {
	box-sizing: content-box !important;
}

#calendar_fields #calendar_wrapper div.rule {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #aaa;
}


#calendar_fields input,
#calendar_fields select {
	color: #000 !important;
	padding: 5px;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 30% !important;
}

.cke_reset_all *,
.cke_editor * {
	box-sizing: content-box !important;
}
.cke_button__image,
.cke_button__filemanager {
	display: none !important;
}
section.content p.message-thank-you {
text-transform: uppercase;
text-align: center;
padding: 20px;
display: inline-block !important;
border: 1px dotted rgb(170, 170, 170);
border-radius: 3px;
background: none repeat scroll 0% 0% rgb(255, 255, 255);
color: rgb(51, 51, 51);
}


@media (max-width: 992px) {
	form #calendar_fields {
		padding: 0;
	}
}

/*==========  Responsive Styles  ==========*/



	/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

#intro .carousel-caption-left h2, #intro-video .carousel-caption-left h2 {font-size: 3.2em;}
#intro .carousel-caption-left h1 {font-size: 1.5em; font-weight: 400;}
.intro .carousel-caption-left {bottom: 30%;}
.intro .carousel-caption-left .btn {margin: .25em;}
.btn-owl-down-arrow {bottom: 35px;}
.modal-more {width: 90%;}
section#header-feature h1 {font-size: 3em; padding: 2em 0 1em;}
.box-directory {text-align: left; line-height: 2;}

	.breadcrumb
	{
		padding: 10px 0;
	}
	section.content h3 {
		padding: 0 0.8em !important;
	}
	.page-header
	{
		margin: 0;
	}
	.feature-news .carousel-indicators
	{
		bottom: -30px;
	}
	.feature-news .feat-news-height
	{
		height: 410px;
	}
	footer address .credits {text-align: center;}

	section.dark.feature-news h4 {text-align: left; font-size: 90%;}
	.section-collection .collection-item {padding-left:10px; text-align: left;}

	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
	{
	padding-left: 15px;
	padding-right: 15px;
	}
	#itinerary .itinerary-content h3
	{
		padding: 0 !important;
	}
	.calendar .day .number {font-size: 10px;}
}

	@media only screen and (max-width : 768px) {
		.intro .carousel-caption-left
		{
			left: 50px;
		}
		section h2, section.content h2
		{
			text-align: center;
		}
		.feature-news h2
		{
			text-align: center;
		}
		ol.boxes-list > li {width: 90%; margin-bottom: 15px;}
		}
	}

	@media only screen and (min-width : 481px) {

		.feature-news .feat-news-height
		{
			height: 330px;
		}
		#itinerary .itinerary-content h3
		{
			padding: 0 2.6em;
		}
		ol.boxes-list > li {width: 90%; height: 90px;}
	}

	@media only screen and (min-width : 768px) {

		.feature-news .feat-news-height
		{
			height: 440px;
		}

		#itinerary .itinerary-content h3
		{
			padding: 0 2.7em;
		}



	}

	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px) {
.nav #contact ul {
left: initial;
right: -15px;
}

		.page-content .inner
		{
			padding-right: 30px;
		}
		#itinerary .itinerary-content h3
		{
			padding: 0 7.6em;
		}
		ol.boxes-list > li { height: 120px;}
	}

	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px) {

		.navbar-header h1 {font-size: 2em;}
		.feature-news .inner
		{
			padding-left: 30px;
		}
		#itinerary .itinerary-content h3
		{
			padding: 0 9em;
		}

	}



@media only screen and (min-width : 768px) and (max-width : 991px) {

	.feature-news .container
	{
		width: 690px;
	}
	figure.effect-marley h2
	{
		font-size: 1.7em;
	}

}


@media only screen and (min-width : 992px) and (max-width : 1199px) {

	section.content h3
	{
		padding: 0 8em;
	}
	section.content p
	{
		padding: 0 11em;
	}

}
	/* iPad Portrait Collapse Menu */

@media (max-width: 991px) {
    section.content h3 {padding: 0 3em;}

    .navbar-header {
        float: none;
    }
    .calendar .day .description, .event.all_day.multi_day {font-size: 11px;}


    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }


}

div.major-events {background-color: #EBE7E1;}
.month { margin-bottom: 5px; text-align: center; border-radius: 5px; background-color: #333;}
.month a {color: #fff}


.advert {border: solid 1px #c5a35b; padding: 5px;  margin-top: 15px; display:block;}
.ad-text {border-top: solid 1px #F3F0EA; padding: 10px 5px; margin-top:5px; background-color: #F3F0EA; height: 120px; overflow: hidden;}
.advert h5 {text-transform: uppercase; font-weight: 600; font-size: 12px; margin: 0; padding: 0;}
@media only screen and (min-width: 992px){
.featured.top-four-ads .col-md-6.no-padding:nth-child(2n+1) {
	clear: left;
}
}

.opening-hours	.lbl-open-hours {
	font-size: 1.1em;
    font-weight: 300;
    margin: 0 0 1em;
}

/* hide food trail from nav temporarily */
/*
.nav .dropdown li[data-url-title="clare-valley-food-trail1"] {
	display: none !important;
}
*/


