/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background: 0 0
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: 0 0 !important;
		box-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	select {
		background: #fff !important
	}

	.navbar {
		display: none
	}

	.table td,
	.table th {
		background-color: #fff !important
	}

	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000 !important
	}

	.label {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd !important
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f9f9f9
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #90b12f;
	text-decoration: none
}

a:focus,
a:hover {
	color: #5f751f;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto
}

.img-responsive.img-center {
	margin: 0 auto
}

.img-rounded {
	border-radius: 2px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: 400;
	line-height: 1;
	color: #999
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 75%
}

.h1,
h1 {
	font-size: 36px
}

.h2,
h2 {
	font-size: 30px
}

.h3,
h3 {
	font-size: 24px
}

.h4,
h4 {
	font-size: 18px
}

.h5,
h5 {
	font-size: 14px
}

.h6,
h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}

.text-nowrap {
	white-space: nowrap
}

.small,
small {
	font-size: 85%
}

cite {
	font-style: normal
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-muted {
	color: #999
}

.text-primary {
	color: #428bca
}

a.text-primary:hover {
	color: #3071a9
}

.text-success {
	color: #3c763d
}

a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #428bca
}

a.bg-primary:hover {
	background-color: #3071a9
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd,
dt {
	line-height: 1.42857143
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title],
abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #999
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #999
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

blockquote:after,
blockquote:before {
	content: ""
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

@media (max-width:767px) {
	.text-xs-center {
		text-align: center
	}
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: 0
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: 0
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {

	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: 0
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: 0
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {

	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: 0
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: 0
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {

	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: 0
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: 0
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #abce45;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-box-shadow: inset, 0, 1px, 1px, rgba(0, 0, 0, .075);
	-moz-box-shadow: inset, 0, 1px, 1px, rgba(0, 0, 0, .075);
	box-shadow: inset, 0, 1px, 1px, rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

input[type=date] {
	line-height: 34px
}

.form-group {
	margin-bottom: 15px
}

.checkbox,
.radio {
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px
}

.checkbox label,
.radio label {
	display: inline;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	float: left;
	margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
	margin-top: -5px
}

.checkbox-inline,
.radio-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

.checkbox-inline[disabled],
.checkbox[disabled],
.radio-inline[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=radio][disabled] {
	cursor: not-allowed
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
	height: auto
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 2px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
	height: auto
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.has-feedback .form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-box-shadow: inset, 0, 1px, 1px, rgba(0, 0, 0, .075);
	-moz-box-shadow: inset, 0, 1px, 1px, rgba(0, 0, 0, .075);
	box-shadow: inset, 0, 1px, 1px, rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-box-shadow: inset, 0, 1px, 1px, rgba(0, 0, 0, .075);
	-moz-box-shadow: inset, 0, 1px, 1px, rgba(0, 0, 0, .075);
	box-shadow: inset, 0, 1px, 1px, rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-box-shadow: inset, 0, 1px, 1px, rgba(0, 0, 0, .075);
	-moz-box-shadow: inset, 0, 1px, 1px, rgba(0, 0, 0, .075);
	box-shadow: inset, 0, 1px, 1px, rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede
}

.has-error .form-control-feedback {
	color: #a94442
}

.form-control-static {
	margin-bottom: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .input-group>.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox,
	.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		vertical-align: middle
	}

	.form-inline .checkbox input[type=checkbox],
	.form-inline .radio input[type=radio] {
		float: none;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

.form-horizontal .form-control-static {
	padding-top: 7px
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active,
.btn:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	-webkit-box-shadow: inset, 0, 3px, 5px, rgba(0, 0, 0, .125);
	-moz-box-shadow: inset, 0, 3px, 5px, rgba(0, 0, 0, .125);
	box-shadow: inset, 0, 3px, 5px, rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	filter: alpha(opacity=65);
	-webkit-opacity: .65;
	-moz-opacity: .65;
	opacity: .65;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open .dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e
}

.btn-primary.active,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #428bca;
	border-color: #357ebd
}

.btn-primary .badge {
	color: #428bca;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #abce45;
	border-color: #a0c534
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #96b931;
	border-color: #799527
}

.btn-success.active,
.btn-success:active,
.open .dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: #abce45;
	border-color: #a0c534
}

.btn-success .badge {
	color: #abce45;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #39b3d7;
	border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open .dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ed9c28;
	border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open .dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open .dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-green {
	color: #fff;
	background-color: #abce45;
	border-color: #9dc133;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3)
}

.btn-green.active,
.btn-green:active,
.btn-green:focus,
.btn-green:hover,
.open .dropdown-toggle.btn-green {
	color: #fff;
	background-color: #96b931;
	border-color: #769126
}

.btn-green.active,
.btn-green:active,
.open .dropdown-toggle.btn-green {
	background-image: none
}

.btn-green.disabled,
.btn-green.disabled.active,
.btn-green.disabled:active,
.btn-green.disabled:focus,
.btn-green.disabled:hover,
.btn-green[disabled],
.btn-green[disabled].active,
.btn-green[disabled]:active,
.btn-green[disabled]:focus,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green,
fieldset[disabled] .btn-green.active,
fieldset[disabled] .btn-green:active,
fieldset[disabled] .btn-green:focus,
fieldset[disabled] .btn-green:hover {
	background-color: #abce45;
	border-color: #9dc133
}

.btn-green .badge {
	color: #abce45;
	background-color: #fff
}

.btn-cta-blue {
	color: #fff;
	background-color: #2e8fd5;
	border-color: #267ebe;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3)
}

.btn-cta-blue.active,
.btn-cta-blue:active,
.btn-cta-blue:focus,
.btn-cta-blue:hover,
.open .dropdown-toggle.btn-cta-blue {
	color: #fff;
	background-color: #2579b6;
	border-color: #1c5d8b
}

.btn-cta-blue.active,
.btn-cta-blue:active,
.open .dropdown-toggle.btn-cta-blue {
	background-image: none
}

.btn-cta-blue.disabled,
.btn-cta-blue.disabled.active,
.btn-cta-blue.disabled:active,
.btn-cta-blue.disabled:focus,
.btn-cta-blue.disabled:hover,
.btn-cta-blue[disabled],
.btn-cta-blue[disabled].active,
.btn-cta-blue[disabled]:active,
.btn-cta-blue[disabled]:focus,
.btn-cta-blue[disabled]:hover,
fieldset[disabled] .btn-cta-blue,
fieldset[disabled] .btn-cta-blue.active,
fieldset[disabled] .btn-cta-blue:active,
fieldset[disabled] .btn-cta-blue:focus,
fieldset[disabled] .btn-cta-blue:hover {
	background-color: #2e8fd5;
	border-color: #267ebe
}

.btn-cta-blue .badge {
	color: #2e8fd5;
	background-color: #fff
}

.btn-black {
	color: #fff;
	background-color: rgba(51, 51, 51, .4);
	border-color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3)
}

.btn-black.active,
.btn-black:active,
.btn-black:focus,
.btn-black:hover,
.open .dropdown-toggle.btn-black {
	color: #fff;
	background-color: rgba(31, 31, 31, .4);
	border-color: #e0e0e0
}

.btn-black.active,
.btn-black:active,
.open .dropdown-toggle.btn-black {
	background-image: none
}

.btn-black.disabled,
.btn-black.disabled.active,
.btn-black.disabled:active,
.btn-black.disabled:focus,
.btn-black.disabled:hover,
.btn-black[disabled],
.btn-black[disabled].active,
.btn-black[disabled]:active,
.btn-black[disabled]:focus,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black,
fieldset[disabled] .btn-black.active,
fieldset[disabled] .btn-black:active,
fieldset[disabled] .btn-black:focus,
fieldset[disabled] .btn-black:hover {
	background-color: rgba(51, 51, 51, .4);
	border-color: #fff
}

.btn-black .badge {
	color: rgba(51, 51, 51, .4);
	background-color: #fff
}

.btn-link {
	color: #90b12f;
	font-weight: 400;
	cursor: pointer;
	border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
	color: #5f751f;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
	color: #999;
	text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 2px
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}

.btn-group-xs>.btn,
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}

.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-ms-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-ms-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 2px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-webkit-box-shadow: 0, 6px, 12px, rgba(0, 0, 0, .175);
	-moz-box-shadow: 0, 6px, 12px, rgba(0, 0, 0, .175);
	box-shadow: 0, 6px, 12px, rgba(0, 0, 0, .175);
	background-clip: padding-box
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #428bca
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	color: #999
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #999
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 2
}

.btn-group-vertical>.btn:focus,
.btn-group>.btn:focus {
	outline: 0
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	-webkit-box-shadow: inset, 0, 3px, 5px, rgba(0, 0, 0, .125);
	-moz-box-shadow: inset, 0, 3px, 5px, rgba(0, 0, 0, .125);
	box-shadow: inset, 0, 3px, 5px, rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-bottom-left-radius: 2px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

[data-toggle=buttons]>.btn>input[type=checkbox],
[data-toggle=buttons]>.btn>input[type=radio] {
	display: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-left: 0;
	padding-right: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 2px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
	height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
	height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 2px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 2px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 2px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	margin-left: -1px
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 12px
}

@media (min-width:768px) and (max-width:991px) {
	.nav>li>a {
		padding-left: 5px;
		padding-right: 5px
	}
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #999
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
	color: #999;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #eee;
	border-color: #90b12f
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 2px 2px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #555;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 2px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 2px 2px 0 0
	}

	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #f9f9f9
	}
}

.nav-tabs-inline {
	border-bottom: 3px solid #ddd;
	margin-bottom: 16px
}

.nav-tabs-inline>li {
	margin-bottom: -3px
}

.nav-tabs-inline>li>a {
	margin-right: 20px;
	line-height: 1.42857143;
	border: none;
	padding: 5px 0
}

.nav-tabs-inline>li>a:hover {
	background-color: #f9f9f9;
	border-bottom-color: #eee #eee #ddd
}

.nav-tabs-inline>li.active>a,
.nav-tabs-inline>li.active>a:focus,
.nav-tabs-inline>li.active>a:hover {
	color: #555;
	border: none;
	border-bottom: 3px solid #90b12f;
	cursor: default
}

.nav-tabs-inline.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs-inline.nav-justified>li {
	float: none
}

.nav-tabs-inline.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-tabs-inline.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-tabs-inline.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-tabs-inline.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-inline.nav-justified>li>a {
	margin-right: 0;
	border-radius: 2px
}

.nav-tabs-inline.nav-justified>.active>a,
.nav-tabs-inline.nav-justified>.active>a:focus,
.nav-tabs-inline.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs-inline.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 2px 2px 0 0
	}

	.nav-tabs-inline.nav-justified>.active>a,
	.nav-tabs-inline.nav-justified>.active>a:focus,
	.nav-tabs-inline.nav-justified>.active>a:hover {
		border-bottom-color: #f9f9f9
	}
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 2px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #428bca
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 2px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 2px 2px 0 0
	}

	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:focus,
	.nav-tabs-justified>.active>a:hover {
		border-bottom-color: #f9f9f9
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	position: relative;
	min-height: 70px;
	margin-bottom: 0;
	border: 1px solid transparent
}

.navbar a#owner {
	display: none;
	position: absolute;
	top: 0;
	right: 15px;
	float: right;
	width: 23px;
	height: 70px;
	background: transparent url(https://www.mega.com.br/img/layout/ico-mega.png) no-repeat 0 50%;
	-webkit-transition: width .3s ease-in-out;
	-moz-transition: width .3s ease-in-out;
	-ms-transition: width .3s ease-in-out;
	-o-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out
}

.navbar a#owner:hover {
	width: 82px
}

@media (min-width:768px) {
	.navbar {
		border-radius: 2px
	}

	.navbar a#owner {
		display: block
	}

	.navbar .login-label {
		display: none
	}
}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	max-height: 340px;
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {

	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {

	.navbar-fixed-bottom,
	.navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	padding: 6px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 70px
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width:768px) {

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 12.5px -15px
}

.navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
	font-weight: 400;
	font-size: 1em;
	letter-spacing: .06em;
	text-transform: uppercase;
	text-align: left
}

.navbar-nav .open .dropdown-menu>li>a {
	font-size: .9em;
	text-transform: uppercase;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px
}

.navbar-nav .open .dropdown-menu>li>a i.ico {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 16px
}

.navbar-nav .open .dropdown-menu>li>a i.ico::before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2em
}

@media (max-width:767px) {
	.navbar-nav>li {
		border-bottom: 1px solid #ddd
	}

	.navbar-nav>li:last-child {
		border-bottom: none
	}

	.navbar-nav>li>a {
		font-size: 1.2em;
		font-weight: 400
	}

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none
	}

	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		font-size: 1em;
		padding: 10px 15px 10px 25px
	}

	.navbar-nav .open .dropdown-menu>li>a {
		text-align: left;
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding-top: 25px;
		padding-bottom: 25px
	}

	.navbar-nav.navbar-right:last-child {
		margin-right: -15px
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left !important
	}

	.navbar-right {
		float: right !important
	}
}

