/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 Background Color: #f3f0eb
 Content Text Color: #171110
 Rule color: #e2dfda
 
 */
/* STYLE GUIDE VARS */
/* Misc Styles and defaults 
-------------------------------------------- */
* {
  margin: 0;
  padding: 0; }

body {
  color: #171110;
  font-size: 100%;
  font-family: Lato, sans-serif;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  background: #ece9e2; }

html {
  height: 100%;
  width: 100%; }

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

caption, th, td {
  text-align: left;
  font-weight: normal; }

.clear {
  clear: both; }

a {
  color: #171110; }
  a img {
    border: none; }

.btn {
  padding: 10px 20px;
  border-radius: 4px;
  background: #3E91C4;
  color: #fff;
  text-decoration: none;
  font-size: 1em; }

.center {
  margin: 0 auto; }

.top-announcement-content {
  text-decoration: none;
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  background: #23658e;
  color: #fff; }

a.top-announcement-content:hover {
  background: #2874a2; }

#TopLine {
  width: 100%;
  height: 5px;
  background: url(../images/top-line.png) repeat-x; }

.container {
  position: relative;
  width: 100%;
  height: 100%; }

#Container {
  background: #ece9e2; }

#TextPageContainer {
  background: #ece9e2; }

#Hero {
  height: 240px;
  width: 100%;
  border-top: solid 5px #d0cDc8;
  border-bottom: solid 5px #d0cDc8;
  background: #000; }

/* Content
----------------------------------------- */
#ContentWrap {
  position: relative;
  width: 100%;
  border-top: solid 5px #d0cDc8;
  border-bottom: solid 5px #d0cDc8;
  background: #000; }

#Content {
  position: relative;
  text-align: left;
  min-height: 400px; }

.text-content {
  position: relative;
  margin: 20px 0px 20px 6%; }

.left-column {
  width: 600px;
  min-height: 500px;
  float: left; }

.right-column {
  float: left;
  min-height: 0; }
  .right-column p {
    margin: 0 0 1em 0; }

.board {
  position: relative;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  float: left;
  height: 380px; }
  .board img {
    padding: 0px 5px; }
  .board .number {
    position: absolute;
    bottom: 30px;
    width: 100%; }
  .board .dim {
    position: absolute;
    bottom: 15px;
    width: 100%; }

.first_board {
  padding-left: 10px; }

.cb_link {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: url("../images/trans.png") 0 0 repeat; }

.furniture-item {
  position: relative;
  float: left;
  cursor: pointer; }
  .furniture-item .caption {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 5px;
    padding: 5px;
    margin-right: 5px;
    background: url(../images/back-trans.png);
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 10px;
    text-align: left;
    text-transform: uppercase; }
    .furniture-item .caption .desc {
      text-transform: none;
      margin-top: 5px; }

#RightContent.lightback, #Content.lightback {
  background: #fff; }

/* HOMEPAGE 
----------------------------------------- */
.swiper-container {
  width: 100%;
  height: 100%;
  background: #000; }

.swiper-slide {
  width: auto;
  position: relative; }
  .swiper-slide .swiper-slide-content {
    height: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: center; }
  .swiper-slide img {
    display: block;
    height: 100%; }
  .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .75;
    transition: opacity .5s ease-in-out;
    pointer-events: none; }
  .swiper-slide-active::after {
    opacity: 0; }
  .swiper-slide .caption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 10px;
    text-align: left;
    letter-spacing: .05em; }
    .swiper-slide .caption .title {
      text-transform: uppercase; }

.swiper-container--content {
  height: 220px;
  width: 100%; }
  .swiper-container--content .swiper-slide {
    padding: 20px 0 40px;
    height: 160px; }
    .swiper-container--content .swiper-slide:hover {
      cursor: zoom-in; }
    .swiper-container--content .swiper-slide .caption {
      width: 100%;
      text-align: center;
      padding: 0 0 10px; }

.swiper-container--content-furniture {
  height: 190px; }
  .swiper-container--content-furniture .swiper-slide {
    padding: 5px 0;
    height: 180px; }
    .swiper-container--content-furniture .swiper-slide .caption {
      width: auto;
      display: none;
      text-align: left;
      padding: 8px; }
      .swiper-container--content-furniture .swiper-slide .caption .title {
        padding-bottom: 5px; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: none; }
  .swiper-button-prev::before, .swiper-container-rtl .swiper-button-next::before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 36px;
    color: #fff;
    opacity: .5; }
  .swiper-button-prev:hover::before, .swiper-container-rtl .swiper-button-next:hover::before {
    opacity: .8; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: none; }
  .swiper-button-next::before, .swiper-container-rtl .swiper-button-prev::before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 36px;
    color: #fff;
    opacity: .5; }
  .swiper-button-next:hover::before, .swiper-container-rtl .swiper-button-prev:hover::before {
    opacity: .8; }

