@import url("https://fonts.googleapis.com/css?family=Raleway");
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.topSection {
  width: 100%;
  float: left;
  height: 100%;
  overflow: hidden;
}
.topSection .logo {
  width: 250px;
  position: absolute;
  float: left;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  z-index: 10000;
  top: 90%;
  margin-top: -250px;
  margin-left: -125px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transform: scale(0.5);
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.topSection .logo.start {
  transform: scale(1);
  opacity: 1;
  top: 50%;
}
.topSection.open {
  pointer-events: none;
}
.topSection.open .logo {
  transform: scale(0.7) !important;
  top: 10px !important;
  margin-top: -50px !important;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.topSection.open .half {
  transform: translateX(-100%);
}
.topSection.open .half:nth-child(odd) {
  transform: translateX(100%);
}
.topSection .half {
  width: 50%;
  height: 100%;
  position: relative;
  float: left;
  background-color: #fff;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.topSection .half .area {
  width: 70%;
  margin: 0px 15% 0px 15%;
  float: left;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.topSection .half .area .hiddenText {
  width: 100%;
  float: left;
  padding: 50px 0px 10px 0px;
  transform: translateX(150px);
  opacity: 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-transition-delay: .0s;
  transition-delay: .0s;
}
.topSection .half .area .hiddenText h1 {
  font-family: 'Raleway', sans-serif;
  width: 100%;
  float: left;
  margin: 0px;
  font-weight: 100;
  font-size: 25pt;
  color: #D4AF37;
}
.topSection .half .area .hiddenText a {
  font-family: 'Raleway', sans-serif;
  width: 100%;
  float: left;
  margin: 10px 0px 0px 0px;
  font-size: 15px;
  color: #777;
  padding-left: 0px;
  position: relative;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.topSection .half .area .hiddenText a:after {
  content: '';
  position: absolute;
  width: 0px;
  background-color: #D4AF37;
  height: 1px;
  float: left;
  left: 0;
  top: 50%;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.topSection .half .area .hiddenText a:hover {
  padding-left: 55px;
}
.topSection .half .area .hiddenText a:hover:after {
  width: 50px;
}
.topSection .half .area img {
  width: 100%;
  float: left;
  position: absolute;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  top: 5%;
  bottom: auto;
}
.topSection .half .area:hover .hiddenText {
  transform: translateX(0px);
  opacity: 1;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.topSection .half .area:hover img {
  top: 50%;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.topSection .half:nth-child(odd) {
  background-color: #eee;
}
.topSection .half:nth-child(odd) .hiddenText {
  padding: 10px 0px 50px 0px;
  transform: translateX(-150px);
  bottom: 0;
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-transition-delay: .0s;
  transition-delay: .0s;
}
.topSection .half:nth-child(odd) .hiddenText h1 {
  text-align: right;
  color: #d43737;
}
.topSection .half:nth-child(odd) .hiddenText a {
  text-align: right;
  float: right;
  padding-left: 0px;
}
.topSection .half:nth-child(odd) .hiddenText a:after {
  content: '';
  position: absolute;
  width: 0px;
  background-color: #d43737;
  height: 1px;
  float: left;
  right: 0 !important;
  left: auto;
  top: 50%;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.topSection .half:nth-child(odd) .hiddenText a:hover {
  padding-left: 0px;
  padding-right: 55px;
}
.topSection .half:nth-child(odd) .hiddenText a:hover:after {
  width: 50px;
}
.topSection .half:nth-child(odd) img {
  top: auto;
  bottom: 5% !important;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.topSection .half:nth-child(odd) .area:hover img {
  top: auto !important;
  bottom: 50% !important;
}

.store {
  float: left;
  max-height: 0px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  padding: 150px 50px 50px 50px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
}
.store.open {
  max-height: 1000000000000px;
  min-height: 100%;
  opacity: 1;
  z-index: 1;
  pointer-events: all;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.store .menu {
  font-size: 19pt;
  color: #777;
  width: 40px;
  text-align: center;
  height: 40px;
  padding-top: 4px;
  position: fixed;
  z-index: 100000;
  top: 0px;
  right: 50px;
  border: 2px solid #777;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.store .menu:hover {
  color: #d43737;
  cursor: pointer;
  border: 2px solid #d43737;
}
.store h2 {
  font-family: 'Raleway', sans-serif;
  width: 100%;
  float: left;
  margin: 0px;
  font-weight: 100;
  font-size: 20pt;
  margin: 0px 0px 20px 0px;
  text-transform: uppercase;
  letter-spacing: 15px;
  color: #D4AF37;
}

.itemHolder {
  float: left;
  position: relative;
  width: 100%;
}

.item {
  width: 23%;
  margin: 10px 1% 20px 1%;
  float: left;
  padding: 10px;
  background: #f2f2f3;
  position: relative;
  display: none;
}
.item.visible {
  display: block;
}
.item a {
  width: 100%;
  height: 100%;
  float: left;
}
.item h3 {
  font-size: 10pt;
  text-align: left;
  float: left;
  width: 100%;
  position: absolute;
  font-family: 'Raleway', sans-serif;
  bottom: 0px;
  font-weight: 100;
  padding: 1px 5px 1px 25px;
  color: transparent;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.item h3:before {
  content: '';
  position: absolute;
  height: 100%;
  float: left;
  width: 40px;
  left: -20px;
  background: #1a1a1a;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.item h4 {
  position: absolute;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #fff;
  padding: 5px;
  font-weight: 100;
  background: #D4AF37;
  right: 0;
  top: 0;
}
.item h5 {
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 70pt;
  color: #fff;
  opacity: 0.0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.item img {
  width: 90%;
  margin: 0px 5% 0px 5%;
  float: left;
}
.item img:last-child {
  display: none;
}
.item:hover {
  cursor: pointer;
}
.item:hover img {
  display: none;
}
.item:hover img:last-child {
  display: block;
}
.item:hover h5 {
  opacity: 0.4;
}
.item:hover h3 {
  color: #fff !important;
  z-index: 1000;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  padding: 1px 5px 1px 5px;
}
.item:hover h3:before {
  content: '';
  width: 105%;
  left: -20px;
  background: #1a1a1a;
  z-index: -11;
}

@media screen and (max-width: 1200px) {
  .store {
    width: 100%;
    left: 0%;
    margin-left: 00px;
  }

  .item {
    width: 31.33%;
  }
}
@media screen and (max-width: 900px) {
  .item {
    width: 44%;
    margin: 10px 2% 10px 2%;
  }
}
@media screen and (max-width: 580px) {
  .item {
    width: 80%;
    margin: 10px 10% 10px 10%;
  }
}
@media screen and (max-width: 420px) {
  .item {
    width: 98%;
    margin: 10px 1% 10px 1%;
  }
}