.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	margin-top: 18px;
	margin-bottom: 18px
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.navbar-form .input-group>.form-control {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox,
	.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox input[type=checkbox],
	.navbar-form .radio input[type=radio] {
		float: none;
		margin-left: 0
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none
	}

	.navbar-form.navbar-right:last-child {
		margin-right: -15px
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 18px;
	margin-bottom: 18px
}

.navbar-btn.btn-sm {
	margin-top: 20px;
	margin-bottom: 20px
}

.navbar-btn.btn-xs {
	margin-top: 24px;
	margin-bottom: 24px
}

.navbar-text {
	margin-top: 25px;
	margin-bottom: 25px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px
	}

	.navbar-text.navbar-right:last-child {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
	padding-left: 40px;
	padding-right: 40px
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #2e8fd5;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: #e7e7e7;
	color: #2e8fd5
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #2e8fd5;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-inverse {
	background-color: #2e8fd5;
	border-color: #2373ad
}

.navbar-inverse .navbar-brand {
	color: #d8eaf7
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #fff
}

.navbar-inverse .navbar-nav>li>a {
	color: #d8eaf7
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #2373ad
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #257cba
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #2373ad;
	color: #fff
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #2373ad
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #2373ad
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #d8eaf7
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #2373ad
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #d8eaf7
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 2px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #90b12f;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #5f751f;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
	cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #999;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
	margin-left: auto;
	margin-right: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #90b12f
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 2px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable {
	padding-right: 35px
}

.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	-webkit-box-shadow: inset, 0, 1px, 1px, rgba(0, 0, 0, .05);
	-moz-box-shadow: inset, 0, 1px, 1px, rgba(0, 0, 0, .05);
	box-shadow: inset, 0, 1px, 1px, rgba(0, 0, 0, .05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15)
}

.well-lg {
	padding: 24px;
	border-radius: 2px
}

.well-sm {
	padding: 9px;
	border-radius: 2px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	-webkit-opacity: .2;
	-moz-opacity: .2;
	opacity: .2
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	transform: translate(0, -25%);
	-webkit-transform: translate(0, -25%);
	-moz-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0)
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 2px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0, 3px, 9px, rgba(0, 0, 0, .5);
	-moz-box-shadow: 0, 3px, 9px, rgba(0, 0, 0, .5);
	box-shadow: 0, 3px, 9px, rgba(0, 0, 0, .5);
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.43px
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 20px
}

.modal-footer {
	margin-top: 15px;
	padding: 19px 20px 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		-webkit-box-shadow: 0, 5px, 15px, rgba(0, 0, 0, .5);
		-moz-box-shadow: 0, 5px, 15px, rgba(0, 0, 0, .5);
		box-shadow: 0, 5px, 15px, rgba(0, 0, 0, .5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.cta-header:after,
.cta-header:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before,
.title-primary h1:after,
.title-primary h1:before,
.title-primary h2:after,
.title-primary h2:before,
.title-secondary h1:after,
.title-secondary h1:before,
.title-secondary h2:after,
.title-secondary h2:before {
	content: " ";
	display: table
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.cta-header:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after,
.title-primary h1:after,
.title-primary h2:after,
.title-secondary h1:after,
.title-secondary h2:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important;
	visibility: hidden !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
	display: none !important
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table
	}

	tr.visible-xs {
		display: table-row !important
	}

	td.visible-xs,
	th.visible-xs {
		display: table-cell !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table
	}

	tr.visible-sm {
		display: table-row !important
	}

	td.visible-sm,
	th.visible-sm {
		display: table-cell !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table
	}

	tr.visible-md {
		display: table-row !important
	}

	td.visible-md,
	th.visible-md {
		display: table-cell !important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table
	}

	tr.visible-lg {
		display: table-row !important
	}

	td.visible-lg,
	th.visible-lg {
		display: table-cell !important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table
	}

	tr.visible-print {
		display: table-row !important
	}

	td.visible-print,
	th.visible-print {
		display: table-cell !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

.white-type {
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .25);
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5)
}

.green-type {
	color: #abce45 !important
}

.blue-type {
	color: #2e8fd5
}

.primary-type {
	font-family: Mega
}

.primary-type a {
	color: #333
}

.secondary-type {
	font-family: Museo !important
}

.has-shadow {
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15), 0 0 20px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15), 0 0 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15), 0 0 20px 0 rgba(0, 0, 0, .1)
}

.has-shadow-light {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0, 1px, 3px, 0, rgba(0, 0, 0, .1);
	-moz-box-shadow: 0, 1px, 3px, 0, rgba(0, 0, 0, .1);
	box-shadow: 0, 1px, 3px, 0, rgba(0, 0, 0, .1)
}

.has-shadow-hover {
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2), 0 16px 32px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2), 0 16px 32px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2), 0 16px 32px 0 rgba(0, 0, 0, .15)
}

