/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i');
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. */
}

body, td, th {
  font-family: 'Source Sans Pro';
  font-size: 15px;
}

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

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

/* Home Page Carousel */

header.carousel {
  margin-top:30px;
    height:65%;
}

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

@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-fixed-top{
    background-color:#965f22;
    border-bottom:2px solid #84531d;
}

.navbar-inverse .navbar-nav>li>a{color:#fff;} 
.navbar-inverse .navbar-nav>li>a:hover{color:#d6cccc;}

/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 50px 8px 50px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  /*left: -12px;*/
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
/*  right: -12px !important;*/
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
/*.media-carousel img
{
  width: 250px;
  height: 100px
}*/
/* End carousel */

.footer-bottom {
    background-color: #222;
    min-height: 30px;
    width: 100%;
}
.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}
.design {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
}
.design a {
    color: #fff;
}
.wellDivision{margin-top:15px;}
.header-top{margin-top:25px !important;}
.wellDivision:after{
    clear: both;
    content: "";
    display:block;
    height:1px;
    overflow:hidden;
}

*html.wellDivision{
    height:1em;
    overflow:visible;
}

#banner {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 200px;
  z-index: -1;

}
.navbar{min-height:80px;}
.navbar-nav>li>a{padding-top:30px;}
.logo{margin-top:10px;}

/* For Gallery */
.gallery_container {
    position: relative;
    width: 100%;
    padding-bottom:77%;
    margin: 0;
    margin-bottom: 20px;
    border:1px solid #dadada;
    border-radius:5px;
    background-color: #eee;
}
.gallery_thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
}
.gallery_thumbnail img.img-responsive{
  max-width:100%;
  max-height: 100%;
}
.gallery_thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.gallery_containerMain {
    position: relative;
    width: 100%;
    padding-bottom:55%;
    margin: 0;
    margin-bottom: 20px;
    border:1px solid #dadada;
    border-radius:5px;
    background-color: #eee;
}
.gallery_thumbnailMain {
    position: absolute;
    width: 100%;
    height: 100%;
}
.gallery_thumbnailMain img.img-responsive{
  max-width:100%;
  max-height: 100%;
}

.gallery_thumbnailMain img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.page-header{margin: 10px 0 20px;}

#field{margin-left:.5em;float:left;}#field,label{float:left;font-family:Arial,Helvetica,sans-serif;font-size:small;}br{clear:both;}input{border:1px solid black;margin-bottom:.5em;}input.error{border:1px solid red;}label.error{background:url('images/unchecked.gif') no-repeat;padding-left:16px;margin-left:.3em;}label.valid{background:url('/') no-repeat;display:block;width:16px;height:16px;}

.breadcrumb {
  border-radius: 0px;
}