/*******************************************************************
  HTML, BODY, CONTAINER
*******************************************************************/

html {
	height: 100%;
	background: #fff;
}

body {
	position: relative;
	min-height: 100% !important;
	height: auto !important;
	padding-bottom: 40px;
	font: 16px/26px Raleway, Myriad Pro, Arial, sans-serif;
	color: #181f3f;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.stack {
	max-width: 1024px;
	margin: 0 auto;
}

/*******************************************************************
  FULLSCREEN BACKGROUND
*******************************************************************/

#backstretch {
	z-index: 10;
	position: relative;
	height: 100%;
	width: 100%;
}

/*******************************************************************
  HEADINGS
*******************************************************************/

h1,h2,h3,h4,h5,h6 {
	position: relative;
	margin: 0 0 10px 0;
	font-family: Libre Baskerville, Myriad Pro, Arial, sans-serif;
	line-height: normal;
	font-weight: 400;
	color: #000;
}

h1 {
	margin: 0 0 60px 0;
	font-size: 36px;
	text-align: center;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h1 + h2 {
	margin-top: 0;
}

p + h2,
ul + h2 {
	margin-top: 40px;
}

/* Reduces margin for titles adjacent to lists or paragraphs*/
h2 + p, h3 + p, h4 + p, h3 + ul {
	margin-top: 0;
}

/*******************************************************************
	ICONS
*******************************************************************/

@font-face {
	font-family: 'Icons';
	src: url('http://www.ftmyerscandlewood.com/styles/fonts/fontawesome-webfont.eot?v=3.2.1');
	src: url('http://www.ftmyerscandlewood.com/styles/fonts/fontawesome-webfont.eot#iefix&v=3.2.1') format('embedded-opentype'), url('http://www.ftmyerscandlewood.com/styles/fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('http://www.ftmyerscandlewood.com/styles/fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('http://www.ftmyerscandlewood.com/styles/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon {
	font-style: normal;
	font-family: 'Icons';
}

/*******************************************************************
  TEXT & OTHER GENERAL PAGE ELEMENTS
*******************************************************************/

.text-center {
	text-align: center;
}

.required {color: #ff0000}

p {margin: 10px 0}

hr {
	clear: both;
	background: rgba(0,0,0,0.2);
	border: none;
	height: 1px;
	margin: 40px 0;
}

.photoborder {
	float: right;
	max-width: 45%;
	margin: 0px 0 20px 20px;
	line-height: 0;
}

.photoborder.video {
	min-width:50%;
}

.photoborder.left {
	float: left;
	margin: 0 20px 20px 0;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.photoborder.noshadow {
	box-shadow: none;
}

.photoborder.imgshadow img {

	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.photoborder h2 {
	font-size: 16px;
	margin: 0;
	text-align: center;
}

blockquote {
	padding-left: 5px;
	margin-left: 0;
	font-style: italic;
}

label {
	font-weight: normal;
}

dt {
	font-weight: bold;
}

ul {
	padding-left: 20px;
}

ul ul {
	padding-left: 40px;
}

img {
	max-width: 100%;
}

/*******************************************************************
  GLOBAL LINKS
*******************************************************************/

a:link, a:visited {
	color: #b30036;
	text-decoration: underline;
}

a:hover {
	color: #b30036;
	text-decoration: none;
}

/* buttons */
a:link.button,
a:visited.button,
strong em a:link,
strong em a:visited,
em strong a:link,
em strong a:visited {
	display: inline-block;
	padding: 5px 15px;
	background: #98002e;
	font: 15px/30px Libre Baskerville, Myriad Pro, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3px;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

a.button:hover,
strong em a:hover,
em strong a:hover {
	background: #b30036;
}

/*******************************************************************
	BOOKING ENGINE
*******************************************************************/

#booking {
	position: absolute;
	right: 20px;
	top: 45px;
	font-size: 0;
	text-align: right;
}

#booking .inputs {
	display: inline-block;
}

#booking .container {
	display: inline-block;
	margin-left: 10px;
	font-size: 17px;
	vertical-align: middle;
}

#booking .arrival.container {
	margin-left: 0;
}

#booking input[type="text"]{
	max-width: 105px;
	height: 35px;
	padding: 0 8px;
	border-style: none;
	background: #fff;
	font-size: 12px;
	color: #505050;
	vertical-align: middle;
	box-shadow: inset 0px 1px 1px 0px rgba(0,0, 0, 0.5);

	border-radius: 3px;
}

#booking .calendar {
	vertical-align: middle;
	margin: 0 5px;
}