@font-face {
	font-family: Museo;
	font-weight: 100;
	font-weight: lighter;
	src: url(//dev.mega.com.br/type/1F0433_3_0.eot);
	src: url(//dev.mega.com.br/type/1F0433_3_0.eot?#iefix) format('embedded-opentype'), url(//dev.mega.com.br/type/1F0433_3_0.woff) format('woff'), url(//dev.mega.com.br/type/1F0433_3_0.ttf) format('truetype'), url(//dev.mega.com.br/type/1F0433_3_0.svg#wf) format('svg')
}

@font-face {
	font-family: Museo;
	font-weight: 300;
	font-weight: 400;
	src: url(//dev.mega.com.br/type/1F0433_2_0.eot);
	src: url(//dev.mega.com.br/type/1F0433_2_0.eot?#iefix) format('embedded-opentype'), url(//dev.mega.com.br/type/1F0433_2_0.woff) format('woff'), url(//dev.mega.com.br/type/1F0433_2_0.ttf) format('truetype'), url(//dev.mega.com.br/type/1F0433_2_0.svg#wf) format('svg')
}

@font-face {
	font-family: Museo;
	font-weight: 700;
	font-weight: 700;
	src: url(//dev.mega.com.br/type/1F0433_1_0.eot);
	src: url(//dev.mega.com.br/type/1F0433_1_0.eot?#iefix) format('embedded-opentype'), url(//dev.mega.com.br/type/1F0433_1_0.woff) format('woff'), url(//dev.mega.com.br/type/1F0433_1_0.ttf) format('truetype'), url(//dev.mega.com.br/type/1F0433_1_0.svg#wf) format('svg')
}

@font-face {
	font-family: Mega;
	font-weight: 100;
	font-weight: lighter;
	src: url(//dev.mega.com.br/type/mega-light.eot);
	src: url(//dev.mega.com.br/type/mega-light.eot?#iefix) format('embedded-opentype'), url(//dev.mega.com.br/type/mega-light.woff) format('woff'), url(//dev.mega.com.br/type/mega-light.ttf) format('truetype'), url(//dev.mega.com.br/type/mega-light.svg#wf) format('svg')
}

@font-face {
	font-family: Mega;
	font-weight: 300;
	font-weight: 400;
	src: url(//dev.mega.com.br/type/mega-regular.eot);
	src: url(//dev.mega.com.br/type/mega-regular.eot?#iefix) format('embedded-opentype'), url(//dev.mega.com.br/type/mega-regular.woff) format('woff'), url(//dev.mega.com.br/type/mega-regular.ttf) format('truetype'), url(//dev.mega.com.br/type/mega-regular.svg#wf) format('svg')
}

@font-face {
	font-family: Mega;
	font-weight: 600;
	font-weight: 700;
	src: url(//dev.mega.com.br/type/mega-bold.eot);
	src: url(//dev.mega.com.br/type/mega-bold.eot?#iefix) format('embedded-opentype'), url(//dev.mega.com.br/type/mega-bold.woff) format('woff'), url(//dev.mega.com.br/type/mega-bold.ttf) format('truetype'), url(//dev.mega.com.br/type/mega-bold.svg#wf) format('svg')
}

.ico {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Mega Sistemas';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.section-title,
.subtitle,
.title {
	padding: 0;
	line-height: 1.2em;
	font-family: Mega
}

.section-title a,
.subtitle a,
.title a {
	color: #333
}

.section-title {
	font-family: Mega;
	font-size: 24pt;
	color: #73899f
}

.section-title a {
	color: #333
}

.section-title:first-child {
	margin-top: 0
}

.title {
	font-family: Mega;
	font-size: 18pt;
	color: #555
}

.title a {
	color: #333
}

.title:first-child {
	margin-top: 0
}

.subtitle {
	font-family: Mega;
	font-size: 14pt;
	color: #555
}

.subtitle a {
	color: #333
}

p.lead {
	font-size: 1.18em;
	font-family: Museo !important
}

p.lead:last-child {
	margin-bottom: 0
}

h1.is-upper,
h2.is-upper,
h3.is-upper,
h4.is-upper,
h5.is-upper,
h6.is-upper,
ol li.is-upper,
p.is-upper,
small.is-upper,
span.is-upper,
strong.is-upper,
ul li.is-upper {
	text-transform: uppercase
}

h1.is-lower,
h2.is-lower,
h3.is-lower,
h4.is-lower,
h5.is-lower,
h6.is-lower,
ol li.is-lower,
p.is-lower,
small.is-lower,
span.is-lower,
strong.is-lower,
ul li.is-lower {
	text-transform: inherit
}

h1.is-white,
h2.is-white,
h3.is-white,
h4.is-white,
h5.is-white,
h6.is-white,
ol li.is-white,
p.is-white,
small.is-white,
span.is-white,
strong.is-white,
ul li.is-white {
	color: #fff
}

h1.is-bold,
h2.is-bold,
h3.is-bold,
h4.is-bold,
h5.is-bold,
h6.is-bold,
ol li.is-bold,
p.is-bold,
small.is-bold,
span.is-bold,
strong.is-bold,
ul li.is-bold {
	font-weight: 700
}

h1.is-normal,
h2.is-normal,
h3.is-normal,
h4.is-normal,
h5.is-normal,
h6.is-normal,
ol li.is-normal,
p.is-normal,
small.is-normal,
span.is-normal,
strong.is-normal,
ul li.is-normal {
	font-weight: 400
}

h1.is-lighter,
h2.is-lighter,
h3.is-lighter,
h4.is-lighter,
h5.is-lighter,
h6.is-lighter,
ol li.is-lighter,
p.is-lighter,
small.is-lighter,
span.is-lighter,
strong.is-lighter,
ul li.is-lighter {
	font-weight: lighter !important
}

h1.is-blue,
h2.is-blue,
h3.is-blue,
h4.is-blue,
h5.is-blue,
h6.is-blue,
ol li.is-blue,
p.is-blue,
small.is-blue,
span.is-blue,
strong.is-blue,
ul li.is-blue {
	color: #2e8fd5
}

h1.is-green,
h2.is-green,
h3.is-green,
h4.is-green,
h5.is-green,
h6.is-green,
ol li.is-green,
p.is-green,
small.is-green,
span.is-green,
strong.is-green,
ul li.is-green {
	color: #abce45
}

h1.is-gray,
h2.is-gray,
h3.is-gray,
h4.is-gray,
h5.is-gray,
h6.is-gray,
ol li.is-gray,
p.is-gray,
small.is-gray,
span.is-gray,
strong.is-gray,
ul li.is-gray {
	color: #555
}

@media (max-width:767px) {
	.text-xs-left {
		text-align: left
	}

	.text-xs-right {
		text-align: right
	}

	.text-xs-center {
		text-align: center
	}

	.text-xs-justify {
		text-align: justify
	}
}

@media (min-width:768px) {
	.text-sm-left {
		text-align: left
	}

	.text-sm-right {
		text-align: right
	}

	.text-sm-center {
		text-align: center
	}

	.text-sm-justify {
		text-align: justify
	}
}

@media (min-width:992px) {
	.text-md-left {
		text-align: left
	}

	.text-md-right {
		text-align: right
	}

	.text-md-center {
		text-align: center
	}

	.text-md-justify {
		text-align: justify
	}
}

@media (min-width:1200px) {
	.text-lg-left {
		text-align: left
	}

	.text-lg-right {
		text-align: right
	}

	.text-lg-center {
		text-align: center
	}

	.text-lg-justify {
		text-align: justify
	}
}

.title-primary,
.title-secondary {
	background-image: url(../img/layout/title-bg.png);
	background-position: 50% 50%;
	background-color: #1593ee;
	background-size: cover;
	margin-bottom: 20px
}

.title-primary.green-title,
.title-secondary.green-title {
	background-color: #b6e62d
}

.title-primary h1,
.title-primary h2,
.title-secondary h1,
.title-secondary h2 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .25);
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	font-family: Mega;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.65em;
	margin-top: 0;
	margin-bottom: 0;
	background-position: 100% 0;
	background-repeat: no-repeat
}

@media (min-width:768px) {

	.title-primary h1,
	.title-primary h2,
	.title-secondary h1,
	.title-secondary h2 {
		width: 750px
	}
}

@media (min-width:992px) {

	.title-primary h1,
	.title-primary h2,
	.title-secondary h1,
	.title-secondary h2 {
		width: 970px
	}
}

@media (min-width:1200px) {

	.title-primary h1,
	.title-primary h2,
	.title-secondary h1,
	.title-secondary h2 {
		width: 1170px
	}
}

.title-primary h1>.navbar-collapse,
.title-primary h1>.navbar-header,
.title-primary h2>.navbar-collapse,
.title-primary h2>.navbar-header,
.title-secondary h1>.navbar-collapse,
.title-secondary h1>.navbar-header,
.title-secondary h2>.navbar-collapse,
.title-secondary h2>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {

	.title-primary h1>.navbar-collapse,
	.title-primary h1>.navbar-header,
	.title-primary h2>.navbar-collapse,
	.title-primary h2>.navbar-header,
	.title-secondary h1>.navbar-collapse,
	.title-secondary h1>.navbar-header,
	.title-secondary h2>.navbar-collapse,
	.title-secondary h2>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.title-primary h1 a,
.title-primary h2 a,
.title-secondary h1 a,
.title-secondary h2 a {
	color: #333
}

.title-primary.agrobusiness,
.title-primary.combustiveis,
.title-primary.construcao,
.title-primary.empresarial,
.title-primary.estrategico,
.title-primary.logistica,
.title-primary.manufatura,
.title-primary.servicos,
.title-secondary.agrobusiness,
.title-secondary.combustiveis,
.title-secondary.construcao,
.title-secondary.empresarial,
.title-secondary.estrategico,
.title-secondary.logistica,
.title-secondary.manufatura,
.title-secondary.servicos {
	border-top-widht: 20px;
	border-top-style: solid;
	margin-bottom: 0
}

.title-primary.agrobusiness,
.title-secondary.agrobusiness {
	background-color: #A6CE38;
	border-top-color: #A6CE38
}

.title-primary.agrobusiness h1,
.title-secondary.agrobusiness h1 {
	background-image: url(../img/segmento/title-agronegocio.png)
}

.title-primary.combustiveis,
.title-secondary.combustiveis {
	background-color: #DCB43C;
	border-top-color: #DCB43C
}

.title-primary.combustiveis h1,
.title-secondary.combustiveis h1 {
	background-image: url(../img/segmento/title-combustiveis.png)
}

.title-primary.construcao,
.title-secondary.construcao {
	background-color: #FFCB04;
	border-top-color: #FFCB04
}

.title-primary.construcao h1,
.title-secondary.construcao h1 {
	background-image: url(../img/segmento/title-construcao.png)
}

.title-primary.manufatura,
.title-secondary.manufatura {
	background-color: #748A9D;
	border-top-color: #748A9D
}

.title-primary.manufatura h1,
.title-secondary.manufatura h1 {
	background-image: url(../img/segmento/title-manufatura.png)
}

.title-primary.logistica,
.title-secondary.logistica {
	background-color: #A61C48;
	border-top-color: #A61C48
}

.title-primary.logistica h1,
.title-secondary.logistica h1 {
	background-image: url(../img/segmento/title-logistica.png)
}

.title-primary.empresarial,
.title-secondary.empresarial {
	background-color: #008FD4;
	border-top-color: #008FD4
}

.title-primary.empresarial h1,
.title-secondary.empresarial h1 {
	background-image: url(../img/segmento/title-empresarial.png)
}

.title-primary.estrategico,
.title-secondary.estrategico {
	background-color: #BBBDC0;
	border-top-color: #BBBDC0
}

.title-primary.estrategico h1,
.title-secondary.estrategico h1 {
	background-image: url(../img/segmento/title-estrategico.png)
}

.title-primary.servicos,
.title-secondary.servicos {
	background-color: #3abeb2;
	border-top-color: #3abeb2
}

.title-primary.servicos h1,
.title-secondary.servicos h1 {
	background-image: url(../img/segmento/title-servicos.png)
}

.color-agronegocio {
	color: #A6CE38
}

.color-combustiveis {
	color: #DCB43C
}

.color-construcao {
	color: #FFCB04
}

.color-manufatura {
	color: #748A9D
}

.color-logistica {
	color: #A61C48
}

.color-empresarial {
	color: #008FD4
}

.color-estrategico {
	color: #BBBDC0
}

.color-servicos {
	color: #3abeb2
}

.color-rh {
	color: #192b54
}

@media (min-width:768px) and (max-width:1199px) {
	.navbar.navbar-default.navbar-fixed-top .container {
		width: 100%;
		margin-left: -16px;
		margin-right: -16px
	}

	.navbar.navbar-default.navbar-fixed-top .container a {
		font-size: .9em
	}
}

.navbar-default {
	padding-left: 0;
	padding-right: 20px
}

.navbar>.container .navbar-brand img,
.navbar>.container-fluid .navbar-brand img {
	margin-top: 6px
}

#frmLogin {
	padding: 20px;
	width: 260px;
	margin: 0 auto;
	text-align: center
}

#frmLogin .inline-field {
	display: table
}

#frmLogin .inline-field .field {
	display: table-cell;
	vertical-align: top
}

#frmLogin .inline-field .field .btn {
	margin-left: 10px
}

#frmLogin .input-group {
	margin-bottom: 10px
}

#frmLogin .input-group .fa-lock {
	margin-left: 2px;
	margin-right: 3px
}

.cta-header {
	margin-bottom: 0;
	border: none;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2)
}

@media (max-width:768px) {
	.cta-header {
		position: relative
	}
}

@media (min-width:768px) {
	.cta-header {
		position: fixed;
		top: 70px
	}
}

.cta-header .nav-cta {
	width: 100% !important;
	display: table
}

.cta-header .nav-cta>li {
	display: table-cell;
	width: 25%
}

.cta-header .nav-cta>li>a {
	color: #fff;
	text-transform: uppercase;
	font-size: .85em
}

.cta-header .nav-cta>li>a span.block {
	display: block;
	position: relative;
	width: 160px;
	padding-left: 40px;
	margin: 0 auto;
	text-align: left;
	font-weight: 12px;
	line-height: 1em
}

.cta-header .nav-cta>li>a span.block i.ico-float {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2.2em
}

.cta-header .nav-cta>li>a span.block strong {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 400;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3)
}

.cta-header .nav-cta>li>a span.block strong i.ico {
	margin-left: 5px;
	font-size: 1em
}

@media (max-width:767px) {
	.cta-header .nav-cta>li>a span.block {
		width: 100%;
		text-align: center;
		padding: 0
	}

	.cta-header .nav-cta>li>a span.block>i.ico {
		display: block;
		position: relative
	}

	.cta-header .nav-cta>li>a span.block>span {
		display: none
	}
}

.cta-header .nav-cta>li>a:hover {
	border-color: transparent
}

.cta-header .nav-cta>li.active>a,
.cta-header .nav-cta>li.active>a:focus,
.cta-header .nav-cta>li.active>a:hover {
	color: #777;
	text-shadow: none
}

@media (max-width:767px) {

	.cta-header .nav-cta>li.active>a,
	.cta-header .nav-cta>li.active>a:focus,
	.cta-header .nav-cta>li.active>a:hover {
		background-position: 95% 4px
	}
}

.cta-header .nav-cta>li.active>a span>i.ico,
.cta-header .nav-cta>li.active>a span>strong,
.cta-header .nav-cta>li.active>a:focus span>i.ico,
.cta-header .nav-cta>li.active>a:focus span>strong,
.cta-header .nav-cta>li.active>a:hover span>i.ico,
.cta-header .nav-cta>li.active>a:hover span>strong {
	color: #6f8924;
	text-shadow: none
}

.cta-header .tab-content {
	background-color: #fff !important
}

.cta-header .tab-content>.tab-pane {
	display: none;
	padding: 40px 20px
}

.cta-header .tab-content>.active {
	display: block
}

.cta-response {
	margin-top: 40px;
	display: none
}

.cta-number-block {
	position: relative;
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding: 40px 50px 0;
	margin-top: 15px;
	margin-bottom: 35px;
	text-align: center
}

.cta-number-block a,
.cta-number-block h3 {
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none
}

.cta-number-block.block-whatsapp {
	background-image: url(../img/layout/ico-whatsapp.png)
}

.cta-number-block.block-whatsapp a:hover {
	color: #449746
}

.cta-number-block.block-0800 {
	background-image: url(../img/layout/ico-0800.png)
}

.cta-number-block.block-0800 a:hover {
	color: #2e8fd5
}

@media (min-width:768px) {
	.cta-number-block {
		background-position: 0 70%;
		padding: 0 50px
	}

	.cta-number-block.block-whatsapp {
		float: right;
		text-align: left;
		border-right: 1px solid #DDD
	}

	.cta-number-block.block-0800 {
		float: left;
		text-align: left
	}
}

.cta-block {
	position: relative;
	padding: 60px 0
}

.cta-block::before {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	margin-top: -1px;
	content: " ";
	background-color: #abce45
}

.cta-block .container {
	position: relative;
	background: #f9f9f9
}

.cta-block .container::after,
.cta-block .container::before {
	position: absolute;
	top: 50%;
	width: 1px;
	height: 30px;
	margin-top: -15px;
	content: " ";
	background-color: #abce45
}

.cta-block .container::before {
	left: 0
}

.cta-block .container::after {
	right: 0
}

.cta-block a,
.cta-block h3,
.cta-block h4,
.cta-block p {
	margin: 10px 0
}

#over-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .65);
	z-index: 10
}

body .btn-cta {
	color: #b4d359;
	background-color: #abce45;
	border-color: #a0c534;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	color: #fff !important
}

.open .dropdown-togglebody .btn-cta,
body .btn-cta.active,
body .btn-cta:active,
body .btn-cta:focus,
body .btn-cta:hover {
	color: #b4d359;
	background-color: #96b931;
	border-color: #799527
}

.open .dropdown-togglebody .btn-cta,
body .btn-cta.active,
body .btn-cta:active {
	background-image: none
}

body .btn-cta.disabled,
body .btn-cta.disabled.active,
body .btn-cta.disabled:active,
body .btn-cta.disabled:focus,
body .btn-cta.disabled:hover,
body .btn-cta[disabled],
body .btn-cta[disabled].active,
body .btn-cta[disabled]:active,
body .btn-cta[disabled]:focus,
body .btn-cta[disabled]:hover,
fieldset[disabled] body .btn-cta,
fieldset[disabled] body .btn-cta.active,
fieldset[disabled] body .btn-cta:active,
fieldset[disabled] body .btn-cta:focus,
fieldset[disabled] body .btn-cta:hover {
	background-color: #abce45;
	border-color: #a0c534
}

body .btn-cta .badge {
	color: #abce45;
	background-color: #b4d359
}

body .cta-header {
	background-color: #abce45
}

body .cta-header .nav-cta>li>a span.block {
	color: #6f8924
}

body .cta-header .nav-cta>li>a span.block i.ico-float {
	color: #fff
}

body .cta-header .nav-cta>li>a span.block strong {
	color: #fff
}

body .cta-header .nav-cta>li>a:focus {
	background-color: #abce45
}

body .cta-header .nav-cta>li>a:hover {
	background-color: #a0c534;
	border-color: transparent
}

body .cta-header .nav-cta>li.active>a,
body .cta-header .nav-cta>li.active>a:focus,
body .cta-header .nav-cta>li.active>a:hover {
	color: #777;
	background: #fff url(../img/layout/close-tab.png) no-repeat 90% 50%
}

body .cta-header .nav-cta>li.active>a span>i.ico,
body .cta-header .nav-cta>li.active>a span>strong,
body .cta-header .nav-cta>li.active>a:focus span>i.ico,
body .cta-header .nav-cta>li.active>a:focus span>strong,
body .cta-header .nav-cta>li.active>a:hover span>i.ico,
body .cta-header .nav-cta>li.active>a:hover span>strong {
	color: #6f8924;
	text-shadow: none
}

body .cta-block::before {
	background-color: #abce45
}

body .cta-block .container::after,
body .cta-block .container::before {
	background-color: #abce45
}

body #navbar-segmento {
	border-top-width: 0;
	border-bottom: 2px solid #abce45;
	background: #f9f9f9 url(../img/segmento/bg-submenu.png) repeat 0 0
}

body #navbar-segmento .container {
	text-align: center
}

body #navbar-segmento ul {
	margin: 0
}

body #navbar-segmento ul li {
	position: relative
}

body #navbar-segmento ul li a {
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 50px;
	color: #666
}

body #navbar-segmento ul li a:after {
	float: left;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 10px;
	height: 5px;
	border-radius: 5px 5px 0 0;
	margin-left: -5px;
	white-space: nowrap;
	background-color: transparent
}

body #navbar-segmento ul li a:hover:after {
	background-color: #ddd
}

body #navbar-segmento ul li.active>a,
body #navbar-segmento ul li.active>a:focus,
body #navbar-segmento ul li.active>a:hover {
	color: #000;
	background-color: transparent
}

