/*
Theme Name: Rock Creek Resort
Author: A.D. Creative Group
Author URI: http://adcreativegroup.com
Description: Rock Creek Resort has very comfortable accommodations in a five star location right on Rock Creek within a beautiful canyon. If you are looking for a true escape where you can relax and revive your senses…this is the place!
Version: 1.0.0
Text Domain: rcr
*/



@font-face {
    font-family: 'bernier_distressedregular';
    src: url('fonts/bernierdistressed-regular-webfont.eot');
    src: url('fonts/bernierdistressed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bernierdistressed-regular-webfont.woff2') format('woff2'),
         url('fonts/bernierdistressed-regular-webfont.woff') format('woff'),
         url('fonts/bernierdistressed-regular-webfont.ttf') format('truetype'),
         url('fonts/bernierdistressed-regular-webfont.svg#bernier_distressedregular') format('svg');
    font-weight: normal !important;
    font-style: normal !important;

}




@font-face {
    font-family: 'bernier_regularregular';
    src: url('fonts/bernierregular-regular-webfont.eot');
    src: url('fonts/bernierregular-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bernierregular-regular-webfont.woff2') format('woff2'),
         url('fonts/bernierregular-regular-webfont.woff') format('woff'),
         url('fonts/bernierregular-regular-webfont.ttf') format('truetype'),
         url('fonts/bernierregular-regular-webfont.svg#bernier_regularregular') format('svg');
    font-weight: normal !important;
    font-style: normal !important;

}

@font-face {
    font-family: 'eastside_regularregular';
    src: url('fonts/eastsideregular-webfont.eot');
    src: url('fonts/eastsideregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/eastsideregular-webfont.woff2') format('woff2'),
         url('fonts/eastsideregular-webfont.woff') format('woff'),
         url('fonts/eastsideregular-webfont.ttf') format('truetype'),
         url('fonts/eastsideregular-webfont.svg#eastside_regularregular') format('svg');
    font-weight: normal !important;
    font-style: normal !important;

}




@font-face {
    font-family: 'eastsidetexture';
    src: url('fonts/eastsidetexture-webfont.eot');
    src: url('fonts/eastsidetexture-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/eastsidetexture-webfont.woff2') format('woff2'),
         url('fonts/eastsidetexture-webfont.woff') format('woff'),
         url('fonts/eastsidetexture-webfont.ttf') format('truetype'),
         url('fonts/eastsidetexture-webfont.svg#eastsidetexture') format('svg');
    font-weight: normal !important;
    font-style: normal !important;

}




html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background-color: #6c3108;
	background-image: url(img/header-texture-alt.png);
}

body {
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #fcfcfc;
}

body.panel-open { overflow: hidden; }


.container-fluid { max-width: 1360px; }