#booking #submit_booking {
	display: inline-block;
	padding: 0px 15px;
	background: #98002e;
	font: 15px/35px Open Sans, Myriad Pro, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	border-radius: 3px;
}

#booking #submit_booking:hover {
	background: #b30036;
	text-decoration: none;
	box-shadow:  inset 0px 1px 1px 0px rgba(255,255, 255, 0.2), inset 0px -1px 1px 0px rgba(0,0, 0, 0.2);
}
#ui-datepicker-div {
	z-index: 99999 !important;
}

/*******************************************************************
  HEADER
*******************************************************************/

header {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 20px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+87&0.65+0,0+87 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 87%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 87%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

header > .stack {
	overflow: hidden;
	margin: 0 auto;
}

header .logo {
	display: block;
	width: 201px;
	height: 99px;
	margin: 10px auto 13px auto;
	background-size: contain;
	background-image: url(http://www.ftmyerscandlewood.com/images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

/*Scrolled CSS*/
header.scrolled {
	background: url(http://www.ftmyerscandlewood.com/images/bknd.png);

}

header.scrolled .logo {
	width: 150px;
	height: 75px;
}

header a.phone:link,
header a.phone:visited {
	display: block;
	position: absolute;
	right: 25px;
	top: 10px;
	color: #fff;
	text-decoration: none;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.4);

}
header a.phone:hover {
	text-decoration: none;
	color: #b30036;
}
header a.phone:before {
	content: '\f095';
	font-size: 24px;
	margin-right: 5px;
	font-family: Icons;
	vertical-align: middle;
}

/*******************************************************************
	FORMS
*******************************************************************/

.form label {
	display: block;
}

.form span {
	display: block;
	font-size: 11px;
}

.form #captcha {
	display: block;
	margin: 0 0 10px 0;
}

/* Contact form inputs and text areas*/
.form input[type='text'], .form textarea {
	max-width: 50%;
	width: 100%;
	height: 35px;
	padding: 0 8px;
	border-style: none;
	background: #fff;
	font-size: 12px;
	color: #505050;
	vertical-align: middle;
	box-shadow: inset 0px 1px 1px 0px rgba(0,0, 0, 0.5);
	border-radius: 3px;
}



/* Resizes the text area*/
.form textarea {
	width: 90%;
	max-width: 95%;
	height: 150px;
}

/* Removes the Chrome outline on focus, and produces an animation*/
.form input[type='text']:focus, .form textarea:focus {
	-webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999;
    border-color: #999999;
    outline: none;
}

/* Submit button for the form*/
.form .submit, .form input[type="submit"] {

display: inline-block;

width: 180px;

margin-top: 1px;

padding: 11px 20px;

border: none;

background: #98002e;

color: #fff;

border-radius: 3px;

text-transform: uppercase;

text-decoration: none;

-webkit-transition: all 0.15s;

-o-transition: all 0.15s;

transition: all 0.15s;
}



/* Submit hover state*/
.form .submit:hover, .form input[type="submit"]:hover  {
	background: #b30036;
}

/* Contact form error messages*/
.form strong.required, .form div.error {color: #ff0000}

/* Displays a GIF loading animation once the form is submitted*/
.form .throbber {
	display: none;
	padding-left: 10px;
}

/* Surrounds the inputs witha  red border if an error is found on submit*/
.form input.error,.form textarea.error {border: 1px solid #ff0000}

/* Hides error messages above individual inputs*/
.form p.error {display: none !important}

/* The contact form success container. Displays a thank-you messgae*/
.form_success {
	display: none;
	font-weight: bold;
	text-align: center;
}

/*******************************************************************
	EMAIL SIGNUP
*******************************************************************/
#email-signup {
		display: none;
	position: absolute;
	z-index: 1000;
	right: 0;
	width: 200px;
	padding: 30px;
	background: #fff;
	font-size: 11px;
	color: #b30036;
}
#email-signup input[type='text'], #email-signup textarea {
	max-width: none;
}

#email-signup .submit, #email-signup input[type="submit"] {
	display: block;
	width: 140px;
}
/*******************************************************************
	NAVIGATION
*******************************************************************/

#navigation {
	position: relative;
	z-index: 100;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-align: center;
}

