
/* GLOBAL SLIDERS
============================ */
.flexslider {
	margin:0px;
	border: 0px;
	box-shadow: none;
	background: transparent;
	border-radius: 0;
	border: medium none;
}

.flexslider ul.slides {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/* GLOBAL SLIDER NAV
============================ */
.flex-direction-nav a {
	color: #fff;
	text-shadow : none;
}
.flex-direction-nav a::before {
	font-family: fontawesome;
	content: '\f053';
}
.flex-direction-nav a.flex-next::before {
	font-family: fontawesome;
	content: '\f054';
}



/* SIDEBAR SLIDER
============================= */
#page-slide .item {
	max-height: 408px;
	overflow: hidden;
	position: relative;
}
#page-slide .item img {
	width: 100%;
}
#page-slide .item > a {
	display: block;
	background: #221c1e;
	max-height: 408px;
	overflow: hidden;

}

#page-slide .item .caption {
	position: absolute;

	width: 100%;
	bottom: 0;
	z-index: 10;
	text-align: center;
	background: rgba(0,0,0,0.3);
	padding: 10px;

}

#page-slide .item .caption .title {
	text-transform: uppercase;

	color: #F4F2EF;
	font-weight: 900;
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 10px;
	display: block;
}
#page-slide .item .caption p {
	color: #f5f5f5;
}

#page-slide .item  .btn.btn-white.btn-ghost {
	transition: all .2s ease-in;
}

#page-slide .item .btn.btn-white.btn-ghost:hover,
#page-slide .item .btn.btn-white.btn-ghost:focus,
#page-slide .item:hover .btn.btn-white.btn-ghost {
	color: #F4f2ef;
	border-color: #F4f2ef;
	background-color: rgba(0,0,0,0.1);
}



/* SPECIALS SLIDERS
============================== */


#specials-slider {
	background: #332d2f;
}

#specials-slider .flex-viewport {
	height: 270px!important;
}

.ss-post-item {
	height: 90px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ss-content {
	padding-left: 15px;
}

.ss-post-item a {
	display: block;
	padding: 10px;
	height: 100%;
	width: 100%;
	text-transform: uppercase;
}

#specials-slider .flex-active-slide .ss-post-item a {

}

.ss-post-item a:hover {
	background: rgba(34,28,30,1);
}

.ss-post-item img {
	max-width: 70px;
}

.ss-post-item a h3 {
	font-size: 16px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	font-weight: 500;
	color: #f4f2ef;
}

.ss-post-item a:hover h3 {
	color: #ebbf6d;
}

.ss-post-item a p {
	font-size: 12px;
	font-weight: 700;
	font-family: "franklin-gothic-urw", sans-serif;
	color: #6fdbf0;
}

.ss-post-item a:hover p {
	color: #fff;
}

#specials-slider .flex-direction-nav {
	position: absolute;
	top: -69px;
	height: 69px;
	width: 26px;
	right: 0;

}

#specials-slider .flex-direction-nav a {
	opacity: 1;
	transform: rotate(90deg);
	width: 15px;
	height: 26px;
	padding: 5px;
	margin: 0;
}

#specials-slider .flex-direction-nav a:hover {

}

#specials-slider .flex-direction-nav .flex-prev {
	left: auto;
	right: 10px;
	top: 3px;
}

#specials-slider .flex-direction-nav .flex-next {
	right: 10px;
	top: 39px;
}

#specials-slider .flex-direction-nav a:before {
	font-size: 16px;
	margin-top: 1px;
	display: block;

	opacity: 0.5;
}

#specials-slider .flex-direction-nav a:hover:before {
	opacity: 0.7;
}


/* LODGING SLIDER
============================== */
#lodging-slider .flex-control-thumbs li {
	width: 14.25%;
}

@media screen and (max-width: 1200px) {

	#page-slide .item img {
		width: auto;
		height: 100%;
		max-width: none;
	}

}

@media screen and (max-width: 480px) {

	#page-slide .item,
	#page-slide .item > a {
		max-height: 300px;
	}

}