@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,200,300,600,700,900);
body {
  width: 100%;
  height: 100%;
  font-family: "Titillium Web", sans-serif;
  color: #ffffff;
  background-color: #000000;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
h1,
h2 {
  text-shadow: 2px 2px black;
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
@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;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #0b769c;
}
.light {
  font-weight: 400;
}
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  background-color: #000000;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
  max-width: 300px;
  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;
  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 {
    visibility: hidden;
    opacity: 0;
    padding: 10px 0;
    border-bottom: none;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease-in-out;
    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;
  }
}
.dropdown-menu {
  background-color: #111111;
}
.dropdown-menu li a {
  color: #ffffff;
}
.dropdown-menu li a:hover {
  color: #ffffff;
}
.intro {
  display: table;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  -webkit-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
@media (min-width: 767px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 100px;
  }
  .intro .intro-body .intro-text {
    font-size: 25px;
  }
}
.btn-circle {
  width: 10%;
  height: 10%;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid #ffffff;
  border-radius: 35px;
  font-size: 40px;
  color: #ffffff;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*.content-section {
    padding-top: 100px;
}*/
.design-section {
  width: 100%;
  padding: 50px 0;
  color: #ffffff;
  background: url('../img/bg/waterforceBG.jpg') no-repeat center center fixed;
  background-color: #000000;
  -webkit-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  min-width: 100%;
  min-height: 100%;
}
.benefits-section {
  width: 100%;
  padding: 50px 0;
  color: #ffffff;
  background: url('../img/bg/caseSideBG.jpg') no-repeat center center fixed;
  background-color: #000000;
  -webkit-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  min-width: 100%;
  min-height: 100%;
}
.blackBox {
  background-color: rgba(0, 0, 0, 0.65);
  padding: 5px;
}
#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
/*@media(min-width:767px) {

#intro, #design, #premium-pack, #front, #benefits{
    padding-top: 200px;
}

#graphs, #installation {
    padding-top: 200px;
}

#product-img, #specifications, #faq {
    padding-top: 200px;
}
}*/
/*#intro {
    display: table;
    .intro-body {
    display: table-cell;
    vertical-align: middle;
    }
}*/
section {
  display: table;
  height: 100%;
}
.alignMiddle {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.img-responsive {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
/*@media(min-width:767px) {

    section {
        .alignMiddle {
            padding-top: 180px; 
        }
    }
}

@media(min-width:992px) {

    section {
        .alignMiddle {
            padding-top: 90px; 
        }
    }
}

@media(min-width:1200px) {

    section {
        .alignMiddle {
            padding-top: 0px; 
        }
    }
}*/
#design,
#benefits {
  display: table;
  width: 100%;
}
#faq {
  min-height: 70%;
}
.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.intro a {
  color: #ffffff;
}
.intro a:hover {
  color: #1eb9ef;
}
.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: 1199px) {
  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;
  }
}
footer {
  margin-top: 100px;
  padding: 30px 0;
  background-color: #111111;
}
footer p {
  margin: 0;
  font-size: 14px;
  line-height: 34px;
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::-moz-selection {
  background: transparent;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
.ul-center {
  display: table !important;
  margin: 20px auto 20px auto !important;
}
.fa-square,
.fa-circle {
  color: #e4007f;
}
.fa-long-arrow-down {
  color: #1eb9ef;
}
.fa-stack-1x {
  font-weight: 500;
}
.carousel-caption {
  position: static;
}
.list-spacing li {
  margin-bottom: 30px;
}
.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;
  font-weight: #1eb9ef;
}
.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;
  transition: background 0.2s ease-in-out;
}
.panel-group a:hover,
.panel-group a:active {
  color: #ffffff;
}
.panel-default {
  border: 0 !important;
}
.panel-body {
  background-color: #222222;
  border-top: 0 !important;
}
.primaryFont {
  font-family: "Titillium Web", sans-serif !important;
}
.primaryColor {
  color: #1eb9ef;
}
.nvidiaColor {
  color: #76b900;
}
.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;
  }
}
.subHeading {
  text-transform: lowercase;
  margin-top: -30px;
  margin-bottom: 50px;
}
.socialIcon:hover {
  color: red !important;
}
.list-inline li i {
  position: static;
}
.intro-message {
  font-size: 80px;
  text-transform: uppercase;
  text-shadow: 3px 3px #000;
}
.intro-message2 {
  font-size: 50px;
  text-transform: uppercase;
  text-shadow: 3px 3px #000;
  margin: 20px 0 10px 0;
}
@media (min-width: 1200px) {
  .intro-message2 {
    font-size: 140px;
  }
}
.intro2 {
  display: table;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  -webkit-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background: url('../img/bg/caseSideBG.jpg') no-repeat center center fixed;
  -webkit-background-size: contain;
  background-size: contain;
}
.intro2 .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro2 .intro-body .brand-heading {
  font-size: 40px;
}
.intro2 .intro-body .intro-text {
  font-size: 18px;
}
@media (min-width: 767px) {
  .intro2 {
    height: 100%;
    padding: 0;
  }
  .intro2 .intro-body .brand-heading {
    font-size: 100px;
  }
  .intro2 .intro-body .intro-text {
    font-size: 25px;
  }
}
@media (min-width: 767px) {
  .navbar {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .top-nav-collapse {
    visibility: visible;
    opacity: 1;
  }
}
.heading-highlight {
  color: #ffffff;
}
@media (min-width: 767px) {
  .heading-highlight {
    -webkit-animation-name: glow;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes glow {
  0%,
  100% {
    text-shadow: 0 0 10px #ffffff, 0 0 40px #1eb9ef, 0 0 70px #1eb9ef, 0 0 80px #1eb9ef, 0 0 100px #1eb9ef;
  }
  50% {
    text-shadow: 0 0 0;
  }
}
@keyframes glow {
  0%,
  100% {
    text-shadow: 0 0 10px #ffffff, 0 0 40px #1eb9ef, 0 0 70px #1eb9ef, 0 0 80px #1eb9ef, 0 0 100px #1eb9ef;
  }
  50% {
    text-shadow: 0 0 0;
  }
}
.carousel {
  max-width: 100%;
  max-height: 100%;
}
/*button {
  margin: 25px;
}

button, button:focus {
  background-color: transparent;
  border: 0 !important;
  outline: none;
}*/
.carousel {
  max-width: 100%;
  max-height: 100%;
}
.carousel-caption {
  height: 120px;
}
#specifications h3,
#specifications p {
  margin-bottom: 10px;
}
.btn {
  margin: 30px 0 30px 0;
}
.uppercase {
  text-transform: uppercase;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
@media (min-width: 992px) {
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    margin-left: 50px;
  }
}
@media (min-width: 1200px) {
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    margin-left: 160px;
  }
}
.kvLogo {
  padding: 50px 0;
  margin-top: 50px;
}
.logo {
  padding: 2px;
}
/* CI FIX*/
/*@media(min-width:500px) {
    .kvLogo {
        padding: 50px 25px;
        width: 75%;

    }
}*/
#CI {
  display: none;
}
@media (min-width: 767px) {
  #CI {
    display: block;
  }
}
@media (min-width: 767px) {
  .kvLogo {
    padding: 50px 0;
    margin: 0;
    width: 100%;
  }
  .logo {
    padding: 0;
  }
}
.intro2 {
  background-position: center 200px;
}
@media (min-width: 500px) {
  .intro2 {
    background-position: center 200px;
  }
}
@media (min-width: 767px) {
  .intro2 {
    background-position: center 120px;
  }
}
.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;
}
