/* GLOBAL STYLES
-------------------------------------------------- */
body {
  color: #787878;
  background: #FFFFFF;
  overflow-x: hidden;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

a, button {
  transition: all 200ms ease-in 0s;
}

a {
  color: #00a8d5;
}

a:hover {
  color: #13cdff;
  text-decoration: underline;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.highlight {
  margin: 40px 0;
  padding: 20px;
}

.grey-bg {
  background: #f4f4f4;
}

.grey-bg hr {
  border-color: #dddddd;
}

.pblue-bg {
  background: #eaf4f7;
}

.lblue-bg {
  background: #00a8d5;
  color: #ffffff;
}

.dblue-bg {
  background: #2c3a55;
  color: #ffffff;
}
.orange-bg {
  background: #ffa101;
  color: #ffffff;
}

.text-white {
  color: #ffffff;
}

/* TYPOGRAPHY
-------------------------------------------------- */

h1, h1 a, h1 a:hover, h1 a:focus, .h1, .h1 a, .h1 a:hover, .h1 a:focus,
h2, h2 a, h2 a:hover, h2 a:focus, .h2, .h2 a, .h2 a:hover, .h2 a:focus,
h3, h3 a, h3 a:hover, h3 a:focus, .h3, .h3 a, .h3 a:hover, .h3 a:focus,
h4, h4 a, h4 a:hover, h4 a:focus, .h4, .h4 a, .h4 a:hover, .h4 a:focus,
h5, h5 a, h5 a:hover, h5 a:focus, .h5, .h5 a, .h5 a:hover, .h5 a:focus {
  color: #222222;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5, .hero .lead {
  display: block;
  font-family: "futura-pt",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

h1, .h1 {
  font-size: 38px;
}

h2, .h2, h1.sub-heading, .h1.sub-heading, .hero .lead {
  font-size: 32px;
}

h3, .h3 {
  font-size: 26px;
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 18px;
}

.lead {
  font-size: 20px;
}

ul {
  padding-left: 15px;
}

.list-lg {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.list-lg li {
  margin-bottom: 20px;
}

.list-lg a,
.list-lg a:hover,
.list-lg a:focus {
  color: #787878;
}

.list-spaced li {
  margin-bottom: 10px;
}

hr {
  margin-bottom: 40px;
  margin-top: 40px;
}

.anchor-heading:before {
  display: block;
  content: " ";
  margin-top: -285px;
  height: 285px;
  visibility: hidden;
}

.title {
  margin-bottom: 60px;
}

/* BUTTONS
-------------------------------------------------- */

.btn {
  border-radius: 22px;
  font-family: "futura-pt",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  padding: 14px 28px;
  text-transform: uppercase;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 12px;
  line-height: 1;
  padding: 12px 22px;
}

.btn-xs, .btn-group-xs > .btn {
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 20px;
}

.btn,
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
}

.btn-lg,
.btn-group-lg > .btn {
  font-size: 18px;
}

.btn-lblue {
  background: #00a8d5;
  color: #ffffff;
}

.btn-lblue:hover,
.btn-lblue:focus {
  background: #13cdff;
}

.btn-dblue {
  background: #2c3a55;
  color: #ffffff;
}

.btn-dblue:hover,
.btn-dblue:focus {
  background: #3a4966;
}

.btn-grey {
  background: #cccccc;
  color: #ffffff;
}

.btn-grey:hover,
.btn-grey:focus {
  background: #999999;
}

.btn-orange {
  background: #ffa101;
  color: #ffffff;
}

.btn-orange:hover,
.btn-orange:focus {
  background: #ffb821;
}

.grey-link {
  color: #787878;
}

/* GENERIC NAVIGATION
-------------------------------------------------- */

.navbar {
  border: none;
  border-radius: 0;
  margin:0;
  min-height: 40px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
  box-shadow: none;
}

/* USER SIDEBAR
-------------------------------------------------- */

.navbar-sidebar {
  background-color: #24272c;
  border: none;
  font-family: "futura-pt",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 15px;
  min-height: auto;
  margin: 0;
}

.navbar-sidebar img {
  display: none;
}

.navbar-sidebar .navbar-nav > li > a {
  border-left: 4px solid transparent;
  color: #b2b3b5;
}

.navbar-sidebar .navbar-nav > li > a:hover,
.navbar-sidebar .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #fff;
}

.navbar-sidebar .navbar-nav > .active > a,
.navbar-sidebar .navbar-nav > .active > a:focus,
.navbar-sidebar .navbar-nav > .active > a:hover {
  background-color: rgba(28, 28, 28, 1);
  border-left: 4px solid #5fcdb2;
  color: #fff;
}

.navbar-sidebar,
.main-content-wrapper {
  -webkit-transition: margin 200ms ease-out;
  -moz-transition: margin 200ms ease-out;
  -o-transition: margin 200ms ease-out;
  transition: margin 200ms ease-out;
}

.navbar-sidebar > .container-fluid .navbar-brand {
  color: #fff;
  height: auto;
  line-height: 1;
  padding: 12px;
}

.navbar-sidebar > .container-fluid .navbar-brand .customer-id {
  color: #888;
  font-size: 13px;
}

.navbar-sidebar .divider {
  background-color: rgba(255, 255, 255, 0.1);
  height: 1px;
  margin: 5px 10px;
  overflow: hidden;
  width: calc(100% - 20px);
}

.navbar-header .dropdown .dropdown-menu {
  top: 40px;
  z-index: 2000;
}

@media (min-width: 768px) {

  .main-content-wrapper {
    float: right;
    margin-left: 250px;
    position: absolute;
    width: calc(100% - 250px);
  }

  .navbar.navbar-sidebar {
    float: left;
    height: 100%;
    margin-bottom: 0;
    margin-left: 0px;
    position: fixed;
    width: 250px;
    z-index: 8000;
  }

  .navbar-sidebar .navbar-collapse,
  .navbar-sidebar .container-fluid {
    padding: 0;
  }

  #main-site-wrapper.hide-sidebar .main-content-wrapper {
    margin-left: 52px;
    width: calc(100% - 52px);
  }

  #main-site-wrapper.hide-sidebar .navbar.navbar-sidebar {
    margin-left: -198px;
  }

  #main-site-wrapper .container {
    max-width: 1170px;
    width: 96%;
  }

  #main-site-wrapper .sticky-wrapper #main-navigation.stuck {
      width: calc(100% - 250px);
  }

  #main-site-wrapper.hide-sidebar .sticky-wrapper #main-navigation.stuck {
    width: calc(100% - 52px);
  }

  .navbar-sidebar li {
    font-size: 16px;
    width: 100%;
  }

  .navbar-sidebar .navbar-nav .fa {
    float: right !important;
    font-size: 18px;
    line-height: 1.1;
  }

  .navbar-sidebar .navbar-nav .svg-icon {
    float: right !important;
    margin-top: 3px;
  }

  .navbar-sidebar .navbar-nav .svg-icon .icon-path {
    fill: currentColor;
  }

  .navbar-sidebar .img-gravatar {
    border: 4px solid rgba(255, 255, 255, 0.1);
    display: block;
    margin: 30px auto 10px;
  }

  .navbar-sidebar > .container-fluid .navbar-brand {
    border-bottom: 1px solid rgba(28, 28, 28, 1);
    color: #fff;
    display: block;
    float: none;
    height: auto;
    padding-bottom: 15px;
    margin-left: 0px;
  }

  #main-site-wrapper.hide-sidebar  .navbar-sidebar .navbar-brand {
    opacity: 0;
  }

  .navbar-sidebar .navbar-header {
    margin-left: 0px;
    text-align: center;
    width: 100%;
  }

  .navbar-sidebar .navbar-nav > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navbar-header .dropdown .dropdown-menu {
    top: 100%;
  }

  .navbar-sidebar .dropdown-menu > li > a {
    color: #b2b3b5;
  }

  .navbar-sidebar .dropdown-menu > li > a:hover,
  .navbar-sidebar .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #fff;
  }

  .navbar-sidebar .open .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    border-bottom: 1px solid rgba(28, 28, 28, 1);
    border-radius: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
    float: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 0;
    position: static;
    width: auto;
  }

  .navbar-sidebar .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-sidebar .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #CCC;
  }
}

