body {
	background-color: #f7f7f7;
	font-family: 'Roboto Condensed', sans-serif;
	color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}

a,
a:hover {
	color: #0000ff;
}

h1 {
	font-family: 'Roboto Condensed', sans-serif;
}

@media (max-width: 767px) {
	h1 {
		font-size: 28px;
	}
}

.event-name {
	margin: 15px 0 15px !important;
	line-height: 50px;
}

.event-date {
	font-size: 17px;
	line-height: 23px;
}

.event-address {
	font-size: 16px;
	padding: 15px;
	line-height: 23px;
}

.ev-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: right;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
}

	.ev-nav > li {
		float: left;
		margin-left: 25px;
	}

.ev-navbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 74px;
	line-height: 74px;
	background: url('/Content/img/events/navbar-bg.png') repeat-x;
	z-index: 100000;
}

	.ev-navbar .logo {
		margin-top: 18px;
		float: left;
	}

	.ev-navbar .ev-nav > li {
		line-height: 74px;
	}

		.ev-navbar .ev-nav > li > a {
			color: #444;
		}

			.ev-navbar .ev-nav > li > a:hover {
				color: #ec665b;
			}


/* Block */

.panel {
	position: relative;
	background: none;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

	.panel .panel-body {
		background-color: #fff;
	}

.panel--no-padding .panel-body {
	padding: 0;
}

.panel.no-margin,
.panel--no-margin {
	margin-bottom: 0;
	border-bottom: none;
}

.panel > .panel-heading {
	color: #eb665a;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.panel > .panel-heading,
	.panel-body {
		padding: 10px;
	}
}

@media (min-width: 768px) {
	.panel > .panel-heading {
		padding: 10px 15px;
	}
}

.panel.all-required > .panel-heading:before {
	content: 'All fields are required';
	color: #444;
	font-size: 12px;
	text-transform: none;
	float: right;
	font-family: 'Roboto', sans-serif;
}

hr {
	border-bottom: none !important;
}

.panel-body__hint {
    font-size: 17px;
    padding-bottom: 15px;
}


/* Footer */

.footer {
	margin-top: 50px;
	line-height: 60px;
	color: #fff;
	background: url('/Content/img/events/footer-bg.jpg');
}

	.footer .copyright {
		font-size: 13px;
		font-family: 'Roboto', sans-serif;
		float: left;
		margin-bottom: 15px;
	}

		.footer .copyright p {
			line-height: initial;
			margin: 0;
			margin-top: 14px;
		}

			.footer .copyright p > a {
				color: #fff;
			}

	.footer .nav > li {
		line-height: 60px;
	}

		.footer .nav > li > a {
			color: #fff;
		}

			.footer .nav > li > a:hover {
				text-decoration: underline;
				background-color: initial;
			}

.no-panel-body table,
.panel table {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif !important;
	/*color: #444;*/
	border-top: none !important;
	border-bottom: none !important;
}


	/*.panel table.no-bottom-border tbody tr:last-child {
        border: none;
    }*/

	.panel table th,
	.panel table td {
		text-align: left;
	}

	.panel table th {
		font-weight: normal;
		font-size: 14px;
		-ms-opacity: 0.8;
		opacity: 0.8;
		/*color: #aaa !important;*/
		padding: 0 0 5px 0 !important;
	}

	.panel table > tbody > tr > td {
		line-height: 18px;
		vertical-align: middle;
		padding: 10px 20px 10px 0;
	}

	.panel table td:last-child {
		padding-right: 0 !important;
	}


	/*.panel table a {
        color: #ec665b;
    }*/

	.panel table .link-icon {
		color: #999;
	}

	.panel table .description {
		line-height: 16px;
		font-size: 13px;
		opacity: 0.6;
		font-family: 'Roboto', sans-serif;
		white-space: normal;
	}

@media (max-width: 480px) {
	.total {
		font-size: 16px !important;
	}

		.total > .amount {
			font-size: 20px !important;
		}
}

.total {
	font-size: 16px;
	margin-top: 10px;
	white-space: nowrap;
	float: right;
	line-height: 27px;
}

	.total > .amount {
		font-size: 30px;
		font-weight: bold;
	}

	.total .total-label {
		color: #aaa;
		margin-right: 10px;
	}

.panel-map .panel-body {
	padding: 0;
}

.form-control {
	font-size: 16px;
}

.btn.btn-success {
	color: #fff;
}

.btn-link,
.btn-link:hover,
.btn-link:focus {
    color: rgb(0, 0, 255)
}

.price-large {
	font-size: 28px;
}

.loadmask {
	background: rgba(0, 0, 0, 0.6) url('/content/img/page-loader.gif') no-repeat center center;
	background-size: 36px 36px;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
}

	.loadmask .mask-label {
		position: relative;
		top: 50%;
		margin-top: 18px;
		text-align: center;
		color: white;
	}

.custom-field-description {
	line-height: 16px;
	font-size: 12px;
	color: #BCBCBC;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
}

.terms-acknowledge {
	font-size: 16px;
}

.back-to-event-link {
	color: inherit;
}

.table > thead > tr > th {
	border-bottom: 1px solid #ddd;
}
.charges-table-wrap {
	padding-top: 5px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.charges-table th,
.panel .charges-table th {
	padding: 0 0 5px 0 !important;
}

@media(max-width: 767px) {

	.panel table .description {
		font-size: 12px;
	}

	.panel table > tbody > tr > td {
		font-size: 16px;
	}

	.panel table.table-xs-vertical tr > td:last-child {
		padding-right: 0 !important;
		padding-left: 45% !important;
	}
}

@media(min-width: 768px) {

	.panel table > tbody > tr > td {
		font-size: 17px;
	}
}

@media(max-width: 767px) {
	p {
		font-size: 14px;
	}
}

@media(min-width: 768px) {
	p {
		font-size: 16px;
	}
}


.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}