
/* =================== */
/* Fonts */
/* =================== */

@font-face {
  font-family: 'Custom Icons';
  font-weight: 500;
  font-style: normal;
  src: url('../../css/fonts/icons/custom-icons.eot') format('embedded-opentype'),
  url('../../css/fonts/icons/custom-icons.woff') format('woff'),
  url('../../css/fonts/icons/custom-icons.ttf') format('truetype'),
  url('../../css/fonts/icons/custom-icons.svg') format('svg');
}

@font-face {
  font-family: 'Museosans_100';
  font-weight: 100;
  font-style: normal;
  src: url('../../css/fonts/museosans/museosans_100-webfont.eot') format('embedded-opentype'),
  url('../../css/fonts/museosans/museosans_100-webfont.woff') format('woff'),
  url('../../css/fonts/museosans/museosans_100-webfont.ttf') format('truetype')
}

@font-face {
  font-family: 'Museosans_100_Italic';
  font-weight: 100;
  font-style: italic;
  src: url('../../css/fonts/museosans/museosans_100_Italic.otf') format('opentype')
}

@font-face {
  font-family: 'Museosans_300';
  font-weight: 300;
  font-style: normal;
  src: url('../../css/fonts/museosans/museosans_300-webfont.eot') format('embedded-opentype'),
  url('../../css/fonts/museosans/museosans_300-webfont.woff') format('woff'),
  url('../../css/fonts/museosans/museosans_300-webfont.ttf') format('truetype')
}

@font-face {
  font-family: 'Museosans';
  font-weight: 500;
  font-style: normal;
  src: url('../../css/fonts/museosans/museosans_500-webfont.eot') format('embedded-opentype'),
  url('../../css/fonts/museosans/museosans_500-webfont.woff') format('woff'),
  url('../../css/fonts/museosans/museosans_500-webfont.ttf') format('truetype')
}

@font-face {
  font-family: 'Museosans_900';
  font-weight: 900;
  font-style: normal;
  src: url('../../css/fonts/museosans/museosans_900-webfont.eot') format('embedded-opentype'),
  url('../../css/fonts/museosans/museosans_900-webfont.woff') format('woff'),
  url('../../css/fonts/museosans/museosans_900-webfont.ttf') format('truetype')
}

@font-face {
  font-family: 'Museosans_700';
  font-weight: 700;
  font-style: normal;
  src: url('../../css/fonts/museosans/museosans_700-webfont.eot') format('embedded-opentype'),
  url('../../css/fonts/museosans/museosans_700-webfont.woff') format('woff'),
  url('../../css/fonts/museosans/museosans_700-webfont.ttf') format('truetype')
}

@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Serif'), local('DroidSerif'), url('https://fonts.gstatic.com/s/droidserif/v6/0AKsP294HTD-nvJgucYTaIgp9Q8gbYrhqGlRav_IXfk.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.ff-droid {
  font-family: 'Droid Serif', serif;
}

/* =================== */
/* END Fonts */
/* =================== */

/* =================== */
/* Misc */
/* =================== */

body {
  font-family: 'Museosans', sans-serif;
  font-size: 0.833vw;
  /* max-width:1920px; */
  margin: 0 auto;
  color: #000000;
}

a {
  color: #ef444b;
  text-decoration: none;
}

a:hover {
  color: #F1666C;
  text-decoration:none;
}

.link-container {
  border-bottom: 1px solid #ef444b;
  font-family: 'Museosans', sans-serif;
  font-size: 0.938vw;
  padding-bottom: 14px;
}

.link-container:hover {
  border-bottom: 1px solid #F1666C;
}

.icn-arrow-right-simple:before {
  content: '\e906';
}

.mcw {
  max-width:1920px;
  margin:0 auto;
}

.buy {
  height:28px;
  width:59px;
  border-radius: 12px;
  background-color: #e24246;
  display: flex;
}

.buy .a-text {
  font-family: 'Museosans';
  font-size: 12px;
  color:#fff;
  width:100%;
  align-self: center;
  text-align:center;
}

/* =================== */
/* END Misc */
/* =================== */


/* =================== */
/* Header */
/* =================== */

.logo-container {
  display:block;
  position:absolute;
  z-index:99;
  padding: 15px 40px;
}