body #navbar-segmento ul li.active>a:after,
body #navbar-segmento ul li.active>a:focus:after,
body #navbar-segmento ul li.active>a:hover:after {
	display: block;
	background-color: #abce45
}

body #menu-segmento {
	display: inline-block;
	float: none
}

body #menu-segmento ul li.active,
body #menu-segmento ul li:active,
body #menu-segmento ul li:hover {
	border-left-color: #abce45;
	border-bottom-color: #abce45
}

body .timeline-badge.timeline-date {
	background-color: #a0c534 !important
}

body #news {
	background-color: #809d29
}

body .avatar {
	border-color: #abce45
}

body #solucoes small,
body #solucoes2 small {
	color: #cfe396
}

body.logistica .btn-cta {
	color: #bc2051;
	background-color: #A61C48;
	border-color: #90183f;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	color: #fff !important
}

.open .dropdown-togglebody.logistica .btn-cta,
body.logistica .btn-cta.active,
body.logistica .btn-cta:active,
body.logistica .btn-cta:focus,
body.logistica .btn-cta:hover {
	color: #bc2051;
	background-color: #831639;
	border-color: #5c0f28
}

.open .dropdown-togglebody.logistica .btn-cta,
body.logistica .btn-cta.active,
body.logistica .btn-cta:active {
	background-image: none
}

body.logistica .btn-cta.disabled,
body.logistica .btn-cta.disabled.active,
body.logistica .btn-cta.disabled:active,
body.logistica .btn-cta.disabled:focus,
body.logistica .btn-cta.disabled:hover,
body.logistica .btn-cta[disabled],
body.logistica .btn-cta[disabled].active,
body.logistica .btn-cta[disabled]:active,
body.logistica .btn-cta[disabled]:focus,
body.logistica .btn-cta[disabled]:hover,
fieldset[disabled] body.logistica .btn-cta,
fieldset[disabled] body.logistica .btn-cta.active,
fieldset[disabled] body.logistica .btn-cta:active,
fieldset[disabled] body.logistica .btn-cta:focus,
fieldset[disabled] body.logistica .btn-cta:hover {
	background-color: #A61C48;
	border-color: #90183f
}

body.logistica .btn-cta .badge {
	color: #A61C48;
	background-color: #bc2051
}

body.logistica .cta-header {
	background-color: #A61C48
}

body.logistica .cta-header .nav-cta>li>a span.block {
	color: #4f0d22
}

body.logistica .cta-header .nav-cta>li>a span.block i.ico-float {
	color: #fff
}

body.logistica .cta-header .nav-cta>li>a span.block strong {
	color: #fff
}

body.logistica .cta-header .nav-cta>li>a:focus {
	background-color: #A61C48
}

body.logistica .cta-header .nav-cta>li>a:hover {
	background-color: #90183f;
	border-color: transparent
}

body.logistica .cta-header .nav-cta>li.active>a,
body.logistica .cta-header .nav-cta>li.active>a:focus,
body.logistica .cta-header .nav-cta>li.active>a:hover {
	color: #777;
	background: #fff url(../img/layout/close-tab.png) no-repeat 90% 50%
}

body.logistica .cta-header .nav-cta>li.active>a span>i.ico,
body.logistica .cta-header .nav-cta>li.active>a span>strong,
body.logistica .cta-header .nav-cta>li.active>a:focus span>i.ico,
body.logistica .cta-header .nav-cta>li.active>a:focus span>strong,
body.logistica .cta-header .nav-cta>li.active>a:hover span>i.ico,
body.logistica .cta-header .nav-cta>li.active>a:hover span>strong {
	color: #4f0d22;
	text-shadow: none
}

body.logistica .cta-block::before {
	background-color: #abce45
}

body.logistica .cta-block .container::after,
body.logistica .cta-block .container::before {
	background-color: #abce45
}

body.logistica #navbar-segmento {
	border-top-width: 0;
	border-bottom: 2px solid #A61C48;
	background: #f9f9f9 url(../img/segmento/bg-submenu.png) repeat 0 0
}

body.logistica #navbar-segmento .container {
	text-align: center
}

body.logistica #navbar-segmento ul {
	margin: 0
}

body.logistica #navbar-segmento ul li {
	position: relative
}

body.logistica #navbar-segmento ul li a {
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 50px;
	color: #666
}

body.logistica #navbar-segmento ul li a:after {
	float: left;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 10px;
	height: 5px;
	border-radius: 5px 5px 0 0;
	margin-left: -5px;
	white-space: nowrap;
	background-color: transparent
}

body.logistica #navbar-segmento ul li a:hover:after {
	background-color: #ddd
}

body.logistica #navbar-segmento ul li.active>a,
body.logistica #navbar-segmento ul li.active>a:focus,
body.logistica #navbar-segmento ul li.active>a:hover {
	color: #000;
	background-color: transparent
}

body.logistica #navbar-segmento ul li.active>a:after,
body.logistica #navbar-segmento ul li.active>a:focus:after,
body.logistica #navbar-segmento ul li.active>a:hover:after {
	display: block;
	background-color: #A61C48
}

body.logistica #menu-segmento {
	display: inline-block;
	float: none
}

body.logistica #menu-segmento ul li.active,
body.logistica #menu-segmento ul li:active,
body.logistica #menu-segmento ul li:hover {
	border-left-color: #A61C48;
	border-bottom-color: #A61C48
}

body.logistica .timeline-badge.timeline-date {
	background-color: #90183f !important
}

body.logistica #news {
	background-color: #65112c
}

body.logistica .avatar {
	border-color: #A61C48
}

body.logistica #solucoes small,
body.logistica #solucoes2 small {
	color: #e04878
}

body.agrobusiness .btn-cta {
	color: #afd34c;
	background-color: #A6CE38;
	border-color: #98be2f;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	color: #fff !important
}

.open .dropdown-togglebody.agrobusiness .btn-cta,
body.agrobusiness .btn-cta.active,
body.agrobusiness .btn-cta:active,
body.agrobusiness .btn-cta:focus,
body.agrobusiness .btn-cta:hover {
	color: #afd34c;
	background-color: #8eb12c;
	border-color: #708d23
}

.open .dropdown-togglebody.agrobusiness .btn-cta,
body.agrobusiness .btn-cta.active,
body.agrobusiness .btn-cta:active {
	background-image: none
}

body.agrobusiness .btn-cta.disabled,
body.agrobusiness .btn-cta.disabled.active,
body.agrobusiness .btn-cta.disabled:active,
body.agrobusiness .btn-cta.disabled:focus,
body.agrobusiness .btn-cta.disabled:hover,
body.agrobusiness .btn-cta[disabled],
body.agrobusiness .btn-cta[disabled].active,
body.agrobusiness .btn-cta[disabled]:active,
body.agrobusiness .btn-cta[disabled]:focus,
body.agrobusiness .btn-cta[disabled]:hover,
fieldset[disabled] body.agrobusiness .btn-cta,
fieldset[disabled] body.agrobusiness .btn-cta.active,
fieldset[disabled] body.agrobusiness .btn-cta:active,
fieldset[disabled] body.agrobusiness .btn-cta:focus,
fieldset[disabled] body.agrobusiness .btn-cta:hover {
	background-color: #A6CE38;
	border-color: #98be2f
}

body.agrobusiness .btn-cta .badge {
	color: #A6CE38;
	background-color: #afd34c
}

body.agrobusiness .cta-header {
	background-color: #A6CE38
}

body.agrobusiness .cta-header .nav-cta>li>a span.block {
	color: #678020
}

body.agrobusiness .cta-header .nav-cta>li>a span.block i.ico-float {
	color: #fff
}

body.agrobusiness .cta-header .nav-cta>li>a span.block strong {
	color: #fff
}

body.agrobusiness .cta-header .nav-cta>li>a:focus {
	background-color: #A6CE38
}

body.agrobusiness .cta-header .nav-cta>li>a:hover {
	background-color: #98be2f;
	border-color: transparent
}

body.agrobusiness .cta-header .nav-cta>li.active>a,
body.agrobusiness .cta-header .nav-cta>li.active>a:focus,
body.agrobusiness .cta-header .nav-cta>li.active>a:hover {
	color: #777;
	background: #fff url(../img/layout/close-tab.png) no-repeat 90% 50%
}

body.agrobusiness .cta-header .nav-cta>li.active>a span>i.ico,
body.agrobusiness .cta-header .nav-cta>li.active>a span>strong,
body.agrobusiness .cta-header .nav-cta>li.active>a:focus span>i.ico,
body.agrobusiness .cta-header .nav-cta>li.active>a:focus span>strong,
body.agrobusiness .cta-header .nav-cta>li.active>a:hover span>i.ico,
body.agrobusiness .cta-header .nav-cta>li.active>a:hover span>strong {
	color: #678020;
	text-shadow: none
}

body.agrobusiness .cta-block::before {
	background-color: #abce45
}

body.agrobusiness .cta-block .container::after,
body.agrobusiness .cta-block .container::before {
	background-color: #abce45
}

body.agrobusiness #navbar-segmento {
	border-top-width: 0;
	border-bottom: 2px solid #A6CE38;
	background: #f9f9f9 url(../img/segmento/bg-submenu.png) repeat 0 0
}

body.agrobusiness #navbar-segmento .container {
	text-align: center
}

body.agrobusiness #navbar-segmento ul {
	margin: 0
}

body.agrobusiness #navbar-segmento ul li {
	position: relative
}

body.agrobusiness #navbar-segmento ul li a {
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 50px;
	color: #666
}

body.agrobusiness #navbar-segmento ul li a:after {
	float: left;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 10px;
	height: 5px;
	border-radius: 5px 5px 0 0;
	margin-left: -5px;
	white-space: nowrap;
	background-color: transparent
}

body.agrobusiness #navbar-segmento ul li a:hover:after {
	background-color: #ddd
}

body.agrobusiness #navbar-segmento ul li.active>a,
body.agrobusiness #navbar-segmento ul li.active>a:focus,
body.agrobusiness #navbar-segmento ul li.active>a:hover {
	color: #000;
	background-color: transparent
}

body.agrobusiness #navbar-segmento ul li.active>a:after,
body.agrobusiness #navbar-segmento ul li.active>a:focus:after,
body.agrobusiness #navbar-segmento ul li.active>a:hover:after {
	display: block;
	background-color: #A6CE38
}

body.agrobusiness #menu-segmento {
	display: inline-block;
	float: none
}

body.agrobusiness #menu-segmento ul li.active,
body.agrobusiness #menu-segmento ul li:active,
body.agrobusiness #menu-segmento ul li:hover {
	border-left-color: #A6CE38;
	border-bottom-color: #A6CE38
}

body.agrobusiness .timeline-badge.timeline-date {
	background-color: #98be2f !important
}

body.agrobusiness #news {
	background-color: #779525
}

body.agrobusiness .avatar {
	border-color: #A6CE38
}

body.agrobusiness #solucoes small,
body.agrobusiness #solucoes2 small {
	color: #cbe28a
}

body.combustiveis .btn-cta {
	color: #e0bc52;
	background-color: #DCB43C;
	border-color: #d8ac27;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	color: #fff !important
}

.open .dropdown-togglebody.combustiveis .btn-cta,
body.combustiveis .btn-cta.active,
body.combustiveis .btn-cta:active,
body.combustiveis .btn-cta:focus,
body.combustiveis .btn-cta:hover {
	color: #e0bc52;
	background-color: #cba124;
	border-color: #a4821d
}

.open .dropdown-togglebody.combustiveis .btn-cta,
body.combustiveis .btn-cta.active,
body.combustiveis .btn-cta:active {
	background-image: none
}

body.combustiveis .btn-cta.disabled,
body.combustiveis .btn-cta.disabled.active,
body.combustiveis .btn-cta.disabled:active,
body.combustiveis .btn-cta.disabled:focus,
body.combustiveis .btn-cta.disabled:hover,
body.combustiveis .btn-cta[disabled],
body.combustiveis .btn-cta[disabled].active,
body.combustiveis .btn-cta[disabled]:active,
body.combustiveis .btn-cta[disabled]:focus,
body.combustiveis .btn-cta[disabled]:hover,
fieldset[disabled] body.combustiveis .btn-cta,
fieldset[disabled] body.combustiveis .btn-cta.active,
fieldset[disabled] body.combustiveis .btn-cta:active,
fieldset[disabled] body.combustiveis .btn-cta:focus,
fieldset[disabled] body.combustiveis .btn-cta:hover {
	background-color: #DCB43C;
	border-color: #d8ac27
}

body.combustiveis .btn-cta .badge {
	color: #DCB43C;
	background-color: #e0bc52
}

body.combustiveis .cta-header {
	background-color: #DCB43C
}

body.combustiveis .cta-header .nav-cta>li>a span.block {
	color: #97781b
}

body.combustiveis .cta-header .nav-cta>li>a span.block i.ico-float {
	color: #fff
}

body.combustiveis .cta-header .nav-cta>li>a span.block strong {
	color: #fff
}

body.combustiveis .cta-header .nav-cta>li>a:focus {
	background-color: #DCB43C
}

