/* Custom CSS File */

footer {
	background-color: rgb(70, 70, 70);
}

h1 {
  font-size: 40px;
  font-weight: 200
}

h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

a {
	color: #1aaddf;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

pre {
  font-size: 11px;
  white-space: pre-wrap;
}

.item{
    background: #fff;    
    text-align: center;
    height: 220px !important;
}

.icon-white {
  color: #fff;
}

.muted {
  color: #999999;
}

#homeResults {
	margin-top:20px;
}

/* HOME CAROUSEL - Edits */

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #000;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  /*
  filter: alpha(opacity=50);
  opacity: .5;
  */
}

.carousel-control.left {
  /*
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
  */
}
.carousel-control.right {
  right: 0;
  left: auto;
  /*
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
  */
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  /*
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
  */
}

.carousel-indicators {
  position: absolute;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  /*background-color: rgba(0, 0, 0, 0);*/
  border: 1px solid #000;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 15px;
  height: 15px;
  /*margin: 3;*/
  background-color: #000;
}

.carousel-indicators {
    bottom: -30px;
  }

  /* expanding input CSS only */
.myInput    {
  width:130px;
  -webkit-transition:width 0.3s ease-in-out;
}
.myInput:focus  {
  width:100%;
  -webkit-transition:width 0.5s ease-in-out;
}

/* CUSTOM NAV COLLAPSE BREAKPOINT */

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.table pre {
  max-width: 100%;
}

.jumbotron {
  border-bottom: 6px solid;
  border-bottom-color: #55acee;
  /*
  border-top: 13px solid;
  border-top-color: #55acee;
  */
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  margin-top: 10px;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
}

.disabled {
   pointer-events: none;
   cursor: default;
   color: #878787;
}

.panel-group .panel {
  margin-bottom: 18px;
  border-radius: 4px;
}

.alert-deprecation {
  color: #ffffff;
  background-color: #de204d;
  padding: 20px;
  font-size: 16px;
}

.offset:before { 
  display: block; 
  content: " "; 
  height: 150px;      /* Give height of your fixed element */
  margin-top: -150px; /* Give negative margin of your fixed element */    
  visibility: hidden; 
}