﻿/*! BeG styles */
/*!
 * Bootstrap-sass v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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 {
	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;
	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;
}

* {
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-overflow-style: scrollbar;
}

body {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.33333;
	color: #000;
	background-color: #fff;
	min-width: 320px;
	overflow-y: scroll;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #7b7d7f;
	text-decoration: none;
}

a:hover, a:focus {
	color: #7b7d7f;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline-color: rgba(0, 0, 0, 0.2);
	outline-offset: -2px;
}

.link-effect {
	opacity: 1;
	transition: opacity 0.4s;
}

.link-effect:hover, .link-effect:focus {
	opacity: 0.66;
	text-decoration: none;
}

.link-inverse {
	color: #000;
}

.link-inverse:hover, .link-inverse:focus {
	color: #7b7d7f;
}

.link-inverse:focus {
	outline: 0;
}

.link-alt {
	color: #7b7d7f;
}

.link-alt:hover, .link-alt:focus {
	color: #000;
	text-decoration: none;
}

.link-alt:focus {
	outline: 0;
}

.link-underline {
	text-decoration: underline;
}

/* adicionar na css depois de .btn */
.btn[disabled] {
	opacity: 0.5;
	pointer-events: none;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-center {
	text-align: center;
}

.img-center .img-responsive {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-left {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}

.img-right {
	float: right;
	margin-left: 30px;
	margin-bottom: 15px;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 0;
	margin-bottom: 21px;
	border: 0;
	border-top: 1px solid #c1c1c1;
}

.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;
}

[role="button"] {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: inherit;
	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: normal;
	line-height: 1;
	color: #c1c1c1;
}

h1, .h1,
h2, .h2,
h3, .h3 {
	margin-top: 0;
	margin-bottom: 10.5px;
	font-weight: 400;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
	font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
	margin-top: 0;
	margin-bottom: 10.5px;
}

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: 28px;
	font-family: "Rasa", Georgia, "Times New Roman", Times, serif;
}

h2, .h2 {
	font-size: 26px;
}

h3, .h3 {
	font-size: 20px;
}

h4, .h4 {
	font-size: 16px;
}

h5, .h5 {
	font-size: 14px;
}

h6, .h6 {
	font-size: 12px;
}

p {
	margin: 0 0 10.5px;
}

p small, p.small {
	font-size: 14px;
}

small,
.small {
	font-size: 14px;
}

strong {
	font-weight: 700;
}

strong.soft {
	font-weight: 600;
}

