@charset "UTF-8";

/*********** START CSS RESET *************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126articl
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {list-style: none;}

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

/*********** END CSS RESET *************/


/********************************** TYPOGRAPHY **********************************/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 25, 2014 */

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

}

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

}


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

}


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

}

* { margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   font-style: normal;
   font-family: 'arvoregular', sans-serif;
   vertical-align: baseline;
   text-decoration: none;
   background: transparent; 
}
   
body {
    font-family: 'arvoregular', sans-serif;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    background-color: #FFFFFF;
}


i {font-family: 'arvoitalic', sans-serif;}

b, strong {font-family: 'arvobold', sans-serif;}

i b, i strong {font-family: 'arvobold_italic', sans-serif;}
   
* {
    text-size-adjust: none;
    -moz-text-size-adjust:none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

.page-title {
    font-family: 'arvobold', sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    margin: 0 0 0px -30px;
    text-align: left;
    text-shadow: 2px 2px 2px #cb5600;
}

.log-title {
    font-family: 'arvobold', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    padding-bottom: 5px;
    text-align: left;
    text-shadow: 2px 2px 2px #cb5600;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'arvobold', sans-serif;
	letter-spacing: .6px;
}

h1 {
    font-size: 1.7em;
    font-style: normal;
    line-height: 1.25em;
    font-weight: bold;
    padding-top: 0em;
    padding-bottom: .5em;
}

h2 {
    font-size: 1.45em;
    line-height: 1.40em;
    padding-top: .5em;
    padding-bottom: .5em;
}

h3 {
    font-size: 1.15em;
    line-height: 1.5em;
    font-weight: bold;
    padding-top: .5em;
    padding-bottom: .5em;
}


h4 {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bold;
    padding-top: 0.5em;
    padding-bottom: 0;
}

h5 {
    font-size: .95em;
    line-height: 1.5em;
    font-weight: normal;
    padding-top: .25em;
    padding-bottom: 0em;
}

h6 {
    font-size: 0.85em;
    line-height: 1.5em;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: normal;
    padding-top: .25em;
    padding-bottom: 0em;
}

p, ul, ol {
    font-size: .9em;
    font-style: normal;
    line-height: 1.4em;
    font-weight: 400;
}

p { 
    padding-top: 0em;
    padding-bottom: 1em;
}

blockquote {
    font-size: 1em;
    font-style: normal;
    line-height: 1.5em;
    font-weight: normal;
    padding-top: 0.25em;
    padding-right: 2em;
    padding-bottom: .25em;
    padding-left: 2em;
}

ul {
    list-style-position: outside;
    list-style-type: square;
    padding-top: 0em;
    padding-bottom: 1em;
    padding-left: 1.5em;
}

li ul {padding-bottom:0;}

ol {
    list-style-type: decimal;
    padding-top: 0em;
    padding-bottom: 1em;
    padding-left: 2.5em;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {color: #c35100;}

.panel p {color: #4d3608;}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {color: #ff6b01;}

.panel.callout p {color: #4d3608;}

a:link {color: #006cb9; transition: all 0.2s ease;}

a:visited {color: #00518a;}

.no-touch a:hover {color: #0095ff; border-bottom-style: none;}

a:active {text-decoration: none;}

button, .button {
    font-family: 'arvoregular';
    color: white !important;
    font-size: .9rem;
}

i button, i .button {font-family: 'arvoitalic', sans-serif;}

b button, b .button  {font-family: 'arvobold', sans-serif;}

strong button, strong .button  {font-family: 'arvobold', sans-serif;}

i b button, i strong button, i b .button, i strong .button {font-family: 'arvobold_italic', sans-serif;}

ul.header-menu li {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 10px;
}

header, header a:link, header a:visited {
    font-family: 'arvoregular';
    font-size: 1rem;
    color: #4d3608;
    transition: all 0.2s ease;
}

header li:hover a, header a:hover, .no-touch header a:hover {color: #c35100;}

header ul.header-menu li {transition: all 0.2s ease;}

.no-touch header ul.header-menu li:hover {background-color: #ffffff;}

footer, footer a:link, footer a:visited {
    font-family: 'arvoregular';
    color: white;
    font-size: .9rem;
    transition: all 0.5s ease;
}

.no-touch footer ul.footer-menu li a:hover {color: #ff6b01 important;}

.reveal-modal h1 {margin-bottom: 0px; padding-bottom: 0px;}

dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer;
    background-color: #ffffff !important;
    padding-left: 5px;
    padding-bottom: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}

.no-touch dialog .close-reveal-modal:hover, .no-touch .reveal-modal .close-reveal-modal:hover {color: #0095ff;}

/********************************** END TYPOGRAPHY **********************************/


/********************************** GENERAL STYLING **********************************/

body {
    background: #ffffff url(../assets/images/medium-wineland-tree.png) fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0px;
}

/* Render no Checkbokes */
input {display: none; height: 0px;}

/* preload images */
.preload_images {
    position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}

/* dimension of preload item */
.preload {height: 1px; width: 1px;}

div.container {
	max-width: 1000px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 54px;
	float: none;
}

.panel {
	border-style: solid;
	border-width: 1px;
	border-color: #b2aca0;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	background: #dfdfd9;
}

.panel.callout {
	border-style: solid;
	border-width: 2px;
	border-color: #b2aca0;
	margin-bottom: 0.75rem;
	margin-right: 1px;
	margin-left: 0px;
	padding: .5rem;
	background: #ffffff;
	z-index: 10;
	overflow: hidden;
}

div.content-container {
	border-style: solid;
	border-width: 1px;
	border-color: #b2aca0;
	padding: 1.5rem 1.6rem;
	margin-left: auto;
    margin-right: auto;
   	margin-bottom: -1px;
    float: none;
	background: #dfdfd9;
	background-image: url(../assets/images/billie_holiday.png);
	background-repeat: repeat;
}

div.content-container2 {
	border-style: solid;
	border-width: 1px;
	border-color: #b2aca0;
	padding: 1.5rem 1.6rem;
	margin-left: auto;
    margin-right: auto;
   	margin-bottom: -1px;
    float: none;
	background: #ebe8e4;
	background-image: url(../assets/images/billie_holiday_white.png);
	background-repeat: repeat;
}

div.content-container3 {
	border-style: solid;
	border-width: 1px;
	border-color: #b2aca0;
	padding: .75rem 1.6rem;
	margin-left: auto;
    margin-right: auto;
   	margin-bottom: -1px;
    float: none;
	background: #b3b3b3;
	background-image: url(../assets/images/tweed.png);
	background-repeat: repeat;
}

div.content-container3.sort-box {padding: .75rem 0rem;}

div.bottom-divider {border-bottom: 1px solid #b2aca0; margin-bottom: 30px;}

div.bottom-divider2 {border-bottom: 2px solid #ff6b01; margin-bottom: 20px;}

.pad-sides {margin-left: 15px; margin-right: 15px;}

/* Drop Shadow @ 20% opacity*/
.dropshadow {
	-moz-box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow:  1px 1px 8px 2px rgba(0, 0, 0, .2);
    box-shadow:  1px 1px 8px 2px rgba(0, 0, 0, .2);
}

.framed-img img {
	display: inline-block;
	max-width: 100%;
	border: 8px solid #fff;
	margin-bottom: 5px;
	-moz-box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow:  1px 1px 8px 2px rgba(0, 0, 0, .2);
    box-shadow:  1px 1px 8px 2px rgba(0, 0, 0, .2);
}

.imagecaption {
	font-size: 10px;
	text-align: right;
	font-weight: normal;
	line-height: 12px;
	margin-right: 5px;
	-ms-word-break: normal;
	word-break: normal;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/* Force z-index value to top */
.zz-top {z-index: 500;}

.float-left {float: left;}

.float-right {float: right;}

.remove-above-break {display:none; height: 0px;}

div.mix {
  	background-image: url(../assets/images/loader.gif);
  	background-repeat:no-repeat;
  	background-position: center center;
}

.panel.callout .button.small {
	padding-top: 0.875rem;
	padding-right: 1.75rem;
	padding-bottom: 0.9375rem;
	padding-left: 1.75rem;
	margin: 0.3rem;
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
	font-family: 'arvobold', sans-serif;
}

.no-touch button:hover, button:focus, .no-touch .button:hover, .button:focus {background-color: #0095ff;}

.panel.callout div.prices div.button a {color: #ffffff !important;}

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

header {
	width: 100%;
	position: fixed;
	top: 0px;
	padding: 0px;
	margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    z-index: 1000;
}

header ul {line-height: .7em;}

header > .columns {	
	padding-left: 0em;
	padding-right: 0em;
}

header div.header1 {
 	height: 15px;
  	background-image: url(../assets/images/walnut-texture.png);
  	background-repeat:repeat;
}

header div.header2 {
	height: auto;
	min-height: 40px;
	border-style: solid;
	border-width: 1px;
	border-color: #b2aca0;
	margin-bottom: -1px;
	/* padding: 1.25rem; */
	background: #dfdfd9;
	background-image: url(../assets/images/billie_holiday.png);
	background-repeat: repeat;
	-moz-box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, .2);
}

ul.header-menu li {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding: 13.5px 17.25px;
	margin: -0.5px -2px;
}

ul.header-menu {
    margin: 0;
    padding: 0px;
    border-style: solid;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.menu-icon {
    background: url('../assets/images/3bar.png') no-repeat center;
    background-position: 50% 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #b2aca0;
    text-align: center;
    height: 35px;
    width: 45px;
    float: left;
    position: relative;
    top: 1px;
    margin: 0px 0px 0px 15px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}

.no-touch .menu-icon:hover {
    background: url('../assets/images/3bar.png') no-repeat center;
    background-position: 50% -35px;
    border-style: solid;
    border-width: 1px;
    border-color: #b2aca0;
}

.left-off-canvas-menu {visibility: hidden;}

/********************************** SLIDESHOW **********************************/

/* SLIDESHOW STYLING */

div#hp-slideshow {padding: 0px;}

div#slideshow {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}


div.slideshow-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
}

div.slideshow-caption .half-black-back {background-color: rgba(82, 79, 77, 0.5); color: white;}

div.slideshow-caption h1 {
    color: #ff6b01;
    text-align: right;
    font-size: 2.5rem;
    padding: 15px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000000;
}

div.slideshow-caption p {
    text-align: left;
    padding: 15px;
    margin-bottom: 0;
    color: #ffffff !important;
}

.orbit-container .orbit-bullets-container {
    position: relative;
    bottom: 45px;
    text-align: right;
    float: right;
    padding-right: 15px;
}

.orbit-container .orbit-bullets li {
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    background: #efeeea;
    float: none;
    margin-right: 6px;
    border-radius: 1000px;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.4);
}

.orbit-container .orbit-bullets-container {
    display: none;
    height: 0px;
}


.orbit-container .orbit-slide-number {visibility: hidden;}

.orbit-container .orbit-next; .orbit-container .orbit-prev; {
    background: #524f4d;
    background-color: rgba(82, 79, 77, 0.3);
}

.no-touch .orbit-container .orbit-prev:hover, .no-touch .orbit-container .orbit-next:hover {
    background: #71c4ff;
    background-color: rgba(113, 196, 255, 0.8);
}

.orbit-container .orbit-prev, .orbit-container .orbit-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: transparent;
    text-indent: -9999px !important;
    z-index: 10;
}

.wwlogo {
    position: absolute;
    top: 65px;
    z-index: 500;
}

/********************************** PAGE SPECIFIC MISC. **********************************/

.prices .button {color: #ffffff !important;}

.panel.callout .price-bf {
    padding: 10px 5px 0px 5px !important;
    margin: 0.3rem;
    /* margin-bottom: -5px !important; */
    font-size: 1.4rem;
    /* letter-spacing: 0.1rem; */
    font-family: 'arvoregular', sans-serif;
    color: #ff6b01 !important;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #ff6b01;
    width: 57px;
    height: 57px;
    line-height: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
}

.price-bf .small {font-size: 11px;}

.scott-trevor {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; 
}

.alters {
    max-width: 320px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.furniture-services {
    max-width: 298px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

/********************************** PRE-FOOTER **********************************/

.pre-footer p {margin-bottom: 0px;}

.pre-footer hr {display: none; height: 0px;}

.pre-footer h1, .pre-footer h2, .pre-footer h3 {color: #4d3608;}

.pre-footer a:link, .pre-footer a:visited {
	color: #c35100;
	transition: all 0.5s ease;
}

.no-touch .pre-footer a:hover, .pre-footer a:focus {color: #0095ff;}

.pre-footer .left-block h1, .pre-footer .left-block h2, .pre-footer .left-block h3 {
	padding-top: 0px;
	margin-top: 0px;
}

.pre-footer .right-block {text-align: right;}

.pre-footer .right-block ul {
	padding: 0px;
	margin: 0px;
}

.pre-footer .right-block ul li {
	display: inline-block;
	list-style-type: none;
	padding: 5px;
	vertical-align: middle;
}

.pre-footer .right-block ul li img {height: 35px;}

.pre-footer .right-block ul li.visa img {height: 25px;}

.pre-footer .payments {margin-top: 60px;}

/********************************** MAIN FOOTER **********************************/

footer {
	width: 100%;
	height: 220px;
	position: relative;
	bottom: 0px;
	padding: 0px;	
	background-image: url(../assets/images/walnut-texture.png);
  	background-repeat:repeat;
  	background-repeat: repeat;
	-moz-box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, .2);
}

footer {
	margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center
}

footer ul {
    padding: 0px;
    margin: 10px;
    line-height: .7em;
}

footer div.copyright {
	font-size: 11px;
	position: relative;
	bottom: 0px;
}

ul.footer-menu li {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding: 10px;
}

ul.footer-menu {margin: 10px;}

/* SOCIAL MEDIA ICONS */

.social-media ul {
	position: relative;
	bottom: 0px;
	vertical-align: bottom;
	margin-top: 80px;
}

.social-media ul li {
	list-style-type: none;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding: 2px;
}

.social-media ul li.facebook {
	height: 45px;
	width: 45px;
	background: url('../assets/images/facebook-logo.png') 0 0 no-repeat;
}

.social-media ul li.instagram {
	height: 45px;
	width: 45px;
	background: url('../assets/images/instagram-logo.png') 0 0 no-repeat;
}

/********************************** BACK TO TOP NAV **********************************/

.back-to-top {
	display: block;
	position: fixed;
	height: 65px;
	width: 65px;
	bottom: 15px;
	right: 15px;
	padding: 15px;
	vertical-align: bottom;
	text-align: right;
	float: right;
	margin: 0 15px 15px 0;
	z-index: 500;
	background: url('../assets/images/back-to-top.png') 0 0 no-repeat;
	/* transition */
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.no-touch .back-to-top:hover {background: url('../assets/images/back-to-top-b.png') 0 0 no-repeat;}

/********************************** BREAKPOINTS **********************************/

/* Between 1025px and 795px */

@media only screen and (min-width: 795px) and (max-width: 1025px) {

ul.header-menu li {height: 38px;}

	.sprout {margin-top: -130px; margin-bottom: -10px; z-index: 0;}

}

/* 794px and below */

@media only screen and (min-width: 10px) and (max-width: 794px) {

	header {position: relative;}

	div.container {margin-top: 0px;}

	.page-title {
		font-family: 'arvobold', sans-serif;
		font-size: 35px;
		text-transform: uppercase;
		color: #fff;
		letter-spacing: 1px;
		margin-left: -20px;
		margin-top: 15px;
		margin-bottom: -10px;
		text-align: left;
		text-shadow: 2px 2px 2px #cb5600;
	}


	div.slideshow-caption p {
		max-width: 89%;
		font-size: 12px;
		margin-top: 5px;
		padding: 5px 10px;
	}

	div.slideshow-caption h1 {font-size: 2rem;}

	.social-media ul {margin-top: 0px;}

	.sprout {display:none; height: 0px;}

	.remove-below-break {display:none; height: 0px;}

	.remove-above-break {display: block;}

	#top-header {padding: 0px 10px 0 10px; z-index: 1;}

	.header-menu1 {display: none; height: 0px;}

	#sub-header {display: none; height: 0px;}

	.left-off-canvas-menu {
		visibility: visible;
		top: -30px;
		bottom: -30px;
		background: #494949;
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: -moz-linear-gradient(left,  rgba(153,153,153,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(153,153,153,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(153,153,153,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(153,153,153,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(153,153,153,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(153,153,153,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#000000',GradientType=1 ); /* IE6-8 */
		background-image: url('../assets/images/tweed.png');
		background-repeat: repeat;
		z-index: 0;
	}

	.product {width: 100% !important;}

	.left-off-canvas-menu ul a {color: #4d3608 !important;}

	.left-off-canvas-menu ul.off-canvas-menu-all {
		margin: 30px !important;
		margin-top: 0px !important;
		text-align: left;
		list-style-position: outside;
		list-style-type: none;
		padding-top: 45px;
		padding-bottom: 1em;
		padding-left: 0em;
	}

	ul.off-canvas-menu-all ul.sub-options li {padding-left: 40px;}

	.no-touch ul.off-canvas-menu-all ul.sub-options li:hover {background-color: #ffa56c;}

	.left-off-canvas-menu ul li {
		border-top: 1px solid #b2aca0;
		border-bottom: 1px solid #b2aca0;
		font-size: 1.07em;
		font-weight: bold;
		padding: 9px;
		padding-left: 20px;
		margin-bottom: -1px;
		margin-left: -30px;
		margin-right: -2px;
		width: 15.625rem;
		transition: all .1s ease-in-out;
		-moz-transition: all .1s ease-in-out;
		-webkit-transition: all .1s ease-in-out;
		background-color: #dfdfd9;
		background-image: url(../assets/images/billie_holiday.png);
		background-repeat: repeat;
	}

	.no-touch .left-off-canvas-menu ul li:hover {
		color: #0095ff !important;
		background: #ebe8e4;
		background-image: url(../assets/images/billie_holiday_white.png);
		background-repeat: repeat;
	}

	ul.off-canvas-menu-all li a {
		transition: all .1s ease-in-out;
		-moz-transition: all .1s ease-in-out;
		-webkit-transition: all .1s ease-in-out;
	}

}

/* 768px and below */

@media only screen and (min-width: 10px) and (max-width: 768px) {

    div.cte-contents h1 {
        font-size: 1.45rem;
        padding: 15px;
        font-style: normal;
        line-height: 1.25em;
        font-weight: bold;
        padding-top: 0em;
        padding-bottom: .5em;
    }

}

/* 640px and below */

@media only screen and (min-width: 10px) and (max-width: 640px) {

div.slideshow-caption h1 {
	font-size: 1.6rem;
	margin-bottom: 0px;
	line-height: 1.1em;
	margin-right: 20px;
}

.pre-footer .left-block, .pre-footer .right-block {text-align: center;}

.pre-footer .payments {margin-top: 25px;}

.pre-footer .right-block {margin-top: 30px;}

.pre-footer hr {display: block;}

div.content-container {margin-left: 0px !important;}

.social-media {margin-top: 0px;}

.framed-img img {

}

}


/* 536px and below */

@media only screen and (min-width: 10px) and (max-width: 536px) {

	.deep-links {width: 99.7%;}

	.page-title {font-size: 30px;}

	div.content-container, div.content-container2 {padding: 1.5rem 1rem;}	

	.column, .columns {padding-left: 0.5em; padding-right: 0.6em;}

}


/* 390px and below */

@media only screen and (min-width: 10px) and (max-width: 390px) {

	.page-title {font-size: 28px;}

    h1 {
        font-size: 1.1em;
        font-style: normal;
        line-height: 1.25em;
        font-weight: bold;
        padding-top: 0em;
        padding-bottom: .5em;
    }

    h2 {
        font-size: 1em;
        line-height: 1.40em;
        padding-top: .5em;
        padding-bottom: .5em;
    }

    h3 {
        font-size: .95em;
        line-height: 1.5em;
        font-weight: bold;
        padding-top: .5em;
        padding-bottom: .5em;
    }


    h4 {
        font-size: .94em;
        line-height: 1.5em;
        font-weight: bold;
        padding-top: 0.5em;
        padding-bottom: 0;
    }

    h5 {
        font-size: .92em;
        line-height: 1.5em;
        font-weight: normal;
        padding-top: .25em;
        padding-bottom: 0em;
    }

    h6 {
        font-size: 0.9em;
        line-height: 1.5em;
        font-weight: normal;
        text-transform: uppercase;
        font-weight: normal;
        padding-top: .25em;
        padding-bottom: 0em;
    }

    .panel.callout .button.small {font-size: 1.2rem;}

    .panel.callout .price-bf {font-size: 1.2rem;}

	.product {
		width: 100% !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.panel.callout {margin-bottom: -2px;}

	.panel {min-height: 10px !important;}

	.panel.callout .product-info h1 {font-size: 1.28rem;}

	div.date-cut, div.description {font-size: 0.82rem;}

	.deep-links {width: 99.65%;}

	div.content-container, div.content-container2 {padding: 1.5rem 1rem;}

	body#products #all-products div.small-12.medium-6.column.mix, body#products #all-products div.small-12.medium-6.columns.mix {
		padding-left: 0em !important;
		padding-right: 0em !important;
	}

	.panel.callout .button.small {
		padding-top: 0.6rem;
		padding-bottom: 0.7rem;
		font-size: 1.1rem;
	}

	.panel.callout .price-bf {
		padding: 6px 5px 0px 5px !important;
		font-size: 1rem;
		width: 48px;
		height: 44px;
	}

	.price-bf .small {font-size: 10px;}

	.facebook-feed {display: none;}

}



