html, body {
    height: 100%;
	box-sizing: border-box;
}

.wrapper {
    min-height: 100%;
}

footer {
	color: #FFF;
	margin-top: auto;
}

body {
  padding-top: 86px;
}

@media (min-width: 992px) {
  body {
    padding-top: 86px;
  }
}

.eb-category-description div {
	flex: 0 0 100%;
	max-width: 100%;
}

#carouselHome .carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

element {

}
h1 {
	font-weight: 700;
  font-size: 1.8rem;
}
h2 {
	font-weight: 600;
	font-size: 1.6rem;
	color: #c31119;
}
h3 {
	font-weight: 600;
	font-size: 1.4rem;
}
h4 {
	font-weight: 600;
	font-size: 1.2rem;
}
h2.eb-subitle{
  	font-weight: 600;
	font-size: 1.6rem;
	color: #c31119;
}
h2.card-title{
  	font-weight: 600;
	font-size: 1.2rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
a {
	color: #c31119;
}
a:hover {
	color: #e31119;
}

*, ::after, ::before {
    box-sizing: border-box;
}
.carousel-caption {
	font-weight: bold;
	color: #FFF;
	text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; 
}

.portfolio-item {
  	margin-bottom: 15px;
}
.navbar-custom {
	background-color: #e31119;
}
.navbar-dark .navbar-nav .nav-link {
    color: #FFF;
    font-weight: bold;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #000;
}

.navbar-brand
{
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-brand img
{
    max-height: 70px;
}
.btn-primary
{
	background-color: #e31119;
	border-color: #e31119;
	font-weight: bold;
}
.btn-primary:hover
{
	background-color: #c31119;
	border-color: #c31119;
}
.btn-secondary
{
	background-color: #e31119;
	border-color: #e31119;
	font-weight: bold;
	color: #FFF;
}
.btn-secondary:hover
{
	background-color: #c31119;
	border-color: #c31119;
}
.map-container .map-canvas {
	height: 300px;
	width: 100%;
  }
  
#event-table .btn-group-lg > .btn, .btn-lg {
 	padding: .2rem 1rem;
	font-size: 1rem;
 }
sup {
  vertical-align: super;
  font-size: x-small;
}

ul { 
	overflow: hidden; 
}

.form-inline label.element-invisible {	
  	display: none;
}

#eb-event-page .eb-description {
    border: 1px solid #DBDEE1;
	border-radius: 7px 7px 7px 7px;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.right {
	text-align: right;
}

#map_canvas {
	border-radius: .25rem;
}

td .eb-taskbar {
	margin: 0 auto;
	display:table;
}

p.eb-ticket-type-description {
  	margin-bottom: 0px;
}
.eb-taskbar {
	margin-bottom: 20px;
}

#colorbox #cboxContent h1 {
	background: none;
}

.red {
  color: #c31119;
}
// Custom CSS above. Default below.

.content {
    min-height: 300px;
}

.large-icon {
    font-size: 13em !important;
}
.contact .contact-address {
    padding: 0 1.5rem;
}
.navbar .mod-languages {
    padding-bottom: 0.425rem;
    padding-top: 0.425rem;
}
.lang-inline {
    list-style: outside none none;
    margin: 0;
}
.lang-inline > li {
    display: inline;
    margin-left: 8px;
}
.login {
    margin: 0 auto;
    max-width: 330px;
    padding-top: 1em;
}
.tags.inline {
    padding-left: 0;
}
.tags.inline li {
    display: inline;
}
.item-image {
    margin-bottom: 20px;
}

.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.autocomplete-suggestion {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.autocomplete-suggestion:hover, .autocomplete-suggestion:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.autocomplete-suggestion.active, .autocomplete-suggestion:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
