<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * festivalMonteVelho
 * EsporÃ£o - Festival Monte Velho
 *
 * @author AndrÃ© Gomes &lt;andre.smgomes@gmail.com&gt;
 * @version 0.1.0
 * Copyright . MIT licensed.
 */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background: 0 0;
	cursor: pointer;
}
a:active,
a:hover {
	outline: 0;
}
b,
strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	margin: .67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden;
}
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[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-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: 700;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
@media print {
	* {
		text-shadow: none!important;
		color: #000!important;
		background: 0 0!important;
		box-shadow: none!important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href)")";
	}
	abbr[title]:after {
		content: " (" attr(title)")";
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100%!important;
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	select {
		background: #fff!important;
	}
	.navbar {
		display: none;
	}
	.history .prize-list td,
	.history .prize-list th,
	.table td,
	.table th {
		background-color: #fff!important;
	}
	.btn&gt;.caret,
	.dropup&gt;.btn&gt;.caret,
	.history .show-more .dropup&gt;.show-more-btn&gt;.caret,
	.history .show-more .show-more-btn&gt;.caret,
	.show-on-mobile .districts-menu .dropdown-menu li.dropup&gt;button&gt;.caret,
	.show-on-mobile .districts-menu .dropdown-menu li&gt;button&gt;.caret,
	.show-on-mobile .districts-menu .dropup&gt;.select-box&gt;.caret,
	.show-on-mobile .districts-menu .select-box&gt;.caret {
		border-top-color: #000!important;
	}
	.label {
		border: 1px solid #000;
	}
	.history .prize-list,
	.table {
		border-collapse: collapse!important;
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd!important;
	}
}
*,
:after,
:before {
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}
body {
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	background-color: #fff;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a:focus,
a:hover {
	color: #2a6496;
	text-decoration: underline;
}
a:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.gallery li img,
.img-responsive,
.main-navigation .navbar-festival,
.main-navigation .navbar-logo,
.restaurantes #maps #map_canvas .gmaps {
	display: block;
	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 .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.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: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 75%;
}
.h1,
h1 {
	font-size: 36px;
}
.h2,
h2 {
	font-size: 30px;
}
.h3,
h3 {
	font-size: 32pt;
}
.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: 992px) {
	.lead {
		font-size: 21px;
	}
}
.small,
small {
	font-size: 85%;
}
cite {
	font-style: normal;
}
.mark,
mark {
	background-color: #fcf8e3;
	padding: .2em;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.history .show-more,
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-muted {
	color: #777;
}
.text-primary {
	color: #428bca;
}
a.text-primary:hover {
	color: #3071a9;
}
.text-success {
	color: #3c763d;
}
a.text-success:hover {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
a.text-info:hover {
	color: #245269;
}
.text-warning {
	color: #8a6d3b;
}
a.text-warning:hover {
	color: #66512c;
}
.text-danger {
	color: #a94442;
}
a.text-danger:hover {
	color: #843534;
}
.bg-primary {
	color: #fff;
	background-color: #428bca;
}
a.bg-primary:hover {
	background-color: #3071a9;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:hover {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:hover {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:hover {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:hover {
	background-color: #e4b9b9;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}
ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}
.list-inline,
.list-unstyled,
.social-nav {
	padding-left: 0;
	list-style: none;
}
.list-inline,
.social-nav {
	margin-left: -5px;
}
.list-inline&gt;li,
.social-nav&gt;li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.social-nav li i {
	font-size: 30px;
	position: relative;
	top: -6px;
}

dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dd,
dt {
	line-height: 1.42857;
}
dt {
	font-weight: 700;
}
dd {
	margin-left: 0;
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
	content: " ";
	display: table;
}
.dl-horizontal dd:after {
	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[data-original-title],
abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right,
blockquote.social-nav {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.social-nav .small:before,
blockquote.social-nav footer:before,
blockquote.social-nav small:before {
	content: '';
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.social-nav .small:after,
blockquote.social-nav footer:after,
blockquote.social-nav small:after {
	content: '\00A0 \2014';
}
blockquote:after,
blockquote:before {
	content: "";
}
address {
	font-style: normal;
	line-height: 1.42857;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container:after,
.container:before {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-fluid:after,
.container-fluid:before {
	content: " ";
	display: table;
}
.container-fluid:after {
	clear: both;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row:after,
.row:before {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left;
}
.col-xs-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-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left;
	}
	.col-sm-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-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left;
	}
	.col-md-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-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left;
	}
	.col-lg-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%;
	}
}
table {
	background-color: transparent;
}
th {
	text-align: left;
}
.history .prize-list,
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.history .prize-list&gt;tbody&gt;tr&gt;td,
.history .prize-list&gt;tbody&gt;tr&gt;th,
.history .prize-list&gt;tfoot&gt;tr&gt;td,
.history .prize-list&gt;tfoot&gt;tr&gt;th,
.history .prize-list&gt;thead&gt;tr&gt;td,
.history .prize-list&gt;thead&gt;tr&gt;th,
.table&gt;tbody&gt;tr&gt;td,
.table&gt;tbody&gt;tr&gt;th,
.table&gt;tfoot&gt;tr&gt;td,
.table&gt;tfoot&gt;tr&gt;th,
.table&gt;thead&gt;tr&gt;td,
.table&gt;thead&gt;tr&gt;th {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.history .prize-list&gt;thead&gt;tr&gt;th,
.table&gt;thead&gt;tr&gt;th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.history .prize-list&gt;caption+thead&gt;tr:first-child&gt;td,
.history .prize-list&gt;caption+thead&gt;tr:first-child&gt;th,
.history .prize-list&gt;colgroup+thead&gt;tr:first-child&gt;td,
.history .prize-list&gt;colgroup+thead&gt;tr:first-child&gt;th,
.history .prize-list&gt;thead:first-child&gt;tr:first-child&gt;td,
.history .prize-list&gt;thead:first-child&gt;tr:first-child&gt;th,
.table&gt;caption+thead&gt;tr:first-child&gt;td,
.table&gt;caption+thead&gt;tr:first-child&gt;th,
.table&gt;colgroup+thead&gt;tr:first-child&gt;td,
.table&gt;colgroup+thead&gt;tr:first-child&gt;th,
.table&gt;thead:first-child&gt;tr:first-child&gt;td,
.table&gt;thead:first-child&gt;tr:first-child&gt;th {
	border-top: 0;
}
.history .prize-list&gt;tbody+tbody,
.table&gt;tbody+tbody {
	border-top: 2px solid #ddd;
}
.history .prize-list .prize-list,
.history .prize-list .table,
.history .table .prize-list,
.table .history .prize-list,
.table .table {
	background-color: #fff;
}
.history .prize-list&gt;tbody&gt;tr&gt;td,
.history .prize-list&gt;tbody&gt;tr&gt;th,
.history .prize-list&gt;tfoot&gt;tr&gt;td,
.history .prize-list&gt;tfoot&gt;tr&gt;th,
.history .prize-list&gt;thead&gt;tr&gt;td,
.history .prize-list&gt;thead&gt;tr&gt;th,
.table-condensed&gt;tbody&gt;tr&gt;td,
.table-condensed&gt;tbody&gt;tr&gt;th,
.table-condensed&gt;tfoot&gt;tr&gt;td,
.table-condensed&gt;tfoot&gt;tr&gt;th,
.table-condensed&gt;thead&gt;tr&gt;td,
.table-condensed&gt;thead&gt;tr&gt;th {
	padding: 5px;
}
.table-bordered,
.table-bordered&gt;tbody&gt;tr&gt;td,
.table-bordered&gt;tbody&gt;tr&gt;th,
.table-bordered&gt;tfoot&gt;tr&gt;td,
.table-bordered&gt;tfoot&gt;tr&gt;th,
.table-bordered&gt;thead&gt;tr&gt;td,
.table-bordered&gt;thead&gt;tr&gt;th {
	border: 1px solid #ddd;
}
.table-bordered&gt;thead&gt;tr&gt;td,
.table-bordered&gt;thead&gt;tr&gt;th {
	border-bottom-width: 2px;
}
.table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;td,
.table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;th {
	background-color: #f9f9f9;
}
.table-hover&gt;tbody&gt;tr:hover&gt;td,
.table-hover&gt;tbody&gt;tr:hover&gt;th {
	background-color: #f5f5f5;
}
table col[class*=col-] {
	position: static;
	float: none;
	display: table-column;
}
table td[class*=col-],
table th[class*=col-] {
	position: static;
	float: none;
	display: table-cell;
}
.history .prize-list&gt;tbody&gt;tr.active&gt;td,
.history .prize-list&gt;tbody&gt;tr.active&gt;th,
.history .prize-list&gt;tbody&gt;tr&gt;td.active,
.history .prize-list&gt;tbody&gt;tr&gt;th.active,
.history .prize-list&gt;tfoot&gt;tr.active&gt;td,
.history .prize-list&gt;tfoot&gt;tr.active&gt;th,
.history .prize-list&gt;tfoot&gt;tr&gt;td.active,
.history .prize-list&gt;tfoot&gt;tr&gt;th.active,
.history .prize-list&gt;thead&gt;tr.active&gt;td,
.history .prize-list&gt;thead&gt;tr.active&gt;th,
.history .prize-list&gt;thead&gt;tr&gt;td.active,
.history .prize-list&gt;thead&gt;tr&gt;th.active,
.table&gt;tbody&gt;tr.active&gt;td,
.table&gt;tbody&gt;tr.active&gt;th,
.table&gt;tbody&gt;tr&gt;td.active,
.table&gt;tbody&gt;tr&gt;th.active,
.table&gt;tfoot&gt;tr.active&gt;td,
.table&gt;tfoot&gt;tr.active&gt;th,
.table&gt;tfoot&gt;tr&gt;td.active,
.table&gt;tfoot&gt;tr&gt;th.active,
.table&gt;thead&gt;tr.active&gt;td,
.table&gt;thead&gt;tr.active&gt;th,
.table&gt;thead&gt;tr&gt;td.active,
.table&gt;thead&gt;tr&gt;th.active {
	background-color: #f5f5f5;
}
.table-hover&gt;tbody&gt;tr.active:hover&gt;td,
.table-hover&gt;tbody&gt;tr.active:hover&gt;th,
.table-hover&gt;tbody&gt;tr:hover&gt;.active,
.table-hover&gt;tbody&gt;tr&gt;td.active:hover,
.table-hover&gt;tbody&gt;tr&gt;th.active:hover {
	background-color: #e8e8e8;
}
.history .prize-list&gt;tbody&gt;tr.success&gt;td,
.history .prize-list&gt;tbody&gt;tr.success&gt;th,
.history .prize-list&gt;tbody&gt;tr&gt;td.success,
.history .prize-list&gt;tbody&gt;tr&gt;th.success,
.history .prize-list&gt;tfoot&gt;tr.success&gt;td,
.history .prize-list&gt;tfoot&gt;tr.success&gt;th,
.history .prize-list&gt;tfoot&gt;tr&gt;td.success,
.history .prize-list&gt;tfoot&gt;tr&gt;th.success,
.history .prize-list&gt;thead&gt;tr.success&gt;td,
.history .prize-list&gt;thead&gt;tr.success&gt;th,
.history .prize-list&gt;thead&gt;tr&gt;td.success,
.history .prize-list&gt;thead&gt;tr&gt;th.success,
.table&gt;tbody&gt;tr.success&gt;td,
.table&gt;tbody&gt;tr.success&gt;th,
.table&gt;tbody&gt;tr&gt;td.success,
.table&gt;tbody&gt;tr&gt;th.success,
.table&gt;tfoot&gt;tr.success&gt;td,
.table&gt;tfoot&gt;tr.success&gt;th,
.table&gt;tfoot&gt;tr&gt;td.success,
.table&gt;tfoot&gt;tr&gt;th.success,
.table&gt;thead&gt;tr.success&gt;td,
.table&gt;thead&gt;tr.success&gt;th,
.table&gt;thead&gt;tr&gt;td.success,
.table&gt;thead&gt;tr&gt;th.success {
	background-color: #dff0d8;
}
.table-hover&gt;tbody&gt;tr.success:hover&gt;td,
.table-hover&gt;tbody&gt;tr.success:hover&gt;th,
.table-hover&gt;tbody&gt;tr:hover&gt;.success,
.table-hover&gt;tbody&gt;tr&gt;td.success:hover,
.table-hover&gt;tbody&gt;tr&gt;th.success:hover {
	background-color: #d0e9c6;
}
.history .prize-list&gt;tbody&gt;tr.info&gt;td,
.history .prize-list&gt;tbody&gt;tr.info&gt;th,
.history .prize-list&gt;tbody&gt;tr&gt;td.info,
.history .prize-list&gt;tbody&gt;tr&gt;th.info,
.history .prize-list&gt;tfoot&gt;tr.info&gt;td,
.history .prize-list&gt;tfoot&gt;tr.info&gt;th,
.history .prize-list&gt;tfoot&gt;tr&gt;td.info,
.history .prize-list&gt;tfoot&gt;tr&gt;th.info,
.history .prize-list&gt;thead&gt;tr.info&gt;td,
.history .prize-list&gt;thead&gt;tr.info&gt;th,
.history .prize-list&gt;thead&gt;tr&gt;td.info,
.history .prize-list&gt;thead&gt;tr&gt;th.info,
.table&gt;tbody&gt;tr.info&gt;td,
.table&gt;tbody&gt;tr.info&gt;th,
.table&gt;tbody&gt;tr&gt;td.info,
.table&gt;tbody&gt;tr&gt;th.info,
.table&gt;tfoot&gt;tr.info&gt;td,
.table&gt;tfoot&gt;tr.info&gt;th,
.table&gt;tfoot&gt;tr&gt;td.info,
.table&gt;tfoot&gt;tr&gt;th.info,
.table&gt;thead&gt;tr.info&gt;td,
.table&gt;thead&gt;tr.info&gt;th,
.table&gt;thead&gt;tr&gt;td.info,
.table&gt;thead&gt;tr&gt;th.info {
	background-color: #d9edf7;
}
.table-hover&gt;tbody&gt;tr.info:hover&gt;td,
.table-hover&gt;tbody&gt;tr.info:hover&gt;th,
.table-hover&gt;tbody&gt;tr:hover&gt;.info,
.table-hover&gt;tbody&gt;tr&gt;td.info:hover,
.table-hover&gt;tbody&gt;tr&gt;th.info:hover {
	background-color: #c4e3f3;
}
.history .prize-list&gt;tbody&gt;tr.warning&gt;td,
.history .prize-list&gt;tbody&gt;tr.warning&gt;th,
.history .prize-list&gt;tbody&gt;tr&gt;td.warning,
.history .prize-list&gt;tbody&gt;tr&gt;th.warning,
.history .prize-list&gt;tfoot&gt;tr.warning&gt;td,
.history .prize-list&gt;tfoot&gt;tr.warning&gt;th,
.history .prize-list&gt;tfoot&gt;tr&gt;td.warning,
.history .prize-list&gt;tfoot&gt;tr&gt;th.warning,
.history .prize-list&gt;thead&gt;tr.warning&gt;td,
.history .prize-list&gt;thead&gt;tr.warning&gt;th,
.history .prize-list&gt;thead&gt;tr&gt;td.warning,
.history .prize-list&gt;thead&gt;tr&gt;th.warning,
.table&gt;tbody&gt;tr.warning&gt;td,
.table&gt;tbody&gt;tr.warning&gt;th,
.table&gt;tbody&gt;tr&gt;td.warning,
.table&gt;tbody&gt;tr&gt;th.warning,
.table&gt;tfoot&gt;tr.warning&gt;td,
.table&gt;tfoot&gt;tr.warning&gt;th,
.table&gt;tfoot&gt;tr&gt;td.warning,
.table&gt;tfoot&gt;tr&gt;th.warning,
.table&gt;thead&gt;tr.warning&gt;td,
.table&gt;thead&gt;tr.warning&gt;th,
.table&gt;thead&gt;tr&gt;td.warning,
.table&gt;thead&gt;tr&gt;th.warning {
	background-color: #fcf8e3;
}
.table-hover&gt;tbody&gt;tr.warning:hover&gt;td,
.table-hover&gt;tbody&gt;tr.warning:hover&gt;th,
.table-hover&gt;tbody&gt;tr:hover&gt;.warning,
.table-hover&gt;tbody&gt;tr&gt;td.warning:hover,
.table-hover&gt;tbody&gt;tr&gt;th.warning:hover {
	background-color: #faf2cc;
}
.history .prize-list&gt;tbody&gt;tr.danger&gt;td,
.history .prize-list&gt;tbody&gt;tr.danger&gt;th,
.history .prize-list&gt;tbody&gt;tr&gt;td.danger,
.history .prize-list&gt;tbody&gt;tr&gt;th.danger,
.history .prize-list&gt;tfoot&gt;tr.danger&gt;td,
.history .prize-list&gt;tfoot&gt;tr.danger&gt;th,
.history .prize-list&gt;tfoot&gt;tr&gt;td.danger,
.history .prize-list&gt;tfoot&gt;tr&gt;th.danger,
.history .prize-list&gt;thead&gt;tr.danger&gt;td,
.history .prize-list&gt;thead&gt;tr.danger&gt;th,
.history .prize-list&gt;thead&gt;tr&gt;td.danger,
.history .prize-list&gt;thead&gt;tr&gt;th.danger,
.table&gt;tbody&gt;tr.danger&gt;td,
.table&gt;tbody&gt;tr.danger&gt;th,
.table&gt;tbody&gt;tr&gt;td.danger,
.table&gt;tbody&gt;tr&gt;th.danger,
.table&gt;tfoot&gt;tr.danger&gt;td,
.table&gt;tfoot&gt;tr.danger&gt;th,
.table&gt;tfoot&gt;tr&gt;td.danger,
.table&gt;tfoot&gt;tr&gt;th.danger,
.table&gt;thead&gt;tr.danger&gt;td,
.table&gt;thead&gt;tr.danger&gt;th,
.table&gt;thead&gt;tr&gt;td.danger,
.table&gt;thead&gt;tr&gt;th.danger {
	background-color: #f2dede;
}
.table-hover&gt;tbody&gt;tr.danger:hover&gt;td,
.table-hover&gt;tbody&gt;tr.danger:hover&gt;th,
.table-hover&gt;tbody&gt;tr:hover&gt;.danger,
.table-hover&gt;tbody&gt;tr&gt;td.danger:hover,
.table-hover&gt;tbody&gt;tr&gt;th.danger:hover {
	background-color: #ebcccc;
}
@media screen and (max-width: 991px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch;
	}
	.history .table-responsive&gt;.prize-list,
	.table-responsive&gt;.table {
		margin-bottom: 0;
	}
	.history .table-responsive&gt;.prize-list&gt;tbody&gt;tr&gt;td,
	.history .table-responsive&gt;.prize-list&gt;tbody&gt;tr&gt;th,
	.history .table-responsive&gt;.prize-list&gt;tfoot&gt;tr&gt;td,
	.history .table-responsive&gt;.prize-list&gt;tfoot&gt;tr&gt;th,
	.history .table-responsive&gt;.prize-list&gt;thead&gt;tr&gt;td,
	.history .table-responsive&gt;.prize-list&gt;thead&gt;tr&gt;th,
	.table-responsive&gt;.table&gt;tbody&gt;tr&gt;td,
	.table-responsive&gt;.table&gt;tbody&gt;tr&gt;th,
	.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;td,
	.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;th,
	.table-responsive&gt;.table&gt;thead&gt;tr&gt;td,
	.table-responsive&gt;.table&gt;thead&gt;tr&gt;th {
		white-space: nowrap;
	}
	.table-responsive&gt;.table-bordered {
		border: 0;
	}
	.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,
	.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,
	.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,
	.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,
	.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,
	.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child {
		border-left: 0;
	}
	.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,
	.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,
	.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,
	.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,
	.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,
	.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child {
		border-right: 0;
	}
	.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,
	.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,
	.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,
	.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th {
		border-bottom: 0;
	}
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}
input[type=search] {
	box-sizing: border-box;
}
input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	line-height: normal;
}
input[type=file] {
	display: block;
}
input[type=range] {
	display: block;
	width: 100%;
}
select[multiple],
select[size] {
	height: auto;
}
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.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 {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}
textarea.form-control {
	height: auto;
}
input[type=search] {
	-webkit-appearance: none;
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	line-height: 34px;
	line-height: 1.42857 \0;
}
.form-horizontal .form-group-sm input[type=date].form-control,
.form-horizontal .form-group-sm input[type=datetime-local].form-control,
.form-horizontal .form-group-sm input[type=month].form-control,
.form-horizontal .form-group-sm input[type=time].form-control,
input[type=date].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm,
input[type=time].input-sm {
	line-height: 30px;
}
.form-horizontal .form-group-lg input[type=date].form-control,
.form-horizontal .form-group-lg input[type=datetime-local].form-control,
.form-horizontal .form-group-lg input[type=month].form-control,
.form-horizontal .form-group-lg input[type=time].form-control,
input[type=date].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg,
input[type=time].input-lg {
	line-height: 46px;
}
.form-group {
	margin-bottom: 15px;
}
.checkbox,
.radio {
	position: relative;
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.checkbox label,
.radio label {
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: absolute;
	margin-left: -20px;
}
.checkbox+.checkbox,
.radio+.radio {
	margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer;
}
.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
	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,
.form-horizontal .form-group-lg .form-control-static.form-control,
.form-horizontal .form-group-sm .form-control-static.form-control {
	padding-left: 0;
	padding-right: 0;
}
.form-horizontal .form-group-sm .form-control,
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.form-horizontal .form-group-sm select.form-control,
select.input-sm {
	height: 30px;
	line-height: 30px;
}
.form-horizontal .form-group-sm select[multiple].form-control,
.form-horizontal .form-group-sm textarea.form-control,
select[multiple].input-sm,
textarea.input-sm {
	height: auto;
}
.form-horizontal .form-group-lg .form-control,
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
.form-horizontal .form-group-lg select.form-control,
select.input-lg {
	height: 46px;
	line-height: 46px;
}
.form-horizontal .form-group-lg select[multiple].form-control,
.form-horizontal .form-group-lg textarea.form-control,
select[multiple].input-lg,
textarea.input-lg {
	height: auto;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 42.5px
}
.form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}
.form-horizontal .form-group-lg .form-control+.form-control-feedback,
.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.form-horizontal .form-group-sm .form-control+.form-control-feedback,
.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
	color: #a94442;
}
.has-error .form-control {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}
.has-error .form-control-feedback {
	color: #a94442;
}
.has-feedback label.sr-only~.form-control-feedback {
	top: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
@media (min-width: 992px) {
	.form-inline .form-group,
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control,
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .input-group,
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .form-control,
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.navbar-form .input-group .form-control,
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn {
		width: auto;
	}
	.form-inline .input-group&gt;.form-control,
	.navbar-form .input-group&gt;.form-control {
		width: 100%;
	}
	.form-inline .control-label,
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .checkbox,
	.form-inline .radio,
	.navbar-form .checkbox,
	.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .checkbox label,
	.form-inline .radio label,
	.navbar-form .checkbox label,
	.navbar-form .radio label {
		padding-left: 0;
	}
	.form-inline .checkbox input[type=checkbox],
	.form-inline .radio input[type=radio],
	.navbar-form .checkbox input[type=checkbox],
	.navbar-form .radio input[type=radio] {
		position: relative;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback,
	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 27px;
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
	content: " ";
	display: table;
}
.form-horizontal .form-group:after {
	clear: both;
}
@media (min-width: 992px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}
}
.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px;
}
@media (min-width: 992px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.3px;
	}
}
@media (min-width: 992px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
	}
}
.btn,
.history .show-more .show-more-btn,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button,
.show-on-mobile .districts-menu .select-box {
	/*display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
}
.btn.active:focus,
.btn:active:focus,
.btn:focus,
.history .show-more .active.show-more-btn:focus,
.history .show-more .show-more-btn:active:focus,
.history .show-more .show-more-btn:focus,
.show-on-mobile .districts-menu .active.select-box:focus,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button.active:focus,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button:active:focus,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button:focus,
.show-on-mobile .districts-menu .select-box:active:focus,
.show-on-mobile .districts-menu .select-box:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}
.btn:focus,
.btn:hover,
.history .show-more .show-more-btn:focus,
.history .show-more .show-more-btn:hover,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button:focus,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button:hover,
.show-on-mobile .districts-menu .select-box:focus,
.show-on-mobile .districts-menu .select-box:hover {
	color: #333;
	text-decoration: none;
}
.btn.active,
.btn:active,
.history .show-more .active.show-more-btn,
.history .show-more .show-more-btn:active,
.show-on-mobile .districts-menu .active.select-box,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button.active,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button:active,
.show-on-mobile .districts-menu .select-box:active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
.history .show-more .disabled.show-more-btn,
.history .show-more[disabled].show-more-btn,
.history .show-more fieldset[disabled] .show-more-btn,
.show-on-mobile .districts-menu .disabled.select-box,
.show-on-mobile .districts-menu .dropdown-menu fieldset[disabled] li&gt;button,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button.disabled,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button[disabled],
.show-on-mobile .districts-menu[disabled].select-box,
.show-on-mobile .districts-menu fieldset[disabled] .select-box,
fieldset[disabled] .btn,
fieldset[disabled] .history .show-more .show-more-btn,
fieldset[disabled] .show-on-mobile .districts-menu .dropdown-menu li&gt;button,
fieldset[disabled] .show-on-mobile .districts-menu .select-box {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	box-shadow: none;
}
.btn-default,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button {
	background-color: #e3dbd0;
	border: none;
	padding: 4px;
	text-transform: uppercase;
	text-align: left;
}
.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open&gt;.btn-default.dropdown-toggle,
.show-on-mobile .districts-menu .dropdown-menu li.open&gt;button.dropdown-toggle,
.show-on-mobile .districts-menu .dropdown-menu li.open&gt;button.select-box,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button.active,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button:active,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button:focus,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button:hover,
.show-on-mobile .districts-menu .open&gt;.btn-default.select-box {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open&gt;.btn-default.dropdown-toggle,
.show-on-mobile .districts-menu .dropdown-menu li.open&gt;button.dropdown-toggle,
.show-on-mobile .districts-menu .dropdown-menu li.open&gt;button.select-box,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button.active,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button:active,
.show-on-mobile .districts-menu .open&gt;.btn-default.select-box {
	background-image: none;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
.show-on-mobile .districts-menu .dropdown-menu fieldset[disabled] li&gt;button,
.show-on-mobile .districts-menu .dropdown-menu fieldset[disabled] li&gt;button.active,
.show-on-mobile .districts-menu .dropdown-menu fieldset[disabled] li&gt;button:active,
.show-on-mobile .districts-menu .dropdown-menu fieldset[disabled] li&gt;button:focus,
.show-on-mobile .districts-menu .dropdown-menu fieldset[disabled] li&gt;button:hover,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button.disabled,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button.disabled.active,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button.disabled:active,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button.disabled:focus,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button.disabled:hover,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button[disabled],
.show-on-mobile .districts-menu .dropdown-menu li&gt;button[disabled].active,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button[disabled]:active,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button[disabled]:focus,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .show-on-mobile .districts-menu .dropdown-menu li&gt;button,
fieldset[disabled] .show-on-mobile .districts-menu .dropdown-menu li&gt;button.active,
fieldset[disabled] .show-on-mobile .districts-menu .dropdown-menu li&gt;button:active,
fieldset[disabled] .show-on-mobile .districts-menu .dropdown-menu li&gt;button:focus,
fieldset[disabled] .show-on-mobile .districts-menu .dropdown-menu li&gt;button:hover {
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button .badge {
	color: #fff;
	background-color: #333;
}
.btn-primary,
.history .show-more .show-more-btn {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.history .show-more .active.show-more-btn,
.history .show-more .open&gt;.dropdown-toggle.show-more-btn,
.history .show-more .show-more-btn:active,
.history .show-more .show-more-btn:focus,
.history .show-more .show-more-btn:hover,
.history .show-more .show-on-mobile .districts-menu .open&gt;.select-box.show-more-btn,
.open&gt;.btn-primary.dropdown-toggle,
.show-on-mobile .districts-menu .history .show-more .open&gt;.select-box.show-more-btn,
.show-on-mobile .districts-menu .open&gt;.btn-primary.select-box {
	color: #fff;
	background-color: #3071a9;
	border-color: #285e8e;
}
.btn-primary.active,
.btn-primary:active,
.history .show-more .active.show-more-btn,
.history .show-more .open&gt;.dropdown-toggle.show-more-btn,
.history .show-more .show-more-btn:active,
.history .show-more .show-on-mobile .districts-menu .open&gt;.select-box.show-more-btn,
.open&gt;.btn-primary.dropdown-toggle,
.show-on-mobile .districts-menu .history .show-more .open&gt;.select-box.show-more-btn,
.show-on-mobile .districts-menu .open&gt;.btn-primary.select-box {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.history .show-more .disabled.active.show-more-btn,
.history .show-more .disabled.show-more-btn,
.history .show-more .disabled.show-more-btn:active,
.history .show-more .disabled.show-more-btn:focus,
.history .show-more .disabled.show-more-btn:hover,
.history .show-more[disabled].active.show-more-btn,
.history .show-more[disabled].show-more-btn,
.history .show-more[disabled].show-more-btn:active,
.history .show-more[disabled].show-more-btn:focus,
.history .show-more[disabled].show-more-btn:hover,
.history .show-more fieldset[disabled] .active.show-more-btn,
.history .show-more fieldset[disabled] .show-more-btn,
.history .show-more fieldset[disabled] .show-more-btn:active,
.history .show-more fieldset[disabled] .show-more-btn:focus,
.history .show-more fieldset[disabled] .show-more-btn:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .history .show-more .active.show-more-btn,
fieldset[disabled] .history .show-more .show-more-btn,
fieldset[disabled] .history .show-more .show-more-btn:active,
fieldset[disabled] .history .show-more .show-more-btn:focus,
fieldset[disabled] .history .show-more .show-more-btn:hover {
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-primary .badge,
.history .show-more .show-more-btn .badge {
	color: #428bca;
	background-color: #fff;
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open&gt;.btn-success.dropdown-toggle,
.show-on-mobile .districts-menu .open&gt;.btn-success.select-box {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open&gt;.btn-success.dropdown-toggle,
.show-on-mobile .districts-menu .open&gt;.btn-success.select-box {
	background-image: none;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open&gt;.btn-info.dropdown-toggle,
.show-on-mobile .districts-menu .open&gt;.btn-info.select-box {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open&gt;.btn-info.dropdown-toggle,
.show-on-mobile .districts-menu .open&gt;.btn-info.select-box {
	background-image: none;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open&gt;.btn-warning.dropdown-toggle,
.show-on-mobile .districts-menu .open&gt;.btn-warning.select-box {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open&gt;.btn-warning.dropdown-toggle,
.show-on-mobile .districts-menu .open&gt;.btn-warning.select-box {
	background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open&gt;.btn-danger.dropdown-toggle,
.show-on-mobile .districts-menu .open&gt;.btn-danger.select-box {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open&gt;.btn-danger.dropdown-toggle,
.show-on-mobile .districts-menu .open&gt;.btn-danger.select-box {
	background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}
.btn-link {
	color: #428bca;
	font-weight: 400;
	cursor: pointer;
	border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
	color: #2a6496;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none;
}
.btn-group-lg&gt;.btn,
.btn-lg,
.history .show-more .btn-group-lg&gt;.show-more-btn,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-lg&gt;button,
.show-on-mobile .districts-menu .select-box {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
.btn-group-sm&gt;.btn,
.btn-sm,
.history .show-more .btn-group-sm&gt;.show-more-btn,
.show-on-mobile .districts-menu .btn-group-sm&gt;.select-box,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-sm&gt;button {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-group-xs&gt;.btn,
.btn-xs,
.history .show-more .btn-group-xs&gt;.show-more-btn,
.show-on-mobile .districts-menu .btn-group-xs&gt;.select-box,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-xs&gt;button {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block+.btn-block {
	margin-top: 5px;
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .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 .35s ease;
	transition: height .35s ease;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropdown {
	position: relative;
}
.dropdown-toggle:focus,
.show-on-mobile .districts-menu .select-box: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;
	background-clip: padding-box;
}
.dropdown-menu.pull-right,
.dropdown-menu.social-nav {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu&gt;li&gt;a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu&gt;li&gt;a:focus,
.dropdown-menu&gt;li&gt;a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown-menu&gt;.active&gt;a,
.dropdown-menu&gt;.active&gt;a:focus,
.dropdown-menu&gt;.active&gt;a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #428bca;
}
.dropdown-menu&gt;.disabled&gt;a,
.dropdown-menu&gt;.disabled&gt;a:focus,
.dropdown-menu&gt;.disabled&gt;a:hover {
	color: #777;
}
.dropdown-menu&gt;.disabled&gt;a:focus,
.dropdown-menu&gt;.disabled&gt;a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed;
}
.open&gt;.dropdown-menu {
	display: block;
}
.open&gt;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: #777;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right&gt;.dropdown-menu,
.social-nav&gt;.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;
	}
}
.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group-vertical&gt;.btn,
.btn-group&gt;.btn,
.history .show-more .btn-group-vertical&gt;.show-more-btn,
.history .show-more .btn-group&gt;.show-more-btn,
.history .show-more .show-on-mobile .districts-menu&gt;.show-more-btn,
.show-on-mobile .districts-menu .btn-group-vertical&gt;.select-box,
.show-on-mobile .districts-menu .btn-group&gt;.select-box,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-vertical&gt;button,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group&gt;button,
.show-on-mobile .districts-menu .dropdown-menu li.districts-menu&gt;button,
.show-on-mobile .districts-menu&gt;.btn,
.show-on-mobile .districts-menu&gt;.select-box,
.show-on-mobile .history .show-more .districts-menu&gt;.show-more-btn {
	position: relative;
	float: left;
}
.btn-group-vertical&gt;.btn.active,
.btn-group-vertical&gt;.btn:active,
.btn-group-vertical&gt;.btn:focus,
.btn-group-vertical&gt;.btn:hover,
.btn-group&gt;.btn.active,
.btn-group&gt;.btn:active,
.btn-group&gt;.btn:focus,
.btn-group&gt;.btn:hover,
.history .show-more .btn-group-vertical&gt;.active.show-more-btn,
.history .show-more .btn-group-vertical&gt;.show-more-btn:active,
.history .show-more .btn-group-vertical&gt;.show-more-btn:focus,
.history .show-more .btn-group-vertical&gt;.show-more-btn:hover,
.history .show-more .btn-group&gt;.active.show-more-btn,
.history .show-more .btn-group&gt;.show-more-btn:active,
.history .show-more .btn-group&gt;.show-more-btn:focus,
.history .show-more .btn-group&gt;.show-more-btn:hover,
.history .show-more .show-on-mobile .districts-menu&gt;.active.show-more-btn,
.history .show-more .show-on-mobile .districts-menu&gt;.show-more-btn:active,
.history .show-more .show-on-mobile .districts-menu&gt;.show-more-btn:focus,
.history .show-more .show-on-mobile .districts-menu&gt;.show-more-btn:hover,
.show-on-mobile .districts-menu .btn-group-vertical&gt;.active.select-box,
.show-on-mobile .districts-menu .btn-group-vertical&gt;.select-box:active,
.show-on-mobile .districts-menu .btn-group-vertical&gt;.select-box:focus,
.show-on-mobile .districts-menu .btn-group-vertical&gt;.select-box:hover,
.show-on-mobile .districts-menu .btn-group&gt;.active.select-box,
.show-on-mobile .districts-menu .btn-group&gt;.select-box:active,
.show-on-mobile .districts-menu .btn-group&gt;.select-box:focus,
.show-on-mobile .districts-menu .btn-group&gt;.select-box:hover,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-vertical&gt;button.active,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-vertical&gt;button:active,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-vertical&gt;button:focus,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-vertical&gt;button:hover,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group&gt;button.active,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group&gt;button:active,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group&gt;button:focus,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group&gt;button:hover,
.show-on-mobile .districts-menu .dropdown-menu li.districts-menu&gt;button.active,
.show-on-mobile .districts-menu .dropdown-menu li.districts-menu&gt;button:active,
.show-on-mobile .districts-menu .dropdown-menu li.districts-menu&gt;button:focus,
.show-on-mobile .districts-menu .dropdown-menu li.districts-menu&gt;button:hover,
.show-on-mobile .districts-menu&gt;.active.select-box,
.show-on-mobile .districts-menu&gt;.btn.active,
.show-on-mobile .districts-menu&gt;.btn:active,
.show-on-mobile .districts-menu&gt;.btn:focus,
.show-on-mobile .districts-menu&gt;.btn:hover,
.show-on-mobile .districts-menu&gt;.select-box:active,
.show-on-mobile .districts-menu&gt;.select-box:focus,
.show-on-mobile .districts-menu&gt;.select-box:hover,
.show-on-mobile .history .show-more .districts-menu&gt;.active.show-more-btn,
.show-on-mobile .history .show-more .districts-menu&gt;.show-more-btn:active,
.show-on-mobile .history .show-more .districts-menu&gt;.show-more-btn:focus,
.show-on-mobile .history .show-more .districts-menu&gt;.show-more-btn:hover {
	z-index: 2;
}
.btn-group-vertical&gt;.btn:focus,
.btn-group&gt;.btn:focus,
.history .show-more .btn-group-vertical&gt;.show-more-btn:focus,
.history .show-more .btn-group&gt;.show-more-btn:focus,
.history .show-more .show-on-mobile .districts-menu&gt;.show-more-btn:focus,
.show-on-mobile .districts-menu .btn-group-vertical&gt;.select-box:focus,
.show-on-mobile .districts-menu .btn-group&gt;.select-box:focus,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-vertical&gt;button:focus,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group&gt;button:focus,
.show-on-mobile .districts-menu .dropdown-menu li.districts-menu&gt;button:focus,
.show-on-mobile .districts-menu&gt;.btn:focus,
.show-on-mobile .districts-menu&gt;.select-box:focus,
.show-on-mobile .history .show-more .districts-menu&gt;.show-more-btn:focus {
	outline: 0;
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group .history .show-more .btn+.show-more-btn,
.btn-group .history .show-more .btn-group+.show-more-btn,
.btn-group .history .show-more .show-more-btn+.btn,
.btn-group .history .show-more .show-more-btn+.btn-group,
.btn-group .history .show-more .show-more-btn+.show-more-btn,
.btn-group .history .show-more .show-on-mobile .show-more-btn+.districts-menu,
.btn-group .show-on-mobile .btn+.districts-menu,
.btn-group .show-on-mobile .btn-group+.districts-menu,
.btn-group .show-on-mobile .districts-menu+.btn,
.btn-group .show-on-mobile .districts-menu+.btn-group,
.btn-group .show-on-mobile .districts-menu+.districts-menu,
.btn-group .show-on-mobile .history .show-more .districts-menu+.show-more-btn,
.history .show-more .btn-group .btn+.show-more-btn,
.history .show-more .btn-group .btn-group+.show-more-btn,
.history .show-more .btn-group .show-more-btn+.btn,
.history .show-more .btn-group .show-more-btn+.btn-group,
.history .show-more .btn-group .show-more-btn+.show-more-btn,
.history .show-more .btn-group .show-on-mobile .districts-menu+.show-more-btn,
.history .show-more .btn-group .show-on-mobile .show-more-btn+.districts-menu,
.history .show-more .show-on-mobile .btn-group .districts-menu+.show-more-btn,
.history .show-more .show-on-mobile .districts-menu .btn+.show-more-btn,
.history .show-more .show-on-mobile .districts-menu .btn-group+.show-more-btn,
.history .show-more .show-on-mobile .districts-menu .districts-menu+.show-more-btn,
.history .show-more .show-on-mobile .districts-menu .dropdown-menu li&gt;.show-more-btn+button,
.history .show-more .show-on-mobile .districts-menu .dropdown-menu li&gt;button+.show-more-btn,
.history .show-more .show-on-mobile .districts-menu .select-box+.show-more-btn,
.history .show-more .show-on-mobile .districts-menu .show-more-btn+.btn,
.history .show-more .show-on-mobile .districts-menu .show-more-btn+.btn-group,
.history .show-more .show-on-mobile .districts-menu .show-more-btn+.districts-menu,
.history .show-more .show-on-mobile .districts-menu .show-more-btn+.select-box,
.history .show-more .show-on-mobile .districts-menu .show-more-btn+.show-more-btn,
.show-on-mobile .btn-group .btn+.districts-menu,
.show-on-mobile .btn-group .btn-group+.districts-menu,
.show-on-mobile .btn-group .districts-menu+.btn,
.show-on-mobile .btn-group .districts-menu+.btn-group,
.show-on-mobile .btn-group .districts-menu+.districts-menu,
.show-on-mobile .btn-group .history .show-more .districts-menu+.show-more-btn,
.show-on-mobile .btn-group .history .show-more .show-more-btn+.districts-menu,
.show-on-mobile .districts-menu .btn+.btn,
.show-on-mobile .districts-menu .btn+.btn-group,
.show-on-mobile .districts-menu .btn+.districts-menu,
.show-on-mobile .districts-menu .btn+.select-box,
.show-on-mobile .districts-menu .btn-group .btn-group+.select-box,
.show-on-mobile .districts-menu .btn-group+.btn,
.show-on-mobile .districts-menu .btn-group+.btn-group,
.show-on-mobile .districts-menu .btn-group+.districts-menu,
.show-on-mobile .districts-menu .btn-group+.select-box,
.show-on-mobile .districts-menu .districts-menu+.btn,
.show-on-mobile .districts-menu .districts-menu+.btn-group,
.show-on-mobile .districts-menu .districts-menu+.districts-menu,
.show-on-mobile .districts-menu .districts-menu+.select-box,
.show-on-mobile .districts-menu .dropdown-menu .history .show-more li&gt;.show-more-btn+button,
.show-on-mobile .districts-menu .dropdown-menu .history .show-more li&gt;button+.show-more-btn,
.show-on-mobile .districts-menu .dropdown-menu li&gt;.btn+button,
.show-on-mobile .districts-menu .dropdown-menu li&gt;.btn-group+button,
.show-on-mobile .districts-menu .dropdown-menu li&gt;.districts-menu+button,
.show-on-mobile .districts-menu .dropdown-menu li&gt;.select-box+button,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button+.btn,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button+.btn-group,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button+.districts-menu,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button+.select-box,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button+button,
.show-on-mobile .districts-menu .history .show-more .btn+.show-more-btn,
.show-on-mobile .districts-menu .history .show-more .btn-group+.show-more-btn,
.show-on-mobile .districts-menu .history .show-more .districts-menu+.show-more-btn,
.show-on-mobile .districts-menu .history .show-more .dropdown-menu li&gt;.show-more-btn+button,
.show-on-mobile .districts-menu .history .show-more .select-box+.show-more-btn,
.show-on-mobile .districts-menu .history .show-more .show-more-btn+.btn,
.show-on-mobile .districts-menu .history .show-more .show-more-btn+.btn-group,
.show-on-mobile .districts-menu .history .show-more .show-more-btn+.districts-menu,
.show-on-mobile .districts-menu .history .show-more .show-more-btn+.select-box,
.show-on-mobile .districts-menu .history .show-more .show-more-btn+.show-more-btn,
.show-on-mobile .districts-menu .select-box+.btn,
.show-on-mobile .districts-menu .select-box+.btn-group,
.show-on-mobile .districts-menu .select-box+.districts-menu,
.show-on-mobile .districts-menu .select-box+.select-box,
.show-on-mobile .history .show-more .btn-group .show-more-btn+.districts-menu {
	margin-left: -1px;
}
.btn-toolbar {
	margin-left: -5px;
}
.btn-toolbar:after,
.btn-toolbar:before {
	content: " ";
	display: table;
}
.btn-toolbar:after {
	clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.btn-toolbar .show-on-mobile .districts-menu,
.show-on-mobile .btn-toolbar .districts-menu {
	float: left;
}
.btn-toolbar&gt;.btn,
.btn-toolbar&gt;.btn-group,
.btn-toolbar&gt;.input-group,
.history .show-more .btn-toolbar&gt;.show-more-btn,
.show-on-mobile .btn-toolbar&gt;.districts-menu,
.show-on-mobile .districts-menu .btn-toolbar&gt;.select-box,
.show-on-mobile .districts-menu .dropdown-menu li.btn-toolbar&gt;button {
	margin-left: 5px;
}
.btn-group&gt;.btn:not(:first-child):not(:last-child):not(.dropdown-toggle):not(.show-on-mobile .districts-menu .select-box),
.history .show-more .btn-group&gt;.show-more-btn:not(:first-child):not(:last-child):not(.dropdown-toggle):not(.show-on-mobile .districts-menu .select-box),
.history .show-more .show-on-mobile .districts-menu&gt;.show-more-btn:not(:first-child):not(:last-child):not(.dropdown-toggle):not(.show-on-mobile .districts-menu .select-box),
.show-on-mobile .districts-menu .btn-group&gt;.select-box:not(:first-child):not(:last-child):not(.dropdown-toggle):not(.show-on-mobile .districts-menu .select-box),
.show-on-mobile .districts-menu .dropdown-menu li.btn-group&gt;button:not(:first-child):not(:last-child):not(.dropdown-toggle):not(.show-on-mobile .districts-menu .select-box),
.show-on-mobile .districts-menu .dropdown-menu li.districts-menu&gt;button:not(:first-child):not(:last-child):not(.dropdown-toggle):not(.show-on-mobile .districts-menu .select-box),
.show-on-mobile .districts-menu&gt;.btn:not(:first-child):not(:last-child):not(.dropdown-toggle):not(.show-on-mobile .districts-menu .select-box),
.show-on-mobile .districts-menu&gt;.select-box:not(:first-child):not(:last-child):not(.dropdown-toggle):not(.show-on-mobile .districts-menu .select-box),
.show-on-mobile .history .show-more .districts-menu&gt;.show-more-btn:not(:first-child):not(:last-child):not(.dropdown-toggle):not(.show-on-mobile .districts-menu .select-box) {
	border-radius: 0;
}
.btn-group&gt;.btn:first-child,
.history .show-more .btn-group&gt;.show-more-btn:first-child,
.history .show-more .show-on-mobile .districts-menu&gt;.show-more-btn:first-child,
.show-on-mobile .districts-menu .btn-group&gt;.select-box:first-child,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group&gt;button:first-child,
.show-on-mobile .districts-menu .dropdown-menu li.districts-menu&gt;button:first-child,
.show-on-mobile .districts-menu&gt;.btn:first-child,
.show-on-mobile .districts-menu&gt;.select-box:first-child,
.show-on-mobile .history .show-more .districts-menu&gt;.show-more-btn:first-child {
	margin-left: 0;
}
.btn-group&gt;.btn:first-child:not(:last-child):not(.dropdown-toggle):not(.show-on-mobile .districts-menu .select-box),
.history .show-more .btn-group&gt;.show-more-btn:first-child:not(:last-child):not(.dropdown-toggle):not(.show-on-mobile .districts-menu .select-box),
.history .show-more .show-on-mobile .districts-menu&gt;.show-more-btn:first-child:not(:last-child):not(.dropdown-toggle):not(.show-on-mobile .districts-menu .select-box),
.show-on-mobile .districts-menu .btn-group&gt;.select-box:first-child:not(:last-child):not(.dropdown-toggle):not(.show-on-mobile .districts-menu .select-box),
.show-on-mobile .districts-menu .dropdown-menu li.btn-group&gt;button:first-child:not(:last-child):not(.dropdown-toggle):not(.show-on-mobile .districts-menu .select-box),
.show-on-mobile .districts-menu .dropdown-menu li.districts-menu&gt;button:first-child:not(:last-child):not(.dropdown-toggle):not(.show-on-mobile .districts-menu .select-box),
.show-on-mobile .districts-menu&gt;.btn:first-child:not(:last-child):not(.dropdown-toggle):not(.show-on-mobile .districts-menu .select-box),
.show-on-mobile .districts-menu&gt;.select-box:first-child:not(:last-child):not(.dropdown-toggle):not(.show-on-mobile .districts-menu .select-box),
.show-on-mobile .history .show-more .districts-menu&gt;.show-more-btn:first-child:not(:last-child):not(.dropdown-toggle):not(.show-on-mobile .districts-menu .select-box) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group&gt;.btn:last-child:not(:first-child),
.btn-group&gt;.dropdown-toggle:not(:first-child),
.history .show-more .btn-group&gt;.show-more-btn:last-child:not(:first-child),
.history .show-more .show-on-mobile .districts-menu&gt;.show-more-btn:last-child:not(:first-child),
.show-on-mobile .districts-menu .btn-group&gt;.select-box:last-child:not(:first-child),
.show-on-mobile .districts-menu .btn-group&gt;.select-box:not(:first-child),
.show-on-mobile .districts-menu .dropdown-menu li.btn-group&gt;button:last-child:not(:first-child),
.show-on-mobile .districts-menu .dropdown-menu li.districts-menu&gt;button:last-child:not(:first-child),
.show-on-mobile .districts-menu&gt;.btn:last-child:not(:first-child),
.show-on-mobile .districts-menu&gt;.dropdown-toggle:not(:first-child),
.show-on-mobile .districts-menu&gt;.select-box:last-child:not(:first-child),
.show-on-mobile .districts-menu&gt;.select-box:not(:first-child),
.show-on-mobile .history .show-more .districts-menu&gt;.show-more-btn:last-child:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group&gt;.btn-group,
.show-on-mobile .btn-group&gt;.districts-menu,
.show-on-mobile .districts-menu&gt;.btn-group,
.show-on-mobile .districts-menu&gt;.districts-menu {
	float: left;
}
.btn-group&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn,
.history .show-more .btn-group&gt;.btn-group:not(:first-child):not(:last-child)&gt;.show-more-btn,
.history .show-more .show-on-mobile .btn-group&gt;.districts-menu:not(:first-child):not(:last-child)&gt;.show-more-btn,
.history .show-more .show-on-mobile .districts-menu&gt;.btn-group:not(:first-child):not(:last-child)&gt;.show-more-btn,
.history .show-more .show-on-mobile .districts-menu&gt;.districts-menu:not(:first-child):not(:last-child)&gt;.show-more-btn,
.show-on-mobile .btn-group&gt;.districts-menu:not(:first-child):not(:last-child)&gt;.btn,
.show-on-mobile .btn-group&gt;.districts-menu:not(:first-child):not(:last-child)&gt;.select-box,
.show-on-mobile .districts-menu .btn-group&gt;.btn-group:not(:first-child):not(:last-child)&gt;.select-box,
.show-on-mobile .districts-menu .dropdown-menu .btn-group&gt;li.btn-group:not(:first-child):not(:last-child)&gt;button,
.show-on-mobile .districts-menu .dropdown-menu .btn-group&gt;li.districts-menu:not(:first-child):not(:last-child)&gt;button,
.show-on-mobile .districts-menu .dropdown-menu .districts-menu&gt;li.btn-group:not(:first-child):not(:last-child)&gt;button,
.show-on-mobile .districts-menu .dropdown-menu .districts-menu&gt;li.districts-menu:not(:first-child):not(:last-child)&gt;button,
.show-on-mobile .districts-menu&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn,
.show-on-mobile .districts-menu&gt;.btn-group:not(:first-child):not(:last-child)&gt;.select-box,
.show-on-mobile .districts-menu&gt;.districts-menu:not(:first-child):not(:last-child)&gt;.btn,
.show-on-mobile .districts-menu&gt;.districts-menu:not(:first-child):not(:last-child)&gt;.select-box,
.show-on-mobile .history .show-more .btn-group&gt;.districts-menu:not(:first-child):not(:last-child)&gt;.show-more-btn,
.show-on-mobile .history .show-more .districts-menu&gt;.btn-group:not(:first-child):not(:last-child)&gt;.show-more-btn,
.show-on-mobile .history .show-more .districts-menu&gt;.districts-menu:not(:first-child):not(:last-child)&gt;.show-more-btn {
	border-radius: 0;
}
.btn-group&gt;.btn-group:first-child&gt;.btn:last-child,
.btn-group&gt;.btn-group:first-child&gt;.dropdown-toggle,
.history .show-more .btn-group&gt;.btn-group:first-child&gt;.show-more-btn:last-child,
.history .show-more .show-on-mobile .btn-group&gt;.districts-menu:first-child&gt;.show-more-btn:last-child,
.history .show-more .show-on-mobile .districts-menu&gt;.btn-group:first-child&gt;.show-more-btn:last-child,
.history .show-more .show-on-mobile .districts-menu&gt;.districts-menu:first-child&gt;.show-more-btn:last-child,
.show-on-mobile .btn-group&gt;.districts-menu:first-child&gt;.btn:last-child,
.show-on-mobile .btn-group&gt;.districts-menu:first-child&gt;.dropdown-toggle,
.show-on-mobile .btn-group&gt;.districts-menu:first-child&gt;.select-box,
.show-on-mobile .btn-group&gt;.districts-menu:first-child&gt;.select-box:last-child,
.show-on-mobile .districts-menu .btn-group&gt;.btn-group:first-child&gt;.select-box,
.show-on-mobile .districts-menu .btn-group&gt;.btn-group:first-child&gt;.select-box:last-child,
.show-on-mobile .districts-menu .dropdown-menu .btn-group&gt;li.btn-group:first-child&gt;button:last-child,
.show-on-mobile .districts-menu .dropdown-menu .btn-group&gt;li.districts-menu:first-child&gt;button:last-child,
.show-on-mobile .districts-menu .dropdown-menu .districts-menu&gt;li.btn-group:first-child&gt;button:last-child,
.show-on-mobile .districts-menu .dropdown-menu .districts-menu&gt;li.districts-menu:first-child&gt;button:last-child,
.show-on-mobile .districts-menu&gt;.btn-group:first-child&gt;.btn:last-child,
.show-on-mobile .districts-menu&gt;.btn-group:first-child&gt;.dropdown-toggle,
.show-on-mobile .districts-menu&gt;.btn-group:first-child&gt;.select-box,
.show-on-mobile .districts-menu&gt;.btn-group:first-child&gt;.select-box:last-child,
.show-on-mobile .districts-menu&gt;.districts-menu:first-child&gt;.btn:last-child,
.show-on-mobile .districts-menu&gt;.districts-menu:first-child&gt;.dropdown-toggle,
.show-on-mobile .districts-menu&gt;.districts-menu:first-child&gt;.select-box,
.show-on-mobile .districts-menu&gt;.districts-menu:first-child&gt;.select-box:last-child,
.show-on-mobile .history .show-more .btn-group&gt;.districts-menu:first-child&gt;.show-more-btn:last-child,
.show-on-mobile .history .show-more .districts-menu&gt;.btn-group:first-child&gt;.show-more-btn:last-child,
.show-on-mobile .history .show-more .districts-menu&gt;.districts-menu:first-child&gt;.show-more-btn:last-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group&gt;.btn-group:last-child&gt;.btn:first-child,
.history .show-more .btn-group&gt;.btn-group:last-child&gt;.show-more-btn:first-child,
.history .show-more .show-on-mobile .btn-group&gt;.districts-menu:last-child&gt;.show-more-btn:first-child,
.history .show-more .show-on-mobile .districts-menu&gt;.btn-group:last-child&gt;.show-more-btn:first-child,
.history .show-more .show-on-mobile .districts-menu&gt;.districts-menu:last-child&gt;.show-more-btn:first-child,
.show-on-mobile .btn-group&gt;.districts-menu:last-child&gt;.btn:first-child,
.show-on-mobile .btn-group&gt;.districts-menu:last-child&gt;.select-box:first-child,
.show-on-mobile .districts-menu .btn-group&gt;.btn-group:last-child&gt;.select-box:first-child,
.show-on-mobile .districts-menu .dropdown-menu .btn-group&gt;li.btn-group:last-child&gt;button:first-child,
.show-on-mobile .districts-menu .dropdown-menu .btn-group&gt;li.districts-menu:last-child&gt;button:first-child,
.show-on-mobile .districts-menu .dropdown-menu .districts-menu&gt;li.btn-group:last-child&gt;button:first-child,
.show-on-mobile .districts-menu .dropdown-menu .districts-menu&gt;li.districts-menu:last-child&gt;button:first-child,
.show-on-mobile .districts-menu&gt;.btn-group:last-child&gt;.btn:first-child,
.show-on-mobile .districts-menu&gt;.btn-group:last-child&gt;.select-box:first-child,
.show-on-mobile .districts-menu&gt;.districts-menu:last-child&gt;.btn:first-child,
.show-on-mobile .districts-menu&gt;.districts-menu:last-child&gt;.select-box:first-child,
.show-on-mobile .history .show-more .btn-group&gt;.districts-menu:last-child&gt;.show-more-btn:first-child,
.show-on-mobile .history .show-more .districts-menu&gt;.btn-group:last-child&gt;.show-more-btn:first-child,
.show-on-mobile .history .show-more .districts-menu&gt;.districts-menu:last-child&gt;.show-more-btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle,
.btn-group.open .show-on-mobile .districts-menu .select-box,
.show-on-mobile .districts-menu .btn-group.open .select-box,
.show-on-mobile .districts-menu .dropdown-toggle:active,
.show-on-mobile .districts-menu .select-box:active,
.show-on-mobile .open.districts-menu .dropdown-toggle,
.show-on-mobile .open.districts-menu .select-box {
	outline: 0;
}
.btn-group&gt;.btn+.dropdown-toggle,
.history .show-more .btn-group&gt;.show-more-btn+.dropdown-toggle,
.history .show-more .show-on-mobile .districts-menu .btn-group&gt;.show-more-btn+.select-box,
.history .show-more .show-on-mobile .districts-menu&gt;.show-more-btn+.dropdown-toggle,
.history .show-more .show-on-mobile .districts-menu&gt;.show-more-btn+.select-box,
.show-on-mobile .districts-menu .btn-group&gt;.btn+.select-box,
.show-on-mobile .districts-menu .btn-group&gt;.select-box+.dropdown-toggle,
.show-on-mobile .districts-menu .btn-group&gt;.select-box+.select-box,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group&gt;button+.dropdown-toggle,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group&gt;button+.select-box,
.show-on-mobile .districts-menu .dropdown-menu li.districts-menu&gt;button+.dropdown-toggle,
.show-on-mobile .districts-menu .dropdown-menu li.districts-menu&gt;button+.select-box,
.show-on-mobile .districts-menu .history .show-more .btn-group&gt;.show-more-btn+.select-box,
.show-on-mobile .districts-menu&gt;.btn+.dropdown-toggle,
.show-on-mobile .districts-menu&gt;.btn+.select-box,
.show-on-mobile .districts-menu&gt;.select-box+.dropdown-toggle,
.show-on-mobile .districts-menu&gt;.select-box+.select-box,
.show-on-mobile .history .show-more .districts-menu&gt;.show-more-btn+.dropdown-toggle,
.show-on-mobile .history .show-more .districts-menu&gt;.show-more-btn+.select-box {
	padding-left: 8px;
	padding-right: 8px;
}
.btn-group-lg.btn-group&gt;.btn+.dropdown-toggle,
.btn-group&gt;.btn-lg+.dropdown-toggle,
.history .show-more .btn-group-lg.btn-group&gt;.show-more-btn+.dropdown-toggle,
.history .show-more .show-on-mobile .btn-group-lg.districts-menu&gt;.show-more-btn+.dropdown-toggle,
.history .show-more .show-on-mobile .btn-group-lg.districts-menu&gt;.show-more-btn+.select-box,
.history .show-more .show-on-mobile .districts-menu .btn-group-lg.btn-group&gt;.show-more-btn+.select-box,
.show-on-mobile .btn-group-lg.districts-menu&gt;.btn+.dropdown-toggle,
.show-on-mobile .btn-group-lg.districts-menu&gt;.btn+.select-box,
.show-on-mobile .districts-menu .btn-group-lg.btn-group&gt;.btn+.select-box,
.show-on-mobile .districts-menu .btn-group-lg.districts-menu&gt;.select-box+.dropdown-toggle,
.show-on-mobile .districts-menu .btn-group-lg.districts-menu&gt;.select-box+.select-box,
.show-on-mobile .districts-menu .btn-group&gt;.btn-lg+.select-box,
.show-on-mobile .districts-menu .btn-group&gt;.select-box+.dropdown-toggle,
.show-on-mobile .districts-menu .btn-group&gt;.select-box+.select-box,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-lg.btn-group&gt;button+.dropdown-toggle,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-lg.btn-group&gt;button+.select-box,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-lg.districts-menu&gt;button+.dropdown-toggle,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-lg.districts-menu&gt;button+.select-box,
.show-on-mobile .districts-menu .history .show-more .btn-group-lg.btn-group&gt;.show-more-btn+.select-box,
.show-on-mobile .districts-menu&gt;.btn-lg+.dropdown-toggle,
.show-on-mobile .districts-menu&gt;.btn-lg+.select-box,
.show-on-mobile .districts-menu&gt;.select-box+.dropdown-toggle,
.show-on-mobile .districts-menu&gt;.select-box+.select-box,
.show-on-mobile .history .show-more .btn-group-lg.districts-menu&gt;.show-more-btn+.dropdown-toggle,
.show-on-mobile .history .show-more .btn-group-lg.districts-menu&gt;.show-more-btn+.select-box {
	padding-left: 12px;
	padding-right: 12px;
}
.btn-group.open .dropdown-toggle,
.btn-group.open .show-on-mobile .districts-menu .select-box,
.show-on-mobile .districts-menu .btn-group.open .select-box,
.show-on-mobile .open.districts-menu .dropdown-toggle,
.show-on-mobile .open.districts-menu .select-box {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link,
.btn-group.open .show-on-mobile .districts-menu .btn-link.select-box,
.show-on-mobile .districts-menu .btn-group.open .btn-link.select-box,
.show-on-mobile .open.districts-menu .btn-link.select-box,
.show-on-mobile .open.districts-menu .dropdown-toggle.btn-link {
	box-shadow: none;
}
.btn .caret,
.history .show-more .show-more-btn .caret,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button .caret,
.show-on-mobile .districts-menu .select-box .caret {
	margin-left: 0;
}
.btn-group-lg&gt;.btn .caret,
.btn-lg .caret,
.history .show-more .btn-group-lg&gt;.show-more-btn .caret,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-lg&gt;button .caret,
.show-on-mobile .districts-menu .select-box .caret {
	border-width: 5px 5px 0;
}
.dropup .btn-group-lg&gt;.btn .caret,
.dropup .btn-lg .caret,
.dropup .history .show-more .btn-group-lg&gt;.show-more-btn .caret,
.dropup .show-on-mobile .districts-menu .dropdown-menu li.btn-group-lg&gt;button .caret,
.dropup .show-on-mobile .districts-menu .select-box .caret,
.history .show-more .dropup .btn-group-lg&gt;.show-more-btn .caret,
.show-on-mobile .districts-menu .dropdown-menu .dropup li.btn-group-lg&gt;button .caret,
.show-on-mobile .districts-menu .dropup .select-box .caret {
	border-width: 0 5px 5px;
}
.btn-group-vertical&gt;.btn,
.btn-group-vertical&gt;.btn-group,
.btn-group-vertical&gt;.btn-group&gt;.btn,
.history .show-more .btn-group-vertical&gt;.btn-group&gt;.show-more-btn,
.history .show-more .btn-group-vertical&gt;.show-more-btn,
.history .show-more .show-on-mobile .btn-group-vertical&gt;.districts-menu&gt;.show-more-btn,
.show-on-mobile .btn-group-vertical&gt;.districts-menu,
.show-on-mobile .btn-group-vertical&gt;.districts-menu&gt;.btn,
.show-on-mobile .btn-group-vertical&gt;.districts-menu&gt;.select-box,
.show-on-mobile .districts-menu .btn-group-vertical&gt;.btn-group&gt;.select-box,
.show-on-mobile .districts-menu .btn-group-vertical&gt;.select-box,
.show-on-mobile .districts-menu .dropdown-menu .btn-group-vertical&gt;li.btn-group&gt;button,
.show-on-mobile .districts-menu .dropdown-menu .btn-group-vertical&gt;li.districts-menu&gt;button,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-vertical&gt;button,
.show-on-mobile .history .show-more .btn-group-vertical&gt;.districts-menu&gt;.show-more-btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}
.btn-group-vertical&gt;.btn-group:after,
.btn-group-vertical&gt;.btn-group:before,
.show-on-mobile .btn-group-vertical&gt;.districts-menu:after,
.show-on-mobile .btn-group-vertical&gt;.districts-menu:before {
	content: " ";
	display: table;
}
.btn-group-vertical&gt;.btn-group:after,
.show-on-mobile .btn-group-vertical&gt;.districts-menu:after {
	clear: both;
}
.btn-group-vertical&gt;.btn-group&gt;.btn,
.history .show-more .btn-group-vertical&gt;.btn-group&gt;.show-more-btn,
.history .show-more .show-on-mobile .btn-group-vertical&gt;.districts-menu&gt;.show-more-btn,
.show-on-mobile .btn-group-vertical&gt;.districts-menu&gt;.btn,
.show-on-mobile .btn-group-vertical&gt;.districts-menu&gt;.select-box,
.show-on-mobile .districts-menu .btn-group-vertical&gt;.btn-group&gt;.select-box,
.show-on-mobile .districts-menu .dropdown-menu .btn-group-vertical&gt;li.btn-group&gt;button,
.show-on-mobile .districts-menu .dropdown-menu .btn-group-vertical&gt;li.districts-menu&gt;button,
.show-on-mobile .history .show-more .btn-group-vertical&gt;.districts-menu&gt;.show-more-btn {
	float: none;
}
.btn-group-vertical&gt;.btn+.btn,
.btn-group-vertical&gt;.btn+.btn-group,
.btn-group-vertical&gt;.btn-group+.btn,
.btn-group-vertical&gt;.btn-group+.btn-group,
.history .show-more .btn-group-vertical&gt;.btn+.show-more-btn,
.history .show-more .btn-group-vertical&gt;.btn-group+.show-more-btn,
.history .show-more .btn-group-vertical&gt;.show-more-btn+.btn,
.history .show-more .btn-group-vertical&gt;.show-more-btn+.btn-group,
.history .show-more .btn-group-vertical&gt;.show-more-btn+.show-more-btn,
.history .show-more .show-on-mobile .btn-group-vertical&gt;.districts-menu+.show-more-btn,
.history .show-more .show-on-mobile .btn-group-vertical&gt;.show-more-btn+.districts-menu,
.history .show-more .show-on-mobile .districts-menu .btn-group-vertical&gt;.select-box+.show-more-btn,
.history .show-more .show-on-mobile .districts-menu .btn-group-vertical&gt;.show-more-btn+.select-box,
.history .show-more .show-on-mobile .districts-menu .dropdown-menu li.btn-group-vertical&gt;.show-more-btn+button,
.history .show-more .show-on-mobile .districts-menu .dropdown-menu li.btn-group-vertical&gt;button+.show-more-btn,
.show-on-mobile .btn-group-vertical&gt;.btn+.districts-menu,
.show-on-mobile .btn-group-vertical&gt;.btn-group+.districts-menu,
.show-on-mobile .btn-group-vertical&gt;.districts-menu+.btn,
.show-on-mobile .btn-group-vertical&gt;.districts-menu+.btn-group,
.show-on-mobile .btn-group-vertical&gt;.districts-menu+.districts-menu,
.show-on-mobile .districts-menu .btn-group-vertical&gt;.btn+.select-box,
.show-on-mobile .districts-menu .btn-group-vertical&gt;.btn-group+.select-box,
.show-on-mobile .districts-menu .btn-group-vertical&gt;.districts-menu+.select-box,
.show-on-mobile .districts-menu .btn-group-vertical&gt;.select-box+.btn,
.show-on-mobile .districts-menu .btn-group-vertical&gt;.select-box+.btn-group,
.show-on-mobile .districts-menu .btn-group-vertical&gt;.select-box+.districts-menu,
.show-on-mobile .districts-menu .btn-group-vertical&gt;.select-box+.select-box,
.show-on-mobile .districts-menu .dropdown-menu .history .show-more li.btn-group-vertical&gt;.show-more-btn+button,
.show-on-mobile .districts-menu .dropdown-menu .history .show-more li.btn-group-vertical&gt;button+.show-more-btn,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-vertical&gt;.btn+button,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-vertical&gt;.btn-group+button,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-vertical&gt;.districts-menu+button,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-vertical&gt;.select-box+button,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-vertical&gt;button+.btn,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-vertical&gt;button+.btn-group,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-vertical&gt;button+.districts-menu,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-vertical&gt;button+.select-box,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-vertical&gt;button+button,
.show-on-mobile .districts-menu .history .show-more .btn-group-vertical&gt;.select-box+.show-more-btn,
.show-on-mobile .districts-menu .history .show-more .btn-group-vertical&gt;.show-more-btn+.select-box,
.show-on-mobile .history .show-more .btn-group-vertical&gt;.districts-menu+.show-more-btn,
.show-on-mobile .history .show-more .btn-group-vertical&gt;.show-more-btn+.districts-menu {
	margin-top: -1px;
	margin-left: 0;
}
.btn-group-vertical&gt;.btn:not(:first-child):not(:last-child),
.history .show-more .btn-group-vertical&gt;.show-more-btn:not(:first-child):not(:last-child),
.show-on-mobile .districts-menu .btn-group-vertical&gt;.select-box:not(:first-child):not(:last-child),
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-vertical&gt;button:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.btn-group-vertical&gt;.btn:first-child:not(:last-child),
.history .show-more .btn-group-vertical&gt;.show-more-btn:first-child:not(:last-child),
.show-on-mobile .districts-menu .btn-group-vertical&gt;.select-box:first-child:not(:last-child),
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-vertical&gt;button:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical&gt;.btn:last-child:not(:first-child),
.history .show-more .btn-group-vertical&gt;.show-more-btn:last-child:not(:first-child),
.show-on-mobile .districts-menu .btn-group-vertical&gt;.select-box:last-child:not(:first-child),
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-vertical&gt;button:last-child:not(:first-child) {
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn-group-vertical&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn,
.history .show-more .btn-group-vertical&gt;.btn-group:not(:first-child):not(:last-child)&gt;.show-more-btn,
.history .show-more .show-on-mobile .btn-group-vertical&gt;.districts-menu:not(:first-child):not(:last-child)&gt;.show-more-btn,
.show-on-mobile .btn-group-vertical&gt;.districts-menu:not(:first-child):not(:last-child)&gt;.btn,
.show-on-mobile .btn-group-vertical&gt;.districts-menu:not(:first-child):not(:last-child)&gt;.select-box,
.show-on-mobile .districts-menu .btn-group-vertical&gt;.btn-group:not(:first-child):not(:last-child)&gt;.select-box,
.show-on-mobile .districts-menu .dropdown-menu .btn-group-vertical&gt;li.btn-group:not(:first-child):not(:last-child)&gt;button,
.show-on-mobile .districts-menu .dropdown-menu .btn-group-vertical&gt;li.districts-menu:not(:first-child):not(:last-child)&gt;button,
.show-on-mobile .history .show-more .btn-group-vertical&gt;.districts-menu:not(:first-child):not(:last-child)&gt;.show-more-btn {
	border-radius: 0;
}
.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,
.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle,
.history .show-more .btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.show-more-btn:last-child,
.history .show-more .show-on-mobile .btn-group-vertical&gt;.districts-menu:first-child:not(:last-child)&gt;.show-more-btn:last-child,
.show-on-mobile .btn-group-vertical&gt;.districts-menu:first-child:not(:last-child)&gt;.btn:last-child,
.show-on-mobile .btn-group-vertical&gt;.districts-menu:first-child:not(:last-child)&gt;.dropdown-toggle,
.show-on-mobile .btn-group-vertical&gt;.districts-menu:first-child:not(:last-child)&gt;.select-box,
.show-on-mobile .btn-group-vertical&gt;.districts-menu:first-child:not(:last-child)&gt;.select-box:last-child,
.show-on-mobile .districts-menu .btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.select-box,
.show-on-mobile .districts-menu .btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.select-box:last-child,
.show-on-mobile .districts-menu .dropdown-menu .btn-group-vertical&gt;li.btn-group:first-child:not(:last-child)&gt;button:last-child,
.show-on-mobile .districts-menu .dropdown-menu .btn-group-vertical&gt;li.districts-menu:first-child:not(:last-child)&gt;button:last-child,
.show-on-mobile .history .show-more .btn-group-vertical&gt;.districts-menu:first-child:not(:last-child)&gt;.show-more-btn:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child,
.history .show-more .btn-group-vertical&gt;.btn-group:last-child:not(:first-child)&gt;.show-more-btn:first-child,
.history .show-more .show-on-mobile .btn-group-vertical&gt;.districts-menu:last-child:not(:first-child)&gt;.show-more-btn:first-child,
.show-on-mobile .btn-group-vertical&gt;.districts-menu:last-child:not(:first-child)&gt;.btn:first-child,
.show-on-mobile .btn-group-vertical&gt;.districts-menu:last-child:not(:first-child)&gt;.select-box:first-child,
.show-on-mobile .districts-menu .btn-group-vertical&gt;.btn-group:last-child:not(:first-child)&gt;.select-box:first-child,
.show-on-mobile .districts-menu .dropdown-menu .btn-group-vertical&gt;li.btn-group:last-child:not(:first-child)&gt;button:first-child,
.show-on-mobile .districts-menu .dropdown-menu .btn-group-vertical&gt;li.districts-menu:last-child:not(:first-child)&gt;button:first-child,
.show-on-mobile .history .show-more .btn-group-vertical&gt;.districts-menu:last-child:not(:first-child)&gt;.show-more-btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.btn-group-justified&gt;.btn,
.btn-group-justified&gt;.btn-group,
.history .show-more .btn-group-justified&gt;.show-more-btn,
.show-on-mobile .btn-group-justified&gt;.districts-menu,
.show-on-mobile .districts-menu .btn-group-justified&gt;.select-box,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-justified&gt;button {
	float: none;
	display: table-cell;
	width: 1%;
}
.btn-group-justified&gt;.btn-group .btn,
.btn-group-justified&gt;.btn-group .history .show-more .show-more-btn,
.btn-group-justified&gt;.btn-group .show-on-mobile .districts-menu .dropdown-menu li&gt;button,
.btn-group-justified&gt;.btn-group .show-on-mobile .districts-menu .select-box,
.history .show-more .btn-group-justified&gt;.btn-group .show-more-btn,
.history .show-more .show-on-mobile .btn-group-justified&gt;.districts-menu .show-more-btn,
.show-on-mobile .btn-group-justified&gt;.districts-menu .btn,
.show-on-mobile .btn-group-justified&gt;.districts-menu .dropdown-menu li&gt;button,
.show-on-mobile .btn-group-justified&gt;.districts-menu .history .show-more .show-more-btn,
.show-on-mobile .btn-group-justified&gt;.districts-menu .select-box,
.show-on-mobile .districts-menu .btn-group-justified&gt;.btn-group .select-box,
.show-on-mobile .districts-menu .dropdown-menu .btn-group-justified&gt;.btn-group li&gt;button {
	width: 100%;
}
.btn-group-justified&gt;.btn-group .dropdown-menu,
.show-on-mobile .btn-group-justified&gt;.districts-menu .dropdown-menu {
	left: auto;
}
.history .show-more[data-toggle=buttons]&gt;.show-more-btn&gt;input[type=checkbox],
.history .show-more[data-toggle=buttons]&gt;.show-more-btn&gt;input[type=radio],
.show-on-mobile .districts-menu .dropdown-menu li[data-toggle=buttons]&gt;button&gt;input[type=checkbox],
.show-on-mobile .districts-menu .dropdown-menu li[data-toggle=buttons]&gt;button&gt;input[type=radio],
.show-on-mobile .districts-menu[data-toggle=buttons]&gt;.select-box&gt;input[type=checkbox],
.show-on-mobile .districts-menu[data-toggle=buttons]&gt;.select-box&gt;input[type=radio],
[data-toggle=buttons]&gt;.btn&gt;input[type=checkbox],
[data-toggle=buttons]&gt;.btn&gt;input[type=radio] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav:after,
.nav:before {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav&gt;li {
	position: relative;
	display: block;
}

.nav&gt;li&gt;a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav&gt;li&gt;a:focus,
.nav&gt;li&gt;a:hover {
	text-decoration: none;
	background-color: #eee;
}
.nav&gt;li.disabled&gt;a {
	color: #777;
}
.nav&gt;li.disabled&gt;a:focus,
.nav&gt;li.disabled&gt;a:hover {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open&gt;a,
.nav .open&gt;a:focus,
.nav .open&gt;a:hover {
	background-color: #eee;
	border-color: #428bca;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav&gt;li&gt;a&gt;img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs&gt;li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs&gt;li&gt;a {
	margin-right: 2px;
	line-height: 1.42857;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs&gt;li&gt;a:hover {
	border-color: #eee #eee #ddd;
}
.nav-tabs&gt;li.active&gt;a,
.nav-tabs&gt;li.active&gt;a:focus,
.nav-tabs&gt;li.active&gt;a:hover {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-pills&gt;li {
	float: left;
}
.nav-pills&gt;li&gt;a {
	border-radius: 4px;
}
.nav-pills&gt;li+li {
	margin-left: 2px;
}
.nav-pills&gt;li.active&gt;a,
.nav-pills&gt;li.active&gt;a:focus,
.nav-pills&gt;li.active&gt;a:hover {
	color: #fff;
	background-color: #428bca;
}
.nav-stacked&gt;li {
	float: none;
}
.nav-stacked&gt;li+li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
	width: 100%;
}
.nav-justified&gt;li,
.nav-tabs.nav-justified&gt;li {
	float: none;
}
.nav-justified&gt;li&gt;a,
.nav-tabs.nav-justified&gt;li&gt;a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-justified&gt;.dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 992px) {
	.nav-justified&gt;li,
	.nav-tabs.nav-justified&gt;li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified&gt;li&gt;a,
	.nav-tabs.nav-justified&gt;li&gt;a {
		margin-bottom: 0;
	}
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
	border-bottom: 0;
}
.nav-tabs-justified&gt;li&gt;a,
.nav-tabs.nav-justified&gt;li&gt;a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified&gt;.active&gt;a,
.nav-tabs-justified&gt;.active&gt;a:focus,
.nav-tabs-justified&gt;.active&gt;a:hover,
.nav-tabs.nav-justified&gt;.active&gt;a,
.nav-tabs.nav-justified&gt;.active&gt;a:focus,
.nav-tabs.nav-justified&gt;.active&gt;a:hover {
	border: 1px solid #ddd;
}
@media (min-width: 992px) {
	.nav-tabs-justified&gt;li&gt;a,
	.nav-tabs.nav-justified&gt;li&gt;a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs-justified&gt;.active&gt;a,
	.nav-tabs-justified&gt;.active&gt;a:focus,
	.nav-tabs-justified&gt;.active&gt;a:hover,
	.nav-tabs.nav-justified&gt;.active&gt;a,
	.nav-tabs.nav-justified&gt;.active&gt;a:focus,
	.nav-tabs.nav-justified&gt;.active&gt;a:hover {
		border-bottom-color: #fff;
	}
}
.tab-content&gt;.tab-pane {
	display: none;
}
.tab-content&gt;.active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar {
	position: relative;
	min-height: 70px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
.navbar:after,
.navbar:before {
	content: " ";
	display: table;
}
.navbar:after {
	clear: both;
}
@media (min-width: 992px) {
	.navbar {
		/*border-radius: 4px*/
	}
}
.navbar-header:after,
.navbar-header:before {
	content: " ";
	display: table;
}
.navbar-header:after {
	clear: both;
}
@media (min-width: 992px) {
	.navbar-header {
		float: left;
	}
}
.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	-webkit-overflow-scrolling: touch;
}


