


/* ----- Begin Body Parts -----*/
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}

body {
	background: #FDF9F2; 
	font-size: 16px;
	margin: 0 auto;
	max-width: 1280px!important;
    padding: 0;
    background-image: url(../images/ltCream-1060.jpg);
    background-repeat: repeat;
    background-attachment: fixed!important;
    -webkit-text-size-adjust: 100%;
  /*
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-rendering: optimizeLegibility;
  */
    font-feature-settings: "liga" 0;
 -webkit-font-smoothing: subpixel-antialiased;}

.wrapper {
	margin: 0 auto;
	text-align: center;
    -ms-flex-line-pack:  center;
    align-content:  center;
}     

header {
    margin:0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
      -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    background-image:  url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position:0 50%;
    background-size: contain;
    height:auto;
    width:30%;

/*
width:26.71875%;*/}

header img, .cardWhiteBoard img {
    -moz-flex: 0 1 auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
    height: 100%;}

header:hover{
    background-image:  url(../images/logo-ov.svg);
}
 
footer::before {
    content: ""; 
    display: block; 
    margin: 0 auto;
    width: 30%;
    margin-top: 2px;
    margin-bottom:12px;
    border-bottom: 1px solid #ccc;}

footer {
	margin:0 auto;
	max-width: 100%;
	max-height: auto;
	font:400 .70em 'Montserrat', Verdana, sans-serif;
	font-style:normal;
	text-align: center;
	color: #aaa;
	letter-spacing: .1em;
	word-spacing: .3em;
	padding:15px 0;}

.footBr {display:none;}

img {
  image-rendering: high-quality;
  object-fit: contain;
}



/* ----- Begin NAV Menu ----- */
.sticky {
  	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
    top:0;
  z-index: 1000;
}

.cardNav{
  text-align: center;
  background:-webkit-linear-gradient(#B3B3B3, #808080);
  background:-moz-linear-gradient(#B3B3B3, #808080);
  background:-ms-linear-gradient(#B3B3B3, #808080);
  background:linear-gradient(#B3B3B3, #808080);
  border-radius: 3px;
  z-index:1000;
}

.nav, .cardNav {
  text-align: center;
  background-image: url(../images/ltCream-1060.jpg);
  background-repeat: repeat-x;
  border-width:1px;
  border-style:solid;
  border-image: -webkit-linear-gradient(
      90deg,
      rgba(193,193,193,0) 0%,
      rgba(193,193,193,1) 5%,
      rgba(193,193,193,1) 95%,
      rgba(193,193,193,0) 100%
  ) 100% 0 100% 0/1px 0 1px 0; 
  border-image: -moz-linear-gradient(
      90deg,
      rgba(193,193,193,0) 0%,
      rgba(193,193,193,1) 5%,
      rgba(193,193,193,1) 95%,
      rgba(193,193,193,0) 100%
  ) 100% 0 100% 0/1px 0 1px 0; 
  border-image: linear-gradient(
      90deg,
      rgba(193,193,193,0) 0%,
      rgba(193,193,193,1) 5%,
      rgba(193,193,193,1) 95%,
      rgba(193,193,193,0) 100%
  ) 100% 0 100% 0/1px 0 1px 0; 
  z-index:1000;
}

.navDrop {
position: relative;
}

.navDrop:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%; 
  /*
	box-shadow: rgba(121,94,64, .15) 5px 2px 25px;
  */
  box-shadow: rgba(159,111,69, .20) 5px 2px 25px;
	clip: rect(20px, auto, 50px, 0);
	height: 20px;
}

.cardNav {
  margin:2em auto 2.2em!important;
  width:93.75%;
  z-index:10!important;
}

.nav ul, .cardNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:93.75%;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin:0 auto;
  text-align: center;
}


.nav ul li, .cardNav ul li {
  -webkit-flex:0;
     -moz-flex:0 1 auto;
      -ms-flex:0 1 auto;
          flex:0 1 auto;
  /*
  width:14.2857%!important;
  */
  font:500 .85em "Raleway", Verdana, sans-serif;
  color: #D17811;
  /*
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
  */
  letter-spacing: .11em;
  white-space: nowrap;
  max-height:38px;
  margin-bottom:0px;
  -webkit-transition: background .2s ease-in-out;
  -moz-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}


.nav ul li {
    border:none;
}

.cardNav ul li {
  width:20%!important;
}

.nav ul li:hover, .cardNav ul li:hover {
  background-color:#F3EBDD;
}

.nav ul li a, .cardNav ul li a{
  padding:8px;
  color:#D17811;
  display:block;
  text-decoration:none;
}

.nav ul li a{
    color: #D17811;
}


.navChange {
    background-color:#EFE7D9;
}

.mobile .navChange {
    background-color:#666;
}

.ulChange {
  visibility:visible!important;
  color: #D17811!important;
  opacity:1!important;
}

ul, li {
  list-style: none;
}

.sub-Menu {
  visibility:hidden;
  padding:0 1em;
  -webkit-justify-content:space-around!important;
  -moz-justify-content:space-around!important;
  -ms-flex-pack:space-around!important;
  justify-content:space-around!important;
  max-width:1200px;
  position:absolute;
  left:3.125%;
  -webkit-transform:scale(0,1);
      -ms-transform:scale(0,1);
          transform:scale(0,1);
  -webkit-transition: all 0.5s;
  -o-transition: all .5s;
  transition: all .5s;
  border-radius: 3px;
  z-index: 900;
}


.cardNav {
    left:0!important;
}

.cardNav .showSubMenu {
  width:100%;
    left:0;
}


.sub-Menu a {
  font:500 1em "Raleway", Verdana, sans-serif;
  color:#D17811;
  letter-spacing: .065em;
  cursor: pointer!important;
  padding:10px 1.9em!important;
  -webkit-transition: color 2s ease-in-out!important;
  -moz-transition: color 2s ease-in-out!important;
  -o-transition: color 2s ease-in-out!important;
  transition: color 2s ease-in-out!important;
}

.showSubMenu {
  visibility: visible!important;
  -webkit-transform:scale(1,1);
      -ms-transform:scale(1,1);
          transform:scale(1,1);
  background:#EFE7D9;
  overflow-y: scroll!important;
  overflow: visible!important;
  position:relative!imporant;
  -webkit-overflow-scrolling: touch;
  justify-content:space-around!important;
}

.mobile .showSubMenu {
    background:rgba(90, 90, 90, .90);
}

.showSubMenu a {
  opacity:1!important;
  color:#FFF;
  -webkit-transition: background .2s ease-in-out!important;
  -moz-transition: background .2s ease-in-out!important;
  -o-transition: background .2s ease-in-out!important;
  transition: background .2s ease-in-out!important;
}

.showSubMenu a:hover {
  background-color: #FcF9F2;
}

.mobile .showSubMenu a:hover {
  background-color: #484848;
}

.activeItem {
  background-color: #EFE7D9;
}

.mobile .activeItem {
  background: rgba(85, 85, 85, .85);
}

.current {
  color:#f00;
  font-weight:600;
  margin:0 1em 0 1em;
}

.currentSub {
  color:#f00;
}

.art::first-letter {
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings:'lnum'; 
  -moz-font-feature-settings: 'lnum'; 
  font-feature-settings: 'lnum';
  font-size:120%;
  line-height:60%;


}


.artDiv {width:27.5%;
        height:1%;}

/* ----- END NAV Menu ----- */



/* ----- Begin MOBILE SLIDE Menu----- */
/*--- Hamburger Icon ---*/
#burger {
    display: inline-block;
    position:fixed;
    align-content: center;
    vertical-align: middle;
    text-align: center;
    top:calc(2.25vw + 1em);
    left: 25px;
    cursor: pointer;
    z-index: 300;
    margin-right: calc(-50px - 10vw);
    float:left;
    visibility: hidden;
}

#burger p {
    display: -webkit-box | -webkit-inline-box;
    display: flex;
    position: relative;
    top: 51%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding-left:.25vw;
    font:600 calc(.475em + .6vw) "Raleway", Verdana, sans-serif;
    font-style:bold;
    text-decoration: none;
    color: #000!important;
    letter-spacing: calc(.2vw + .55em); 
    z-index: 300;
}

.bar1, .bar2, .bar3 {
    width: calc(36px + 4vw);
    height: calc(6px + .5vw);
    margin-bottom:1vw;
    position: relative;
    background: #999999;
    opacity:.5;
  /*
    border-radius:2px;
  */
    transition: 0.3s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(calc(-3px + -1vw), calc(1px + .7vw));
    transform: rotate(-45deg) translate(calc(-3px + -1.1vw), calc(2px + .85vw));
    width: calc(24px + 2vw);
    height: calc(2px + .3vw);
}

.change .bar2 {
    opacity: 0;
  margin-top:-10px;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(calc(-4px + -1vw), calc(-1px + -.8vw));
    transform: rotate(45deg) translate(calc(2px + -1vw), calc(4px + -.8vw));
    width: calc(24px + 2vw);
    height: calc(2px + .3vw);
}

#menuToggle {
    display: none;
}

