/********************************************
				RULLI.COM
	Responsive Layout - Mobile First
*********************************************/

/***** Font Stack for Typekit Fonts *****/
/*font-family: 'trajan-pro-3', Trajan Pro, serif;
font-family: 'adobe-garamond-pro', Adobe Garamond, serif;
garamond weights 400 600 700*/


/******** BROWSER CSS RESET *************************/
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;
	/*** Include Padding/Borders in width for all elements ***/
	box-sizing: border-box;
}
/* 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: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* Responsive images & embedded objects (remove for image cropping) */
img, object, embed { max-width: 100%; }

/****** GLOBAL ELEMENT CSS ******/
html * { max-height: 999999px; } /* Android mobile font sizing fix */

body {
	line-height: normal;
	font-size: 18px; color:#2d1709;
	font-family: 'adobe-garamond-pro', Adobe Garamond, serif;
	background:url('../images/texture-bg.jpg') #fdf7e3;
	-webkit-text-size-adjust: none;
}

body, select, input, textarea { color: #2d1709; }

ins { background-color: #fcd700; color: #000; text-decoration: none; }
mark { background-color: #fcd700; color: #000; font-style: italic; font-weight: bold; }

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 20px;
	font-family: 'trajan-pro-3', Trajan Pro, sans-serif;
}
h1 { font-size:24px; color:#ab812b; letter-spacing:5px; text-transform:lowercase; text-align:center; }
h2 { font-size:20px; letter-spacing:4px; text-transform:lowercase; }
h3 { font-size: 22px; }
h4, h5, h6 { font-size: 20px; }

a, a:visited { color:#ab812b; text-decoration:underline; }
a:hover, a:active { color:#ab812b; text-decoration: underline; }
a:link { -webkit-tap-highlight-color: initial; }

a.btn {
	display:inline-block; width:auto;
	padding: 10px 40px;
	color: #faf0d2; font-family: 'trajan-pro-3', Trajan Pro, sans-serif;
	font-size: 22px; letter-spacing:4px; text-transform:lowercase; text-decoration:none;
	border: none;
	background: #2d1709;
}

a.btn-small {
	display:inline-block; width:auto;
	padding: 7px 20px;
	color: #faf0d2; font-family: 'trajan-pro-3', Trajan Pro, sans-serif;
	font-size:16px; letter-spacing:2px; text-transform:lowercase; text-decoration:none;
	border: none;
	background: #2d1709;
}

a.btn-gold {
	display:inline-block; width:auto;
	padding: 10px 40px;
	color:#faf0d2; font-family: 'trajan-pro-3', Trajan Pro, sans-serif;
	font-size: 22px; letter-spacing:4px; text-transform:lowercase; text-decoration:none;
	border: none;
	background:url('../images/foiled-again.jpg') #ab812b; 
}

p { margin: 0px 0px 20px; }
img { border: none; }

b, strong { font-weight: bold; }
i, em { font-style: italic; }

.nosho { display: none; }
.clear { clear: both; }
.fl { float: left; }
.fr { float: right }
div.half { width:100%; }
div.third { width:100%; }

/*** Basic List Styling ***/
ul {
	margin: 0px 0px 20px;
	padding: 0;
	list-style-type: disc;
	list-style-position: inside;
}
ul li { margin-bottom: 5px; }
ul li ul li { margin-top: 5px; }
ul li ol li { margin-top: 5px; }

ol {
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 20px;
	list-style-type: decimal;
	list-style-position: inside;
}
ol li { margin-bottom: 5px; }
ol li ol li { margin-top: 5px; }
ol li ul li { margin-top: 5px; }

ol.faqA { list-style-position: outside; }

/*** Blockquote ***/
/*genric styles for blockquote in content*/
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

/*** CKEditor Image Alignment Classes ***/
.align-left, .align-right { display:block; float:none; margin:0 0 20px 0; }
.align-center { text-align: center; }
.align-center > figure { display: inline-block; }


/****** FRONTEND LAYOUT ******/
#gfm { width:100%; background:#2d1709; padding:10px 0; text-align:center; font-family: 'trajan-pro-3', Trajan Pro, serif; }
#gfm a { color:#fdf7e3; text-decoration:none; }
#gfm a:hover { color:#fff; text-decoration:underline; }

#page {
	background:url('../images/gold-stripe.jpg') no-repeat; background-size:100% 8px;
	margin: 0px auto; padding-top:8px;
	width: 100%;
	min-width:350px;
	position: relative;
}

#special-message { width:100%; height:auto; padding:10px 15px; background:#2d1709; text-align:center; color:#ffffcc; font-size:14px; }

/*** Header ***/
#header {
	margin: 0; padding-bottom:7px;
	width:100%;
	text-align:center;
	background:url('../images/header-base.png') repeat-x 50% 100%;
}

.header-inner {
	width:100%; max-width: 1400px; position:relative; margin:0 auto; display:block;
}

a#cart-link {
	display:block; position:absolute;
	top:5px; right:20px; z-index:100;
	width:37px; height:52px; overflow:hidden;
	background:url('../images/shopping-bag.png') no-repeat;
	text-align:center;
	color:#fbd87e; text-decoration:none; font-size:16px; font-family:'trajan-pro-3', Trajan Pro, serif;
	padding:16px 5px 0 0;
}

#logo {
	display: block;
	width:50%; max-width:330px; height:auto;
	margin:22px auto 0px auto;
}

#logo-link { display: none; }


/* Menu with Icon */
#menuBtn {
	position:absolute; top:12px; left:20px; z-index:100;
	display: block;
	width:40px; height:40px;
	background:url("../images/menubtn.png") no-repeat;
	text-indent: -9999px;
}
#menuBtn.open { background:url("../images/close-x.png") no-repeat center center; }

