/* CSS Document */
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  noFocusline: expression(this.onFocus=this.blur());
  outline: 0;
}

a:hover {
  text-decoration: none;
}

a:focus {
  -moz-outline-style: none;
}

/*img*/
img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

/*page style*/
.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.floatLeft, .imageleft {
  float: left;
  margin-right: 1em;
}

.floatRight, .imageRight {
  float: right;
  margin-left: 1em;
}

.floatClear {
  clear: both;
  height: 0;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.tr {
  display: table-row;
}

.td, .th {
  display: table-cell;
}

/* CSS Document */
@font-face {
  font-family: "body-font";
  src: url("fonts/CastleT-Ligh.eot");
  src: url("fonts/CastleT-Ligh.eot?#iefix") format("embedded-opentype"), url("fonts/CastleT-Ligh.woff") format("woff"), url("fonts/CastleT-Ligh.ttf") format("truetype"), url("fonts/CastleT-Ligh.svg#body-font") format("svg");
}

@font-face {
  font-family: "title-font";
  src: url("fonts/CastleT-Ligh.eot");
  src: url("fonts/CastleT-Ligh.eot?#iefix") format("embedded-opentype"), url("fonts/CastleT-Ligh.woff") format("woff"), url("fonts/CastleT-Ligh.ttf") format("truetype"), url("fonts/CastleT-Ligh.svg#title-font") format("svg");
}

@font-face {
  font-family: "subtitle-font";
  src: url("fonts/CastleT-Ligh.eot");
  src: url("fonts/CastleT-Ligh.eot?#iefix") format("embedded-opentype"), url("fonts/CastleT-Ligh.woff") format("woff"), url("fonts/CastleT-Ligh.ttf") format("truetype"), url("fonts/CastleT-Ligh.svg#subtitle-font") format("svg");
}

@font-face {
  font-family: "bt-font";
  src: url("fonts/CastleT-Ligh.eot");
  src: url("fonts/CastleT-Ligh.eot?#iefix") format("embedded-opentype"), url("fonts/CastleT-Ligh.woff") format("woff"), url("fonts/CastleT-Ligh.ttf") format("truetype"), url("fonts/CastleT-Ligh.svg#bt-font") format("svg");
}

/*----landing page-----*/
body {
  width: 100%;
  overflow-x: hidden;
  text-align: left;
  position: relative;
}

body, html {
  height: 100%;
}

.navbar {
  margin-bottom: 0;
}

@-webkit-keyframes bg {
  0% {
    background: url(https://asset.msi.com/event/2018/trident-desktop-valentines-day-gift-2018/images/bg.jpg) top center no-repeat ;
    background-size: cover;
    background-attachment: fixed;
  }
  50% {
    background: url(https://asset.msi.com/event/2018/trident-desktop-valentines-day-gift-2018/images/bg2.jpg) top center no-repeat ;
    background-size: cover;
    background-attachment: fixed;
  }
  100% {
    background: url(https://asset.msi.com/event/2018/trident-desktop-valentines-day-gift-2018/images/bg.jpg) top center no-repeat ;
    background-size: cover;
    background-attachment: fixed;
  }
}

@keyframes bg {
  0% {
    background: url(https://asset.msi.com/event/2018/trident-desktop-valentines-day-gift-2018/images/bg.jpg) top center no-repeat ;
    background-size: cover;
    background-attachment: fixed;
  }
  50% {
    background: url(https://asset.msi.com/event/2018/trident-desktop-valentines-day-gift-2018/images/bg2.jpg) top center no-repeat ;
    background-size: cover;
    background-attachment: fixed;
  }
  100% {
    background: url(https://asset.msi.com/event/2018/trident-desktop-valentines-day-gift-2018/images/bg.jpg) top center no-repeat ;
    background-size: cover;
    background-attachment: fixed;
  }
}

@-webkit-keyframes ribbon {
  from {
    opacity: 0;
    left: 50px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}

@keyframes ribbon {
  from {
    opacity: 0;
    left: 50px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}

@-webkit-keyframes title1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes title1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes title2 {
  0% {
    opacity: 0;
    left: 50px;
  }
  30% {
    opacity: 0;
    left: 50px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes title2 {
  0% {
    opacity: 0;
    left: 50px;
  }
  30% {
    opacity: 0;
    left: 50px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@-webkit-keyframes pdbox {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    top: -50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes pdbox {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    top: -50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes pd {
  0% {
    background: url(https://asset.msi.com/event/2018/trident-desktop-valentines-day-gift-2018/images/pd01.png) top center no-repeat ;
    background-size: cover;
  }
  25% {
    background: url(https://asset.msi.com/event/2018/trident-desktop-valentines-day-gift-2018/images/pd02.png) top center no-repeat ;
    background-size: cover;
  }
  50% {
    background: url(https://asset.msi.com/event/2018/trident-desktop-valentines-day-gift-2018/images/pd03.png) top center no-repeat ;
    background-size: cover;
  }
  75% {
    background: url(https://asset.msi.com/event/2018/trident-desktop-valentines-day-gift-2018/images/pd02.png) top center no-repeat ;
    background-size: cover;
  }
  100% {
    background: url(https://asset.msi.com/event/2018/trident-desktop-valentines-day-gift-2018/images/pd01.png) top center no-repeat ;
    background-size: cover;
  }
}

@keyframes pd {
  0% {
    background: url(https://asset.msi.com/event/2018/trident-desktop-valentines-day-gift-2018/images/pd01.png) top center no-repeat ;
    background-size: cover;
  }
  25% {
    background: url(https://asset.msi.com/event/2018/trident-desktop-valentines-day-gift-2018/images/pd02.png) top center no-repeat ;
    background-size: cover;
  }
  50% {
    background: url(https://asset.msi.com/event/2018/trident-desktop-valentines-day-gift-2018/images/pd03.png) top center no-repeat ;
    background-size: cover;
  }
  75% {
    background: url(https://asset.msi.com/event/2018/trident-desktop-valentines-day-gift-2018/images/pd02.png) top center no-repeat ;
    background-size: cover;
  }
  100% {
    background: url(https://asset.msi.com/event/2018/trident-desktop-valentines-day-gift-2018/images/pd01.png) top center no-repeat ;
    background-size: cover;
  }
}

.parallax-window {
  min-height: 900px;
  background: transparent;
  left: 0;
}

@media screen and (max-width: 960px) {
  .parallax-window {
    display: none;
    min-height: auto;
    height: 0;
  }
}

.noshow {
  display: none;
}

@media screen and (max-width: 960px) {
  .noshow {
    display: block;
  }
}

#toolbar {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100000;
}

#toolbar:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#toolbar li {
  float: right;
  width: 80px;
  max-width: auto;
  margin-left: 2px;
}

#toolbar li a {
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: block;
  padding: 10px 0;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  font-size: 24px;
}

#toolbar .fb {
  background: #415b9c;
}

#toolbar .fb a:hover {
  color: #415b9c;
  background: #fff;
}

#toolbar .top {
  background: #f00;
}

#toolbar .top a:hover {
  color: #f00;
  background: #fff;
}

#datenav {
  background: #fff;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 10000000;
}

#datenav ul {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

#datenav ul li {
  display: table-cell;
  width: 50%;
  text-align: center;
}

#datenav ul li a {
  display: block;
  background: #f00;
  color: #fff;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  font-family: "title-font";
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  border: #f00 5px solid;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
}

#datenav ul li a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #f00;
  border: #fff 5px solid;
  border-bottom: #f00 5px solid;
}

#datenav ul li a.line {
  border-left: #fff 1px solid;
}

@media screen and (max-width: 960px) {
  #datenav ul li a {
    height: auto;
    line-height: 22px;
    padding: 15px 0;
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  #datenav {
    position: relative;
  }
}

.fixed {
  position: fixed !important;
  top: 0;
  z-index: 10000;
}

/*hvr-to-bottom */
.hvr-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-transform: uppercase;
  color: #f00;
  border: #f00 2px solid;
  display: bolck;
  background: #fff;
  width: 95%;
  margin: 0 auto;
  max-width: 350px;
  font-size: 30px;
  padding: 15px 0;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 960px) {
  .hvr-to-bottom {
    font-size: 18px;
  }
}

.hvr-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f00;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-to-bottom:hover, .hvr-to-bottom:focus, .hvr-to-bottom:active {
  color: #fff;
  border: #fff 2px solid;
}

.hvr-to-bottom:hover:before, .hvr-to-bottom:focus:before, .hvr-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

h1 {
  color: #fff !important;
}

#date {
  font-family: "body-font";
  font-size: 22px;
  color: #fff;
  text-align: left;
  width: 100%;
  overflow-x: hidden;
}

#date img {
  vertical-align: bottom;
}

#date .container {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

#date h1#h1title {
  color: #fff !important;
  font-family: "title-font";
  font-size: 54px !important;
  text-transform: uppercase;
  padding-bottom: 25px;
}

@media screen and (max-width: 960px) {
  #date h1#h1title {
    font-size: 32.4px !important;
  }
}

#date h2.subtitle {
  font-size: 50px !important;
  font-family: "subtitle-font" !important;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (max-width: 960px) {
  #date h2.subtitle {
    font-size: 30px !important;
  }
}

#date #kvbox {
  position: relative;
  width: 100%;
}

#date #kvbox img {
  width: 100%;
}

#date #kvbox .bg {
  position: relative;
  z-index: 0;
}

#date #kvbox .ribbon, #date #kvbox .pdbox, #date #kvbox .t1, #date #kvbox .t2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#date #kvbox .ribbon {
  z-index: 1;
  -webkit-animation: ribbon 0.5s ease;
  animation: ribbon 0.5s ease;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

#date #kvbox .pdbox {
  z-index: 2;
}

#date #kvbox .t1 {
  -webkit-animation: title1 3.5s ease-in;
  animation: title1 3.5s ease-in;
}

#date #kvbox .t2 {
  -webkit-animation: title2 2.5s ease;
  animation: title2 2.5s ease;
}