.navbar-toggle {
  border: none;
  border-radius: 0;
  color: #949dab;
  margin: 0;
  padding: 12px;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* GLOBAL NAV
-------------------------------------------------- */

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-family: "futura-pt",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
}

#primary-navigation .navbar-brand {
  float: left;
  height: 44px;
  line-height: 1;
  margin: 0;
  padding: 7px 0;
}

#primary-navigation {
  width: 100%;
}

#primary-navigation .navbar-nav > li > a:hover,
#primary-navigation .navbar-nav > li > a:focus,
#primary-navigation .navbar-nav > .active > a,
#primary-navigation .navbar-nav > .active > a:hover,
#primary-navigation .navbar-nav > .active > a:focus {
  background-color: #15B8E4;
}

#header-navigation {
  background-color: #ffffff;
}

#header-navigation .navbar-right {
  margin-right: 0;
}

#header-navigation .nav:after,
#header-navigation .navbar:after,
#header-navigation .navbar-header:after,
#header-navigation .navbar-collapse:after {
  clear: none;
}

#header-navigation .navbar-nav > li > a {
  color: #949DAB;
  font-size: 14px;
  padding: 12px 15px;
}

#header-navigation .navbar-nav > li > a:hover,
#header-navigation .navbar-nav > li > a:focus,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  color: #FFFFFF;
  background: #3A4966;
}

