/*

My Custom CSS
=============

Author:  Brad Hussey
Updated: August 2013
Notes:	 Hand coded for Udemy.com

*/


/* --------------------------------------
   Layout
   -------------------------------------- */

#features {
	text-align: center;
}

.feature-left {
	text-align: left;
}

#features img {
	margin: 0 0 20px;
}

#inputMessage {
	margin-bottom: 15px;
}

footer {
	background: #333;
	color: #eee;
	font-size: 11px;
	padding: 20px;
}


/* --------------------------------------
   Typography
   -------------------------------------- */

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

.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;
}
   
   
/* --------------------------------------
   Carousel
   -------------------------------------- */

#myCarousel {
	margin-top: 60px;
}

.carousel-caption {
	font-size: 24px;
}

.carousel-caption h4 {
	font-size: 32px;
}

#myCarousel .item { height: 225px; }

#slide1 {
	background: url('../../images/sun-loungers-medium.jpg') top center no-repeat;
}

#slide2 {
	background: url('../../images/sun-lounger-medium.jpg') top center no-repeat;
}

#slide3 {
	background: url('../../images/sun-loungers2-medium.jpg') top 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;
	}
	
	.alert {
	margin-top: 20px;
}
	
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	
	#myCarousel .item { height: 174px; }
	
	#slide1 {
		background: url('../../images/sun-loungers-small.jpg') top center no-repeat;
	}
	
	#slide2 {
		background: url('../../images/sun-lounger-small.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('../../images/sun-loungers2-small.jpg') top center no-repeat;
	}
	
	
	
	.carousel-caption {
		font-size: 16px;
	}
	
	.carousel-caption h4 {
		font-size: 22px;
	}
	
}

/* Large desktop */
@media (min-width: 1200px) {

	#myCarousel .item { height: 280px; }
	
	#slide1 {
	background: url('../../images/sun-loungers-big.jpg') top center no-repeat;
}
	
	#slide2 {
		background: url('../../images/sun-lounger-big.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('../../images/sun-loungers2-big.jpg') top center no-repeat;
	}
	


}

/* --------------------------------------
   My Styles
   -------------------------------------- */

/* My Styles */

.header-holder {
     background-color: #666666;
     float: left;
     height: 40px;
     width: 100%;
}

.box {
     float: left;
     height: 40px;
     width: 40px;
	 background-color: #99cc00;
}

#content {
     float: left;
     height: auto;
     width: auto;
	 padding: 5px;
}

.logo {
	height: auto;
	width: auto;
	padding-top: 10px;
	}

.tableHeading {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 22px;	font-weight: normal; color: #FFFFFF}

h1, h2,  h3#comments {
font-size: 24px;
line-height: 17px;
color: #59946b;
padding: 0 0 8px 0;
margin: 0 0 11px 0;
border-bottom: 1px solid #59946b;
font-weight: normal;
}

h3 {
	font-size: 18px;
	line-height: 17px;
	color: #ffffff;
	font-weight: normal;

	}

h1 small, .h1 small {
font-size: 16px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
font-weight: normal;
line-height: 1;
color: #999;
} 


.btn-success {
  color: #ffffff;
  background-color: #59946b;
  border-color: #666666;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: #547b5f;
  border-color: #547b5f;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #59946b;
  border-color: #59946b;
}    

.panel-heading {
  padding: 10px 15px;
  margin: -15px -15px 15px;
  background-color: #00436f;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.navbar-brand {
  display: block;
  max-width: 300px;
  padding: 15px 15px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #777777;
  text-align: center;
}

a.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #666666;
  border-color: #cccccc;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #222222;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #357ebd;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#cccccc), to(#666666));
  background-image: -webkit-linear-gradient(top, #cccccc, 0%, #666666, 100%);
  background-image: -moz-linear-gradient(top, #cccccc 0%, #666666 100%);
  background-image: linear-gradient(to bottom, #cccccc 0%, #666666 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #357ebd;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#cccccc), to(#666666));
  background-image: -webkit-linear-gradient(top, #cccccc, 0%, #666666, 100%);
  background-image: -moz-linear-gradient(top, #cccccc 0%, #666666 100%);
  background-image: linear-gradient(to bottom, #cccccc 0%, #666666 100%);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.breadcrumb p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #99cc00}
.breadcrumb a {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #99cc00; text-decoration: none}
.breadcrumb a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #99cc00; text-decoration: underline}

.links p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #59946b}
.links a {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #59946b; text-decoration: none}
.links a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #59946b; text-decoration: underline}

.red {
	color: #C30;
	font-weight: bold;

}






