.loader {
  width: 100%;
  height: 100%;
  z-index: 10;
  margin-top: 109px;
  position: relative;
  padding-bottom: 5px;
}

.is-desktop {
  padding-top: 0px;
  padding-bottom: 0px;
}

.over_movie {
	z-index: 10;
	position: absolute;
	width: 100%;
	text-align: center;
  width: 230px;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #FFF;
  bottom: 150px;
}

.over_movie-mobile {
	text-align: center;
  width: 230px;
  margin: 0px auto 10px auto;
  color: #000;
}

.icon-Sound {
  display: none;
}
.icon-SOUND_OFF, .icon-Sound {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5em;
  color: #FFF;
  z-index: 10;
}

.shopnow-mobile {
  font-size: 1.5em;
  border: 1px solid #000;
  padding: 15px 20px 15px 20px;
  cursor: pointer;
  color: #000;
  letter-spacing: 4px;
}

.shopnow {
  font-weight: 900;
  font-size: 1.5em;
  border: 2px solid #FFF;
  padding: 20px;
  cursor: pointer;
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
}

.whitelink, .whitelink:hover, .whitelink:active, .whitelink:visited {
  color: #FFF;
}

.blacklink, .blacklink:hover, .blacklink:active, .blacklink:visited {
  color: #000;
  text-decoration: none;
}

.full_movie {
  font-size: 1.2em;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 30px;
  text-shadow: 1px 1px 1px #000;
}

.arrow-gif {
  width: 20px;
  margin-top: 30px;
  cursor: pointer;
}

video {
  height: 100%;
  width: 100%;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  margin-left: 50%;
  opacity: 0;
}

.banner {
  width: 100%;
}

.overflow {
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  right: -110px;
  width: 150px;
  background-color: #FFF;
  z-index: 10;
  padding: 10px;
}

@media screen and (max-width: 1080px) {
  .overflow {
    display: none;
  }
}

.frame {
  border: 2px solid #D5C2B4;
  color: #717171;
  text-align: center;
  padding-bottom: 10px;
}

.frame .product-name {
  font-size: 1.1em;
}

.frame .product-price {
  color: #989898;
}

.frame .product-link {
  text-decoration: underline;
  color: #717171;
}

.frame-img {
  width: 100%;
}

.text-side {
  background-color: #D5C2B4;
  height: 100%;
  color:#FFF;
  position: relative;
  min-height: 300px;
}
.text-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
}

.text-side .title{
  width: 100px;
  font-size: 3em;
  margin-bottom: 50px;
}

.text-side .text{
  font-size: 1.5em;
  margin-bottom: 50px;
}

.text-side .link{
  font-size: 1.2em;
  text-decoration: underline;
  color: #FFF;
}

@media screen and (max-width: 839px) {
  .text-side .title{
    width: 75px;
    font-size: 1.2em;
    margin-bottom: 0px;
  }

  .text-side .text{
    font-size: 1em;
    margin-bottom: 0px;
  }

  .text-side .link{
    font-size: 1em;
    text-decoration: underline;
    color: #FFF;
  }
}

.inspired,.ootd,.reuze,.about {
  height: 250px;
  position: relative;
}

.inspired {
  background-image: url('img/sep0.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ootd {
  background-image: url('img/sep1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.reuze {
  background-image: url('img/sep2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.about {
  background-image: url('img/sep3.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.btn {
  width: 150px;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #FFF;
  padding: 10px;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  border: 2px solid #FFF;
  cursor: pointer;
}

.btn:hover {
  background-color: rgba(0,0,0,0.5)
}

.content div{
  box-shadow: none;
}

.content {
  min-height: 399px;
  margin-top: 109px;
}

.home .content {
	padding:0px 100px
}

.reuse .text-centered p{
  font-size: 20px;
}

.mdl-grid.is-mobile .mdl-cell--4-col-phone {
    background-position: center !important;
}

@media screen and (max-width: 1090px) {
  .reuse .text-centered {
    position: relative;
    padding: 20px;
  }
}

@media screen and (max-width: 839px) {
  .content {
    margin-top: 130px;
  }
  .loader {
    margin-top: 68px;
  }
  .arrow-gif {
    display: none;
  }

.home .content {
	padding:0px 10px
}
}

@media screen and (max-width: 565px) {
  .spirit .text-side, .reuse .text-side {
    min-height: 800px;
    height: 800px;
  }
}

@media screen and (max-width: 400px) {
  .spirit .text-side, .reuse .text-side {
    min-height: 900px;
    height: 900px;
  }
  .spirit .text-centered {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 380px) {
  .spirit .text-side, .reuse .text-side {
    min-height: 1000px;
    height: 1000px;
  }
  .spirit .text-centered {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 480px) {
  .content .text-centered {
    top: 30%;
    left: 35%;
    transform: translate(-30%,-35%);
    -webkit-transform: translate(-30%,-35%);
    -ms-transform: translate(-30%,-35%);
    -moz-transform: translate(-30%,-35%);
    -o-transform: translate(-30%,-35%);
  }
  .btn {
    width: 120px;
  }
}