#main-navigation {
  background-color: #00a8d5;
  width: 100%;
}

.navbar-toggle {
  border: none;
  border-radius: 0;
  color: #949DAB;
  padding: 12px;
  margin: 0;
}

#primary-navbar {
  padding: 0;
}

#primary-navbar .navbar-nav {
  margin: 0;
}

#navbar-search {
  margin: 10px 0;
}

#navbar-search .form-control {
  min-width: 250px;
  border: none;
  padding-left: 15px;
}

#navbar-search .form-control:focus {
  box-shadow: none;
}

#navbar-search .btn {
  border: none;
  color: #999999;
  padding-left: 15px;
  padding-right: 15px;
}

#navbar-search .btn:hover,
#navbar-search .btn:focus {
  background: #ffffff;
  color: #333333;
}

.divider {
  background-color: #0597be;
  height: 1px;
  margin: 0;
  overflow: hidden;
}

.navbar-default .navbar-text {
  color: #ffffff;
  font-family: "futura-pt",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 13px;
  margin-right: 30px;
  margin-top: 13px;
  text-transform: uppercase;
}

.navbar-default .navbar-text,
.navbar-default .navbar-text a {
  color: #ffffff;
}

#sub-navigation {
  background-color: #313641;
  width: 100%;
}

#sub-navigation .navbar-nav > li > a {
  color: #cccccc;
}

#sub-navigation .navbar-nav > li > a:hover,
#sub-navigation .navbar-nav > li > a:focus,
#sub-navigation .navbar-nav > .active > a,
#sub-navigation .navbar-nav > .active > a:hover,
#sub-navigation .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #ffffff;
}

#sub-navigation.navbar-default .navbar-nav > li > a {
  font-size: 14px;
}

#sub-navbar .nav > li > a {
  padding: 15px 10px;
}

#sub-navigation.stuck {
  z-index: 150;
}

/* CURRENCY
-------------------------------------------------- */

#currency-select button {
  background: url("../img/currency-flags.2.gif");
  border: medium none;
  float: left;
  height: 33px;
  margin-right: 5px;
  width: 50px;
}

#currency-select label {
  line-height: 1.2;
}

#currency-select .gbp button {
  background-position: 0 0;
}

