@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url(http://fonts.googleapis.com/css?family=Raleway);
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
/*------------------
     Menu Hover
------------------*/
.dropdown-menu {
  margin: 0;
  border-radius: 0 0 4px 4px;
}
.dropdown-menu .sub-menu {
  border-radius: 0 4px 4px;
}
.nav li {
  position: relative;
}
.nav > li.dropdown:hover ul.dropdown-menu {
  display: block;
}
.nav > li.dropdown ul.dropdown-menu ul.sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  display: none;
  margin-top: 2px;
  border-width: 1px;
}
.nav > li.dropdown ul.dropdown-menu li:hover > ul.sub-menu {
  display: block;
}
/*------------------
       Footer
------------------*/
footer {
  background: rgba(0, 0, 0, 0);
  /* Old Browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0.15)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  /* Chrome,Safari4+  */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
  /* IE 10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  color: #bbbbbb;
  /*margin-top: 30px;*/
  /*padding: 1em 0;*/
  /*border-top: 1px solid @black;*/
  border: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2px 30px;
}
/*------------------
       Globals
------------------*/
.col-text-left {
  text-align: left;
}
.col-text-center {
  text-align: center;
}
.col-text-right {
  text-align: right;
}
.transition {
  transition: 0.3s all linear;
}
a {
  transition: 0.3s all linear;
  color: #bbbbbb;
}
a:hover {
  color: #ffffff;
}
p {
  text-align: justify;
}
ul {
  padding-left: 30px;
}
.pnl-title {
  text-transform: uppercase;
  font-size: 18px;
  padding: 0;
  margin: 5px 0 10px 0;
  color: #ffffff;
}
.title {
  text-transform: uppercase;
  margin: 10px 0 10px;
  font-size: 22px;
}
.text-bold {
  font-weight: bold;
  font-size: 1.2em;
}
.nicescroll-rails {
  /*background-color: rgba(235, 235, 234, 0.2) !important;*/
  z-index: 9999 !important;
}
.nicescroll-rails div {
  border-radius: 0 !important;
  width: 7px !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  border-color: rgba(235, 235, 234, 0.8) !important;
}
.thumbs img {
  padding: 2px;
  background-color: #FFF;
  border: 1px solid #BBB;
  border-radius: 2px;
}
textarea {
  resize: vertical;
}
.form-control {
  border-radius: 0;
  box-shadow: none;
  background-color: #282a2e;
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.form-control:focus {
  border-color: rgba(255, 230, 151, 0.7);
}
.btn {
  border-radius: 0;
}
.btn-primary {
  border-color: rgba(255, 230, 151, 0.7);
  background-color: transparent;
  color: #ffe697;
  outline: none;
  transition: 0.3s all linear;
}
.btn-primary:hover {
  border-color: #ffe697;
  background-color: #ffe697;
  color: #282a2e;
}
/*------------------
       Customs
------------------*/
.gradient-black-up {
  background: rgba(0, 0, 0, 0.7);
  /* Old Browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(45%, rgba(0, 0, 0, 0.4)), color-stop(75%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+  */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0) 100%);
  /* IE 10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.gradient-black-dw {
  background: rgba(0, 0, 0, 0);
  /* Old Browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0.15)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  /* Chrome,Safari4+  */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
  /* IE 10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.navbar-default {
  background: none;
  background: rgba(0, 0, 0, 0.7);
  /* Old Browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(45%, rgba(0, 0, 0, 0.4)), color-stop(75%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+  */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0) 100%);
  /* IE 10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  border: none;
  height: 60px;
  margin: 0;
  top: 0px;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .nav-justified > li > a {
  color: #ffffff;
  /*border-top: 3px solid transparent;*/
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .nav-justified > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .nav-justified > li > a:focus {
  color: #ffe697;
  border-color: #ffe697;
  background-color: transparent;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .nav-justified > li.active > a,
.navbar-default .navbar-nav > li.open > a,
.navbar-default .nav-justified > li.open > a {
  color: #ffe697;
  border-color: #ffe697;
  background-color: transparent;
  /*background-color: fade(@black, 70%);*/
}
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .nav-justified > li.active > a:hover,
.navbar-default .navbar-nav > li.open > a:hover,
.navbar-default .nav-justified > li.open > a:hover,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .nav-justified > li.active > a:focus,
.navbar-default .navbar-nav > li.open > a:focus,
.navbar-default .nav-justified > li.open > a:focus {
  color: #ffe697;
  border-color: #ffe697;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > .dropdown-menu,
.navbar-default .nav-justified > li > .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 0;
}
.navbar-toggle {
  color: #bbbbbb;
  padding: 8px;
}
.dropdown-menu > li > a {
  color: #ffffff;
}
.dropdown-menu > li > a:hover {
  color: #ffe697;
  background-color: rgba(0, 0, 0, 0.9);
}
#prevslide,
#nextslide {
  background: none;
  height: auto;
  width: auto;
  margin-top: 0;
  top: 40px;
  bottom: auto;
  z-index: 10000;
}
#prevslide:hover,
#nextslide:hover,
#prevslide:active,
#nextslide:active {
  text-decoration: none;
  margin-top: 0px;
}
#prevslide:before,
#nextslide:before {
  font-family: fontAwesome;
  font-size: 36px;
  display: block;
}
#prevslide {
  left: auto;
  right: 60px;
}
#prevslide:before {
  content: "\f053";
}
#nextslide {
  right: 20px;
}
#nextslide:before {
  content: "\f054";
}
#progress-back {
  top: 0;
  background-image: none;
  background-color: #000000;
  z-index: 10000;
}
#progress-back #progress-bar {
  background-image: none;
  background-color: #777777;
}
.logo {
  position: fixed;
  left: -50%;
  top: 100px;
  margin: 0 0 0 40px;
  opacity: 0.9;
  z-index: 0;
  /*display: none;*/
}
.logo.logo-home {
  top: auto;
  bottom: 10%;
  z-index: 1;
}
.logo.logo-home img {
  margin-bottom: 60px;
}
.logo.logo-home .sub-text {
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  color: #ffffff;
}
.logo-bg {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(35deg);
  position: fixed;
  top: 40%;
  right: 55%;
  height: 100%;
  width: 100%;
  display: none;
}
.pnl-content {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 15px 6px 15px 0;
  position: fixed;
  bottom: 28px;
  left: 2%;
  right: 2%;
  /*border-radius: 3px;*/
}
.pnl-content .pnl-content-inner {
  height: 230px;
  overflow: auto;
}
.pnl-content .pnl-content-inner > .container-fluid {
  padding: 0 40px;
}
.pnl-content.pnl-bottom-full {
  padding: 30px 0 60px;
  bottom: 0;
  left: 0;
  right: 0;
}
.pnl-content.pnl-right {
  right: 3%;
  left: auto;
  top: 100px;
  bottom: 100px;
  width: 450px;
}
.pnl-content.pnl-right .pnl-content-inner {
  height: 100%;
}
.specification-list li {
  line-height: 22px;
}
.specification-list li .text-bold {
  display: inline-block;
  margin-right: 6px;
}
.list-styled {
  list-style: none;
}
.list-styled li {
  position: relative;
}
.list-styled li::before {
  font-family: fontAwesome;
  content: "";
  position: absolute;
  left: -25px;
}
.list-styled.list-checked li::before {
  content: "\f00c";
}
/*
    Styled Tabs
*/
.nav-tabs {
  position: absolute;
  bottom: 100%;
  z-index: 1;
  white-space: nowrap;
  border: none;
  margin-left: 10px;
}
.nav-tabs > li > a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 1.5em 1.5em 1em;
  color: #dddddd;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 -11px -6px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
}
.nav-tabs > li > a::before {
  border: 1px solid #dddddd;
  content: '';
  /* To generate the box */
  position: absolute;
  top: 0;
  right: 0;
  bottom: .5em;
  left: 0;
  z-index: -1;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px rgba(255, 255, 255, 0.5) inset;
  transform: perspective(9px) rotateX(2deg);
  transform-origin: bottom;
}
.nav-tabs > li > a:hover {
  background: none;
  border: none;
  color: #ffffff;
}
.nav-tabs > li.active > a {
  z-index: 2;
  background: none;
  border: none;
  color: #ffe697;
}
.nav-tabs > li.active > a::before {
  margin-bottom: -1px;
  border-top-width: 1px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  border-color: #ffffff;
}
.nav-tabs > li.active > a:hover {
  background: none;
  border: none;
  color: #ffffff;
}
.nav-tabs.left a {
  padding: 1.5em 4.5em 1em 2em;
}
.nav-tabs.left a::before {
  transform-origin: bottom left;
}
.nav-tabs.right a {
  padding: 1.5em 2em 1em 4.5em;
}
.nav-tabs.right a::before {
  transform-origin: bottom right;
}
.tab-content {
  display: block;
  /*border-radius: 3px;*/
  /*margin: -6px 0 20px 0px;*/
  /*padding: 1em;*/
  /*border: .1em solid #aaa;*/
  /*background: #eee;*/
}
.map-full {
  position: fixed;
  top: 40px;
  right: 0;
  bottom: 28px;
  left: 0;
}
.gallery .thumbs img {
  margin-bottom: 10px;
}
.multi-img .gallery-item {
  margin-bottom: 10px;
}
.blueimp-gallery {
  padding: 100px 0;
}
.blueimp-gallery .close {
  top: 80px;
}
.links .gallery-item {
  margin-bottom: 10px;
}
.links .gallery-item img {
  max-height: 180px;
}
.caption {
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
}
/*------------------------------------------------
    For Mobile Size Overwrites [Put it at last]
------------------------------------------------*/
@media (max-width: 1600px) {
  .logo {
    bottom: 9%;
  }
  .logo img {
    margin-bottom: 45px;
    width: 300px;
  }
  .logo .sub-text {
    font-size: 28px;
  }
  .logo-bg {
    right: 50%;
  }
}
@media (max-width: 1200px) {
  .logo {
    bottom: 10%;
  }
  .logo.logo-home img {
    margin-bottom: 20px;
  }
  .logo.logo-home .sub-text {
    font-size: 24px;
  }
  .logo-bg {
    top: 47%;
  }
}
@media (max-width: 768px) {
  .col-text-left {
    text-align: center;
  }
  .col-text-center {
    text-align: center;
  }
  .col-text-right {
    text-align: center;
  }
  .logo {
    bottom: 8%;
  }
  .logo.logo-home .sub-text {
    font-size: 22px;
  }
  .logo-bg {
    -webkit-transform: rotate(45deg);
    top: 57%;
    right: 58%;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 2px 0;
  }
  .logo {
    bottom: 8%;
    margin: 0 0 0 20px;
  }
  .logo.logo-home {
    bottom: 12%;
  }
  .logo.logo-home img {
    width: 250px;
  }
  .logo.logo-home .sub-text {
    font-size: 15px;
  }
  .logo-bg {
    -webkit-transform: rotate(37deg);
    top: 60%;
    right: 35%;
    width: 140%;
  }
}