.navbar-collapse:after,
.navbar-collapse:before {
	content: " ";
	display: table;
}
.navbar-collapse:after {
	clear: both;
}
.navbar-collapse.in {
	overflow-y: auto;
}
@media (min-width: 992px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 200px;
	}
}
.container-fluid&gt;.navbar-collapse,
.container-fluid&gt;.navbar-header,
.container&gt;.navbar-collapse,
.container&gt;.navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 992px) {
	.container-fluid&gt;.navbar-collapse,
	.container-fluid&gt;.navbar-header,
	.container&gt;.navbar-collapse,
	.container&gt;.navbar-header {
		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-bottom,
.navbar-fixed-top {
	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-bottom,
	.navbar-fixed-top {
		border-radius: 0;
	}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}
.main-navigation .navbar-festival,
.main-navigation .navbar-logo,
.navbar-brand {
	float: left;
	padding: 15px;
	font-size: 18px;
	line-height: 20px;
	height: 70px;
}
.main-navigation .navbar-festival:focus,
.main-navigation .navbar-festival:hover,
.main-navigation .navbar-logo:focus,
.main-navigation .navbar-logo:hover,
.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none;
}
@media (min-width: 992px) {
	.main-navigation .navbar&gt;.container .navbar-festival,
	.main-navigation .navbar&gt;.container .navbar-logo,
	.main-navigation .navbar&gt;.container-fluid .navbar-festival,
	.main-navigation .navbar&gt;.container-fluid .navbar-logo,
	.navbar&gt;.container .main-navigation .navbar-festival,
	.navbar&gt;.container .main-navigation .navbar-logo,
	.navbar&gt;.container .navbar-brand,
	.navbar&gt;.container-fluid .main-navigation .navbar-festival,
	.navbar&gt;.container-fluid .main-navigation .navbar-logo,
	.navbar&gt;.container-fluid .navbar-brand {
		margin-left: -15px;
	}
}
.navbar-toggle {
	position: relative;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
}
.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}
@media (min-width: 992px) {
	.navbar-toggle {
		display: none;
	}
}
.navbar-nav {
	margin: 7.5px -15px;
}
.navbar-nav&gt;li&gt;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;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu&gt;li&gt;a {
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu&gt;li&gt;a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,
	.navbar-nav .open .dropdown-menu&gt;li&gt;a:hover {
		background-image: none;
	}
}
@media (min-width: 993px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav&gt;li {
		float: left;
	}
	.navbar-nav&gt;li&gt;a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: -15px;
	}
}
@media (min-width: 993x) {
	.navbar-left {
		float: left!important;
	}
	.navbar-right {
		float: right!important;
	}
}
.navbar-form {
	margin: 18px -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (max-width: 991px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
}
@media (min-width: 993px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		box-shadow: none;
	}
	.navbar-form.navbar-right:last-child {
		margin-right: -15px;
	}
}
.navbar-nav&gt;li&gt;.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav&gt;li&gt;.dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.navbar-btn {
	margin-top: 18px;
	margin-bottom: 18px;
}
.btn-group-sm&gt;.navbar-btn.btn,
.history .show-more .btn-group-sm&gt;.navbar-btn.show-more-btn,
.navbar-btn.btn-sm,
.show-on-mobile .districts-menu .btn-group-sm&gt;.navbar-btn.select-box,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-sm&gt;button.navbar-btn {
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn-group-xs&gt;.navbar-btn.btn,
.history .show-more .btn-group-xs&gt;.navbar-btn.show-more-btn,
.navbar-btn.btn-xs,
.show-on-mobile .districts-menu .btn-group-xs&gt;.navbar-btn.select-box,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-xs&gt;button.navbar-btn {
	margin-top: 24px;
	margin-bottom: 24px;
}
.navbar-text {
	margin-top: 25px;
	margin-bottom: 25px;
}
@media (min-width: 992px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
	.navbar-text.navbar-right:last-child {
		margin-right: 0;
	}
}
.navbar-default {
	background-color: #ffffff;
	border-color: #e7e7e7;
}
.main-navigation .navbar-default .navbar-festival,
.main-navigation .navbar-default .navbar-logo,
.navbar-default .main-navigation .navbar-festival,
.navbar-default .main-navigation .navbar-logo,
.navbar-default .navbar-brand {
	color: #777;
}
.main-navigation .navbar-default .navbar-festival:focus,
.main-navigation .navbar-default .navbar-festival:hover,
.main-navigation .navbar-default .navbar-logo:focus,
.main-navigation .navbar-default .navbar-logo:hover,
.navbar-default .main-navigation .navbar-festival:focus,
.navbar-default .main-navigation .navbar-festival:hover,
.navbar-default .main-navigation .navbar-logo:focus,
.navbar-default .main-navigation .navbar-logo:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #777;
}
.navbar-default .navbar-nav&gt;li&gt;a {
	color: #000;
}
.navbar-default .navbar-nav&gt;li&gt;a:focus,
.navbar-default .navbar-nav&gt;li&gt;a:hover {
	color: #FFF;
	background-color: #FBB040;
}
.navbar-default .navbar-nav&gt;.active&gt;a,
.navbar-default .navbar-nav&gt;.active&gt;a:focus,
.navbar-default .navbar-nav&gt;.active&gt;a:hover {
	color: #FFF;
	background-color: #FBB040;
}
.navbar-default .navbar-nav&gt;.disabled&gt;a,
.navbar-default .navbar-nav&gt;.disabled&gt;a:focus,
.navbar-default .navbar-nav&gt;.disabled&gt;a:hover {
	color: #ccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #FBB040;
}
@media (max-width: 480px) {
	.navbar-default .navbar-toggle.collapsed { background-color: transparent; }
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav&gt;.open&gt;a,
.navbar-default .navbar-nav&gt;.open&gt;a:focus,
.navbar-default .navbar-nav&gt;.open&gt;a:hover {
	background-color: #000;
	color: #FBB040;
}
@media (max-width: 991px) {
	.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a {
		color: #000;
	}
	.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover {
		color: #000;
		background-color: #FBB040;
	}
	.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a,
	.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover {
		color: #FBB040;
		background-color: #000;
	}
	.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,
	.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover {
		color: #ccc;
		background-color: transparent;
	}
}
.navbar-default .btn-link,
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover,
.navbar-default .navbar-link,
.navbar-default .navbar-link:hover {
	color: #000;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc;
}
.navbar-inverse {
	background-color: #222;
	border-color: #090909;
}
.main-navigation .navbar-inverse .navbar-festival,
.main-navigation .navbar-inverse .navbar-logo,
.navbar-inverse .main-navigation .navbar-festival,
.navbar-inverse .main-navigation .navbar-logo,
.navbar-inverse .navbar-brand {
	color: #777;
}
.main-navigation .navbar-inverse .navbar-festival:focus,
.main-navigation .navbar-inverse .navbar-festival:hover,
.main-navigation .navbar-inverse .navbar-logo:focus,
.main-navigation .navbar-inverse .navbar-logo:hover,
.navbar-inverse .main-navigation .navbar-festival:focus,
.navbar-inverse .main-navigation .navbar-festival:hover,
.navbar-inverse .main-navigation .navbar-logo:focus,
.navbar-inverse .main-navigation .navbar-logo:hover,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav&gt;li&gt;a,
.navbar-inverse .navbar-text {
	color: #777;
}
.navbar-inverse .navbar-nav&gt;li&gt;a:focus,
.navbar-inverse .navbar-nav&gt;li&gt;a:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav&gt;.active&gt;a,
.navbar-inverse .navbar-nav&gt;.active&gt;a:focus,
.navbar-inverse .navbar-nav&gt;.active&gt;a:hover {
	color: #fff;
	background-color: #090909;
}
.navbar-inverse .navbar-nav&gt;.disabled&gt;a,
.navbar-inverse .navbar-nav&gt;.disabled&gt;a:focus,
.navbar-inverse .navbar-nav&gt;.disabled&gt;a:hover {
	color: #444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav&gt;.open&gt;a,
.navbar-inverse .navbar-nav&gt;.open&gt;a:focus,
.navbar-inverse .navbar-nav&gt;.open&gt;a:hover {
	background-color: #090909;
	color: #fff;
}
@media (max-width: 991px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.dropdown-header {
		border-color: #090909;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a {
		color: #777;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover {
		color: #fff;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a,
	.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover {
		color: #fff;
		background-color: #090909;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,
	.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover {
		color: #444;
		background-color: transparent;
	}
}
.navbar-inverse .navbar-link {
	color: #777;
}
.navbar-inverse .navbar-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link {
	color: #777;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444;
}
.media,
.media-body {
	overflow: hidden;
	zoom: 1;
}
.media,
.media .media {
	margin-top: 15px;
}
.media:first-child {
	margin-top: 0;
}
.media-object {
	display: block;
}
.media-heading {
	margin: 0 0 5px;
}
.media&gt;.pull-left {
	margin-right: 10px;
}
.media&gt;.pull-right,
.media&gt;.social-nav {
	margin-left: 10px;
}
.media-list {
	padding-left: 0;
	list-style: none;
}
.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.list-group-item&gt;.badge {
	float: right;
}
.list-group-item&gt;.badge+.badge {
	margin-right: 5px;
}
a.list-group-item {
	color: #555;
}
a.list-group-item .list-group-item-heading {
	color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
	background-color: #eee;
	color: #777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
	color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading&gt;.small,
.list-group-item.active .list-group-item-heading&gt;small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading&gt;.small,
.list-group-item.active:focus .list-group-item-heading&gt;small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading&gt;.small,
.list-group-item.active:hover .list-group-item-heading&gt;small {
	color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
	color: #e1edf7;
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}
a.list-group-item-success {
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
	color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}
a.list-group-item-info {
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
	color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}
a.list-group-item-warning {
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}
a.list-group-item-danger {
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	/*border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);*/
}
.panel-body {
	padding: 15px;
}
.panel-body:after,
.panel-body:before {
	content: " ";
	display: table;
}
.panel-body:after {
	clear: both;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel-heading&gt;.dropdown .dropdown-toggle,
.panel-heading&gt;.dropdown .show-on-mobile .districts-menu .select-box,
.show-on-mobile .districts-menu .panel-heading&gt;.dropdown .select-box {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
.panel-title&gt;a {
	color: inherit;
}
.panel-footer {
	padding: 10px 15px;
	/*background-color: #f5f5f5;
	border-top: 1px solid #ddd;*/
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel&gt;.list-group {
	margin-bottom: 0;
}
.panel&gt;.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel&gt;.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel&gt;.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0;
}
.history .panel&gt;.panel-collapse&gt;.prize-list,
.history .panel&gt;.prize-list,
.history .panel&gt;.table-responsive&gt;.prize-list,
.panel&gt;.panel-collapse&gt;.table,
.panel&gt;.table,
.panel&gt;.table-responsive&gt;.table {
	margin-bottom: 0;
}
.history .panel&gt;.prize-list:first-child,
.history .panel&gt;.table-responsive:first-child&gt;.prize-list:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child,
.panel&gt;.table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.history .panel&gt;.prize-list:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,
.history .panel&gt;.prize-list:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,
.history .panel&gt;.prize-list:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,
.history .panel&gt;.prize-list:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,
.history .panel&gt;.table-responsive:first-child&gt;.prize-list:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,
.history .panel&gt;.table-responsive:first-child&gt;.prize-list:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,
.history .panel&gt;.table-responsive:first-child&gt;.prize-list:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,
.history .panel&gt;.table-responsive:first-child&gt;.prize-list:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,
.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,
.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child {
	border-top-left-radius: 3px;
}
.history .panel&gt;.prize-list:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,
.history .panel&gt;.prize-list:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,
.history .panel&gt;.prize-list:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,
.history .panel&gt;.prize-list:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,
.history .panel&gt;.table-responsive:first-child&gt;.prize-list:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,
.history .panel&gt;.table-responsive:first-child&gt;.prize-list:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,
.history .panel&gt;.table-responsive:first-child&gt;.prize-list:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,
.history .panel&gt;.table-responsive:first-child&gt;.prize-list:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,
.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,
.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child {
	border-top-right-radius: 3px;
}
.history .panel&gt;.prize-list:last-child,
.history .panel&gt;.table-responsive:last-child&gt;.prize-list:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child,
.panel&gt;.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.history .panel&gt;.prize-list:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,
.history .panel&gt;.prize-list:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,
.history .panel&gt;.prize-list:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,
.history .panel&gt;.prize-list:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child,
.history .panel&gt;.table-responsive:last-child&gt;.prize-list:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,
.history .panel&gt;.table-responsive:last-child&gt;.prize-list:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,
.history .panel&gt;.table-responsive:last-child&gt;.prize-list:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,
.history .panel&gt;.table-responsive:last-child&gt;.prize-list:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child,
.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,
.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}
.history .panel&gt;.prize-list:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,
.history .panel&gt;.prize-list:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,
.history .panel&gt;.prize-list:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,
.history .panel&gt;.prize-list:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child,
.history .panel&gt;.table-responsive:last-child&gt;.prize-list:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,
.history .panel&gt;.table-responsive:last-child&gt;.prize-list:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,
.history .panel&gt;.table-responsive:last-child&gt;.prize-list:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,
.history .panel&gt;.table-responsive:last-child&gt;.prize-list:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child,
.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,
.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}
.history .panel&gt;.panel-body+.prize-list,
.panel&gt;.panel-body+.table,
.panel&gt;.panel-body+.table-responsive {
	border-top: 1px solid #ddd;
}
.history .panel&gt;.prize-list&gt;tbody:first-child&gt;tr:first-child td,
.history .panel&gt;.prize-list&gt;tbody:first-child&gt;tr:first-child th,
.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child td,
.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child th {
	border-top: 0;
}
.panel&gt;.table-bordered,
.panel&gt;.table-responsive&gt;.table-bordered {
	border: 0;
}
.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,
.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,
.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,
.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,
.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,
.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child {
	border-left: 0;
}
.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,
.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,
.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,
.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,
.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,
.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child {
	border-right: 0;
}
.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,
.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th,
.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,
.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,
.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,
.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,
.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,
.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th {
	border-bottom: 0;
}
.panel&gt;.table-responsive {
	border: 0;
	margin-bottom: 0;
}
.panel-group {
	margin-bottom: 20px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}
.panel-group .panel+.panel {
	margin-top: 5px;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading+.panel-collapse&gt;.panel-body {
	border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}
.panel-default {
	/*border-color: #ddd;*/
}
.panel-default&gt;.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-default&gt;.panel-heading+.panel-collapse&gt;.panel-body {
	border-top-color: #ddd;
}
.panel-default&gt;.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
}
.panel-default&gt;.panel-footer+.panel-collapse&gt;.panel-body {
	border-bottom-color: #ddd;
}
.panel-primary {
	border-color: #428bca;
}
.panel-primary&gt;.panel-heading {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}
.panel-primary&gt;.panel-heading+.panel-collapse&gt;.panel-body {
	border-top-color: #428bca;
}
.panel-primary&gt;.panel-heading .badge {
	color: #428bca;
	background-color: #fff;
}
.panel-primary&gt;.panel-footer+.panel-collapse&gt;.panel-body {
	border-bottom-color: #428bca;
}
.panel-success {
	border-color: #d6e9c6;
}
.panel-success&gt;.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.panel-success&gt;.panel-heading+.panel-collapse&gt;.panel-body {
	border-top-color: #d6e9c6;
}
.panel-success&gt;.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}
.panel-success&gt;.panel-footer+.panel-collapse&gt;.panel-body {
	border-bottom-color: #d6e9c6;
}
.panel-info {
	border-color: #bce8f1;
}
.panel-info&gt;.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.panel-info&gt;.panel-heading+.panel-collapse&gt;.panel-body {
	border-top-color: #bce8f1;
}
.panel-info&gt;.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}
.panel-info&gt;.panel-footer+.panel-collapse&gt;.panel-body {
	border-bottom-color: #bce8f1;
}
.panel-warning {
	border-color: #faebcc;
}
.panel-warning&gt;.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.panel-warning&gt;.panel-heading+.panel-collapse&gt;.panel-body {
	border-top-color: #faebcc;
}
.panel-warning&gt;.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}
.panel-warning&gt;.panel-footer+.panel-collapse&gt;.panel-body {
	border-bottom-color: #faebcc;
}
.panel-danger {
	border-color: #ebccd1;
}
.panel-danger&gt;.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.panel-danger&gt;.panel-heading+.panel-collapse&gt;.panel-body {
	border-top-color: #ebccd1;
}
.panel-danger&gt;.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}
.panel-danger&gt;.panel-footer+.panel-collapse&gt;.panel-body {
	border-bottom-color: #ebccd1;
}
.embed-responsive,
.modal-yt .modal-body {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.modal-yt .modal-body .embed-responsive-item,
.modal-yt .modal-body embed,
.modal-yt .modal-body iframe,
.modal-yt .modal-body object {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive.embed-responsive-16by9,
.modal-yt .modal-body {
	padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3,
.modal-yt .embed-responsive-4by3.modal-body {
	padding-bottom: 75%;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
}
.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
}
.modal-open {
	overflow: hidden;
}
.modal,
.modal-yt {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.fade.modal-yt .modal-dialog,
.modal.fade .modal-dialog {
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
}
.in.modal-yt .modal-dialog,
.modal.in .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.modal-open .modal,
.modal-open .modal-yt {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.43px;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer:after,
.modal-footer:before {
	content: " ";
	display: table;
}
.modal-footer:after {
	clear: both;
}
.history .show-more .modal-footer .btn+.show-more-btn,
.history .show-more .modal-footer .show-more-btn+.btn,
.history .show-more .modal-footer .show-more-btn+.show-more-btn,
.history .show-more .modal-footer .show-on-mobile .districts-menu .dropdown-menu li&gt;.show-more-btn+button,
.history .show-more .modal-footer .show-on-mobile .districts-menu .dropdown-menu li&gt;button+.show-more-btn,
.history .show-more .modal-footer .show-on-mobile .districts-menu .select-box+.show-more-btn,
.history .show-more .modal-footer .show-on-mobile .districts-menu .show-more-btn+.select-box,
.history .show-more .show-on-mobile .districts-menu .dropdown-menu .modal-footer li&gt;button+.show-more-btn,
.history .show-more .show-on-mobile .districts-menu .modal-footer .select-box+.show-more-btn,
.modal-footer .btn+.btn,
.modal-footer .history .show-more .btn+.show-more-btn,
.modal-footer .history .show-more .show-more-btn+.btn,
.modal-footer .history .show-more .show-more-btn+.show-more-btn,
.modal-footer .history .show-more .show-on-mobile .districts-menu .dropdown-menu li&gt;.show-more-btn+button,
.modal-footer .history .show-more .show-on-mobile .districts-menu .show-more-btn+.select-box,
.modal-footer .show-on-mobile .districts-menu .btn+.select-box,
.modal-footer .show-on-mobile .districts-menu .dropdown-menu .history .show-more li&gt;button+.show-more-btn,
.modal-footer .show-on-mobile .districts-menu .dropdown-menu li&gt;.btn+button,
.modal-footer .show-on-mobile .districts-menu .dropdown-menu li&gt;.select-box+button,
.modal-footer .show-on-mobile .districts-menu .dropdown-menu li&gt;button+.btn,
.modal-footer .show-on-mobile .districts-menu .dropdown-menu li&gt;button+.select-box,
.modal-footer .show-on-mobile .districts-menu .dropdown-menu li&gt;button+button,
.modal-footer .show-on-mobile .districts-menu .history .show-more .select-box+.show-more-btn,
.modal-footer .show-on-mobile .districts-menu .select-box+.btn,
.modal-footer .show-on-mobile .districts-menu .select-box+.select-box,
.show-on-mobile .districts-menu .dropdown-menu .history .show-more .modal-footer li&gt;.show-more-btn+button,
.show-on-mobile .districts-menu .dropdown-menu .modal-footer .history .show-more li&gt;.show-more-btn+button,
.show-on-mobile .districts-menu .dropdown-menu .modal-footer .history .show-more li&gt;button+.show-more-btn,
.show-on-mobile .districts-menu .dropdown-menu .modal-footer li&gt;.btn+button,
.show-on-mobile .districts-menu .dropdown-menu .modal-footer li&gt;.select-box+button,
.show-on-mobile .districts-menu .dropdown-menu .modal-footer li&gt;button+.btn,
.show-on-mobile .districts-menu .dropdown-menu .modal-footer li&gt;button+.select-box,
.show-on-mobile .districts-menu .dropdown-menu .modal-footer li&gt;button+button,
.show-on-mobile .districts-menu .history .show-more .modal-footer .show-more-btn+.select-box,
.show-on-mobile .districts-menu .modal-footer .btn+.select-box,
.show-on-mobile .districts-menu .modal-footer .dropdown-menu li&gt;.select-box+button,
.show-on-mobile .districts-menu .modal-footer .history .show-more .select-box+.show-more-btn,
.show-on-mobile .districts-menu .modal-footer .history .show-more .show-more-btn+.select-box,
.show-on-mobile .districts-menu .modal-footer .select-box+.btn,
.show-on-mobile .districts-menu .modal-footer .select-box+.select-box {
	margin-left: 5px;
	margin-bottom: 0;
}
.history .show-more .modal-footer .btn-group .btn+.show-more-btn,
.history .show-more .modal-footer .btn-group .show-more-btn+.btn,
.history .show-more .modal-footer .btn-group .show-more-btn+.show-more-btn,
.history .show-more .modal-footer .show-on-mobile .districts-menu .btn+.show-more-btn,
.history .show-more .modal-footer .show-on-mobile .districts-menu .dropdown-menu li&gt;.show-more-btn+button,
.history .show-more .modal-footer .show-on-mobile .districts-menu .dropdown-menu li&gt;button+.show-more-btn,
.history .show-more .modal-footer .show-on-mobile .districts-menu .select-box+.show-more-btn,
.history .show-more .modal-footer .show-on-mobile .districts-menu .show-more-btn+.btn,
.history .show-more .modal-footer .show-on-mobile .districts-menu .show-more-btn+.select-box,
.history .show-more .modal-footer .show-on-mobile .districts-menu .show-more-btn+.show-more-btn,
.history .show-more .show-on-mobile .districts-menu .dropdown-menu .modal-footer .btn-group li&gt;button+.show-more-btn,
.history .show-more .show-on-mobile .districts-menu .modal-footer .btn-group .select-box+.show-more-btn,
.history .show-more .show-on-mobile .modal-footer .districts-menu .btn+.show-more-btn,
.history .show-more .show-on-mobile .modal-footer .districts-menu .dropdown-menu li&gt;.show-more-btn+button,
.history .show-more .show-on-mobile .modal-footer .districts-menu .dropdown-menu li&gt;button+.show-more-btn,
.history .show-more .show-on-mobile .modal-footer .districts-menu .select-box+.show-more-btn,
.history .show-more .show-on-mobile .modal-footer .districts-menu .show-more-btn+.btn,
.history .show-more .show-on-mobile .modal-footer .districts-menu .show-more-btn+.select-box,
.history .show-more .show-on-mobile .modal-footer .districts-menu .show-more-btn+.show-more-btn,
.modal-footer .btn-group .btn+.btn,
.modal-footer .btn-group .history .show-more .btn+.show-more-btn,
.modal-footer .btn-group .history .show-more .show-more-btn+.btn,
.modal-footer .btn-group .history .show-more .show-more-btn+.show-more-btn,
.modal-footer .btn-group .history .show-more .show-on-mobile .districts-menu .dropdown-menu li&gt;.show-more-btn+button,
.modal-footer .btn-group .history .show-more .show-on-mobile .districts-menu .show-more-btn+.select-box,
.modal-footer .show-on-mobile .districts-menu .btn+.btn,
.modal-footer .show-on-mobile .districts-menu .btn+.select-box,
.modal-footer .show-on-mobile .districts-menu .dropdown-menu .history .show-more li&gt;.show-more-btn+button,
.modal-footer .show-on-mobile .districts-menu .dropdown-menu .history .show-more li&gt;button+.show-more-btn,
.modal-footer .show-on-mobile .districts-menu .dropdown-menu li&gt;.btn+button,
.modal-footer .show-on-mobile .districts-menu .dropdown-menu li&gt;.select-box+button,
.modal-footer .show-on-mobile .districts-menu .dropdown-menu li&gt;button+.btn,
.modal-footer .show-on-mobile .districts-menu .dropdown-menu li&gt;button+.select-box,
.modal-footer .show-on-mobile .districts-menu .dropdown-menu li&gt;button+button,
.modal-footer .show-on-mobile .districts-menu .history .show-more .btn+.show-more-btn,
.modal-footer .show-on-mobile .districts-menu .history .show-more .dropdown-menu li&gt;.show-more-btn+button,
.modal-footer .show-on-mobile .districts-menu .history .show-more .select-box+.show-more-btn,
.modal-footer .show-on-mobile .districts-menu .history .show-more .show-more-btn+.btn,
.modal-footer .show-on-mobile .districts-menu .history .show-more .show-more-btn+.select-box,
.modal-footer .show-on-mobile .districts-menu .history .show-more .show-more-btn+.show-more-btn,
.modal-footer .show-on-mobile .districts-menu .select-box+.btn,
.modal-footer .show-on-mobile .districts-menu .select-box+.select-box,
.show-on-mobile .districts-menu .dropdown-menu .history .show-more .modal-footer .btn-group li&gt;.show-more-btn+button,
.show-on-mobile .districts-menu .dropdown-menu .modal-footer .btn-group .history .show-more li&gt;.show-more-btn+button,
.show-on-mobile .districts-menu .dropdown-menu .modal-footer .btn-group .history .show-more li&gt;button+.show-more-btn,
.show-on-mobile .districts-menu .dropdown-menu .modal-footer .btn-group li&gt;.btn+button,
.show-on-mobile .districts-menu .dropdown-menu .modal-footer .btn-group li&gt;.select-box+button,
.show-on-mobile .districts-menu .dropdown-menu .modal-footer .btn-group li&gt;button+.btn,
.show-on-mobile .districts-menu .dropdown-menu .modal-footer .btn-group li&gt;button+.select-box,
.show-on-mobile .districts-menu .dropdown-menu .modal-footer .btn-group li&gt;button+button,
.show-on-mobile .districts-menu .history .show-more .modal-footer .btn-group .show-more-btn+.select-box,
.show-on-mobile .districts-menu .modal-footer .btn-group .btn+.select-box,
.show-on-mobile .districts-menu .modal-footer .btn-group .dropdown-menu li&gt;.select-box+button,
.show-on-mobile .districts-menu .modal-footer .btn-group .history .show-more .select-box+.show-more-btn,
.show-on-mobile .districts-menu .modal-footer .btn-group .history .show-more .show-more-btn+.select-box,
.show-on-mobile .districts-menu .modal-footer .btn-group .select-box+.btn,
.show-on-mobile .districts-menu .modal-footer .btn-group .select-box+.select-box,
.show-on-mobile .modal-footer .districts-menu .btn+.btn,
.show-on-mobile .modal-footer .districts-menu .btn+.select-box,
.show-on-mobile .modal-footer .districts-menu .dropdown-menu .history .show-more li&gt;.show-more-btn+button,
.show-on-mobile .modal-footer .districts-menu .dropdown-menu .history .show-more li&gt;button+.show-more-btn,
.show-on-mobile .modal-footer .districts-menu .dropdown-menu li&gt;.btn+button,
.show-on-mobile .modal-footer .districts-menu .dropdown-menu li&gt;.select-box+button,
.show-on-mobile .modal-footer .districts-menu .dropdown-menu li&gt;button+.btn,
.show-on-mobile .modal-footer .districts-menu .dropdown-menu li&gt;button+.select-box,
.show-on-mobile .modal-footer .districts-menu .dropdown-menu li&gt;button+button,
.show-on-mobile .modal-footer .districts-menu .history .show-more .btn+.show-more-btn,
.show-on-mobile .modal-footer .districts-menu .history .show-more .dropdown-menu li&gt;.show-more-btn+button,
.show-on-mobile .modal-footer .districts-menu .history .show-more .select-box+.show-more-btn,
.show-on-mobile .modal-footer .districts-menu .history .show-more .show-more-btn+.btn,
.show-on-mobile .modal-footer .districts-menu .history .show-more .show-more-btn+.select-box,
.show-on-mobile .modal-footer .districts-menu .history .show-more .show-more-btn+.show-more-btn,
.show-on-mobile .modal-footer .districts-menu .select-box+.btn,
.show-on-mobile .modal-footer .districts-menu .select-box+.select-box {
	margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 992px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}
	.modal-sm {
		width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}
.clearfix:after,
.clearfix:before,
.featured:after,
.featured:before,
.footer:after,
.footer:before,
.history:after,
.history:before,
.main-navigation:after,
.main-navigation:before,
.restaurantes:after,
.restaurantes:before,
.separator:after,
.separator:before,
.wines:after,
.wines:before {
	content: " ";
	display: table;
}
.clearfix:after,
.featured:after,
.footer:after,
.history:after,
.main-navigation:after,
.restaurantes:after,
.separator:after,
.wines:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right,
.social-nav {
	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);
}
@-ms-viewport{width:device-width}.show-on-mobile,.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-print,.visible-print-block,.visible-print-inline,.visible-print-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-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;
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell!important;
	}
}
@media (max-width: 991px) {
	.show-on-mobile,
	.visible-xs-block {
		display: block!important;
	}
}
@media (max-width: 991px) {
	.visible-xs-inline {
		display: inline!important;
	}
}
@media (max-width: 991px) {
	.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;
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell!important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.show-on-mobile,
	.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;
	}
	td.visible-md,
	th.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;
	}
	td.visible-lg,
	th.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: 991px) {
	.footer .footer-note,
	.hidden-xs,
	.history figure.preview,
	.restaurantes #maps #map,
	.social-nav,
	.wines #right {
		display: none!important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.footer .footer-note,
	.hidden-sm,
	.restaurantes #maps #map,
	.wines #right {
		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;
	}
}
@media print {
	.visible-print {
		display: block!important;
	}
	table.visible-print {
		display: table;
	}
	tr.visible-print {
		display: table-row!important;
	}
	td.visible-print,
	th.visible-print {
		display: table-cell!important;
	}
}
@media print {
	.visible-print-block {
		display: block!important;
	}
}
@media print {
	.visible-print-inline {
		display: inline!important;
	}
}
@media print {
	.visible-print-inline-block {
		display: inline-block!important;
	}
}
@media print {
	.hidden-print {
		display: none!important;
	}
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
@-webkit-keyframes bounce {
	0%, 100%, 20%, 53%, 80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .05, .855, .06);
		transition-timing-function: cubic-bezier(0.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .05, .855, .06);
		transition-timing-function: cubic-bezier(0.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}
@keyframes bounce {
	0%, 100%, 20%, 53%, 80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .05, .855, .06);
		transition-timing-function: cubic-bezier(0.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .05, .855, .06);
		transition-timing-function: cubic-bezier(0.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
@-webkit-keyframes flash {
	0%, 100%, 50% {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
@keyframes flash {
	0%, 100%, 50% {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}
@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}
@keyframes shake {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}
@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}
.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}
@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}
@-webkit-keyframes bounceIn {
	0%, 100%, 20%, 40%, 60%, 80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, .3, .3);
		transform: scale3d(0.3, .3, .3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1),
	}
	40% {
		-webkit-transform: scale3d(0.9, .9, .9);
		transform: scale3d(0.9, .9, .9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, .97, .97);
		transform: scale3d(0.97, .97, .97);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes bounceIn {
	0%, 100%, 20%, 40%, 60%, 80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, .3, .3);
		transform: scale3d(0.3, .3, .3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, .9, .9);
		transform: scale3d(0.9, .9, .9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, .97, .97);
		transform: scale3d(0.97, .97, .97);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
	0%, 100%, 60%, 75%, 90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes bounceInDown {
	0%, 100%, 60%, 75%, 90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0%, 100%, 60%, 75%, 90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes bounceInLeft {
	0%, 100%, 60%, 75%, 90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0%, 100%, 60%, 75%, 90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes bounceInRight {
	0%, 100%, 60%, 75%, 90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
	0%, 100%, 60%, 75%, 90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes bounceInUp {
	0%, 100%, 60%, 75%, 90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, .9, .9);
		transform: scale3d(0.9, .9, .9);
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, .3, .3);
		transform: scale3d(0.3, .3, .3);
	}
}
@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, .9, .9);
		transform: scale3d(0.9, .9, .9);
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, .3, .3);
		transform: scale3d(0.3, .3, .3);
	}
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeOutDown {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, .95, .95);
		transform: perspective(400px) scale3d(0.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, .95, .95);
		transform: perspective(400px) scale3d(0.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}