body.combustiveis .cta-header .nav-cta>li>a:hover {
	background-color: #d8ac27;
	border-color: transparent
}

body.combustiveis .cta-header .nav-cta>li.active>a,
body.combustiveis .cta-header .nav-cta>li.active>a:focus,
body.combustiveis .cta-header .nav-cta>li.active>a:hover {
	color: #777;
	background: #fff url(../img/layout/close-tab.png) no-repeat 90% 50%
}

body.combustiveis .cta-header .nav-cta>li.active>a span>i.ico,
body.combustiveis .cta-header .nav-cta>li.active>a span>strong,
body.combustiveis .cta-header .nav-cta>li.active>a:focus span>i.ico,
body.combustiveis .cta-header .nav-cta>li.active>a:focus span>strong,
body.combustiveis .cta-header .nav-cta>li.active>a:hover span>i.ico,
body.combustiveis .cta-header .nav-cta>li.active>a:hover span>strong {
	color: #97781b;
	text-shadow: none
}

body.combustiveis .cta-block::before {
	background-color: #abce45
}

body.combustiveis .cta-block .container::after,
body.combustiveis .cta-block .container::before {
	background-color: #abce45
}

body.combustiveis #navbar-segmento {
	border-top-width: 0;
	border-bottom: 2px solid #DCB43C;
	background: #f9f9f9 url(../img/segmento/bg-submenu.png) repeat 0 0
}

body.combustiveis #navbar-segmento .container {
	text-align: center
}

body.combustiveis #navbar-segmento ul {
	margin: 0
}

body.combustiveis #navbar-segmento ul li {
	position: relative
}

body.combustiveis #navbar-segmento ul li a {
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 50px;
	color: #666
}

body.combustiveis #navbar-segmento ul li a:after {
	float: left;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 10px;
	height: 5px;
	border-radius: 5px 5px 0 0;
	margin-left: -5px;
	white-space: nowrap;
	background-color: transparent
}

body.combustiveis #navbar-segmento ul li a:hover:after {
	background-color: #ddd
}

body.combustiveis #navbar-segmento ul li.active>a,
body.combustiveis #navbar-segmento ul li.active>a:focus,
body.combustiveis #navbar-segmento ul li.active>a:hover {
	color: #000;
	background-color: transparent
}

body.combustiveis #navbar-segmento ul li.active>a:after,
body.combustiveis #navbar-segmento ul li.active>a:focus:after,
body.combustiveis #navbar-segmento ul li.active>a:hover:after {
	display: block;
	background-color: #DCB43C
}

body.combustiveis #menu-segmento {
	display: inline-block;
	float: none
}

body.combustiveis #menu-segmento ul li.active,
body.combustiveis #menu-segmento ul li:active,
body.combustiveis #menu-segmento ul li:hover {
	border-left-color: #DCB43C;
	border-bottom-color: #DCB43C
}

body.combustiveis .timeline-badge.timeline-date {
	background-color: #d8ac27 !important
}

body.combustiveis #news {
	background-color: #ad891f
}

body.combustiveis .avatar {
	border-color: #DCB43C
}

body.combustiveis #solucoes small,
body.combustiveis #solucoes2 small {
	color: #ecd592
}

body.construcao .btn-cta {
	color: #ffd01e;
	background-color: #FFCB04;
	border-color: #eab900;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	color: #fff !important
}

.open .dropdown-togglebody.construcao .btn-cta,
body.construcao .btn-cta.active,
body.construcao .btn-cta:active,
body.construcao .btn-cta:focus,
body.construcao .btn-cta:hover {
	color: #ffd01e;
	background-color: #daad00;
	border-color: #ac8900
}

.open .dropdown-togglebody.construcao .btn-cta,
body.construcao .btn-cta.active,
body.construcao .btn-cta:active {
	background-image: none
}

body.construcao .btn-cta.disabled,
body.construcao .btn-cta.disabled.active,
body.construcao .btn-cta.disabled:active,
body.construcao .btn-cta.disabled:focus,
body.construcao .btn-cta.disabled:hover,
body.construcao .btn-cta[disabled],
body.construcao .btn-cta[disabled].active,
body.construcao .btn-cta[disabled]:active,
body.construcao .btn-cta[disabled]:focus,
body.construcao .btn-cta[disabled]:hover,
fieldset[disabled] body.construcao .btn-cta,
fieldset[disabled] body.construcao .btn-cta.active,
fieldset[disabled] body.construcao .btn-cta:active,
fieldset[disabled] body.construcao .btn-cta:focus,
fieldset[disabled] body.construcao .btn-cta:hover {
	background-color: #FFCB04;
	border-color: #eab900
}

body.construcao .btn-cta .badge {
	color: #FFCB04;
	background-color: #ffd01e
}

body.construcao .cta-header {
	background-color: #FFCB04
}

body.construcao .cta-header .nav-cta>li>a span.block {
	color: #9d7c00
}

body.construcao .cta-header .nav-cta>li>a span.block i.ico-float {
	color: #fff
}

body.construcao .cta-header .nav-cta>li>a span.block strong {
	color: #fff
}

body.construcao .cta-header .nav-cta>li>a:focus {
	background-color: #FFCB04
}

body.construcao .cta-header .nav-cta>li>a:hover {
	background-color: #eab900;
	border-color: transparent
}

body.construcao .cta-header .nav-cta>li.active>a,
body.construcao .cta-header .nav-cta>li.active>a:focus,
body.construcao .cta-header .nav-cta>li.active>a:hover {
	color: #777;
	background: #fff url(../img/layout/close-tab.png) no-repeat 90% 50%
}

body.construcao .cta-header .nav-cta>li.active>a span>i.ico,
body.construcao .cta-header .nav-cta>li.active>a span>strong,
body.construcao .cta-header .nav-cta>li.active>a:focus span>i.ico,
body.construcao .cta-header .nav-cta>li.active>a:focus span>strong,
body.construcao .cta-header .nav-cta>li.active>a:hover span>i.ico,
body.construcao .cta-header .nav-cta>li.active>a:hover span>strong {
	color: #9d7c00;
	text-shadow: none
}

body.construcao .cta-block::before {
	background-color: #abce45
}

body.construcao .cta-block .container::after,
body.construcao .cta-block .container::before {
	background-color: #abce45
}

body.construcao #navbar-segmento {
	border-top-width: 0;
	border-bottom: 2px solid #FFCB04;
	background: #f9f9f9 url(../img/segmento/bg-submenu.png) repeat 0 0
}

body.construcao #navbar-segmento .container {
	text-align: center
}

body.construcao #navbar-segmento ul {
	margin: 0
}

body.construcao #navbar-segmento ul li {
	position: relative
}

body.construcao #navbar-segmento ul li a {
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 50px;
	color: #666
}

body.construcao #navbar-segmento ul li a:after {
	float: left;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 10px;
	height: 5px;
	border-radius: 5px 5px 0 0;
	margin-left: -5px;
	white-space: nowrap;
	background-color: transparent
}

body.construcao #navbar-segmento ul li a:hover:after {
	background-color: #ddd
}

body.construcao #navbar-segmento ul li.active>a,
body.construcao #navbar-segmento ul li.active>a:focus,
body.construcao #navbar-segmento ul li.active>a:hover {
	color: #000;
	background-color: transparent
}

body.construcao #navbar-segmento ul li.active>a:after,
body.construcao #navbar-segmento ul li.active>a:focus:after,
body.construcao #navbar-segmento ul li.active>a:hover:after {
	display: block;
	background-color: #FFCB04
}

body.construcao #menu-segmento {
	display: inline-block;
	float: none
}

body.construcao #menu-segmento ul li.active,
body.construcao #menu-segmento ul li:active,
body.construcao #menu-segmento ul li:hover {
	border-left-color: #FFCB04;
	border-bottom-color: #FFCB04
}

body.construcao .timeline-badge.timeline-date {
	background-color: #eab900 !important
}

body.construcao #news {
	background-color: #b69100
}

body.construcao .avatar {
	border-color: #FFCB04
}

body.construcao #solucoes small,
body.construcao #solucoes2 small {
	color: #ffe06a
}

body.manufatura .btn-cta {
	color: #8397a8;
	background-color: #748A9D;
	border-color: #667d91;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	color: #fff !important
}

.open .dropdown-togglebody.manufatura .btn-cta,
body.manufatura .btn-cta.active,
body.manufatura .btn-cta:active,
body.manufatura .btn-cta:focus,
body.manufatura .btn-cta:hover {
	color: #8397a8;
	background-color: #607688;
	border-color: #4d5e6d
}

.open .dropdown-togglebody.manufatura .btn-cta,
body.manufatura .btn-cta.active,
body.manufatura .btn-cta:active {
	background-image: none
}

body.manufatura .btn-cta.disabled,
body.manufatura .btn-cta.disabled.active,
body.manufatura .btn-cta.disabled:active,
body.manufatura .btn-cta.disabled:focus,
body.manufatura .btn-cta.disabled:hover,
body.manufatura .btn-cta[disabled],
body.manufatura .btn-cta[disabled].active,
body.manufatura .btn-cta[disabled]:active,
body.manufatura .btn-cta[disabled]:focus,
body.manufatura .btn-cta[disabled]:hover,
fieldset[disabled] body.manufatura .btn-cta,
fieldset[disabled] body.manufatura .btn-cta.active,
fieldset[disabled] body.manufatura .btn-cta:active,
fieldset[disabled] body.manufatura .btn-cta:focus,
fieldset[disabled] body.manufatura .btn-cta:hover {
	background-color: #748A9D;
	border-color: #667d91
}

body.manufatura .btn-cta .badge {
	color: #748A9D;
	background-color: #8397a8
}

body.manufatura .cta-header {
	background-color: #748A9D
}

body.manufatura .cta-header .nav-cta>li>a span.block {
	color: #475764
}

body.manufatura .cta-header .nav-cta>li>a span.block i.ico-float {
	color: #fff
}

body.manufatura .cta-header .nav-cta>li>a span.block strong {
	color: #fff
}

body.manufatura .cta-header .nav-cta>li>a:focus {
	background-color: #748A9D
}

body.manufatura .cta-header .nav-cta>li>a:hover {
	background-color: #667d91;
	border-color: transparent
}

body.manufatura .cta-header .nav-cta>li.active>a,
body.manufatura .cta-header .nav-cta>li.active>a:focus,
body.manufatura .cta-header .nav-cta>li.active>a:hover {
	color: #777;
	background: #fff url(../img/layout/close-tab.png) no-repeat 90% 50%
}

body.manufatura .cta-header .nav-cta>li.active>a span>i.ico,
body.manufatura .cta-header .nav-cta>li.active>a span>strong,
body.manufatura .cta-header .nav-cta>li.active>a:focus span>i.ico,
body.manufatura .cta-header .nav-cta>li.active>a:focus span>strong,
body.manufatura .cta-header .nav-cta>li.active>a:hover span>i.ico,
body.manufatura .cta-header .nav-cta>li.active>a:hover span>strong {
	color: #475764;
	text-shadow: none
}

body.manufatura .cta-block::before {
	background-color: #abce45
}

body.manufatura .cta-block .container::after,
body.manufatura .cta-block .container::before {
	background-color: #abce45
}

body.manufatura #navbar-segmento {
	border-top-width: 0;
	border-bottom: 2px solid #748A9D;
	background: #f9f9f9 url(../img/segmento/bg-submenu.png) repeat 0 0
}

body.manufatura #navbar-segmento .container {
	text-align: center
}

body.manufatura #navbar-segmento ul {
	margin: 0
}

body.manufatura #navbar-segmento ul li {
	position: relative
}

body.manufatura #navbar-segmento ul li a {
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 50px;
	color: #666
}

body.manufatura #navbar-segmento ul li a:after {
	float: left;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 10px;
	height: 5px;
	border-radius: 5px 5px 0 0;
	margin-left: -5px;
	white-space: nowrap;
	background-color: transparent
}

body.manufatura #navbar-segmento ul li a:hover:after {
	background-color: #ddd
}

body.manufatura #navbar-segmento ul li.active>a,
body.manufatura #navbar-segmento ul li.active>a:focus,
body.manufatura #navbar-segmento ul li.active>a:hover {
	color: #000;
	background-color: transparent
}

body.manufatura #navbar-segmento ul li.active>a:after,
body.manufatura #navbar-segmento ul li.active>a:focus:after,
body.manufatura #navbar-segmento ul li.active>a:hover:after {
	display: block;
	background-color: #748A9D
}

body.manufatura #menu-segmento {
	display: inline-block;
	float: none
}

body.manufatura #menu-segmento ul li.active,
body.manufatura #menu-segmento ul li:active,
body.manufatura #menu-segmento ul li:hover {
	border-left-color: #748A9D;
	border-bottom-color: #748A9D
}

body.manufatura .timeline-badge.timeline-date {
	background-color: #667d91 !important
}

body.manufatura #news {
	background-color: #516373
}

body.manufatura .avatar {
	border-color: #748A9D
}

body.manufatura #solucoes small,
body.manufatura #solucoes2 small {
	color: #b0bcc7
}