#header .loginBox { }

/*** Main Menu ***/
#mainmenu {
	display: none;
	position: absolute; top:100%; left:0;
	z-index: 9999;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background: #2d1709;
}
#mainmenu ul {
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
}
#mainmenu ul li {
	margin: 0px;
	float: none;
	border-left: none;
	border-top: 1px solid #63412e;
}
#mainmenu ul li:first-child { border-top: none; }
#mainmenu ul li a {
	display: block;
	padding: 15px 20px;
	color: #fbd87e; font-family:'trajan-pro-3',Trajan Pro, serif; font-size: 24px; text-transform:lowercase; text-decoration: none;
	background-color: transparent;
}
#mainmenu ul li > ul { display: none; }
#mainmenu ul li:hover > ul { display: none; }

/*** Content Area ***/
#content {
	clear: both;
	margin: 0px;
    padding:50px 20px 20px 20px;
	min-height: 520px; width:100%;
	background:url('../images/subpage-top.jpg')repeat-x;
	border-top:8px #2d1709 solid;
}

div#botfade { background:url('../images/header-base.png') repeat-x 50% 100%; width:100%; height:59px; overflow:hidden; display:block; }

.page-content {
	width:100%; max-width:1000px; margin:0 auto;
	font-size:23px;
}

.page-content2 {
	width:100%; max-width:1200px; margin:0 auto;
	font-size:23px;
}

.page-news {
	width:100%; max-width:1000px; margin:0 auto;
	font-size:18px;
}

.featuredImg {
	display: block;
	margin: -20px -20px 20px;
	height: auto;
	max-height: 300px;
	overflow: hidden;
}
.featuredImg img {
	display: block;
	width: 100%;
}

#sidebar {
	float: none;
	width: auto;
	margin: 30px 0px 0px;
	padding: 30px 0px 0px;
	border-right: none;
	border-top: 1px solid #ccc;
}

#main {
	float: none;
	width: auto;
	margin: 0px;
	padding: 0px;
}

/*** Footer ***/
#footer {
	background:#2d1709; text-align: center;
	color:#faf0d2; font-size:16px; text-transform:lowercase; font-family:'trajan-pro-3', Trajan Pro, serif; letter-spacing:3px; 
	padding:10px 0 30px 0;
}

#footer a { color:#faf0d2; text-decoration:none; }
#footer a:hover, #footer a:active { text-decoration:underline; }

img.flogo { width:50%; max-width:249px; }

div.goldstripe { width:100%; height:8px; background:url('../images/gold-stripe.jpg') no-repeat; background-size:100% 8px; overflow:hidden; display:block; }

#social { margin:20px auto; }
#social a { width:39px; height:39px; display:inline-block; border-radius:50%; overflow:hidden; }
#social a b { display:none; }

div.fclear { display:block; clear:both; }
div.dot { display:none; }

