@import url(https://fonts.googleapis.com/css?family=Lato:300,900);
/*! Continu App Name styles */
/*! normalize.css v3.0.1 | 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: transparent; }

a:active, a:hover {
	outline: 0; }

abbr[title] {
	border-bottom: 1px dotted; }

b, strong {
	font-weight: bold; }

dfn {
	font-style: italic; }

h1 {
	font-size: 2em;
	margin: 0.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: -0.5em; }

sub {
	bottom: -0.25em; }

img {
	border: 0; }

svg:not(:root) {
	overflow: hidden; }

figure {
	margin: 1em 40px; }

hr {
	-webkit-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"] {
	-webkit-box-sizing: border-box;
					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;
	-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 #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em; }

legend {
	border: 0;
	padding: 0; }

textarea {
	overflow: auto; }

optgroup {
	font-weight: bold; }

table {
	border-collapse: collapse;
	border-spacing: 0; }

td, th {
	padding: 0; }

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		-webkit-box-shadow: none !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^="javascript:"]:after, a[href^="#"]:after {
		content: ""; }
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid; }
	thead {
		display: table-header-group; }
	tr, img {
		page-break-inside: avoid; }
	img {
		max-width: 100% !important; }
	p, h2, h3 {
		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 th, .table-bordered td {
		border: 1px solid #ddd !important; } }

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }

*:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff; }

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit; }

a {
	color: #428bca;
	text-decoration: none; }
	a:hover, a:focus {
		color: #2a6596;
		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 {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto; }

.img-rounded {
	border-radius: 6px; }

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	width: 100% \9;
	max-width: 100%;
	height: auto; }

.img-circle {
	border-radius: 50%; }

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #f1efef; }

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 900;
	line-height: 1.1;
	color: #555555; }

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0;
	margin-bottom: 10px; }

h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 0;
	margin-bottom: 10px; }
	h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .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: 300;
	line-height: 1.4; }
	@media (min-width: 768px) {
		.lead {
			font-size: 21px; } }

small, .small {
	font-size: 85%; }

cite {
	font-style: normal; }

mark, .mark {
	background-color: #fcf8e3;
	padding: 0.2em; }

.text-left {
	text-align: left; }

.text-right {
	text-align: right; }

.text-center {
	text-align: center; }

.text-lowercase {
	text-transform: lowercase; }

.text-uppercase {
	text-transform: uppercase; }

.text-capitalize {
	text-transform: capitalize; }

.text-muted {
	color: #e0e0e0; }

.text-brand {
	color: #c22e2c; }

.bg-primary {
	color: #fff; }

ul, ol {
	margin-top: 0;
	margin-bottom: 10px; }
	ul ul, ul ol, ol ul, ol ol {
		margin-bottom: 0; }

.list-unstyled, .list-inline {
	padding-left: 0;
	list-style: none; }
	.list-unstyled ul, .list-unstyled .list-inline {
		list-style: none;
		padding-left: 20px; }

.list-inline > li {
	display: inline-block;
	padding-right: 10px; }

dl {
	margin-top: 0;
	margin-bottom: 20px; }

dt, dd {
	line-height: 1.42857; }

dt {
	font-weight: bold; }

dd {
	margin-left: 0; }

.dl-horizontal dd:after {
	content: " ";
	display: block;
	clear: both; }
@media (min-width: 992px) {
	.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[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #e0e0e0; }

.initialism {
	font-size: 90%;
	text-transform: uppercase; }

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857; }

.titles {
	margin-bottom: 20px; }

.title, .subtitle, .title-text {
	margin: 0; }

code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px; }

.container {
	min-width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px; }
	.container:after {
		content: " ";
		display: block;
		clear: both; }
	@media (min-width: 992px) {
		.container {
			width: 960px; } }

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px; }
	.container-fluid:after {
		content: " ";
		display: block;
		clear: both; }

.row {
	margin-left: -10px;
	margin-right: -10px; }
	.row:after {
		content: " ";
		display: block;
		clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px; }

@media (min-width: 480px) {
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
		float: left; }
	.col-xs-1 {
		width: 8.33333%; }
	.col-xs-2 {
		width: 16.66667%; }
	.col-xs-3 {
		width: 25%; }
	.col-xs-4 {
		width: 33.33333%; }
	.col-xs-5 {
		width: 41.66667%; }
	.col-xs-6 {
		width: 50%; }
	.col-xs-7 {
		width: 58.33333%; }
	.col-xs-8 {
		width: 66.66667%; }
	.col-xs-9 {
		width: 75%; }
	.col-xs-10 {
		width: 83.33333%; }
	.col-xs-11 {
		width: 91.66667%; }
	.col-xs-12 {
		width: 100%; }
	.col-xs-pull-0 {
		right: auto; }
	.col-xs-pull-1 {
		right: 8.33333%; }
	.col-xs-pull-2 {
		right: 16.66667%; }
	.col-xs-pull-3 {
		right: 25%; }
	.col-xs-pull-4 {
		right: 33.33333%; }
	.col-xs-pull-5 {
		right: 41.66667%; }
	.col-xs-pull-6 {
		right: 50%; }
	.col-xs-pull-7 {
		right: 58.33333%; }
	.col-xs-pull-8 {
		right: 66.66667%; }
	.col-xs-pull-9 {
		right: 75%; }
	.col-xs-pull-10 {
		right: 83.33333%; }
	.col-xs-pull-11 {
		right: 91.66667%; }
	.col-xs-pull-12 {
		right: 100%; }
	.col-xs-push-0 {
		left: auto; }
	.col-xs-push-1 {
		left: 8.33333%; }
	.col-xs-push-2 {
		left: 16.66667%; }
	.col-xs-push-3 {
		left: 25%; }
	.col-xs-push-4 {
		left: 33.33333%; }
	.col-xs-push-5 {
		left: 41.66667%; }
	.col-xs-push-6 {
		left: 50%; }
	.col-xs-push-7 {
		left: 58.33333%; }
	.col-xs-push-8 {
		left: 66.66667%; }
	.col-xs-push-9 {
		left: 75%; }
	.col-xs-push-10 {
		left: 83.33333%; }
	.col-xs-push-11 {
		left: 91.66667%; }
	.col-xs-push-12 {
		left: 100%; }
	.col-xs-offset-0 {
		margin-left: 0%; }
	.col-xs-offset-1 {
		margin-left: 8.33333%; }
	.col-xs-offset-2 {
		margin-left: 16.66667%; }
	.col-xs-offset-3 {
		margin-left: 25%; }
	.col-xs-offset-4 {
		margin-left: 33.33333%; }
	.col-xs-offset-5 {
		margin-left: 41.66667%; }
	.col-xs-offset-6 {
		margin-left: 50%; }
	.col-xs-offset-7 {
		margin-left: 58.33333%; }
	.col-xs-offset-8 {
		margin-left: 66.66667%; }
	.col-xs-offset-9 {
		margin-left: 75%; }
	.col-xs-offset-10 {
		margin-left: 83.33333%; }
	.col-xs-offset-11 {
		margin-left: 91.66667%; }
	.col-xs-offset-12 {
		margin-left: 100%; } }

@media (min-width: 768px) {
	.col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
		float: left; }
	.col-sm-1 {
		width: 8.33333%; }
	.col-sm-2 {
		width: 16.66667%; }
	.col-sm-3 {
		width: 25%; }
	.col-sm-4 {
		width: 33.33333%; }
	.col-sm-5 {
		width: 41.66667%; }
	.col-sm-6 {
		width: 50%; }
	.col-sm-7 {
		width: 58.33333%; }
	.col-sm-8 {
		width: 66.66667%; }
	.col-sm-9 {
		width: 75%; }
	.col-sm-10 {
		width: 83.33333%; }
	.col-sm-11 {
		width: 91.66667%; }
	.col-sm-12 {
		width: 100%; }
	.col-sm-pull-0 {
		right: auto; }
	.col-sm-pull-1 {
		right: 8.33333%; }
	.col-sm-pull-2 {
		right: 16.66667%; }
	.col-sm-pull-3 {
		right: 25%; }
	.col-sm-pull-4 {
		right: 33.33333%; }
	.col-sm-pull-5 {
		right: 41.66667%; }
	.col-sm-pull-6 {
		right: 50%; }
	.col-sm-pull-7 {
		right: 58.33333%; }
	.col-sm-pull-8 {
		right: 66.66667%; }
	.col-sm-pull-9 {
		right: 75%; }
	.col-sm-pull-10 {
		right: 83.33333%; }
	.col-sm-pull-11 {
		right: 91.66667%; }
	.col-sm-pull-12 {
		right: 100%; }
	.col-sm-push-0 {
		left: auto; }
	.col-sm-push-1 {
		left: 8.33333%; }
	.col-sm-push-2 {
		left: 16.66667%; }
	.col-sm-push-3 {
		left: 25%; }
	.col-sm-push-4 {
		left: 33.33333%; }
	.col-sm-push-5 {
		left: 41.66667%; }
	.col-sm-push-6 {
		left: 50%; }
	.col-sm-push-7 {
		left: 58.33333%; }
	.col-sm-push-8 {
		left: 66.66667%; }
	.col-sm-push-9 {
		left: 75%; }
	.col-sm-push-10 {
		left: 83.33333%; }
	.col-sm-push-11 {
		left: 91.66667%; }
	.col-sm-push-12 {
		left: 100%; }
	.col-sm-offset-0 {
		margin-left: 0%; }
	.col-sm-offset-1 {
		margin-left: 8.33333%; }
	.col-sm-offset-2 {
		margin-left: 16.66667%; }
	.col-sm-offset-3 {
		margin-left: 25%; }
	.col-sm-offset-4 {
		margin-left: 33.33333%; }
	.col-sm-offset-5 {
		margin-left: 41.66667%; }
	.col-sm-offset-6 {
		margin-left: 50%; }
	.col-sm-offset-7 {
		margin-left: 58.33333%; }
	.col-sm-offset-8 {
		margin-left: 66.66667%; }
	.col-sm-offset-9 {
		margin-left: 75%; }
	.col-sm-offset-10 {
		margin-left: 83.33333%; }
	.col-sm-offset-11 {
		margin-left: 91.66667%; }
	.col-sm-offset-12 {
		margin-left: 100%; } }

@media (min-width: 992px) {
	.col-md-1, .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-md-10, .col-md-11, .col-md-12 {
		float: left; }
	.col-md-1 {
		width: 8.33333%; }
	.col-md-2 {
		width: 16.66667%; }
	.col-md-3 {
		width: 25%; }
	.col-md-4 {
		width: 33.33333%; }
	.col-md-5 {
		width: 41.66667%; }
	.col-md-6 {
		width: 50%; }
	.col-md-7 {
		width: 58.33333%; }
	.col-md-8 {
		width: 66.66667%; }
	.col-md-9 {
		width: 75%; }
	.col-md-10 {
		width: 83.33333%; }
	.col-md-11 {
		width: 91.66667%; }
	.col-md-12 {
		width: 100%; }
	.col-md-pull-0 {
		right: auto; }
	.col-md-pull-1 {
		right: 8.33333%; }
	.col-md-pull-2 {
		right: 16.66667%; }
	.col-md-pull-3 {
		right: 25%; }
	.col-md-pull-4 {
		right: 33.33333%; }
	.col-md-pull-5 {
		right: 41.66667%; }
	.col-md-pull-6 {
		right: 50%; }
	.col-md-pull-7 {
		right: 58.33333%; }
	.col-md-pull-8 {
		right: 66.66667%; }
	.col-md-pull-9 {
		right: 75%; }
	.col-md-pull-10 {
		right: 83.33333%; }
	.col-md-pull-11 {
		right: 91.66667%; }
	.col-md-pull-12 {
		right: 100%; }
	.col-md-push-0 {
		left: auto; }
	.col-md-push-1 {
		left: 8.33333%; }
	.col-md-push-2 {
		left: 16.66667%; }
	.col-md-push-3 {
		left: 25%; }
	.col-md-push-4 {
		left: 33.33333%; }
	.col-md-push-5 {
		left: 41.66667%; }
	.col-md-push-6 {
		left: 50%; }
	.col-md-push-7 {
		left: 58.33333%; }
	.col-md-push-8 {
		left: 66.66667%; }
	.col-md-push-9 {
		left: 75%; }
	.col-md-push-10 {
		left: 83.33333%; }
	.col-md-push-11 {
		left: 91.66667%; }
	.col-md-push-12 {
		left: 100%; }
	.col-md-offset-0 {
		margin-left: 0%; }
	.col-md-offset-1 {
		margin-left: 8.33333%; }
	.col-md-offset-2 {
		margin-left: 16.66667%; }
	.col-md-offset-3 {
		margin-left: 25%; }
	.col-md-offset-4 {
		margin-left: 33.33333%; }
	.col-md-offset-5 {
		margin-left: 41.66667%; }
	.col-md-offset-6 {
		margin-left: 50%; }
	.col-md-offset-7 {
		margin-left: 58.33333%; }
	.col-md-offset-8 {
		margin-left: 66.66667%; }
	.col-md-offset-9 {
		margin-left: 75%; }
	.col-md-offset-10 {
		margin-left: 83.33333%; }
	.col-md-offset-11 {
		margin-left: 91.66667%; }
	.col-md-offset-12 {
		margin-left: 100%; } }

table {
	background-color: transparent;
	width: 100%; }

th {
	text-align: left; }

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px; }
	.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
		padding: 8px;
		line-height: 1.42857;
		vertical-align: top;
		border-top: 1px solid #ddd; }
	.table > thead {
		background-color: #f1efef; }
	.table > thead > tr > th {
		vertical-align: bottom; }
	.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
		border-top: 0; }
	.table > tbody + tbody {
		border-top: 2px solid #ddd; }
	.table .table {
		background-color: #fff; }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
	padding: 5px; }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
	background-color: #f5f5f5; }

.table-responsive .table {
	border: 1px solid #ddd; }
@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch; }
		.table-responsive > .table {
			margin-bottom: 0; }
			.table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
				white-space: nowrap; } }

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: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5; }

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: normal; }

input[type="search"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] {
	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="radio"]:focus, input[type="checkbox"]: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.42857;
	color: #555555; }

.form-control {
	display: block;
	width: 100%;
	height: 33px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555555;
	background-color: #e0e0e0;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-transition: border-color ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s; }
	.form-control:focus {
		border-color: #c22e2c;
		outline: 0; }
	.form-control::-moz-placeholder {
		color: #e0e0e0;
		opacity: 1; }
	.form-control:-ms-input-placeholder {
		color: #e0e0e0; }
	.form-control::-webkit-input-placeholder {
		color: #e0e0e0; }
	.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
		cursor: not-allowed;
		background-color: #f1efef;
		opacity: 1; }

textarea.form-control {
	height: auto; }

input[type="search"] {
	-webkit-appearance: none; }

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	line-height: 33px;
	line-height: 1.42857 \0; }
	input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm {
		line-height: 29px; }
	input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg {
		line-height: 45px; }

.form-group {
	margin-bottom: 15px;
	position: relative; }

.form-group-sm {
	margin-bottom: 7px; }

.form-group-captcha-text {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.2; }

.form-group-captcha-text a, .form-group-captcha-text button {
	text-decoration: underline; }

.form-group-captcha-img {
	margin-right: 11px; }

.form-group-captcha button {
	padding: 0;
	margin-bottom: 0;
	vertical-align: middle;
	border: 0;
	background-image: none;
	background-color: transparent;
	text-align: center;
	cursor: pointer;
	color: #5ba4af; }

.form-group-captcha button:hover, .form-group-captcha button:focus {
	color: #227480; }

.form-group-captcha button:focus {
		outline: 0; }

@media (min-width: 480px) {
	.form-group-captcha-code {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex; }
	.form-group-captcha-text {
		margin: 0; }
}

.radio, .checkbox {
	position: relative;
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px; }
	.radio label, .checkbox label {
		padding-left: 20px;
		margin-bottom: 0;
		font-weight: normal;
		cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: absolute;
	top: -1px;
	margin-left: -20px;
	margin-top: 4px \9; }

.radio + .radio, .checkbox + .checkbox {
	margin-top: -5px; }

.radio-inline, .checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
	cursor: not-allowed; }

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0; }
	.form-control-static.input-lg, .form-control-static.input-sm {
		padding-left: 0;
		padding-right: 0; }

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #959595; }

@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
		margin-right: 10px; }
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle; }
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle; }
		.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
			width: auto; }
	.form-inline .input-group > .form-control {
		width: 100%; }
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle; }
	.form-inline .radio, .form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
		margin-right: 10px; }
		.form-inline .radio label, .form-inline .checkbox label {
			padding-left: 0; }
	.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
		top: 2px; }
	.form-inline .has-feedback .form-control-feedback {
		top: 0; } }

.form-group-inputs:after {
	content: " ";
	display: block;
	clear: both; }

.form-grid .form-group > label {
	display: block; }
.form-grid .radio, .form-grid .checkbox {
	padding-top: 3px;
	height: 28px;
	margin-bottom: 0; }
.form-grid input[type="radio"], .form-grid input[type="checkbox"] {
	top: 2px; }

.form-inline-labeled label {
	display: block; }
.form-inline-labeled .radio, .form-inline-labeled .checkbox {
	padding-top: 3px;
	height: 33px; }

.form-input-left, .form-input-right {
	width: 50%;
	float: left; }

.form-input-left {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0; }

.form-input-right {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0; }

.form-slide {
	display: none;
	padding: 6px 20px 1px 20px; }

.form-slide-newsletter {
	background-color: #e0e0e0;
	margin-top: -4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px; }
	.form-slide-newsletter .form-control {
		background-color: #fff; }

@media (min-width: 992px) {
	.form-slide {
		padding-top: 20px;
		border-radius: 4px;
		position: absolute;
		left: 0;
		right: 0;
		top: 117px;
		z-index: 100; }
		.form-slide:before {
			content: "";
			position: absolute;
			display: block;
			width: 0;
			top: -10px;
			right: 36%;
			border: 10px solid transparent;
			border-bottom: none; }
	.form-slide-newsletter {
		margin-top: 0; }
		.form-slide-newsletter:before {
			border-top-color: #e0e0e0;
			right: 11%; }
		.form-slide-newsletter .btn {
			display: block;
			width: 100%; } }

.form-registry, .form-contact {
	margin-bottom: 40px; }

form .fv-error-txt {
	color: #c22e2c; }
form .fv-error {
	position: absolute;
	right: 10px;
	top: 0; }
	form .fv-error .fv-error-txt {
		font-weight: normal;
		font-size: 12px; }

.form-msm {
	background-color: #f1efef;
	padding: 12px;
	margin-bottom: 10px;
	border-radius: 4px; }
	.form-msm .form-msm-error {
		color: #c22e2c;
		margin-bottom: 0; }
	.form-msm .form-msm-success {
		color: #5cb85c;
		margin-bottom: 0; }

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	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.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }
	.btn:focus, .btn:active:focus, .btn.active:focus {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px; }
	.btn:hover, .btn:focus {
		color: #333;
		text-decoration: none; }
	.btn:active, .btn.active {
		outline: 0;
		background-image: none; }
	.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
		cursor: not-allowed;
		pointer-events: none;
		opacity: 0.65;
		filter: alpha(opacity=65); }

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc; }
	.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
		color: #333;
		background-color: #e6e6e6;
		border-color: #adadad; }
	.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
		background-image: none; }
	.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
		background-color: #fff;
		border-color: #ccc; }
	.btn-default .badge {
		color: #fff;
		background-color: #333; }

.btn-brand {
	color: #fff;
	background-color: #c22e2c;
	border-color: #c22e2c; }
	.btn-brand:hover, .btn-brand:focus, .btn-brand:active, .btn-brand.active, .open > .btn-brand.dropdown-toggle {
		color: #fff;
		background-color: #982323;
		border-color: #902121; }
	.btn-brand:active, .btn-brand.active, .open > .btn-brand.dropdown-toggle {
		background-image: none; }
	.btn-brand.disabled, .btn-brand.disabled:hover, .btn-brand.disabled:focus, .btn-brand.disabled:active, .btn-brand.disabled.active, .btn-brand[disabled], .btn-brand[disabled]:hover, .btn-brand[disabled]:focus, .btn-brand[disabled]:active, .btn-brand[disabled].active, fieldset[disabled] .btn-brand, fieldset[disabled] .btn-brand:hover, fieldset[disabled] .btn-brand:focus, fieldset[disabled] .btn-brand:active, fieldset[disabled] .btn-brand.active {
		background-color: #c22e2c;
		border-color: #c22e2c; }
	.btn-brand .badge {
		color: #c22e2c;
		background-color: #fff; }

.btn-brand-alt {
	color: #fff;
	background-color: #fada6d;
	border-color: #fada6d; }
	.btn-brand-alt:hover, .btn-brand-alt:focus, .btn-brand-alt:active, .btn-brand-alt.active, .open > .btn-brand-alt.dropdown-toggle {
		color: #fff;
		background-color: #f8cc3c;
		border-color: #f8ca32; }
	.btn-brand-alt:active, .btn-brand-alt.active, .open > .btn-brand-alt.dropdown-toggle {
		background-image: none; }
	.btn-brand-alt.disabled, .btn-brand-alt.disabled:hover, .btn-brand-alt.disabled:focus, .btn-brand-alt.disabled:active, .btn-brand-alt.disabled.active, .btn-brand-alt[disabled], .btn-brand-alt[disabled]:hover, .btn-brand-alt[disabled]:focus, .btn-brand-alt[disabled]:active, .btn-brand-alt[disabled].active, fieldset[disabled] .btn-brand-alt, fieldset[disabled] .btn-brand-alt:hover, fieldset[disabled] .btn-brand-alt:focus, fieldset[disabled] .btn-brand-alt:active, fieldset[disabled] .btn-brand-alt.active {
		background-color: #fada6d;
		border-color: #fada6d; }
	.btn-brand-alt .badge {
		color: #fada6d;
		background-color: #fff; }

.btn-brand-alt-dark {
	color: #fff;
	background-color: #eea524;
	border-color: #eea524; }
	.btn-brand-alt-dark:hover, .btn-brand-alt-dark:focus, .btn-brand-alt-dark:active, .btn-brand-alt-dark.active, .open > .btn-brand-alt-dark.dropdown-toggle {
		color: #fff;
		background-color: #cf8910;
		border-color: #c5830f; }
	.btn-brand-alt-dark:active, .btn-brand-alt-dark.active, .open > .btn-brand-alt-dark.dropdown-toggle {
		background-image: none; }
	.btn-brand-alt-dark.disabled, .btn-brand-alt-dark.disabled:hover, .btn-brand-alt-dark.disabled:focus, .btn-brand-alt-dark.disabled:active, .btn-brand-alt-dark.disabled.active, .btn-brand-alt-dark[disabled], .btn-brand-alt-dark[disabled]:hover, .btn-brand-alt-dark[disabled]:focus, .btn-brand-alt-dark[disabled]:active, .btn-brand-alt-dark[disabled].active, fieldset[disabled] .btn-brand-alt-dark, fieldset[disabled] .btn-brand-alt-dark:hover, fieldset[disabled] .btn-brand-alt-dark:focus, fieldset[disabled] .btn-brand-alt-dark:active, fieldset[disabled] .btn-brand-alt-dark.active {
		background-color: #eea524;
		border-color: #eea524; }
	.btn-brand-alt-dark .badge {
		color: #eea524;
		background-color: #fff; }

.content-editable .btn {
	-webkit-user-select: inherit;
		 -moz-user-select: inherit;
			-ms-user-select: inherit;
					user-select: inherit; }

.btn-block {
	display: block;
	width: 100%; }

.btn-block + .btn-block {
	margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%; }

.btn-rectangle {
	border-radius: 0; }

.btn-big-group {
	margin-bottom: 20px;
	position: relative; }

.btn-big {
	padding: 25px 16px 16px 16px;
	cursor: pointer; }
	.btn-big h4 {
		margin-bottom: 6px; }
	.btn-big p {
		font-family: 'Lato', Arial, sans-serif;
		font-weight: 300; }
	.btn-big .fa {
		vertical-align: top;
		float: left;
		font-size: 36px; }
	.btn-big .fa-pencil {
		font-size: 45px; }
	.btn-big .fa-mobile {
		font-size: 60px;
		color: #ffffff;
		margin-left: 4px;
		margin-top: -4px; }
	.btn-big .fa-envelope {
		color: rgba(0, 0, 0, 0.5); }
	.btn-big .btn-big-titles {
		display: block;
		margin-left: 50px; }

.btn-big-link {
	display: block; }

.btn-big-moodle {
	padding-top: 11px;
	background-color: #c22e2c;
	color: #fff; }
	.btn-big-moodle img {
		margin-bottom: 8px; }
	.btn-big-moodle h4 {
		color: #fff; }

.btn-big-register {
	background-color: #c22e2c;
	color: #fff; }
	.btn-big-register h4 {
		color: #fff; }

.btn-big-contact {
	background-color: #eea524; }
	.btn-big-contact h4, .btn-big-contact p {
		color: #ffffff; }

.btn-big-newsletter {
	background-color: #fada6d;
	border-radius: 0 0 4px 4px; }
	.btn-big-newsletter h4 {
		color: rgba(0, 0, 0, 0.5); }

.btn-big:hover, .btn-big:focus {
	opacity: 0.8;
	filter: alpha(opacity=80); }

.btn-big-link:hover, .btn-big-link:focus {
	color: #fff;
	text-decoration: none; }

@media (min-width: 992px) {
	.btn-big-group:after {
		content: " ";
		display: block;
		clear: both; }
	.btn-big-group .btn-big {
		height: 107px;
		width: 33.333333333%;
		float: left; }
	.btn-big .fa-pencil {
		margin-top: 8px; }
	.btn-big .fa-mobile {
		margin-top: 6px; }
	.btn-big .fa-envelope {
		margin-top: 12px; }
	.btn-big-newsletter {
		border-bottom-left-radius: 0; }
	.btn-big-register {
		border-bottom-left-radius: 4px; } }

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear; }
	.fade.in {
		opacity: 1; }

.collapse {
	display: none; }
	.collapse.in {
		display: block; }

tr.collapse.in {
	display: table-row; }

tbody.collapse.in {
	display: table-row-group; }

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.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;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-background-clip: padding-box;
					background-clip: padding-box; }
	.dropdown-menu.pull-right {
		right: 0;
		left: auto; }
	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857;
		color: #333333;
		white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #e0e0e0; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	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.42857;
	color: #e0e0e0;
	white-space: nowrap; }

.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: 992px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto; }
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto; } }

.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-addon, .input-group-btn, .input-group .form-control {
	display: table-cell; }
	.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control: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: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #f1efef;
	border: 1px solid #ccc;
	border-radius: 4px; }
	.input-group-addon.input-sm {
		padding: 5px 10px;
		font-size: 12px;
		border-radius: 3px; }
	.input-group-addon.input-lg {
		padding: 10px 16px;
		font-size: 18px;
		border-radius: 6px; }
	.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
		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:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	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:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	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:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
			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:after {
		content: " ";
		display: block;
		clear: both; }
	.nav > li {
		position: relative;
		display: block; }
		.nav > li > a {
			position: relative;
			display: block;
			padding: 10px 12px; }
			.nav > li > a:hover, .nav > li > a:focus {
				text-decoration: none;
				background-color: #f1efef; }
		.nav > li.disabled > a {
			color: #e0e0e0; }
			.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
				color: #e0e0e0;
				text-decoration: none;
				background-color: transparent;
				cursor: not-allowed; }
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		background-color: #f1efef;
		border-color: #428bca; }
	.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.42857;
			border: 1px solid transparent;
			border-radius: 4px 4px 0 0; }
			.nav-tabs > li > a:hover {
				border-color: #f1efef #f1efef #ddd; }
		.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
			color: #555555;
			background-color: #fff;
			border: 1px solid #ddd;
			border-bottom-color: transparent;
			cursor: default; }

.nav-pills > li {
	float: left; }
	.nav-pills > li > a {
		border-radius: 4px; }
	.nav-pills > li + li {
		margin-left: 2px; }
	.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
		color: #fff;
		background-color: #428bca; }

.nav-stacked > li {
	float: none; }
	.nav-stacked > li + li {
		margin-top: 2px;
		margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
	width: 100%; }
	.nav-justified > li, .nav-justified > .nav-tabs.nav-justified {
		float: none; }
		.nav-justified > li > a, .nav-justified > li > .nav-tabs.nav-justified {
			text-align: center;
			margin-bottom: 5px; }
	.nav-justified > .dropdown .dropdown-menu, .nav-justified > .dropdown .nav-tabs.nav-justified {
		top: auto;
		left: auto; }
	@media (min-width: 768px) {
		.nav-justified > li, .nav-justified > .nav-tabs.nav-justified {
			display: table-cell;
			width: 1%; }
			.nav-justified > li > a, .nav-justified > li > .nav-tabs.nav-justified {
				margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified, .nav-tabs.nav-justified {
	border-bottom: 0; }
	.nav-tabs-justified > li > a, .nav-tabs-justified > li > .nav-tabs.nav-justified, .nav-tabs-justified > li > .nav-tabs.nav-justified {
		margin-right: 0;
		border-radius: 4px; }
	.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified {
		border: 1px solid #ddd; }
	@media (min-width: 768px) {
		.nav-tabs-justified > li > a, .nav-tabs-justified > li > .nav-tabs.nav-justified, .nav-tabs-justified > li > .nav-tabs.nav-justified {
			border-bottom: 1px solid #ddd;
			border-radius: 4px 4px 0 0; }
		.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > .nav-tabs.nav-justified, .nav-tabs-justified > .active > .nav-tabs.nav-justified {
			border-bottom-color: #fff; } }

.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: 50px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 4px; }
	.navbar:after {
		content: " ";
		display: block;
		clear: both; }
	@media (min-width: 992px) {
		.navbar {
			margin-top: 20px; } }

.navbar-header:after {
	content: " ";
	display: block;
	clear: both; }
@media (min-width: 992px) {
	.navbar-header {
		float: left; } }

.navbar-collapse {
	overflow-x: visible;
	margin-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-overflow-scrolling: touch; }
	.navbar-collapse:after {
		content: " ";
		display: block;
		clear: both; }
	.navbar-collapse.in {
		overflow-y: auto; }
	@media (min-width: 992px) {
		.navbar-collapse {
			width: auto;
			border-top: 0;
			-webkit-box-shadow: none;
							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-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
				padding-left: 0;
				padding-right: 0; } }

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 340px; }
	@media (max-width: 480px) and (orientation: landscape) {
		.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
			max-height: 200px; } }

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
	margin-right: -10px;
	margin-left: -10px;
	border-radius: 4px; }
	@media (min-width: 992px) {
		.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
			margin-right: 0;
			margin-left: 0; } }

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px; }
	@media (min-width: 992px) {
		.navbar-static-top {
			border-radius: 0; } }

.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); }
	@media (min-width: 992px) {
		.navbar-fixed-top, .navbar-fixed-bottom {
			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-toggle {
	position: relative;
	float: right;
	margin-right: 10px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #ccc;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px; }
	.navbar-toggle:focus {
		outline: 0; }
	.navbar-toggle .icon-bar {
		display: block;
		width: 16px;
		height: 3px;
		border-radius: 1px; }
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 3px; }
	@media (min-width: 992px) {
		.navbar-toggle {
			display: none; } }

.navbar-nav {
	margin: 7.5px -10px; }
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px; }
	@media (max-width: 991px) {
		.navbar-nav .open .dropdown-menu {
			position: static;
			float: none;
			width: auto;
			margin-top: 0;
			background-color: transparent;
			border: 0; }
			.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
				padding: 10px 15px 10px 25px; }
			.navbar-nav .open .dropdown-menu > li > a {
				line-height: 20px; }
				.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
					background-image: none; } }
	@media (min-width: 992px) {
		.navbar-nav {
			float: left;
			margin: 0; }
			.navbar-nav > li {
				float: left; }
				.navbar-nav > li > a {
					padding-top: 15px;
					padding-bottom: 15px; }
			.navbar-nav.navbar-right:last-child {
				margin-right: -10px; } }

@media (min-width: 992px) {
	.navbar-left {
		float: left !important; }
	.navbar-right {
		float: right !important; } }

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	padding: 6px 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-default {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 300; }
	.navbar-default .navbar-header {
		background-color: #f1efef; }
	.navbar-default .navbar-nav > li > a {
		color: #777;
		text-transform: uppercase;
		background-color: #f1efef; }
	.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
		color: #fff;
		background-color: #c22e2c; }
	.navbar-default .navbar-nav > li:hover > .dropdown-btn, .navbar-default .navbar-nav > .active > .dropdown-btn, .navbar-default .navbar-nav > .open > .dropdown-btn {
		color: #fff; }
	.navbar-default .navbar-nav > li:last-child > a {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px; }
	.navbar-default .navbar-nav > li:first-child > a {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px; }
	.navbar-default .navbar-toggle {
		border-color: transparent; }
		.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
			background-color: #ddd; }
		.navbar-default .navbar-toggle .icon-bar {
			background-color: #fff; }
	.navbar-default .navbar-nav .dropdown-menu {
		background-color: transparent;
		border: none; }
		.navbar-default .navbar-nav .dropdown-menu li a {
			background-color: #f1efef; }
		.navbar-default .navbar-nav .dropdown-menu li:first-child > a {
			border-top-left-radius: 4px;
			border-top-right-radius: 4px; }
		.navbar-default .navbar-nav .dropdown-menu li:last-child > a {
			border-bottom-left-radius: 4px;
			border-bottom-right-radius: 4px; }
	@media (max-width: 991px) {
		.navbar-default .navbar-nav .open .dropdown-menu > li > a {
			color: #777; }
			.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
				color: #333;
				background-color: transparent; }
		.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
			color: #555;
			background-color: #e7e7e7; } }
	.navbar-default .navbar-link {
		color: #777; }
		.navbar-default .navbar-link:hover {
			color: #333; }
	.navbar-default .btn-link {
		color: #777; }
		.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
			color: #333; }
		.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
			color: #ccc; }

@media (max-width: 991px) {
	.navbar-collapse {
		background-color: #f1efef; } }

@media (min-width: 992px) {
	.no-touch .dropdown-btn {
		display: none; } }

.navbar-nav .dropdown > .dropdown-btn {
	position: absolute;
	top: 0;
	right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 35px;
	text-align: center;
	cursor: pointer; }
	@media (min-width: 992px) {
		.navbar-nav .dropdown > .dropdown-btn {
			padding-top: 16px;
			padding-bottom: 15px;
			right: 0; } }
.touch .navbar-nav .dropdown > a {
	padding-right: 35px; }
@media (min-width: 992px) {
	.touch .navbar-nav .dropdown .dropdown-submenu > .dropdown-btn {
		padding-top: 9px;
		padding-bottom: 5px; } }

.dropdown-submenu.open > a {
	color: #fff !important;
	background-color: #c22e2c !important; }

.dropdown-submenu.open > .dropdown-btn {
	color: #fff; }

@media (min-width: 992px) {
	.navbar .container-fluid {
		padding: 0; }
	.navbar-collapse.collapse {
		padding-left: 0; }
	.dropdown:hover > .dropdown-menu {
		display: block; }
	.dropdown-menu .dropdown.open > a {
		color: #fff !important;
		background-color: #c22e2c !important; }
	.dropdown-menu .dropdown.open > .dropdown-btn {
		color: #fff; }
	.navbar-default .dropdown-menu > li:hover > a, .navbar-default .dropdown-menu > li:focus > a {
		color: #fff;
		background-color: #c22e2c; }
	.navbar-default .dropdown-menu > li:hover > .dropdown-btn, .navbar-default .dropdown-menu > li:focus > .dropdown-btn {
		color: #fff; }
	.navbar-default .dropdown-menu > li > a {
		padding: 7px 20px; }
	.navbar-nav > li > .dropdown-menu:before {
		content: "";
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		right: 15px;
		top: 0;
		border-top: 6px solid #c22e2c;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent; }
	.dropdown-submenu {
		position: relative; }
	.dropdown-submenu > .dropdown-menu {
		top: 1px;
		left: 100%;
		margin-top: -6px;
		border-radius: 0 6px 6px 6px; }
	.dropdown-submenu:hover > .dropdown-menu {
		display: block; }
	.navbar-right .dropdown-submenu.open .dropdown-menu, .navbar-right .dropdown-submenu:hover > .dropdown-menu {
		display: block;
		left: auto;
		right: 100%;
		padding-right: 3px;
		border-radius: 6px 0 6px 6px;
		background-color: #f1efef;
		background-color: rgba(255, 255, 255, 0); } }

.nav > li.navbar-home-sm {
	display: none; }

.navbar-home-xs {
	float: left;
	font-size: 18px;
	color: #fff;
	background-color: #c22e2c;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px; }
	.navbar-home-xs:hover, .navbar-home-xs:focus {
		color: #fff; }

@media (min-width: 991px) {
	.navbar-home-xs {
		display: none; }
	.nav > li.navbar-home-sm {
		display: block; } }

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px; }
	.pagination > li {
		display: inline; }
		.pagination > li > a, .pagination > li > span {
			position: relative;
			float: left;
			padding: 6px 12px;
			line-height: 1.42857;
			text-decoration: none;
			color: #428bca;
			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: 4px;
			border-top-left-radius: 4px; }
		.pagination > li:last-child > a, .pagination > li:last-child > span {
			border-bottom-right-radius: 4px;
			border-top-right-radius: 4px; }
	.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
		color: #2a6596;
		background-color: #f1efef;
		border-color: #ddd; }
	.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
		z-index: 2;
		color: #fff;
		background-color: #428bca;
		border-color: #428bca;
		cursor: default; }
	.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
		color: #e0e0e0;
		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: 6px;
	border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px; }

.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: 3px;
	border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px; }

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px; }
	.alert h4 {
		margin-top: 0;
		color: inherit; }
	.alert .alert-link {
		font-weight: bold; }
	.alert > p, .alert > ul {
		margin-bottom: 0; }
	.alert > p + p {
		margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
	padding-right: 35px; }
	.alert-dismissable .close, .alert-dismissible .close {
		position: relative;
		top: -2px;
		right: -21px;
		color: inherit; }

.alert-success {
	background-color: #dff0d8;
	border-color: #d7e9c6;
	color: #3c763d; }
	.alert-success hr {
		border-top-color: #cae2b3; }
	.alert-success .alert-link {
		color: #2b542b; }

.alert-info {
	background-color: #d9edf7;
	border-color: #bce9f1;
	color: #31708f; }
	.alert-info hr {
		border-top-color: #a6e2ec; }
	.alert-info .alert-link {
		color: #245369; }

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faeacc;
	color: #8a6d3b; }
	.alert-warning hr {
		border-top-color: #f7e0b5; }
	.alert-warning .alert-link {
		color: #66502c; }

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442; }
	.alert-danger hr {
		border-top-color: #e4b9c0; }
	.alert-danger .alert-link {
		color: #843534; }

.panel {
	margin-bottom: 20px;
	background-color: #f1efef; }

.panel-body {
	border-top: 5px solid #e0e0e0;
	padding: 20px; }
	.panel-body:after {
		content: " ";
		display: block;
		clear: both; }

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden; }
	.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		border: 0; }
	.embed-responsive.embed-responsive-16by9 {
		padding-bottom: 56.25%; }
	.embed-responsive.embed-responsive-4by3 {
		padding-bottom: 75%; }

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20); }
	.close:hover, .close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
		opacity: 0.5;
		filter: alpha(opacity=50); }

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none; }

.carousel {
	position: relative; }

.carousel-inner {
	position: relative;
	overflow: hidden;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	width: 100%; }
	.carousel-inner > .item {
		display: none;
		position: relative;
		-webkit-transition: 0.6s ease-in-out left;
		transition: 0.6s ease-in-out left; }
		.carousel-inner > .item > img, .carousel-inner > .item > a > img {
			display: block;
			width: 100% \9;
			max-width: 100%;
			height: auto;
			line-height: 1; }
	.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
		display: block; }
	.carousel-inner > .active {
		left: 0; }
	.carousel-inner > .next, .carousel-inner > .prev {
		position: absolute;
		top: 0;
		width: 100%; }
	.carousel-inner > .next {
		left: 100%; }
	.carousel-inner > .prev {
		left: -100%; }
	.carousel-inner > .next.left, .carousel-inner > .prev.right {
		left: 0; }
	.carousel-inner > .active.left {
		left: -100%; }
	.carousel-inner > .active.right {
		left: 100%; }

.carousel-control {
	position: absolute;
	left: 0;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-color: #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
	font-size: 40px;
	line-height: 38px;
	color: #000;
	text-align: center; }
	.carousel-control.right {
		left: auto;
		right: 0; }
	.carousel-control:hover, .carousel-control:focus {
		outline: 0;
		color: #000;
		opacity: 0.4;
		filter: alpha(opacity=40); }

.carousel-indicators {
	position: absolute;
	height: 15px;
	bottom: 20px;
	right: 20px;
	z-index: 15;
	margin: 0;
	padding-left: 0;
	list-style: none; }
	.carousel-indicators li {
		display: inline-block;
		width: 15px;
		height: 15px;
		margin: 0;
		border-radius: 10px;
		cursor: pointer;
		background-color: #fada6d; }
	.carousel-indicators .active {
		background-color: #c22e2c; }

.carousel-caption {
	position: absolute;
	z-index: 10;
	top: 85px;
	left: 20px;
	max-width: 70%; }

.carousel-caption-title {
	position: absolute;
	top: -65px;
	left: 0;
	padding: 10px;
	font-size: 24px;
	background-color: #fff;
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, 0.93);
	border-radius: 4px; }

.carousel-caption-subtitle {
	display: none; }

@media screen and (min-width: 768px) {
	.carousel-inner .item {
		height: 300px; }
	.carousel-caption {
		top: auto;
		bottom: 20px;
		background-color: #fff;
		background-color: rgba(255, 255, 255, 0.93);
		border-radius: 4px; }
	.carousel-caption-title {
		font-size: 32px; }
	.carousel-caption-subtitle {
		margin: 10px;
		display: block;
		font-size: 20px;
		line-height: 1.2;
		font-family: 'Lato', Arial, sans-serif;
		font-weight: 300; } }

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.1.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal; }

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -15%; }

.fa-2x {
	font-size: 2em; }

.fa-3x {
	font-size: 3em; }

.fa-4x {
	font-size: 4em; }

.fa-5x {
	font-size: 5em; }

.fa-fw {
	width: 1.28571em;
	text-align: center; }

.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none; }
	.fa-ul > li {
		position: relative;
		margin-bottom: 6px; }

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: 0.14286em;
	text-align: center; }
	.fa-li.fa-lg {
		left: -1.85714em; }

.fa-check:before {
	content: "\f00c"; }

.fa-home:before {
	content: "\f015"; }

.fa-pencil:before {
	content: "\f040"; }

.fa-map-marker:before {
	content: "\f041"; }

.fa-phone:before {
	content: "\f095"; }

.fa-twitter:before {
	content: "\f099"; }

.fa-facebook:before {
	content: "\f09a"; }

.fa-envelope:before {
	content: "\f0e0"; }

.fa-linkedin:before {
	content: "\f0e1"; }

.fa-angle-left:before {
	content: "\f104"; }

.fa-angle-right:before {
	content: "\f105"; }

.fa-angle-up:before {
	content: "\f106"; }

.fa-angle-down:before {
	content: "\f107"; }

.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"; }

.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"; }

.fa-share-alt:before {
	content: "\f1e0"; }

.fa-youtube-play:before {
	content: "\f16a"; }

.spr {
	display: inline-block; }

.icon-btn {
	margin-bottom: 10px; }
	.icon-btn .btn {
		width: 1.76em;
		height: 1.76em;
		margin-bottom: 4px;
		padding: 0;
		line-height: 1.7;
		font-size: 1.35em; }
	.icon-btn.icon-btn-sm .btn {
		font-size: 1.05em; }

.header {
	border-top: 5px solid #c22e2c; }
	.header .logo {
		width: 212px;
		margin: 0 auto;
		margin-bottom: 10px;
		position: relative;
		z-index: 11; }
		@media (min-width: 992px) {
			.header .logo {
				float: left; } }
	.header img {
		display: inline-block;
		vertical-align: top; }

.lang-changer {
	text-align: right;
	font-size: 12px;
	color: #fff; }
	.lang-changer span {
		background-color: #c22e2c;
		padding: 3px 6px;
		border-radius: 0 0 3px 3px; }
	.lang-changer a {
		color: #fff;
		padding: 0 2px; }
		.lang-changer a:hover, .lang-changer a:focus {
			color: #fada6d;
			text-decoration: none; }

.footer {
	color: #777; }

.footer-logo {
	margin-bottom: 6px; }

.footer-map {
	width: 100%;
	overflow: hidden;
	height: 0;
	-webkit-transition: height 0.3s ease-in-out;
					transition: height 0.3s ease-in-out; }
	.footer-map.footer-map-open {
		height: 400px; }
	.footer-map iframe {
		width: 100%;
		height: 400px;
		border: 0; }

.footer-top {
	padding-top: 20px;
	padding-bottom: 1px;
	background-color: #f1efef; }
	.footer-top:after {
		content: " ";
		display: block;
		clear: both; }

.footer-bottom {
	padding-top: 20px;
	padding-bottom: 16px;
	background-color: #e0e0e0; }
	.footer-bottom p {
		margin: 0; }

.footer-menu {
	margin: 0;
	padding: 0;
	list-style-type: none; }
	.footer-menu a {
		display: block;
		padding: 6px 0;
		border-bottom: 1px solid #e0e0e0;
		color: #777; }

.footer-title {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 300; }

.footer-dgert {
	text-align: center;
}

.footer-dgert-inner {
	display: inline-block;
	padding: 12px 0;
	margin-bottom: 5px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 991px) {
	.footer {
		text-align: center; }
	.footer-top .col-md-3 {
		margin-bottom: 20px; }
	.footer-title {
		margin-top: 10px; }
	.footer-logo {
		display: inline-block;
		text-align: center; }
	.footer-menu .fa {
		display: none; }
	.footer .fa-ul .fa { display: none;}
	.text-right {
		text-align: center; }
	.footer-map {
		padding: 0 10px;
		margin-bottom: 10px; }
}

@media (min-width: 992px) {

	.dgert-text {
		float: left;
		font-size: 12px;
		float: left;
		width: 48%;
		text-align: left;
	}

	.dgert-logo { float: left;}

	.footer-menu .fa {
		float: right;
		margin-top: 2px;
	}
}

.sitemap-group {
	margin-bottom: 20px; }

.sitemap, .sitemap-sub {
	list-style-type: none;
	margin: 0;
	padding: 0; }
	.sitemap:after, .sitemap-sub:after {
		content: " ";
		display: block;
		clear: both; }

.sitemap > li {
	float: left;
	width: 33.33333%; }
	.sitemap > li > a {
		color: #555;
		text-decoration: none;
		font-family: 'Lato', Arial, sans-serif;
		font-weight: 300;
		font-size: 20px; }
		.sitemap > li > a:hover, .sitemap > li > a:focus {
			color: #c22e2c; }

.sitemap-sub li {
	margin-left: 10px; }
	.sitemap-sub li a {
		display: block; }

.sitemap-divider, li.sitemap-divider {
	width: 100%;
	border-top: 1px solid #f1efef;
	margin-top: 5px;
	margin-bottom: 5px; }

.content {
	padding-top: 20px; }

.container-editable {
	overflow: hidden; }

.cke_editable .content-editable {
	width: 960px;
	margin-left: 20px;
	margin-right: 20px; }

.content-editable {
	margin-top: 20px; }
	.content-editable:after {
		content: " ";
		display: block;
		clear: both; }
	.content-editable table {
		margin-bottom: 20px;
		table-layout: fixed; }
	.content-editable img {
		display: block;
		width: 100% \9;
		max-width: 100%;
		height: auto; }
		.content-editable img + [class^="text_"], .content-editable img + .btn {
			margin-top: 10px; }

.content-editable .table-responsive-editable {
	table-layout: auto; }

.ce-bg {
	background-color: #f1efef; }

.ce-padding {
	padding: 20px;
	border-top: 5px solid #e0e0e0; }

a {
	text-decoration: none;
	color: #c22e2c; }

a:hover, a:focus {
	text-decoration: underline;
	color: #c22e2c; }

.img-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px; }

.img-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px; }

.text_textop_1, .text_textop_2, .text_textop_3 {
	font-size: 12px;
	line-height: 1.67;
	margin: 0; }

.text_textop_1 {
	color: #555; }

.text_textop_2 {
	color: #c22e2c; }

.text_textop_3 {
	color: #fada6d; }

.text_texto_1, .text_texto_2, .text_texto_3 {
	font-size: 14px;
	margin: 0; }

.text_texto_1 {
	color: #555; }

.text_texto_2 {
	color: #c22e2c; }

.text_texto_3 {
	color: #fada6d; }

.text_subtitulo_1, .text_subtitulo_2, .text_subtitulo_3 {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 10px; }

.text_subtitulo_1 {
	color: #555; }

.text_subtitulo_2 {
	color: #c22e2c; }

.text_subtitulo_3 {
	color: #fada6d; }

.text_titulo_1, .text_titulo_2, .text_titulo_3 {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 10px;
	text-transform: uppercase; }

.text_titulo_1 {
	color: #555; }

.text_titulo_2 {
	color: #c22e2c; }

.text_titulo_3 {
	color: #fada6d; }

.text_color_1 {
	color: #555; }

.text_color_2 {
	color: #c22e2c; }

.text_color_3 {
	color: #fada6d; }

.clearfix:after {
	content: " ";
	display: block;
	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;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); }

.d-i-b {
	display: inline-block; }

.d-b {
	display: block; }

.d-n {
	display: none; }

.d-f {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; }

.d-i-f {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex; }

@-ms-viewport {
	width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important; }

@media (max-width: 767px) {
	.visible-xs {
		display: block !important; }
	table.visible-xs {
		display: table; }
	tr.visible-xs {
		display: table-row !important; }
	th.visible-xs, td.visible-xs {
		display: table-cell !important; } }

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important; } }

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important; } }

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !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; }
	th.visible-sm, td.visible-sm {
		display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !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; }
	th.visible-md, td.visible-md {
		display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important; } }

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important; }
	table.visible-lg {
		display: table; }
	tr.visible-lg {
		display: table-row !important; }
	th.visible-lg, td.visible-lg {
		display: table-cell !important; } }

@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important; } }

@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important; } }

@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !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; }
	th.visible-print, td.visible-print {
		display: table-cell !important; } }

.visible-print-block {
	display: none !important; }
	@media print {
		.visible-print-block {
			display: block !important; } }

.visible-print-inline {
	display: none !important; }
	@media print {
		.visible-print-inline {
			display: inline !important; } }

.visible-print-inline-block {
	display: none !important; }
	@media print {
		.visible-print-inline-block {
			display: inline-block !important; } }

@media print {
	.hidden-print {
		display: none !important; } }


.browser {
	position: fixed;
	z-index: 9000;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: #c22e2c;
	color: #fff; }
	.browser a, .browser button {
		color: #fff; }
		.browser a:hover, .browser a:focus, .browser button:hover, .browser button:focus {
			opacity: 0.5; }
	.browser a {
		text-decoration: underline; }
	.browser button {
		position: relative;
		top: 4px;
		background-color: transparent;
		width: 30px;
		height: 18px;
		border: none; }
		.no-js .browser button {
			display: none; }
		.browser button strong {
			font-size: 24px;
			line-height: 12px; }

.browser-cookie-warning,
.browser-js-disabled,
.browser-upgrade {
	display: block;
	padding: 15px 5px;
	margin: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1); }

.browser-upgrade {
	display: none; }
	.no-raf .browser-upgrade {
		display: block; }

.browser-cookie-warning {
	display: none; }
	.no-js .browser-cookie-warning {
		display: block; }