body.logistica .btn-cta {
	color: #bc2051;
	background-color: #A61C48;
	border-color: #90183f;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	color: #fff !important
}

.open .dropdown-togglebody.logistica .btn-cta,
body.logistica .btn-cta.active,
body.logistica .btn-cta:active,
body.logistica .btn-cta:focus,
body.logistica .btn-cta:hover {
	color: #bc2051;
	background-color: #831639;
	border-color: #5c0f28
}

.open .dropdown-togglebody.logistica .btn-cta,
body.logistica .btn-cta.active,
body.logistica .btn-cta:active {
	background-image: none
}

body.logistica .btn-cta.disabled,
body.logistica .btn-cta.disabled.active,
body.logistica .btn-cta.disabled:active,
body.logistica .btn-cta.disabled:focus,
body.logistica .btn-cta.disabled:hover,
body.logistica .btn-cta[disabled],
body.logistica .btn-cta[disabled].active,
body.logistica .btn-cta[disabled]:active,
body.logistica .btn-cta[disabled]:focus,
body.logistica .btn-cta[disabled]:hover,
fieldset[disabled] body.logistica .btn-cta,
fieldset[disabled] body.logistica .btn-cta.active,
fieldset[disabled] body.logistica .btn-cta:active,
fieldset[disabled] body.logistica .btn-cta:focus,
fieldset[disabled] body.logistica .btn-cta:hover {
	background-color: #A61C48;
	border-color: #90183f
}

body.logistica .btn-cta .badge {
	color: #A61C48;
	background-color: #bc2051
}

body.logistica .cta-header {
	background-color: #A61C48
}

body.logistica .cta-header .nav-cta>li>a span.block {
	color: #4f0d22
}

body.logistica .cta-header .nav-cta>li>a span.block i.ico-float {
	color: #fff
}

body.logistica .cta-header .nav-cta>li>a span.block strong {
	color: #fff
}

body.logistica .cta-header .nav-cta>li>a:focus {
	background-color: #A61C48
}

body.logistica .cta-header .nav-cta>li>a:hover {
	background-color: #90183f;
	border-color: transparent
}

body.logistica .cta-header .nav-cta>li.active>a,
body.logistica .cta-header .nav-cta>li.active>a:focus,
body.logistica .cta-header .nav-cta>li.active>a:hover {
	color: #777;
	background: #fff url(../img/layout/close-tab.png) no-repeat 90% 50%
}

body.logistica .cta-header .nav-cta>li.active>a span>i.ico,
body.logistica .cta-header .nav-cta>li.active>a span>strong,
body.logistica .cta-header .nav-cta>li.active>a:focus span>i.ico,
body.logistica .cta-header .nav-cta>li.active>a:focus span>strong,
body.logistica .cta-header .nav-cta>li.active>a:hover span>i.ico,
body.logistica .cta-header .nav-cta>li.active>a:hover span>strong {
	color: #4f0d22;
	text-shadow: none
}

body.logistica .cta-block::before {
	background-color: #abce45
}

body.logistica .cta-block .container::after,
body.logistica .cta-block .container::before {
	background-color: #abce45
}

body.logistica #navbar-segmento {
	border-top-width: 0;
	border-bottom: 2px solid #A61C48;
	background: #f9f9f9 url(../img/segmento/bg-submenu.png) repeat 0 0
}

body.logistica #navbar-segmento .container {
	text-align: center
}

body.logistica #navbar-segmento ul {
	margin: 0
}

body.logistica #navbar-segmento ul li {
	position: relative
}

body.logistica #navbar-segmento ul li a {
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 50px;
	color: #666
}

body.logistica #navbar-segmento ul li a:after {
	float: left;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 10px;
	height: 5px;
	border-radius: 5px 5px 0 0;
	margin-left: -5px;
	white-space: nowrap;
	background-color: transparent
}

body.logistica #navbar-segmento ul li a:hover:after {
	background-color: #ddd
}

body.logistica #navbar-segmento ul li.active>a,
body.logistica #navbar-segmento ul li.active>a:focus,
body.logistica #navbar-segmento ul li.active>a:hover {
	color: #000;
	background-color: transparent
}

body.logistica #navbar-segmento ul li.active>a:after,
body.logistica #navbar-segmento ul li.active>a:focus:after,
body.logistica #navbar-segmento ul li.active>a:hover:after {
	display: block;
	background-color: #A61C48
}

body.logistica #menu-segmento {
	display: inline-block;
	float: none
}

body.logistica #menu-segmento ul li.active,
body.logistica #menu-segmento ul li:active,
body.logistica #menu-segmento ul li:hover {
	border-left-color: #A61C48;
	border-bottom-color: #A61C48
}

body.logistica .timeline-badge.timeline-date {
	background-color: #90183f !important
}

body.logistica #news {
	background-color: #65112c
}

body.logistica .avatar {
	border-color: #A61C48
}

body.logistica #solucoes small,
body.logistica #solucoes2 small {
	color: #e04878
}

body.empresarial .btn-cta {
	color: #00a0ee;
	background-color: #008FD4;
	border-color: #007ebb;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	color: #fff !important
}

.open .dropdown-togglebody.empresarial .btn-cta,
body.empresarial .btn-cta.active,
body.empresarial .btn-cta:active,
body.empresarial .btn-cta:focus,
body.empresarial .btn-cta:hover {
	color: #00a0ee;
	background-color: #0073ab;
	border-color: #00557d
}

.open .dropdown-togglebody.empresarial .btn-cta,
body.empresarial .btn-cta.active,
body.empresarial .btn-cta:active {
	background-image: none
}

body.empresarial .btn-cta.disabled,
body.empresarial .btn-cta.disabled.active,
body.empresarial .btn-cta.disabled:active,
body.empresarial .btn-cta.disabled:focus,
body.empresarial .btn-cta.disabled:hover,
body.empresarial .btn-cta[disabled],
body.empresarial .btn-cta[disabled].active,
body.empresarial .btn-cta[disabled]:active,
body.empresarial .btn-cta[disabled]:focus,
body.empresarial .btn-cta[disabled]:hover,
fieldset[disabled] body.empresarial .btn-cta,
fieldset[disabled] body.empresarial .btn-cta.active,
fieldset[disabled] body.empresarial .btn-cta:active,
fieldset[disabled] body.empresarial .btn-cta:focus,
fieldset[disabled] body.empresarial .btn-cta:hover {
	background-color: #008FD4;
	border-color: #007ebb
}

body.empresarial .btn-cta .badge {
	color: #008FD4;
	background-color: #00a0ee
}

body.empresarial .cta-header {
	background-color: #008FD4
}

body.empresarial .cta-header .nav-cta>li>a span.block {
	color: #004a6e
}

body.empresarial .cta-header .nav-cta>li>a span.block i.ico-float {
	color: #fff
}

body.empresarial .cta-header .nav-cta>li>a span.block strong {
	color: #fff
}

body.empresarial .cta-header .nav-cta>li>a:focus {
	background-color: #008FD4
}

body.empresarial .cta-header .nav-cta>li>a:hover {
	background-color: #007ebb;
	border-color: transparent
}

body.empresarial .cta-header .nav-cta>li.active>a,
body.empresarial .cta-header .nav-cta>li.active>a:focus,
body.empresarial .cta-header .nav-cta>li.active>a:hover {
	color: #777;
	background: #fff url(../img/layout/close-tab.png) no-repeat 90% 50%
}

body.empresarial .cta-header .nav-cta>li.active>a span>i.ico,
body.empresarial .cta-header .nav-cta>li.active>a span>strong,
body.empresarial .cta-header .nav-cta>li.active>a:focus span>i.ico,
body.empresarial .cta-header .nav-cta>li.active>a:focus span>strong,
body.empresarial .cta-header .nav-cta>li.active>a:hover span>i.ico,
body.empresarial .cta-header .nav-cta>li.active>a:hover span>strong {
	color: #004a6e;
	text-shadow: none
}

body.empresarial .cta-block::before {
	background-color: #abce45
}

body.empresarial .cta-block .container::after,
body.empresarial .cta-block .container::before {
	background-color: #abce45
}

body.empresarial #navbar-segmento {
	border-top-width: 0;
	border-bottom: 2px solid #008FD4;
	background: #f9f9f9 url(../img/segmento/bg-submenu.png) repeat 0 0
}

body.empresarial #navbar-segmento .container {
	text-align: center
}

body.empresarial #navbar-segmento ul {
	margin: 0
}

body.empresarial #navbar-segmento ul li {
	position: relative
}

body.empresarial #navbar-segmento ul li a {
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 50px;
	color: #666
}

body.empresarial #navbar-segmento ul li a:after {
	float: left;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 10px;
	height: 5px;
	border-radius: 5px 5px 0 0;
	margin-left: -5px;
	white-space: nowrap;
	background-color: transparent
}

body.empresarial #navbar-segmento ul li a:hover:after {
	background-color: #ddd
}

body.empresarial #navbar-segmento ul li.active>a,
body.empresarial #navbar-segmento ul li.active>a:focus,
body.empresarial #navbar-segmento ul li.active>a:hover {
	color: #000;
	background-color: transparent
}

body.empresarial #navbar-segmento ul li.active>a:after,
body.empresarial #navbar-segmento ul li.active>a:focus:after,
body.empresarial #navbar-segmento ul li.active>a:hover:after {
	display: block;
	background-color: #008FD4
}

body.empresarial #menu-segmento {
	display: inline-block;
	float: none
}

body.empresarial #menu-segmento ul li.active,
body.empresarial #menu-segmento ul li:active,
body.empresarial #menu-segmento ul li:hover {
	border-left-color: #008FD4;
	border-bottom-color: #008FD4
}

body.empresarial .timeline-badge.timeline-date {
	background-color: #007ebb !important
}

body.empresarial #news {
	background-color: #005b88
}

body.empresarial .avatar {
	border-color: #008FD4
}

body.empresarial #solucoes small,
body.empresarial #solucoes2 small {
	color: #3bbfff
}

body.estrategico .btn-cta {
	color: #c8cacc;
	background-color: #BBBDC0;
	border-color: #aeb0b4;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	color: #fff !important
}

.open .dropdown-togglebody.estrategico .btn-cta,
body.estrategico .btn-cta.active,
body.estrategico .btn-cta:active,
body.estrategico .btn-cta:focus,
body.estrategico .btn-cta:hover {
	color: #c8cacc;
	background-color: #a6a8ac;
	border-color: #8e9196
}

.open .dropdown-togglebody.estrategico .btn-cta,
body.estrategico .btn-cta.active,
body.estrategico .btn-cta:active {
	background-image: none
}

body.estrategico .btn-cta.disabled,
body.estrategico .btn-cta.disabled.active,
body.estrategico .btn-cta.disabled:active,
body.estrategico .btn-cta.disabled:focus,
body.estrategico .btn-cta.disabled:hover,
body.estrategico .btn-cta[disabled],
body.estrategico .btn-cta[disabled].active,
body.estrategico .btn-cta[disabled]:active,
body.estrategico .btn-cta[disabled]:focus,
body.estrategico .btn-cta[disabled]:hover,
fieldset[disabled] body.estrategico .btn-cta,
fieldset[disabled] body.estrategico .btn-cta.active,
fieldset[disabled] body.estrategico .btn-cta:active,
fieldset[disabled] body.estrategico .btn-cta:focus,
fieldset[disabled] body.estrategico .btn-cta:hover {
	background-color: #BBBDC0;
	border-color: #aeb0b4
}

body.estrategico .btn-cta .badge {
	color: #BBBDC0;
	background-color: #c8cacc
}

body.estrategico .cta-header {
	background-color: #BBBDC0
}

body.estrategico .cta-header .nav-cta>li>a span.block {
	color: #868a8f
}

body.estrategico .cta-header .nav-cta>li>a span.block i.ico-float {
	color: #fff
}

body.estrategico .cta-header .nav-cta>li>a span.block strong {
	color: #fff
}

body.estrategico .cta-header .nav-cta>li>a:focus {
	background-color: #BBBDC0
}

body.estrategico .cta-header .nav-cta>li>a:hover {
	background-color: #aeb0b4;
	border-color: transparent
}

body.estrategico .cta-header .nav-cta>li.active>a,
body.estrategico .cta-header .nav-cta>li.active>a:focus,
body.estrategico .cta-header .nav-cta>li.active>a:hover {
	color: #777;
	background: #fff url(../img/layout/close-tab.png) no-repeat 90% 50%
}

body.estrategico .cta-header .nav-cta>li.active>a span>i.ico,
body.estrategico .cta-header .nav-cta>li.active>a span>strong,
body.estrategico .cta-header .nav-cta>li.active>a:focus span>i.ico,
body.estrategico .cta-header .nav-cta>li.active>a:focus span>strong,
body.estrategico .cta-header .nav-cta>li.active>a:hover span>i.ico,
body.estrategico .cta-header .nav-cta>li.active>a:hover span>strong {
	color: #868a8f;
	text-shadow: none
}

body.estrategico .cta-block::before {
	background-color: #abce45
}

