/*

My Custom CSS
=============

Author:  Brad Hussey
Updated: August 2013
Notes:	 Hand coded for Udemy.com

*/


/* --------------------------------------
   Layout
   -------------------------------------- */
@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('opensans-condlight-webfont.eot');
    src: url('opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-condlight-webfont.woff2') format('woff2'),
         url('opensans-condlight-webfont.woff') format('woff'),
         url('opensans-condlight-webfont.ttf') format('truetype'),
         url('opensans-condlight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;

}


h1 { 
	font-family: 'open_sanscondensed_light', Arial, sans-serif; 
}
h2 { 
	font-family: 'open_sanscondensed_light', Arial, sans-serif; 
}
h3 { 
	font-family: 'open_sanscondensed_light', Arial, sans-serif; 
}
h4 { 
	font-family: 'open_sanscondensed_light', Arial, sans-serif; 
}
h5 { 
	font-family: 'open_sanscondensed_light', Arial, sans-serif; 
}

p { 
	font-family: 'open_sanscondensed_light', Arial, sans-serif; 
}
navbar-brand { 
	font-family: 'open_sanscondensed_light', Arial, sans-serif; 
}

navbar-fixed-top { 
	font-family: 'open_sanscondensed_light', Arial, sans-serif; 
} 
   
#features {
	text-align: left;
}

#features img {
	margin: 0 0 20px 0px;
	
}
.cabecera{
	border: 0px;
	padding-top: 0px;
}

.panel{
	border:0px;
	padding:0px;
	
}

#inputMessage {
	margin-bottom: 15px;
}

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


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

body {
	
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
		font-size: 15px;
	
}


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

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

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


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

.navbar-brand {
	background-color:#fff;
	opacity:0.9;
	padding: 13px 15px;
}
.navbar-fixed-top {
	background-color:#fff;
	opacity:0.9;
	padding: 0px 15px;
}

   
   
/* --------------------------------------
   Carousel
   -------------------------------------- */

#myCarousel {
	margin-top: 50px;
}

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

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

#myCarousel .item { height: 400px; }

#slide1 {
	background: url('../../images/carousel_medium_02.jpg') top center no-repeat;
}

#slide2 {
	background: url('../../images/carousel_medium_01.jpg') top center no-repeat;
}

#slide3 {
	background: url('../../images/carousel_medium_03.jpg') top center no-repeat;
}


/* --------------------------------------
   Modal
   -------------------------------------- */
.modal-header {
	background: #2b2b2b;
}

.modal-header h4 {
	color: white;
}

.modal-footer {
	background: #2b2b2b;
}

/* --------------------------------------
   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;
	}
	.carousel-caption {
	font-size: 5px;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	
	#myCarousel .item { height: 310px; }
	
	#slide1 {
		background: url('../../images/carousel_small_02.jpg') top center no-repeat;
	}
	
	#slide2 {
		background: url('../../images/carousel_small_01.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('../../images/carousel_small_03.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: 500px; }
	
	#slide1 {
		background: url('../../images/carousel_large_02.jpg') top center no-repeat;
	}
	
	#slide2 {
		background: url('../../images/carousel_large_01_1.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('../../images/carousel_large_03.jpg') top center no-repeat;
	}

}