#navigation li {
	position: relative;
	display: inline-block;
}

#navigation li:hover {
	background: rgba(0,0,0,0.4);
}

#navigation li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

#navigation ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	min-width: 100%;
	margin: 0;
	padding: 0;
	background: rgba(0,0,0,0.4);
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	text-align: left;
	white-space:  nowrap;
}

.csstransforms #navigation ul {
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

#navigation ul li {
	display: block;
}

#navigation li:first-child a:link,
#navigation li:first-child a:visited {
	background-image: none;
}

#navigation a:link,
#navigation a:visited {
	display: inline-block;
	padding: 10px 15px;
	font: 700 16px  Raleway, Myriad Pro, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.08em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-transform: uppercase;
}

#navigation a:link:after,
#navigation a:visited:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 8px;
	transform: translateX(-50%);
	height: 2px;
	width: 0;
	background: #98002e;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#navigation a:hover:after {
	width: 100%;
	left: 0;
}

.csstransforms #navigation a:hover:after {
	width: 75%;
	left: 50%;
}

#navigation ul a:visited,
#navigation ul a:link {
	background: none;
	color: #fff;
}

.scrolled #navigation ul {
	background: rgba(0,0,0,0.7);
}

/*******************************************************************
	MOBILE NAVIGATION
*******************************************************************/

#mobile-navigation {
	z-index: 10000000000;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	font-family: Raleway, Myriad Pro, Arial, sans-serif;
}

#mobile-navigation > ul {
	overflow: hidden;
	position: absolute;
	top: 34px;
	right: 10px;
	height: 0;
	margin: 0;
}

/* Mobile menu display class, expands to full height*/
#mobile-navigation .show {
	height:auto;
}

/* Menu button*/
#mobile-navigation .menu {
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 10px 20px;
	background: #b30036;
	font-size: 16px;
	line-height: 14px;
	color: #fff;
	cursor: pointer;
}

#mobile-navigation .menu:hover {
	text-decoration: none;
	background: #98002e;
	color: #fff;
}

#mobile-navigation  li {
	position: relative;
	min-width: 240px;
	padding: 0;
	margin: 0;
	background: #b30036;
	list-style-type: none;
	white-space: nowrap;
}

#mobile-navigation li a {
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 7px 10px 7px 20px;
	text-decoration: none;
	color: #fff;
}

#mobile-navigation a:hover {
	background: #98002e;
	color: #fff;
	text-decoration: none;
}

/* Submenus*/
#mobile-navigation li .icon {		/* This icon displays to the right of a menu if it a dropdown*/
	content: '/u+229E';
	overflow: hidden;
	display: block;
	position: absolute;
	right: 0px;
	top: 0;
	width: 40px;
	height: 35px;
	padding: 6px 30px 7px 10px;
	font-family: "Icons";
	font-size: 1.5em;
	line-height:1;
	text-align: center;
}

#mobile-navigation li .icon:hover {s
	color: #b30036;
}

#mobile-navigation ul ul {
	display: block;
	height: 0;
	margin-left: 0;
	padding-left: 0;
	background: #2d2a1d;
}

#mobile-navigation li li a {
	padding-left: 40px;
	background: rgba(0,0,0,0.2);
	color: #fff;
}

/*******************************************************************
	CONTENT
*******************************************************************/

#content {
	padding: 50px 20px;
	background: #fff;
	box-shadow: 0 -2px 0px rgba(0,0,0,0.2);
}

#content .stack  {
	max-width: 1024px;
	margin: 0 auto;
}

/*******************************************************************
	HOMEPAGE - CONTENT
*******************************************************************/

.homepage #content {
	position: relative;
	text-align: center;
	padding: 50px 20px 85px 20px;
}

.homepage a:link.button,
.homepage a:visited.button{
	padding: 8px 75px;
}

.homepage #content .photo {
	margin-top: 20px;
}

.homepage h1 {
	margin: 0;
	font-style: italic;
}

.homepage h2 {
	color: #FFF;
	font-size: 32px;
	margin: 0 0 40px 0;;
	font-style: italic;
}

.homepage h3 {
	font-size: 36px;
	font-style: italic;
	margin: 20px 0 10px 0;
}

