#features {
	text-align: center;
	color: #000;
}
#features img { 
	margin: 0 0 20px;
}
#features2 {
	text-align: center;
	color: #000;
}
#features2 img { 
	margin: 0 0 10px;
} 

#inputMessage {
	margin-bottom: 15px;
}

footer {
	background: #333;
	color: #eee;
	font-size: 11px;
	padding: 20px;
}


/* --------------------------------------
   Typography
   -------------------------------------- */

body {
	font-family: 'Cinzel', serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	text-decoration:none;
}

.well .page-header {
	margin-top: 0;
}

.well .page-header h1 {
	margin-top: 0;
}

ul.unstyled {
	list-style: none;
	padding: 0;
}


/* --------------------------------------
   Navbar
   -------------------------------------- */

#searchInput {
	width: 200px;
}

.navbar-brand {
	padding: 13px 15px;
}

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

  .navbar-default {
    background-color: #fff;
    border-color: #04500a;
    box-shadow: 3px 1px 6px #666;
}
   
/* --------------------------------------
   Carousel
   -------------------------------------- */

.carousel-caption {
	font-size: 24px;
}

.carousel-caption h4 {
	font-size: 32px;
}

#myCarousel .item { height: 450px; }

#slide1 {
	background: url('../../images/banner/banner00.jpg') bottom center no-repeat;
}

#slide2 {
	background: url('../../images/banner/banner01.jpg') bottom center no-repeat;
}

#slide3 {
	background: url('../../images/banner/banner02.jpg') bottom center no-repeat;
}

#slide4 {
	background: url('../../images/banner/banner03.jpg') bottom center no-repeat;
}
/* --------------------------------------
   Global Styles
   -------------------------------------- */

.alert {
	margin-top: 20px;
	display: none;
}

.well {
	margin: 20px 0;
}

.tabbable img.thumbnail {
	margin: 0 20px 10px 0;
}

.thumbnails {
	margin: 20px 0;
}

.thumbnail {
	position: relative;
}

.thumbnail h3 {
	font-size: 16px;
	margin: 0 0 10px;
	line-height: 20px;
}

.thumbnail .price {
	font-size: 22px;
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 10px;
}

.thumbnail .price sup {
	font-weight: normal;
	font-size: 12px;
}

.thumbnail span.glyphicon {
	margin-right: 5px;
}


/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 480px) {
	
	.thumbnail .price {
		font-size: 14px;
	}
	
	.thumbnail .price sup {
		font-size: 10px;
	}
	
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	
	#myCarousel .item { height: 310px; }
	
	#slide1 {
	background: url('../../images/banner/banner_small_00.jpg') bottom center no-repeat;
}

#slide2 {
	background: url('../../images/banner/banner_small_01.jpg') bottom center no-repeat;
}

#slide3 {
	background: url('../../images/banner/banner_small_02.jpg') bottom center no-repeat;
}

#slide4 {
	background: url('../../images/banner/banner_small_03.jpg') bottom center no-repeat;
}
	
	.carousel-caption {
		font-size: 16px;
	}
	
	.carousel-caption h4 {
		font-size: 22px;
	}
	
}

/* Large desktop */
@media (min-width: 1200px) {

	#myCarousel .item { height: 500px; }
	
	#slide1 {
	background: url('../../images/banner/banner00.jpg') bottom center no-repeat;
}

#slide2 {
	background: url('../../images/banner/banner01.jpg') bottom center no-repeat;
}

#slide3 {
	background: url('../../images/banner/banner02.jpg') bottom center no-repeat;
}

#slide4 {
	background: url('../../images/banner/banner03.jpg') bottom center no-repeat;
}

}



