h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #9e9e9e;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #9e9e9e;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #9e9e9e;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

a {
  color: #9e9e9e;
  text-decoration: none;
}

.navbar {
  background-color: transparent;
}

.topbar-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navigation-menu {
  height: 35px;
  background-color: #000;
}

.menu {
  padding-top: 7px;
  padding-bottom: 7px;
}

.menu-text {
  margin-right: 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.menu-text.w--current:focus {
  color: #2f9ae2;
}

.navbar-style {
  background-color: transparent;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.catalog {
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
  background-image: url('../images/btn_catalog.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.catalog-season {
  width: 200px;
  height: 200px;
  background-image: url('../images/Adelaide-icon-with-text.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-side-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider {
  display: block;
  width: 100%;
  height: 750px;
}

.slide1 {
  width: 100%;
  height: 100%;
  background-image: url('../images/welcome-home.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2 {
  background-image: url('../images/slide.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.slide3 {
  margin-top: -130px;
  background-image: url('../images/DININGTABLE-SLIDER-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-h3 {
  color: #979797;
  text-align: center;
}

.thumb1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 310px;
  height: 250px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Chunk.jpg');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.special-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.special-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.thumb2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 310px;
  height: 250px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Design-sale_web2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.thumb3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 310px;
  height: 250px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Design-sale_web_tumbnail4 [1302].jpg');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.thumb-text-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 10px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, .5);
}

.thumb-text-area:hover {
  background-color: rgba(90, 90, 90, .5);
}

.thumb-text {
  color: #fff;
  text-decoration: none;
}

.newsletter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.newsletter-form {
  width: 100%;
  padding-top: 13px;
  padding-left: 20px;
  background-color: #505050;
}

.form-text-newsletter {
  width: 220px;
}

.newsletter-button {
  background-color: #6aec38;
}

.newsletter-button:hover {
  background-color: #5dd131;
}

.newsletter-title {
  color: #d5d5d5;
}

.about-front {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 40px;
  background-color: #eceaea;
}

.history {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
}

.history-image {
  margin-left: 10px;
}

.history-text {
  font-size: 15px;
  line-height: 24px;
}

.footer {
  height: 250px;
  background-color: #242627;
}

.footer-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding-top: 40px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-links {
  color: #fff;
  text-decoration: none;
}

.footer-links:hover {
  color: #2f9ae2;
}

.copyright {
  margin-top: 40px;
  color: #fff;
  font-size: 12px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-title {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #fff;
}

.footer-text {
  color: #fff;
  line-height: 24px;
}

.footer-text-tel {
  color: #fff;
}

.footer-address {
  padding-top: 30px;
  padding-right: 30px;
}

.footer-email {
  color: #fff;
  text-decoration: none;
}

.social {
  margin-right: 5px;
}

.about-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.side-bar {
  width: 250px;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 15px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #9e9e9e;
}

.about-content {
  padding: 20px 15px 60px;
}

.about-image {
  margin-bottom: 10px;
  margin-left: 10px;
  float: right;
}

.sidebar-hours {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9e9e9e;
}

.side-bar-hours {
  margin-left: 10px;
}

.star {
  position: relative;
  top: 5px;
  font-size: 33px;
  line-height: 24px;
}

.side-bar-title-great {
  text-align: right;
}

.about-page-h3 {
  text-align: right;
}

.trade-program-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #9e9e9e;
}

.trade-contact-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.mobile-number.phone {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mobile-number.office {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-text-area {
  min-height: 250px;
}

.map-drop-down {
  width: 220px;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
}

.map-wrapper {
  max-height: 250px;
}

.map-wrapper.w--open {
  height: 250px;
}

.blogimage {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  background-image: url('../images/End-season-sale_accessories.jpg');
  background-position: 58% 44%;
  background-size: cover;
}

.next-page {
  display: block;
  margin-top: 50px;
  float: right;
  text-align: right;
}

.blogimage2 {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  background-image: url('../images/Design-sale_web1 [7005].jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.blogimage3 {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  background-image: url('../images/End-season-sale_coffee-table.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.blogimage4 {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  background-image: url('../images/Chunk.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.previous-page {
  margin-top: 50px;
}

.feature-image-1 {
  width: 100%;
  height: 350px;
  background-image: url('../images/End-season-sale_accessories.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.feature-image-2 {
  width: 100%;
  height: 400px;
  background-image: url('../images/Design-sale_web1 [7005].jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-image-3 {
  width: 100%;
  height: 350px;
  background-image: url('../images/End-season-sale_coffee-table.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.feature-image-4 {
  width: 100%;
  height: 400px;
  background-image: url('../images/Chunk.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.blogimage5 {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  background-image: url('../images/Terrace.jpg');
  background-position: 0px -130px;
  background-size: cover;
}

.feature-image-5 {
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
  background-image: url('../images/Terrace.jpg');
  background-position: 0px -128px;
  background-size: cover;
}

.image-float {
  margin-left: 10px;
  float: right;
}

.dropdown-menu {
  display: none;
}

.asterik {
  position: relative;
  top: 10px;
  font-size: 52px;
}

.blog-thumbnail {
  width: 100%;
}

.blogsummary {
  margin-top: 10px;
  color: #000;
}

.blog-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.blogpost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.linkblocktest {
  width: 20px;
  height: 20px;
  margin-top: -2px;
  background-color: #2f363b;
}

.author-image {
  width: 150px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0px;
}

.author-text {
  margin-top: -10px;
  color: #979797;
}

.author-rule {
  width: 50px;
  height: 3px;
  margin-top: 15px;
  background-color: #313131;
}

.social-author {
  width: 30px;
  height: 30px;
}

.social-author.twitter {
  margin-right: 10px;
  background-image: url('../images/twitter-logo-button.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-author.instagram {
  margin-right: 10px;
  background-image: url('../images/instagram-logo.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-author.facebook {
  margin-right: 10px;
  background-image: url('../images/social.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-author.yelp {
  background-image: url('../images/yelp-logo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.frontpage-thumbnail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 250px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/example-bg.png');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.front {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.thumbtitle {
  width: 100%;
  height: 70px;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
}

.thumbtitle:hover {
  background-color: rgba(0, 0, 0, .7);
}

.thumbnail-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.blogbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.thumbnail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.thumbnail-frontpage {
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.thumbnail-frontpage.thumb1 {
  background-image: url('../images/Copenhagen_web_tumbnail3-[1305].jpg');
  background-position: 0px 0px;
  background-size: 250px;
}

.thumbnail-frontpage.thumb2 {
  background-image: url('../images/TaxFreeResonsive_us.jpg');
  background-size: cover;
  background-repeat: repeat;
}

.blogwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.author-section {
  margin-top: 30px;
  margin-bottom: -5px;
}

.blog-img {
  height: 400px;
}

@media (max-width: 991px) {
  .slide3 {
    margin-top: 0px;
  }
  .newsletter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .newsletter-form {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .form-text-newsletter {
    width: 100%;
  }
  .newsletter-button {
    width: 100%;
  }
  .newsletter-title {
    text-align: center;
  }
  .newsletter-image {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .menu {
    display: none;
  }
  .slider {
    height: 350px;
    margin-top: 24px;
  }
  .thumb1 {
    width: 100%;
    height: 300px;
  }
  .special-thumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .thumb2 {
    width: 100%;
    height: 300px;
  }
  .thumb3 {
    width: 100%;
    height: 300px;
  }
  .newsletter-form {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .form-text-newsletter {
    width: 100%;
  }
  .newsletter-button {
    width: 100%;
  }
  .history {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .history-image {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .footer-columns {
    width: 249px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #313131;
  }
  .footer-address {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .side-bar {
    display: none;
  }
  .dropdown-menu {
    display: block;
    width: 100%;
  }
  .dropdown-toggle {
    width: 100%;
    background-color: #000;
  }
  .icon {
    color: #fff;
  }
  .dropdown-text {
    color: #fff;
  }
  .menu-drop-down {
    background-color: #272727;
    color: #fff;
  }
  .menu-drop-down:hover {
    background-color: #131313;
  }
  .video-slide {
    padding-bottom: 75px;
  }
  .blogwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  .slide1 {
    background-position: 0px 0px;
  }
  .special-thumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .history {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .history-image {
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .footer-columns {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #313131;
  }
  .footer-address {
    margin-bottom: 30px;
  }
  .video-slide {
    padding-bottom: 214px;
  }
}

