/*!
 * 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 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
}
html,
body {
    height: 100%;
}

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

.margin-menu {
  margin-top: -45px;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

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

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

.intro-header {
  background-color: #808080;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 50px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}

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

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

    header.carousel .carousel {
        height: 70%;
    }
}

#static-content{
  position:absolute;
  z-index:20;
  /*left:20%;*/
  top:20%;
  color: white;
  text-shadow: 2px 0 0 #444, -2px 0 0 #444, 0 2px 0 #444, 0 -2px 0 #444, 1px 1px #444, -1px -1px 0 #444, 1px -1px 0 #444, -1px 1px 0 #444;
}

.item img {
    width: 100%;
  }

@media (min-width: 768px)
{.containerslider {width: 842px}
}

@media (min-width: 992px)
{.containerslider {width: 1020px}
}

@media (min-width: 1200px)
{.containerslider {width: 1415px}
}

.col-xs-offset-3 {
    margin-bottom: 18px;
}

.bx-caption{
position: absolute;
bottom: 0px;
left: 0;
background: #666;
background: rgba(80, 80, 80, 0.30);
width: 100%;
color: #fff
}

.containerslider {
    width: auto;
}

@media (min-width: 767px) and (max-width: 1024px)
{
  hr {
    margin-top: 10px;
    margin-bottom: 10px;
      }
  h3 {font-size: 19px}
  h4 {font-size: 16px}
}
