/*!
 * 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 */
@import url(https://fonts.googleapis.com/css?family=Catamaran:400,200,300,500,600,700,800);

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,700,700italic);


html,
body {
    height: 100%;
}

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

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

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

/* Home Page Carousel */

header.carousel {
    height: 60%;
}

.intro .content {
    position: relative;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 3;
}

@media (min-width: 1200px)
.container {
    width: 1170px;
}
@media (min-width: 992px)
.container {
    width: 970px;
}
.container-fluid {
   background:#f0f0f0;
}

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;
}
.textslide{
font-family: 'Catamaran', sans-serif;
padding-top:30px;
font-size:40px;
text-transform:uppercase;
font-weight:200;
text-align:left;
width:60%;

}
h1,h3,h4{
font-family: 'Catamaran', sans-serif;
font-weight:400; 
}
h2{
font-family: 'Catamaran', sans-serif;
font-weight:300; 
}

h3{
font-size: 26px;

}
sup{
    font-size:50%;
}
p{
 font-family: 'Open Sans', sans-serif; 
 line-height:160%;  
}

/* 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 */

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

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

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

.navbar-inverse .navbar-brand {
    color: #c1c1c1;!important

.page-header {
    padding-bottom: 9px;
}

h2.page-header {
    font-size:27px;!important
}

.row100{
 padding:100px;
}

#wrapper {
    background-color: #124568;
    width: 100% !important;
    z-index: 0;
}
.breadcrumb {
    margin-top: 15px;!important
    margin-bottom: 20px;
}
.text-wrap{
    bottom: 70px;
    /* height: 190px; */
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: left;
    visibility: hidden;
    width: 800px;
    z-index: 300;
}

.page-width{
 max-width: 1180px;
 margin: 0 auto;  
}

.text-content{
   margin-bottom:150px;
   z-index:100; 
}

.rownopadding {
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom:0;
}

.carousel-caption {
  position: absolute;
  
  left: 5%;
  z-index: 20;
  color: #000000;
  vertical-align:middle; 
}

   .home{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}