/*!
 * 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%;
	margin:0;
	padding:0;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.container{
margin-left:0;	
padding-left:100px;
padding-right:50px;
width:100%;	
}
.main-container{
padding-top:10px;	
padding-left:10px;	
padding-right:10px;	
padding-bottom:100px;	
   z-index: 1;
}

 #map_canvas
  {
            height: 500px;
 }

.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%;
}

.captionImg img{
z-index:10;	
width: 100%;
height:300px;
margin-bottom:-100px;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
	 opacity: 0.8;
   /* filter: alpha(opacity=70); */
}

/* 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 */
.cheader{
height:100px;	
background-image:url(../img/header.jpg);

}

.navlinks{
padding-top:50px;
}

.navbar-nav > li > a{
font-size: 24px !important;
	font-weight:bold;
color: white!important;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: white;
	font-size: 24px !important;
	font-weight:bold;
	text-decoration:underline;
}

footer {
	background-image: url(../img/footer.jpg);
	width:100%;
	position:absolute;
	bottom:0;
	left:0;

}

.navbar-brand-image{
	float:left;
	height:260px;
		width:280px;
	position:fixed;
		margin-left:-28px;
}
.navbar-brand-image-top{
	float:left;
	padding-top:10px;
		padding-left:15px;
	height:200px;
	z-index:1;
	position:fixed;
	
}

.navbar-collapse {
width:100%;
z-index:1000;	
}

 .navlinks .navbar-nav  > li.active{
    color: #000;
   background: none !important;
 }
 .navlinks .navbar-nav > li.active > a, 
 .navlinks .navbar-nav > li.active > a:hover, 
 .navlinks .navbar-nav > li.active > a:focus {
      color: #000;
       background: none !important;
	  	text-decoration:underline;
		cursor:default;
    
 }



.navbar-collapse .navbar-nav .active
{
     display: none;
}

  .navlinks .navbar-nav .active
{
     display:block;
}
#myCarousel{
	padding-top:50px;
	height:480px;
		
}

#wrapper {
	min-height:100%;
	position:relative;
}

.circle{
	 border-radius:50% 50% 50% 50%;

width:150px;

height:150px;
}
.service-desc h4{
	color:#900;
	font-weight:bold;
}
.shop-desc{
	background-color:#e6e6e6;
}
.shop-desc h2{
	margin-top:0px;
	color:#900;
}
.shop-desc img {
  margin-right: 14px;
  width:150px;
    height:120px;
  display: block;
  float: left;
  margin-top:5px;
  box-shadow: 3px 3px 1px black;
  -webkit-box-shadow: 3px 3px 1px black;
  -moz-box-shadow: 3px 3px 1px black;
}

.copyright{
padding-top:10px;
color:white;
font-size:24px;	
}

.powered, .powered a{

color:white;
font-size:20px;	
	
}

.panel-heading{
	background-color:#e6e6e6 !important;
}


.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: -65px;
    margin-right: -50px;
	min-width:250px;
}

/*
.shopspecial{

   text-align:center;
	
}

.shopspecial img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}*/
/* 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%;
    }
}