#menuToggle:checked ~ .mobile {
    position: fixed; left: 0; top:0;
}
/*--- END Hamburger Icon ---*/



/*--- Remaining Mobile "Burger/Slide" Nav ---*/
.mobile {
    font-weight: 600!important;
	height: 101%;
    position:absolute; left:0; top:0;
    background: rgba(102, 102, 102, .80);
	left: -205px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 200;
    display:block;
    z-index: 100 !important;
}

.mobile > ul {
    font:600 calc(10px + .5vw) "Montserrat", Verdana, sans-serif!important;
    text-decoration: none;
    line-height: .2em;
	letter-spacing: .075em;
    word-spacing: .30em;
    color:#FFF;
    padding-top:15.5vw;
}

.mobile ul li {
    -webkit-transition: background .175s ease-in-out;
    -moz-transition: background .175s ease-in-out;
    -o-transition: background .175s ease-in-out;
    transition: background .175s ease-in-out;
  }

.mobile ul li:hover  {
    background: rgba(85, 85, 85, .8);
}

.mobile a { 
    display: block; 
	padding: 12px;
	color: #fff;
    text-align: left;
    text-decoration: none;
}

.mobileSub {
    visibility: hidden;
    position: absolute;
    float: left;
    margin-left:100%;
    margin-top:-40px;
    width:130%;
    padding-top:0;
    z-index: 598;
    word-spacing: -.03em;
    letter-spacing: .03em;
    white-space:nowrap;
    background: rgba(80, 80, 80, .8);
}

