/* CSS Document */
/* CSS Document */


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

body {
  line-height: 1;
}

.msipower ol, .msipower 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;
}

#msipower a, #msipower a:visited {
  color: #f00;
  text-decoration: none;
  outline: 0;
}

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

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

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

/*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: "DINPro-Bold";
  src: url("fonts/DINPro-Bold.eot");
  src: url("fonts/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Bold.woff") format("woff"), url("fonts/DINPro-Bold.ttf") format("truetype"), url("fonts/DINPro-Bold.svg#DINPro-Bold") format("svg");
}

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

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

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

@-webkit-keyframes kvbg {
  0% {
    background: url(../images/kv-bg1b.jpg) bottom center no-repeat ;
    background-size: cover;
  }
  25% {
    background: url(../images/kv-bg2b.jpg) bottom center no-repeat ;
    background-size: cover;
  }
  50% {
    background: url(../images/kv-bg1b.jpg) bottom center no-repeat ;
    background-size: cover;
  }
  75% {
    background: url(../images/kv-bg3b.jpg) bottom center no-repeat ;
    background-size: cover;
  }
  100% {
    background: url(../images/kv-bg1b.jpg) bottom center no-repeat ;
    background-size: cover;
  }
}

@keyframes kvbg {
  0% {
    background: url(../images/kv-bg1b.jpg) bottom center no-repeat ;
    background-size: cover;
  }
  25% {
    background: url(../images/kv-bg2b.jpg) bottom center no-repeat ;
    background-size: cover;
  }
  50% {
    background: url(../images/kv-bg1b.jpg) bottom center no-repeat ;
    background-size: cover;
  }
  75% {
    background: url(../images/kv-bg3b.jpg) bottom center no-repeat ;
    background-size: cover;
  }
  100% {
    background: url(../images/kv-bg1b.jpg) bottom center no-repeat ;
    background-size: cover;
  }
}

@-webkit-keyframes btlight {
  0% {
    -webkit-text-shadow: #fff 0 0 50px;
    -moz-text-shadow: #fff 0 0 50px;
    text-shadow: #fff 0 0 50px;
  }
  50% {
    -webkit-text-shadow: #fff 0 0 20px;
    -moz-text-shadow: #fff 0 0 20px;
    text-shadow: #fff 0 0 20px;
  }
  100% {
    -webkit-text-shadow: #fff 0 0 50px;
    -moz-text-shadow: #fff 0 0 50px;
    text-shadow: #fff 0 0 50px;
  }
}

@keyframes btlight {
  0% {
    -webkit-text-shadow: #fff 0 0 50px;
    -moz-text-shadow: #fff 0 0 50px;
    text-shadow: #fff 0 0 50px;
  }
  50% {
    -webkit-text-shadow: #fff 0 0 20px;
    -moz-text-shadow: #fff 0 0 20px;
    text-shadow: #fff 0 0 20px;
  }
  100% {
    -webkit-text-shadow: #fff 0 0 50px;
    -moz-text-shadow: #fff 0 0 50px;
    text-shadow: #fff 0 0 50px;
  }
}

@-webkit-keyframes btlight-over {
  0% {
    -webkit-text-shadow: #083bf5 0 0 50px;
    -moz-text-shadow: #083bf5 0 0 50px;
    text-shadow: #083bf5 0 0 50px;
  }
  50% {
    -webkit-text-shadow: #083bf5 0 0 20px;
    -moz-text-shadow: #083bf5 0 0 20px;
    text-shadow: #083bf5 0 0 20px;
  }
  100% {
    -webkit-text-shadow: #083bf5 0 0 50px;
    -moz-text-shadow: #083bf5 0 0 50px;
    text-shadow: #083bf5 0 0 50px;
  }
}

@keyframes btlight-over {
  0% {
    -webkit-text-shadow: #083bf5 0 0 50px;
    -moz-text-shadow: #083bf5 0 0 50px;
    text-shadow: #083bf5 0 0 50px;
  }
  50% {
    -webkit-text-shadow: #083bf5 0 0 20px;
    -moz-text-shadow: #083bf5 0 0 20px;
    text-shadow: #083bf5 0 0 20px;
  }
  100% {
    -webkit-text-shadow: #083bf5 0 0 50px;
    -moz-text-shadow: #083bf5 0 0 50px;
    text-shadow: #083bf5 0 0 50px;
  }
}

@-webkit-keyframes bg {
  0% {
    background: none;
  }
  50% {
    background: red;
    color: #fff;
  }
  100% {
    background: rgba(255, 255, 255, 0.2);
    color: #f00;
  }
}

@keyframes bg {
  0% {
    background: none;
  }
  50% {
    background: red;
    color: #fff;
  }
  100% {
    background: rgba(255, 255, 255, 0.2);
    color: #f00;
  }
}

/*----landing page-----*/
body {
  width: 100%;
  overflow-x: hidden;
  background: #000;
  text-align: left;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.navbar {
  margin-bottom: 0;
}

#toolbar {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 30px;
}

