
/*	==========================================================================
	FB Inc.
	========================================================================== */

	body{font-family:'Open Sans', sans-serif;}

	h1,h2,h3,h4,h5,h6{}
	h1{font-size:50px; text-transform:uppercase; color:rgba(0,0,0,0.70); font-family:'Open Sans', sans-serif; font-weight:300;}
	h2{font-size:40px; line-height:50px; font-family:'Open Sans', sans-serif; font-weight:300; margin-bottom:40px;}
	h3{text-transform:uppercase; font-size:20px; margin-top:40px; margin-bottom:10px; line-height:25px;}
	h4{font-weight:400; color:#000000; font-size:20px; margin-top:20px;}
	h5{font-weight:300; text-transform:uppercase;}
	h6{margin:0; font-weight:300; font-size:18px; line-height:18px;}
	
	hr{border-bottom:none; border-top:1px solid #CCC;}
	
	a{}
	a:hover{}
	
	p{}
	
	ul{}
	ul li{}
	
	form{}
	form input{}
	
	/* header */
	.header{border-bottom:1px solid rgba(255,255,255,0.70); padding:10px 0px; position:relative;}
	.header .contact{height:38px; margin-top:20px;}
	.header .logo{}
	.header a{font-size:11px;}

	/* navbar */
	.navgation{margin-right:20px; margin-top:20px; border-right:1px dotted #CCC; height:38px; padding-right:20px;}
	.navgation li a{text-transform:uppercase; font-weight:300; font-size:13px;}
	
	/* main */
	.main{min-height:600px;}
	.main .slide{padding:40px 0px;}
	
	.hero .item.first{background:url("../content/midiaDicasDeVerao.jpg") no-repeat #0088CC; background-attachment:fixed; height:480px;}
	.hero .item.second,.page-header{background:url("../content/header.jpg") no-repeat #0088CC; background-attachment:fixed; background-size:cover; height:480px;}
	.hero.slide,.hero .slide{padding:0;}
	.hero .carousel{margin:0;}
	.hero .slide .carousel-indicators{left:50%; top:92%; margin-left:-15px;}
	.hero .slide .carousel-indicators li{cursor:pointer;}
	.hero .item{padding-top:40px;}
	.hero img{width:100%; position:absolute; top:0px;}
	.hero .hero-content{position:relative; color:#FFFFFF;}
	
	.page-header{height:140px; padding:30px 0px; margin-top:0;}
	.page-header h1{color:#FFFFFF;}

	.news{padding:10px 0px; background:#DDD; font-size:12px;}
	.news span{margin-right:10px; font-weight:bold;}
	
	.products{}
	.products .span3 img{width:100%;}
	.products li:before{content: "› ";}
	
	.clientes{}
	.clientes .btn-large{height:100px;}
	.clientes .client{text-align:center; text-transform:uppercase; font-size:20px; font-weight:200; background:#ccc; border:1px solid rgba(0, 0, 0, 0.1); margin-bottom:20px;}
	
	.software{background:url("../content/midea-arcondicionado.jpg") no-repeat 130% center #E5E5E5; background-size:50%;}
	
	.highlights{background:#000000; color:#FFFFFF;}
	.highlights .row{margin-top:40px;}

	.brands{}
	.brands .brand{text-align:center;}
	.brands .brand .img-polaroid{ background:#f8f8f8;}

	#location-map img{max-width:none;}

	.vision{background:url("../content/corporate-vision.jpg") no-repeat left bottom; margin-bottom:-40px; padding-bottom:40px;}

	/* footer */
	.footer{background-color:#DDD; padding:40px 0px; margin-top:40px;}
	
	/* commom classes */
	.btn{box-shadow:none; background-image:none; text-shadow:none; font-family:'Open Sans', sans-serif; text-transform:uppercase; font-weight:300;}
	.btn.btn-primary,.btn.btn-success{background-image:none!important;}
	.btn.btn-large{padding:20px;}
	p.lead{font-size:24px; line-height:33px; font-weight:300;}
	
	/* responsive classes */
	@media (max-width: 480px) {
		body{padding:0;}
		
		.main,.footer,.header{padding-left:20px; padding-right:20px;}
		.main .intro-buttons{margin-top:80px;}
	}