h1, h2, h3, h4, h5, h6 { font-weight: 400;  margin-top: 0; font-family: 'eastsidetexture', cursive; color: #45525d; color: #39693b; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { display: block; color: inherit; }


a { color: #c57200; transition: color .4s; }
a:hover { color: #955703; text-decoration: none !important; }





.well {
	box-shadow: none;
	border: 0;
	background-color: #f5ebdd;
}





.btn { border-radius: 2px; }

.btn-lg,
.btn-outline {
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 700;
}


.btn-primary { background-color: #c57200; border-color: transparent; transition: all .4s;  }
.btn-primary:hover,
.btn-primary:focus { background-color: #955703 !important; border-color: transparent !important; }


.btn-outline { background-color: transparent; border-color: #fff; color: #fff; transition: all .4s; }
.btn-outline:hover,
.btn-outline:focus { background-color: #fff; border-color: transparent; color: #444; }



@media (min-width:992px) {
	p { margin-bottom: 18px; }
}








.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #3e4320;
	background-color: #c57200;
	background-color: #66883f;
	background-color: #6c3108;
	background-image: url(img/header-texture-alt.png);
	box-shadow: 0 36px 24px -12px rgba(0,0,0,0.2) inset;
	z-index: 1030;
	height: 83px;
}

.header:before {
	display: block;
	position: absolute;
	top: 0;
	content: '';
	width: 100%;
	height: 6px;
	background-color: #3a6a3b;
	background-image: url(img/header-bar.jpg);
	background-image: url(img/header-bar-alt.png);
	background-position: center;
	background-repeat: repeat-x;
	z-index: 15;
}

.header:after {
	display: block;
	position: absolute;
	bottom: -1px;
	content: '';
	width: 100%;
	height: 0;
	border-bottom:0px dashed #3a6a3b;
}




.branding {
	display: block;
	width: 150px;
	height: 138px;
	background-image: url(img/logo-bg-alt.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	z-index: 10;
	padding: 10px 27px;
}

.phone {
	display: none;
	position: absolute;
	left: 15px;
	top: 20px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

.facebook {
	position: absolute;
	left: 20px;
	top: 32px;
	color: #fff;
	width: 20px;
	height: 20px;
}

.facebook:hover { color: #fff; }

@media (min-width: 600px) {
	.phone { display: block; left: 30px; top: 31px; }
	.facebook { display: block; left: auto; right: 130px; top: 32px; }
	.branding {
		width: 190px;
		height: 175px;
	}
}

@media (min-width: 768px) {
	.phone { left: calc( 50% - 230px ); }
	.facebook { left: 50px; }
	.branding {
		width: 190px;
		height: 175px;
	}
}


/* Navigation Panel
------------------------------------------------------------------------------------------------------------------ */


.cd-panel-logo {
	display: block;
	float: left;
	padding-left: 20px;
}

.cd-panel-logo img {
	height: 40px;
	width: auto;
}

.cd-btn {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 24px;
	transition: color .3s;
	background-color: transparent;
	font-weight: 900;
	font-size: 16px;
	z-index: 1030;
	color: #fff;
} 

.cd-btn:hover { color: #fff; }


.cd-btn:before {
	display: inline-block;
	content: '\f0c9';
	font-family: FontAwesome;
	font-size: 24px;
	width: 24px;
	background-color: transparent;
	text-align: center;
	color: #fff;
	font-weight: 400;
}

.cd-btn span { display: none; }


@media (min-width: 600px) {
	.cd-btn { left: auto; right: 30px; top: 28px; }
	.cd-btn span { display: inline-block; font-size: 14px; vertical-align: text-top; }
	.cd-btn:before { font-size: 22px; }
}

@media (min-width: 768px) {
	.cd-btn { right: 50px; }
}


.cd-panel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
  z-index: 9999;
}

.cd-panel.is-visible {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	-moz-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
}

.cd-panel-header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  box-shadow:none;
  -webkit-transition: left 0.1s 0s;
  -moz-transition: left 0.1s 0s;
  transition: left 0.1s 0s;
  height: 60px;
  line-height: 60px;
  border-right: 0 solid #222;
}

.cd-panel-header-logo { max-height: 30px; margin-left: 20px; }

.cd-panel-header h1 {
  font-weight: 800;
  padding-left: 20px;
  line-height: 50px;
  font-size: 18px;
  margin: 0;
  color: #ededed;
  text-transform: uppercase;
}
.from-right .cd-panel-header, .from-left .cd-panel-header {
  top: -60px;
}
.from-right .cd-panel-header {
  right: 0;
}
.from-left .cd-panel-header {
  left: 0;
}
.is-visible .cd-panel-header {
  top: 0;
  -webkit-transition: left 0.6s 0s;
  -moz-transition: left 0.6s 0s;
  transition: left 0.6s 0s;
}


.cd-panel-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #444;
  background-color: #da391c;
  background-color: transparent;
}

.cd-panel-close:before{ 
	content: '\f00d';
	font-family: FontAwesome;
	position: absolute;
	left: 52%;
	top: 49%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 18px;
}


.no-touch .cd-panel-close:hover {
  /*background-color: #da391c;*/
  color: #da391c;
}

.cd-panel-container {
  position: fixed;
  width: 90%;
  height: 100%;
  top: 0;
  background-color: #697817;
  background-color: #66883f;
  background-color: #c57200;
  background-color: #45525d;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.0s;
  -moz-transition-delay: 0.0s;
  transition-delay: 0.0s;
  border-right: 0 solid #222;
}

@media only screen and (min-width: 480px) {
	.cd-panel-header, 
	.cd-panel-container { max-width: 320px; }
}


.from-right .cd-panel-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.from-left .cd-panel-container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.is-visible .cd-panel-container {
  -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);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}

.cd-panel-content h4 {
  	font-weight: 600;
  	text-transform: uppercase;
  	margin: 0 0 10px;
  	font-size: 16px;
  	color: #444;
}

.cd-panel-content .form-group { margin-top: 30px; margin-bottom: 5px; }

.cd-panel-content .form-group:first-of-type { margin-top: 0; }

.cd-panel-content .panel-search {
	padding: 20px 20px;
	background-color: #222;
}

.cd-panel-content .panel-search input[type="search"] { font-weight: 600; }








/* Navigation Menu
----------------------------------------------------------------------------------------------------------------- */

.nav-menu {
	padding: 0;
	margin: 0;
}

.main-navigation a {
	display: block;
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	color: #dcd286;
	color: rgba(255,255,255, 0.7);
}

.main-navigation a:hover {
	color: #fff;
	background-color: rgba(255,255,255,0.2);
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0;
}

.main-navigation ul .toggled-on {
	display: block;
	/*background-color: #fff;*/
}

.main-navigation li {
	border-top: 1px solid rgba(0,0,0,0.1);
	position: relative;
}

/*
.main-navigation li.active,
.main-navigation li.active a {
	background-color: #fff;
	color: #444;
}
*/

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 900;
	color: #fff;
}

.main-navigation .current-menu-item > a:hover,
.main-navigation .current-menu-ancestor > a:hover {
	color: #fff;
}


/*
.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}
*/

.main-navigation .menu-item-has-children > a {
	padding-right: 48px;
	padding-right: 50px;
}

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 44px;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 0;
	right: 0;
	width: 50px;
	border-left: 0px solid #222;
}

.dropdown-toggle:after {
	color: #fff;
	content: "\f078";
	content: '\f107';
	font-size: 16px;
	line-height: 42px;
	position: relative;
	top: 0;
	left: 1px;
	width: 42px;
	font-family: FontAwesome;
}

.dropdown-toggle:hover {
	background-color: rgba(255,255,255,0.2);
}

/*
.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: rgba(255,255,255,1);
}
*/

.dropdown-toggle.toggle-on { color: #fff; }

.dropdown-toggle:focus {
	outline: 0px solid #c1c1c1;
	outline: 0px solid rgba(51, 51, 51, 0.3);
}

.dropdown-toggle.toggle-on:after {
	content: "\f077";
	content: '\f106';
	color: rgba(255,255,255,1);
}

/*.dropdown-toggle.toggle-on { background-color: #fff; background-color: rgba(255,255,255,1); }*/



.sub-menu {
	padding: 0;
	margin: 0;
}

.sub-menu a {
	padding: 10px 10px 10px 30px;
	text-transform: none;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0;
	height: auto;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	color: #fff;
}

.sub-menu a:before {
	content: '\f0da'; /* caret */
	font-family: FontAwesome;
	font-size: 11px;
	position: absolute;
	left: 19px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -1px;
	color: #fff;
	color: rgba(0,0,0,0.2);
}

.sub-menu li { border-top-color: #ddd; border: 0 !important; }






















/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
 
 
 
 
 
.flexslider {
	margin: 0;
	background: #ffffff;
	background-color: rgb(69, 82, 93);
	background-color: #f7f8f6;
	background-image: url(img/view-alt.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: 0;
	position: relative;
	zoom: 1;
	border-radius: 0;
	box-shadow: none;
	height: 100vh;
	height: calc(100vh - 79px);
}


.flexslider .slides {
  zoom: 1;
  height: 100%;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

@media (min-width:768px) {
	.flexslider .slides > li { background-attachment: fixed; }
}

.flexslider .slides > li:before {
	display: block;
	content: '';
	height: 100%;
	background-color: rgba(0,0,0,0.0);
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	z-index: 0;
	box-shadow: 0 -180px 180px -60px rgba(0,0,0,0.9) inset;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 0 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(255,255,255, 1);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-align: center;
}
.flex-direction-nav a:before {
  font-family: FontAwesome;
  font-size: 32px;
  display: inline-block;
  content: '\f104';
  color: rgba(255,255,255, 1);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-indent: -3px;
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
  text-indent: 3px;
}
.flex-direction-nav .flex-prev {
  left: 20px;
}
.flex-direction-nav .flex-next {
  right: 20px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 20px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 20px;
}

@media (min-width:768px) {
	.flex-direction-nav .flex-prev { left: 36px; }
	.flexslider:hover .flex-direction-nav .flex-prev { left: 36px; }
	.flex-direction-nav .flex-next { right: 36px; }
	.flexslider:hover .flex-direction-nav .flex-next { right: 36px; }
}


.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}


.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 30px;
  text-align: center;
  z-index: 100;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #eee;
  background: rgba(255,255,255, 0.0);
  cursor: pointer;
  text-indent: -9999px;
  box-shadow: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255, 1);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(255,255,255, 1);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(255,255,255, 1);
  cursor: default;
  border-color: transparent;
}

.flex-caption {
	position: absolute;
	left: 0;
	top: 51%;
	-webkit-transform: translate3d(0,-51%,0);
	transform: translate3d(0,-51%,0);
	color: #fff;
	width: 100%;
	z-index: 10;
	margin: 20px 0 0;
	padding: 0 40px;
	text-align: center;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	font-family: 'bernier_distressedregular', sans-serif;
	text-shadow: 0px 2px 0 rgba(0,0,0,0.7);
	opacity: 1;
	transition: all 1s;
	text-transform: uppercase;
}

.flex-caption span {
	display: block;
	text-align: center;
	font-size: 32px;
	line-height: 1;
	font-weight: 400;
	font-family: 'eastsidetexture', cursive;
	text-transform: capitalize;
	margin-top: -8px;
}

@media (min-width:768px) {
	.flex-caption { font-size: 48px; }
	.flex-caption span { font-size: 48px; margin-top: -14px; }
}

@media (min-width:992px) {
	.flex-caption { font-size: 96px; padding: 0 220px; margin-top: 30px; line-height: .9; }
	.flex-caption span { font-size: 96px; margin-top: -24px; }
}

.flex-caption.active { opacity: 0; }

/*
.flex-caption:before {
	display: block;
	font-style: normal;
	content:'ROCK CREEK RESORT';
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
*/








.intro {
	text-align: center;
	background-color: #c57200;
	background-color: #45525d;
	background-color: #3a6a3b;
	background-image: url(img/header-texture-alt.png);
	color: #fff;
	padding: 40px 0 20px;
	position: relative;
	box-shadow: 0 -136px 124px -112px rgba(0,0,0,0.4) inset;
}

.intro:before {
	display: none;
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	top: -1px;
	border-top: 1px dashed #c57200;
	z-index: 100;
}

.intro h2 {
	margin: 0 0 15px;
	color: #fff;
	color: #e9debd;
	font-size: 48px;
}

.intro h2 small {
	display: block;
	text-transform: uppercase;
	margin: 0 0 15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #adb6bb;
	color: #fff;
}






.promos {
	display: block;
	width: 100%;
	background-color: #fff;
	position: relative;
	
}

.promo {
	display: block;
	vertical-align: top;
	padding: 7% 5% 6%;
	text-align: center;
	position: relative;
	width: 100%;
	box-shadow: 0 9px 5px -7px rgba(0,0,0,0.0) inset;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
}

@media (min-width:992px) {

	.promos { display: table; }
	.promo { display: table-cell; width: 50%; padding: 3% 4% 2%; }

}


.promo.weddings {
	background-color: #fcfcfc;
	background-image: url();
	
}

.promo.events {
	background-color: #f5f5f5;
	background-image: url();
}


.promo-content {
	position: relative;
}


.promo-content .img-circle {
	width: 125px; 
	height: 125px;
	border: 4px solid #ddd;
}

.promo h2 {
	font-weight: 400;
	margin: 20px 0 15px;
	position: relative;
	font-size: 42px;
	line-height: .8;
}

.promo h2:after {
	display: none;
	content: url(img/bug.png);
}

.promo .lead { font-size: 18px; }





















.featured-special {
	background-color: #fff;
	background-image: url(img/featured-special-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	padding: 60px 20px 40px;
	position: relative;
	
}

@media (min-width:768px) {
	.featured-special { background-attachment: fixed; padding: 80px 20px 60px; }
}

.featured-special:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	background-color: rgba(47,71,27,0.7);
}

.featured-special-content {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	color: #fff;
}

/*.featured-special-content a { color: #fff; }*/


.featured-special-content h3,
.featured-special-content h3 a {
	font-size: 36px;
	margin: 0 0 20px;
	color: #e9debd;
}

.featured-special-content h3 small {
	display: block;
	text-transform: uppercase;
	margin: 0 0 15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #eedb74;
	color: #fff;
}

.featured-special-content .lead { font-size: 20px; }

.featured-special-content .btn-outline {
	padding: 10px 24px;
}

.featured-special-content .view-all-specials { 
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	color: rgba(255,255,255,0.6);
	letter-spacing: 0.05em;
}

.featured-special-content .view-all-specials:hover { 
	color: #fff;
}

.featured-thumb {
	margin-bottom: 30px;
}


.asides {
	padding: 0;
	background-image: url(img/floral-bg.jpg);
	background-attachment: fixed;
	text-align: left;
	width: 100%;
	border-top: 9px solid #b69a71;
	border-bottom: 9px solid #b69a71;
	border: 14px solid #dcd6d0;
	border-color: rgba(0,0,0,0.1);
}

.aside { text-align: center; padding: 30px 20px; background-color: rgba(255,255,255,0.2); border-top: 14px solid rgba(0,0,0,0.1); }

.aside.grounds-map {
	background-repeat: no-repeat;
	background-size: 160% auto;
	background-position: center;
	background-image: url(img/view.jpg);
	position: relative;
}

.aside.grounds-map:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.9);
	z-index: 0;
}

/*
.aside:nth-child(1) { background-color: rgba(255,255,255,0.2); }
.aside:nth-child(2) { background-color: rgba(255,255,255,0.4); }
.aside:nth-child(3) { background-color: rgba(255,255,255,0.6); }
.aside:nth-child(4) { background-color: rgba(255,255,255,0.8); }
*/

.aside:first-of-type{ border: 0; }

@media (min-width:992px) {

	.asides { display: table; padding: 0; width: 100%; }
	
	.aside { display: table-cell; width: 25%; padding: 40px 20px 15px; border-left: 14px solid #dcd6d0; border-color: rgba(0,0,0,0.1); border-top: 0;  }
	
	
}



.asides h3,
.explore.explore-news-and-info h3 {
	margin: 0 0 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 0px solid #fff;
	padding: 0px 20px 10px;
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 0.07em;
}

.asides h3:before {
	display: block;
	content: '';
	width: 28px;
	height: 16px;
	position: relative;
	margin: 0 auto;
	background-image: url(img/bug.png);
	background-repeat: no-repeat;
	background-size: 100%;
}


.asides h3:after {
	display: none;
	content: '';
	width: 80px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	top: -40px;
	left: 20px;
	border-bottom: 3px solid #fc0;
}

.asides h3 small,
.explore.explore-news-and-info h3 small {
display: inline;
font-size: inherit;
font-weight: inherit;

	/*
	display: block;
	font-family: 'eastsidetexture', serif;	
	font-size: 28px;
	text-transform: none;
	margin: 0 0 -7px -20px;
	color: #9d897b;
	letter-spacing: 0em;
	*/
}



.list-asides {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	position: relative;
}

.list-asides li {
	margin: 10px 0 11px;
	font-size: 14px;
	line-height: 1.25;
	border-top: 1px dashed rgba(0,0,0,0.15);
	padding-top: 10px;
}

.list-asides li:first-child { border: 0; padding-top: 0; }

.list-asides li small {
	display: block;
	color: #666;
}








.explore-rock-creek {
	display: table;
	width: 100%;
	background-image: url(img/floral-bg.jpg);
	background-attachment: fixed;
}

.explore-rock-creek .explore {
	display: table-cell;
	width: 50%;
	padding: 3%;
}


.explore.explore-map {
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: right center;
	background-image: url(img/view.jpg);
	background-attachment: fixed;
}













.content {  }


.hero {
	height: 60vh;
	height: auto;
	min-height: 380px;
	background-image: url(img/slide-01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	padding: 28% 5% 3%;
	padding: 36% 5% 0;
	border-bottom: 0px dashed #fcfcfc;
	position: relative;
}

@media (min-width:768px) {
	.hero { background-attachment: scroll; }
}

.hero:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8px;
	background-image: url(img/header-bar-alt.png);
	background-position: center;
	background-repeat: repeat-x;
	z-index: 10;
}

.hero.accommodation {
	height: 80vh;
	height: auto;
	min-height: 520px;
	padding: 33% 5% 3%;
	padding: 42% 5% 0;
}


.entry-content {
	padding: 0 15px 30px;
}

/*
.entry-content .lead {
	text-align: center;
	position: relative;
	color: #b69a71;
}

.entry-content .lead:after {
	display: block;
	content: '';
	width: 120px;
	height: 3px;
	background-color: rgba(238, 228, 213, 0.6);
	margin: 30px auto;
}
*/

.page-title {
	text-align: center;
	background-color: #fcfcfc;
	padding: 20px 0 20px;
	margin: -20px 0 0;
	margin-top: 0;
	border-top: 0px solid #6c3108;
	position: relative;
	font-size: 36px;
	line-height: .8;
	color: #b69a71;
	color: #45525d;
	color: #3a6a3b;
	color: #8a4a28;
	font-family: 'bernier_distressedregular', sans-serif;
	text-transform: uppercase;
}



.page-title:after {
	display: block;
	content: url(img/bug.png);
	margin-top: 10px;
	line-height: .5;
}

@media (min-width:600px) {
	.entry-content { padding: 0 30px 30px; }
	.page-title { font-size: 72px; padding: 48px 0 20px; margin: -40px 0 0; margin-top: 0; }
	.page-title:after { margin-top: 5px; }
}

@media (min-width:992px) {
	.entry-content { padding: 0 10% 30px; }
	.page-title { font-size: 96px; }
	.page-title:after { line-height: .1;}
}


.entry-content ul {
	display: block;
	margin: 24px 0;
	padding-left: 0;
	list-style: none;
}

.entry-content li {
	position: relative;
	padding-left: 18px;
	margin: 0 0 10px;
	line-height: 1.25;
}

.entry-content li:first-child { margin-top: 0; }

.entry-content li:before {
	content: '\f111';
	font-family: FontAwesome;
    display: block;
    padding-right: 18px;
    font-size: 6px;
    position: absolute;
    left: 0;
    top: 8px;
    color: #6c3108;
}

.entry-content .list-inline li { padding: 0 20px; }

.entry-content .list-inline li:before {
	content: '';
	display: none;
}

@media (min-width:768px) {
	.entry-content .list-inline li { padding: 0 15px; }
}


@media (min-width:768px) {
	.entry-content ul.list-two-column {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 60px;
		-moz-column-gap: 60px;
		column-gap: 60px;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
		margin: 40px 0;
		padding: 0px 0;
		border-top: 0px solid #eee;
		border-bottom: 0px solid #eee;
	}
	
	.entry-content ul.list-two-column li { display: inline-block; }
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
	text-align: center;
}


.entry-content .post-title {
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
}

h2.post-title { font-size: 28px; margin-bottom: 15px; }

@media (min-width:768px) {
	h2.post-title { font-size: 48px; margin-bottom: 20px; letter-spacing: 0.0em; font-weight: 300; }
}

.entry-meta {
	overflow: hidden;
	padding: 0 5px 10px;
	border-bottom: 1px solid #ddd;
	border-top: 0px solid #ddd;
	margin: 0 0 20px;
	background-color: rgba(0,0,0,0.0);
}

.entry-meta .date {
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 1px;
	font-weight: 400;
}
.entry-meta .addthis_sharing_toolbox {
	float: right;
	margin: 0;
}

body.blog .entry-meta { display: none; }

.featured-image { margin-bottom: 20px; }


.screen-reader-text { display: none; }

.nav-links {
	overflow: hidden;
	margin: 40px 0 20px;
	padding: 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.nav-previous { margin-bottom: 20px; }

.nav-previous:before,
.nav-next:before {
	display: block;
	content: 'PREV POST';
	font-size: 12px;
	font-weight: 700;
	color: #888;
}

.nav-next:before { content:'NEXT POST'; }
	

@media (min-width:992px) {

	.nav-links { border-bottom: 0; margin: 0 30px 30px;  }
	
	.nav-previous,
	.nav-next { width: 50%; float: left; margin: 0; }

	.nav-next { float: right; text-align: right; }
	
	.sidebar-right {
		padding-left: 30px;
	}
}


body.blog .nav-previous:before,
body.blog .nav-next:before { display: none; }

.post-excerpt {
	padding: 40px 0 0;
	border-top: 1px solid rgba(0,0,0,0.08);
	margin: 20px 0 0;
	transition: all .4s;
}

.post-excerpt:hover {
	background-color: rgba(255,255,255,0);
}

h4.post-title small {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

/*.post-excerpt:first-of-type { margin-top: 0; }*/





/* WP page navi plugin
-------------------------------------------------------------------------------------------------------------------- */

.wp-pagenavi {
	clear: both;
	margin: 0 30px 0;
	padding: 20px 0;
	border-top: 1px solid #ddd;
	text-align: left;
}


.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi a,
.wp-pagenavi span.current{
    border: 0;
    color: #fff;
    border-radius:28px;
    background: #c57200;
    display: inline-block;
    line-height: 28px;
    height: 28px;
    width: 28px;
    text-decoration: none;
    margin: 0 .3em 12px;
    padding: 0;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}

.wp-pagenavi span.current {
    background: #888;
    color: #fff;
}

.wp-pagenavi a:hover {
   background: #955703;
   color: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink { color: #666; background: transparent !important; display: none; }

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover { color: #955703 !important; }


.wp-pagenavi .extend { border: 0; }










/*-----------------------------------------------------------------------------------*/
/* google map
/*-----------------------------------------------------------------------------------*/


.map-container {
    position: relative;
    padding-bottom: 32.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    z-index: 2;
}
 
.map-container iframe,  
.map-container object, 
.map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#map_canvas2 {
	width: 100%; 
	height: 100%; 
	position: absolute;
	left: 0;
	top: 0;
}









.accommodations-carousel-wrapper {
	border-top: 0px solid rgba(0,0,0,0.1);
	background-color: #f5f3f0;
	box-shadow: 0 6px 4px -4px rgba(0,0,0,0.15) inset;
	position: relative;
}

.accommodations-carousel-wrapper:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 8px;
	background-image: url(img/header-bar-alt.png);
	background-position: center;
	background-repeat: repeat-x;
	z-index: 10;
}

.accommodations-carousel { background-color: #f5f3f0; border-top: 0px solid #573c33; position: relative; padding-bottom: 5px; }

.accommodations-heading-sm {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	color: #8b8279;
	margin-top: 20px;
	position: relative;
}

.accommodations-heading-sm:before {
	display: block;
	content: '';
	width: 24px;
	height: 15px;
	background-image: url(img/bug.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.accommodation {
	display: block;
	position: relative;
	transition: all .4s;
	
}

.accommodation-image {
	display: block;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.accommodation-image:before {
	display: block;
	content: '';
	padding-bottom: 65%;
	background-color: rgba(0,0,0,0.3);
	transition: all .4s;
}

.accommodation:hover .accommodation-image:before { background-color: rgba(0,0,0,0.0); }

.accommodation-content {
	padding: 10px 28px;
	background-color: #f5f3f0;
	text-align: center;
	color: #444;
	
}

.accommodation-content h5 {
	text-align: center;
	margin: -30px 0 0;
	position: relative;
	padding: 15px 0;
	background-color: #f5f3f0;
	font-size: 13px;
	border-top: 4px solid #c57200;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

.accommodation-content p {
	font-size: 13px;
	padding: 0 10px 20px;
	margin: 0;
}

.entry-content .lead,
.lead.accommodation-abstract {
	font-size: 32px;
	line-height: 1.125;
	font-style: italic;
	margin-bottom: 24px;
	padding: 0;
	color: #b69a71;
	text-align: center;
	font-family: 'eastside_regularregular', cursive;
	font-weight: 400;
	letter-spacing: 0.02em;
}


.accommodation-thumbnail {
	width: 128px; 
	height: 128px; 
	margin: 0 auto 40px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 3px solid #ddd;
}




.addthis_sharing_toolbox {
	margin: 30px auto;
	text-align: center;
}








.rooms { 
	background-color: #fff;
	background-image: url(img/floral-bg.jpg);	
	padding-bottom: 30px;
	border-top: 1px solid #ece2d9;
}

.rooms h2 {
	text-align: center;
	margin: 0;
	padding-top: 33px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}




.room {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 30px 0 0;
	padding: 0 30px;
}

@media (min-width:992px) {
	.rooms {padding-bottom: 50px;}
	.room { padding: 0 8.5%; margin: 30px 0 60px; }
	.rooms h2 { padding-top: 53px; }
	
	.rooms h2:before {
		display: block;
		content: '\f236';
		font-family: FontAwesome;
		font-size: 22px;
		text-align: center;
		width: 76px;
		height: 76px;
		line-height: 76px;
		border-radius: 50%;
		background-color: #fcfcfc;
		margin: -93px auto 24px;
		font-weight: 100;
		box-shadow: 0 1px 0 0 rgba(0,0,0,0.05);
		color: #9e9183;
		border: 1px solid #ece2d9;
		border-width: 0 0 1px 0;
	}
	
}

.room-info {
	position: relative;
	background-color: #eee4d5;
	background-color: rgba(238, 228, 213, 0.6);
}



.room-info-content {
	position: relative;
	text-align: center;
	padding: 40px 30px 20px;
}

.room-description {
	padding: 0 30px;
}

/*
.room-info:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 36px 24px 36px;
	border-color: transparent transparent #eee4d5 transparent;
	position: absolute;
	top: -24px;
	left: 50%;
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
	z-index: 1;
}
*/

.room-photo:before {
	display: block;
	content: '';
	padding-bottom: 66.666666666667%;
}


.room-photo {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.room-photo-border {
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255,255,255,0.7);
}


.room-title {
	font-size: 24px;
	color: #695b4e;
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

.room-title small {
	font-size: 12px;
	color: #9e9183;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 5px;
}

.room-title small span {
	border-bottom: 2px solid #ddd0c3;
	display: inline-block;
	padding-bottom: 15px;
	margin-bottom: 20px;
}


.room-price { font-weight: 300; color: #45525d; font-size: 36px;}

.room-price sup { display: inline-block; font-weight: 400; color: #45525d; font-size: 18px; padding-right: 3px;}


.room-gallery-link {
	display: block;
	width: 76px;
	height: 76px;
	line-height: 66px;
	color: #fff;
	color: rgba(255,255,255,0.3);
	font-size: 28px;
	border: 2px solid rgba(255,255,255,0.0);
	border-color: #eee4d5;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	z-index: 5;
	transition: all .7s;
	background-color: #c57200;
}



.room-gallery-link img {
	opacity: 1;
	transition: all .7s;
}

.room-gallery-link:hover img {
	opacity: 1;
}

.room-gallery-link:after {
	display: none;
	content: '+';
	font-size: 20px;
	position: absolute;
	right: 17px;
	top: -12px;
	z-index: 3;
	font-weight: 700;
	color: rgba(255,255,255,0.5);
}

.room-gallery-link:hover {
	color: rgba(255,255,255,1);
	/*border-color: rgba(255,255,255,0);*/
	background-color: #955703;
	color: #444;
}

.room-book-now .btn-xs { text-transform: uppercase; font-weight: 700; font-size: 13px; padding: 7px 14px; }

@media (min-width:768px) {

	
	
	

	.room-title { font-size: 42px; }
	
	.room-photo,
	.room-info {
		padding: 5%;
		width: 50%;
		position: relative;
	}

	.room-photo:before,
	.room-info:before {
		display: block;
		content: '';
		padding-bottom: 66.666666666667%;
	}

	.room:nth-child(odd) .room-photo { float: right; }

	.room:nth-child(even) .room-photo { float: left; }

	.room:nth-child(odd) .room-info { float: left; }

	.room:nth-child(even) .room-info { float: right; }

	.room:nth-child(odd) .room-info:after,
	.room:nth-child(even) .room-info:after {
		display: none;
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		position: absolute;
		top: 50%;
		-webkit-transform: translate3d(0,-50%,0);
		transform: translate3d(0,-50%,0);
		z-index: 10;
	}

	.room:nth-child(odd) .room-info:after {
		border-width: 36px 0 36px 48px;
		border-color: transparent transparent transparent #eee4d5;
		right: -24px;
	}

	.room:nth-child(even) .room-info:after {
		border-width: 36px 48px 36px 0;
		border-color: transparent #eee4d5 transparent transparent;
		left: -24px;
	}
	
	.room:nth-child(odd) .room-gallery-link { left: 0%; }
	.room:nth-child(even) .room-gallery-link { left:100%; }
	
	.room-info-content {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%,-50%,0);
		transform: translate3d(-50%,-50%,0);
		width: 100%;
		text-align: center;
		padding: 30px 30px 10px;
	}

}




.prev-next-nav,
.prev-next-nav.active { display: none !important; }

@media (min-width: 992px) {

	.prev-next-nav {
		overflow: hidden;
		display: none;
		opacity: 1;
		transition: opacity .6s;
		-webkit-transform: transform3d(0,0,0);
		transform: transform3d(0,0,0);
	}
	
	.prev-next-nav.active { opacity: 1; display: none !important; }

	.prev,
	.next {
		color: #fff;
		transition: all 0.3s;
		position: fixed;
		left: 20px;
		top: 42%;
		display: block;
		z-index: 1;
		opacity: 1;
	}
	
	.prev-next-nav.active .prev,
	.prev-next-nav.active .next { opacity: 0; visibility: hidden; }
	
	
	.prev img,
	.next img {
		border: 3px solid rgba(255,255,255,1);
		transition: all 0.3s;
		-webkit-transform: scale(.65);
		transform: scale(.65);
		box-shadow: 0 0 9px 6px rgba(238, 228, 213, 0.4);
	}
	
	.prev:hover img,
	.next:hover img{
		border: 3px solid rgba(255,255,255,1);
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	

	.next { left: auto; right: 20px;  }

	.prev:hover,
	.next:hover {  }
	
	.prev span,
	.next span { display: none; }



	.prev-thumb { margin-right: 0;  }
	.next-thumb { margin-left: 0;  }


	.prev::before,
	.next::before {
		display: block;
		font-family: FontAwesome;
		content: '\f137'; /* chevron circle */
		content: '\f053'; /* chevron */
		position: absolute;
		left: 20px;
		top: 50%;
		-webkit-transform: translate3d(0,-50%,0);
		transform: translate3d(0,-50%,0);
		font-size: 24px;
		opacity: 0.9;
		margin-top: 3px;
		transition: all 0.3s;
	}

	.next::before {
		left: auto;
		right: 20px;
		content: '\f138'; /* chevron circle */
		content: '\f054'; /* chevron */
	}
	
	.prev:hover::before,
	.next:hover::before { color: #fff; opacity: 0; }


}


.tooltip {
    position: absolute;
    display: block;
    font-weight: 700;
    line-height: 2.5;
    font-size: 12px;
}




.owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}



.owl-nav {
    position: absolute;
    top: 24%;
    height: 0;
    width: 100%;
}

.owl-prev,
.owl-next {
    position: absolute;
    color: #fff;
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 34px;
    margin-top: 0;
    background-color: #c57200;
    text-align: center;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    padding: 0 3px 0 0;
    font-size: 16px;
}

.owl-next {
    left: auto;
    right: 0;
    padding: 0 0 0 3px;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: #222;
    color: #fcfcfc;
}

.owl-prev.disabled,
.owl-next.disabled { background-color: rgba(0,0,0,0.2); cursor: default !important; }





.owl-dots {
	padding: 10px 0;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    * display: inline
}

.owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #444;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid transparent;
}

.owl-dots .owl-dot.active span {
    border-color: #444;
    background-color: transparent;
}
















.site-footer {
	background-color: #6c3108;
	background-image: url(img/header-texture-alt.png);
	color: #fff;
	padding: 40px 0 60px;
	font-size: 14px;
	box-shadow: 0 12px 8px -9px rgba(0,0,0,0.3) inset;
	text-align: center;
}

.site-footer a {
	color: #fcfcfc;
}


/*
@media (min-width: 768px) {
	.site-footer { text-align: left; }
	
	.footer-menu.list-inline { text-align: right; }
	
	
}
*/






















/* --------------------------------------------------------
3.					start hotel booking area CSS
-----------------------------------------------------------*/


.hotel_booking_area {
	/*
    left: calc( 50% - 585px );
    position: absolute;
    text-transform: uppercase;
    top: 0;
    z-index: 200;
    */
    display: block;
    background-color: #313a45;
    background-color: transparent;
    color: #fff;
    position: relative;
    width: 100%;
}


/* 
body.home .hotel_booking_area {
	background-color: #313a45;
	box-shadow: 0 -66px 36px -36px rgba(0,0,0,0.4) inset;
	background-color: rgb(108, 49, 8);
	background-color: #253543;
}
 */

.hotel_booking_area {
	box-shadow: 0 -66px 36px -36px rgba(0,0,0,0.4) inset;
	background-color: #253543;
}

.picker-container {
    display: none;
}

.hotel_booking {
    /* background: #313a45 none repeat scroll 0 0; */
    /* background-color: rgba(0,0,0,0.5); */
    font-family: 'Source Sans Pro', sans-serif;
    padding: 22px 6px 20px;
    position: relative;
    overflow: hidden;
    transition: all .5s;
    border-radius: 2px;
}

.hotel_booking:hover {
	/* background-color:rgba(0,0,0,0.8); */
}


body.home .hotel_booking {
	background-color: transparent;
}

.room_book {
    border-right: 0px solid #475362;
    border-color: rgba(255,255,255,0.5);
    margin-right: 0;
}

.room_book h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    border: 0px solid rgba(255,255,255,0.0);
    padding: 4px 7px;
    padding: 0;
    margin: 0;
    background-color: rgba(0,0,0,0.0);
}

@media (min-width: 768px) {
	.room_book h4 { text-align: left }
}

.room_book small {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
}

form#booking-form .form-group {
    margin: 0;
    border-left: 0;
    border-color: rgba(255,255,255,0.3);
}

@media (min-width: 768px) {
	form#booking-form .form-group {
		border-left: 1px solid #fff;
		border-color: rgba(255,255,255,0.3);
	}
}

.hotel_booking .input-group {
    width: 100%;
}

.hotel_booking .input,
.hotel_booking .input-group-addon,
.hotel_booking_area input#datepicker,
.hotel_booking_area input#datepicker1 {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #aab8ca;
    color: #fff;
    outline: none;
}

.hotel_booking .input-group-addon {
    padding: 0 0 0 10px;
    color: #c57200;
}

.hotel_booking_area ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #aab8ca;
    color: #fff;
}

.hotel_booking_area ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #aab8ca;
    color: #fff;
    opacity: 1;
}

.hotel_booking .input,
.hotel_booking_area input#datepicker,
.hotel_booking_area input#datepicker1,
.hotel_booking_area select#room,
.hotel_booking_area select#adult,
.hotel_booking_area select#child,
.hotel_booking_area select#bed {
    font-size: 13px;
    height: 37px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}

.hotel_booking_area select#room {
}

.form-control:focus {
    box-shadow: none;
}

.hotel_booking_area select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #aab8ca;
    color: #fff;
    outline: medium none;
   font-family: 'Source Sans Pro', sans-serif;
    padding-left: 8px;
    box-shadow: none;
}

.hotel_booking_area select > option {
    border: medium none;
    margin: 0;
    padding: 5px 5px 5px 15px;
}

.icon_arrow:after {
    content: '\f107';
    color: #aab8ca;
    color: #c57200;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 42px;
    position: absolute;
    right: 9%;
    top: -6%;
    z-index: 1;
}

/* --------------------------------------------------------
 					end hotel booking area CSS
-----------------------------------------------------------*/


h2.tribe-events-page-title,
#tribe-geo-results h2.tribe-events-page-title {
	font-size: 30px;
	font-weight: normal;
	text-transform: none;
}

a.tribe-event-url {
	font-weight: normal;
	text-transform: none;
}


/* galleries
----------------------------------------------------------------------------------------------------------------------*/


.list-filters {
	margin: 0;
	text-align: center;
	background-color: #222;
	padding: 8px 30px 11px;
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: auto;
}

.list-filters li {
	font-size: 10px;
	text-transform: uppercase;
	color: #888;
	font-weight: 600;
	cursor: pointer;
	transition: all 300ms;
}

.list-filters li:hover,
.list-filters li.active {
	color: #fff;
}

.galleries { 
	padding: 1%;
	background-color: #fff;
	background-color: #121212;
	overflow: hidden;
	box-shadow: 0 12px 6px -9px rgba(0,0,0,0.4) inset;
}

.galleries .photo.mix {
	display: none;
}

.galleries .photo {
	display: block;
	width: 48%;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 1% 1%;
	box-shadow:  1px 1px 0px 0px rgba(190,190,190,1) inset,
				-1px -1px 0px 0px rgba(190,190,190,1) inset;
	transition: all 250ms;
}

.galleries .photo::before {
	display: block;
	content: '';
	padding-bottom: 75%;
}

.galleries .photo:hover { 
	box-shadow:  3px 3px 0px 0px rgba(255,255,255,1) inset,
				-3px -3px 0px 0px rgba(255,255,255,1) inset;	
}


@media (min-width: 600px) {
	.galleries .photo { width: 31.33333%; }
}

@media (min-width: 768px) {
	.galleries .photo { width: 23%; }
}

@media (min-width: 992px) {
	.galleries .photo { width: 18%; }
}

@media (min-width: 1440px) {
	.galleries .photo { width: 12.28571428571429%; }
}


/* lightgallery customizations
----------------------------------------------------------------------------------------------------------------------*/

#lg-counter {
	color: #ccc;
	font-size: 14px;
	font-weight: 700;
}

.lg-sub-html { font-weight: 700; font-size: 14px; padding: 12px 40px; }

.lg-icon {
	font-family: 'FontAwesome';
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.0);
}

.lg-actions .lg-next:before {
	content: "\f054";
}
.lg-actions .lg-prev:after {
	content: "\f053";
}

.lg-toolbar .lg-close:after {
	font-family: 'FontAwesome';
	content: "\f00d";
}

img.lg-object.lg-image {
	border: 2px solid #fcfcfc;
}


/* specials
----------------------------------------*/
ul.specials {
	list-style-type: none;
	display: inline;
}

ul.specials li {
	display: inline-block;
	width: 320px;
	float: left;
	padding: 30px;
	margin: 0 15px 40px 15px;
	background: #f5f3f0;
}

.entry-content ul.specials li.special::before {
	content: '';
	display: none;
}

.special h4 {
	font-size: 24px;
}

/* image captions
----------------------------------------*/


p.wp-caption-text { font-weight: bold; font-size: 0.8em; padding-top: 10px; }



/* Reservations Template
----------------------------------------*/

.reservation-phone {
	display: none;
	position: absolute;
	right: 15px;
	top: 20px;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
}

@media (min-width: 374px) {
	.reservation-phone { display: block; right: 15px; top: 31px; font-size: 14px; }
}

@media (min-width: 600px) {
	.reservation-phone { display: block; right: 30px; top: 31px; font-size: 14px; }
}

@media (min-width: 768px) {
	.reservation-phone { display: block; right: 50px; top: 31px; font-size: 18px; }
}

.hero-reservations {
	height: 30vh;
	background-image: url(img/reservations-hero-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	border-bottom: 0px dashed #fcfcfc;
	position: relative;
}

.hero-reservations:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8px;
	background-image: url(img/header-bar-alt.png);
	background-position: center;
	background-repeat: repeat-x;
	z-index: 10;
}

ul.res-footer-menu {
	list-style: none;
	padding-left: 0;
}

ul.res-footer-menu li {
	display: inline-block;
	padding-left: 6px; 
	padding-right: 6px;
}

ul.res-footer-menu li a {
	text-decoration: none;
}



/* Dining Coupon
----------------------------------------*/

.coupon {
	border: 3px double #6c3108;
	text-align: center;
}

.coupon h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 54px;
	text-transform: uppercase;
	font-weight: 700;
}

.coupon h3 {
	font-size: 36px;
	padding-bottom: 12px;
	border-bottom: 3px solid rgba(108,49,8,0.3);
}

.coupon i {
	color: #39693b;
}