/* HEADER
----------------------------------------- */
#Header {
  position: relative;
  height: 120px;
  padding: 10px 10px 0px 6%;
  background: #f3f0eb; }

#Header .logo {
  display: block;
  float: left;
  margin: 15px 0; }
  #Header .logo img {
    width: 200px; }

#HeaderContact {
  position: absolute;
  right: 10px;
  font-size: 0.625em; }

/* MAIN NAVIGATION 
----------------------------------------- */
#Navigation {
  clear: both;
  text-align: left; }

#Navigation ul {
  float: left; }

#Navigation ul li {
  list-style: none;
  margin: 0;
  float: left;
  display: inline;
  margin-right: 20px;
  text-shadow: #FFF 1px 1px 1px; }
  #Navigation ul li.highlight a {
    color: #f57143; }

#Navigation ul li a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  padding: 0;
  color: #444;
  margin-right: 10px; }

#Navigation ul li a span {
  text-align: center;
  height: 2.3em; }

#Navigation ul li a:hover {
  color: #222;
  cursor: pointer; }

#Navigation ul li a:hover span {
  cursor: pointer; }

#Navigation ul li a.current,
#Navigation ul li a.section,
#Navigation ul li a.section:hover,
#Navigation ul li a.current:hover {
  color: #000;
  border-top: 5px solid #fff; }

#Navigation ul li a.current {
  position: relative;
  top: -5px; }

#Navigation ul li a.current span,
#Navigation ul li a.section span,
#Navigation ul li a.section:hover span,
#Navigation ul li a.current:hover span {
  color: #000; }

.news-item {
  margin-bottom: 10px;
  padding: 5px;
  font-size: .8em; }
  .news-item h4 {
    font-family: 'Sorts Mill Goudy', Garamond, Georgia, serif; }
  .news-item .content {
    margin: 5px 0px; }
  .news-item a.link {
    float: right; }

.wood-section img {
  width: 100%; }

.promo-item {
  background: #d0cDc8;
  border-top: 5px solid #f57143;
  margin-bottom: 20px;
  padding: 10px;
  font-size: .8em;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  zoom: 1; }
  .promo-item .date {
    color: #171110;
    font-size: .9em;
    margin-bottom: 5px; }
  .promo-item h4 {
    font-family: 'Sorts Mill Goudy', Garamond, Georgia; }
  .promo-item .content {
    margin: 5px 0px 10px 0px; }
  .promo-item a.link {
    float: right; }

/* FOOTER CONTENT BLOCKS
-------------------------------------------- */
.block {
  float: left;
  min-height: 0;
  position: relative;
  margin-left: 40px;
  margin-bottom: 40px; }
  .block img {
    width: 100%; }
  .block h5 {
    text-align: right;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #d0cDc8;
    font-weight: normal; }
  .block ul {
    clear: both;
    float: left;
    font-size: 11px; }
    .block ul li {
      margin-top: 5px;
      padding: 5px;
      list-style: none; }
      .block ul li a {
        text-decoration: none; }
      .block ul li .title {
        text-transform: uppercase;
        font-family: 'Sorts Mill Goudy';
        font-size: 12px; }
      .block ul li .date {
        float: right; }

/* WHERE TO BUY
------------------------------------- */
#Content.wheretobuy {
  background: #FFF; }

#LocationSelect select {
  width: 200px; }