.logo {
  width: 120px;
  height: 91px;
  background-size: 100%;
  background-image: url('../../images/logo-white.png');
  display:block;
}

/* =================== */
/* Nav */
/* =================== */

.navbar {
  position:absolute;
  width:fit-content;
  display:block;
  z-index:100;
  padding: 15px;
  right:0;
}

body.nav-open {
  overflow:hidden;
}

.navbar button.nav-btn:focus {
  outline: none;
}

.navbar .nav-btn {
  float:right;
  padding: 48px 25px 0 0;
}

.navbar .nav-btn .hamburger-box {
  height: 20px;
  width: 28px;
}

.navbar .nav-btn .hamburger-box .hamburger-inner,
.navbar .nav-btn .hamburger-box .hamburger-inner:before,
.navbar .nav-btn .hamburger-box .hamburger-inner:after {
  width: 28px;
  height: 2.5px;
}

.navbar .nav-btn .hamburger-box .hamburger-inner:before {
  top:-9px;
}
.navbar .nav-btn .hamburger-box .hamburger-inner:after {
  bottom:-9px;
}

.navbar .nav-btn.is-active .hamburger-box .hamburger-inner:after {
  bottom: 0px;
}

.overlay {
  display:none;
  position:absolute;
  top:0;
  right:0;
  height:100%;
  width:50%;
  background:#1d1d1d;
  overflow:auto;
  z-index:99;
}

.hamburger.btn-close {
  z-index:102;
}

.wrap, .wrap-nav {
  height:100%;
}

.wrap-nav {
  display:flex;
}

.main-nav {
  align-self: center;
}

.sm-nav {
  align-self:flex-end;
  left:0;
  position:absolute;
}

.nav-items {
  display:flex;
  flex-wrap:wrap;
  flex-direction:column;
}

.nav-items .nav-item {
  text-align:left;
  padding-left: 6.250vw;
  font-size: 2.083vw;
  line-height:1.5;
  letter-spacing:0.083vw;
}

.nav-items .nav-item, .nav-items .nav-item a {
  color: #ffffff;
}

.nav-item .nav-link {
  align-self: center;
  width:100%;
  z-index: 100;
}

.nav-items .nav-item-container {
  height:100%;
  width:100%;
}

/*.nav-items .nav-item:before, .nav-items .nav-item:after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 0;*/
/*  right: 0;*/
/*  height: 50%;*/
/*  z-index: 9;*/
/*  display: block;*/
/*  opacity: .5;*/
/*  pointer-events: none;*/
/*}*/

/*.nav-items .nav-item:before {*/
/*  top: 0;*/
/*  background: -moz-linear-gradient(top,#000 0%,rgba(0,0,0,0) 500%);*/
/*  background: -webkit-linear-gradient(top,#000 0%,rgba(0,0,0,0) 500%);*/
/*  background: linear-gradient(to bottom,rgba(0,0,0,.7) -20%,rgba(0,0,0,.9) 120%);*/
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#99ffffff',GradientType=0);*/
/*}*/

/*.nav-items .nav-item:after {*/
/*  bottom: 0;*/
/*  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 500%);*/
/*  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 500%);*/
/*  background: linear-gradient(to bottom,rgba(0,0,0,.9) -20%,rgba(0,0,0,.7) 120%);*/
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9cffffff',endColorstr='#000000',GradientType=0);*/
/*}*/

/* .nav-items #newCollections:hover {
  background-image: url('../images/new-collections.jpg');
}

.nav-items #wallArt:hover {
  background-image: url('../images/wall-art.jpg');
}

.nav-items #furniture:hover {
  background-image: url('../images/furniture.jpg');
}

.nav-items #sculpture:hover {
  background-image: url('../images/sculpture.jpg');
}

.nav-items #accessories:hover {
  background-image: url('../images/accessories.jpg');
} */

.nav-items .nav-item a {
  height:100%;
  width: 100%;
  display:flex;
  font-size: 22px;
  line-height:1.75;
}

.nav-items .nav-item a:hover {
  color: #929292;
  text-decoration:none;
}

.nav-items .nav-item a div {
  align-self: center;
  width:100%;
}

.nav-sml {
  height:auto;
  display:flex;
  flex-wrap:wrap;
  padding-left:6.250vw;
  padding-bottom: 10.471204188481675vh;
}

