h1,h2,h3,h4,h5,h6 {
	margin-bottom: 24px;
	color: #222;
	}

h1,h2,h3 {
	font-weight: 400;
}

h4,h5,h6 {
	font-weight: 300;
	margin-bottom: 15px;
	}

h1 { 
	font-size: 2.4em;
	margin-bottom: 24px;
	line-height: 2.2em;
	}

h2 { 
	font-size: 2.0em; 
	}

h2.posts-title a {
	color: #222; 
	}

h2.posts-title a:hover {
	color: #777; 
	}

h3 {
	font-size: 1.7em; 
	}

h4 {
	font-size: 1.4em;
	}

h5 {
	font-size: 1.2em; 
	}

h6 {
	font-size: 1em; 
	}

p {
	line-height: 1.4em;
	color: #555555;
	margin-bottom: 24px;
	text-align: left;
	font-weight: lighter;
	}

p, .text dt, legend {
	font-size: 1em;
	font-weight: normal;
	}

p span {
	color: #aaa;
	}

.text-center p {
	text-align: center;
}
.text-left p {
	text-align: left;
}
.text-right p {
	text-align: right;
}

a { 
	color: #00aeef;
	transition: all 0.3s ease-in-out 0s ;
	}

a:hover { color:#777; text-decoration: none;}

small {
	font-size: 1.1em;
	}

.text dt, legend {
	background: #eee;
	padding: 5px 10px;
	}

.text dd {
	padding: 20px;
	border-bottom: 1px solid #555555;
	margin-bottom: 20px;
	}

.text ul,.text  ol {
	list-style: disc inside;
	margin-bottom: 24px;
	}
 
.text ol {
	list-style: decimal inside;
	}

.text ol li,.text  ul li {
	margin: 7px 0 7px 10px;
	color: #555555;
	font-size: 1em;
    line-height: 1.5em;
	}

blockquote {
	background: #eee;
	padding: 10px 10px 1px 10px;
	font-style: italic;
	}

/* tabela */

table {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	}
table th, table td{
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 10px;
	}

table th {background: #eee;}

/* formulario */

fieldset {
	margin: 10px;
	padding: 15px;
	border: 1px solid #eee;
	
	}

label {
	clear: both;
	line-height: 2em;
	margin-right: 20px;
	cursor: pointer;
	}
	
label input {
	margin: 7px 0 0 0;
	}

.screen-reader-text {
	 	font-size: 2em;
	 }

input[type=tel], input[type=text], input[type=password], input[type=email], textarea {
	width: 550px;
	line-height: 2.5em;
	border: #ccc 1px solid;
	margin-bottom: 10px;
	padding: 0 5px;
	font-size: 1em;
	font-weight: lighter;
	font-family: 'Source Sans Pro', sans-serif;
	height: 47px;
	}

input[type=password], input.login {
	width: 250px !important;
	}

textarea {
	height: 100px;
	line-height: 1.8em;
	}
	
select {
	border: #ccc 1px solid;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
	}

input:focus, textarea:focus, select:focus {
	color:#000;
	border-color: #00aeef;
	box-shadow: 0 0 3px #00aeef;
	}

optgroup {
	padding: 10px 5px;
	font-size: 1.6em;
	font-style: normal;
	}

option { padding: 0 10px}

input[type=submit], input[type=reset], input[type=file], button {
	background: #00aeef;
	padding: 15px 30px;
	border: 0px solid #fff;
	text-transform:uppercase;
	color: #FFF;
	cursor: pointer;
	width: auto !important;
	border-radius: 5px;
	transition: all 0.3s easy-in-out 0s;
	margin-bottom: 10px;
	}

input[type=submit]:hover, input[type=reset]:hover, input[type=file]:hover, button:hover {
	background: #555555;
	}
	


/* header */

.btn {
	border-radius: 0;
}

.btn-default {
	color: #fff;
}
.btn-primary {
	background: #033F6B;
	border-color: #033F6B;
}
.btn-success {
	
}
.btn-info {
	
}
.btn-warning {
	
}
.btn-danger {
	
}
.btn-danger {
	
}
.btn-link {
	padding: 0;
}
 
.btn-lg {
	
}
.btn-sm {
	
}
.btn-xs {
	
}

.btn-link:focus, .btn-link:hover {
	color: #f1f1f1;
}



/* header */

.menu-top {
	font-size: .9em !important;
}

.nav>li {
	margin: 0;
}

.menu ul li {
	margin: 0;
	font-size: 1em;
	text-transform: uppercase;
}