a.fb { background:url('../images/social-sprite.png') no-repeat #775419; background-position:0px 0px; }
a.fb:active, a.fb:hover { background:url('../images/social-sprite.png') no-repeat #faebbf; background-position:0px 0px; }

a.tw { background:url('../images/social-sprite.png') no-repeat #775419; background-position:-47px 0px; }
a.tw:active, a.tw:hover { background:url('../images/social-sprite.png') no-repeat #faebbf; background-position:-47px 0px; }

a.in { background:url('../images/social-sprite.png') no-repeat #775419; background-position:-94px 0px; }
a.in:active, a.in:hover { background:url('../images/social-sprite.png') no-repeat #faebbf; background-position:-94px 0px; }

a.pn { background:url('../images/social-sprite.png') no-repeat #775419; background-position:-142px 0px; }
a.pn:active, a.pn:hover { background:url('../images/social-sprite.png') no-repeat #faebbf; background-position:-142px 0px; }

a.gp { background:url('../images/social-sprite.png') no-repeat #775419; background-position:-188px 0px; }
a.gp:active, a.gp:hover { background:url('../images/social-sprite.png') no-repeat #faebbf; background-position:-188px 0px; }

a.li { background:url('../images/social-sprite.png') no-repeat #775419; background-position:-235px 0px; }
a.li:active, a.li:hover { background:url('../images/social-sprite.png') no-repeat #faebbf; background-position:-235px 0px; }

a.ye { background:url('../images/social-sprite.png') no-repeat #775419; background-position:-282px 0px; }
a.ye:active, a.ye:hover { background:url('../images/social-sprite.png') no-repeat #faebbf; background-position:-282px 0px; }

a.ta { background:url('../images/social-sprite.png') no-repeat #775419; background-position:-329px 0px; }
a.ta:active, a.ta:hover { background:url('../images/social-sprite.png') no-repeat #faebbf; background-position:-329px 0px; }

p.footer-extras { font-size:18px; font-family: 'adobe-garamond-pro', Adobe Garamond, serif; text-transform:none; color:#af8123; padding-top:10px; }
p.footer-extras a { color:#af8123 !important; }

p.copy { display:none; }

/****** Shop Modal ******/

div#shop-choice { text-align:center; background:transparent; padding-top:40px; }
div#shop-choice h1 { font-size:30px; text-transform:lowercase; color:#f2e5c3; }

ul#sc-tiles { margin:0; padding:0; list-style-type:none; text-align:center; }
ul#sc-tiles li { width:100%; max-width:402px; text-align:center; display:inline-block; vertical-align:top; margin:10px; }
ul#sc-tiles li:first-child { margin-left:0; }
ul#sc-tiles li:last-child { margin-right:0; }
ul#sc-tiles h2 { color:#fbd87e; }
ul#sc-tiles li img { display:block; width:100%; margin-bottom:20px; }




/****** HOMEPAGE ******/
.homeContent {
	width:100%; max-width:1040px; margin:0 auto; padding:0;
	font-size:23px; text-align:center;
}

ul#tiles { margin:0; padding:0; list-style-type:none; text-align:center; }
ul#tiles li { width:100%; max-width:402px; text-align:center; display:inline-block; vertical-align:top; margin:10px; }
ul#tiles li:first-child { margin-left:0; }
ul#tiles li:last-child { margin-right:0; }

ul#tiles li img { display:block; width:100%; margin-bottom:20px; }

#hp-video { margin:50px auto; width:100%; max-width:1000px; }


/**** Slick Slideshow Overrides ***/
.slideshow .slick-prev,
.slideshow .slick-next {
	position: absolute;
	top: 50%;
	z-index: 7000;
	width: 60px;
	height: 100%;
	text-indent: -9999px;
}


.slick-next {
    right: 25px !important;
}

.slick-prev {
    left: 25px !important;
    z-index: 999;
}

.slideshow .slick-prev { left: 0px; background: url('../images/slideArrows.png') no-repeat 0px center; }
.slideshow .slick-prev:hover,
.slideshow .slick-prev:active { background: url('../images/slideArrows.png') no-repeat -120px center; }
.slideshow .slick-next { right: 0px; background: url('../images/slideArrows.png') no-repeat -60px center; }
.slideshow .slick-next:hover,
.slideshow .slick-next:active { background: url('../images/slideArrows.png') no-repeat -180px center; }

#photos-for .slick-slide img {
    margin: 0 auto;
    max-height: 400px;
}

#thumbs-nav .slick-prev:before, #thumbs-nav .slick-next:before {
	color: #000;
}

#thumbs-nav .slick-prev::before{
	content: "\2190";
}

#thumbs-nav .slick-next::before {
	content: "\2192";
}

#thumbs-nav.slick-slider {
    max-height: 150px;
    overflow: hidden;
}

#thumbs-nav .slick-list {
    margin: 0 30px;
}

#thumbs-nav .slick-next {
    right: 5px !important;
}

#thumbs-nav .slick-prev {
    left: 5px !important;
}

#thumbs-nav img {
    height: 120px;
    padding: 15px 5px;
    min-width: initial !important;
    max-width: initial!important;
	cursor:pointer;
}
.slick-dots {
    bottom: 25px !important;

}
.slick-dots li.slick-active button::before {
	color: #dcdcdc;
	opacity: 1;
}

.slick-dots li button::before {
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    content: "•";
    font-family: "slick";
    font-size: 12px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
}


/* Homepage Banner / Slideshow */
.slideshow {
	margin:0;
	width: auto;
	position: relative;
	min-height: 100px;
	max-height:600px; 
	overflow:hidden;
}
.slideshow .slide { /*display: none;*/ }
.slideshow .slide img {
	display: block;
	width: 100%;
}
/* Remove if no slideshow pager */
.slideshow .slidePager {
	margin: 0px;
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0px;
	z-index: 499;
	text-align: center
}
.slideshow .slidePager span {
	margin: 0px 1px;
	font-size: 36px;
	color: #fff;
	cursor: pointer;
}
.slideshow .slidePager span.cycle-pager-active { color: #ccc; }
/* Remove if no slideshow arrows */
.slideshow .slidePrev,
.slideshow .slideNext {
	position: absolute;
	top: 0px;
	z-index: 498;
	width: 60px;
	height: 100%;
	text-indent: -9999px;
}
.slideshow .slidePrev { left: 0px; background: url('../images/slideArrows.png') no-repeat 0px center; }
.slideshow .slidePrev:hover,
.slideshow .slidePrev:active { background: url('../images/slideArrows.png') no-repeat -120px center; }
.slideshow .slideNext { right: 0px; background: url('../images/slideArrows.png') no-repeat -60px center; }
.slideshow .slideNext:hover,
.slideshow .slideNext:active { background: url('../images/slideArrows.png') no-repeat -180px center; }





/****** FORMS STYLING ******/
#nwsltr-form-holder { padding:25px 15px 80px 15px; background:url('../images/just-r-25.png') 50% 50% no-repeat; background-size:400px auto; }
#nwsltr-ajax input[type=text] { height:40px; margin:0; }
#nwsltr-ajax input[type=submit] { width:191px; }

div.form {
	margin: 0px auto;
	max-width: 600px;
}
div.form label {
	display: block;
	font-weight: normal;
}
div.form input,
div.form textarea,
div.form select {
	box-sizing: border-box;
	margin: 5px 0px;
	font-family: 'adobe-garamond-pro', Adobe Garamond, serif;
	padding: 4px;
	width: 100%;
	max-width: 600px;
	border: 1px solid #ab812b;
	font-size: 18px; color:#2d1709;
}

div.form input::placeholder, div.form textarea::placeholder { color:#000; }

div.form input[type=checkbox] { width:auto !important; margin-right:10px; }
div.form input[type=radio] { width:auto !important; }

div.form fieldset {
	border: 1px solid #ab812b;
	padding: 10px;
	margin:0 0 10px 0;
}
div.form textarea {
	padding: 4px;
	width: 100%;
	max-width: 600px;
	height: 120px;
	resize: none;
	border: 1px solid #ab812b;
	font-size: 20px; color:#2d1709;
	font-family: 'adobe-garamond-pro', Adobe Garamond, serif;
}
div.form select {
	padding: 4px;
	width: 100%;
	max-width: 600px;
}
div.form .note {
	font-style: italic;
}
div.form span.required { display:none; }
div.form .row { margin: 0px 0px 10px; }

div.form .row.checkbox label,
div.form .row.radio label {
	float: none;
	padding: 0px;
	display: inline-block;
	width: auto;
}

div.form .row.expiration select { width:50%; max-width:100px; }
div.form .row.security input { width:50%; max-width:100px; }

div.form .row.buttons { text-align: center; }
div.form input[type=submit] {
	padding: 10px 40px;
	color: #faf0d2; font-family: 'trajan-pro-3', Trajan Pro, sans-serif;
	font-size: 20px; letter-spacing:3px; text-transform:lowercase;
	border: none;
	background: #2d1709;
	cursor:pointer;
	width:auto;
}

button.btn-submit {
	padding: 9px 30px;
	color: #2d1709; font-family: 'trajan-pro-3', Trajan Pro, sans-serif;
	font-size: 20px; letter-spacing:1px; text-transform:lowercase;
	border: 1px #2d1709 solid;
	background: rgba(45,23,9,0.25);
	cursor:pointer;
	width:auto;
}


.twentyfour input[type=submit] { font-size: 24px !important; letter-spacing:5px !important; }

.toggleDiv { cursor:pointer; }
h2.toggleme { background:url('../images/arrow.png') no-repeat; background-size:50px auto; padding:0 0 10px 65px; height:36px; line-height:120%; border-bottom:1px #bb9e74 solid; margin-top:50px; }
div.btnContinue { padding-top:20px; }


/*** Form Errors ***/
div.form div.error label,
div.form label.error,
div.form span.error {
	color: #C00;
}
div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error {
	/*background: #FEE;*/
	border-color: #C00;
}



ul.order-history { list-style-type:none; margin:0; padding:0; }
ul.order-history li { margin-bottom:20px; padding-bottom:20px; border-bottom:1px #bb9e74 solid; }
ul.order-history h2 { margin-bottom:5px; }


/***** SEARCH RESULTS PAGE *****/
.results { }
.results #content .searchBox {
	margin: 0px 0px 20px;
}
.results #content .searchBox input[type=text] {
	width: 300px;
	height: 28px;
	font-size: 1em;
	padding: 4px;
	border-radius: 0px;
	border: 1px solid #ccc;
	-webkit-appearance: none;
}
.results #content .searchBox input[type=submit] {
	padding: 5px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	border: none;
	border-radius: 0px;
	-webkit-appearance: none;
	background: #7f7f7f;
}
.results #content .searchBox input[type=submit]:hover { background: #666; }
.results .resultSet {
	margin: 0px 0px 20px;
	padding: 20px 0px 0px;
	border-top: 1px solid #ccc;
}
.results .resultSet .resultList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.results .resultSet .resultList li { margin: 0px 0px 20px; }
.results .resultSet .resultList li img {
	float: left;
	margin: 0px 20px 20px 0px;
	width: 100px;
}
.results .resultSet .resultList li h4 { margin: 0px 0px 5px; }
.results .resultSet .resultList li p.date { margin: 0px 0px 10px; }


/***** BREADCRUMBS *****/
#breadcrumbs-wrapper {
	border-bottom: 1px solid #aaa;
	background: #e9e9e9;
}
ul.breadcrumbs {
	margin: 0px auto;
	padding: 5px 10px;
	color: #666;
	font-size: 14px;
	list-style-type: none;
	max-width: 1400px;
}
ul.breadcrumbs li {
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
ul.breadcrumbs li.active { background: none; }
ul.breadcrumbs li a { text-decoration: underline; color: #666; }


/***** PAGER / PAGINATION *****/
.pager {
	display: block;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	text-align: right;
}
.pager ul.yiiPager  { margin: 0px; padding: 0px; }
.pager ul.yiiPager li {
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
}
.pager ul.yiiPager li a {
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 0px;
	text-align: center;
	border: none;
	color: #000;
	background-color: #ddd;
}
.pager ul.yiiPager li a:hover,
.pager ul.yiiPager li a:active  {
	color: #fff;
	background-color: #666;
}
.pager ul.yiiPager li.selected a,
.pager ul.yiiPager li.selected a:hover,
.pager ul.yiiPager li.selected a:active {
	font-weight: normal;
	color: #000;
	background-color: #ababab;
	cursor: default;
}

.pager ul.yiiPager li.previous a,
.pager ul.yiiPager li.next a {
	width: auto;
	padding: 0px 6px;
	font-weight: normal;
}
.pager ul.yiiPager li.previous a:hover,
.pager ul.yiiPager li.previous a:active,
.pager ul.yiiPager li.next a:hover,
.pager ul.yiiPager li.next a:active {  }


/********************** MODULE-SPECIFIC STYLES ***********************/
/* Feel free to remove all styles for modules that aren't being used.*/

/*** Photo Thumbnails Slider/Carousel ***/
.thumbsPrev,
.thumbsNext {
	position: absolute;
	top: 0px;
	width: 30px;
	height: 100px;
	font-size: 42px;
	line-height: 94px;
	text-align: center;
	color: #333;
	text-decoration: none;
	background-color: #ddd;
}
.thumbsPrev:hover, .thumbsPrev:active,
.thumbsNext:hover, .thumbsNext:active {
	color: #fff;
	background-color: #666;
	text-decoration: none;
}
.thumbsPrev { left: 0px; }
.thumbsNext { right: 0px; }
.thumbsCarousel {
	margin: 0px;
	position: relative;
    overflow: hidden;
}
.thumbsCarousel ul {
	width: 20000em;
    position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.thumbsCarousel ul li {
	float: left;
	margin: 0px 10px 0px 0px;
}
.thumbsCarousel ul li img {
	display: block;
	width: auto;
	height: 100px;
	cursor: pointer;
}
.thumbsCarousel ul li img.activeImg { opacity: 0.6; cursor: default; }



/****** NEWS / BLOG ******/
/*** News Listing Pages ***/
.newsListings {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.newsListings li { margin: 0px 0px 40px; }
.newsListings li img {
	float: left;
	margin: 0px 20px 10px 0px;
	width: 120px;
}
.newsListings li h2 {
	margin: 0px 0px 2px;
	font-size: 22px;
	line-height: 1.1em;
}
.newsListings li .date {
	margin: 0px 0px 10px;
	font-style: italic;
}



/*** News Detail Pages ***/
img.news-detail-img {
	float: right;
	max-width: 50%;
	margin: 0px 0px 20px 20px;
}
.tags {
	padding: 15px 0px 0px;
	font-size: 18px;
	border-top: #ab812b 1px solid;
}
.tags a::after {
	content: ','
}

ul.newsCategories {
	list-style-type: none;
}


/****** CMS MODULE (IMAGE GALLERIES/VIDEOS/SUBPAGES/FAQ) ******/

ul#product-tiles { margin:0; padding:0; list-style-type:none; text-align:center; }
ul#product-tiles li { width:100%; max-width:322px; text-align:center; display:inline-block; vertical-align:top; margin:10px; }
ul#product-tiles li:first-child { margin-left:0; }
ul#product-tiles li:last-child { margin-right:0; }
ul#product-tiles li img { display:block; width:100%; margin-bottom:20px; }

ul.prod-photos { margin:0; padding:0; list-style-type:none; text-align:center; }
ul.prod-photos li { width:100%; max-width:402px; text-align:center; display:inline-block; vertical-align:top; margin:10px; height:365px; overflow:hidden; font-size:18px; }
ul.prod-photos li:first-child { margin-left:0; }
ul.prod-photos li:last-child { margin-right:0; }

ul.prod-photos li.gallery-li { height:300px; width:auto; max-width:none; }
ul.prod-photos li.gallery-li img { height:300px; width:auto; }

div.gallery-img { display:block; width:100%; height:264px; margin:0 auto 20px auto; overflow:hidden; }
div.gallery-img a { display:block; width:100%; height:264px; text-indent:-3000px; font-size:1px; }

ul.prod-photos li img { display:block; width:100%; margin:0; }
ul.prod-photos h2 { margin-bottom:10px; }



/*** Image Gallery (Products) ***/
.photos { margin: 0px -6px; }
.photos .thumb {
	margin: 0px 6px 20px;
	padding: 0px;
	float: left;
	width: 180px;
	height: 210px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
}
.photos .thumb .frame {
	display: block;
	width: 180px;
	height: 180px;
	margin: 0px 0px 8px;
	overflow: hidden;
	background: #666;
}
.photos .thumb .frame a {
	display: block;
	margin: 0px -100px;
	width: 380px;
	height: 180px;
	overflow: hidden;
	background: #ccc;
}
.photos .thumb .frame img {
	display: block;
	max-width: none;
	height: 180px;
	margin: 0px auto;
}

/*** Videos Listing Page ***/
.videoLink {
	margin: 0px 2.5% 30px;
	padding: 0px;
	float: left;
	width: 45%;
	height: auto;
	text-align: center;
	overflow: hidden;
}
.videoLink .frame {
	display: block;
	margin: 0px 0px 10px;
	width: 100%;
	height: 0;
	padding: 56.25% 0px 0px; /* maintain 16:9 video aspect ratio */
	position: relative;
	overflow: hidden;
	background: #666;
}
.videoLink a.frame img {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
.videoLink h3 { margin: 0px 0px 5px; }
.videoLink h3 a { text-decoration: none; }
.videoLink p { margin: 0px 0px 10px; }

/*** Videos Detail Page ***/
.mediaVideoDetail .video {
	display: block;
	margin: 0px 0px 20px;
	width: 100%;
	height: 0;
	padding: 56.25% 0px 0px; /* maintain 16:9 video aspect ratio */
	position: relative;
	overflow: hidden;
	background: #666;
}
.mediaVideoDetail .video iframe,
.mediaVideoDetail .video embed {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	border: none;
}

/*** Subpage Listings ***/
.subpages {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.subpages li {
	float: left;
	margin: 0px 2.5% 20px;
	width: 45%;
	height: auto;
	text-align: center;
}
.subpages li img {
	display: block;
	margin: 0px 0px 5px;
	width: 100%;
	height: auto;
}

/*** Subpage Detail ***/
.subpageDetail .subImg {
	display: block;
	width: 100%;
	margin: 0px 0px 20px;
}

/****** STORE MODULE ******/
/*** Product Listing / Categories Pages ***/
.storeModule { margin: 0px 0px 20px; }

div.productCategories { width:100%; max-width:1200px; margin:0 auto !important; position:relative; font-family:'trajan-pro-3', Trajan Pro, serif; font-size:20px; text-transform:lowercase; text-align:center; }
div.productCategories ul { list-style-type:none; padding-left:10px; }
div.productCategories ul li { margin:0 10px 0 0; display:inline; padding-right:15px; border-right:1px #2d1709 solid; }
div.productCategories ul li:last-child { margin:0; padding-right:0; border-right:none; }
div.productCategories ul li.active { color:#c5a036; background:#2d1709; }
a.ordering-info { display:block; width:auto; height:auto; position:absolute; right:30px; font-size:15px; text-decoration:none; background:#2d1709; padding:7px 20px; }

.eighteen { font-size:18px; height:450px; }
.eighteen p { margin-bottom:5px; }

div.store-thm-holder { width:100%; height:226px; overflow:hidden; margin-bottom:20px; display:block; cursor:pointer; }

h2.product-h2 { line-height:125%; margin-bottom:10px; }
h2.product-h2 a { text-decoration:none; }
p.prod-btns { margin-top:15px; }

.storeModule .product {
	margin: 0px 2% 30px;
	padding: 10px;
	width: 46%;
	height: auto;
	border: 1px solid #eee;
	display: inline-block;
	vertical-align: top;
}

.storeModule .product:nth-child(2n-1) {
	margin: 0px 0 30px 2%;
}

.storeModule .product img {
	display: block;
	margin: 0px auto 15px;
	max-width: 240px;
	max-height: 150px;
}
.storeModule .product h3 {
	margin: 0px 0px 10px;
	font-weight: bold;
}
.storeModule .product p,
.storeModule .product div { margin: 0px 0px 10px; }
.storeModule .product .price { font-weight: bold; }
.storeModule a.addToCart {
	display: inline-block;
	padding: 2px 10px;
	background: #999;
	color: #fff;
	text-decoration: none;
}
.storeModule a.addToCart:hover, .storeModule a.addToCart:active { background: #666; }

/*** Products Detail Page ***/
#photos { margin: 0px 0px 30px; }
#photos #ftrImg {
	width: 100%;
	overflow: hidden;
	height: 400px;
}
#photos #ftrImg img {
	display: block;
	margin: 0px auto;
	max-width: none;
	height: 400px;
}
#photos #thumbs {
	margin: 20px 0px 0px;
	padding: 0px 40px;
	position: relative;
}
#details { margin: 0px 0px 30px; }
#description {
	padding: 30px 0px 0px;
	border-top: #ddd 1px solid;
}
#upsells {
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	border-top:#ddd 1px solid;
}

/*** Shopping Cart ***/
#cart {
	border: none;
	margin: 0px 0px 20px;
	width: 100%;
}

#cart thead { margin: 0px; padding: 0px; }
#cart thead tr { margin: 0px; padding: 0px; }
#cart thead tr th { padding:5px 10px; border-left: 1px solid #bb9e74; background:url('../images/cell-bg.png'); }
#cart h2 { margin-bottom:0; }
#cart thead tr th.desc { border-left:none; text-align: left; }
#cart thead tr th.group { text-align: left; }
#cart thead tr th.qty { text-align:center; }
#cart thead tr th.price { text-align:right; }
#cart tr.item { border-bottom: 1px solid #bb9e74; }
#cart tr.item td { padding:10px; vertical-align: middle; }

img.cart-img {
	display: block;
	max-width: 100px; max-height:100px;
	float:left; margin:0 10px 0 -10px;
}

#cart tr.item td.qty { text-align: center; }
#cart tr.item td.price { text-align: right; }

#cart input[type=text] {
	box-sizing: border-box;
	margin:0;
	font-size: 100%;
	font-family: 'adobe-garamond-pro', Adobe Garamond, serif;
	padding: 4px;
	border: 1px solid #ab812b;
	font-size: 17px; color:#2d1709;	
	vertical-align:top;
}

#cart input[type=button], #cart input[type=submit] , input.update {
	padding: 2px 20px;
	color: #faf0d2; font-family: 'trajan-pro-3', Trajan Pro, sans-serif;
	font-size:16px; letter-spacing:2px; text-transform:lowercase; text-decoration:none;
	border: 1px #2d1709 solid; border-collapse:collapse;
	background: #2d1709;
	cursor:pointer;
	vertical-align:top;
}

#cart tfoot { text-align: right; }
#cart tfoot tr { text-align: right; }
#cart tfoot th { text-align: right; padding:10px; }


div.info { text-align:center; margin:0 auto 20px auto; }
p.forgot { font-size:17px; margin-left:150px; font-style:italic; margin-bottom:0; }
p.forgot2 { font-size:17px; margin-left:200px; font-style:italic; margin-bottom:0; }
div.label-div { width:150px; float:left; text-align:right; padding-right:15px; }
div.label-div input { width:auto !important; }


/*** Checkout ***/
#checkoutSteps {
	margin: 0px auto 20px;
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
}
#checkoutSteps li {
	display: block;
	margin: 0px;
	padding: 0px;
}


/*** GUEST OR LOGIN ***/

div.checkout-login { width:100%; border-bottom:1px #bb9e74 solid; margin-bottom:30px; padding-bottom:10px; }
div.checkout-guest { width:100%; text-align:center; }
p.forgot3 { font-style:italic; margin-bottom:0; font-size:18px; margin-left:0 !important; }
.label-div { width:auto !important; padding-right:0; }
.butony { text-align:center; }




.checkout .sameAddress { opacity: 0.5; }

/*** Payment Info / Review Order ***/
#billing,
#shipping,
#payment {
	
}
#billing h2,
#shipping h2,
#payment h2 {
	
}



@media (min-width:799px) {
    
    #nwsltr-ajax { min-height:250px; }
    #nwsltr-form-holder { padding:30px 20px; }
    #nwsltr-ajax input[type=submit] { width:auto; }
    
}



/***************************************************
	DESKTOP LAYOUT BREAKPOINTS
****************************************************/
@media(min-width: 880px) {

	/****** GLOBAL ELEMENT CSS ******/
	body { font-size: 14px; }
	div.half { width:49%; }
	div.third { width:33%; }
	
	/*** CKEditor Image Alignment Classes ***/
	.align-left { float:left; margin:0 20px 20px 0; }
	.align-right { float:right; margin:0 0 20px 20px; }
	

	/****** FRONTEND LAYOUT ******/
	#header { padding-bottom:0; }
	
	#special-message { font-size:18px; }
	
	#header .loginBox {
		display: block;
		margin: 14px 0px 0px 20px;
		float: right;
		font-size: 12px;
	}
	
	#logo-link {
		display: block;
		width:200px; height:150px;
		position:absolute; top:0; left:44%; z-index:501;
	}
	
	/****** Shop Modal ******/
	div#shop-choice h1 { font-size:40px; text-transform:lowercase; color:#f2e5c3; }


	#content { }
	#content .featuredImg { margin: -30px -30px 30px; }

	#sidebar {
		float: left;
		width: 25%;
		margin: 0px;
		padding: 0px 0px 0px 20px;
		/*border-left: 1px solid #bb9e74;*/
		border-top: none;
	}

	#main {
		float: left;
		width: 75%;
		margin: 0px;
		padding: 0px 30px 0px 0px;
	}

	div.fclear { display:none; }
	div.dot { display:inline; }
	
	p.footer-extras { font-size:16px; }

	p.copy { display:block; font-family:'adobe-garamond-pro', Adobe Garamond, serif; font-size:13px; text-transform:none; color:#af8123; letter-spacing:0; }
	p.copy a { color:#af8123 !important; text-decoration:none; }


	/****** HOMEPAGE ******/

	/* Banner / Slideshow */
	.slideshow { margin: 0; }

	.homepage .slideshow-sidebar {
		max-height: 715px;
		overflow: hidden;
		position: relative;
	}

	.slick-dotted.slick-slider {
	    margin-bottom: 0px !important;
	}


	/****** FORMS ******/    
	div.form { max-width: none; }
	div.form label {
		float: left;
		padding: 5px 0px 0px;
		width: 150px;
	}
	div.form input[type=text],
	div.form input[type=number],
	div.form input[type=password] {
		width: 300px;
	}
	div.form textarea {
		width: 400px;
		height: 120px;
	}
	div.form select {
		width: 300px;
	}
	div.form .row.checkbox,
	div.form .row.radio { margin-left:200px; }
	.homepage div.form .row.recaptcha { margin-left: 0px; }
	div.form .row.recaptcha { margin-left: 200px;  }
	div.form .row.buttons { text-align: left; }
	div.form input[type=submit] {
		margin-left: 150px;
		padding: 5px 30px;
	}

	/** Custom Select **/
		.checkout .stateDropdown, .checkout .countryDropdown, .checkout .shippingDropdown, .checkout #Transactions_card_type, .checkout #Transactions_card_expiration-month, .checkout #Transactions_card_expiration-year, .checkout #Orders_how_heard {
	    overflow: hidden;
	    background-color: #fff;
	    background: #fff url("../images/select-arrow.png") no-repeat 100% 50% / contain;
	}

	.checkout select, .checkout select  {
	    border: none;
	    box-shadow: none;
	    background-color: transparent;
	    background-image: none;
	    -webkit-appearance: none;
	       -moz-appearance: none;
	            appearance: none;
	}

	.checkout select:focus, .checkout select:focus {
	    outline: none;
	}



	/***** BREADCRUMBS *****/
	ul.breadcrumbs {
		padding: 5px;
		font-size: 14px;
	}

	/***** PAGER / PAGINATION *****/
	.pager {
		font-size: 14px;
		line-height: 20px;
	}
	.pager ul.yiiPager  { }
	.pager ul.yiiPager li {
		font-size: 14px;
		line-height: 20px;
	}
	.pager ul.yiiPager li a {
		width: 20px;
		height: 20px;
	}

	

	/****** STORE MODULE ******/
	/*** Product Listing / Categories Pages ***/
	.storeModule .productCategories { margin: 0px 0px 20px; }

	.storeModule .product:nth-child(2n-1) {
	    margin: 0 0 30px;
	}

	.storeModule .product {
		margin: 0px 0 30px;
		width: 30%;
	}

	.storeModule .product:nth-child(3n-1) {
		margin: 0px 4% 30px;
		width: 30%;
	}

	.storeModule .product img {
		display: block;
		margin: 0px auto 15px;
		max-width: 240px;
		height: 150px;
	}

	/*** Products Detail Page ***/
	#photos {
		float: left;
		padding: 0px 40px 0px 0px;
		width: 60%;
	}
	#photos #ftrImg { height: 320px; }
	#photos #ftrImg img { height: 320px; }
	#photos #thumbs {
		float:left;
		width: 40%;
	}
	#details { width:40%; float:right; margin: 0px 0px 30px; }
	#description {
		margin: 20px 0px 0px 0px;
		padding: 20px 0px 0px 0px;
		border-top: #ab812b 1px solid;
	}
	#upsells {
		margin: 20px 0px 0px 0px;
		padding: 20px 0px 0px 0px;
		border-top: #ab812b 1px solid;
	}
	
	
	/*** GUEST OR LOGIN ***/
	div.checkout-login { width:50%; float:left; border-right:1px #bb9e74 solid; border-bottom:none; margin-bottom:0px; padding-bottom:0px; }
	div.checkout-guest { width:50%; float:left; text-align:center; }
	label.cl { width:105px !important; }
	input.cli { width:265px !important; }
	.label-div { width:128px; padding-right:0; }
	p.forgot3 { margin-left:105px; }
	.butony { text-align:left; }
	input.clb { margin-left:105px !important; }
	
	
	

	/****** CMS MODULE (IMAGE GALLERIES/VIDEOS/SUBPAGES/FAQ) ******/
	/*** Image Gallery Listing ***/
	.gallery {
		margin: 0px 2.5% 30px;
		width: 28.33%;
	}
	/*** Image Gallery Page ***/
	.photos {   }
	/*** Video Listing ***/
	.videoLink {
		margin: 0px 2.5% 30px;
		width: 28.33%;
	}
	/*** Subpage Listings ***/
	.subpages {  }
	.subpages li {
		margin: 0px 2.5% 30px;
		width: 28.33%;
	}
	/*** Subpage Detail ***/
	.subpageDetail .subImg {
		float: right;
		width: auto;
		max-width: 50%;
		margin: 0 0 20px 20px;
	}

	/** Recaptcha Responsive **/
	.rc-anchor-normal {
	    height: 74px;
	    max-width: 250px !important;
	    width: 100% !important;
	}


}  /* @media(min-width: 880px) */


/* Menu Breakpoint */
@media(min-width:1200px) {
	
	#menuBtn { display: none; }
	#mainmenu {
		display: block;
		position:absolute; top:64px; left:0; z-index:100;
		margin: 0px;
		text-align: center;
		background:none;
	}
	#mainmenu ul { }
	#mainmenu ul li {
		display:inline-block;
		position: relative;
		width: auto;
		text-align: center;
		margin:0;
		border:none;
	}
	#mainmenu ul li a {
		padding: 10px 22px;
		font-size: 16px;
		color:#3a1a07; text-decoration:none;
		font-family:'trajan-pro-3',Trajan Pro,serif;
		text-transform:uppercase;
	}

	#mainmenu ul li:first-child a { padding-left:0; }
	#mainmenu ul li:last-child a { padding-right:0; }
	#mainmenu ul li:nth-child(4) { margin-right:230px !important; }

	#mainmenu ul li:hover a, #mainmenu ul li:active a, #mainmenu ul li.active a { color:#ab812b; }
	#mainmenu ul li > ul {
		display: none;
		position: absolute;
		margin: 0px;
		padding: 0px;
		left: 0px;
		min-width: 100px;
		z-index: 999;
		background: #fdf7e3;
		top: 36px;
	}
	#mainmenu ul li:hover > ul { display: block; text-align:left !important; }

	#mainmenu ul li > ul li {
		margin: 0px;
		float: none;
		position: relative;
		border-left: none;
		border-top: 1px solid #ebdfb7;
		display:block;
		text-align:left !important;
	}

	#mainmenu ul li:first-child { border-top: none; }
	#mainmenu ul li > ul li a {
		display: block;
		padding: 8px 20px;
		font-size: 15px;
		text-decoration: none;
	}

	#mainmenu ul li > ul li:first-child a { padding-left:20px !important; }
	#mainmenu ul li > ul li:nth-child(4) { margin-right:0 !important; }
	
}
