/*!
 * Start Bootstrap - Heroic Features HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background-color: #fcfcfc;
}

.hero-spacer {
    margin-top: 50px;
}
.caption-more {
  padding: 10px;
}
.caption-more {
  padding: 10px;
}
.hero-feature {
    margin-bottom: 30px;
}
.caption-text{
	height: 100px; 
	overflow : hidden;
}
.caption-text{
  text-overflow: "...";
} 
.caption-text.active{
	height: inherit;
	/* -webkit-line-clamp: 0; */
}
.more-btn:before{
	content: "Read More";
}
.more-btn.active:before{
	content: "Close";
}
.navbar-brand a{
            color: #fff;
          }
           .android, .apple, .windows{
            padding: 10px;
            padding-left: 40px;
            height: 40px;
            background-repeat: no-repeat;
            background-position: 10px center;
            border-radius: 5px;
            color: #fff;
            width: 100%;
            margin-bottom: 10px;
            text-align: left;
        }
          .android{
            background-image: url(../images/android.png);
          }
          .apple{
            background-image: url(../images/apple.png);
          }
      .windows{
            background-image: url(../images/windows.png);
          }
.caption-actions{
  min-height: 100px;
}
footer {
    margin: 50px 0;
}