.loc {
  margin: 0px 20px;
  padding: 5px 0px;
  font-size: .8em;
  border-top: 1px solid #d0cDc8; }
  .loc .name {
    font-size: 1.3em;
    margin-bottom: 0px;
    color: #171110; }
  .loc .colA {
    width: 200px;
    float: left;
    color: #766; }
  .loc .colB {
    width: 250px;
    float: left;
    margin-left: 40px;
    color: #766; }

#LocationList div.city {
  margin-bottom: 15px; }
#LocationList div.state {
  margin-bottom: 20px; }
#LocationList h3 {
  margin: 0px 0px 5px 20px;
  color: #f57143; }
#LocationList h2 {
  margin-bottom: 10px; }

/* FOOTER
----------------------------------------------- */
#Footer {
  clear: both;
  margin-top: 20px;
  padding: 15px 10px 10px 6%;
  font-size: .7em; }
  #Footer .mini-menu {
    width: 50%;
    margin-bottom: 10px; }
  #Footer .left {
    float: left; }
  #Footer .left-column {
    border-top: 5px solid #d0cDc8;
    padding-top: 15px;
    min-height: 0; }
  #Footer ul {
    list-style: none; }
  #Footer ul li {
    /*display: inline;
    margin-right: 10px;*/ }
  #Footer .copywrite {
    margin-top: 20px; }

@media (max-width: 767px) {
  #Container {
    padding-top: 45px; }

  #Header {
    padding: 0;
    height: auto; }
    #Header .logo {
      display: none; }

  #MobileTopBar {
    display: block;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background-image: url("../images/logo-600px-transparent-WHITE.png");
    background-size: 140px;
    background-repeat: no-repeat;
    background-position: center 7px;
    background-color: #000;
    opacity: 1;
    transition: opacity .5s ease-in-out; }

  #MobileMenuButton {
    padding: 13px;
    color: #fff; }

  #NavigationMobile {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000; }
    #NavigationMobile ul {
      list-style: none;
      padding: none;
      margin: none;
      width: 100%;
      display: none; }
    #NavigationMobile li {
      padding: 10px 15px;
      background: rgba(0, 0, 0, 0.85);
      border-bottom: 1px solid #aaa; }
    #NavigationMobile a {
      text-decoration: none;
      display: block;
      color: #eee; }

  #Navigation, #HeaderContact {
    display: none; }

  #Content {
    min-height: auto; }

  .slideshow-content {
    height: 200px; }

  #LeftColumn {
    display: none;
    width: 0; }

  #RightContent {
    position: relative;
    left: 0;
    height: 200px; }

  .text-content {
    padding: 15px;
    margin: 0; }

  .left-column {
    width: auto;
    float: none;
    min-height: auto; }

  .right-column {
    width: auto;
    float: none;
    position: relative;
    left: auto; }

  .block {
    width: auto;
    margin: 0;
    margin-top: 20px; } }
@media (min-width: 768px) {
  #Container {
    padding-top: 0; }

  #Navigation {
    display: block; }
    #Navigation ul li {
      margin-right: 5px; }

  #MobileMenuButton, #NavigationMobile {
    display: none; }

  #MobileTopBar {
    opacity: 0; }

  #Hero {
    height: 340px; }

  .swiper-slide .swiper-slide-content {
    display: block;
    padding: 0; }

  .swiper-container--content .swiper-slide .swiper-slide-content {
    display: flex;
    padding: 0 20px; }

  .swiper-container--content-furniture {
    height: 300px; }
    .swiper-container--content-furniture .swiper-slide {
      padding: 5px 0;
      height: 290px; }
      .swiper-container--content-furniture .swiper-slide .caption {
        display: block; }

  .left-column {
    width: 400px; }

  .right-column {
    left: 400px; }

  .block {
    width: 240px; } }
@media (min-width: 992px) {
  #Navigation ul li {
    margin-right: 20px; }
    #Navigation ul li a {
      font-size: 13px; }

  .left-column {
    width: 600px; }

  .right-column {
    left: 600px; }

  .block {
    width: 280px; }

  #Hero {
    height: 400px; } }

/*# sourceMappingURL=layout.css.map */
