/* 
Custom CSS for Blazie Engineering Ltd

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

body {
  padding-top: 0px !important; /* Disable Modern Business style */
}

.learn-more {
  display: block;
  font-size: 16px;
  line-height: 40px;
}

.bg {
  background: url( '../img/2000x1000-introduction.jpg' ) no-repeat;
  background-size: cover;
  width: 100%;
  top:0;
  left:0;
  z-index: -1;
}

.jumbotron a:hover {
  text-decoration: none !important;
}

div.row > .extra-space {
  height: 50px;
}

ul.useful-links > li {
  line-height: 30px;
}

ul.contacts > li {
  line-height: 30px;
}

.blue-text {
  color: #428BCA !important;
}

.icon-invisible {
    visibility: hidden;
}

.navbar-white {
/*  border-bottom: 5px solid #4EB7E7;*/
  min-height: 80px;
}

.navbar-nav > li > a {
  min-height: 80px !important;
/*  padding-top: 30px !important;*/
  padding-top: 45px !important;
  padding-bottom: 30px !important;
}

.section-footer {
  background-color: #222426;
  border-top: 5px solid #4EB7E7;
  color: #DCDDDF;
  text-align: left;
}

.row .logo img {
  width: 200px;
}

.overlay {
  position: relative;
  right: 15%;
  left: 15%;
  bottom: 200px;
  z-index: 10;
  text-align: left;
  width: 25%;
}

.overlay h3 em {
  color: #428BCA;
}

.overlay-hidden {
  display: none; 
  position:relative;
  z-index:12;
  text-align: center;
}

.overlay-hidden em {
    color: #428BCA;
}

ul .logos {
  list-style-type: none;
  margin: 0px auto;
  padding: 40px 0px;
  text-align: center;
  max-width: 1155px;
}

.fill-small img {
  width: 100%;
}

.fill-small {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.fill-small .super {
  color: #F74B35;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
}

.fill-small .title {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fill-small .copy {
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 20px 0;
}

.fill-small .link {
  font-size: 15px;
  line-height: 26px;
}

.quote {
  position: relative;
  background-color: #F7F7F7;
  border-radius: 5px;
  border-bottom: 1px solid #CCC;
  padding: 30px 25px;
  margin: 0 0 30px 0;
}

.tail {
  position: absolute;
  background-color: #F7F7F7;
  width: 16px;
  height: 16px;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  bottom: -8px;
  left: 40px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

cite img {
  display: block;
  float: left;
  border-radius: 50%;
  margin: 0 15px 80px;
}

cite strong {
  display: block;
  line-height: 1;
  font-size: 18px;
  padding: 20px 0 0;
}

cite span {
  display: block;
  line-height: 1;
  font-size: 14px;
}

.appnote {
  border: 4px solid #F5F5F5;
}

.appnote:hover {
  border: 4px solid #4EB7E7;
}

/* Footer Styles */
footer {
  margin: 50px 0;
}

/* Responsive Styles */
@media all {

  .img-hideme {
    display: none;
  }

  .section-hidden {
    display: none;
  }

  .footer-menu h3 {
    text-align: left;
    color: #428BCA;
  }

  .footer-menu ul {
    list-style: none;
    text-align: left;
    padding: 0;
  }

  .logo-hidden {
    display: none;
  }

}

@media (max-width: 1300px) {

  .overlay {
    bottom: 280px;
    width: 20%;
  }

}

/*
@media (max-width: 992px) {

  .overlay {
    display: none;
  }

  .section-hidden {
    display: block;
  }

  .overlay-hidden {
    display: block;
  }

}

@media (max-width: 767px) {

  .footer-menu h3 {
    text-align: center;
  }

  .footer-menu ul {
    text-align: center;
    font-size: 16px;
  }

  .footer-menu li {
    padding: 5px;
  }

  .footer-caption {
    text-align: center;
  }

  .logo {
    display: none;
  }

  .logo-hidden {
    display: inline;
  }

  .logo-hidden img {
    height: 75px;
    padding-top: 15px;
  }

}

@media (max-width: 560px) {

  .img-hideme {
    display: block;
    position: relative;
    width: 85%;
    margin: auto;
    bottom: -175px;
  }

}
*/

/* For iPhone 5S and iPhone 4 - resolution is 340px but adjusted for slightly larger screens */
/*
@media only screen and (max-width : 370px) {

  .navbar-brand img {
    width: 65%;
  }

  a.navbar-brand {
    font-size: 15px;
  }
}

@media (max-width : 330px) {

}
*/