/*Main Slider*/

.slider_container {
	position: relative;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	height: 277px;
	margin-bottom: 40px;
	border: 15px #FFF solid;
	outline: 1px solid rgba(114, 64, 4, 0.2);
}

.slider_container a {
	text-shadow: 1px 1px 1px #000;
}
.slider_container a:link,
.slider_container a:visited {
	color: #568DC3;
}
.slider_container a:hover {
	color: #fff;
}



#slider {
	position: relative;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	height: 277px !important;
	margin: 0;
	font-size: 14px;
	color: #aeaeae;
	background: #1d181f;
}

#slider ul {
	margin: 0;
	padding: 0;
}

#slider .background,#cycle .background {
	position: absolute;
	z-index: 0;
	overflow: hidden;
	left: -50%;
	top: -50%;
	width: 200%;
	height: 200%;
}

#slider .background table,#cycle .background table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	overflow: hidden;
}

#slider .background td,#cycle .background td {
	width: 100%;
	height: 100%;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}

#slider .background .slotholder {
	display: block;
	position: relative;
	left: 25%;
}

#slider .background img,#cycle .background img {
	position: relative;
	left: -25%;
	min-height: 50%;
	min-width: 50%;
	max-width: none;
	margin: 0 auto;
	display: block;
}

#cycle .background img {
	left: 0;
}

#slider .image {
	position: relative;
	z-index: 1;
	width: 960px;
	margin: 0 auto;
}

#slider .image .caption {
	width: 100% !important;
}

#slider h6 {
	font: 39px/40px 'Trocchi', serif;
	color: #fff;
}

#slider ul li {
	width: 100%;
	height: 100%;
	list-style-type: none;
}

/*Cycle*/
#cycle {
	position: relative;
	margin: 0;
	font: 39px 'Trocchi', serif;
	color: #fff;
}

.home #cycle {
	margin-top: -287px;
}

#cycle ul {
	margin: 0;
	padding: 0;
}

#cycle li {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
	height: 100%;
}

.home #cycle li {
	padding: 314px 0 50px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#slider .image {
	position: relative;
	z-index: 1;
	width: 960px;
	margin: 0 auto;
}

#slider .image .caption {
	width: 100% !important;
}

#slider h6 {
	font: 39px/40px 'Trocchi', serif;
	color: #fff;
	width: 100%;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

#slider ul li {
	width: 100%;
	height: 100%;
}

.lfr {
	color: #fff;
	line-height: 1.8em;
}


.row.for-reservations {
	text-align: center;
	font-family: 'bebas_neueregular';
	color: #724004;
	font-size: 3.4em;
	border-top: 1px dashed rgba(114, 64, 4, 0.3);
	border-bottom: 1px dashed rgba(114, 64, 4, 0.3);
	padding: 10px 0;
}

.row.for-reservations p {
	padding: 0;
	margin: 0;
}

/**.row.for-reservations p {
	padding: 10px 0 5px 0;
}
**/
.row.for-reservations p {
	padding: 4px 0 0 0;
}
.row.for-reservations p.clickhere {
	font-size:24px;
	padding: 4px 0 10px; 0;
}

.row.for-reservations p.request {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	
}


.alert.alert-info.home a {
	font-weight: bold;
	color: #31708F;
}

.alert.alert-info.home a:link {
	text-decoration: underline;
}

.alert.alert-info.home a:hover {
	text-decoration: none;
}




@media (max-width: 480px) {
	.mobile_only {
		display: block !important;
	}
	.normal_only {
		display: none;
	}
	
	#cycle {
		line-height: 1;
	}
	.home #cycle {
		margin-top: -137px;
	}
	.home #cycle li {
		padding: 150px 0 30px 0;
	}
	#cycle .button {
		font-size: 18px;
		font-weight: bold;
	}
	.slider_container {
		overflow: visible;
		height: auto;
	}
	#slider {
		display: none;
	}
}