/*
	Theme Name: Avalanche Ranch
	Theme URI: http://aarontgrogg.com/boilerplate/
	Description: A merger created by Aaron T. Grogg (<a href="http://aarontgrogg.com/">http://aarontgrogg.com/</a>)
		of the HTML5 Boilerplate (<a href="http://html5boilerplate.com/">http://html5boilerplate.com/</a>)
		and the Starkers theme (<a href="http://starkerstheme.com/">http://starkerstheme.com/</a>),
		Boilerplate: Starkers provides developers with an ideal, bleeding-edge, clean-start theme.
		Mark-up is minimal (thanks Elliott) and the most edge-case web technology is baked right in
		(thanks Paul, Divya and a large cast of supporting characters)!  Boilerplate themes are designed to serve as a Parent theme
		to whatever Child (<a href="http://codex.wordpress.org/Child_Themes">http://codex.wordpress.org/Child_Themes</a>) you care to add,
		but you could just as easily use this as a starting point and alter the PHP as your design needs.
		More about this theme can be found at <a href="http://aarontgrogg.com/boilerplate/">http://aarontgrogg.com/boilerplate/</a>.
	Author: Aaron T. Grogg, based on the work of Paul Irish, Divya Manian, and Elliot Jay Stocks
	Author URI: http://aarontgrogg.com/
	Version: 4.1
	Tags: custom-menu, editor-style, theme-options, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	This CSS file is a concatenation of style.css from HTML5 Boilerplate and style.css from Starkers.
	Comment blocks indicate where each begins and ends, like this, for example...
*/

/** START HTML5 Boilerplate CSS **/

/*! normalize.css v1.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

a {
	text-decoration: none;
}

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

h1, h2, h3, h4, h5, h6 { font-family: 'GandhiSansRegular', Arial, sans-serif; text-transform: uppercase;}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
    background: #567B40;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 10px;
}

input[type="submit"] { padding: 10px 20px;}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*! main.css  */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

button,
input,
textarea {
	background: #eee;
	border: none;
	max-width: 100%;
	padding: 5px;
}

body {
	background: #fff;
	font-family: 'GandhiSansRegular', Arial, sans-serif;
    font-size: 1em;
    line-height: 1.5;
}

