@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway.eot?#iefix') format('embedded-opentype'),  url('../fonts/Raleway.woff') format('woff'), url('../fonts/Raleway.ttf')  format('truetype'), url('../fonts/Raleway.svg#Raleway') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Raleway-Bold.woff') format('woff'), url('../fonts/Raleway-Bold.ttf')  format('truetype'), url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-Medium';
  src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Raleway-Medium.woff') format('woff'), url('../fonts/Raleway-Medium.ttf')  format('truetype'), url('../fonts/Raleway-Medium.svg#Raleway-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-SemiBold';
  src: url('../fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Raleway-SemiBold.woff') format('woff'), url('../fonts/Raleway-SemiBold.ttf')  format('truetype'), url('../fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Raleway-Medium';
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
}
.display-block {
  float: left;
  width: 100%;
}
.text-center {
  text-align: center;
}
.transform-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.full-wrapper {
  height: 100%;
  position: relative;
}
.logo-main {
  z-index: 1;
  max-width: 40%;
  display: inline-block;
}
.tagline-main {
  color: #fff;
  width: 100%;
  font-size: 45px;
  z-index: 1;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  top: 85%;
}
.inner-wrapper {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}
.men-wrapper {
  background: url('../images/men-bck.jpg') no-repeat;
  background-size: cover;
}
.women-wrapper {
  background: url('../images/women-bck.jpg') no-repeat;
  background-size: cover;
}
.inner-wrapper .text-block {
  padding: 15px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  z-index: 2;
  max-width: 500px;
  width: 100%;
}
.inner-wrapper .text-block a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Raleway-Bold';
  letter-spacing: .05em;
  border: 3px solid #fff;
  padding: 15px 35px;
  border-radius: 4px;
  margin: 40px 0 0 0;
  position: relative;
  z-index: 1;
}
.men-wrapper .text-block a {
  background: rgba(30, 45, 74, 0.4);
}
.men-wrapper .text-block a:hover {
  color: #1e2d4a;
}
.women-wrapper .text-block a {
  background: rgba(120, 29, 102, 0.4);
}
.women-wrapper .text-block a:hover {
  color: #781d66;
}
.inner-wrapper .text-block a:before {
  content: "";
  background: #fff;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
}
.inner-wrapper .text-block a:hover:before {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
}
.bottom-section {
  font-family: 'Raleway-Medium';
  font-size: 14px;
  color: #fff;
  background: #1e2d4a;
  padding: 30px 5%;
  box-sizing: border-box;
}

/*-------------------------------------- RESPONSIVE CSS --------------------------------------*/

@media only screen and (max-width: 1024px) {
  .tagline-main {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .inner-wrapper {
    width: 100%;
    height: 50%;
  }
  .bottom-section {
    padding: 30px 15px;
  }
  .tagline-main {
    top: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .inner-wrapper {
    width: 50%;
    height: 100%;
  }
  .inner-wrapper .text-block {
    width: 100%;
  }
  .inner-wrapper .text-block img {
    max-width: 75%;
  }
  .inner-wrapper .text-block a {
    margin: 30px 0 0 0;
  }
  .inner-wrapper .text-block a {
    font-size: 16px;
    padding: 12px 28px;
  }
  .tagline-main {
    top: 85%;
    font-size: 22px;
  }
}

@media only screen and (max-width: 601px) {
  .inner-wrapper {
    width: 100%;
    height: 50%;
  }
  .tagline-main {
    top: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .inner-wrapper {
    width: 50%;
    height: 100%;
  }
  .tagline-main {
    top: 85%;
  }
}

@media only screen and (max-width: 414px) {
  .inner-wrapper {
    width: 100%;
    height: 50%;
  }
  .tagline-main {
    top: 50%;
  }
}