#currency-select .eur button {
  background-position: 0 -33px;
}

#currency-select .usd button {
  background-position: 0 -66px;
}

/* FORMS
-------------------------------------------------- */

.input-group-lg .form-control, .input-group .form-control, .input-group-sm .form-control {
  border-radius: 22px 0 0 22px;
}

.input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-group > .input-group-addon, .input-group > .input-group-btn > .btn, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  border-radius: 0 22px 22px 0;
}

.input-group-sm > .form-control {
  font-size: 14px;
}

.help-block {
  color: #aaaaaa;
  font-size: 12px;
}

.required-notice {
  margin-bottom: 30px;
  margin-top: 30px;
}

.termsandconditions {
  font-size: 85%;
  margin-bottom: 40px;
}

.termsandconditions.large {
  background: #f4f4f4;
  max-height: 150px;
  overflow-y: auto;
  padding:15px;
}

.row-form [class*="col-"] {
  margin-bottom: 0px;
}

.checkbox-wrapper {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: none;
}

/* TABS
-------------------------------------------------- */

.tab-content {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.tab-pane.limit-height {
  max-height: 300px;
  overflow-y: scroll;
  padding: 15px;
}

/* FOOTER STYLE
-------------------------------------------------- */

footer {
  padding: 80px 0;
}

footer,
footer address a {
  color: #999999;
}

footer h5,
footer h5 a,
footer h5 a:hover,
footer h5 a:focus {
  color: #ffffff;
}

footer address {
  line-height: 1.6;
  margin-bottom: 0;
}

footer hr {
  border-color: #505564;
  margin-top: 40px;
  margin-bottom: 40px;
}

#site-footer {
  background: #3e4351;
  padding-top: 40px;
}

.hreview-aggregate {
  color: #ffffff;
}

.hreview-aggregate .fa {
  color: #e2cb31;
}

.list-social {
  margin-bottom: 25px;
  margin-top: 15px;
}

.list-social li {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.list-social li a {
  border-style: solid;
  border-radius: 15px;
  border-width: 1px;
  width: 30px;
  height: 30px;
  display: block;
  padding-top: 8px;
}

.list-social li a:hover {
  color: #ffffff;
  text-decoration: none;
}

.list-social .twitter a {
  border-color: #7ac2e8;
  color: #7ac2e8;
}

.list-social .twitter a:hover {
  background: #7ac2e8;
}

.list-social .facebook a {
  border-color: #6c7db4;
  color: #6c7db4;
}

.list-social .facebook a:hover {
  background: #6c7db4;
}

.list-social .google-plus a {
  border-color: #ca4d5e;
  color: #ca4d5e;
}

.list-social .google-plus a:hover {
  background: #ca4d5e;
}

.list-social .flickr a {
  border-color: #fa1da4;
  color: #fa1da4;
}

.list-social .flickr a:hover {
  background: #fa1da4;
}

.list-social .pinterest a {
  border-color: #ca2128;
  color: #ca2128;
}

.list-social .pinterest a:hover {
  background: #ca2128;
}

.list-social .rss a {
  border-color: #f5aa63;
  color: #f5aa63;
}

.list-social .rss a:hover {
  background: #f5aa63;
}

.list-social .youtube a {
  border-color: #cc181e;
  color: #cc181e;
}

.list-social .youtube a:hover {
  background: #cc181e;
}

.list-social .email a {
  border-color: #27ae60;
  color: #27ae60;
}

.list-social .email a:hover {
  background: #27ae60;
}

#site-footer-links {
  background: #323641;
  padding-bottom: 20px;
}

#site-footer-links ul li a,
#site-footer-links small,
#site-footer-links small a {
  color: #66696d;
}

#site-footer-links hr {
  margin-bottom: 20px;
}

/* WARNINGS
-------------------------------------------------- */

.alert-danger a {
  color: #a94442;
}

.alert-warning a {
  color: #8a6d3b;
}

/* TOOLTIP
-------------------------------------------------- */

