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

/* Global Styles */

body {
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
}
.navbar-fixed-top {
  position: relative;
}
h2.small {
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
}
.col-md-2 img,
.col-sm-2 img,
.col-md-3 img,
.col-sm-3 img,
.col-md-4 img,
.col-sm-4 img,
.col-md-5 img,
.col-sm-5 img,
.col-md-6 img,
.col-sm-6 img,
.col-md-7 img,
.col-sm-7 img,
.col-md-8 img,
.col-sm-8 img,
.col-md-9 img,
.col-sm-9 img,
.col-lg-12 img {
  width: 100%;
  margin-bottom: 10px;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

}
p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 200;
  text-align: justify;
  color: #fff;
}

.text-primary {
  font-size: 18px;
//  text-align: center;
  font-style: italic;
  font-weight: 400;
}

p .fa-circle-o {
  font-size: 10px;
  margin-right: 5px;
}
span.image-caption {
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 200;
  margin-bottom: 20px;
  color: #fff;
}
span.image-caption.center {
  text-align: center;
}
span.image-caption.left {
  text-align: left;
}
span.image-caption.right {
  text-align: right;
}
ul.liststyle {
  list-style-image: url("../images/bullet-white.png");
  list-style-position:outside;
}
ul.liststyle li {
  font-size: 14px;
  color: #fff;
  text-align: justify;
  font-weight: 200;
  margin-bottom: 12px;
  margin-left: -25px;
}
.footer {
  position: relative;
  bottom: 0px;
  width: 100%;
}
.footer .container .text-muted, .container .text-muted a {
  color: grey;
  font-size: 11px;
  margin: 0px;
  text-align:center;
}
.footer > .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
