/*

My Custom CSS
=============

Author:  Brad Hussey
Updated: August 2013
Notes:	 Hand coded for Udemy.com

*/


/* --------------------------------------
   Layout
   -------------------------------------- */

#features {
	text-align: center;
}

#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
   -------------------------------------- */
   
/* --------------------------------------
   Navbar
   -------------------------------------- */
#logo {
	margin-top: 50px;
}

#gallery{
	margin-top: 20px;
}

#home_carousel {
	margin-top: 10px;
}

.carousel-caption {
	font-size: 24px;
}

.carousel-caption h4 {
	font-size: 32px;
}

#news_footer p {
	font-size: 16px;
}

#home_carousel .item { height: 400px; }

#slide1 {
	background: url('../../img/carousel/carousel_medium_01.jpg') top center no-repeat;
}

#slide2 {
	background: url('../../img/carousel/carousel_medium_02.jpg') top center no-repeat;
}

#slide3 {
	background: url('../../img/carousel/carousel_medium_03.jpg') top center no-repeat;
}

#slide4 {
	background: url('../../img/carousel/carousel_medium_04.jpg') top center no-repeat;
}

#slide5 {
	background: url('../../img/carousel/carousel_medium_05.jpg') top center no-repeat;
}

#slide6 {
	background: url('../../img/carousel/carousel_medium_06.jpg') top center no-repeat;
}

#slide7 {
	background: url('../../img/carousel/phase_vii_1_medium.jpg') top center no-repeat;
}

#template {
	margin-top: 24px;
}

#bottom {
	text-align: center;
}

/* --------------------------------------
   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) {
	
	#home_carousel .item { height: 310px; }
	
	#slide1 {
		background: url('../../img/carousel/carousel_small_01.jpg') top center no-repeat;
	}
	
	#slide2 {
		background: url('../../img/carousel/carousel_small_02.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('../../img/carousel/carousel_small_03.jpg') top center no-repeat;
	}
	
	#slide4 {
		background: url('../../img/carousel/carousel_small_04.jpg') top center no-repeat;
	}
	
	#slide5 {
		background: url('../../img/carousel/carousel_small_05.jpg') top center no-repeat;
	}
	
	#slide6 {
		background: url('../../img/carousel/carousel_small_06.jpg') top center no-repeat;
	}
	
	.carousel-caption {
		font-size: 16px;
	}
	
	.carousel-caption h4 {
		font-size: 22px;
	}
	
}

/* Large desktop */
@media (min-width: 1200px) {

	#home_carousel .item { height: 500px; }
	
	#slide1 {
		background: url('../../img/carousel/carousel_large_01.jpg') top center no-repeat;
	}
	
	#slide2 {
		background: url('../../img/carousel/carousel_large_02.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('../../img/carousel/carousel_large_03.jpg') top center no-repeat;
	}
	
	#slide4 {
		background: url('../../img/carousel/carousel_large_04.jpg') top center no-repeat;
	}
	
	#slide5 {
		background: url('../../img/carousel/carousel_large_05.jpg') top center no-repeat;
	}
	
	#slide6 {
		background: url('../../img/carousel/carousel_large_06.jpg') top center no-repeat;
	}
	
}

@media (max-width: 991px) {
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-collapse.collapse.in {
		display: block!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	.navbar-collapse.collapse.in { 
		display: block!important;
	}
	.collapsing {
		overflow: hidden!important;
	}
}