a.tooltip-link {
  color: #787878;
}

a.tooltip-link:hover,
a.tooltip-link:focus {
  color: #13cdff;
  cursor: pointer;
  text-decoration: none;
}

.tooltip a {
  color: #00a8d5;
}

.tooltip a:hover {
  color: #13cdff;
  text-decoration: underline;
}

/* CUSTOM ICONS
-------------------------------------------------- */
[class^="custom-icon-"], [class*=" custom-icon-"] {
  font-family: 'CustomIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.2em;
  line-height: 1.3em;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-icon-phpmyadmin:before {
  content: "\e600";
}

.custom-icon-sp:before {
  content: "\e601";
}

.custom-icon-plesk:before {
  content: "\e602";
}

.custom-icon-centos:before {
  content: "\e603";
}

.custom-icon-mysql:before {
  content: "\e604";
}

.custom-icon-php:before {
  content: "\e605";
}

.custom-icon-new:before {
  content: "\e606";
}

.custom-icon-suse:before {
  content: "\e60a";
}

.custom-icon-ubuntu:before {
  content: "\e60b";
}

.custom-icon-fedora:before {
  content: "\e607";
}

.custom-icon-debian:before {
  content: "\e608";
}

.custom-icon-freebsd:before {
  content: "\e609";
}

.custom-icon-beta:before {
  content: "\e60c";
}

/* TOGGLE
-------------------------------------------------- */

.toggle-switch.left .switch-pill {
  background-color: #767676;
}

.toggle-switch.left .switch {
  left: 3px;
}

.toggle-switch.left .toggle-switch-link-left {
  color: #767676 !important;
}

.toggle-switch.right .switch-pill {
  background-color: #93cc76;
}

.toggle-switch.right .switch {
  right: 3px;
}

.toggle-switch.right .toggle-switch-link-right {
  color: #93cc76 !important;
}

.toggle-switch-link,
.toggle-switch-link:hover
.toggle-switch-link:focus {
  background: transparent;
  border: none;
  color: #aaaaaa;
  float: left;
  padding: 0;
  text-decoration: none;
}

.switch-pill {
  border-radius: 20px;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  width: 40px;
}

.switch-pill .switch {
  background-color: #ffffff;
  border-radius: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  transition: all 0.2s ease-in-out 0s;
  width: 14px;
}

/* HELPER
-------------------------------------------------- */

.capital {
  text-transform: capitalize;
}

.ellipsis {
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.green,
.Available {
  color: #99d333;
}

.red,
.Unavailable {
  color: #a94442;
}

.orange {
  color: #e67e22;
}

.purple {
  color: #656b7b;
}

.stuck {
  position:fixed;
  top:0;
}

.toggle-off {
  display: none;
}

.toggle-off.default {
  display: block;
}

.iframe {
  border: none;
}

/* LIGHTBOX
-------------------------------------------------- */
body:after {
  content: url(../img/lightbox/close.2.png) url(../img/lightbox/loading.2.gif) url(../img/lightbox/prev.2.png) url(../img/lightbox/next.2.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/lightbox/loading.2.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  transition: none;
}

.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

.lb-prev {
  left: 0;
  float: left;
}

.lb-prev:hover {
  background: url(../img/lightbox/prev.2.png) left 48% no-repeat;
}

.lb-next {
  right: 0;
  float: right;
}

.lb-next:hover {
  background: url(../img/lightbox/next.2.png) right 48% no-repeat;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/lightbox/close.2.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* CALL TO ACTION
-------------------------------------------------- */

.call-to-action {
  padding-bottom: 50px;
  padding-top: 50px;
}

.call-to-action .btn {
  margin: 20px 0 0;
}

.call-to-action.promotion {
  padding-bottom: 15px;
  padding-top: 15px;
  line-height: 1;
}

.call-to-action.promotion h2 {
  font-size: 26px;
  margin: 0;
}

/* PRODUCT LIST
-------------------------------------------------- */

.product-overview h2,
.product-overview-heading {
  margin-top: 0;
}

.product-overview .lead {
  font-size: 18px;
}

.product-overview .list-unstyled {
  line-height: 1.8;
  margin-bottom: 25px;
}

.product-overview [class*="col-"] {
  position: relative;
}

.product-overview .position-right {
  position: absolute;
  right: 40px;
  top: 0;
}

.product-overview .new {
  font-size: 54px;
}

.product-overview .product-badge {
  color: #fff;
  font-size: 11px;
  padding: 2px 5px;
  top: 2px;
}

.product-overview .product-badge-current {
  background: #ccc;
}

.product-overview .product-badge-recommend {
  background: #99d333;
}

.border-box {
  border: 1px solid #cfcfcf;
  padding: 30px 10px;
}

/* OLD TEMP CONTENT
---------------------------------------------------------------------------------------------------- */

.table-responsive.basket-responsive {
  overflow-x: visible;
  overflow-y: visible;
}

.list-table.table-old {
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  border-collapse: separate;
}

.list-table.table-striped.table-old > tbody > tr:nth-child(1n+1) {
  background-color: #fafafa;
}

.list-table.table-striped.table-old > tbody > tr:nth-child(2n+1) {
  background-color: #f6f6f6;
}

.list-table.table-striped.table-bordered.table-old > tbody > tr > td,
.list-table.table-striped.table-bordered.table-old > thead > tr > th {
  border-bottom: none;
  border-left: none;
  border-right: none;
  line-height: 1.2;
  padding: 10px 20px;
}

.list-table.table-old .product span {
  line-height: 18px;
  display: block;
}

.list-table.table-old .identifier-name {
  font-weight: bold;
  font-size: 16px;
  color: #666;
}

.list-table.table-old .product-name {
  font-size: 12px;
  color: #999;
}

.list-table.table-old .product:hover,
.list-table.table-old .product:focus {
  text-decoration: none;
  outline: none;
}

.list-table.table-old a.product:hover .identifier-name,
.list-table.table-old ul a:hover {
  color: #29ABE2;
}

.list-table.table-striped.table-bordered.table-old > tbody > tr > td.indent {
  padding-left: 40px;
}

.list-table.table-old .dropdown-menu {
  top: 23px;
  text-align: left;
}

.list-table.table-old .dropdown-menu > li > a:hover,
.list-table.table-old .dropdown-menu > li > a:focus {
  background: #EEEEEE;
}

/* Header style */

.list-table.table-old thead > tr > th {
  background-color: #ecedee;
  background-image: -moz-linear-gradient(top, #ecedee, #e8eaea);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ecedee), to(#e8eaea));
  background-image: -webkit-linear-gradient(top, #ecedee, #e8eaea);
  background-image: -o-linear-gradient(top, #ecedee, #e8eaea);
  background-image: linear-gradient(to bottom, #ecedee, #e8eaea);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecedee', endColorstr='#e8eaea', GradientType=0);
  line-height: 24px;
  text-shadow:0 1px #FFF;
}

/* Round all corners */

.list-table.table-old tr:first-child th:first-child {
    border-top-left-radius: 4px;
}

.list-table.table-old tr:first-child th:last-child {
    border-top-right-radius: 4px;
}

.list-table.table-old tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

.list-table.table-old tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

/* Table Content */

.list-table.table-old ul {
  margin: 10px 0;
}

.list-table.table-old ul a {
  color: #999;
}

.list-table.table-old .nested {
  font-size: 12px;
  margin: 0;
  background-color: transparent;
}

.list-table.table-old tr:first-child .nested td {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 2px 0;
}

.list-table.table-old .nested td,
.list-table.table-old .nested tr {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.list-table.table-striped.table-bordered.table-old .nested tr td {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.list-table.table-old .btn-link {
  color: #00a8d5;
  padding: 0;
}

.list-table.table-old tbody > tr > td.indent {
  padding-left: 40px;
}

.list-table.table-old td.no-padding-left {
  padding-left: 0;
}

.list-table.table-old td.no-padding-right {
  padding-right: 0;
}

.list-table.table-old .form-control.filter {
  font-weight: normal;
  width: 170px;
}

.table-blank > thead > tr > th, .table-blank > tbody > tr > th, .table-blank > tfoot > tr > th, .table-blank > thead > tr > td, .table-blank > tbody > tr > td, .table-blank > tfoot > tr > td {
  border-top: none;
}

.table-extra-condensed > thead > tr > th, .table-extra-condensed > tbody > tr > th, .table-extra-condensed > tfoot > tr > th, .table-extra-condensed > thead > tr > td, .table-extra-condensed > tbody > tr > td, .table-extra-condensed > tfoot > tr > td {
  padding: 0;
}

/* Slider */

.ui-slider-handle {
  background: #ccc;
  border: 1px solid #ccc;
  border-radius: 100px;
  -webkit-box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.6) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.6) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.6) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  margin-left: -0.6em;
  top: -0.6em;
  cursor: default;
  height: 26px;
  width: 26px;
  position: absolute;
  z-index: 2;
}

.ui-slider-handle:focus {
  outline: none;
}

#slider {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  background: #999;
  border: 1px solid #666;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0,0,0, 0.2);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0,0,0, 0.2);
  box-shadow: inset 0 1px 2px 0 rgba(0,0,0, 0.2);
  position: relative;
  height: 0.8em;
  font-size: 1.1em;
  margin: 0 0 30px;
}

.slider-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.slice-list li {
  margin-bottom: 20px;
  position: relative;
}

.slice-list li a,
.slice-list li span {
  -webkit-border-radius: 18px 18px 18px 18px;
  -moz-border-radius: 18px 18px 18px 18px;
  border-radius: 18px 18px 18px 18px;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.slice-list a {
  background-color: #2c3a55;
}

.slice-list a:hover,
.slice-list .on a {
  background-color: #00a8d5;
  text-decoration: none;
}

.slice-list span {
  background-color: #eeeeee;
  border-color: #d1d1d1;
  color: #333;
}

.spec-list .spec-holder {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  background-color: #cccccc;
  color: #ffffff;
  padding: 10px;
  min-height: 130px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}

.spec-list .spec-holder .cat,
.spec-list .spec-holder .spec {
  display: block;
}

.spec-list .spec-holder .cat {
  font-size: 14px;
  color: #666666;
}

.spec-list .spec-holder .spec {
  font-size: 30px;
}

.spec-list .spec-holder .btn {
  margin-top: 10px;
  width: 100%;
}

.spec-extras-list {
  margin: 5px 0 0 5px;
  padding: 0;
  list-style-position: inside;
  font-size: 12px;
  line-height: 18px;
}

.spec-list .radio {
  margin-bottom: 5px;
}

/* Sidebar */

#sidebar {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  background-color: #f4f4f4;
  border: 1px solid #dddddd;
  padding: 15px;
}

#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sidebar .icon-list {
  margin: 20px 0;
}

#sidebar h3,
#sidebar h5 {
  margin: 0;
}

#sidebar .caret {
  border-top-color: #999;
}

#sidebar .group {
  padding: 10px 0;
  margin: 0;
}

#sidebar .nav a {
  padding: 10px 5px;
  color: #999999;
}

#sidebar .nav a:hover,
#sidebar .nav a:focus {
  background: rgba(255, 255, 255, 0.5);
  color: #666666;
}