@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}
@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}
@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}
.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
}
@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}
@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}
.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}
@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}
@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}
@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}
@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}
@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}
@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}
@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}
@keyframes rollOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, .3, .3);
		transform: scale3d(0.3, .3, .3);
	}
	50% {
		opacity: 1;
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, .3, .3);
		transform: scale3d(0.3, .3, .3);
	}
	50% {
		opacity: 1;
	}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
	}
}
@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
	}
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
	}
}
@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
	}
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
	}
}
@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
	}
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
	}
}
@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
	}
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, .3, .3);
		transform: scale3d(0.3, .3, .3);
	}
	100% {
		opacity: 0;
	}
}
@keyframes zoomOut {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, .3, .3);
		transform: scale3d(0.3, .3, .3);
	}
	100% {
		opacity: 0;
	}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
	}
}
@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
	}
}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, .475, .475) translate3d(42px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}
@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, .475, .475) translate3d(42px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}
.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, .475, .475) translate3d(-42px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}
@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, .475, .475) translate3d(-42px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}
.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
	}
}
@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
	}
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes slideInLeft {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes slideInRight {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes slideInUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}
@keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}
@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}
@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}
.featured,
.footer,
.history,
.main-navigation,
.restaurantes,
.separator,
.wines {
	position: relative;
	width: 100%;
	max-width: 100%;
	/*display: inline-block;*/
	padding: 1.3em 0;
	/*z-index: 2;*/
	margin-top: -10px;
}
.featured .navbar-default,
.footer .navbar-default,
.history .navbar-default,
.main-navigation .navbar-default,
.restaurantes .navbar-default,
.separator .navbar-default,
.wines .navbar-default {
	background-color: transparent;
	border: 0;
}
.footer,
.main-navigation {
	background-repeat: repeat-x;
	background-position: top left;
}
h1 {
	font-family: "Gotham-Medium", sans-serif;
}
h3 {
	color: #656565;
	font-family: "Gotham-Bold";
	font-size: 32pt;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	h3 {
		font-size: 32pt;
	}
}
h4 {
	font-family: "Gotham-Bold";
	color: #FBB040;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 0;
}
p {
	font-family: "Gotham-Book";
}
a {
	color: #FBB040;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #212221;
}
address {
	margin-bottom: 0;
}
blockquote {
	border: 0;
	font-style: italic;
	color: #fff;
	font-weight: 100;
	padding: 0 0 10px;
	font-size: 13px;
	font-size: .928571429em;
	margin: 0 0 10px;
}
blockquote small {
	font-size: 12px;
	color: #fff;
}
body {
	font-family: "Gotham-Medium", sans-serif;
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 38px;
	overflow-x: hidden;
	max-width: 100%;
}
@media (min-width: 768px) {
	body {
		background: #FFF;
		overflow-y: visible;
	}
}
.main-content {
	position: relative;
	display: inline-block;
	height: auto;
	width: 100%;
	overflow: hidden;
}
.section-title {
	font-family: "Gotham-Bold";
	font-size: 32pt;
	font-size: 2.5em;
	font-weight: 100;
	color: #FBB040;
	text-transform: uppercase;
	margin-bottom: 5px;
}
/*
@media (max-width: 991px) {
	.section-title {
		text-align: center;
	}
}*/
@media (min-width: 992px) {
	.section-title {
		font-size: 32pt;
		margin-bottom: 0;
		margin-top: 90px;
	}
}
.section-description {
	font-family: "Gotham-Book";
	font-size: 16px;
	color: #212221;
}
@media (max-width: 991px) {
	/*.section-description {
		text-align: center;
	}*/

	.history_bottom .container div.description {
		margin: 0!important;
	}

	.deco {
		background-image: url(inc/images/prato-copos-mobile.png)!important;
		background-size: 100%!important;
		height: 202px!important;
	}
}
.bg_bw {
	width: 55%;
	height: 100%;
	position: absolute;
	max-height: 100%;
	margin-left: 45%;
}
@media (min-width: 992px) {
	.bg_bw {
		background: #FBB040;
	}
}
.deco-leaf {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	display: none;
}
@media (min-width: 992px) {
	.deco-leaf {
		display: block;
	}
}
.deco-leaf .leaf {
	position: absolute;
}
@-webkit-keyframes sway {
	5% {
		-webkit-transform: rotateZ(-15deg) rotateX(55deg);
		transform: rotateZ(-15deg) rotateX(55deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	10% {
		-webkit-transform: rotateZ(30deg) rotateX(60deg);
		transform: rotateZ(30deg) rotateX(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	18% {
		-webkit-transform: rotateZ(-20deg) rotateX(55deg);
		transform: rotateZ(-20deg) rotateX(55deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	25% {
		-webkit-transform: rotateZ(15deg) rotateX(58deg);
		transform: rotateZ(15deg) rotateX(58deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	30% {
		-webkit-transform: rotateZ(-30deg) rotateX(55deg);
		transform: rotateZ(-30deg) rotateX(55deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	35% {
		-webkit-transform: rotateZ(20deg) rotateX(60deg);
		transform: rotateZ(20deg) rotateX(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	42%,
	50% {
		-webkit-transform: rotateZ(-15deg) rotateX(55deg);
		transform: rotateZ(-15deg) rotateX(55deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	58% {
		-webkit-transform: rotateZ(30deg) rotateX(60deg);
		transform: rotateZ(30deg) rotateX(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	64% {
		-webkit-transform: rotateZ(-20deg) rotateX(55deg);
		transform: rotateZ(-20deg) rotateX(55deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	70% {
		-webkit-transform: rotateZ(15deg) rotateX(58deg);
		transform: rotateZ(15deg) rotateX(58deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	82% {
		-webkit-transform: rotateZ(-30deg) rotateX(55deg);
		transform: rotateZ(-30deg) rotateX(55deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	88% {
		-webkit-transform: rotateZ(20deg) rotateX(60deg);
		transform: rotateZ(20deg) rotateX(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	100% {
		-webkit-transform: rotateZ(-15deg) rotateX(55deg);
		transform: rotateZ(-15deg) rotateX(55deg);
		-webkit-animation-timing-function: cubic-bezier(0.99, 0, .89, .435);
		animation-timing-function: cubic-bezier(0.99, 0, .89, .435);
	}
}
@keyframes sway {
	5% {
		-webkit-transform: rotateZ(-15deg) rotateX(55deg);
		transform: rotateZ(-15deg) rotateX(55deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	10% {
		-webkit-transform: rotateZ(30deg) rotateX(60deg);
		transform: rotateZ(30deg) rotateX(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	18% {
		-webkit-transform: rotateZ(-20deg) rotateX(55deg);
		transform: rotateZ(-20deg) rotateX(55deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	25% {
		-webkit-transform: rotateZ(15deg) rotateX(58deg);
		transform: rotateZ(15deg) rotateX(58deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	30% {
		-webkit-transform: rotateZ(-30deg) rotateX(55deg);
		transform: rotateZ(-30deg) rotateX(55deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	35% {
		-webkit-transform: rotateZ(20deg) rotateX(60deg);
		transform: rotateZ(20deg) rotateX(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	42%,
	50% {
		-webkit-transform: rotateZ(-15deg) rotateX(55deg);
		transform: rotateZ(-15deg) rotateX(55deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	58% {
		-webkit-transform: rotateZ(30deg) rotateX(60deg);
		transform: rotateZ(30deg) rotateX(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	64% {
		-webkit-transform: rotateZ(-20deg) rotateX(55deg);
		transform: rotateZ(-20deg) rotateX(55deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	70% {
		-webkit-transform: rotateZ(15deg) rotateX(58deg);
		transform: rotateZ(15deg) rotateX(58deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	82% {
		-webkit-transform: rotateZ(-30deg) rotateX(55deg);
		transform: rotateZ(-30deg) rotateX(55deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	88% {
		-webkit-transform: rotateZ(20deg) rotateX(60deg);
		transform: rotateZ(20deg) rotateX(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	100% {
		-webkit-transform: rotateZ(-15deg) rotateX(55deg);
		transform: rotateZ(-15deg) rotateX(55deg);
		-webkit-animation-timing-function: cubic-bezier(0.99, 0, .89, .435);
		animation-timing-function: cubic-bezier(0.99, 0, .89, .435);
	}
}
@-webkit-keyframes fall {
	60% {
		-webkit-filter: drop-shadow(0px 60px 40px transparent);
	}
	100% {
		margin-top: 5500px;
		-webkit-filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, .6));
	}
}
@keyframes fall {
	60% {
		-webkit-filter: drop-shadow(0px 60px 40px transparent);
	}
	100% {
		margin-top: 5500px;
		-webkit-filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, .6));
	}
}

.footer {
	text-align: center;
	height: auto;
	padding: 0;
}
@media (min-width: 992px) {
	.footer {
		/*margin-top: -70px*/
	}
}
.footer .navbar-default {
	padding-bottom: 0;
	margin-bottom: 0;
	background-color: #212221;
	min-height: 130px;
}
.footer p {
	font-family: "Gotham-Medium", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
}
.footer ul {
	padding-top: 20px;
}
.footer ul li {
	line-height: 29px;
}
.footer .footer-logo-esporao {
	width: 145px;
	vertical-align: inherit;
}
.icon-more {
	position: absolute;
	font-family: "Gotham-Medium", sans-serif;
	font-size: 65px;
	font-weight: 300;
	color: #EE7202;
	top:-7px;
	left: 14px;
}
.icon-spin {
	position: relative;
	display: block;
	width: 45px;
	height: 37px;
	background-image: url(inc/images/icon-spin.png?1413197252);
	background-repeat: no-repeat;
	background-position: top left;
}
.history .show-more button .show-more-btn,
.show-on-mobile .districts-menu .dropdown-menu button li&gt;button,
.show-on-mobile .districts-menu button .select-box,
button .btn,
button .history .show-more .show-more-btn,
button .show-on-mobile .districts-menu .dropdown-menu li&gt;button,
button .show-on-mobile .districts-menu .select-box {
	outline: 0;
}
.btn-circle,
.history .show-more .show-more-btn {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}
.btn-circle.btn-lg,
.btn-group-lg&gt;.btn-circle.btn,
.history .show-more .btn-group-lg&gt;.show-more-btn,
.history .show-more .btn-lg.show-more-btn,
.history .show-more .show-on-mobile .districts-menu .select-box.show-more-btn,
.show-on-mobile .districts-menu .btn-circle.select-box,
.show-on-mobile .districts-menu .dropdown-menu li.btn-group-lg&gt;button.btn-circle,
.show-on-mobile .districts-menu .history .show-more .select-box.show-more-btn {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 25px;
}
.btn-circle.btn-circle.btn-xl,
.history .show-more .show-more-btn {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 35px;
}
.btn,
.history .show-more .show-more-btn,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button,
.show-on-mobile .districts-menu .select-box {
	border-radius: 0;
}
.btn.btn-clean,
.history .show-more .btn-clean.show-more-btn,
.show-on-mobile .districts-menu .btn-clean.select-box,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button.btn-clean {
	background: 0 0;
	border: 0;
}
.btn:focus,
.history .show-more .show-more-btn:focus,
.show-on-mobile .districts-menu .dropdown-menu li&gt;button:focus,
.show-on-mobile .districts-menu .select-box:focus {
	outline: 0!important;
}
.btn-outline {
	background-color: transparent;
	color: inherit;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.btn-primary.btn-outline,
.history .show-more .btn-outline.show-more-btn {
	color: #428bca;
}
.btn-success.btn-outline {
	color: #5cb85c;
}
.btn-info.btn-outline {
	color: #5bc0de;
}
.btn-warning.btn-outline {
	color: #f0ad4e;
}
.btn-danger.btn-outline {
	color: #d9534f;
}
.btn-danger.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-warning.btn-outline:hover,
.history .show-more .btn-outline.show-more-btn:hover {
	color: #fff;
}
.btn-gold,
.show-on-mobile .districts-menu .select-box {
	color: #656565;
	border-color: #656565;
	font-family: "Gotham-Medium", serif;
	font-style: italic;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 1.5;
	padding: 0 15px;
}
.btn-gold.active,
.btn-gold:focus,
.btn-gold:hover,
.show-on-mobile .districts-menu .active.select-box,
.show-on-mobile .districts-menu .select-box:focus,
.show-on-mobile .districts-menu .select-box:hover {
	/*color: #fff;
	background-color: #FBB040;*/
	outline: 0;
}
.navbar-fixed-top {
	height: 70px;
}
.main-navigation {
	padding: 0;
	height: 70px;
	margin: 0;
}
.main-navigation .navbar-festival,
.main-navigation .navbar-logo {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.main-navigation .navbar-festival {
	margin-left: 20%;
	padding-top: 10px;
}

.main-navigation .navbar-festival img {
	width: 90px;
	margin-top: 10px;
}

@media (min-width: 480px) {
	.main-navigation .navbar-festival {
		margin-left: 40%;
		position: absolute;
	}
}
@media (min-width: 992px) {
	.main-navigation .navbar-festival {
		margin-left: 0;
		position: relative;
	}
}
.main-navigation .navbar-logo {
	margin-top: 10px;
	float: right;
}
.main-navigation .navbar-logo img {
	width: 80px;
}
@media (min-width: 992px) {
	.main-navigation .navbar-logo img {
		width: auto;
		float: right!important;
	}
}
.main-navigation .navbar-logo.show-on-mobile,
.main-navigation .navbar-logo.visible-xs-block {
	height: 50px;
}
.main-navigation .navbar {
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.main-navigation .navbar-collapse {
		background: #FBB040;
		text-align: center;
	}
}
.main-navigation .navbar-nav&gt;li&gt;a {
	line-height: 40px;
	font-family: "Gotham-Book";
	font-size: 16px;
	font-style: normal;
	border: 0;
	outline: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}
.social-nav li {
	margin-top: 10px;
}
.social-nav .navbar-logo {
	margin: 0;
	padding: 0;
	height: auto;
}
.navbar-toggle {
	float: left;
	margin-left: 15px;
	border-radius: 0;
}
.navbar-toggle:focus,
.navbar-toggle:hover {
	background-color: #FDCF57;
}
.modal-yt {
	margin-top: 70px;
}
.modal-yt .modal-header {
	border-color: #FBB040;
	text-transform: uppercase;
}
.modal-yt .modal-header .close {
	color: #FBB040;
	opacity: .5;
	filter: alpha(opacity=50);
}
.modal-yt .modal-header .close:focus,
.modal-yt .modal-header .close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.modal-yt .modal-content {
	background: #000;
	border: 0;
	border-radius: 0;
}
.gallery {
	margin: 20px 0;
	padding: 0;
}
.gallery .thumbs {
	position: relative;
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.gallery .ml17 {
	margin-left: 17%;
}
/*
.gallery .ml35 {
	margin-left: 35%;
}*/
.gallery li {
	list-style: none;
	min-height: 150px;
	border: 1px solid #fff;
	padding-left: 0;
	padding-right: 0;
}
.gallery li:first-child {

}
.gallery li:hover {
	border-color: #FBB040;
}
.gallery li img {
	cursor: pointer;
	/*position: relative;*/
	width: 100%;
	height: auto;
	left: 0;
}

@media(max-width: 769px) {
	.gallery {
		margin: 10px 0;
	}
}

.lightbox {
	top: 50px;
}
.lightbox .modal-content {
	box-shadow: none;
	padding: 0;
	background: #000;
	border-radius: 0;
}
.lightbox .modal-content img {
	width: 100%
}
.separator {
	padding: 0;
	height: 100%;
	max-height: 330px;
	z-index: 1;
}
.deco {
	position: relative;
	height: 330px;
	margin: 0;
	padding: 0;
	background-image: url(inc/images/prato-copos.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-color: transparent;
	background-size: auto 100%;
	background-color: #212221;
}
.featured {
	padding: 0;
	z-index: 3;
	background: #FBB040;
	/*background: #FBB040;*/
	/*background: #ee752e;*/
	min-height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media (min-width: 768px) {
	.featured {
		max-height: 695px;
		min-height: inherit;
	}
}
.featured .img-preview {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	max-height: 490px;
	margin-top: 70px;
}
.featured .img-preview img {
	margin: 0 auto;
}
.featured .bg-full {
	position: relative;
	display: inline;
	width: 100%;
	left: 0;
	z-index: 0;
}
.featured .bgfixed {
	position: absolute;
}
@media (min-width: 1200px) {
	.featured .bgfixed {
		left: -20%;
	}
}
.featured .main-title {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	position: relative;
	margin: 0 auto;
	/*background-image: url(../images/logo_festival.svg?1413197740);*/
	background-image: url(inc/images/logoFMV_total.svg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	width: 280px;
	height: 243px;
	margin-top: 100px;
}
@media (min-width: 768px) {
	.featured .main-title {
		width: 380px;
		height: 330px;
		margin-top: 100px;
	}
}
@media (min-width: 992px) {
	.featured .main-title {
		width: 419px;
		height: 365px;
		margin-top: 100px;
	}
}
@media (min-width: 1200px) {
	.featured .main-title {
		width: 419px;
		height: 365px;
		margin-top: 100px;
	}
}
.featured .description {
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.featured .description&gt;span {
	color: #FBB040;
	text-transform: uppercase;
}
.featured .bottle-black,
.featured .bottle-white,
.featured .grapes {
	position: absolute;
}
.featured .grapes {
	left: 20px;
	bottom: -70px;
	width: 100%;
}
@media (min-width: 992px) {
	.featured .grapes {
		width: 90%;
	}
}
.featured .bottle-white {
	right: 45%;
	bottom: -50px;
	max-width: 21%;
}
.featured .bottle-black {
	bottom: -70px;
	width: 115px;
	max-width: 21%;
}
.featured .deco-leaf {
	top: 5%;
	left: 0;
}

.restaurantes {
	background-color: #FFFFFF;
	height: auto;
	padding-bottom:168px;
}
@media (min-width: 1200px) {
	.restaurantes {
		/*min-height: 800px;*/
	}
}
.restaurantes h2 {
	color: #FBB040;
	text-transform: uppercase;
	font-size: 40px;
	font-family: "Gotham-Medium", sans-serif;
	font-weight: 100;
}
.restaurantes #district-main {
	position: relative;
	width: 100%;
	display: block;
	/*padding-left: 20px*/
}
@media (min-width: 992px) {
	.restaurantes #district-main {
		height: 100%;
	}
}
.restaurantes #maps {
	position: absolute;
	height: 100%;
	width: 100%;
	min-height: 400px;
	padding-top: 3.571428571em;
}
.restaurantes #maps svg {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.restaurantes #maps #map_canvas {
	position: relative;
	width: 100%;
	height: 30%;
}
.restaurantes #maps #map_canvas .gmaps {
	width: 100%;
}
.restaurantes .district {
	cursor: pointer;
	fill: #b7b7b4;
}
.restaurantes .district.active,
.restaurantes .district:focus,
.restaurantes .district:hover {
	fill: #FBB040!important;
}
.restaurantes .district.no {
	pointer-events: none!important;
	fill: #dedbd7!important;
}
.restaurantes .deco-leaf {
	top: 0;
	right: 0;
}
.restaurantes .deco-leaf .leaf {
	right: 0;
}
.restaurantes .deco-leaf #leaf02 {
	top: 10%;
}
.restaurantes .deco-leaf #leaf03 {
	top: 65%;
	right: 10%;
}
.places-list {
	margin-bottom: 50px;
}
.places-list .panel {
	background-color: transparent;
	border: 0;
	box-shadow: none;
	height: auto;
}
@media (min-width: 768px) {
	.places-list .panel {
		height: 150px;
	}
}
@media (min-width: 992px) {
	.places-list .panel {
		height: 180px;
	}
}
.places-list .panel .panel-body {
	padding: 15px 0;
}
.places-list .panel-footer {
	background: 0 0;
	padding: 0;
	border: 0;
}
.places-list .panel-footer a {
	font-family: "Gotham-Bold";
	font-size:15px;
	margin-right: 20px;
	text-transform: uppercase;
}
.panel-details {
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	display: none;
}
.panel-details.in {
	display: block;
}
.panel-details .panel-inner {
	position: relative;
	padding: 75px 0;
}
.history .show-more .panel-details .panel-inner .panel-heading .show-more-btn,
.panel-details .panel-inner .panel-heading .btn,
.panel-details .panel-inner .panel-heading .history .show-more .show-more-btn,
.panel-details .panel-inner .panel-heading .show-on-mobile .districts-menu .dropdown-menu li&gt;button,
.panel-details .panel-inner .panel-heading .show-on-mobile .districts-menu .select-box,
.show-on-mobile .districts-menu .dropdown-menu .panel-details .panel-inner .panel-heading li&gt;button,
.show-on-mobile .districts-menu .panel-details .panel-inner .panel-heading .select-box {
	font-size: 30px;
	text-decoration: none;
	font-weight: 100;
}
.history .show-more .panel-details .panel-inner .panel-heading .show-more-btn:focus,
.history .show-more .panel-details .panel-inner .panel-heading .show-more-btn:hover,
.panel-details .panel-inner .panel-heading .btn:focus,
.panel-details .panel-inner .panel-heading .btn:hover,
.panel-details .panel-inner .panel-heading .history .show-more .show-more-btn:focus,
.panel-details .panel-inner .panel-heading .history .show-more .show-more-btn:hover,
.panel-details .panel-inner .panel-heading .show-on-mobile .districts-menu .dropdown-menu li&gt;button:focus,
.panel-details .panel-inner .panel-heading .show-on-mobile .districts-menu .dropdown-menu li&gt;button:hover,
.panel-details .panel-inner .panel-heading .show-on-mobile .districts-menu .select-box:focus,
.panel-details .panel-inner .panel-heading .show-on-mobile .districts-menu .select-box:hover,
.show-on-mobile .districts-menu .dropdown-menu .panel-details .panel-inner .panel-heading li&gt;button:focus,
.show-on-mobile .districts-menu .dropdown-menu .panel-details .panel-inner .panel-heading li&gt;button:hover,
.show-on-mobile .districts-menu .panel-details .panel-inner .panel-heading .select-box:focus,
.show-on-mobile .districts-menu .panel-details .panel-inner .panel-heading .select-box:hover {
	box-shadow: none!important;
}
.panel-details .panel-inner .panel-body {
	padding: 0 15px;
}
.panel-details .panel-inner .panel-body h3 {
	color: #000;
	margin-top: 0;
}
.panel-details .panel-inner .info-menus .menu-list {
	position: relative;
}
.panel-details .panel-inner .info-menus .menu-list dt {
	color: #2C2C2C;
	font-family: "Gotham-Medium", serif;
	margin-top: 30px;
	font-size: 17px;
}
.panel-details .panel-inner .info-map {
	position: relative;
	height: 100%;
}
.panel-details .panel-inner .info-map img {
	width: 100%!important;
}
.place-contact p {
	margin-bottom: 0;
	color: #212221;
}
.place-contact p&gt;span {
	color: #212221;
	margin-right: 5px;
	font-weight: bold;
}
.place-contact .place-item {
	font-family: "Gotham-Book";
	font-size: 13px;
}
.place-contact .place-item.name {
	font-family: "Gotham-Bold";
	font-size: 21px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #FBB040;
}

.place-contact .place-item.name span {
	color: #FBB040;
}
.place-contact .place-item.phone {
	color: #212221;
	text-decoration: none;
	font-family: "Gotham-Book";
	font-weight: normal;
}
.place-contact .place-item.phone span {
	color: #212221;
	margin-right: 5px;
	text-decoration: none;
}

.place-contact .place-item.phone span:first-of-type {
	font-weight: bold;
}

.place-contact .place-item.phone span.underline {
	color: #FBB040;
	text-decoration: underline;
}


.show-on-mobile .districts-menu .select-box {
	background: 0 0;
	border-color: #656565;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	font-family: "Gotham-Medium", sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
	font-style: normal;
}
.show-on-mobile .districts-menu .select-box:active,
.show-on-mobile .districts-menu .select-box:focus,
.show-on-mobile .districts-menu .select-box:hover {
	/*background-color: #FBB040;
	color: #fff*/
}
.show-on-mobile .districts-menu .dropdown-menu {
	min-width: 220px;
	top: 25px;
	border-radius: 0;
	padding: 10px 20px;
}
.show-on-mobile .districts-menu .dropdown-menu li&gt;button {
	width: 100%
}
.show-on-mobile .districts-menu.open .select-box {
	background-color: #EE7202;
	color: #2C2C2C;
}
.history {
	background-color: #212221;
	height: auto;
	background-repeat: repeat-x;
	background-position: bottom left;
	min-height: 300px;
}
.history .text-block.history {
	background: none!important;
}
@media (max-width: 991px) {
	.history .text-block.history {
		padding-left: 15px;
	}
}
.history .text-block.history p {
	font-family: "Gotham-Book";
	font-size: 16px;
	font-weight: 300;
}
.history .section-title {
	color: #FBB040;
}
.history p {
	color: #fff;
}
.history .section-description {
	color: #FFFFFF;
}
.history .text-block {
	padding-bottom: 20px;
	padding-left: 15px;
}
.history figure.preview {
	position: relative;
}
.history figure.preview img {
	width: 100%;
	position: absolute;
	top: -5em;
	right: 20px;
}
@media (min-width: 768px) {
	.history figure.preview img {
		width: 70%;
	}
}
@media (min-width: 1200px) {
	.history figure.preview img {
		top: -60px;
		z-index: 3;
		width: 75%;
	}
}
.history .show-more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.history .show-more .show-more-btn {
	border-radius: 100px;
	background-color: #282828;
	border-color: #282828;
	position: absolute;
	bottom: -50px;
	left: 40%;
	z-index: 10;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
@media (min-width: 768px) {
	.history .show-more .show-more-btn {
		left: 35%;
		margin-top: 80px;
	}
}
.history .show-more .show-more-btn:focus,
.history .show-more .show-more-btn:hover {
	background-color: #282828;
	border-color: #282828;
}
.history .show-more .show-more-btn.active {
	background-color: #282828;
	border-color: #282828;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.history .prize-list {
	font-size: 14px;
	font-weight: 100;
	color: #fff;
}
.history .deco-leaf {
	top: 0;
}
.history .deco-leaf #leaf04 {
	top: -80px;
	right: 100px;
}
.history .deco-leaf #leaf05 {
	right: -10px;
	top: 20%;
}
.history .deco-leaf #leaf06 {
	bottom: -60px;
	left: 0;
}
.history .deco-leaf #leaf07 {
	right: -30px;
	top: 20%;
}

.wines {
	background-color: #FBB040;
	/*padding-bottom: 70px*/
}
@media (min-width: 992px) {
	.wines {
		/*height: 100%;
		max-height: 100%;*/
		overflow: hidden;
	}
}
.wines .bg_bw {
	display: none;
	/*width: 55%;*/
	/*top: -70px;*/
	left: 10%;
	margin-left: inherit;
	width: 300px;
	text-align: center;
}
@media (min-width: 992px) {
	.wines .bg_bw {
		display: block;
	}
}
.wines[class*=col-] {
	padding-top: 10px;
	padding-bottom: 15px;
}
@media (min-width: 992px) {
	.wines #left,
	.wines #right {
		position: relative;
		height: 100%;
		max-height: 100%;
		/*overflow: hidden;*/
	}
	.wines #left {
		margin-top: 66px;
	}
}
@media (min-width: 992px) {
	.wines .section-header .section-title {
		margin-top: 0;
	}
}
.wines .post {
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
	margin-top: 0;
	background: #FBB040;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
	height: 100%;
	position: relative;
	width: 100%;
}
@media (min-width: 1380px) {
	.wines .post {
		height: auto;
	}
}
.wines .post.active {
	opacity: 1;
	filter: alpha(opacity=100);
	display: inline;
	margin-top: 0;
}
.wines .post .post-title {
	margin-top: 0;
	font-size: 27px;
	font-size: 1.928571429em;
	color: #000;
}
.wines .post-footer {
	/*position: relative;
	background: #fff;
	width: 100%;*/
	padding: 5px 0 10px;
	display: inline-block;
	margin-top: 30px;
	/*bottom: 60px;*/

}
/*@media (min-width: 1380px) {
	.wines .post-footer {
		position: absolute;
		bottom: 0;
	}
}*/
.wines .wine-bottle {
	position: absolute;
	left: 35%;
	height: 65%;
	bottom: 12%;
	z-index: 1;
}
.wines .wine-bottle.active {
	height: 80%;
	left: 55%;
	bottom: 10%;
	z-index: 2;
}

.wines .showcase-footer {
	position: absolute;
	bottom: 25px;
	left: 66%;
}
@media (min-width: 1360px) {
	.wines .showcase-footer {
		left: 45%;
		bottom: 10px;
	}
}
.wine-container {
	position: relative;
	display: block;
	max-width: 370px;
	height: 100%;
	margin: 0 auto;
}

.wines-mobile {
	display: none!important;
}

@media (min-width: 1380px) {
	.wine-container {
		max-width: 100%;
	}
}
.media {
	position: relative;
	clear: both;
	/*margin-top: 85px;*/
}
@media (min-width: 768px) {
	.media {
		margin: 20px 0 0 0;
		padding-top: 0;
	}
}
.media .media-heading {
	font-size: 16px;
}
.media .media-body {
	position: relative;
	padding: 10px 0 25px 10px;
}
@media (min-width: 1280px) {
	.media .media-body {
		padding-bottom: 10px;
	}
}
.media .media-body p {
	font-family: "Gotham-Book";
	font-size: 14px;
}
.dp {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.dp:target {
	border: 2px solid transparent;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-font-smoothing: antialiased;
}


/* Alteracoes novo design */
.featured {
	/*min-height: 695px;*/
}

@media (max-width: 428px) {
	.featured {
		min-height: 475px;
	}

	.featured_bottom .container h1.title {
		margin-top: 30px;
	}
}

@media (min-width: 428px) and (max-width: 768px) {
	.featured {
		min-height: 475px;
	}

	.featured_bottom .container h1.title {
		margin-top: 50px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.featured_bottom .container h1.title {
		margin-top: 65px;
	}
}

.featured_bottom {
	background-color: #FBB040;
	/*min-height: 300px;*/
	padding: 20px 0px;
}

.featured_bottom .container p.disclaimer {
	font-family: "Gotham-Book";
	color:#FFFFFF;
	font-size: 14pt;
	text-align: center;
	margin-top:20px;
}

.featured_bottom a {
	color: #212221;
}

.featured_bottom a:hover {
	color: #FFFFFF;
}

.featured-middle .container h1.title {
	text-shadow: 1px 1px 20px rgba(150, 150, 150, 1);
}

.container h1.title {
	font-family: "Gotham-Medium";
	font-size: 32pt;
	color:#FFF;
	text-align: center;
	text-transform: uppercase;
	margin-top: 200px;
	font-weight: bold;
}

.container p.description {
	font-family: "Gotham-Book";
	color:#FFFFFF;
	font-size: 18pt;
	text-align: center;
	/*margin-top:20px;*/
}

.history_bottom {
	background-color:#FBB040;
	min-height: 388px;
}

.history_bottom .container h1.title {
	font-family: "Gotham-Bold";
	font-size: 30px;
	color: #ffffff;;
	text-align: left;
	text-transform: uppercase;
	margin: 70px 0 0 100px;
	font-weight: bold;
}

.history_bottom .container div.description {
	font-family: "Gotham-Medium";
	color:#212221;
	font-size: 14px;
	text-align: justify;
	margin: 15px 0 0 100px;
	position: relative;
}

.history_bottom .container a {
	font-family: "Gotham-Bold";
	font-size: 15px;
	color: #FFF;
	text-transform: uppercase;
	/*position: absolute;*/
	margin-top: 60px;
}

@media (max-width: 991px) {
	.history_bottom .container h1.title {
		margin: 80px 0 20px 0;
	}

	.history_bottom .container p.description {
		margin-top:0px;
	}
}

.footer .container {
	margin-top: 35px;
}

.footer-note p {
	font-family: "Gotham-Book";
	font-size: 12px;
	color: #FFF;
}

.wines .post .post-header h3 {
	font-family: "Gotham-Book";
	font-size: 18pt;
	color: #212221;
}

.wines .post .post-inner h4 {
	font-family: "Gotham-Bold";
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}

.post-inner p {
	color: #a24c2f;
	font-size: 16px;
}

.btn-yellow {
	font-family: "Gotham-Book";
	/*font-size: 16px;*/
	text-decoration: none;
	color: #212221;
	background: #eae4cf;
	padding: 20px;
	text-transform: uppercase;
}
.btn-yellow.active,
.btn-yellow:focus,
.btn-yellow:hover {
	color: #FBB040;
	background-color: #212221;
	outline: 0;
	box-shadow: inset 0 0;
	padding: 20px;
}

.list-inline-btns {
	margin-left: 0px;
	padding-left: 0;
	list-style: none;
}

.list-inline-btns&gt;li {
	display: inline-block;
	margin-left:-5px;
	cursor: pointer;
}

.wines {
	padding: 0;
	padding-top: 70px;
	padding-bottom: 40px;
}

.wines .bg_bw img {
	/*width: 100%;
	min-height: 100%;
	min-width: 750px;*/
	height: 80%;
}

.wines .wine-cycler img { position:absolute;z-index:1; }
.wines .wine-cycler img.active { z-index:3; }

.panel-heading a {
	color:#2C2C2C;
}

@media (max-width: 320px) {
	.featured {
		min-height: 430px;
	}

	.featured .main-title {
		margin-top:100px;
	}

	.main-navigation .navbar-festival {
		margin-left: 5%;
	}
}

@media (min-width: 360px) and (max-width: 480px) {
	body {
		padding-top:0;
	}

	.main-navigation .navbar-festival {
		margin-left: 10%;
	}

	.featured-middle {
		background: url('inc/images/img01_mobile.png') no-repeat!important;
		height: 300px!important;
	}

	.featured-middle .container h1.title {
		margin-top: 43pt!important;
	}

	.rel-article-bottom {
		bottom: 15px!important;
	}
}

.portugal.toggle-map {
	display: none;
}

.africa.country.toggle-map {
	display: none;
	margin-top: 30px;
	cursor: default;
}

.africa.country.toggle-map svg {
	width: 100%;
}

.brasil.country.toggle-map {
	display: none;
	margin-top: 30px;
	cursor: default;
}

.luxemburgo.country.toggle-map {
	cursor: default;
	display: none;
	margin-top: 30px;
}

.bulgaria.country.toggle-map {
	cursor: default;
	display: none;
	margin-top: 30px;
}

.espanha.country.toggle-map {
	cursor: default;
	display: none;
	margin-top: 30px;
	position: absolute;
	right: 5px;
}

/*.mocambique:hover {
	background:url('../images/africa-02.png') center center no-repeat;
}

.mocambique.active {
	background:url('../images/africa-02.png') center center no-repeat;
}*/

.select-region, .districts-menu {
	text-transform: uppercase;
	border: none;
	color: #EE7202;
	background: #E3DBD0;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	width: 170px;
	margin: 30px auto;
	position: relative;
	cursor: pointer;
}

.select-region ul, .districts-menu .dropdown-menu {
	padding: 0px 20px 10px 20px;
	background: rgba(227, 219, 208, 1);
	list-style-type: none;
	position: absolute;
	z-index: 99;
	width: 170px;
	left: 0;
	margin-top: 6px;
	display: none;
}

.select-region .continent {
	font-weight: bold;
	padding-top: 10px;
}

.select-region ul li {
	font-weight: normal;
}

.select-region i, .districts-menu i {
	font-size: 25px;
	position: absolute;
	top: -6px;
	right: 10px;
}

.districts {
	color: #FBB040;
}

.toggle-history-span {
	display: none;
}

#nascimento-span {
	display: block;
}

.footer-note {
	float:left;
}

.social.facebook, .social.twitter, .social.instagram, .social.youtube {
	float: right;
	font-size: 35px;
}

.social.facebook a, .social.twitter a, .social.instagram a, .social.youtube a {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

.featured-middle {
	background: url(inc/images/img01.png) no-repeat;
	background-size: cover;
	height: 500px;
	margin-top: -2px;
	margin-left: -2px;
}

.toggle-history {
	cursor: pointer;
	text-transform: uppercase;
	color: #FFF;
}

.related-article {
	height:350px;
	width: 90%;
	margin: 25px auto;
	border: 2pt solid #212221;
}


.rel-article-thumb a {
	position: initial!important;
}

.rel-article-thumb a img {
	width: 100%;
}

.rel-article-info {
	padding: 2px 8px 5px 8px;
	color: #212221;
	max-height: 141px;
	overflow: hidden;
}

.rel-article-info h3 {
	margin-top: 5px;
	line-height: 15px;
	font-size: 20px;
}

.rel-article-info h3 a {
	font-size: 15px!important;
	color: #FFF!important;
	text-transform: uppercase!important;
	position: initial!important;
	margin-top: 0!important;
	text-decoration: none!important;
}

.rel-article-bottom {
	position: absolute;
	width: 100%;
	font-family: "Gotham-Book";
	text-transform: uppercase;
	font-size: 12px;
	bottom: 35px;
}

.rel-article-bottom .share-article {
    padding: 0;
    width: 110px;
}

.rel-article-bottom a {
	font-family: "Gotham-Book"!important;
	font-size: 12px!important;
	position: initial!important;
	margin-top: 0!important;
	font-weight: normal!important;
	text-decoration: none!important;
	color: #212221!important;
}

.rel-article-bottom i {
	font-size: 30px;
	position: relative;
	top: 6px;
}

.arrow_box {
	position: absolute;
	margin-top: -12px;
	right: 0px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;

}


.arrow_box:before {
	border-top-color: #EE7202;
	border-width: 6px;
	margin-left: -26px;
}

.change-lang {
	text-transform: uppercase;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}

.change-lang ul {
	list-style-type: none;
	position: absolute;
	z-index: 99;
	background: #FFF;
	width: 110px;
	left: 0;
	padding-top: 10px;
	display: none;
}

.change-lang ul li {
	margin-left: -40px;
	padding: 10px;
	margin-top: 0px;
}

.change-lang ul li:hover {
	background: #FBB040;
	color: #FFF;
	cursor: pointer;
}

.change-lang:hover ul, .change-lang ul:hover {
	display: block;
}

.nav-share {
	position: relative;
	top: 10px;
	position: relative;
	cursor: pointer;
}

.share-article {
	cursor: pointer;
}

.nav-share ul {
	list-style-type: none;
	position: absolute;
	z-index: 99;
	background: #FFF;
	width: 140px;
	right: -10px;
	padding-top: 7px;
	display: none;
}

.share-article ul {
	color: #000;
	padding-top: 0px;
	list-style-type: none;
	position: absolute;
	z-index: 99;
	background: #FFF;
	width: 168px;
	right: 25px;
	display: none;
	padding: 0;
}

.nav-share ul li {
	margin-left: -40px;
	padding: 0px 10px 10px 10px;
	margin-top: 0px;
	text-transform: uppercase;
}

.share-article ul li {
	padding: 0px 15px 15px 15px;
	margin-top: 0px;
	display: inline-block;
}

.nav-share ul li i, .share-article ul li i {
	top: 3px!important;
	font-size: 35px;
}

.nav-share ul li i:last-of-type, .share-article ul li i:last-of-type {
	top: 7px!important;
}

.nav-share ul li:hover, .share-article ul li:hover {
	background: #FBB040;
	color: #FFF;
	cursor: pointer;
}

.nav-share:hover ul, .nav-share ul:hover, .share-article:hover ul, .share-article ul:hover {
	display: block;
}

.toggle-history i {
	font-size: 30px;
}

#map_canvas {
	height: 300px;
	width: 100%;
}


.video-container {
	height: 100%;
	z-index: 999;
	position: absolute;
	width: 100%;
	left: 0;
	background: #000;
	top: 0;
	display: none;
}

.video-container iframe {
	height: 85%;
	width: 100%;
}

.close-video {
	color: #FFF;
	font-size: 50px;
	position: absolute;
	top: 5px;
	left: 20px;
	cursor: pointer;
}

.change-lang i {
	top: 2px!important;
}

.change-lang-mobile {
	list-style: none;
	width: 100%;
	color: #eae4cf;
	margin: 0 auto;
	font-size: 18px;
	display: none;
}

.change-lang-mobile li {
	margin-left: -35px;
	margin-top: 10px;
}

.close-mobile-nav {
	text-align: left;
	margin-left: 10px;
	color: #eae4cf;
	font-size: 50px;
	display: none;
}

/*.wines-mobile, .wines-mobile #wineWhite-mobile {
	display: none;
}*/

.vinhos-mobile-link {
	display: none!important;
}

.districts-menu {
	display: none;
}

.media-heading a {
	color: black;
	font-size: 50px;
	text-decoration: none;
}

.media-heading a i {
	top: -10px;
	position: absolute;
}

.prato {
	margin-top: 5px;
}

.country-extra-info {
	font-family: "Gotham-Book";
	font-size: 16px;
	color: #A24C2F;
	margin-left: 17px;
}

@media(max-width: 991px) {
	.close-mobile-nav {
		display: block;
	}

	.navbar-collapse {
		min-height: 100vh;
		position: absolute;
		width: 100vw;
		top: 0;
	}

	.nav&gt;li&gt;a {
		position: relative;
		display: block;
		padding: 10px 15px;
	}

	.navbar-collapse a {
		color: #eae4cf!important;
		font-weight: bold!important;
		font-size: 25px!important;
	}

	.navbar-collapse .active a {
		background:#FFF!important;
		color:#000!important;
	}

	.navbar-fixed-top {
		z-index: 2000;
	}
}

@media(max-width: 991px) {
	.select-region, .select-region ul, .districts-menu {
		width: 220px;
	}

	.history_bottom .container p.description {
		margin: 0;
	}

	.history_bottom .container a {
		position: initial;
	}

	.hide-mobile {
		display: none;
	}

	.post-footer {
		margin: 15px 8px;
		display: none;
	}

	.post-footer.mobile-switcher {
		display: block;
	}

	.post-title {
		font-family: "Gotham-Book";
		font-size: 18pt;
		color: #212221;
	}

	.wines-mobile {
		display: block;
	}

	.video-container {
		height: auto;
		position: initial;
		background: #FFF;
	}

	.video-container iframe {
		height: auto;
	}

	.close-video {
		top: 40px;
	}



	.change-lang-mobile {
		display: block;
	}

	.vinhos-mobile-link {
		diplay: block;
	}

	.vinhos-desktop {
		display: none;
	}

	.portugal-mobile {
		display: block;
	}

	.toggle-map {
		display: none!important;
	}
}

#district-main i.fa-spinner {
	margin: 50px auto;
	width: 100%;
}

.panel-body i.fa-spinner {
	text-align: center;
	width: 100%;
	margin-top: 50px;
}

.history i.collapse-arrow {
	margin-left: 10px;
	font-size: 30px;
}

.menu-button, .menu-button:hover, .menu-button:active {
	color: #FBB040;
}

.restaurant-menu-list {
	margin-top: 20px;
}

.restaurant-menu-list strong {
	color: #FBB040;
	font-size: 20px;
}

.history-image {
	cursor: pointer;
}

.wines .section-title {
	color: #FFF;
}

.wines .post-footer li:first-of-type a {
	padding: 20px 29px;
}

.passatempo-main .featured-middle:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.32;
}

.passatempo-main .featured-middle {
	position: relative;
	text-align: center;
	color: #FFF;
	font-size: 24px;
}

@media(max-height: 768px) {
	.passatempo-main .featured-middle {
		height: auto!important;
		background-size: cover!important;
		padding-bottom: 50px;
	}

	.passatempo-main .featured-middle h3 {
		display: none;
	}

	.passatempo-main .featured-middle h3.mobile-title {
		font-size: 30px;
		display: block!important;
	}
}

.passatempo-main .featured-middle h3.mobile-title {
	font-size: 30px;
	display: none;
}

.passatempo-main .featured-middle h3 {
	color: #FFF;
}

.passatempo-main .featured-middle a {
	color: #FFF;
}

.passatempo-main .featured-middle a:hover, .passatempo-main .featured-middle a:active {
	color: #FBB040;
}

.passatempo-main .featured-middle p {
	width: 75%;
	text-align: center;
	margin: auto;
	margin-top: 40px;
}

.passatempo-disclaimer {
	font-size: 16px;
}


/*
* NEWSLETTER
*/

.newsletter {
	position: relative;
	width: 100%;
	color: #fff;
}
.newsletter h4 {
	text-transform: uppercase;
}
.newsletter .newsletter-icon {
	font-size: 50px;
	position: absolute;
	margin-top: -20px;
}
.newsletter .newsletter-text {
	margin-top: 50px;
	margin-bottom: 10px;
}

.newsletter .newsletter-form {
	margin: -15px;
}

.newsletter .newsletter-form .newsletter-input-error {
	border: 1px solid #db5262 !important;
	box-shadow: 0 0 10px #db5262 inset;
}
.newsletter .newsletter-form .newsletter-input-success {
	border: 1px solid #24ad9d !important;
	box-shadow: 0 0 10px #24ad9d inset;
}
.newsletter .newsletter-form input[type="text"] {
	padding: 0px 7px;
	width: 100%!important;
	outline: none;
	float: left;
	color: #212221;
	border: none;
	margin-bottom: 5px;
}
.newsletter .newsletter-form input[type="text"]::-webkit-input-placeholder {
	color: #212221;
}
.newsletter .newsletter-form input[type="text"]:-moz-placeholder {
	/* Firefox 18- */
	color: #212221;
}
.newsletter .newsletter-form input[type="text"]::-moz-placeholder {
	/* Firefox 19+ */
	color: #212221;
}
.newsletter .newsletter-form input[type="text"]:-ms-input-placeholder {
	color: #212221;
}
.newsletter .newsletter-form button {
	background-color: #FBB040;
	color: #fff;
	border: none;
	margin-left: 10px;
	width: 40px;
}
.newsletter .newsletter-loading {
	display: none;
	line-height: 32px;
}
.newsletter .newsletter-success {
	display: none;
	line-height: 32px;
}
.newsletter .newsletter-success i {
	float: right;
	font-size: 32px;
}
.newsletter .newsletter-error {
	display: none;
	line-height: 32px;
}
.newsletter .newsletter-error i {
	float: right;
	font-size: 32px;
}

.newsletter-long {
	margin-top: 40px;
	margin-bottom: 20px;
}

.menu-box-social .newsletter {
	padding: 0px;
	border: none !important;
}
.menu-box-social .newsletter .newsletter-form-short {
	top: 5px;
}

.search-box-social .newsletter {
	padding: 0px;
	border: none !important;
}
.search-box-social .newsletter .newsletter-form-short {
	top: 5px;
}

.epic404 .newsletter {
	padding: 0px;
	border: none !important;
}
.epic404 .newsletter .newsletter-form-short {
	top: 5px;
}

.newsletter-search i {
	padding-left: 10px;
	font-size: 40px;
}
.newsletter-search h6 {
	cursor: pointer;
}
@media (min-width: 480px) {
	.newsletter-search .newsletter-form-short {
		display: none;
	}
}

.newsletter-search .newsletter-form-short .newsletter-form button {
	font-size: inherit;
	text-transform: uppercase;
	padding: 0 7px;
	width: 105px;
	transition: background-color .35s ease-in-out, color .35s ease-in-out;
	margin: 0;
	font-size: 12px;
	margin-top: calc(50% / 2);
}
@media (max-width: 991px) {
	.newsletter-search .newsletter-form-short .newsletter-form button {
		width: 100%;
	}
}
.newsletter-search .newsletter-form-short .newsletter-form button:hover {
	background-color: #eae4cf;
	color: #212221;
}
.newsletter-search .newsletter-form-short .newsletter-form input[type="text"] {
	width: initial;
}
@media (max-width: 991px) {
	.newsletter-search .newsletter-form-short .newsletter-form input[type="text"] {
		width: 100%;
		margin: 0 0 10px 0;
	}

	#wineRed-mobile-bottle, #wineWhite-mobile-bottle, #wineRose-mobile-bottle {
		height: 75vh;
		margin: 0 25%;
	}

	.wines {
		background-color: transparent;
	}

	.wines-mobile {
		display: block!important;
	}

	.wines-mobile article {
		display: none;
	}

	.wines-mobile article.active {
		display: block;
	}
}

.newsletter-search-toggle {
	text-transform: uppercase;
}



/*
* VC Blocks
*/

.collapse-text-container h4 {
	cursor: pointer;
	text-transform: uppercase;
	color: #FBB040;
}

.collapse-text-container span {
	display: none;
	color: #FFF;
	font-family: "Gotham-Book";
	font-size: 16px;
}

.collapse-text-container span a {
	color: #FBB040;
}

.collapse-text-container span.active {
	display: block;

}

.collapse-text-container span a {
	color: #FBB040;
}

.text-standard {
	color: #212221;
}



.intro-age {
	background-color: #FBB040;
	position: fixed;
	top: 70px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1999;
	text-align: center;
	color: #2B2B2B;
}
.intro-age .container{
	position: absolute;
	max-width: 670px;
	padding: 40px;
	left: 50%;
	top: calc(50% - 35px);
	background-color: #fff;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.intro-age a{
	color: #FBB040;
}
.intro-age .intro-age-buttons {
	clear: both;
	padding: 20px 10px 10px 10px;
}
.intro-age .btn {
	margin-top: 10px;
	padding: 10px;
	background-color: #FBB040;
	border-radius: 0;
	color: #ffffff;
	text-decoration: none;
}
.intro-age .btn:hover {
	background-color: #212221;
	color: #fff;
	text-decoration: none;
}
.intro-age h4{
	text-transform: uppercase;
	font-size: 32px;
	display: inline-block;
	padding-bottom: 2px;
	font-weight: bold;
	letter-spacing: -0.05em;
}
.intro-age .intro-age-intro {
	margin-top: 12px;
}
.intro-age .intro-age-phrase {
	margin-top: 50px;
	font-size: 13px;
	text-transform: uppercase;
}
.intro-age .intro-age-description {
	margin-top: 8px;
	font-size: 12px;
}
.intro-age .intro-foot{
	display: block;
	padding-top: 12px;
	font-size: 12px;
	margin-top: 20px;
}

@media (max-width: 9993px) {
	.intro-age .container {
		width: 100%;
		max-height: calc(100vh - 70px);
		overflow: auto;
	}
}


.alert-cookies {
	background: rgba(255, 255, 255, 0.9);
	bottom: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
}
.alert-cookies .container &gt; div {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #444444;
	width: calc(100% - 40px);
	float: left;
}
.alert-cookies .container &gt; div a {
	color: #7c745c;
}
.alert-cookies .container &gt; button {
  float: right;
  background: none;
  border: none;
  font-size: 34px;
}
@media (max-width: 991px) {
	.alert-cookies .container &gt; div {
		font-size: 12px;
		line-height: 14px;
	}
}


.restaurantes-selects {
	margin-top: 20px;
	padding-bottom: 40px;
}

.restaurant-img-thumb {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 250px;
	height: 250px;
	cursor: pointer;
	border: 3px solid #FFFFFF;
}
.restaurant-img-thumb:hover {
	border: 3px solid #68A1B7;
}

.gallery-full {
	position: fixed;
	width: 100vh;
	height: auto;
	top: 15%;
	left: 50%;
	margin-left: -50vh;
	background: #FFF;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 44px -2px rgba(133,133,133,0.52);
	-moz-box-shadow: 0px 0px 44px -2px rgba(133,133,133,0.52);
	box-shadow: 0px 0px 44px -2px rgba(133,133,133,0.52);
	display: none;
	text-align: center;
}

.gallery .no-margin {
	padding-left: 0;
    padding-right: 0;
} 

@media(max-width: 480px) {

	.gallery .no-margin {
		padding-left: 15px;
		padding-right: 15px;
	} 

	.gallery-full {
		width: 90%;
		left: 50%;
		height: auto;
		top: 20%;
		margin-left: -45%;
	}
	
	.restaurant-img-thumb {
		width: 100%;
	}
}

@media(min-width: 481px) and (max-width: 1200px) {

	.gallery .no-margin {
		padding-left: 10px;
    	padding-right: 10px;
	} 

	.gallery-full {
		width: 90%;
		left: 50%;
		height: auto;
		top: 20%;
		margin-left: -45%;
	}

	.restaurant-img-thumb {
		width: 230px;
		height: 230px;
	}
}

.full-gallery-image {
	max-width: 94%;
	margin: 3% 3% 1% 3%;
	height: auto;
	width: 94%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	display: none;
}

.full-gallery-image.active {
	display: block;
}

.gallery-controllers {
	font-size: 20px;
}

.gallery-controllers div {
	display: inline-block;
	cursor: pointer;
}

.gallery-controllers div:hover {
	color: #68A1B7;
}

.gallery-controllers div i {
	font-size: 30px;
	font-weight: bold;
	position: relative;
	top: -6px;
}
</pre></body></html>