.nohover   {
    display:none;
}
/*--- END Mobile/Slide Nav ---*/




/* ----- BEGIN HERO ----- */
.hero, .heroGoods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width: 100%;
	height: 100%;
    background-image: url(../images/hero1280naked.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 3px;
    visibility: visible;
}

.hero img, .heroGoods img {
    -moz-flex:0 1 auto;
    -webkit-box-flex:0;
        -ms-flex:0 1 auto;
            flex:0 1 auto;
	width: 100%;
	height: 100%!important;
}

@supports .heroP, .heroPGoods {
  font-weight:500!important;
 text-stroke-width: 1px!important;
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
.heroP, .heroPGoods {
  font-weight:500!important;
  text-stroke-width: 1px!important;}
}

.heroP, .heroPGoods {
    position: absolute;
    margin-top: 393px;
    margin-left: 50px;
    width: 26em;
    font:300 1.33em "Cormorant Garamond", serif;
    font-weight: normal;
    font-style: normal; 
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 1.65em;
    word-spacing:.15em;
    text-align: left;
    text-shadow: 0 0 3em #999;
    color: #FFF;
    float: left;
    z-index:100;
}

.heroPGoods {
    font-size:1.3em;
    line-height: 1.6em!important;
    margin-top: 285px;
    margin-left: 75px;
    width: 35em;
}

.heroP2, .heroPGoods2 {
    position: relative;
    margin:30px auto;
    margin-bottom:5%;
    width:100%;
    font:400 16px "Cardo", serif;
    font-weight: normal;
    font-style: normal; 
    -webkit-text-rendering: geometricPrecision;
    text-rendering: geometricPrecision;
    line-height: 1.65em;
    word-spacing: .01em;
    text-align: center;
    color: #333;
}

.heroP2, .heroPGoods2 {
    display: none;
}

.heroPGoods2 {
    width:72.5%;
    text-align: Justify;
}


.hrDots {margin:0 auto;
    text-align: center;
    font:800 .45rem Verdana, sans-seif;
    word-spacing: 4em;
	color: #D17811;
    margin:4em;}

#menuHero, #menuHeroGoods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width: 100%;
	height: 100%;
    background-image: url(../images/hero1280plain.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    display:none;}

#menuHero img, #menuHeroGoods img {
    -moz-flex:0 1 auto;
    -webkit-box-flex:0;
        -ms-flex:0 1 auto;
            flex:0 1 auto;
	max-width: 100%;
	height: auto;}



.hidden {
   display: none;
}

/*
.mobileHero  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width: 100%;
	height: 100%;
    background-image: url(../images/hero1280plain.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    visibility: visible;
}

#menuHeroGoods img {
  border:1px solid red;
}

.menuHero img {
    -moz-flex:0 1 auto;
    -webkit-box-flex:0;
        -ms-flex:0 1 auto;
            flex:0 1 auto;
	width: 100%;
	height: 100%;}
*/

.heroGoods, #menuHeroGoods {
    margin:-1px auto 0;
    width:88.59375%;
    height:54.53125%;
    background-image: url(../images/heroGoodsBlur.jpg);
    background-position: center;
    background-size: 101%;
    border-radius:5px;
    box-shadow: 8px 8px 7px rgba(121, 94, 64, .12);
}

.moreGoods, .art2, .art3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin:50px auto 0;
    width:88.69375%;
    height:auto;
    font-size:1.15em;
    line-height: 2em;
}