h1 span,
h2 span,
h3 span {
	display: block;
	font-size: 22px;
	font-style: normal;
	text-transform: uppercase;
}

a.ffh img {
	border-radius: 5px;
}

/*******************************************************************
	HOMEPAGE - GALLERY
*******************************************************************/

.homepage .gallery {
	padding: 52px 0 40px 0;
	background: url(http://www.ftmyerscandlewood.com/images/bknd.png);
	text-align: center;
}

.homepage .gallery .item {
	/* border: 2px solid #fff; */
}

.homepage .gallery .content {
	max-width: 1030px;
	margin: 0 auto;
}

.homepage .gallery .content h2:after {
	content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 280px;
    width: 250px;
    height: 3px;
    background: #fff;
}

/*******************************************************************
	HOMEPAGE - ATTRACTIONS, PHOTO STRIP, MAP
*******************************************************************/

.homepage .attractions {
	height: 365px;
	padding: 40px 10px;
	text-align: center;
}

.homepage .photo-strip {
	height: 191px;
	padding: 0 60px;
	background: url(http://www.ftmyerscandlewood.com/images/photo-strip.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
}

.homepage .map {
	height: 280px;
	padding: 0 60px;
	background: url(http://www.ftmyerscandlewood.com/images/map.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
}

/*******************************************************************
	SLIDERS - TESTIMONIALS
*******************************************************************/

#testimonials-slider {
	background: url(http://www.ftmyerscandlewood.com/images/bknd-section-home.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 365px;
	padding: 60px 10px;
	text-align: center;
	color: #fff;
}

#testimonials-slider .content {
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 10px;
}

#testimonials-slider .content h2 {
	color: #fff;
	font-size: 30px;
	margin: 30px 0 10px 0;
}

#testimonials-slider #testimonials .testimonial-item {
	font-weight: 400;
	padding: 0 80px;
	position: relative;
}

#testimonials-slider #testimonials .testimonial-item .testimonial-sender {
	display: none;
}
#testimonials-slider .tripadvisor {
	display: table;
	margin: 20px auto;
}

#testimonials-slider  .prev,
#testimonials-slider  .next {
	position: absolute;
	top: 50%;
	width: 33px;
	height: 60px;
	transform: translateY(-50%);
	background-image: url(http://www.ftmyerscandlewood.com/images/testimonials-nav.png);
	cursor: pointer;
}

#testimonials-slider  .prev {
	display: inline-block;
	left: 0;
	background-position:  0 0;
}

#testimonials-slider  .prev:hover { background-position: 0 -60px }

#testimonials-slider  .next {
	display: inline-block;
	right: 0;
	background-position:  -33px 0px;
}

#testimonials-slider  .next:hover { background-position: -33px -60px}

/*******************************************************************
	SPECIALS
*******************************************************************/

#specials-slider {
	padding: 60px 10px;
	background-color: #f1f1f1;
}

#specials-slider .content {
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 120px;
}

#specials-slider .slick-slider {
	margin-bottom: 0;
}

#specials-slider .special {
	position: relative;
	/*padding-right: 240px*/
}

#specials-slider .photoborder {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 30%;
}


#specials-slider .special-content {
	max-width: 73%
}

#specials-slider .photoborder {
	margin: -25px 0 0 20px;
}

#specials-slider hr {
	display: none;
}

#specials-slider .prev,
#specials-slider .next {
	position: absolute;
	top: 50%;
	width: 33px;
	height: 60px;
	transform: translateY(-50%);
	background-image: url(http://www.ftmyerscandlewood.com/images/specials-nav.png);
	cursor: pointer;
}

#specials-slider .prev {
	display: inline-block;
	left: 0;
	background-position: 0 0;
}

#specials-slider .prev:hover {
	background-position: 0 -60px;
}

#specials-slider .next {
	display: inline-block;
	right: 0;
	background-position:  -33px 0px;
}

#specials-slider .next:hover {
	background-position: -33px -60px;
}

#specials-slider a:link,
#specials-slider a:visited {
	color: #98002e;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#specials-slider a:hover {
	text-decoration: underline;
}


#specials-slider .special h2 {
	color: #000;
	font-size: 24px;
	margin: 0;
}
/*
#specials-slider .slick-list {
	overflow: inherit;
}
*/

/*******************************************************************
	MASONRY GRID
*******************************************************************/

.items {
	max-width: 1030px;
	margin: 0 auto 20px auto;
	text-align: center;
}