#toolbar li {
  position: relative;
  margin-bottom: 3px;
  -webkit-transition: 1.5s all ease-in;
  -o-transition: 1.5s all ease-in;
  transition: 1.5s all ease-in;
  background: rgba(255, 255, 255, 0.7);
  border: #fff 5px solid;
  border-right: none;
  right: 0;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  text-align: left;
  font-family: "DINPro-Regular";
  font-size: 16px;
}

#toolbar li a {
  color: #fff;
  dislpay: block;
}

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

#toolbar li .svg {
  width: 30px;
  height: 30px;
  fill: #000;
  vertical-align: middle;
}

#toolbar li:hover {
  right: 0;
  background: #f00;
}

#toolbar li:hover .svg {
  fill: #fff;
}

#msipower {
  background: #000;
  width: 100%;
  font-family: "DINPro-Regular";
  font-size: 20px;
  color: #fff;
  /*kv*/
  /*power-msi*/
  /*itembox*/
  /*mb*/
  /*vga*/
  /*gear*/
  /*dt*/
  /*case*/
  /*wtb*/
  /*ft*/
}

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

#msipower .colorline {
  background: url(../images/color-line.gif) top center no-repeat ;
  background-size: cover;
  height: 15px;
}

#msipower .colorline2 {
  background: url(../images/color-line.gif) top center no-repeat ;
  background-size: cover;
  height: 1px;
}

#msipower #kv {
  -webkit-animation: kvbg 10s infinite 1s;
  animation: kvbg 10s infinite 1s;
  position: relative;
  width: 100%;
}

#msipower #kv img {
  vertical-align: bottom;
}

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

#msipower #kv .kvimg {
  float: right;
  width: 65%;
  max-width: auto;
  position: relative;
  padding: 8% 5% 2% 0;
}

@media screen and (max-width: 960px) {
  #msipower #kv .kvimg {
    float: none;
    width: 100%;
    max-width: auto;
    padding: 0;
    text-align: center;
  }
  #msipower #kv .kvimg img {
    width: 90%;
    margin: 0 auto 30px;
  }
}

#msipower #kv .kvtitle {
  position: absolute;
  left: 2%;
  top: 35%;
  width: 35%;
}

@media screen and (max-width: 960px) {
  #msipower #kv .kvtitle {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
  }
  #msipower #kv .kvtitle img {
    width: 60%;
    margin: 5% auto;
  }
}

#msipower .title-bar {
  text-align: center;
  padding: 60px 5% 30px;
  background: #222;
  font-family: "DINPro-Bold";
  text-transform: uppercase;
  font-size: 42px;
}

@media screen and (max-width: 960px) {
  #msipower .title-bar {
    font-size: 32px;
  }
}

#msipower #power-msi {
  position: relative;
  width: 100%;
}

#msipower #power-msi .powertb {
  position: relative;
  width: 55%;
  padding: 5%;
}

#msipower #power-msi .powertb .icon {
  text-align: center;
  padding-bottom: 5%;
}

#msipower #power-msi .powertb p {
  line-height: 1.6em;
}

@media screen and (max-width: 960px) {
  #msipower #power-msi .powertb {
    width: 100%;
  }
}

#msipower h1 {
  color: #f00;
  text-transform: uppercase;
  font-size: 32px;
  font-family: "DINPro-Bold";
  padding-bottom:10px;
}

#msipower h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "DINPro-Bold";
  padding-top: 5px;
  padding-bottom: 10px;
}