body.estrategico .cta-block .container::after,
body.estrategico .cta-block .container::before {
	background-color: #abce45
}

body.estrategico #navbar-segmento {
	border-top-width: 0;
	border-bottom: 2px solid #BBBDC0;
	background: #f9f9f9 url(../img/segmento/bg-submenu.png) repeat 0 0
}

body.estrategico #navbar-segmento .container {
	text-align: center
}

body.estrategico #navbar-segmento ul {
	margin: 0
}

body.estrategico #navbar-segmento ul li {
	position: relative
}

body.estrategico #navbar-segmento ul li a {
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 50px;
	color: #666
}

body.estrategico #navbar-segmento ul li a:after {
	float: left;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 10px;
	height: 5px;
	border-radius: 5px 5px 0 0;
	margin-left: -5px;
	white-space: nowrap;
	background-color: transparent
}

body.estrategico #navbar-segmento ul li a:hover:after {
	background-color: #ddd
}

body.estrategico #navbar-segmento ul li.active>a,
body.estrategico #navbar-segmento ul li.active>a:focus,
body.estrategico #navbar-segmento ul li.active>a:hover {
	color: #000;
	background-color: transparent
}

body.estrategico #navbar-segmento ul li.active>a:after,
body.estrategico #navbar-segmento ul li.active>a:focus:after,
body.estrategico #navbar-segmento ul li.active>a:hover:after {
	display: block;
	background-color: #BBBDC0
}

body.estrategico #menu-segmento {
	display: inline-block;
	float: none
}

body.estrategico #menu-segmento ul li.active,
body.estrategico #menu-segmento ul li:active,
body.estrategico #menu-segmento ul li:hover {
	border-left-color: #BBBDC0;
	border-bottom-color: #BBBDC0
}

body.estrategico .timeline-badge.timeline-date {
	background-color: #aeb0b4 !important
}

body.estrategico #news {
	background-color: #93969b
}

body.estrategico .avatar {
	border-color: #BBBDC0
}

body.estrategico #solucoes small,
body.estrategico #solucoes2 small {
	color: #f0f0f1
}

body.servicos .btn-cta {
	color: #4ac8bc;
	background-color: #3abeb2;
	border-color: #34aaa0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	color: #fff !important
}

.open .dropdown-togglebody.servicos .btn-cta,
body.servicos .btn-cta.active,
body.servicos .btn-cta:active,
body.servicos .btn-cta:focus,
body.servicos .btn-cta:hover {
	color: #4ac8bc;
	background-color: #309f95;
	border-color: #267c74
}

.open .dropdown-togglebody.servicos .btn-cta,
body.servicos .btn-cta.active,
body.servicos .btn-cta:active {
	background-image: none
}

body.servicos .btn-cta.disabled,
body.servicos .btn-cta.disabled.active,
body.servicos .btn-cta.disabled:active,
body.servicos .btn-cta.disabled:focus,
body.servicos .btn-cta.disabled:hover,
body.servicos .btn-cta[disabled],
body.servicos .btn-cta[disabled].active,
body.servicos .btn-cta[disabled]:active,
body.servicos .btn-cta[disabled]:focus,
body.servicos .btn-cta[disabled]:hover,
fieldset[disabled] body.servicos .btn-cta,
fieldset[disabled] body.servicos .btn-cta.active,
fieldset[disabled] body.servicos .btn-cta:active,
fieldset[disabled] body.servicos .btn-cta:focus,
fieldset[disabled] body.servicos .btn-cta:hover {
	background-color: #3abeb2;
	border-color: #34aaa0
}

body.servicos .btn-cta .badge {
	color: #3abeb2;
	background-color: #4ac8bc
}

body.servicos .cta-header {
	background-color: #3abeb2
}

body.servicos .cta-header .nav-cta>li>a span.block {
	color: #227069
}

body.servicos .cta-header .nav-cta>li>a span.block i.ico-float {
	color: #fff
}

body.servicos .cta-header .nav-cta>li>a span.block strong {
	color: #fff
}

body.servicos .cta-header .nav-cta>li>a:focus {
	background-color: #3abeb2
}

body.servicos .cta-header .nav-cta>li>a:hover {
	background-color: #34aaa0;
	border-color: transparent
}

body.servicos .cta-header .nav-cta>li.active>a,
body.servicos .cta-header .nav-cta>li.active>a:focus,
body.servicos .cta-header .nav-cta>li.active>a:hover {
	color: #777;
	background: #fff url(../img/layout/close-tab.png) no-repeat 90% 50%
}

body.servicos .cta-header .nav-cta>li.active>a span>i.ico,
body.servicos .cta-header .nav-cta>li.active>a span>strong,
body.servicos .cta-header .nav-cta>li.active>a:focus span>i.ico,
body.servicos .cta-header .nav-cta>li.active>a:focus span>strong,
body.servicos .cta-header .nav-cta>li.active>a:hover span>i.ico,
body.servicos .cta-header .nav-cta>li.active>a:hover span>strong {
	color: #227069;
	text-shadow: none
}

body.servicos .cta-block::before {
	background-color: #abce45
}

body.servicos .cta-block .container::after,
body.servicos .cta-block .container::before {
	background-color: #abce45
}

body.servicos #navbar-segmento {
	border-top-width: 0;
	border-bottom: 2px solid #3abeb2;
	background: #f9f9f9 url(../img/segmento/bg-submenu.png) repeat 0 0
}

body.servicos #navbar-segmento .container {
	text-align: center
}

body.servicos #navbar-segmento ul {
	margin: 0
}

body.servicos #navbar-segmento ul li {
	position: relative
}

body.servicos #navbar-segmento ul li a {
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 50px;
	color: #666
}

body.servicos #navbar-segmento ul li a:after {
	float: left;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 10px;
	height: 5px;
	border-radius: 5px 5px 0 0;
	margin-left: -5px;
	white-space: nowrap;
	background-color: transparent
}

body.servicos #navbar-segmento ul li a:hover:after {
	background-color: #ddd
}

body.servicos #navbar-segmento ul li.active>a,
body.servicos #navbar-segmento ul li.active>a:focus,
body.servicos #navbar-segmento ul li.active>a:hover {
	color: #000;
	background-color: transparent
}

body.servicos #navbar-segmento ul li.active>a:after,
body.servicos #navbar-segmento ul li.active>a:focus:after,
body.servicos #navbar-segmento ul li.active>a:hover:after {
	display: block;
	background-color: #3abeb2
}

body.servicos #menu-segmento {
	display: inline-block;
	float: none
}

body.servicos #menu-segmento ul li.active,
body.servicos #menu-segmento ul li:active,
body.servicos #menu-segmento ul li:hover {
	border-left-color: #3abeb2;
	border-bottom-color: #3abeb2
}

body.servicos .timeline-badge.timeline-date {
	background-color: #34aaa0 !important
}

body.servicos #news {
	background-color: #28837b
}

body.servicos .avatar {
	border-color: #3abeb2
}

body.servicos #solucoes small,
body.servicos #solucoes2 small {
	color: #84dad2
}

#informativo form {
	margin: 30px 0
}

#informativo [class*=" col-"],
#informativo [class^=col-] {
	margin-bottom: 20px
}

#informativo .form-control {
	border-width: 0 !important;
	outline-color: #000 !important
}

#informativo .social-network {
	margin: 0;
	padding: 0
}

#informativo .social-network li {
	list-style: none;
	display: inline-block;
	margin: 0 6px
}

#informativo .social-network li a {
	text-decoration: none;
	display: block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 44px;
	color: #999;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0, 2px, 4px, 0, rgba(0, 0, 0, .15);
	-moz-box-shadow: 0, 2px, 4px, 0, rgba(0, 0, 0, .15);
	box-shadow: 0, 2px, 4px, 0, rgba(0, 0, 0, .15);
	opacity: .8
}

#informativo .social-network li a i {
	font-size: 1.4em
}

#informativo .social-network li a:hover {
	color: #abce45;
	opacity: 1
}

.intro {
	position: relative;
	overflow: hidden;
	background-color: silver;
	padding: 120px 0;
	z-index: 0
}

@media (max-width:991px) {
	.intro .btn {
		margin-top: 20px
	}
}

@media (max-width:767px) {
	.intro {
		padding-top: 300px;
		padding-bottom: 60px
	}
}

.intro .container {
	position: relative;
	z-index: 2
}

.intro .intro__image-float {
	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 1
}

.intro .intro__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.intro .intro__image img {
	display: block;
	position: absolute;
	top: 0;
	right: 50%;
	max-width: none;
	-webkit-transform: translate(50%, 0);
	-moz-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	-o-transform: translate(50%, 0)
}

.intro.intro--small {
	padding: 60px/2 0
}

.intro.intro--white * {
	color: #fff !important
}

.intro .breadcrumb {
	padding: 0;
	margin: 0
}

.intro .breadcrumb li {
	display: inline-block;
	padding: 0;
	margin: 0
}

.intro .breadcrumb li+li::before {
	content: "/";
	margin-right: 5px;
	margin-left: 2px;
	color: rgba(255, 255, 255, .75) !important
}

.intro .breadcrumb li a {
	color: rgba(255, 255, 255, .75) !important
}

.intro .breadcrumb li a:active,
.intro .breadcrumb li a:focus,
.intro .breadcrumb li a:hover {
	color: #fff !important
}

body {
	padding-top: 118px
}

@media (max-width:767px) {
	body {
		padding-top: 70px
	}
}

@media (max-width:767px) {
	body {
		padding-top: 0
	}

	.cta-header,
	.navbar-fixed-top {
		position: relative;
		top: auto;
		padding: 0
	}
}

input[name=ConfirmaEnvio] {
	display: none
}

.bg-agronegocio {
	background-color: #A6CE38 !important
}

.bg-combustiveis,
.bg-combustivel {
	background-color: #DCB43C !important
}

.bg-construcao {
	background-color: #FFCB04 !important
}

.bg-manufatura {
	background-color: #748A9D !important
}

.bg-logistica {
	background-color: #A61C48 !important
}

.bg-empresarial {
	background-color: #008FD4 !important
}

.bg-estrategico {
	background-color: #BBBDC0 !important
}

.bg-servicos {
	background-color: #3abeb2 !important
}

.color-agronegocio {
	color: #A6CE38 !important
}

.color-combustiveis,
.color-combustivel {
	color: #DCB43C !important
}

.color-construcao {
	color: #FFCB04 !important
}

.color-manufatura {
	color: #748A9D !important
}

.color-logistica {
	color: #A61C48 !important
}

.color-empresarial {
	color: #008FD4 !important
}

.color-estrategico {
	color: #BBBDC0 !important
}

.color-servicos {
	color: #3abeb2 !important
}

.color-rh {
	color: #192b54 !important
}