#date #kvbox .pdbox {
  -webkit-animation: pdbox 1.5s ease;
  animation: pdbox 1.5s ease;
}

#date #kvbox .pd {
  background: url(https://asset.msi.com/event/2018/trident-desktop-valentines-day-gift-2018/images/pd01.png) top center no-repeat ;
  background-size: cover;
  -webkit-animation: pd 1.5s ease infinite;
  animation: pd 1.5s ease infinite;
}

@media screen and (max-width: 960px) {
  #date #kvbox {
    display: none;
  }
}

#date #info {
  background: url(https://asset.msi.com/event/2018/trident-desktop-valentines-day-gift-2018/images/bg.jpg) top center repeat;
  padding: 4em 0;
  text-align: center;
  color: #fff;
}

#date #info p {
  line-height: 28px;
  padding-bottom: 35px;
}

@media screen and (max-width: 960px) {
  #date #info {
    padding: 2em;
  }
}

#date #datewith {
  position: relative;
  z-index: 10000;
}

#date .pb1em {
  padding-bottom: 1em;
}

#date .pb2em {
  padding-bottom: 2.5em;
}

#date .pb3em {
  padding-bottom: 6em;
}

@media screen and (max-width: 960px) {
  #date .pb1em, #date .pb2em, #date .pb3em {
    padding-bottom: 1em;
  }
}