#msipower #power-msi .powertb h1 {
  color: #f00;
  text-transform: uppercase;
  font-size: 32px;
  font-family: "DINPro-Bold";
  padding-bottom: 20px;
}

#msipower #power-msi .vd {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  opacity: 0.8;
  background: url(../images/vd-bg.png) bottom left no-repeat ;
  background-size: cover;
  -webkit-transition: 1.5s all ease-in;
  -o-transition: 1.5s all ease-in;
  transition: 1.5s all ease-in;
}

#msipower #power-msi .vd a {
  color: #fff;
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 2;
  width: 70%;
  text-align: center;
}

#msipower #power-msi .vd a i {
  margin-top: 25%;
  font-size: 100px;
  -webkit-animation: btlight 1s infinite 1s;
  animation: btlight 1s infinite 1s;
  margin-right: 5%;
  -webkit-transition: 1.5s all ease-in;
  -o-transition: 1.5s all ease-in;
  transition: 1.5s all ease-in;
}

@media screen and (max-width: 1366px) {
  #msipower #power-msi .vd a i {
    margin-top: 35%;
  }
}

#msipower #power-msi .vd a:hover i {
  -webkit-animation: btlight-over 1s infinite 1s;
  animation: btlight-over 1s infinite 1s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#msipower #power-msi .vd:hover {
  opacity: 1;
}

@media screen and (max-width: 960px) {
  #msipower #power-msi .vd {
    position: relative;
    width: 100%;
    height: 150px;
    top: 0;
    right: auto;
    background: url(../images/vd-bg2.jpg) top left no-repeat ;
    background-size: cover;
  }
  #msipower #power-msi .vd a {
    position: relative;
    height: auto;
    text-align: center;
    width: 100%;
    display: block;
  }
  #msipower #power-msi .vd a i {
    margin: 30px auto;
    font-size: 80px;
  }
}

#msipower .itembox {
  display: table;
  width: 100%;
  margin: 0 auto;
}

#msipower .itembox .tr {
  display: table-row;
}

#msipower .itembox .th {
  display: table-cell;
  width: 50%;
}

#msipower .itembox .td {
  display: table-cell;
  width: 50%;
}

#msipower .itembox .th, #msipower .itembox .td {
  vertical-align: middle;
  padding: 55px 5%;
}

@media screen and (max-width: 960px) {
  #msipower .itembox .th, #msipower .itembox .td {
    display: block;
    width: 100%;
    padding: 0;
  }
}

#msipower .itembox .th {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: url(../images/bg-title-bar.jpg) top left repeat;
  padding: 5%;
}

#msipower .item {
}

#msipower .item h2.title {
  font-size: 32px;
  text-transform: uppercase;
  color: #f00;
  font-family: "DINPro-Bold";
}

@media screen and (max-width: 1366px) {
  #msipower .item h2.title {
    font-size: 28px;
  }
}

@media screen and (max-width: 960px) {
  #msipower .item h2.title {
    font-size: 26px;
  }
}

#msipower .item .line {
  background: #f00;
  height: 1px;
  margin: 20px 0 30px;
  width: 50%;
  max-width: 200px;
}

#msipower .item p {
  line-height: 1.6em;
  margin-bottom: 1.2em;
  font-size: smaller;
}

@media screen and (max-width: 960px) {
  #msipower .item p {
    font-size: 18px;
    line-height: 24px;
  }
}

#msipower .item .more {
  padding-top: 3%;
}

#msipower .item .more a {
  color: #fff;
  border: #fff 1px solid;
  display: inline-block;
  padding: 10px 15px;
  -webkit-transition: 1.5s all ease-in;
  -o-transition: 1.5s all ease-in;
  transition: 1.5s all ease-in;
  text-transform: uppercase;
  font-size: 60%;
}

#msipower .item .more a:hover {
  color: #f00;
  border: #f00 1px solid;
}

@media screen and (max-width: 960px) {
  #msipower .item {
    padding: 5%;
  }
}

#msipower #mb {
  background: url(../images/mb-bg.jpg) top center no-repeat ;
  background-size: cover;
}

#msipower #vga {
  background: url(../images/vga-bg.jpg) top center no-repeat ;
  background-size: cover;
}