.moreGoods img {
  width:48.5%;
  max-height:386px;
  margin:37px 40px 10px 0;
  border-radius: 5px;
  border: 1px Solid #ddd;
  box-shadow: 8px 8px 7px rgba(121, 94, 64, .10);
}

.art2, .art3 {
    width:85%;
    margin-top:1em;
}

.art2 p, .art3 p{
  color:#4d4d4d;
  padding-top:3.5em;
}

.art2 img, .art3 img {
  width:652px;
  height:423px;
  margin-right:2.5em;
}

.art3 img {
  margin:0 0 0 2.5em!important;
}

.art3 p{
  margin-top:-1.5em;
}
/* ----- End Hero----- */




/* ----- BEGIN B-Lazy ----- *
.b-lazy {
  -webkit-transition: opacity 400ms ease-in-out;
     -mos-transition: opacity 400ms ease-in-out;
      -ms-transition: opacity 400ms ease-in-out;
           max-width: 100%;
             opacity: 0;
          -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.b-lazy, .b-loaded {
   opacity: 1;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/


/*----- BEGIN Recliner Lazy ----*

.lazy {
  -webkit-transition: opacity 300ms ease-in-out;
     -mos-transition: opacity 300ms ease-in-out;
      -ms-transition: opacity 300ms ease-in-out;
           max-width: 100%;
             opacity: 0;
}


.lazy-loaded {
   opacity: 1;
}
/



/* ----- Begin Anchors ----- */
.anchor {margin-top:2em;}

.jumpWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
}

.jump {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
	width: 200px;
    margin:0 auto;
    padding:.85% 0;
    font:300 .95em "Raleway", Verdana, sans-serif;
    text-align:center;
}

.jumpDownText, .jumpUpText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin:.17em auto;
    font:500 .95em "Raleway", Verdana, sans-serif;
    letter-spacing:.05em;
    padding-top:0;
    width:200px;
    white-space: nowrap;
    color: #DADADA;
}

.jumpDownText {margin-top:.1em;}

.jumpDownText:hover, .jumpUpText:hover {
        color: #F00;
}


.jump a:link {
    text-decoration: none;
}

.jump a:visited {
    color: #C5C5C5;
}

.jump a:hover {
    color: #F00;
    font-weight:600;
    opacity: 100:
}

.jump a:hover: .chevron:before {
    background: #F00;
}

.chevron, .chevronUp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 1px;
    margin:.2em 86px;
    height: 1px;
    width: 28px;
}

.chevron {margin-top:.3em;}

.chevron:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: #FF4040;
  -webkit-transform: skew(0deg, 20deg);
  -moz-transform: skew(0deg, 20deg);
  -ms-transform: skew(0deg, 20deg);
  -o-transform: skew(0deg, 20deg);
  transform: skew(0deg, 20deg);
}

a:hover .chevron:before{
      opacity:0;
}

a:hover .chevron:after {
      opacity:0;
}

.chevron:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: #FF4040;
  -webkit-transform: skew(0deg, -20deg);
  -moz-transform: skew(0deg, -20deg);
  -ms-transform: skew(0deg, -20deg);
  -o-transform: skew(0deg, -20deg);
  transform: skew(0deg, -20deg);
}

.chevronUp:before  {
 content: '';
  position: absolute;
  top: 0;
  right: 50%;
  height: 100%;
  width: 50%;
  background: #FF4040;
  -webkit-transform: skew(0deg, -20deg);
  -moz-transform: skew(0deg, -20deg);
  -ms-transform: skew(0deg, -20deg);
  -o-transform: skew(0deg, -20deg);
  transform: skew(0deg, -20deg);
}

a:hover .chevronUp:before {
      opacity:0;
}

a:hover .chevronUp:after {
      opacity:0;
}

.chevronUp:after {
 content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: #FF4040;
  -webkit-transform: skew(0deg, 20deg);
  -moz-transform: skew(0deg, 20deg);
  -ms-transform: skew(0deg, 20deg);
  -o-transform: skew(0deg, 20deg);
  transform: skew(0deg, 20deg);
}
/* ----- END Anchors ----- */



/* ----- BEGIN CUSTOM ----- */
/* ----- BEGIN Custom Intro ----- */
.intro1column, .intro2column, .intro2colSm {
    margin:0 auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}

.intro2colSm {
    max-width:100%;
    margin:1em auto;
}

.intro2column, .intro1colBig, intro1colBigMobile {
    width:85%;
    margin: -.5em auto!important;
}

.intro2column p, .intro1colBig p, .intro1colBigMobile p {
padding-bottom:1em;
}

.intro1column {
    width:40%;
    margin-top: .3em;
}   