#date .datebox {
  background: #fff;
  position: relative;
  z-index: 1;
}

#date .datebox .line {
  width: 150px;
  height: 5px;
  background: #c00;
}

#date .datebox h2.subtitle {
  color: #000;
  padding: 35px 0;
}

#date .datebox h2.subtitle span {
  color: #000;
}

#date .datebox .box {
  position: relative;
  width: 100%;
  padding-bottom: 10%;
}

#date .datebox .box .imgbox {
  position: relative;
  top: 0;
  left: 0;
  width: 65%;
}

#date .datebox .box .imgbox p {
  padding: 5px 0;
  margin: 15px 0;
  width: 100%;
  max-width: 250px;
  background: #999;
  text-align: center;
}

#date .datebox .box .imgbox p i {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: #fff;
  color: #666;
  line-height: 40px;
}

@media screen and (max-width: 960px) {
  #date .datebox .box .imgbox {
    width: 100%;
  }
}

#date .datebox .box .txtbox {
  background: url(https://asset.msi.com/event/2018/trident-desktop-valentines-day-gift-2018/images/bg.jpg) top center repeat;
  position: absolute;
  top: 10%;
  right: 0;
  width: 45%;
  padding: 7% 5.5%;
  text-align: center;
  z-index: 2;
}

#date .datebox .box .txtbox h3.subtitles {
  font-size: 38px !important;
  padding-bottom: 25px;
  text-transform: uppercase;
  line-height: 45px;
}

#date .datebox .box .txtbox p {
  line-height: 40px;
  padding-bottom: 25px;
}

#date .datebox .box .txtbox .tag {
  font-size: 120%;
}

#date .datebox .box .txtbox .tag strong {
  border-bottom: #fff 2px solid;
}

@media screen and (max-width: 960px) {
  #date .datebox .box .txtbox {
    width: 100%;
    padding: 25px;
    position: relative;
  }
}

#date #maketheday {
  background: url(https://asset.msi.com/event/2018/trident-desktop-valentines-day-gift-2018/images/img04.jpg) top center no-repeat ;
  background-size: cover;
  text-align: center;
  min-height: 1000px;
  position: relative;
  z-index: 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  #date #maketheday {
    min-height: auto;
    padding: 10% 0;
  }
}

#date #maketheday .container {
  position: absolute;
  width: 100%;
  max-width: 100%;
  bottom: 10%;
}

@media screen and (max-width: 960px) {
  #date #maketheday .container {
    position: relative;
    bottom: auto;
  }
}

#date #maketheday .txt {
  width: 95%;
  margin: 0 auto;
  max-width: 700px;
  background: rgba(255, 255, 255, 0.9);
  padding: 65px 35px;
}

#date #maketheday .txt h2.subtitle {
  color: #f00;
}

#date #maketheday .txt .hvr-to-bottom {
  background: #f00;
  color: #fff;
}

#date #maketheday .txt .hvr-to-bottom:before {
  background: #fff;
}

#date #maketheday .txt .hvr-to-bottom:hover, #date #maketheday .txt .hvr-to-bottom:focus, #date #maketheday .txt .hvr-to-bottom:active {
  color: #f00;
  border: #f00 2px solid;
}

#date #maketheday .txt p {
  padding: 25px 0;
  color: #666;
  line-height: 40px;
}

#date #chancestowin {
  background: url(https://asset.msi.com/event/2018/trident-desktop-valentines-day-gift-2018/images/bg.jpg) top center repeat;
  padding: 3em 0 2em;
  text-align: center;
}

#date #chancestowin h2.subtitle {
  padding-bottom: 35px;
}
