@media (min-width: 992px) {
    .navbar.navbar-transparent.navbar-light.bg-faded {
            background: #0000003d;
    }
    .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-light.bg-faded {
        background: white !important;
    }
    .navbar.navbar-transparent.nav-sticky .navbar-brand .logo {
      top: -22px;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-transparent.navbar-light.bg-faded img {
        max-width: 190px;
    }
    
}

 .navbar.navbar-transparent.navbar-light.bg-faded {
       
	     z-index: 9999;
    }
  

.rev_slider .tp-bgimg.defaultimg {
    background-position: center center !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    max-height: 600px;
}

/**main slider**/
.mainSlide-Title-Centered {
  color: #66ccff;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -1px;
  font-family: "Montserrat", sans-serif; }

.mainSlide-Subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #66ccff;
  font-style: italic; }

.mainSlide-caption {
  color: #66ccff;
  font-weight: 400;
  font-family: "Open Sans", sans-serif; }

.sliderImg-title {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 700; }

.slider-CallToAction.btn-white-outline {
  z-index: 1;
  position: relative; }
  .slider-CallToAction.btn-white-outline:hover, .slider-CallToAction.btn-white-outline:focus {
    background-color: #66ccff;
    color: #66ccff !important; }
  .slider-CallToAction.btn-white-outline i {
    margin-right: 0px; }

.slider-SmallCaption {
  color: #66ccff;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

.media .media-body h4 {
    text-transform: none;
}

.contact-lead {
  font-weight: 500;	
}

.media-body {
 text-align: justify;	
}

.fancy-title h3, .fancy-title h2, .fancy-title h1, .fancy-title h4, .fancy-title h5, .fancy-title h6 {
 text-transform: none;	
}

/* @media (min-width: 502px) {
  .navbar-light.navbar-transparent .navbar-brand {
	clear: both; }}
@media (min-width: 1100px) {.navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
	flex-direction: row;
}}*/

/* @media (min-width: 502px) {
  .navbar-light.navbar-transparent .navbar-brand {
	clear: both; }}
@media (min-width: 1100px) {.navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
	flex-direction: row;
}}*/


/* pricelist */
#price-list article {
  width:100%;
  max-width:1000px;
  margin:0 auto;
  height:1000px;
  position:relative;
}
#price-list ul {
  display:flex;
  top:0px;
  z-index:10;
  padding-bottom:14px;
}
#price-list li {
  list-style:none;
  flex:1;
}
#price-list li:last-child {
  border-right:1px solid #DDD;
}
#price-list button {
  width:100%;
  border: 1px solid #DDD;
  border-right:0;
  border-top:0;
  padding: 10px;
  background:#FFF;
  font-size:14px;
  font-weight:bold;
  height:60px;
  color:#999
}
#price-list li.active button {
  background:#F5F5F5;
  color:#000;
}
#price-list table { border-collapse:collapse; table-layout:fixed; width:100%; }
#price-list th { background:#F5F5F5; display:none; }
#price-list td, th {
  height:53px
}
#price-list td,th { border:1px solid #DDD; padding:10px; empty-cells:show; }
#price-list td,th {
  text-align:left;
}
#price-list td+td, th+th {
  text-align:center;
  display:none;
}
#price-list td.default {
  display:table-cell;
}
.bg-black {
  border-top:3px solid black;
}
.bg-blue {
  border-top:3px solid #4782d3;
}
.bg-gray {
  border-top:3px solid #888888;
}
#price-list .sep {
  background:#F5F5F5;
  font-weight:bold;
}
#price-list .txt-l { font-size:28px; font-weight:bold; }
#price-list .txt-top { position:relative; top:-9px; left:-2px; }
#price-list .tick { font-size:18px; color:#4782d3 ; }
#price-list .hide {
  border:0;
  background:none;
}

@media (min-width: 640px) {
  #price-list ul {
    display:none;
  }
  #price-list td,th {
    display:table-cell !important;
  }
  #price-list td,th {
    width: 330px;
  
  }
  #price-list td+td, th+th {
    width: auto;
  }
}

.navbar-toggler-right {
    position: initial;
}

table#logos {
width: 100%;
}

table#logos td {
text-align: center;
vertical-align: middle;
}

.title-space-lg {
    padding-top: 8em;
    padding-bottom: 4em;
}