.intro2column {
    margin-bottom:-3.5em!important;
}    

.intro1colBig, .intro1colBigMobile {
    margin:0 auto;
    margin-top: .5em!important;
}

.intro, .introLft, .introRt, .intro1colBig, .introArt {
    -webkit-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    margin-top:0!important;
}

.introLft, .introRt {
    width: 47%;
}

.hrVert {
    display:block;
    margin:0 auto;
    width:1px;
    border-right: 2px solid #e6e6e6;
    margin:3em 3%;
}

/*
.process { 
    margin:0 auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    margin-bottom:4%;
    text-align: center;
    font:300 1em "Raleway", sans-serif;
    color: #808080;
    white-space: nowrap;
    justify-content: space-around;
}

.proCell {
    -webkit-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    padding:0 1.5%;
    vertical-align: middle;
}

.proCell img {
    margin-top:5%;
    border: .05em Solid #e2ac6b;
    border-radius: 6px;
    box-shadow: 6px 6px 4px rgba(121, 94, 64, .08);
}

.proNumbers {
    font:500 1.4em "Raleway", sans-serif;
    letter-spacing: .1em;
}
*/

.smText {
    font-size:.75em;
    color:#999;
}

.locLft {
  width:48%;
  text-align: right!important;
}

.locLft a:hover {
  font-weight:600!important;
    letter-spacing: .008em;
}

.locRt {
  width:52%;
  text-align: left;
}

.contact {
  width:34em;
}

.sqrList {list-style-type: square;
    font:500 .85em "Raleway", Verdana, sans-serif;
    margin:0 0 1.5em 1.25em;
    line-height: 1.25em;
    color: #666;
}





/* ----- Begin PREVIEW ----- */
.previewTitle p {
    font-size:1.35em;
    font-weight:300;
    margin-top:3%;
    margin-bottom:2%;
    padding-right:.4em;
}

.previewText {
    margin:0 auto;
    text-align:center;
    font: 200 .9em/1.6em "Raleway",Verdana, sans-serif;
    color: #808080;
    word-spacing: .125em;
    margin-top:-2.5%;
    margin-bottom:3%;
}

.hrPreview {
    width:60%;
    background-color: #D17811;
    color:#D17811;
}

.previewCard {
  margin:0 auto;
  text-align: center;
  padding:1.5em;
  width:100%;
}

.previewCard p {
  text-align:center;
  font:100 .8em "Open Sans", Verdana, sans-serif;
  color: #666;
  letter-spacing: .05em;
  padding-bottom:0em;
}

.previewCard img {
  margin:0 auto;
  max-width:100%;
  max-height:auto;
  border: 1px Solid #e2ac6b;
  box-shadow: 8px 8px 4px rgba(121, 94, 64, .09);
}

.preview {
  width:1280px;
  justify-content: center;
  text-align:center;
  font:100 .8em "Open Sans", Verdana, sans-serif;
  color: #ccc;
  letter-spacing: .05em;
}

/* ----- END PREVIEW ----- */



/* ----- BEGIN FONTS ----- */
a, .sqrList a {
  color:#F00;
  text-decoration: none;
}

p a {
  letter-spacing: .025em;
}

p a:hover {
  font-weight:700;
  letter-spacing: -.0005em;
}

.sqrList a:hover {
  font-weight:600;
  letter-spacing: -.004em;}