.nav-sml .nav-item {
  color: #929292;
  display:block;
  text-align:left;
  height: fit-content;
}

.nav-sml .nav-item a {
  color: #929292;
  align-self: center;
  width: 60px;
  height:60px;
  margin-right:10px;
}

.nav-sml .nav-item a .fa {
  font-size: x-large;
}

.nav-sml .nav-item a:nth-child(2),
.nav-sml .nav-item a:nth-child(3),
.nav-sml .nav-item a:nth-child(4) {
  margin-left: 10px;
}

.nav-sml .nav-item a:nth-child(4) {
  margin-right:0px;
}

.nav-sml .nav-item a:hover {
  color: #ffffff;
}

.nav-sml .nav-item.contact-container, .nav-sml .nav-item.contact-container a {
  color: #ffffff;
}

.nav-sml .nav-item.contact-container .address-container {
  align-self: center;
  width: 100%;
  text-align: left;
  font-size: 0.625vw;
  font-family: 'Museosans', sans-serif;
  color: #ffffff;
}

.nav-sml .nav-item.contact-container .address-container .address {
  font-family: 'Museosans_900', sans-serif;
  padding-bottom: 5px;
}

.nav-sml .nav-item.address-container a:hover {
  color: #929292;
}

.nav-item {
  /* border-right: 1px solid #9d9d9d; */
  font-family: 'Museosans_900', sans-serif;
  text-align: center;
  display: flex;
}

.nav-item:last-child {
  border-right: none;
}

@media (max-width:767px) {

  .overlay {
    width:100%;
  }
  .nav-item {
    flex-basis: auto;
    /* border-bottom: 1px solid #9d9d9d; */
    /* border-right: none; */
    height:20%;
  }



}




/* =================== */
/* END Nav */
/* =================== */

.header:before {
  top: 0;
  /*background: rgba(0,0,0,.7);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#99ffffff',GradientType=0);*/
}

.header:after {
  bottom: 0;
  /*background: rgba(0,0,0,.7);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9cffffff',endColorstr='#000000',GradientType=0);*/
}

.header:before, .header:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 50%;
  z-index: 9;
  display: block;
  opacity: .5;
  pointer-events: none;
}


.header .top-bar {
  max-width:1600px;
  position:relative;
  margin: 0 auto;
}

.header {
  position:relative;
}

.header .bg-container {
  position:relative;
  width:100%;
}


.header .text-container {
  color: #ffffff;
  text-align:center;
  margin: 0 auto 210px;
  max-width: 800px;
  align-self: flex-end;
  z-index:10;
}

