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

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;
}

hr { display: block; height: 1px;
    border: 0; border-top: 1px solid #ccc;
    margin: 1em 0; padding: 0; }
/* Home Page Carousel */
header.carousel {
    /* height: 50%; */
   /* background-size: 800px 400px; */
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 10px 10px 5px #888888;

}


header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    /* height: 100%; */
    height: 300px;
    /* width: 98%; */
    margin: 0 auto;
    vertical-align:bottom;
    bottom: 0;
}

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


/* my custom classes */
.carousel-inner > .item > img {
    margin: 0 auto;
    vertical-align:bottom;
    display: block; 
    object-fit: cover;
    overflow: hidden;
    position: absolute; 
    bottom: 0; 
    background-position: center bottom; 
}

.drop-shadow {
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
}

.container.drop-shadow {
    padding-left:0;
    padding-right:0;
}
.navbar-brand_cus {
  font-style: oblique;
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
}

.container-shadow {
    margin-top: 50px;
    box-shadow: 0 0 30px black;
    padding:0 15px 0 15px;
}

.panel{
    height: 100%;
}

/* firefox fix */
.img-responsive {
    width: 100%;
}

.thumb {
    margin-bottom: 0px;
}


.center-me {
    margin: 0 auto;
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.popover .popover-title {
    font-weight: bold;
}

.popover {
  max-width: 800px;
  width: 250px;
  opacity: 0.1;
}


#wrapper {
  border: 1px #e4e4e4 solid;
}

#cnt1 {            
 /* background-color:rgba(215, 212, 212, 0.88); */
 /* background-color:rgba(215, 212, 212, 0.88); */
 width:100%;
 margin-bottom:70px;
}

.feature{
 padding: 10px 0;
 text-align: center;
}
.feature > div > div{
padding: 10px;
border: 1px solid transparent;
border-radius: 4px;
transition: 0.2s;
}
.feature > div:hover > div{
margin-top: -10px;
border: 1px solid rgb(128, 128, 128);
box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 5px;
background: rgba(232, 215, 215, 0.10); 
transition: 0.3s;
}

#page {
/* width: 1024px; */
width: 991px;
float: center;
margin-left: 10px;
margin-top: 10px;
padding-top: 0px;
padding-bottom: 20px;
box-shadow: 10px 10px 5px #888888;
border-radius: 4px;
background-color: #ffffff;
margin: 0 auto;
}

/* shadow divs */
.div-shadow { 
  background-color: clear;
  box-shadow: 10px 10px 5px;
}



/* 404 Page Styles */
.error-404 {
    font-size: 100px;
}


/* 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%;
    }
}

/* FONT AWESOME CSS IMPORT */
@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

.contact {
  padding: 25px 0 450px 0;
 background: url(http://cdn.desktopwallpapers4.me/wallpapers/world/1366x768/1/4916-blurred-city-street-1366x768-world-wallpaper.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.contact i {
  padding: 0 20px;
  font-size: 0.8em;
}

.contact h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5em;
  border: 1px solid #555;
  background-color: rgba(0,0,0,0.6);
  padding-top: 20px;
  height: 75px;
  color: #fff;
  font-weight: 500;
  line-height: 40px;
  padding-left: 50px;
  text-align: center;
}

#comments {
  margin-top: 0;
}

#contactform {
  height: 215px;
}

#contactform .right {
  float: right;
}

#contactform input,
#contactform textarea {
  margin-bottom: 14px;
  width: 100%;
  outline: none;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}

#contactform input {
  padding-left: 15px;
  height: 44px;
  border-radius: 0;
}

#contactform textarea {
  padding: 15px;
  height: 218px;
  border-radius: 0;
}

#contactform .btn {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #333;
  background: rgba(0,0,0,0.8);
  color: #fff;
}

#contactform .btn:hover {
  background: rgba(9,8,77,0.7);
}

#map-canvas {
  width: 100%;
  height: 135px;
  margin-bottom: 15px;
  border: 2px solid #fff;
}