#sidebar hr {
  border-top: 1px solid #cdcdcd;
  box-shadow: 0 1px 0 rgba(255,255,255, 1);
  margin: 10px 0 10px;
}

/* Five column hack */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-110,
.col-sm-110,
.col-md-110,
.col-lg-110  {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

/* Ten column hack */
.col-xs-110 {
    width: 10%;
    float: left;
}

/* IE FIXES
-------------------------------------------------- */

.lt-ie8 .col-xs-1,.lt-ie8  .col-xs-2,.lt-ie8  .col-xs-3,.lt-ie8 .col-xs-4,.lt-ie8 .col-xs-5,.lt-ie8 .col-xs-6,.lt-ie8 .col-xs-7,.lt-ie8 .col-xs-8,.lt-ie8 .col-xs-9,.lt-ie8 .col-xs-10,.lt-ie8 .col-xs-11,.lt-ie8 .col-xs-12,.lt-ie8 .col-sm-1,.lt-ie8 .col-sm-2,.lt-ie8 .col-sm-3,.lt-ie8 .col-sm-4,.lt-ie8 .col-sm-5,.lt-ie8 .col-sm-6,.lt-ie8 .col-sm-7,.lt-ie8 .col-sm-8,.lt-ie8 .col-sm-9,.lt-ie8 .col-sm-10,.lt-ie8 .col-sm-11,.lt-ie8 .col-sm-12,.lt-ie8 .col-md-1,.lt-ie8 .col-md-2,.lt-ie8 .col-md-3,.lt-ie8 .col-md-4,.lt-ie8 .col-md-5,.lt-ie8 .col-md-6,.lt-ie8 .col-md-7,.lt-ie8 .col-md-8,.lt-ie8 .col-md-9,.lt-ie8 .col-md-10,.lt-ie8 .col-md-11,.lt-ie8 .col-md-12,.lt-ie8 .input-group,.lt-ie8 .row,.lt-ie8 .content{box-sizing:border-box;behavior:url(/static/boxsizing.htc)}
html.lt-ie8{font-size:100%}
.lt-ie8 img{width:auto;height:auto;-ms-interpolation-mode:bicubic}
.lt-ie8 button, .lt-ie8 input{overflow:visible}
.lt-ie8 .container,.lt-ie8 .container-fluid{zoom:1}
.lt-ie8 .row{zoom:1}
.lt-ie8 .dl-horizontal{zoom:1}
.lt-ie8 input[type="radio"],.lt-ie8 input[type="checkbox"]{margin-top:0}
.lt-ie8 .help-block{display:inline;zoom:1}
.lt-ie8 .form-horizontal .form-group{zoom:1}
.lt-ie8 .dropdown-toggle{margin-bottom:-3px}
.lt-ie8 .dropdown-menu .divider{width:100%;margin:-5px 0 5px}
.lt-ie8 .list-group{margin-left:0}
.lt-ie8 ul .list-group-item{list-style:none}
.lt-ie8 .sr-only{clip:rect(0 0 0 0)}
.lt-ie8 .clearfix{zoom:1}
.lt-ie8 .list-inline > li{display:inline;zoom:1}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 340px) { /* iPhone */

  /* Global */
  [class*="col-"] {
    margin-bottom: 20px;
  }

}

