/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 15px; padding: 0px; margin: 0px;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #89867e;
	background: #f9f9f9;

	color: #CCC;
	background: #383838;
}

a {
	color: #333;
	text-decoration: none;

	color: #888;
}

a:hover {
	color: #fff;
}

.cabeca {
	width: 100%;
	margin: 0 auto;
}

.main,
.container > header,
.cabeca > header {
	width: 100%;
	margin: 0 auto;
	padding: 2em;
}

.main {
	max-width: 82.667em;
	min-height: 20em;
}

.container > header,
.cabeca > header {
	text-align: center;
	font-size: 16px;
	padding: 4em 2em 3em;
	background: rgba(0,0,0,0.01);
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;

	text-align: left;
	display:inline;
	display: table-row;
}

.container > header span {
	display: block;
	font-size: 60%;
	color: #ceccc6;
	padding: 0 0 0.6em 0.1em;

	display: table-row;
}


/***** Novos *****/

.featurette ul {
	list-style: none;
	padding-left: 30px;
	padding-right: 40px;
}

.featurette li {
	background-color: #222;
	margin: 4px 0px;
	padding: 4px;
}

.featurette ul li ul { list-style-image: url("../img/nested.png"); padding:0px 0 8px 20px; font-size:0.9em; }
.featurette ul li ul li { color:#bfe1f1; min-height:14px; height:14px; margin-left:20px; /* white-space: nowrap; overflow: hidden; text-overflow:ellipsis; */ }

.featurette-image {
	margin-top: 80px;
}

span.text-muted {
	color: #999 !important;
}

.img-logo {
	width: 100%;
	max-width: 131px;
	height: auto;
}
