﻿.ei-description
{
	font-size: 16px;
}

.no-box-shadow
{
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.event-title {
	font-weight: 600;
	font-weight: bold;
	text-align: center;
}

.event-column-page
{
	background-color: #fff;
	padding: 10px;
}

	/* fixed sidebar */
	.page-footer-fixed .footer {
	  position: fixed;
	  left: 0;
	  right: 0;
	  z-index: 10000;
	  bottom: 0;
	}

	.page-footer-fixed .page-container {
	  margin-bottom: 32px;
	}

	.page-footer-fixed.page-sidebar-fixed .footer {
	  margin-left: 0 !important;
	}
	/* end: fixed footer */


.event-not-found {
 	text-align: center;
 	padding-top: 100px;
 	padding-bottom: 108px;
}
.event-not-found .number {
	position: relative;
	top: 35px;
	display: inline-block;
	letter-spacing: -10px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 128px;
	font-size: 128px;
	font-weight: 300;
	color: #0DA3E2;
	text-align: right;
}
.event-not-found .details {
	margin-left: 40px;
	display: inline-block;
	padding-top: 0px;
	text-align: left;
}

.section-title {
	font-size: 20px;
	font-weight: 500;
}
.section-details li {
	padding-bottom: 7px;
	font-size: 15px;
}

.btn-pw-blue {
	background-color: #208fb4 !important;
	color: white;
}

.badge.badge-info {
	background-color: #208fb4 !important;
	margin-right: 10px;
	margin-bottom: 10px;
}

.badge {
	font-size: 100% !important;
	height: 24px !important;
}

.btn:hover, .btn:focus, .btn:active, .btn.active {
	outline: 0 !important;
	background-color: #148f77;
	border-color: #148f77;
	color: #fff;
}

.btn:not(.btn-outline):not(.btn-light) {
	text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
}

.btn.btn-icon-holder.btn-lg {
	padding-right: 28px;
}

.btn.btn-shadow:hover {
	-webkit-box-shadow: 4px 8px 16px #dedede;
	-moz-box-shadow: 4px 8px 16px #dedede;
	box-shadow: 4px 8px 16px #dedede;
}

.p-t-15 {
	padding-top: 15px;
}

.p-t-25 {
	padding-top: 25px;
}

.m-t-20 {
	margin-top: 20px;
}
.m-b-20 {
	margin-bottom: 20px;
}
hr {
	margin: 10px 0 !important;
}
.main.wrapper>.container {
	padding-top: 65px;
}
/* BEGIN max width 768px */
@media (max-width: 768px) {
	#language_wrapper {
		right: 15% !important;
		top: 60px !important;
	}

	.pre-header {
		height: 100px;
	}

	.main.wrapper > .container {
		padding-top: 90px !important;
	}
}
/* BEGIN max width 430px */
@media (max-width: 430px) {
	#language_wrapper {
		right: initial !important;
		left: 5px !important;
		top: 75px !important;
	}

	.pre-header {
		height: 115px;
	}

	.main.wrapper > .container {
		padding-top: 105px !important;
	}
}
/* END max width 430px */
/* BEGIN max width 344px */
@media (max-width: 430px) {
	#language_wrapper label {
		display: none;
	}
	#language_wrapper {
		left: 20px !important;
	}
}