@media (min-width: 768px) { /* Wider than xtra small */

  #sub-navigation.stuck {
    margin-top: 50px;
  }

  #sub-navigation .navbar-nav > .active > a:before {
    border-color: transparent transparent #f5f5f5;
    border-style: solid;
    border-width: 0 6px 6px;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 0;
  }


  .call-to-action .btn {
    margin: 0 20px;
  }

  /* OLD TEMP CONTENT
  ---------------------------------------------------------------------------------------------------- */

  .col-sm-15 {
    width: 20%;
    float: left;
  }

  .col-sm-110 {
    width: 10%;
    float: left;
  }

}

@media (min-width: 992px) {

  /* OLD TEMP CONTENT
  ---------------------------------------------------------------------------------------------------- */

  #sub-navbar .nav > li > a {
    padding: 15px 20px;
  }

  .col-md-15 {
    width: 20%;
    float: left;
  }

  .col-md-110 {
    width: 10%;
    float: left;
  }

}

@media (min-width: 1200px) {

  /* OLD TEMP CONTENT
  ---------------------------------------------------------------------------------------------------- */

  .col-lg-15 {
    width: 20%;
    float: left;
  }

  .col-lg-110 {
    width: 10%;
    float: left;
  }

}

@media (min-width: 1475px) {

}