.home {
	background: #efebe0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles - ericB
   ========================================================================== */

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

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

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

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

.center { display: block; margin: 0 auto; position: relative; width: 1000px;}
#content a:link, #content a:visited { color: #567b41;}

/* LOADER */
#loading { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #3a3a3a; overflow: hidden; z-index: 666;}
#loading #loading-message { color: #fff; display: block; width: 100%; margin: 0 auto; position: absolute; top: 30%; text-align: center; z-index: 666;}
#loading #loading-message p { padding: 0; margin-bottom: 0;}
#loading #loading-message .logo { display: block; margin: 0 auto;}
#loading #loading-message .loader { display: block; margin: 0 auto; width: 60px;}
#loading #loading-message img { max-width: 100%;}

/* HEADER */
header { background: url(images/bg_transp_blk.png) repeat; position: relative; z-index: 11;}
header .logo { margin: 0; padding: 10px 0; float: left; width: 35%;}
header .logo img { max-width: 100%;}

.utility_menu { float: right;}
.utility_menu .social { float: left; margin-right: 10px;}
.utility_menu .links { float: right;}
.utility_menu .links a,
.utility_menu .links button {
	background-color: #587c42;
	border-radius: 0px 0px 10px 10px;
    font-family: 'GandhiSansRegular', Arial, sans-serif;
    font-size: .8em;
    color: #fff;
    padding: 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border: 0px solid #000000;
}
.utility_menu img { margin: 0 3px;}
.utility_menu img.ico { max-width: 28px;}

/* MAIN MENU */
header #access { border-bottom: none; float: right; font-family: "GandhiSansRegular", Arial, sans-serif; font-size: .9em; padding: 20px 0 0; position: relative; width: 65%;}
header #access ul { float: right; margin: 0 auto; padding: 0; display: block; text-align: center; position: relative; /* width: 100%; */}
header #access li { clear: none; float: left; margin: 0; padding: 4px 0; text-align: center; text-transform: uppercase; position: relative; /* white-space: nowrap;  width: 16.6%; */}
header #access li#menu-item-19 a { border-right: none;}
header #access li a { border-right: 1px solid #fff; color: #fff; padding: 0 8px; position: relative;}
header #access li a:hover { color: #999;}
header #access li:hover { *position: static;}

/* DROPDOWN */
#access ul ul { display: none; float: left; position: absolute; top: 29px; left: 0; min-width: 138px; z-index: 99999; }
#access ul ul ul { left: 100%; top: 0;}
#access ul li:hover > ul { display: block;}

#access ul ul li { background-color: #567b41; float: none; text-align: left; display: block; *line-height: 1em; *position: relative; width: auto;}
#access ul ul li.bottom_cap { background-image: url(images/dropdown_bottomcap.png); background-repeat: no-repeat; background-color: transparent; text-indent: -9999px;}
#access ul ul li.bottom_cap:hover { background-image: url(images/dropdown_bottomcap.png); background-repeat: no-repeat; background-color: transparent;}
#access ul ul li a { border-right: none; display: block; padding: 10px;}
#access ul ul li a:hover { color: #fff;}
#access ul ul li:hover { background: #466435; color: #fff;}
#access ul ul ul { left: 100%; top: 0;}
#access ul ul ul li { white-space: nowrap;}
#access ul li:hover > ul { display: block;}

#phone { display: none;}
#showhidemenu { display: none;}

#mobile_slider { display: none;}

/* jCAROUSEL */
#slider { width: 100%; overflow: hidden; position: absolute; top: 0;}
#slider .wrapSlider { width: 3072px; height: 100%; position: relative; left: 50%; margin-left: -1536px; overflow: hidden;}
#slider ul.scrolling li { float: left; margin: 0; padding: 0; background: none; width: 1024px; overflow: hidden; position: relative;}
#slider ul.scrolling li .caption { position: absolute; top: 0; left: 70px; width: 306px; height: 456px; margin: 0; padding: 92px 0 0; background: url(images/banner_bg.png) no-repeat; z-index: 10;}
#slider ul.scrolling li .caption_bottom { position: absolute; top: 456px; left: 70px; width: 269px; height: 139px; margin: 0 18px; padding: 0; background: url(images/banner_bottom.png) no-repeat;}
#slider ul.scrolling li .caption .icon { margin: 20px auto; position: relative; text-align: center;}
#slider ul.scrolling li .caption .cabin { background: url(images/ico_cabin.png) no-repeat; width: 63px;  height: 37px;}
#slider ul.scrolling li .caption .swirlding { background: url(images/ico_swirlding.jpg) no-repeat; width: 63px;  height: 27px;}
#slider ul.scrolling li .caption .heart { background: url(images/ico_heart.png) no-repeat; width: 54px;  height: 36px;}
#slider ul.scrolling li .caption .mountain { background: url(images/ico_mountain.png) no-repeat; width: 116px;  height: 47px;}

#slider ul.scrolling li .caption h2 { font-size: 21px; margin: 0; padding: 45px 0 10px; color: #fff; text-align: center; text-transform: uppercase;}
#slider ul.scrolling li .caption p { border-top: 1px solid #333; border-bottom: 1px solid #333; font-size: 13px; margin: 0 50px; padding:10px 0; color: #57595c; text-align: center;}
#slider ul.scrolling li .caption .read_more { display: block; max-width: 100px; margin: 30px auto; text-indent: -9999px;}
#slider ul.scrolling li .caption .learn-more { background: url(images/learn_more.png) no-repeat; width: 67px; height: 36px;}
#slider ul.scrolling li .caption .book-now { background: url(images/book_now.png) no-repeat; width: 67px; height: 36px;}
#slider ul.scrolling li .caption .summer { margin: 30px auto 10px; width: 67px; height: 17px;}
#slider ul.scrolling li .caption .arrow { display: block; margin: 0 auto;}
#slider ul.scrolling li .caption .winter { margin: 5px auto; width: 67px; height: 17px;}

#slider .jcarousel-next { right: 950px; top: 50%; background: url('images/next.jpg') no-repeat; width: 38px; height: 37px;}
#slider .jcarousel-prev { left: 950px; top: 349px; background: url('images/previous.jpg') no-repeat; width: 38px; height: 37px;}
#slider .jcarousel-prev, #slider .jcarousel-next { position: absolute; top: 400px; cursor: pointer; z-index: 100;}
#slider .wrapSlider .opacity.left { left: 0; border-right-width: 5px;}
#slider .wrapSlider .opacity.right { right: 0; border-left-width: 5px;}
#slider .wrapSlider .opacity { width: 1023px; height: 100%; position: absolute; top: 0; border: 0px solid #efebe0;}
#slider .wrapSlider .opacity span { display: block; width: 100%; height: 100%; background: #efebe0; opacity: 0.6; filter: alpha(opacity=40); position: relative; z-index: 10;}

/* PAGE CONTENT */
.page-template-page-cabins-php #content, .page-template-default #content, .page-template-onecolumn-page-php #content, .archive #content { position: relative; top: -120px; padding-bottom: 90px;}
.page-template-page-cabins-php #content img, .page-template-default #content img, .page-template-onecolumn-page-php #content img, .archive #content img, #contact_map img { max-width: 100%;}
.banner_image { width: 100%; height: auto; /* overflow: hidden; max-height: 400px; */}
.banner_image img { /* min-width: 1000px;  */width: 100%; height: auto;}
/* #content img { max-width: 100%;} */

.single #content { padding: 40px 0;}

/* .circular_image { border: 4px solid #567b41; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; overflow: hidden;} */

.title_wrapper { position: relative; top: -9px; width: 100%; margin-bottom: 40px; z-index: 10;}
.title_wrapper h1 { background: #efebe0; color: #fff; font-family: 'GandhiSansRegular', Arial, sans-serif; font-size: 28px; font-weight: normal; margin: 0; text-align: center; text-transform: uppercase; -moz-box-shadow: 2px 2px 2px #b7b7b6; -webkit-box-shadow: 2px 2px 2px #b7b7b6; box-shadow: 2px 2px 2px #b7b7b6; /* For IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#b7b7b6')"; /* For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#b7b7b6');}

.title_wrapper h1 .pg_title_bg { background: #587c42; padding: 0 10px; display: inline-block; width: 301px;}
.pg_title_top { background: url(images/pg_title_top.png) no-repeat center top; display: block; width: 341px; height: 9px; margin: 0 auto;}
.pg_title_bottom { background: url(images/pg_title_bottom.png) no-repeat center bottom;  display: block; width: 341px; height: 9px; margin: 0 auto;}
.pg_title_top, .pg_title_bottom { position: relative; z-index: 100;}

#contact_map { background: #eeeadf; padding: 50px 0; -moz-box-shadow: -0 0 5px #b7b7b6; -moz-box-shadow: inset -0 0 5px #b7b7b6; -webkit-box-shadow: inset -0 0 5px #b7b7b6; box-shadow: inner -0 0 5px #b7b7b6;}

/* IMAGE HOVER */
div.fadehover { position: relative;}
img.off { position: absolute; left: 0; top: 0; z-index: 10;}
img.on { position: absolute; left: 0; top: 0;}

/* CABINS */
.single-cabins #content article { background: #efebe0; padding: 20px 0; position: absolute; bottom: 100px; right: 0; width: 60%;}
.single-cabins #content article .title_tab { background: url(images/title_tab.png) no-repeat; display: block; width: 20px; height: 61px; position: absolute; left: -20px;}
.single-cabins #content article .title_banner {  background: url(images/title_ribbon.jpg) no-repeat; display: block; width: 29px; height: 42px; position: absolute; right: 14%;}
.single-cabins #content article h1 { background-color: #587c42; color: #fff; font-family: 'GandhiSansRegular', Arial, sans-serif; font-size: 20px; font-weight: normal; height: 42px; line-height: 44px; text-transform: uppercase; margin-top: 0; padding-left: 20px; max-width: 80%;}
.single-cabins #content article .entry-content { font-size: .8em; padding: 0 20px;}
.single-cabins #content article .navigation { padding: 20px 20px 0;}

#nextslide { background: url('images/next.jpg') no-repeat !important; width: 38px !important; height: 37px !important; opacity: 1 !important;}
#prevslide { background: url('images/previous.jpg') no-repeat !important; width: 38px !important; height: 37px !important; opacity: 1 !important;}

#toggler { padding: 5px 10px; position: absolute; right: 0; bottom: 66px; color: #fff; cursor: pointer; text-transform: uppercase; background: #587c42;}
#toggler a.toggle_title { color: #fff;}

.single-cabins { overflow-x: hidden;}

/* CF7 styling */
.wpcf7 { text-align: center;}
.wpcf7 .label { display: block; text-align: center;}
.page-id-206 .wpcf7 input { display: block; margin: 0 auto;}
.wpcf7 input { display: block; margin: auto;}
.wpcf7 #mailing-state-zip { display: block; margin: 0 auto; max-width: 30%;}
.wpcf7 .wpcf7-list-item input { display: inline; text-align: left; margin: 0;}
.wpcf7 .wpcf7-list-item .wpcf7-list-item-label { text-align: left;}
.wpcf7 .checkbox-underage, .wpcf7 .checkbox-terms, .wpcf7 .checkbox-minor-agreement { text-align: center; margin: 30px auto; display: block;}
.wpcf7 .wpcf7-not-valid-tip-no-ajax { text-align: center;}
.wpcf7 .captcha { text-align: center;}
.wpcf7 .captcha img { margin-bottom: 20px;}

#recaptcha_area { display: inline-block; margin: 0 auto; height: 130px; overflow: hidden;}

/* SIDEBAR */
.sidebar { margin: 1.67em 0; padding: 0; list-style: none;}

/* INSTAGRAM */
#instagram_gallery { overflow: hidden;}
#instagram { width: 3000px; height: 150px; margin:0; padding:0; overflow:hidden;}
#instagram li { list-style:none; float:left; margin:5px 2px 0;}

/* ONLY THE BRAVE RESIZE! */
#resize_message { background: #000; position: absolute; top: 0; left: 0; right: 0; bottom: 0; color: #666; display: none; z-index: 666;}
#resize_message span{ position:absolute;  top:50%;left:0; width:100%; font:italic normal normal 20px/22px 'GandhiSansBold', Arial, sans-serif; text-align:center; color:#666}

/* FOOTER */

/* HOME/MAIN FOOTER */
footer.main { background: #efebe0; color: #567b41; font-size: 12px; padding: 10px 0; position: absolute; bottom: 0; text-transform: uppercase; width: 100%;}
.subscribe-button-inner { margin-bottom:-9px!important;}
footer.main a { color: #567b41;}
footer.main a:hover { text-decoration: underline;}

#footer_info { float: left;}
footer.main .footer_menu { float: right;}
footer.main .footer_menu ul { margin: 0; padding: 0;}
footer.main .footer_menu li { border-right: 1px solid #333; color: #333; display: inline; padding: 0 5px 0 3px; text-decoration: none;}
footer.main .footer_menu li.menu-item-2032 { border-right: none;}
footer.main .footer_menu li a { color: #333;}

/* INTERIOR FOOTER */
footer.interior { background: #567b41; color: #fff; font-size: 12px; margin: 5px 0 5px; padding: 10px 0; text-transform: uppercase; width: 100%;}
footer.interior a { color: #fff;}
footer.interior a:hover { text-decoration: underline;}

footer.interior .footer_menu { float: right;}
footer.interior .footer_menu ul { margin: 0; padding: 0;}
footer.interior .footer_menu li { border-right: 1px solid #f8ca01; color: #f8ca01; display: inline; padding: 0 5px 0 3px; text-decoration: none;}
footer.interior .footer_menu li.menu-item-2032 { border-right: none;}
footer.interior .footer_menu li a { color: #f8ca01;}

/*	COLUMNS
	column box sizing - size=""
	default is full width 100%
----------------------------------------------------*/
.one_half, .one_half_last { width:48%; }
.one_third, .one_third_last { width:30.66%; }
.two_third, .two_third_last { width:65.33%; }
.one_fourth, .one_fourth_last { width:22%; }
.three_fourth, .three_fourth_last { width:74%; }
.one_fifth, .one_fifth_last { width:16.8%; }
.two_fifth, .two_fifth_last { width:37.6%; }
.three_fifth, .three_fifth_last { width:58.4%; }
.four_fifth, .four_fifth_last { width:67.2%; }
.one_sixth, .one_sixth_last { width:13.33%; }
.five_sixth, .five_sixth_last { width:82.67%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth { float: left; margin-right: 2%; }
.one_half_last, .one_third_last, .two_third_last, .three_fourth_last, .one_fourth_last, .one_fifth_last, .two_fifth_last, .three_fifth_last, .four_fifth_last, .one_sixth_last, .five_sixth_last { float: left; margin-right:0;  clear: right; }
.full.awesome-box { clear: both; }
.clearboth { clear: both; display: block; font-size: 0; height: 0; line-height: 0; width:100%; }
/*
	column box defaults
----------------------------------------------------*/
.awesome-box { margin-bottom: 20px; position: relative; }
.awesome-box span.box-content { padding: 10px; display: block; }
.box-content h1, .box-content h2, .box-content h3, .box-content h4, .box-content h5, .box-content h6 { padding-top: 0; }
/*
	column box type - type=""
        alert is a custom box example
----------------------------------------------------*/
.none.awesome-box { border: none; background: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border-radius: none; }
/*
.alert.awesome-box span.box-icon { position: absolute; top: 25px; left: -10px; height: 46px; width: 48px; background: url(../images/icon.png) no-repeat 0 -46px; }
.full.alert.awesome-box span.box-icon { position: absolute; top: -5px; left: -10px; height: 46px; width: 48px; background: url(../images/icon.png) no-repeat 0 -46px; }
.alert.awesome-box span.box-content { padding-left: 30px; }
*/
/*
	column box colors - color=""
----------------------------------------------------*/
.blue.awesome-box { background: #2daebf; }
.green.awesome-box { background: #2fc950; }
.grey.awesome-box { background: #a7a8a7; }
/*
	column box float - float=""
----------------------------------------------------*/
.floatright.awesome-box { float: right; margin-left: 4%; margin-right: 0; clear: none; }
.floatleft.awesome-box { float: left; margin-right: 4%; clear: none; }
/*
	coluumn box align - align=""
----------------------------------------------------*/
.aligncenter.awesome-box { clear: both; display: block; margin-left: auto; margin-right: auto; float: none; }
.alignleft.awesome-box { display: block; margin-right: 4%; float: left; }
.alignright.awesome-box { display: block; margin-left: 4%; float: right; margin-right: 0; }
/*
	column box text - text=""
----------------------------------------------------*/
.textcenter.awesome-box { text-align: center; }
.textleft.awesome-box { text-align: left; }
.textright.awesome-box { text-align: right; }


/* remove margins and padding from supersized gallery */
#supersized { margin: 0; padding: 0;}

#prevslide, #nextslide { top: auto !important; bottom: 45px !important;}
#prevslide { left: 45% !important;}
#nextslide { right: 45% !important;}

/* FANCYBOX */
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

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

/* 720 and up */
@media only screen and (min-width: 720px) {
	/* header .mobile_logo { display: none;} */
	#access { display: block !important;}
	a.menuDrop { display: none !important;}
}

/* for 1000px or less */
@media screen and (max-width: 1000px) {
	.center { width: 90%; margin: 0 auto;}

	header .logo { display: block; float: left; width: 40%;}
	header #access { padding: 0; width: 100%;}
	header #access li { /* font-size: .8em; */}
	header #access li a { padding: 0 5px;}

	.page-template-page-cabins-php #content, .page-template-default #content, .page-template-onecolumn-page-php #content, .archive #content { top: -111px;}
}

/* for 720px or less */
@media screen and (max-width: 720px) {
	.center { width: 90%; margin: 0 auto;}
	#loading #loading-message img { max-width: 80%;}

	header { background: #333;}
	header .logo { clear: both; width: 65%;}
	header #access { clear: both; float: none; padding: 20px 0; width: 100%;}
	header #access ul { float: none;}
	header #access li { background: #efebe0; border-bottom: 1px solid #ccc; clear: left; float: none; padding: 5px 0 0; width: 100%;}
	header #access li a { border-right: none; color: #333; }

	#access ul ul { background: #567b41; min-width: inherit; position: relative; top: auto;}
	#access ul ul li { background-color: transparent; border-bottom: none; padding: 5px 0; text-align: center;}
	#access ul ul li a { color: #fff;}
	#access ul ul li a:hover { color: #ccc;}
	#access ul ul li:hover { background: none;}
	#access ul ul li.bottom_cap { background-image: none; display: none;}

	#access ul ul ul { background: #698e54; left: auto;}

	#slider { display: none;}
	#slider ul.scrolling li .caption { display: none;}
	#slider ul.scrolling li .caption_bottom { display: none;}

	#mobile_slider { display: block;}
	#mobile_slider img { max-width: 100%;}

	.mobile_menu { float: right; margin: 10px 0;}
	#phone { display: inline; /* position: absolute; right: 50px; top: 15px; */}
	#phone img { width: 40px; height: auto;}
	#showhidemenu { /* background: #FFFFFF; color: #000000; */ display: inline !important; /* position: absolute; right: 0px; top: 15px; */}
	#showhidemenu img { width: 40px; height: auto;}

	#menu-main-menu li a.menuDrop, #menu-main-menu li.sfHover li a.menuDrop, #menu-main-menu li li.sfHover li a.menuDrop { width: 24px;  height: 25px; padding: 0;}
	#menu-main-menu a.menuDrop{ background: url('images/drop.png') no-repeat; display: block; position: absolute; right: 0; top: 0; text-indent: -9999px;}
	 #menu-main-menu li.sfHover li a.menuDrop, #menu-main-menu li li.sfHover li a.menuDrop  { background: url('images/drop-drop.png') no-repeat; display: block; position: absolute; right: 0; top: 0; text-indent: -9999px;}
	#menu-main-menu .hasDrop a { width: 90%;}
	#menu-main-menu .hasDrop .sub-menu a { width: auto;}
	#menu-main-menu li.sfHover a.menuDrop { background: url('images/drop-over.png') no-repeat; height: 25px; width: 24px; padding: 0;}
	#menu-main-menu li li.sfHover a.menuDrop, #menu-main-menu li li li.sfHover a.menuDrop { background: url('images/drop-drop-over.png') no-repeat; height: 25px; width: 24px; padding: 0;}

	.utility_menu { width: 100%; float: none; margin: 0 auto; text-align: center;}
	.utility_menu a { display: inline;}
	.utility_menu img { max-width: 60%;}

	.single-cabins #content { position: relative;}

	.page-template-page-cabins-php #content, .page-template-default #content, .page-template-onecolumn-page-php #content, .archive #content { top: 0;}

	.title_wrapper h1 { font-size: 22px;}
	.title_wrapper h1 .pg_title_bg { width: 245px;}
	.pg_title_top { background-size: 280px; height: 7px; width: auto;}
	.pg_title_bottom { background-size: 280px; height: 7px; width: auto;}

	.single-cabins #content article { bottom: 0; position: relative; width: 100%;}
	.single-cabins #content article h1 { font-size: 16px; max-width: 84%;}
	#toggler { display: none;}
	.single-cabins footer { display: none;}

	#supersized { height: 400px !important; position: relative !important;}
	#supersized li { top: auto !important; position: absolute !important;}

	#prevslide, #nextslide { top: auto !important; position: fixed !important;}
	#prevslide { bottom: 0 !important; left: 0 !important;}
	#nextslide { bottom: 0 !important; right: 0 !important;}

	img.off { position: relative;}
	/* img.on { position: relative;} */

	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth { float: none; margin: 20px 0; width: 100%; }
	.one_half_last, .one_third_last, .two_third_last, .three_fourth_last, .one_fourth_last, .one_fifth_last, .two_fifth_last, .three_fifth_last, .four_fifth_last, .one_sixth_last, .five_sixth_last { float: none; margin: 20px 0; width: 100%;}

	footer.main { position: relative;}
	footer.main .footer_menu { float: none;}
	footer.interior { font-size: 11px;}
	footer.interior .footer_menu { float: none;}
	#footer_info { float: none;}
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/** END HTML5 Boilerplate CSS **/

/* Pinterest Board */

.pins-feed-small img {
	height:320px;
}
li.pins-feed-item {
	background-color:#f1f1f1;
	padding:5px;
}

/** START Starkers CSS **/

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */
*/
/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.

/** END Starkers CSS **/

/** START WordPress-Defined CSS Classes **/
.wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.sticky{}
/** END WordPress-Defined CSS Classes **/