.outline-agronegocio,
.outline-combustiveis,
.outline-combustivel,
.outline-construcao,
.outline-empresarial,
.outline-estrategico,
.outline-industria,
.outline-logistica,
.outline-manufatura,
.outline-rh,
.outline-servicos,
.outline-todos {
	color: #666 !important;
	border: 1px solid #ddd !important;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}

.outline-agronegocio.active,
.outline-agronegocio:focus,
.outline-agronegocio:hover,
.outline-combustiveis.active,
.outline-combustiveis:focus,
.outline-combustiveis:hover,
.outline-combustivel.active,
.outline-combustivel:focus,
.outline-combustivel:hover,
.outline-construcao.active,
.outline-construcao:focus,
.outline-construcao:hover,
.outline-empresarial.active,
.outline-empresarial:focus,
.outline-empresarial:hover,
.outline-estrategico.active,
.outline-estrategico:focus,
.outline-estrategico:hover,
.outline-industria.active,
.outline-industria:focus,
.outline-industria:hover,
.outline-logistica.active,
.outline-logistica:focus,
.outline-logistica:hover,
.outline-manufatura.active,
.outline-manufatura:focus,
.outline-manufatura:hover,
.outline-rh.active,
.outline-rh:focus,
.outline-rh:hover,
.outline-servicos.active,
.outline-servicos:focus,
.outline-servicos:hover,
.outline-todos.active,
.outline-todos:focus,
.outline-todos:hover {
	border-color: transparent !important
}

.outline-todos.active,
.outline-todos:focus,
.outline-todos:hover {
	background-color: #7969b9 !important;
	color: #fff !important
}

.outline-agronegocio.active,
.outline-agronegocio:focus,
.outline-agronegocio:hover {
	background-color: #A6CE38 !important;
	color: #fff !important
}

.outline-combustiveis.active,
.outline-combustiveis:focus,
.outline-combustiveis:hover,
.outline-combustivel.active,
.outline-combustivel:focus,
.outline-combustivel:hover {
	background-color: #DCB43C !important;
	color: #fff !important
}

.outline-construcao.active,
.outline-construcao:focus,
.outline-construcao:hover {
	background-color: #FFCB04 !important;
	color: #fff !important
}

.outline-industria.active,
.outline-industria:focus,
.outline-industria:hover,
.outline-manufatura.active,
.outline-manufatura:focus,
.outline-manufatura:hover {
	background-color: #748A9D !important;
	color: #fff !important
}

.outline-logistica.active,
.outline-logistica:focus,
.outline-logistica:hover {
	background-color: #A61C48 !important;
	color: #fff !important
}

.outline-empresarial.active,
.outline-empresarial:focus,
.outline-empresarial:hover {
	background-color: #008FD4 !important;
	color: #fff !important
}

.outline-estrategico.active,
.outline-estrategico:focus,
.outline-estrategico:hover {
	background-color: #BBBDC0 !important;
	color: #fff !important
}

.outline-servicos.active,
.outline-servicos:focus,
.outline-servicos:hover {
	background-color: #3abeb2 !important;
	color: #fff !important
}

.outline-rh.active,
.outline-rh:focus,
.outline-rh:hover {
	background-color: #192b54 !important;
	color: #fff !important
}

.container-spacing {
	margin-top: 60px;
	margin-bottom: 60px
}

.row-spacing+.row-spacing {
	padding-top: 120px !important
}

@media (max-width:767px) {
	.row-spacing+.row-spacing {
		padding-top: 60px !important
	}
}

.wrap-container {
	margin-top: 0
}

.wrap-container:after,
.wrap-container:before {
	content: " ";
	display: table
}

.wrap-container:after {
	clear: both
}

.wrap-container:after,
.wrap-container:before {
	content: " ";
	display: table
}

.wrap-container:after {
	clear: both
}

.wrap-container .image-lines {
	display: none
}

@media (min-width:768px) {
	.wrap-container .image-lines {
		display: block;
		z-index: 0 !important
	}

	.wrap-container .image-lines:after,
	.wrap-container .image-lines:before {
		display: block;
		float: left;
		content: "";
		position: absolute;
		height: 1px;
		transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		-moz-transform: rotate(-30deg);
		-ms-transform: rotate(-30deg);
		-o-transform: rotate(-30deg)
	}

	.wrap-container .image-lines:before {
		top: 0;
		width: 90%;
		-webkit-transform-origin: top right;
		-moz-transform-origin: top right;
		-ms-transform-origin: top right;
		-o-transform-origin: top right;
		background-color: #abce45
	}

	.wrap-container .image-lines:after {
		bottom: 0;
		width: 60%;
		-webkit-transform-origin: bottom left;
		-moz-transform-origin: bottom left;
		-ms-transform-origin: bottom left;
		-o-transform-origin: bottom left;
		background-color: #999
	}
}

.wrap-container.wrap-container-image {
	position: relative
}

@media (max-width:767px) {
	.wrap-container.wrap-container-image {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (min-width:768px) {
	.wrap-container.wrap-container-image {
		padding-top: 120px;
		padding-bottom: 120px
	}
}

@media (max-width:767px) {
	.wrap-container.wrap-container-image .image-float {
		width: 100%;
		height: 260px;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: contain;
		margin-bottom: 26px
	}
}

@media (min-width:768px) {
	.wrap-container.wrap-container-image .image-float {
		position: absolute;
		background-position: 50% 50%;
		background-repeat: no-repeat
	}

	.wrap-container.wrap-container-image .image-float.image-float-left {
		top: 0;
		right: 55%;
		bottom: 0;
		left: 0;
		background-position: 100% 50%
	}

	.wrap-container.wrap-container-image .image-float.image-float-right {
		top: 0;
		right: 0;
		bottom: 0;
		left: 55%;
		background-position: 0 50%
	}

	.wrap-container.wrap-container-image .image-float.image-float-full {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-size: cover
	}
}

.wrap-container.is-dark {
	color: #fff
}

.wrap-container.wrap-container-white {
	background-color: #fff;
	background-position: 0 50%
}

.wrap-container.wrap-container-gradient {
	position: relative;
	background-color: #90b12f;
	background-image: -webkit-gradient(linear, left top, right top, from(#90b12f), to(#2373ad));
	background-image: -webkit-linear-gradient(left, #90b12f, #2373ad);
	background-image: -moz-linear-gradient(left, #90b12f, #2373ad);
	background-image: -ms-linear-gradient(left, #90b12f, #2373ad);
	background-image: -o-linear-gradient(left, #90b12f, #2373ad)
}

@media (max-width:767px) {
	.wrap-container.wrap-container-gradient .image-float {
		background-image: none !important
	}
}

@media (min-width:768px) {
	.wrap-container.wrap-container-gradient .image-float {
		position: absolute;
		top: 0;
		bottom: 0;
		background-repeat: no-repeat
	}

	.wrap-container.wrap-container-gradient .image-float.image-float-full {
		right: 0;
		left: 0;
		background-size: cover;
		opacity: .08
	}

	.wrap-container.wrap-container-gradient .image-float.image-float-left {
		right: 70%;
		left: 0;
		background-size: auto;
		background-position: 100% 50%
	}

	.wrap-container.wrap-container-gradient .image-float.image-float-right {
		right: 0;
		left: 70%;
		background-size: auto;
		background-position: 0 50%
	}
}

.wrap-container.wrap-container-gradient .box-white {
	background-color: #fff;
	padding: 20px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2), 0 16px 32px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2), 0 16px 32px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2), 0 16px 32px 0 rgba(0, 0, 0, .15)
}

.wrap-container.wrap-container-gradient .box-white .box-white__text {
	padding: 23px 0
}

.wrap-container.wrap-container-gray,
.wrap-container.wrap-container-grey {
	background-color: #f0f1f5;
	background-position: 0 50%
}

.wrap-container.wrap-container-azul,
.wrap-container.wrap-container-blue {
	background-color: #2e8fd5;
	background-position: 0 50%;
	background-image: url(../img/layout/bg-artistic.png);
	background-size: cover
}

.wrap-container.wrap-container-green,
.wrap-container.wrap-container-verde {
	background-color: #abce45;
	background-position: 0 50%;
	background-image: url(../img/layout/bg-artistic.png);
	background-size: cover
}

.wrap-container.wrap-container-grid {
	background-position: 0 50%;
	background: #fff url(../img/layout/bg-grid.png) repeat-x 0 0
}

.gridflex {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-orient: horizontal;
	flex-orient: horizontal;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: flex-start
}

.gridflex .gridflex__item {
	width: 25%;
	-webkit-transition: padding-bottom .2s ease-in-out;
	-moz-transition: padding-bottom .2s ease-in-out;
	-ms-transition: padding-bottom .2s ease-in-out;
	-o-transition: padding-bottom .2s ease-in-out;
	transition: padding-bottom .2s ease-in-out
}

.gridflex .gridflex__item a {
	display: block;
	padding: 12px
}

.gridflex .gridflex__item a:hover {
	@include box-shadow(0px 10px 25px 0px rgba(50, 50, 50, 0.2));
}

.gridflex.has-expand .gridflex__expand {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	background-color: #3C3C5A;
	background-image: url(../img/layout/bg-artistic.png);
	background-size: cover;
	color: #fff;
	height: 0;
	overflow: hidden;
	margin-top: 0;
	padding: 0;
	-webkit-transition: height .2s ease-in-out;
	-moz-transition: height .2s ease-in-out;
	-ms-transition: height .2s ease-in-out;
	-o-transition: height .2s ease-in-out;
	transition: height .2s ease-in-out
}

.gridflex.has-expand .gridflex__expand .gridflex__expand-content {
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 12px 0
}

@media (max-width:480px) {
	.gridflex--2col .gridflex__item {
		width: 100%
	}
}

@media (min-width:480px) {
	.gridflex--2col .gridflex__item {
		width: 50%
	}
}

@media (max-width:480px) {
	.gridflex--3col .gridflex__item {
		width: 100%
	}
}

@media (min-width:480px) and (max-width:767px) {
	.gridflex--3col .gridflex__item {
		width: 50%
	}
}

@media (min-width:768px) and (max-width:991px) {
	.gridflex--3col .gridflex__item {
		width: 50%
	}
}

@media (min-width:992px) {
	.gridflex--3col .gridflex__item {
		width: 33.33333333%
	}
}

@media (max-width:480px) {
	.gridflex--4col .gridflex__item {
		width: 100%
	}
}

@media (min-width:480px) and (max-width:767px) {
	.gridflex--4col .gridflex__item {
		width: 50%
	}
}

@media (min-width:768px) and (max-width:991px) {
	.gridflex--4col .gridflex__item {
		width: 50%
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.gridflex--4col .gridflex__item {
		width: 33.33333333%
	}
}

@media (min-width:1200px) {
	.gridflex--4col .gridflex__item {
		width: 25%
	}
}

.gridflex--divider .gridflex__item {
	border-right: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

@media (max-width:480px) {
	.gridflex--divider .gridflex__item {
		width: 100%;
		border-right: none
	}

	.gridflex--divider .gridflex__item:last-child {
		border-bottom: none
	}
}

@media (min-width:480px) and (max-width:767px) {
	.gridflex--divider .gridflex__item {
		width: 50%
	}

	.gridflex--divider .gridflex__item:nth-child(2n) {
		border-right: none
	}

	.gridflex--divider .gridflex__item:nth-child(6)~.gridflex__item {
		border-bottom: none
	}
}

@media (min-width:768px) and (max-width:991px) {
	.gridflex--divider .gridflex__item {
		width: 50%
	}

	.gridflex--divider .gridflex__item:nth-child(2n) {
		border-right: none
	}

	.gridflex--divider .gridflex__item:nth-child(6)~.gridflex__item {
		border-bottom: none
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.gridflex--divider .gridflex__item {
		width: 33.33333333%
	}

	.gridflex--divider .gridflex__item:nth-child(3n) {
		border-right: none
	}

	.gridflex--divider .gridflex__item:nth-child(6)~.gridflex__item {
		border-bottom: none
	}
}

@media (min-width:1200px) {
	.gridflex--divider .gridflex__item {
		width: 20%
	}

	.gridflex--divider .gridflex__item:nth-child(5n) {
		border-right: none
	}

	.gridflex--divider .gridflex__item:nth-child(5)~.gridflex__item {
		border-bottom: none
	}
}

.feature-list {
	list-style-type: none;
	margin: 20px;
	padding: 0
}

.feature-list li {
	list-style: none;
	display: inline-block
}

.feature-list li a {
	text-decoration: none;
	color: rgba(255, 255, 255, .8)
}

.feature-list li a:hover {
	color: #fff
}

.feature-list li a .ico {
	font-size: 3em;
	margin-bottom: 12px
}

.news .news__block {
	margin-top: 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative
}

.news .news__block a {
	text-decoration: none;
	padding: 30px 30px 60px;
	display: block
}

.news .news__block:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2), 0 16px 32px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2), 0 16px 32px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2), 0 16px 32px 0 rgba(0, 0, 0, .15)
}

.news .news__image {
	display: block;
	width: 100%;
	height: 100px;
	background-color: #f5f5f5;
	background-size: cover
}

.news .news__title {
	display: block;
	padding: 0;
	line-height: 1.2em;
	font-family: Mega;
	font-size: 14pt;
	color: #555;
	margin: 8px 0
}

.news .news__title a {
	color: #333
}

.news .news__title a {
	color: #333
}

.news .news__description {
	display: block;
	color: #555
}

.news .news__btn {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	padding-bottom: 10px;
	border-bottom: 4px solid #abce45;
	text-transform: uppercase
}

footer {
	background-color: #3C3C5A;
	font-size: 1em !important;
	padding: 30px 0;
	border-top: 3px solid #abce45
}

footer h4 {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 400;
	color: #abce45;
	margin-bottom: 12px
}

footer ol li {
	line-height: 1em !important;
	margin-bottom: 6px !important
}

footer ul li {
	line-height: 1em;
	margin-bottom: 6px
}

@media (max-width:767px) {
	footer ul li {
		display: inline-block;
		margin: 0 6px 16px 0
	}

	footer ul li a {
		text-decoration: none !important;
		border: 1px solid rgba(255, 255, 255, .1);
		padding: 6px 10px;
		border-radius: 20px
	}

	footer ul li a:hover {
		-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15), 0 0 20px 0 rgba(0, 0, 0, .1);
		-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15), 0 0 20px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15), 0 0 20px 0 rgba(0, 0, 0, .1)
	}
}

footer a,
footer a.footer__0800 {
	font-size: .85em;
	color: #ddd
}

footer a.footer__0800:active,
footer a.footer__0800:hover,
footer a:active,
footer a:hover {
	color: #fff !important
}

footer a.footer__0800:visited,
footer a:visited {
	color: #ccc
}

footer .footer__icon {
	margin-top: 30px;
	margin-bottom: 8px
}

footer .footer__0800 {
	text-decoration: none;
	font-size: 1.4em !important
}

.middle-align {
	display: table;
	height: 100%
}

.middle-align .middle-align-content {
	display: table-cell;
	vertical-align: middle
}

.mt-0 {
	margin-top: 0
}

.mb-0 {
	margin-bottom: 0
}

.mx-auto {
	margin: 0 auto
}

.pt-0 {
	padding-top: 0
}

.pb-0 {
	margin-bottom: 0
}