.div-lines, .div-lines2 {
  font-size: .85em;
  background:-webkit-linear-gradient( rgba(0, 0, 0, 0) 49%, #D17811 49%, #D17811 52%, rgba(0, 0, 0, 0 ) 52%);
  background:-moz-linear-gradient( rgba(0, 0, 0, 0) 49%, #D17811 49%, #D17811 52%, rgba(0, 0, 0, 0 ) 52%);
  background:-ms-linear-gradient( rgba(0, 0, 0, 0) 49%, #D17811 49%, #D17811 52%, rgba(0, 0, 0, 0 ) 52%);
  background:linear-gradient(rgba(0, 0, 0, 0) 49%, #D17811 49%, #D17811 52%, rgba(0, 0, 0, 0) 52%);
  z-index:-20;
  width:60%;
}

.div-lines2 {font-size:.65em;}

p.div-lines2 {padding: 0 2em 0 2em;}

p, .intro, .introLft, .introRt, .intro1colBig, .intro1colSm, .intro2colSm, .art2, .art3 {
    font:500 1em "Cardo", Times, serif;
    line-height:2em;
    color:#333;
    text-align: justify;
    padding:1.5em 0;
}

.intro1colSm {
  display:block;
  margin:-1em auto 1em;
  width:45%;
}


.intro2colSm{
  font:600 .9em "Montserrat", Verdana, sans-serif;
  line-height:2.5em;
  letter-spacing: .025em;
  margin:-1.5em auto;
}

.intro1colBigMobile {
    font:400 calc(.8em + .6vw) "Cardo", Times, serif;
    color:#333;
    text-align: justify;
    width:calc(100% - 20vw); 
    margin:0 auto;
    display:none;
  }

.intro1colBigMobile p {
    margin:-.5em 0;
    line-height:calc(1.6em + .9vw);
}

.iCap {
    float: left;
    font:200 2.75em "Raleway", Verdana, sans-serif;
    color: #D17811; 
    line-height: 25%;
}


.bold {
    font-weight:600;
}

h1, h5  {
  margin:0 auto;
  font:100 2.75em "Raleway", Verdana, sans-serif;
  color: #D17811;
  text-align: center;
  z-index:10;
  margin-top:-.25em;
}

h1 span, h2 span, h3 span {
  display:inline-block;
  background-image: url(../images/ltCream-1060.jpg);
  z-index:-10;
  font-weight:200;
  color: #D17811;
}

h2 span {
    color: #999;
}

.title   {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom:50px;
    z-index: 100!important;
}
 
.pageTitle, .pageTitleMobile, .pageTitleMobileLeft, h2 p, .underh2, h3 p, h4 {
    -webkit-box-flex: 0;
    -moz-flex: 0 1 auto;
     -ms-flex: 0 1 auto;
         flex: 0 1 auto;
    font:200 1.625em "Raleway", Verdana, sans-serif;
	color: #D17811;
	letter-spacing: .13em;
    word-break: keep-all;
    word-wrap: normal;
    text-align: center;
}

.underh2 {
  margin:-.25em auto 0;
  font:500 calc(.825em + .2vw) "Cardo", Times, serif;
  line-height:0em;
  letter-spacing:.02em;
  color:#808080;
}

.pageTitle {
    text-align: center;
    padding:1.5em 0 1.2em;
}

.pageTitleMobile, .pageTitleMobileLeft {
    width:100%;
    text-align: center;
}

.pageTitleMobileLeft {
    text-align: left;
}

h2, h3 {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin:2em auto 0;
    width:90%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

h4 {
  font-size:1.5em;
  color:#999;

  letter-spacing: .02em;
}

hr.grey, hr.grey80, hr.grey60, hr.grey40  {
  width:90%;
  border:none;
  height: 1px;
  background:#ccc;
  margin:-1em auto 1.5em;
}

hr.grey80  {
  width:82%;
  margin-top:0em;
}

hr.grey60  {
  width:60%;
}

hr.grey40  {
  width:40%;
}

h2 p, h3 p {
    padding-bottom:.25em;
}

h3 p{
  font-size: 1.3em;
  font-weight:400;
}

.color {
    color: #D17811;
}

.colorGrey {
        color: #808080;
}

.ltGrey {
    color:#ccc;
}


/*
.redLine {
  color:#f00;
  border-bottom: 1px solid #f00;
  border-image: -webkit-linear-gradient(
      90deg,
      rgba(255,0,0,0) 0%,
      rgba(255,0,0,1) 50%,
      rgba(255,0,0,1) 50%,
      rgba(255,0,0,0) 100%
  ) 100% 0 100% 0/1px 0 1px 0; 
  border-image: -moz-linear-gradient(
      90deg,
      rgba(255,0,0,0) 0%,
      rgba(255,0,0,1) 50%,
      rgba(255,0,0,1) 50%,
      rgba(255,0,0,0) 100%
  ) 100% 0 100% 0/1px 0 1px 0; 
  border-image: linear-gradient(
      90deg,
      rgba(255,0,0,0) 0%,
      rgba(255,0,0,1) 50%,
      rgba(255,0,0,1) 50%,
      rgba(255,0,0,0) 100%
  ) 0 0 100% 0/1px 0 1px 0; 
  }
*/


.redLine {
  color:#F00;
  /*
  -webkit-text-stroke: 1px #f00;
  text-stroke: 1px #f00;
  */
  }


  

.hr-v {
    margin:0 auto;
    border: none;
    background-color: #ccc;
    color: #ccc;
}

.by {
    line-height: 10%;
    font:100 .6em "Open Sans", Verdana, sans-serif;
	font-style:normal;
    color: #D17811; 
    text-align: right;
	letter-spacing: .05em;
	word-spacing: .1em;
    padding: .5% 0 0 4%;
}

/*
.openSans {
    font:100 .7em "Open Sans", Verdana, sans-serif;
    margin-right:-.25em;
    line-height: 15%;
}
*/

.sans {
    font:100 .9em "Open Sans", Verdana, sans-serif;
    color:#808080;
    text-align: justify;
    padding-bottom: .7em;
    margin-top: -.4em;
    letter-spacing: .04em;
}

.sans2 {
    font:400 .9em "Montserrat", Verdana, sans-serif;
    color:#4d4d4d;
    letter-spacing: .02em;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}

.sans2 a:hover {
    font-weight:600;
    letter-spacing: .003em;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub { 
  top: 0em;
}

/* ----- END FONTS ----- */

        

@media screen and (max-width: 1280px) {
  p, .intro, .introLft, .introRt, .intro1colBig, .intro1colSm, .intro1colSm-2 {
    font:500 calc(.825em + .2vw);}
  .title p{font-size: 2vw;}
  .pageTitle {font-size:calc(13px + 1vw);}
  .styleText {font-size:calc(9px + .20vw);}
  .process  {font-size:1.3vw;}
  .heroP {margin-top: 30.75vw;
          margin-left: 4vw;
          font-size:1.675vw;}
  .heroPGoods {margin-top: 22.265625vw;
               margin-left: 5.859375vw;
               font-size:1.625vw;}
  
  .moreGoods {font-size:1.4525vw;
              margin-top:3.91vw;}
  .moreGoods img {margin-top:2.891vw;
                  width:48.5%;
                  height:34.04%;}

  .art2 p {padding-top:calc(10vw - 3em);}
  .art3 p {padding-top:calc(10vw - 5em);}

  .art2 img, .art3 img {margin-top:2.891vw;
                  width:59.9265%;
                  height:38.879%;}

  .intro2column img {
    width:100%;
    height:35.846%;}
  
  h2 p {font-size:calc(14px + .8vw);}
  hr.grey  {
    width:90%;
    margin:-1.25vw auto 1.25em;
}
  h2 {margin-top:2vw;}
  .intro1colSm {width:calc(31% + 15em);}
  h1 {font-size:calc(1em + 2.275vw);
      margin-bottom:calc(.5em - 2vw);}
  .previewCard {padding:3vw 6vw}
  .previewCard img {box-shadow: calc(3px + .4vw) calc(3px + .4vw) calc(1px + .2vw) rgba(121, 94, 64, .09);}
  .cardNav .sub-Menu a {padding:calc(3px + .575vw) 1.9em;}
  .sub-Menu {left:calc(50vw - 46.875%);}
  .cardNav {left:0!important;}
  .contact {width:calc(13vw + 25em);}
}

@media screen and (max-width: 1200px) {
  .nav {font-size: 1.35vw;}
  .sub-Menu a {font-size: 1.2vw;
    padding:10px calc(1em - 1vw)!important;} 
  header {width:calc(26% + (5em - 1.1vw));
          margin:calc(2.8vw - 2em) auto;}
}

@media screen and (max-width: 1020px) {
  .nav {font-size:1.55vw;}
  .cardNav {font-size:1.5vw;}
  .sub-Menu {width:100%;}
  .sub-Menu a {font-size: calc(.24em + 1vw);}
  footer {font-size: 1.1vw;}
  .b-rnd  {border-radius: 20px;}
  .dButton {font-size: 1.6vw;
          color:#ccc;}
  .content ul {margin-left: -2.0vw;}
  .dTitle, .dcell {font-size: 1.5vw;}
  .d66 { width: 68.5%;}
  .d70 { width: 72.75%;}
  .l  { margin-right:2%;}
  .r  { margin-left: 2%;}
  .colors {width:602px;}
  .art2 p, .art3 p {padding-top:calc(8vw - 4.5em);}
  .art3 {margin-top:calc(18vw - 11em);}
}



@media screen and (min-width: 851px) {
    #burger, #menuHero, #menuHeroGoods, .showMobileSub {
        visibility:hidden!important;}
    .mobile, .mobile ul, .pageTitleMobile, .pageTitleMobileLeft {
        display:none!important;
        visibility:hidden!important;}
    .nav, .sub-Menu {display:block;}
    .pageTitle {display:block;}
    h1 { font-size:2.5em!important;}
}

@media screen and (max-width: 850px) {
    #burger, .showSubMenu { visibility: visible!important;}
    .nav, .pageTitle, .hero, .heroGoods, .hrVert {display:none!important;}
    .cardNav {font-size:1.8vw;}
    .cardNav ul li a {white-space:normal;}
    
    .mobile {visibility:visible;}
    .mobile li {font-size: calc(10px + .5vw);}
    .sub-Menu a {font-size: calc(.5em + .8vw);}

    #menuHero, #menuHeroGoods, .intro1colBigMobile {display:block!important;}
  
    #menuHeroGoods {
      background-image: url(../images/heroGoods753.jpg);}
    .moreGoods, .art2, .art3 {width:88.59%;
        font-size: calc(.3em + 1.75vw);
        flex-wrap: wrap;}
    .moreGoods .introRt {width:100%;
        margin: 4vw 8vw 0vw;}
    .moreGoods img {width:88.59vw;
          max-height:55.14vw;
          margin:0 0 4vw 0;}
  
    .art2, .art3 {
        width:80vw;
        margin:0 auto!important;}
    .art2 {padding-bottom:0;}
    .art2 img, .art3 img {
        width:65vw;
        margin:0 auto 4vw!important;}
    .art2 p, .art3 p {
        width:80vw;
        margin:0 auto!important;
        padding-bottom:0;}
  
    header {
      width:calc(67.5% - 22.5vw);
      margin:calc(14px + -2.5vw) auto;
      margin-bottom:calc(1.5em - 6vw);}

    .heroP2, .heroPGoods2 {
      display: block;
      font-size:calc(.3em + 1.75vw);
      line-height:calc(1.9em + .5vw);}
    .heroPGoods2 {
      
      font-size:calc(.3em + 1.75vw);}
    .pageTitleMobile, .pageTitleMobileLeft, h2 span {
      font-size:calc(14px + .85vw);
      font-weight:200;
      word-spacing:-.5vw;
  }

    hr.grey  {margin:calc(-1vw + -.25em) auto calc(-.6em + 1vw);}
    .b-rnd {
      border-radius: 10px;
      box-shadow: 4px 4px 3px #ece6dc;
  }
    .b-sqr {
      box-shadow: 4px 4px 3px #ece6dc;
  }
    .content ul {margin-left: -4.5vw;}
    footer {font-size:calc(.3em + .7vw);}
    .chevron, .chevronUp {
      margin-left:90px;
      width: 20px;}
    .chevron {margin-top:-.15em;}


/* ----- Contact, Locations & Order Page stuff ----- */
  /*---
  .contact75 {
      flex-wrap: wrap;
      -moz-justify-content:flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      width:calc(250px + 20vw);
  }
    .contact75 p {
      font-size:calc(10px + .5vw);
  }
  ---*/
    .contact {width:calc(22vw + 19em);}
    .width35 {
      margin-top:calc(5% + 1vw);
      max-width:calc(100px + 25vw);
      margin-bottom:4vw;
  }
    .width55 {max-width:90vw;}
    hr.grey40 {width:calc(10em + 40vw);}

    
/* ----- Custom Page stuff ----- */
    .div-lines {width:80%;}
    h1 span{
      font-size:calc(.8em + 2vw);
      font-weight:200!important;
    }
    .process, .flat, .fold, .stretch, .gate, .tri {
      flex-wrap: wrap;
      -moz-justify-content:center;
      -ms-flex-pack: center;
      justify-content: center;
  }
    .customIntro {
      flex-wrap: wrap;
      -moz-justify-content:center;
      -ms-flex-pack: center;
      justify-content: center;
      width:calc(80% + 7vw);
  }
    .column2intro {width:95%;}
    .introLftMobile, .introRtMobile {
      display:block;
  }
    .introLft {margin-top:1.5vw;}
    .introRt {margin-Bottom:-6vw;}
    .process {width: 90%;}
    .proCell {
      font-size:calc(7px + .7vw);
      margin-top:3vw;
      z-index: 100;
  }
    .proCell, .process {
      font-weight:400;
  }
    .proCell img {
      width:25vw; height:auto;
      z-index:-1;
  }
    .flat, .fold,.stretch, .gate, .tri {
      -moz-justify-content:space-around;
      -ms-flex-pack: space-around;
      justify-content: space-around;
  }
    .styleText {font-size:calc(6px + .5vw);}
    .styleBox,.styleText, .style {white-space: normal;}       
}


@media screen and (max-width: 640px) {
    .cardNav ul li {white-space:normal;}
    .cardNav ul li a {padding:1em!important;
                white-space:normal;}
    .cardNav .sub-Menu a {padding:calc(3px + .5vw) 1.9em!important;}

    .mobile > ul {padding-top:20vw!important;}
    .mobileSub {margin-top:-40px!important;}
    .intro1colSm {width:90vw;}
    .intro2colSm {font-size:calc(.3em + 1.5vw);
                letter-spacing: .02em;}
    .contact {width:calc(15vw + 18em);}
    header {margin-bottom:calc(1.2em - 6vw);}
}

  
@media screen and (max-width: 500px) {
    .footBr {display:block;
            line-height:10px;}
    .contact {width:calc(20vw + 15em);}
    .intro1colSm {width:80vw!important;}
    header {margin-bottom:calc(.8em - 8vw);}

}
  