#msipower #gear {
  background: url(../images/gear-bg.jpg) top center no-repeat ;
  background-size: cover;
}

#msipower .chassis {
  padding-top: 0px !important;
}



#msipower ul {
  padding-top: 5%;
  display: table;
  width: auto;
  margin: 0 auto;
  margin: 0;
  text-align: center;
  font-family: "DINPro-Bold";
  text-transform: uppercase;
}

#msipower ul li {
  display: table-cell;
  vertical-align: auto;
}

#msipowerul a {
  color: #f00;
  font-size: 22px;
  line-height: 0.4em;
}

#msipower #gear ul a span {
  color: #999;
  font-size: 40%;
}

#msipower #gear ul a:hover {
  color: #fff;
}

#msipower #gear ul .spline {
  width: 1px;
  height: 40px;
  background: #999;
  margin: 0 25px;
}


@media screen and (max-width: 768px) {
  #msipower ul li {
    display: block;
    max-width: auto;
  }
  #msipower ul .spline {
    display: none;
  }
}

#msipower #dt {
  background: url(../images/dt-bg.jpg) top center no-repeat ;
  background-size: cover;
}

#msipower #case {
  background: url(../images/bg-title-bar.jpg) top left repeat;
  width: 100%;
  padding: 100px 0 5%;
}

#msipower #case .container {
  width: 90%;
  max-width: none;
}

#msipower #case .owl-carousel {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 2%;
}

#msipower #case .owl-carousel .itemborder {
  text-align: center;
}

#msipower #case .owl-carousel .itemborder a {
  display: block;
  position: relative;
  padding: 8% 1% 8%;
}

#msipower #case .owl-carousel .itemborder a img {
  width: 80%;
  vertical-align: middle;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  z-index: 0;
}

#msipower #case .owl-carousel .itemborder a .topimg {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 8%;
  left: 10.5%;
  z-index: 2;
  background: url(../images/case1.gif) top center no-repeat ;
  background-size: cover;
}

#msipower #case .owl-carousel .itemborder a i {
  position: absolute;
  z-index: 3;
  color: #fff;
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
  font-size: 2em;
  display: none;
}

#msipower #case .owl-carousel .itemborder a:hover {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

#msipower #case .owl-carousel .itemborder a:hover img {
  -webkit-box-shadow: #f00 0 0 30px;
  -moz-box-shadow: #f00 0 0 30px;
  box-shadow: #f00 0 0 30px;
}

#msipower #case .owl-carousel .itemborder a:hover i {
  display: block;
  color: #f00;
}

#msipower #case .owl-carousel .owl-prev,
#msipower #case .owl-carousel .owl-next {
  position: absolute;
  top: 45%;
  left: -30px;
  background: #f00;
  color: #fff;
  width: 30px;
  height: 60px;
}

#msipower #case .owl-carousel .owl-next {
  left: auto;
  right: -30px;
  padding: 8px 12px;
}

#msipower #wtb {
  padding: 2% 5% 5% 0;
}

#msipower #ft {
  text-align: center;
  font-size: 14px;
  color: #999;
  padding: 5% 0;
  text-transform: uppercase;
}

.desktop-desc{
  color: #999;
  font-size: 90%;
  min-height: 145px;
}

.desktop-config a {
  line-height: 1.1em;
}

#msipower #case .desktop-config .itemborder a {
  padding-top: 10px !important;
}

.desktopdesc {
  font-size: 19px;
}

a.linkPrice, a.linkPrice:visited {
  color: #fff;
  text-decoration: none;
  outline: 0;
}

a.linkPrice:hover {
  color: #f00;
  text-decoration: none;
}

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

.highlightMsi {
  color: #f00;
}

#loader-msi{
  display: none;
}
#loader-background-msi{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background: #000;
  opacity: 0.7;
}
#loader-img-msi{
  position: fixed;
  top: calc(50% - 140px);
  left: calc(50% - 250px);
  opacity: 1;
  z-index: 9999999;
  width: 500px;
}
#loader-text-msi{
  color: #FFF;
  position: fixed;
  top: calc(50% - 220px);
  left: calc(50% - 292px);
  opacity: 1;
  z-index: 9999999;
  font-size: 2em;
}