.text-medium {
	font-weight: 400;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-underline {
	text-decoration: underline;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-lg {
	font-size: 20px;
}

.text-muted {
	color: #777;
}

.text-light {
	color: #c1c1c1;
}

.text-dark {
	color: #444;
}

.text-gray {
	color: #777;
}

.text-brand {
	color: #7b7d7f;
}

.text-brand-alt {
	color: #7b7d7f;
}

.text-white {
	color: #fff;
}

.text-danger {
	color: #7b7d7f;
}

.bg-brand {
	background-color: #7b7d7f;
}

.bg-darker {
	background-color: #333;
}

.bg-dark {
	background-color: #444;
}

.bg-gray {
	background-color: #777;
}

.bg-light {
	background-color: #c1c1c1;
}

.bg-lighter {
	background-color: #d9d9db;
}

.bg-lightest {
	background-color: #f0f0f0;
}

@media (min-width: 1200px) {
	.text-right_lg {
		text-align: right;
	}
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10.5px;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline > li {
	display: inline-block;
	padding-right: 5px;
}

.list-bd {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-bd > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c1c1c1;
}

.list-bd-link {
	display: block;
	position: relative;
	padding-right: 30px;
	overflow: hidden;
}

.list-bd-link:after {
	content: "+";
	display: block;
	position: absolute;
	right: 0;
	bottom: -8px;
	font-size: 1.7em;
}

.list-bd-link small {
	display: block;
	padding-top: 5px;
	color: #000;
	line-height: 1.1;
}

.list-bd-link:hover, .list-bd-link:focus {
	color: #000;
	text-decoration: none;
	opacity: 0.66;
}

.list-bd-link:focus {
	outline: 0;
}

.list-bd-title {
	display: block;
}

.title-top {
	padding-top: 45px;
	padding-bottom: 21px;
	margin-bottom: 30px;
	border-bottom: 1px solid #c1c1c1;
}

.title-bd {
	padding-bottom: 10px;
	border-bottom: 1px solid #c1c1c1;
}

code,
kbd,
pre,
samp {
	font-family: Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	color: #000;
	background-color: #d9d9db;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container:after {
	content: " ";
	display: block;
	clear: both;
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid:after {
	content: " ";
	display: block;
	clear: both;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.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: 15px;
	padding-right: 15px;
}

@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%;
	}
	.row-xs-flex {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

@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%;
	}
}

@media (min-width: 1200px) {
	.col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-1 {
		width: 8.33333%;
	}
	.col-lg-2 {
		width: 16.66667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333%;
	}
	.col-lg-5 {
		width: 41.66667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.33333%;
	}
	.col-lg-8 {
		width: 66.66667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333%;
	}
	.col-lg-11 {
		width: 91.66667%;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.33333%;
	}
	.col-lg-pull-2 {
		right: 16.66667%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.33333%;
	}
	.col-lg-pull-5 {
		right: 41.66667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.33333%;
	}
	.col-lg-pull-8 {
		right: 66.66667%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.33333%;
	}
	.col-lg-pull-11 {
		right: 91.66667%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.33333%;
	}
	.col-lg-push-2 {
		left: 16.66667%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.33333%;
	}
	.col-lg-push-5 {
		left: 41.66667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.33333%;
	}
	.col-lg-push-8 {
		left: 66.66667%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.33333%;
	}
	.col-lg-push-11 {
		left: 91.66667%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
}

.colum-2 {
	columns: 360px 2;
	column-gap: 30px;
}

.colum-2 > :last-child {
	margin: 0 !important;
}

.breadcrumb-container {
	margin-bottom: 60px;
}

.breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.breadcrumb:after {
	content: " ";
	display: block;
	clear: both;
}

.breadcrumb > li {
	display: inline-block;
	color: #777;
	font-size: 12px;
    text-transform:lowercase;
}

.breadcrumb > li + li:before {
	content: ">";
	padding: 0 6px;
	color: #777;
}

.breadcrumb a {
	color: #777;
}

.breadcrumb a:hover, .breadcrumb a:focus {
	color: #000;
	text-decoration: none;
}

.breadcrumb a:focus {
	outline: 0;
}

.breadcrumb > .active {
	color: #000;
}


.sitemap0{
    list-style-type:none;
    text-transform:capitalize;
    line-height:1.5;
    padding-left:0px;
}




label {
	display: block;
	max-width: 100%;
	margin-bottom: 5px;
	color: #444;
	font-size: 14px;
}

input[type="search"] {
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline-color: rgba(0, 0, 0, 0.2);
	outline-offset: -2px;
}

.form-control {
	display: block;
	width: 100%;
	height: 39px;
	padding: 8px 12px;
	font-size: 16px;
	line-height: 1.33333;
	color: #000;
	background-color: transparent;
	background-image: none;
	border: 1px solid #c1c1c1;
	transition: border-color ease-in-out 0.15s;
}

.form-control:focus {
	border-color: #7b7d7f;
	outline: 0;
}

.form-control::-moz-placeholder {
	color: #777;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #777;
}

.form-control::-webkit-input-placeholder {
	color: #777;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #d9d9db;
	opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}

textarea.form-control {
	height: auto;
	max-width: 100%;
}

input[type="search"] {
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"],
	input[type="time"],
	input[type="datetime-local"],
	input[type="month"] {
		line-height: 39px;
	}
	input[type="date"].input-sm,
	.input-group-sm input[type="date"],
	input[type="time"].input-sm,
	.input-group-sm
	input[type="time"],
	input[type="datetime-local"].input-sm,
	.input-group-sm
	input[type="datetime-local"],
	input[type="month"].input-sm,
	.input-group-sm
	input[type="month"] {
		line-height: 29px;
	}
	input[type="date"].input-lg,
	.input-group-lg input[type="date"],
	input[type="time"].input-lg,
	.input-group-lg
	input[type="time"],
	input[type="datetime-local"].input-lg,
	.input-group-lg
	input[type="datetime-local"],
	input[type="month"].input-lg,
	.input-group-lg
	input[type="month"] {
		line-height: 45px;
	}
}

.form-group {
	margin-bottom: 15px;
}

.input-lg {
	height: 45px;
	padding: 10px 22px;
	font-size: 20px;
	line-height: 1.33333;
}

select.input-lg {
	height: 45px;
	line-height: 45px;
}

textarea.input-lg,
select[multiple].input-lg {
	height: auto;
}

.form-contact textarea {
	height: 116px;
}

button {
	padding: 0;
	margin-bottom: 0;
	vertical-align: middle;
	border: 1px solid transparent;
	background-image: none;
	background-color: transparent;
	text-align: center;
	cursor: pointer;
	color: #7b7d7f;
}

button:hover, button:focus {
	color: #000;
}

button:focus {
	outline: 0;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	background-color: #d9d9db;
	color: #7b7d7f;
	border: 1px solid #d9d9db;
	white-space: nowrap;
	text-transform: uppercase;
	padding: 8px 22px;
	font-size: 16px;
	line-height: 1.33333;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:hover, .btn:focus {
	color: #7b7d7f;
	background-color: #c1c1c1;
	border-color: #c1c1c1;
	text-decoration: none;
}

.btn:focus {
	outline: 0;
}

.btn-brand {
	color: #fff;
	background-color: #7b7d7f;
	border-color: #7b7d7f;
}

.btn-brand:hover, .btn-brand:focus, .btn-brand:active,
.open > .btn-brand.dropdown-toggle {
	color: #fff;
	background-color: #696b6d;
	border-color: #696b6d;
}

.btn-black {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-black:hover, .btn-black:focus, .btn-black:active,
.open > .btn-black.dropdown-toggle {
	color: #fff;
	background-color: black;
	border-color: black;
}

.btn-outline {
	color: #000;
	border-color: #000;
	background-color: transparent;
}

.btn-outline:hover, .btn-outline:focus {
	color: #7b7d7f;
	border-color: #7b7d7f;
	background-color: transparent;
}

.btn-outline:focus {
	outline: 0;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
	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;
	transition-property: height, visibility;
	transition-duration: 0.35s;
	transition-timing-function: ease;
}

.navbar-collapse {
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse:after {
	content: " ";
	display: block;
	clear: both;
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (max-width: 767px) {
	.navbar-collapse {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
	}
}

@media (min-width: 767px) and (max-width: 1199px) {
	.navbar-collapse {
		left: auto;
		right: 15px;
		width: 400px;
	}
}

@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		float: right;
	}
	.navbar-collapse.collapse:not(.collapse-menu2) {
		display: block !important;
		height: auto !important;
		padding: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
}

.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu2 {
	position: relative;
	z-index: 1;
}

.menu2 > li {
	position: relative;
}

.menu2 > li > a {
	position: relative;
	display: block;
	padding: 2px 0;
	color: #7b7d7f;
	font-size: 26px;
	font-weight: 700;
	font-family: "Rasa", Georgia, "Times New Roman", Times, serif;
}

.menu2 > li > a:hover,
.menu2 > li > a:focus,
.menu2 > li.open > a {
	color: #000;
	text-decoration: none;
	outline: 0;
}

.menu2 > li.Selected > a {
	color: #000;
}

.menu-rodape,
.menu-rodape-1 {
	margin-bottom: 21px;
}

.menu-rodape > li > a,
.menu-rodape-1 > li > a {
	display: inline-block;
	margin: 5px 0;
	color: #7b7d7f;
	font-family: "Rasa", Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
}

.menu-rodape > li > a:hover, .menu-rodape > li > a:focus,
.menu-rodape-1 > li > a:hover,
.menu-rodape-1 > li > a:focus {
	color: #000;
	text-decoration: none;
}

.menu-rodape > li > a:focus,
.menu-rodape-1 > li > a:focus {
	outline: 0;
}

.menu-rodape > .Selected > a,
.menu-rodape-1 > .Selected > a {
	color: #000;
	pointer-events: none;
}

.pagination-container {
	border-top: 1px solid #d9d9db;
	margin-bottom: 45px;
}

.pagination {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.pagination:after {
	content: " ";
	display: block;
	clear: both;
}

.pagination > li {
	float: left;
}

.pagination > li a {
	display: block;
	padding: 8px 10px;
	color: #444;
}

.pagination > li a:hover, .pagination > li a:focus {
	color: #7b7d7f;
	text-decoration: none;
}

.pagination > li a:focus {
	outline: 0;
}

.pagination > li:first-child a {
	padding-left: 0;
}

.pagination > .Selected,
.pagination > .Selected > a {
	color: #7b7d7f;
	font-weight: 700;
	text-decoration: none;
	cursor: default;
	pointer-events: none;
}

@media (max-width: 479px) {
	.pagination-container {
		padding-top: 21px;
	}
}

.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,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel-inner > .item {
	display: none;
	position: relative;
	transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		perspective: 1000;
	}
	.carousel-inner > .item.next, .carousel-inner > .item.active.right {
		transform: translate3d(100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}

.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;
	z-index: 20;
	left: 0;
	top: 50%;
	margin-top: -18px;
	font-size: 28px;
	color: #7b7d7f;
	opacity: 0.66;
}

.carousel-control.right {
	left: auto;
	right: 0;
}

.carousel-control:hover, .carousel-control:focus {
	text-decoration: none;
	opacity: 1;
}

.carousel-control:focus {
	outline: 0;
}

.carousel-indicators {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 21px;
	height: 8px;
	text-align: center;
	line-height: 8px;
}

.carousel-indicators li {
	display: inline-block;
	width: 8px;
	height: 8px;
	line-height: 8px;
	margin: 0 2px;
	background-color: #7b7d7f;
	border-radius: 50%;
	cursor: pointer;
}

.carousel-indicators li:hover, .carousel-indicators li:focus {
	background-color: #000;
}

.carousel-indicators li:focus {
	outline: 0;
}

.carousel-indicators li.active {
	background-color: #000;
	cursor: default;
}

.carousel-counter {
	padding: 8px 0;
	font-size: 12px;
	color: #777;
}

.carousel-counter-num {
	color: #000;
}

.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}

.carousel-home {
	margin: 0 45px;
}

.carousel-home .left {
	left: -30px;
}

.carousel-home .right {
	right: -30px;
}

@media (max-width: 1199px) {
	.carousel-content .carousel-control {
		top: auto;
		bottom: 10px;
	}
}

@media (max-width: 991px) {
	.carousel-home img {
		margin-bottom: 30px;
	}
}

@media (min-width: 1200px) {
	.carousel-content .carousel-control {
		top: 45%;
	}
	.carousel-content .carousel-control.left {
		left: -30px;
	}
	.carousel-content .carousel-control.right {
		right: -30px;
	}
}

@media (min-width: 1278px) {
	.carousel-home .carousel-control.left,
	.carousel-content .carousel-control.left {
		left: -60px;
	}
	.carousel-home .carousel-control.right,
	.carousel-content .carousel-control.right {
		right: -60px;
	}
}

html.header-slide-is-open {
	overflow: hidden;
}

.header-bar {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	padding: 0 15px;
	height: 50px;
	min-width: 320px;
	border-bottom: 1px solid #d9d9db;
	background-color: #f0f0f0;
}

.header-btn {
	border: 0;
	color: #7b7d7f;
}

.header-btn:hover, .header-btn:focus {
	color: #000;
}

.header-btn:focus {
	outline: 0;
}

.header-btn-contacts {
	opacity: 0.66;
}

.header-btn-contacts svg:last-child {
	margin-left: 3px;
}

.header-btn-slide {
	width: 30px;
	height: 16px;
	margin-right: 30px;
}

.header-btn-slide-ico {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 16px;
	padding: 0;
	background-color: transparent;
	background-image: none;
	border: 0;
	border-top: 2px solid;
	border-bottom: 2px solid;
}

.header-btn-slide-ico:after, .header-btn-slide-ico:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	top: 5px;
	border-top: 2px solid;
	transition: transform 0.4s;
}

.header-slide-is-open .header-btn-slide-ico {
	border-color: transparent;
}

.header-slide-is-open .header-btn-slide-ico:after {
	transform: rotate(30deg);
}

.header-slide-is-open .header-btn-slide-ico:before {
	transform: rotate(-30deg);
}

.header-logo {
	width: 40px;
}

.header-slide {
	position: fixed;
	z-index: 900;
	top: 50px;
	bottom: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	width: 100vw;
	min-width: 320px;
	padding-left: 15px;
	background-color: #f0f0f0;
	overflow-y: auto;
	transform: translate3d(-100%, 0, 0);
	transition: transform 0.4s ease-in-out;
}

.header-slide-is-open .header-slide {
	transform: translate3d(0, 0, 0);
}

.header-lang {
	padding-top: 15px;
	padding-bottom: 30px;
}

.header-lang a {
	display: inline-block;
}

.header-lang a:hover, .header-lang a:focus {
	color: #000;
	text-decoration: none;
}

.header-lang a:focus {
	outline: 0;
}

.header-menu {
	-ms-flex-positive: 1;
	    flex-grow: 1;
}

.header-menu,
.header-info {
	margin-bottom: 30px;
}

.header-social-group {
	padding: 15px 0;
	display: inline-block;
	border-top: 1px solid #d9d9db;
}

.header-social-group a {
	display: inline-block;
	padding: 2px;
	margin: 0 8px;
	color: #000;
}

.header-social-group a:hover, .header-social-group a:focus {
	color: #7b7d7f;
	text-decoration: none;
}

.header-social-group a:focus {
	outline: 0;
}

.header-social-group a:first-child {
	margin-left: 0;
}

.header-social-group a:last-child {
	margin-right: 0;
}

@media (min-width: 768px) {
	.header-bar {
		height: auto;
		right: auto;
		bottom: 0;
		-ms-flex-direction: column;
		    flex-direction: column;
		min-width: 1px;
		min-height: 260px;
		width: 60px;
		border-bottom: none;
		border-right: 1px solid #d9d9db;
	}
	.header-btn-slide {
		margin: 0;
		margin-top: 30px;
	}
	.header-logo {
		width: 45px;
	}
	.header-btn-contacts {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		margin-bottom: 24px;
	}
	.header-btn-contacts svg {
		margin: 6px !important;
	}
	.header-slide {
		top: 0;
		left: 60px;
		width: 440px;
	}
}

.footer {
	padding: 30px 0 21px;
	overflow: hidden;
	color: #7b7d7f;
	background-color: #f0f0f0;
}

.footer-social a {
	display: inline-block;
	padding: 3px;
	font-size: 20px;
}

.footer-social a:hover, .footer-social a:focus {
	text-decoration: none;
	opacity: 0.66;
}

.footer-social a:focus {
	outline: 0;
}

.footer-social a + a {
	margin-left: 10px;
}

.footer-logo a, .footer-logo span {
	display: inline-block;
}

.footer-bottom {
	position: relative;
	padding-top: 21px;
	font-size: 12px;
}

.footer-bottom:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -50vw;
	width: 200vw;
	border-top: 1px solid #d9d9db;
}

@media (min-width: 992px) {
	.footer-logo {
		text-align: right;
	}
}

.box {
	margin-bottom: 30px;
}

.box-lg {
	margin-bottom: 45px;
}

.box-xl {
	margin-bottom: 60px;
}

.box-sm {
	margin-bottom: 15px;
}

.box-bg {
	height: 100vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	min-height: 320px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.box-bg:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.66);
}

.box-bg img {
	position: relative;
}

.box-columns-img {
	columns: 300px 2;
	column-gap: 30px;
}

.box-columns-img-link {
	display: block;
	margin-bottom: 30px;
}

.box-columns-img-link:last-child {
	margin-bottom: 0;
}

.box-link {
	position: relative;
	display: block;
	overflow: hidden;
}

.box-link-caption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 21px 45px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	transform: scale3d(1, 1, 1);
	transform-origin: 50% 150%;
	transition: transform 0.3s ease-in-out;
}

.box-link:hover .box-link-caption, .box-link:focus .box-link-caption {
	transform: scale3d(0, 0, 1);
	transition: transform 0.6s ease-in-out;
}

.box-link:focus {
	outline: 0;
}

@media (min-width: 768px) {
	.box-slide {
		position: relative;
		overflow: hidden;
	}
	.box-slide-inner {
		transform: translate3d(0, 0, 0);
		transition: transform 0.4s ease-in-out;
	}
	.header-slide-is-open .box-slide-inner {
		transform: translate3d(440px, 0, 0);
	}
	.box-slide-inner .container {
		padding-left: 75px;
	}
	.box-slide:after {
		content: "";
		display: block;
		position: absolute;
		z-index: 800;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.25);
		opacity: 0;
		transform: translate3d(-100vw, 0, 0);
		transition: opacity 0.4s ease-in-out, transform 0s 0.4s ease-in-out;
	}
	.header-slide-is-open .box-slide:after {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition: opacity 0.4s ease-in-out;
	}
	.box-bg {
		margin-left: 60px;
	}
	.box-map {
		padding-left: 60px;
	}
}

.ico {
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
	position: relative;
	top: -0.09em;
	fill: currentColor;
}

html.lb-disable-scrolling {
	overflow: hidden;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	opacity: 0.66;
	display: none;
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-loader {
	position: absolute;
	top: 50%;
	left: 0;
	height: 30px;
	width: 100%;
	margin-top: -7px;
	text-align: center;
	line-height: 0;
}

@keyframes lb-cancel-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}

.lb-cancel {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background-color: #7b7d7f;
	opacity: 0.5;
	animation: lb-cancel-spin 2s infinite linear;
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container > .nav {
	left: 0;
}

.lb-nav .lb-prev, .lb-nav .lb-next {
	position: relative;
	height: 100%;
	cursor: pointer;
	display: block;
	outline: none;
	background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
	opacity: 0.5;
	width: 40%;
	transition: opacity 0.3s;
}

.lb-nav .lb-prev:after, .lb-nav .lb-next:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 15px;
	height: 15px;
	margin: 0 15px;
	color: #fff;
	border-top: 2px solid;
	border-left: 2px solid;
}

.lb-nav .lb-prev:hover, .lb-nav .lb-next:hover {
	opacity: 1;
}

.lb-nav .lb-prev {
	left: 0;
	float: left;
}

.lb-nav .lb-prev:after {
	left: 0;
	transform: rotate(-45deg);
	box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
}

.lb-nav .lb-next {
	right: 0;
	float: right;
}

.lb-nav .lb-next:after {
	right: 0;
	transform: rotate(135deg);
	box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
}

.lb-dataContainer {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-data {
	display: -ms-flexbox;
	display: flex;
	padding: 8px 20px 10px;
	color: #000;
}

.lb-data .lb-details {
	width: 100%;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption {
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
}

.lb-data .lb-caption a {
	color: #7b7d7f;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #c1c1c1;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 18px;
	height: 18px;
	text-align: right;
	outline: none;
	opacity: 0.5;
	transition: opacity 0.3s;
	position: absolute;
	top: -30px;
	right: 20px;
	color: #fff;
}

.lb-data .lb-close:after, .lb-data .lb-close:before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 20px;
	border-top: 2px solid;
}

.lb-data .lb-close:before {
	transform: rotate(45deg);
}

.lb-data .lb-close:after {
	transform: rotate(-45deg);
}

.lb-data .lb-close:hover {
	cursor: pointer;
	opacity: 1;
}

@media (min-width: 768px) {
	.lb-outerContainer .lb-container {
		padding: 0 30px;
	}
	.lb-dataContainer .lb-data {
		margin: 0 30px;
	}
	.lb-nav .lb-prev:after {
		left: -10px;
	}
	.lb-nav .lb-next:after {
		right: -10px;
	}
}

.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;
}

.affix {
	position: fixed;
}

.d-f {
	display: -ms-flexbox;
	display: flex;
}

.d-b {
	display: block;
}

.d-i-b {
	display: inline-block;
}

.f-g-1 {
	-ms-flex-positive: 1;
	    flex-grow: 1;
}

.f-w-w {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.ff-ss {
	font-family: "Open Sans", Arial, sans-serif;
}

.ff-s {
	font-family: "Rasa", Georgia, "Times New Roman", Times, serif;
}

.m-b-0 {
	margin-bottom: 0;
}

.m-b {
	margin-bottom: 21px;
}

.m-b-sm {
	margin-bottom: 10px;
}

.m-b-xs {
	margin-bottom: 5px;
}

.m-b-lg {
	margin-bottom: 31px;
}

.m-b-xl {
	margin-bottom: 42px;
}

.m-l-sm {
	margin-left: 10px;
}

.p-a-xl {
	padding: 60px;
}

.p-a-sm {
	padding: 15px;
}

.p-v-xl {
	padding-top: 60px;
	padding-bottom: 60px;
}

.p-v-lg {
	padding-top: 45px;
	padding-bottom: 45px;
}

.p-v {
	padding-top: 30px;
	padding-bottom: 30px;
}

.p-h-xl {
	padding-left: 60px;
	padding-right: 60px;
}

.p-h-lg {
	padding-left: 45px;
	padding-right: 45px;
}

.p-h {
	padding-left: 30px;
	padding-right: 30px;
}

.p-t-xl {
	padding-top: 60px;
}

.p-t-lg {
	padding-top: 45px;
}

.p-b {
	padding-bottom: 30px;
}

.p-h {
	padding-left: 30px;
	padding-right: 30px;
}

.p-h-xs {
	padding-left: 7px;
	padding-right: 7px;
}

.p-h-lg {
	padding-left: 45px;
	padding-right: 45px;
}

.t-sc-1-9 {
	transform: scale(1.9, 1.9);
}

.t-sc-0-8 {
	transform: scale(0.8, 0.8);
}

.shadow-b {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.browser {
	position: fixed;
	z-index: 9000;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #7b7d7f;
	color: #fff;
	text-align: center;
}

.browser a {
	color: #fff;
	text-decoration: underline;
}

.browser .close {
	display: inline-block;
	height: 20px;
	width: 30px;
	overflow: hidden;
	color: #fff;
}

.browser .close:hover, .browser .close:focus {
	opacity: 0.66;
}

.browser .close:focus {
	outline: 0;
}

.browser .close strong {
	display: inline-block;
	transform: scale(1.7) translate(0, -2px);
	font-weight: 400;
}

.browser-upgrade,
.browser-js-disabled,
.browser-cookie-warning {
	display: block;
	padding: 10px 8px;
	margin: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.66);
}

.browser-cookie-warning {
	display: none;
}

.browser-admin {
	display: none;
}

@media (min-width: 992px) {
	.browser-admin {
		display: block;
		position: fixed;
		z-index: 9000;
		left: -220px;
		top: 40%;
	}
	.browser-admin input {
		display: none;
	}
	.browser-admin input:checked + .browser-admin-box {
		transform: translate3d(220px, 0, 0);
	}
	.browser-admin-btn {
		position: absolute;
		left: 100%;
		top: 0;
		width: 40px;
		height: 40px;
		background-color: #b4b905;
		background-image: radial-gradient(circle at 8px 25px, #fff 2px, transparent 3px);
	}
	.browser-admin-btn:hover {
		background-color: #b8bc2c;
		cursor: pointer;
	}
	.browser-admin-btn:after, .browser-admin-btn:before {
		content: "";
		display: block;
		position: absolute;
		left: 19px;
		bottom: 12px;
		width: 7px;
		height: 16px;
		background-color: #fff;
	}
	.browser-admin-btn:after {
		transform: skew(45deg);
	}
	.browser-admin-btn:before {
		transform: skew(-45deg);
	}
	.browser-admin-box {
		display: block;
		width: 220px;
		background-color: #b8bc2c;
		color: #fff;
		padding: 21px;
		transform: translate3d(0, 0, 0);
		transition: transform 0.2s;
	}
	.browser-admin-box a {
		color: #fff;
		text-decoration: underline;
	}
	.browser-admin-box a:hover, .browser-admin-box a:focus {
		text-decoration: none;
	}
	.browser-admin-box a:focus {
		outline: 0;
	}
}

@-ms-viewport {
	width: device-width;
}

.visible-xxs {
	display: none !important;
}

.visible-xs {
	display: none !important;
}

.visible-sm {
	display: none !important;
}

.visible-md {
	display: none !important;
}

.visible-lg {
	display: none !important;
}

.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block,
.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: 479px) {
	.visible-xxs {
		display: block !important;
	}
	table.visible-xxs {
		display: table;
	}
	tr.visible-xxs {
		display: table-row !important;
	}
	th.visible-xxs,
	td.visible-xxs {
		display: table-cell !important;
	}
}

@media (max-width: 479px) {
	.visible-xxs-block {
		display: block !important;
	}
}

@media (max-width: 479px) {
	.visible-xxs-inline {
		display: inline !important;
	}
}

@media (max-width: 479px) {
	.visible-xxs-inline-block {
		display: inline-block !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: 768px) {
	.hidden-small {
		display: none !important;
	}
}

@media (min-width: 769px) {
	.hidden-large {
		display: none !important;
	}
}

@media (max-width: 480px) {
	.hidden-xxs {
		display: none !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;
	}
}

.visible-xs-md {
	display: none;
}

@media (min-width: 480px) and (max-width: 991px) {
	.visible-xs-md {
		display: block;
	}
}