.items .item {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	width: 245px;
	min-height: 245px;
	/* border: 2px solid #FFF; */
	margin-bottom: 10px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.33);
	text-align: left;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.items .falseHeader p strong {
	text-transform: uppercase;
	font: 28px/28px Raleway, Myriad Pro, Arial, sans-serif;
}

.items .item.h2x {
	height: 500px;
}

.items .item.h3x {
	height: 755px;
}

.items .item.w2x {
	width: 500px;
}

.items .item.w3x {
	width: 755px;
}

.items .paragraph {
	bottom: 80px;
	padding: 15px 20px;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 10;
}

.items .paragraph.push {
	bottom: 100px;
}

.items h3 {
	z-index: 10;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	margin: 0;
	padding: 15px 20px;
	font: 400 20px Raleway, Myriad Pro, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.items .item > a > h3 {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.items .item > a:link, .items .item > a:visited {
	position: absolute;
	width: 100%;
	height: 100%;

	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.items .item > a:after {
	content: '';
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.items .item > a:hover:after, .items .item > a:hover h3 {
	opacity: 1;
}

.items .paragraph p {
	padding: 15px 20px;
	position: absolute;
	right: 0;
	text-align: right;
	width: 100%;
}

.items .item.text {
	padding: 50px;
	text-align: center;
	color: #fff;
	background: #222c63;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}

.items .item > img {
	position: absolute;
	width: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	transition: all 0.2s ease-out 0s;
}

.items .item.round {
	border-radius: 100%
}

/*******************************************************************
	MASTHEAD
*******************************************************************/

#masthead {
	position: relative;
	width: 100%;
	height: 750px;
}

#masthead .scroll {
	z-index: 100;
	position: absolute;
	bottom: -35px;
	left: 50%;
	padding: 10px 25px 35px 25px;
	background: #fff;
	font-size: 32px;
	line-height: 32px;
	color: #98002e;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	transform: translateX(-50%);
	border-radius: 100%;
	cursor: pointer;
}



#masthead .scroll:hover {
	color: #b30036;
	background: #fff;
}

/*******************************************************************
	CAROUSEL
*******************************************************************/

.homepage .slick-slide img {
	width: 100%;
}

.homepage .slick-slider {
	margin-bottom: 0;
}

#carousel-gallery {
	overflow: hidden;
}

.homepage .gallery.slick {
	background: none;
	padding: 0;
}

#carousel-gallery .slick-next {
	right: 10px;
	width: 44px;
	height: 44px;
	background: url(http://www.ftmyerscandlewood.com/images/nav-right.png) no-repeat;
	opacity: 0.7;
	-webkit-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1sed ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
#carousel-gallery .slick-next:before {
	display: none;
}

#carousel-gallery .slick-prev {
	left: 10px;
	width: 44px;
	height: 44px;
	background: url(http://www.ftmyerscandlewood.com/images/nav-left.png) no-repeat;
	opacity: 0.9;
	-webkit-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}

#carousel-gallery .slick-prev:hover,
#carousel-gallery .slick-next:hover {
	opacity: 1;
}
#carousel-gallery .slick-prev:before {
	display: none;
}

/*******************************************************************
  FOOTER
*******************************************************************/

footer {
	z-index: 900;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 10px 45px;
	background: #ffffff;
	font: 16px/22px Myriad Pro, Raleway, Arial, sans-serif;
	color: #515566;
	box-shadow: 0 -2px 2px rgba(0,0,0,0.2);
}

footer .stack {
	margin: 0 auto;
	max-width: none;
	overflow: hidden;
	padding: 0;
	position: relative;
}

footer p {
	margin: 0;
}

footer a:link, footer a:visited {
	color: #515566;
	text-decoration: none;
	text-transform: uppercase;
}

footer a:hover {
	color: #000;
	text-decoration: underline;
}

footer .let {
	text-align: right;
}

/*******************************************************************
	SOCIAL
*******************************************************************/

