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

/* Home Page Carousel */

header.carousel {
    height: 80%;
 /*   width: 100%; */
}

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

/* Makes images fully responsive */

header.carousel .img-responsive,
header.carousel .thumbnail > img,
header.carousel .thumbnail a > img,
header.carousel .carousel-inner > .item > img,
header.carousel .carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}









header.carousel .fill {
    max-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;
    }
    .nav > li > a {
        padding: 10px 10px;
    }

}

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

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


/* Added Moving Box Slider Carousel 2016 Apr28*/
/*#####################
Additional Styles (required)
######################*/
#myCarousel .thumbnail {
	margin-bottom: 0;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control {
	color:#fff;
	top:40%;
	color:#428BCA;
	bottom:auto;
	padding-top:4px;
	width:30px;
	height:30px;
	text-shadow:none;
	opacity:1;
}
.carousel-control:hover {
	color: #d9534f;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control.right {
/*	left:auto;
	right:-32px;
	 right:10px; */
}
.carousel-control.left {
/*	right:auto;
	left:-32px; 
	right: 90px; */
}
.carousel-indicators {
	bottom:-30px;
}
.carousel-indicators li {
	border-radius:0;
	width:10px;
	height:10px;
	background:#ccc;
	border:1px solid #ccc;
}
.carousel-indicators .active {
	width:12px;
	height:12px;
	background:#3276b1;
	border-color:#3276b1;
}
/*carousel test */
.tcb-simple-carousel {
  margin-top: 10px;
}
.tcb-simple-carousel .carousel-control {
  background: #ddd;
  color: #999;
  padding: 4px 0;
  width: 26px;
  top: auto;
  left: auto;
  bottom: 0;
  opacity: 1;
  text-shadow: none;
}
.tcb-simple-carousel .carousel-control.right {
  right: 10px;
}
.tcb-simple-carousel .carousel-control.left {
  right: 40px;
}


.navbar-inverse {
background-color: #609dc8;
background-image: none;
border-color: #609dc8;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active >   
 a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: white; /*BACKGROUND color for active*/
background-color: #030033;
}


.nav.navbar-nav.navbar-right li a {
    color: black;
}

/* Home Logo */
.navbar-inverse .navbar-brand {
  color: black;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #44779b;
/**  background-color: #b82f2f;**/
  
  color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
  color: black;

}

.btn-default {
  background-color: #ededed;
  border-color: #ccc;
  color: #5f554c;
}

.btn-right, .btn-right:hover {
  background-color: #FF5A5F;
  border-color: #EE3F45;
  color: #fff;
  float: right !important;
}

.text-right {
float: right !important;
}

.specials-banner {

/**  background-color: blue; */
}

.specials {
color:  #e60000 !important; /**red**/
/**background-color: #030033; **/
/**text-decoration: none !important;**/

}