@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,200,300,600,700,900);
/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
body {
  width: 100%;
  height: 100%;
  font-family: "Titillium Web", sans-serif;
  color: #ffffff;
  background-color: #000000;
}
html {
  width: 100%;
  height: 100%;
}
iframe {
  border: 0;
}
/* COLORS */
.primaryColor {
  color: #1eb9ef !important;
}
.nvidiaColor {
  color: #76b900 !important;
}
.highlight {
  color: #76b900 !important;
}
/* TYPOGRAPHY */
.chineseTraditional {
  font-family: "微軟正黑體", "Microsoft JhengHei", "Titillium Web", sans-serif;
}
.chineseSimplified {
  font-family: "微软雅黑", "Microsoft Yahei", "Titillium Web", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
h1,
h2 {
  text-shadow: 2px 2px black;
}
h2 {
  font-size: 36px;
}
@media (min-width: 767px) {
  h2 {
    font-size: 54px;
  }
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
small {
  font-size: 65%;
  font-weight: 400;
  line-height: 1;
  color: #777;
}
@media (min-width: 767px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}
a {
  color: #1eb9ef;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #0b769c;
}
.glyphicon-chevron-left,
.glyphicon-chevron-right:before {
  color: #1eb9ef;
}
.primaryFont {
  font-family: "Titillium Web", sans-serif !important;
}
.fa-square,
.fa-circle {
  color: #e4007f;
}
.fa-long-arrow-down {
  color: #1eb9ef;
}
.fa-stack-1x {
  font-weight: 500;
}
.subHeading {
  margin-top: -30px;
  margin-bottom: 50px;
}
.socialIcon:hover {
  color: red !important;
}
.heading-highlight {
  color: #ffffff;
  text-shadow: 0 0 10px #ffffff, 0 0 40px #1eb9ef, 0 0 70px #1eb9ef, 0 0 80px #1eb9ef, 0 0 100px #1eb9ef;
}
.uppercase {
  text-transform: uppercase;
}
.marginTop {
  margin-top: 50px;
}
.benchmarksHighlight {
  font-size: 48px;
  margin-right: 5px;
}
.lastBigCase:nth-last-child(1) {
  text-transform: uppercase;
}
/*LOGO & CI */
.kvLogo {
  padding: 50px 0;
  margin-top: 50px;
}
@media (min-width: 767px) {
  .kvLogo {
    padding: 50px 0;
    margin: 0;
    width: 100%;
  }
}
.logo {
  max-height: 100%;
  max-width: 100%;
  padding: 2px;
}
@media (min-width: 767px) {
  .logo {
    padding: 0;
  }
}
#CI {
  display: none;
}
@media (min-width: 767px) {
  #CI {
    display: block;
  }
}
/* MENU */
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #000000;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
  width: 200px;
  max-width: 200px;
  margin-left: 0 !important;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #ffffff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
  outline: none;
}
.navbar-custom a {
  color: #ffffff;
}
.navbar-custom .nav li.active {
  outline: none;
  background-color: #1eb9ef;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
  outline: none;
  background-color: #1eb9ef;
}
@media (min-width: 767px) {
  .navbar {
    min-height: 80px;
    visibility: hidden;
    opacity: 0;
    padding: 10px 0;
    border-bottom: none;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  .navbar a {
    visibility: hidden;
    opacity: 0;
  }
  .top-nav-collapse {
    visibility: visible;
    opacity: 1;
    padding: 10px;
    background-color: #000000;
  }
  .top-nav-collapse a {
    visibility: visible;
    opacity: 1;
  }
  .navbar-custom.top-nav-collapse {
    border-bottom: 0;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    padding: 5px;
  }
}
@media (min-width: 767px) and (min-width: 767px) {
  .top-nav-collapse {
    visibility: visible;
    opacity: 1;
  }
}
.dropdown-menu {
  background-color: #111111;
}
.dropdown-menu li a {
  color: #ffffff;
}
.dropdown-menu li a:hover {
  color: #ffffff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #1eb9ef;
}
.navbar-custom .nav li.active {
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #1eb9ef;
  border-color: #428bca;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #1eb9ef;
}
/* SECTIONS */
section {
  display: table;
  height: 100%;
}
.alignMiddle {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#intro {
  display: table;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background: url('../img/bg/caseSideBG.jpg') no-repeat center center scroll;
  background-size: contain;
  background-position: center 200px;
}
@media (min-width: 500px) {
  #intro {
    background-position: center 200px;
  }
}
@media (min-width: 767px) {
  #intro {
    height: 100%;
    padding: 0;
    background-position: center 120px;
  }
}
@media (min-width: 1280px) {
  #intro {
    background-attachment: fixed;
  }
}
.intro-body {
  display: table-cell;
  vertical-align: middle;
}
.brand-heading {
  font-size: 40px;
}
@media (min-width: 767px) {
  .brand-heading {
    font-size: 100px;
  }
}
.intro-message {
  font-size: 50px;
  text-transform: uppercase;
  text-shadow: 3px 3px #000;
  margin: 20px 0 10px 0;
}
@media (min-width: 1200px) {
  .intro-message {
    font-size: 140px;
  }
}
#design,
#benefits {
  display: table;
  width: 100%;
}
#specifications h3,
#specifications p {
  margin-bottom: 10px;
}
footer {
  margin-top: 100px;
  padding: 30px 0;
  background-color: #111111;
}
footer p {
  margin: 0;
  font-size: 14px;
  line-height: 34px;
}
.design-benefits {
  width: 100%;
  padding: 50px 0;
  color: #ffffff;
  background-color: #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  min-width: 100%;
}
@media (min-width: 1280px) {
  .design-benefits {
    background-attachment: fixed;
  }
}
.design-section {
  background: url('../img/bg/waterforceBG.jpg') no-repeat center center scroll;
  width: 100%;
  padding: 50px 0;
  color: #ffffff;
  background-color: #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  min-width: 100%;
}
@media (min-width: 1280px) {
  .design-section {
    background-attachment: fixed;
  }
}
.benefits-section {
  background: url('../img/bg/caseSideBG.jpg') no-repeat center center scroll;
  width: 100%;
  padding: 50px 0;
  color: #ffffff;
  background-color: #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  min-width: 100%;
}
@media (min-width: 1280px) {
  .benefits-section {
    background-attachment: fixed;
  }
}
/* BUTTON */
.btn {
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 30px 0 30px 0;
}
.btn-default {
  border: 1px solid #1eb9ef;
  color: #ffffff;
  background-color: #000000;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #1eb9ef;
  outline: none;
  color: #ffffff;
  background-color: #1eb9ef;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1999px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}
/* LISTS */
.ul-center {
  display: table !important;
  margin: 20px auto 20px auto !important;
}
.list-spacing li {
  margin-bottom: 30px;
}
.list-inline li i {
  position: static;
}
/* TABLE & PANELS */
.table-striped tbody td:first-child {
  border-right: 1px solid #ffffff;
  font-weight: 600;
}
.table-striped tbody td:last-child {
  padding-left: 20px !important;
}
.table-striped tbody tr {
  background-color: #000000;
}
.table-striped tbody tr:nth-child(odd) {
  background-color: #222222;
}
.table-striped tbody tr:first-child {
  font-size: 18px;
}
.panel-group .panel-heading {
  background-color: #333333;
  color: #ffffff;
}
.panel-group .panel-heading:hover {
  background-color: #1eb9ef;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.panel-group a:hover,
.panel-group a:active {
  color: #ffffff;
  background-color: #1eb9ef;
}
.panel-default {
  border: 0 !important;
}
.panel-body {
  background-color: #222222;
  border-top: 0 !important;
}
/* IMAGE CAROUSEL */
.carousel {
  max-width: 100%;
  max-height: 100%;
}
.carousel-caption {
  height: 120px;
  position: static;
}
.carousel-inner .item img {
  margin: 0 auto;
}
/* GENERAL STYLING */
.blackBox {
  background-color: rgba(0, 0, 0, 0.65);
  padding: 5px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.paddingVertical {
  padding: 10px 0 10px 0;
}
.marginVertical {
  margin: 50px 0 10px 0;
}
@media (min-width: 767px) {
  .marginVertical {
    margin: 20px 0 10px 0;
    font-size: 24px;
  }
}