.social {
	position: absolute;
	left: 0;
	top: -30px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.social li:first-child {
	margin-left: 0;
}

.social li {
	display: inline-block;
	list-style-type: none;
	margin-left: 8px;
	vertical-align: middle;
}

.social a:link, .social a:visited {
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	background: #000;
	font: 16px/36px Icons;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.social a:hover {
	background: #b30036;
}

.social .facebook a:before { content: "\f09a"; font-size: 16px; padding-right: 1px; padding-top: 2px; }
.social .twitter a:before { content: "\f099"; font-size: 16px;}
.social .youtube a:before { content: "\f167"; font-size: 20px;}
.social .google a:before { content: "\f1a0"; font-size: 16px;}
.social .googleplus a:before { content: "\f0d5"; font-size: 16px;}
.social .pinterest a:before { content: "\f0d2"; font-size: 20px;}
.social .instagram a:before { content: "\f16d"; font-size: 20px;}
.social .yelp a:before { content: "\f1e9"; font-size: 20px;}
.social .tripadvisor a:before { content: "\f262"; }
.social .instagram a:before { content: "\f16d"; }

.social a:focus {
	outline: none;
}

/*******************************************************************
  MEDIA QUERIES
*******************************************************************/

@media handheld, only screen and (max-width: 1630px) {
	.shrunk #navigation a:link, .shrunk #navigation a:visited {
		padding: 10px 5px 5px 25px;
		font-size: 12px;
	}

	.shrunk #navigation {
		left: 300px;
	}

	.photo-feed {
		display: none;
	}
}

@media handheld, only screen and (max-width: 1450px) {
	
}

@media handheld, only screen and (max-width: 1200px) {
	body {
		padding-top: 0;
	}

	header {
		position: absolute;
		height: auto;
		padding: 10px 5px 10px 5px;
	}

	#reservations {
		position: relative;
		right: inherit;
		top: inherit;
		text-align: center;
	}

	#masthead {
		height: 450px;
	}

	#navigation {
		display: none;
	}

	#mobile-navigation {
		display: block;
	}

	header a.phone:link,
header a.phone:visited {
	position: relative;
	top: auto;
	right: auto;
	text-align: center;
	margin: 5px auto;
}

	#booking {
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
		padding: 0;
	}

	#booking .submit {
		max-width: 200px;
	}

	#content {
		padding-bottom: 60px;
	}

	footer,
	footer .let {
		text-align: center;
	}

	#specials-slider .special {
		padding-right: 0;
	}

	#specials-slider .photoborder {
		display: none;
	}

	.homepage .attractions {
		height: auto;
	}
}

@media handheld, only screen and (max-width: 1080px) {
	.homepage #content .photo img {
		display: block;
		margin: 0 auto 15px auto;
	}

	.homepage #content .photo a.ffh {
		display: inline-block;
	}
}

@media handheld, only screen and (max-width: 768px) {
	header .sub-nav,.homepage .gallery {
		display: none;
	}

	header {
		padding: 10px;
	}

	.homepage .map{
		background-position:  -800px 0;
	}

	.homepage .circle .signup {
		margin-top: 50px;
	}

	.homepage .circle input[type="text"] {
		width: 100px;
	}

	.photoborder.video {
		min-width: 100%;
	}

	#specials-slider {
		display: none;
	}
}

@media handheld, only screen and (max-width: 580px) {
	header .logo {
		margin: 0 auto;
	}

	#reservations {
		margin: 0 auto;
	}
}

@media handheld, only screen and (max-width: 520px) {
	#masthead .scroll {
		display: none;
	}

	#booking #submit_booking {
		font-size: 14px;
		padding: 0px 15px;
	}

	#booking .departure.container,
	#booking .submit.container {
		margin-left: 5px;
	}

	#booking .calendar {
		display: none;
	}

	footer .email {
		display: none;
	}

	.homepage g.allery {
		display: none;
	}

	.homepage #content {
		padding-bottom: 0;
	}

	#content {
		padding-bottom: 100px;
	}

	.items .item.w3x, .items .item.w2x {
		width: 245px;
	}

	.items .item.w3x, .items .item.w2x {
		height: 245px;
	}

	.items .item.w3x  img, .items .item.w2x  img {
		max-width: none;
		width: all;
		left: 50%;
		transform: translateX(-50%);
	}

	.items .item.h2x  img, .items .item.h2x  img {
		max-width: none;
		width: all;
		top: 50%;
		transform: translateY(-50%);
	}

	.items .item.text{
		padding: 10px;
		font-size: 14px;
	}
}

@media handheld, only screen and (max-width: 420px) {
	header {
		padding-top: 25px;
	}

	#reservations {
		top: -20px;
	}
}