.header .text-container h1 {
  font-family: 'Museosans_900';
  font-size: 3.568vw;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.header .text-container .text {
  font-family: 'Museosans_100';
  font-size: 1.2vw;
  line-height: 1.5;
  max-width: 525px;
  margin: 0 auto;
}

.header .scroll-container {
  position:absolute;
  bottom:0;
  width: 100%;
  z-index:10;
}

.header .scroll-to {
  cursor: pointer;
  display: block;
  font-family: 'Droid Serif', 'FontAwesome', sans-serif;
  height: 30px;
  margin: 50px auto 60px;
  width: 30px;
}

.header .scroll-to i {
  color: #fff;
  font-family: 'Custom Icons', 'FontAwesome', sans-serif;
  font-size: 30px !important;
  font-style: normal;
}

.header .scroll-to i:before {
  content: '\e903';
}

@media(max-width:1366px) {
  .header .text-container {
    margin-bottom:250px;
  }
}

@media(max-width:767px) {
  .header .text-container {
    margin-bottom:30px;
    padding-left:15px;
    padding-right:15px;
  }

  .home .header .bg-container {
    background-attachment: initial;
  }
}

@media(max-width:430px) {
  .header .text-container {
    margin-bottom: 100px;
  }
}

@media(min-width:1921px) {
  .header .text-container {
    max-width:100%;
  }

  .header .text-container .text {
    font-size: 40px !important;
  }

  h4.new-in {
    width:200px !important;
  }

}



/* =================== */
/* END Header */
/* =================== */


/* =================== */
/* Main */
/* =================== */

.main {
  padding-top:60px;
  max-width: 100% !important;
}

@media(min-width:992px) {
  .main {
    padding-top: 110px;
  }
}



.product-link {
  display:block;
  padding-top:75px;
  font-family: 'Museosans_700';
  font-size: 0.938vw;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
}



.product-link a {
  display:flex;
}

.product-link a .a-text {
  align-self: center;
}

@media (min-width:992px) {
  .product-link {
    float:left;
    clear:left;
  }
}

.icon-container {
  height: 30px;
  width:30px;
  background-color: #ef444b;
  border-radius:50%;
  display:inline-block;
  align-self: center;
  margin-left:30px;
}

.product-link a:hover .icon-container {
  background-color: #F1666C;
}

.icon-container .icn-arrow-right-simple {
  font-family: 'Custom Icons', 'FontAwesome', sans-serif;
  font-style: normal;
  color:#fff;
  display:flex;
  width:30px;
  text-align:center;
  font-size: 0.729vw;
  align-self: center;
  height:30px;
}

.icon-container .icn-arrow-right-simple:before {
  align-self: center;
  text-align:center;
  width: 30px !important;
  display:block;
  position:relative;
  top:1px;
  left:2px;
}








.ff1 {
  font-family: 'Museosans_100';
}

.ff3 {
  font-family: 'Museosans_300';
}

.ff7 {
  font-family: 'Museosans_700';
}

.ff9 {
  font-family: 'Museosans_900';
}

.fs140lh127 {
  font-size: 7.292vw;
  line-height: .91;
  text-transform: uppercase;
  letter-spacing: -0.292vw;
}

.fs135lh122 {
  font-size: 7.031vw;
  line-height: .9;
  text-transform: uppercase;
}

.fs100lh100 {
  font-size: 5.208vw;
  line-height: 1;
  text-transform: uppercase;
}

.fs34lh42 {
  font-size: 1.771vw;
  line-height: 1.24;
}

.fs30lh38 {
  font-size: 1.563vw;
  line-height: 1.27;
}

.fs16lh22 {
  font-size: 0.833vw;
  line-height: 1.375;
}

.fs16lh16 {
  font-size: 0.833vw;
  line-height: 1;
}

@media(max-width:991px) {
  .nav-items .nav-item {
    font-size:22px;
  }





  .fs34lh42 {
    font-size: 16px !important;
  }

  .fs30lh38{
    font-size: 16px !important;
  }

  .product-link a .a-text, .header .text-container .text {
    font-size: 14px !important;
  }

  .fs16lh22, h4.new-in, .buy .a-text {
    font-size: 14px !important;
  }

  .fs16lh16 {
    font-size: 14px !important;
  }

  .link-container, .icon-container .icn-arrow-right-simple  {
    font-size: 14px !important;
  }
}


@media(max-width:767px) {

  .fs140lh127, .h2.sized, .header .text-container h1 {
    font-size: 34px !important;
  }

  .fs135lh122 {
    font-size: 33px !important;
  }

  .fs100lh100 {
    font-size: 30px !important;
  }

  .atlas-mirrors .content .text {
    font-size: 24px !important;
  }


  .header .scroll-container {
    bottom:30px !important;
    display:none;
  }




}

@media(max-width:430px) {
  .header .scroll-container {
    bottom:30px !important;
  }
}


@media(min-width:1921px) {
  .fs140lh127, .h2.sized,  .nav-items .nav-item {
    font-size: 140px !important;
  }
  .fs135lh122 {
    font-size: 135px !important;
  }

  .fs100lh100 {
    font-size: 100px !important;
  }

  .header .text-container .text {
    font-size: 40px !important;
    max-width: 650px;
  }

  .fs34lh42 {
    font-size: 34px !important;
  }

  .fs30lh38 {
    font-size: 30px !important;
  }

  .product-link, .product-link a, .product-link a .a-text{
    font-size: 22px !important;
  }

  .fs16lh22, h4.new-in {
    font-size: 22px !important;
  }

  .fs16lh16 {
    font-size: 20px !important;
  }

  .link-container, .buy .a-text  {
    font-size: 20px !important;
  }

  .nav-items .nav-item {
    font-size: 34px !important;
  }
  .icon-container .icn-arrow-right-simple {
    font-size:16px;
  }
}

/* TEST */


