@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
/* note that padding gets overridden by bootstrap-responsive.min.css when screen size changes */
body {
	/* background-image: url('../images/linen.png'); */
	/* padding-top: 70px;
	padding-bottom: 40px;*/
	height: 100%;
	margin: 0;
}
.page-pad {
	padding-top: 70px;
}
html {
	position: relative;
	height: 100%;
}
/* body.air means we are inside master tour desktop */
body.air {
	padding-top: 15px;
	background-image: none;
}
body.air .hidden-air {
	display: none;
}
body.air input,
textarea,
select {
	color: #555;
}
/* style overrides for bootstrap/google map conflicts */
.gm-style img {
	max-width: none;
}
.gm-style label {
	width: auto;
	display: inline;
}
.pac-container {
	z-index: 2000 !important;
}
/* Bootstrap modal overflow issue */
.modal {
	z-index: 100000;
}
.modal-content {
	overflow-wrap: break-word;
	overflow-x: hidden;
}
.modal-footer .btn + .btn {
	margin-bottom: 5px;
}
.pac-container {
	background-color: #fff;
	z-index: 100001 !important;
	position: fixed;
	display: inline-block;
	float: left;
}
.modal-backdrop {
	z-index: 10;
}

.modal-dialog {
	z-index: 100000;
}
/* fixes to boostrap modal popup */
.modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

.modal-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border: none;
}
.modal-dialog {
	position: absolute;
	left: 25%;
	width: 50%;
	height: 60%;
}
.modal-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	box-shadow: none;
}
/* prevents scrolling of background .body tag when modal is open on all devices */
body.modal-open {
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	touch-action: none;
	-webkit-overflow-scrolling: none;
	overflow: hidden;
	overscroll-behavior: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
body.platform-ios.modal-open {
	position: fixed;
}
.modal-body {
	position: absolute;
	top: 80px;
	bottom: 0;
	font-size: 15px;
	overflow: auto;
	margin-bottom: 60px;
	padding: 0 15px 0;
	width: 100%;
}
.modal-footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 60px;
	padding: 10px;
	background: #f1f3f5;
}
/* to delete the scrollbar */
/*
::-webkit-scrollbar {
    -webkit-appearance: none;
    background: #f1f3f5;
    border-left: 1px solid darken(#f1f3f5, 10%);
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: darken(#f1f3f5, 20%);
}
*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	vertical-align: top;
}
h2.top-header,
h2.tours-header,
h2.manager-header,
h2.dates-header,
h2.day-header {
	min-width: 335px;
	/* if this changes also change it for custom-nav-tabs */
	margin: 0px 0px 12px 0px;
	overflow: hidden;
	text-overflow: elipsis;
	white-space: nowrap;
}
img {
	max-width: 100%;
}
.btn-block {
	/* wrap text if block isn't wide enough */
	white-space: normal !important;
	word-wrap: normal;
}
.btn {
	margin-bottom: 5px;
}
.label-as-badge {
	border-radius: 1em;
}
.top-buffer-sm {
	margin-top: 5px;
}
.top-buffer-md {
	margin-top: 10px;
}
.top-buffer-lg {
	margin-top: 20px;
}
.bottom-buffer-sm {
	margin-bottom: 5px;
}
.bottom-buffer-md {
	margin-bottom: 10px;
}
.bottom-buffer-lg {
	margin-bottom: 20px;
}
.right-buffer-sm {
	padding-right: 5px;
}
.right-buffer-md {
	padding-right: 10px;
}
.right-buffer-lg {
	padding-right: 20px;
}
.left-buffer-sm {
	padding-left: 5px;
}
.left-buffer-md {
	padding-left: 10px;
}
.left-buffer-lg {
	padding-left: 20px;
}
/* use instead of hide or hidden when an element will be display via $.show() */
.hidden-ui {
	display: none;
}
/* icons that appear in nav drop-down */
.fixed-width-icon {
	width: 20px;
	display: inline-block;
	text-align: left;
}
.disabled-text {
	color: #cccccc;
}
/* ensure a long username does not cause line wrapping in the top navbar */
.nav-username-dropdown {
	max-width: 175px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
footer {
	margin-top: 60px;
	padding: 10px 20px;
	border-top: solid 1px #bbb;
	color: #999;
	width: 100%;
	clear: both;
}
p {
	margin: 1.2em 0px 1.1em 0px;
}
.feedback {
	margin-top: 25px;
}
.input-tip {
	padding-left: 8px;
}
.input-appended-text {
	padding: 5px;
	display: inline-block;
	font-size: 12px;
	color: #666;
}
.controls {
	margin-bottom: 8px;
}
.public-profile-form .form-inline label {
	min-width: 210px;
}
.public-profile-form div.controls.form-inline {
	margin-bottom: 4px;
}
.popover-title:empty {
	display: none;
}
.clickable:hover {
	cursor: pointer;
}
.header-image-container {
	padding-bottom: 25px;
	text-align: center;
}
.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.section-header {
	margin-top: 24px;
	border-bottom: solid 1px #ddd;
}
.prev-next-nav {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #333333;
	border: 1px solid #222222;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.prev-next-nav a {
	color: #999;
}
.prev-next-nav .left {
	display: inline-block;
}
.prev-next-nav .right {
	display: inline-block;
	text-align: right;
	float: right;
}
/* only relevant on IE via placeholder plugin */
input.placeholder,
textarea.placeholder {
	color: #aaa;
}
legend,
legend + .control-group {
	margin-bottom: 10px;
}
.downloads h3:first-child {
	margin-top: 0px;
}
.desktop-downloads li {
	margin: 0px 0px 0.5em 0px;
	font-size: 1.23em;
}
.hotel h5,
.vendor h5 {
	margin: 0;
}
.media .img-polaroid {
	max-height: 100px;
	max-width: 100px;
	border: 1px solid #dadada;
	padding: 10px;
}
.media.hotel,
.media.vendor {
	overflow: visible;
}
.hotel .location,
.vendor .location,
.listTitle {
	font-weight: bold;
}
.listTitle {
	margin: 10px 0px 4px 0px;
}
.listTitlePersonnel {
	margin: 4px 0px 4px 0px;
}
.hotel .summary,
.vendor .summary {
	font-size: 0.9em;
	color: #666;
}
.day-tab {
	min-height: 300px;
	overflow: hidden;
}
.song-title {
	font-weight: bold;
}
.song-detail {
	margin-bottom: 3px;
	color: #999;
	font-style: italic;
}
.guest-name {
	font-weight: bold;
}
.guest-detail {
	margin-bottom: 3px;
	color: #999;
	font-style: italic;
}
#shared-error-box{
	cursor: pointer;
	display: none;
}
.status-approved {
	color: green;
}
.status-declined {
	color: red;
}
.springboard li {
	font-size: 2em;
	margin: 0.5em 0px 0.6em 0px;
}
.springboard li a span.fixed-width {
	display: inline-block;
	width: 40px;
	text-align: center;
}
.springboard li a {
	color: #333;
}
.springboard li a:hover {
	text-decoration: none;
	color: #08c;
}
/* marketplace */
.listing-header {
	margin-top: 0px;
	margin-bottom: 0px;
}
.listing-summary {
	margin-top: 0px;
	margin-bottom: 18px;
}
.listing-name {
	font-weight: bold;
	margin-top: 15px;
}
.listing-banner {
	background-color: #ddd;
	margin-bottom: 15px;
}
.listing-banner img {
	width: 100%;
}
.listing-banner img.default {
	opacity: 0.2;
	filter: alpha(opacity=20);
	/* For IE8 and earlier */
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	/* Firefox 10+, Firefox on Android */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.listing-gallery {
	min-height: 150px;
	background-color: #ddd;
}
.listing-image {
	padding: 15px 0px 5px 0px;
	width: 100%;
	background-color: #fff;
	text-align: center;
	border: solid 1px #eee;
	margin-bottom: 20px;
}
.listing-image img {
	width: auto;
	max-height: 100px;
}
.listing-city-state-zip {
	margin-bottom: 15px;
}
.listing-map-container {
	margin-top: 15px;
	border: solid 1px #ccc;
}
iframe#marketplace-frame {
	border-radius: 5px;
	width: 282px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}
div#marketplace-container {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	text-align: center;
}
.text-bullet {
	background-color: #e5e5e5;
	text-align: center;
	padding: 10px;
}
.text-bullet .personnel-bullet {
	display: inline-block;
	margin: 0px;
	padding: 10px 22px 10px 22px;
}
.text-bullet .line1 {
	font-weight: bold;
	font-size: 2.2em;
	min-height: 20px;
	margin: 10px 0px 0px 0px;
	line-height: 10px;
}
.text-bullet .line2 {
	font-weight: bold;
	font-size: 1.4em;
	white-space: nowrap;
	min-width: 70px;
	margin: 10px 0px 8px 0px;
	line-height: 5px;
}
.text-banner .line1 {
	font-size: 2.4em;
	line-height: 0.9em;
	margin: 0px;
}
.text-banner .line2 {
	font-size: 2em;
	line-height: 1em;
	margin: 4px 0px 0px 0px;
}
.spacer-right {
	margin-right: 12px;
}
.spacer-bottom {
	margin-bottom: 12px;
}
.alert-info a {
	color: blue;
}
.system-alert {
	margin-top: -19px;
	margin-bottom: 19px;
	width: 100%;
	background-color: #ee4444;
	color: #ffffff;
	text-align: center;
	padding: 3px;
}
.system-alert a {
	color: #880000;
}
.code-string {
	color: green;
}
.code-numeric {
	color: red;
}
.code-boolean {
	color: blue;
}
/*
.notes {
    border: solid 1px;
    border-color: #CCCC66;
    padding: 0px 10px 0px 10px;
    background-color: #FFFFCC;
    margin-top: 8px;
    margin-bottom: 12px;
    border-radius: 5px;
    font-style: italic;
}
*/
.form-group-header {
	text-align: center;
	background-color: #eee;
	padding: 8px;
	border-bottom: solid 1px #e1e1e1;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #666;
}
.form-control {
	display: inline !important;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.form-control.mini {
	width: 10%;
}
.form-control.small {
	width: 20%;
}
.form-control.medium {
	width: 30%;
}
.form-control.large {
	width: 40%;
}
.form-control.xlarge {
	width: 50%;
}
.form-group.fullwidth,
.form-control.fullwidth {
	width: 100%;
}
textarea.form-control {
	width: 100% !important;
}
@media only screen and (max-width: 992px) {
	.form-control.mini,
	.form-control.small,
	.form-control.large,
	.form-control.xlarge,
	.form-control.medium,
	.form-control {
		display: block;
		width: 100%;
	}
	/* when horizontal inputs collapse, this gives them a bit of margin between them */
	.form-group input:not(:first-child),
	.form-group select:not(:first-child),
	.form-group .input-col:not(:first-child) {
		margin-top: 5px;
	}
	.input-group input:not(:first-child),
	.input-group select:not(:first-child) {
		margin-top: 0;
	}
}
/* @fix selectize uses overflow:hidden which causes a bottom margin due to vertical alignment */
.selectize-input {
	vertical-align: top;
}
#gear-bay .row {
	margin-bottom: 20px;
}
#preferences label {
	font-weight: normal;
}
.flightitem {
	margin-bottom: 10px;
}
.flightitem input {
	margin-bottom: 4px;
	vertical-align: top !important;
}
/* TABS */
.tab-content {
	margin-top: 20px;
}
.tablink {
	color: blue;
	cursor: pointer;
}
.custom-nav-tabs {
	margin-bottom: 0px;
	min-width: 335px;
	/* if this changes also change it for page-header */
}
.custom-tab-content {
	margin-top: 0px;
	padding: 12px;
	background-color: #fff;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
}
.gallery-image {
	background-color: #eee;
	border: solid 1px #ddd;
	border-radius: 3px;
	padding: 4px;
	/* hack to ensure image doens't align on a half-pixel */
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.thumbnail_preview {
	cursor: pointer;
}
.venue-image-preview {
	border-radius: 3px;
	padding: 4px;
	text-align: center;
	/* hack to ensure image doens't align on a half-pixel */
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.vo-image-preview {
	max-height: 300px;
	max-width: 300px;
}
.thumbnail {
	position: relative;
}
.caption-overlay {
	position: absolute;
	bottom: 4px;
	background: rgba(0, 0, 0, 0.5);
	padding: 4px;
	color: white;
	left: 4px;
	right: 4px;
	box-sizing: border-box;
	text-shadow: 1px 1px 0px #111;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
}
.banner-overlay {
	color: white;
	position: absolute;
	top: 6px;
	right: 10px;
	/* so that overlay is visible on images w/ white padding */
	text-shadow: 1px 1px 1px #666;
}
/* TABLES */
body:not(.air) table.collection tbody tr:nth-child(even) {
	background-color: #fff;
}
body:not(.air) table.collection tbody tr:nth-child(odd) {
	background-color: #f6f6f6;
}
table.collection tbody tr:hover {
	cursor: pointer;
	background-color: #eee !important;
}
body.air table.collection tbody tr:hover {
	cursor: pointer;
	background-color: #222 !important;
}
/* shows a "click for more" type of icon */
td.detail-indicator {
	background-image: url("../images/detail-arrow-right.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 35px;
}
/* tables that have a mobile style table with an icon at the left */
td.icon-column {
	width: 100px;
}
td.tour-status {
	font-size: 2em;
	padding-top: 7px;
	width: 40px;
	text-align: center;
	vertical-align: middle !important;
}
/*
table.collection tr:hover {
    cursor: pointer;
    opacity: 0.75;
}

table.collection th{
    background-color: #eeeeee;
}

body.air table.collection th{
    background-color: #222222;
}

table.collection th:hover {
    cursor: pointer;
    opacity: 0.75;
}

table.collection thead tr th:hover {
    text-decoration: none;
}

table.sortable th:hover
{
	cursor: pointer;
	text-decoration: underline;
}

body.mobile table.collection tr:nth-child(odd) td, body.desktop table.collection tr:nth-child(odd) td{
    background-color: #ffffff;
}

body.mobile table.collection tr:nth-child(even) td, body.desktop table.collection tr:nth-child(even) td{
    background-color: #fcfcfc;
}

.table-bordered.table-bordered-nocols tbody tr td {
	border-right: none;
	border-left: none;
}

.table-bordered-nocols {
	border-left: 1px solid #DDD;
}

body.air .table-bordered-nocols {
	border-left: 1px solid #1B1E23;
}

.table-bordered-nocols tr td.date-column {
	width: 95px;
}

td.user-column {
    width: 40px;
}

td.checkbox-column, td.disabled-checkbox-column {
    width: 20px;
    text-align: center;
}

td.checkbox-column {
    padding-top: .3em;
}

td .list-title, td .list-time {
    line-height: 1.2em;
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

td .list-time {
    color: #666;
}

td .list-description, td .list-details {
    padding-top: 5px;
	line-height: 1.0em;
    margin: 0px;
}

td .list-details {
    font-style: italic;
}

td.undelete-action {
	width: 85px;
}

td.undelete-child-nav {
	text-align: right;
	white-space: nowrap;
}

.table-striped tbody > tr:nth-child(even) > td, .table-striped tbody > tr:nth-child(even) > th {
	background-color: #EEE;
}

body.air .table-striped tbody > tr:nth-child(even) > td, .table-striped tbody > tr:nth-child(even) > th {
	background-color: #3E3E3E;
}

body.air .table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
	background-color: #2E2E2E;
}

*/
/* ----- ----- */
/* the icon color for an unconfirmed schedule item */
.schedule-item-unconfirmed i {
	color: #aa0000;
}
.deleted,
.deleted a {
	color: red;
}
.not-deleted,
.not-deleted a {
	color: green;
}
.dates-subheader {
	padding-left: 45px;
	padding-bottom: 5px;
}
.open-tab,
.marketplace {
	background-color: #fff;
	padding: 10px;
	border: 1px solid lightgrey;
	margin-bottom: 10px;
}
.open-tab-ads {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
}
.stock-tabs {
	margin-bottom: 0px;
}
.delete-campaign {
	color: red;
	height: 15px;
	width: 20px;
	float: right;
}
.delete-campaign:hover {
	cursor: pointer;
}
.campaign-text {
	width: 570px;
	font-size: 12pt;
}
.campaign-text:hover {
	text-decoration: underline;
	cursor: pointer;
}
.campaign-dates {
	color: grey;
	font-style: italic;
	font-size: 10pt;
}
.campaign-editor {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.campaign-display {
	padding-top: 10px;
	padding-bottom: 10px;
}
.ad-preview {
	padding-left: 100px;
}
.tour-route-map {
	border: solid 1px #d5d5d5;
	margin-bottom: 10px;
}
/* phreeze bootstrap overrides */
label.radio {
	font-weight: normal;
}
.control-group {
	margin-top: 10px;
}
.date-picker input {
	width: 80px;
}
.date-picker i {
	color: #999;
	margin-top: 2px;
	margin-left: -1px;
}
.bootstrap-timepicker-component input {
	width: 70px;
}
.bootstrap-timepicker-component i {
	color: #999;
	margin-top: 3px;
	margin-left: 0px;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #999;
}
/* search filter button */
.input-append button.add-on {
	height: inherit !important;
	color: #999999;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 8px;
}
span.loader {
	margin: 0px;
	display: inline-block;
	width: 150px;
}
span.loader .bar {
	display: inline-block;
	width: 100%;
	height: 30px;
}
/* form controls */
span.help-inline {
	font-size: 0.9em;
	font-style: italic;
	padding-top: 5px;
	color: #999;
}
/* fixes spacing glitch with combo-box followed by an empty inline help */
span.help-inline:empty {
	display: none;
}
.fileinput-button {
	position: relative;
	overflow: hidden;
	margin-left: 2px;
}
.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	direction: ltr;
	cursor: pointer;
}
.crew-profile-image {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.crew-profile-btn-bar {
	margin: 10px 0px 10px 0px;
}
/****** crew public profile styles ******/
#crew-search-input {
	height: 30px;
	font-size: 18px;
	line-height: 24px;
	padding-left: 10px;
}
.search-result-profile {
	margin-bottom: 8px;
	background-color: #eee;
	padding: 8px 0px;
	border-radius: 5px;
	cursor: pointer;
}
.search-result-profile:hover {
	background-color: #ddd;
}
.search-result-name-container {
	padding-top: 8px;
}
.search-result-image-container {
	text-align: center;
}
.search-result-name-container .full-name {
	font-weight: bold;
}
.avatar-image {
	display: inline-block;
	height: 120px;
	width: 120px;
	max-height: 120px;
	max-width: 120px;
	min-height: 120px;
	min-width: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 60px;
}
.avatar-thumbnail {
	display: inline-block;
	border-radius: 27px;
	width: 54px;
	height: 54px;
	max-height: 100%;
	max-width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.profile-contact-container {
	text-align: right;
}
/* ----- TOUR PERSONNEL ----- */
.carousel-control {
	padding-top: 140px;
}
.crew-contact-container {
	border: solid 1px #e1e1e8;
	margin: 0 5px 10px 5px;
	height: 262px;
	position: relative;
	width: 180px;
	overflow-wrap: break-word;
}
#search-result-profiles {
	text-align: center;
}
#search-result-profiles .crew-contact-container {
	display: inline-block;
	vertical-align: top;
}
.flip {
	display: inline-block;
}
.crew-contact-container .front,
.crew-contact-container .back {
	background: #fafafa;
	padding: 0;
}
.crew-contact-container a.crew-contact-link.front {
	color: inherit;
	display: block;
	height: 100%;
}
.crew-contact-container a.crew-contact-link.front:hover {
	text-decoration: none;
	background: #f0f0f0;
}
.crew-contact-container .back {
	background: #f4f4f4;
}
.crew-contact-container hr {
	margin: 5px 0;
	border-color: #dadada;
}
.crew-contact-container .avatar-container {
	/* background-image: url(http://www.eventric.com/wp-content/uploads/2014/04/master-tour-banner-01.jpg); */
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 10px;
	position: relative;
	z-index: 5;
}
.crew-contact-container .avatar {
	max-width: 40%;
	width: 72px;
	height: 72px;
	border: 2px white solid;
	border-radius: 50%;
	background: white;
	margin: 0 auto;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.crew-contact-container .front .contact-details,
.crew-contact-container .back .contact-details {
	margin: 0 10px 10px;
	border-bottom: 1px solid #dadada;
	height: 132px;
	position: relative;
	z-index: 5;
}
#search-result-profiles .crew-contact-container .front .contact-details {
	border-bottom: none;
}
.crew-contact-container .back .contact-details {
	margin: 10px;
	border-bottom: 1px solid #dadada;
	height: 203px;
	overflow: hidden;
}
.crew-contact-container .contact-details .small div {
	margin-bottom: 2px;
}
.crew-contact-container .title {
	margin-bottom: 10px;
}
.crew-contact-container .contact-type-section {
	margin-bottom: 10px;
}
.crew-contact-container .contact-type-title {
	font-weight: bold;
}
.crew-contact-container .contact-type-info {
	display: inline-block;
	text-align: left;
}
.crew-contact-container .contact-btn {
	margin: 2px 10px;
}
.crew-search-input-container {
	position: relative;
}
#crew-search-input-container .loading {
	position: absolute;
	top: 29px;
	right: 24px;
	display: none;
}
@media only screen and (max-width: 992px) {
	.panel-crew-contact .panel-body {
		padding: 5px;
	}
	.crew-contact-container {
		margin: 5px;
	}
	.panel-crew-contact .panel-body {
		text-align: center;
	}
	#search-result-profiles .crew-contact-container {
		margin-bottom: 5px;
	}
	#search-result-profiles {
		padding: 0;
	}
	#crew-search-input-container .loading {
		top: 12px;
	}
}
/* Profile */
.profile-blur-container {
	min-height: 200px;
	position: relative;
	margin-top: -20px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}
.profile-blur {
	width: 150%;
	height: 150%;
	margin-left: -25%;
	position: absolute;
	background-size: cover;
	background-position: center center;
	filter: blur(30px);
	-webkit-filter: blur(30px);
	margin-top: -30px;
}
.crew-contact-blur-container {
	position: absolute;
	overflow: hidden;
	margin-bottom: 20px;
	z-index: 0;
	width: 100%;
	height: 60px;
}
.crew-contact-container .profile-blur {
	width: 105%;
	margin-left: -3px;
	background-size: cover;
	background-position: center center;
	filter: blur(3px);
	-webkit-filter: blur(3px);
	margin-top: -3px;
}
.venue_map {
	filter: inherit;
	-webkit-filter: inherit;
}
.profile-blur:after,
.venue_map:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 31, 47, 0.4);
	z-index: 0;
}
.venue_map:after {
	background: rgba(0, 31, 47, 0.5);
}
#profile-header {
	padding-top: 40px;
	padding-bottom: 40px;
	color: white;
	text-shadow: 1px 1px 0px #111;
	position: relative;
}
#profile-header .avatar-image-container {
	float: left;
	width: 280px;
	text-align: center;
	position: relative;
}
#profile-header .avatar-image {
	display: inline-block;
	height: 230px;
	width: 230px;
	max-height: none;
	max-width: none;
	border-radius: 50%;
	border: 2px solid white;
	background: white;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#profile-header .avatar-image-container .badge {
	color: #32cd32;
	font-size: x-large;
	background-color: transparent;
	position: fixed;
	margin-left: -20px;
}
#profile-header .profile-name {
	font-weight: 300;
	font-family: "Open Sans" sans-serif;
	font-size: 36px;
	margin-top: 90px;
}
#profile-header .profile-subheading {
	color: #d0d0d0;
}
#profile-header .profile-subheading span {
	margin-right: 15px;
}
#profile-header .profile-subheading span i {
	color: white;
}
.profile-box,
.venue-box {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	border: 1px solid #f0f0f0;
}
.profile-box dt,
.venue-box dt {
	color: #9d9d9d;
	font-weight: normal;
}
.nav-profile {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.nav-profile a {
	display: block;
	padding: 10px 20px;
	border-bottom: 0;
	border-top: 0;
}
.nav-profile a:hover {
	background: #f4f4f4;
	text-decoration: none;
}
#profile-contact-button {
	margin-top: 20px;
}
#new-endorsement-container div {
	margin-bottom: 10px;
}
#new-endorsement-container div:last-child {
	margin-bottom: 0;
}
.panel.even {
	background: #f0f0f0;
}
/* ----- ----- */
/* Venue Stuff */
.venue-splash {
	position: relative;
	height: 100%;
	width: 100%;
	margin-top: -70px;
	background: black;
	overflow: hidden;
}
.venue-splash .bg-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background-size: cover;
	background-position: center;
}
.venue-splash #profile-header {
	text-shadow: 2px 2px 2px #111;
	position: absolute;
	width: 90%;
	left: 5%;
	bottom: 5%;
}
#venue-header {
	padding-top: 40px;
	position: relative;
}
#venue-header .background-gray {
	background: #f5f5f5;
	border-bottom: #ddd 1px solid;
	height: 300px;
	position: absolute;
	width: 100%;
	top: 0;
}
#venue-header .title {
	margin-bottom: 20px;
}
#venue-header h1 {
	font-weight: bold;
	margin: 3px 0 0;
}
#venue-header .container-map {
	min-height: 250px;
	border: 1px solid #ddd;
}
#venue-header .photo-map-row > div:last-child {
	margin-top: 25px;
}
#panel-my-venues .row {
	border-top: 1px solid #ccc;
	padding: 10px 0;
}
#panel-my-venues .row:first-child {
	border-top: 0;
}
.ellipse-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
}
.fileUpload {
	position: relative;
	overflow: hidden;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.uploadMetaForm {
	display: none;
	background: #fafafa;
	margin: 0 -15px 15px;
	padding: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.white-splash {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: white;
	top: 0;
	left: 0;
	z-index: 10;
}
.category {
	clear: both;
}
.header-images ul {
	margin: 0;
	padding: 0;
	display: inline;
}
.header-images ul li:nth-child(n + 5) {
	display: none;
}
.header-images .item {
	display: inline-block;
	width: 200px;
	height: 200px;
	position: relative;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	vertical-align: bottom;
	cursor: pointer;
}
.header-images .item.addphoto {
	border: none;
	background: white;
	text-align: center;
	font-size: 20px;
}
.header-images .item.addphoto a {
	color: #aaa;
	border: 6px dashed #ccc;
	display: block;
	height: 100%;
	padding: 50px 20px 20px;
}
.header-images .item.addphoto a:hover {
	text-decoration: none;
	color: #999;
	border-color: #999;
}
.header-images .item.addphoto i {
	display: block;
	font-size: 50px;
}
.map {
	margin-bottom: 5px;
}
.unreadable {
	color: #eee;
	background-color: #eee !important;
	line-height: 150% !important;
	border: 0 !important;
}
#limitedUserPrompt {
	position: absolute;
	z-index: 5000;
	width: 300px !important;
	left: 50%;
	margin-left: -150px;
}
#lg-gallery .caption {
	position: absolute;
	width: 100%;
	bottom: 30%;
	left: 0;
	padding: 20px;
	color: white;
	background: rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 0px #000;
}
#lg-gallery .caption h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#lg-gallery .caption p {
	margin: 0;
	font-size: 14px;
}
.venue-splash #profile-header .profile-name {
	padding-left: 15px;
}
.venue-splash #profile-header .profile-subheading {
	margin-bottom: 40px;
	padding-left: 15px;
}
.venue-splash #profile-header .profile-subheading a {
	color: #d0d0d0;
}
.venue-splash .panel {
	text-shadow: 0px 1px 0px #fff;
	color: black;
	min-height: 180px;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
}
.venue-splash .icon {
	font-size: 36px;
	text-align: center;
	color: #cb3c1f;
}
@-webkit-keyframes scrollHint {
	0% {
		bottom: 10px;
	}
	50% {
		bottom: 20px;
	}
	100% {
		bottom: 10px;
	}
}
@keyframes scrollHint {
	0% {
		bottom: 10px;
	}
	50% {
		bottom: 20px;
	}
	100% {
		bottom: 10px;
	}
}
.venue-splash .scroll-down {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: 20px;
	width: 38px;
	height: 44px;
	-webkit-animation: scrollHint 1.5s infinite normal ease-out;
	animation: scrollHint 1.5s infinite normal ease-out;
	background: url("../images/arrow-bottom.png") no-repeat center center;
	background-size: contain;
	cursor: pointer;
}
.venue-list {
	list-style-type: none;
	margin: 0px;
	padding: 0;
}
.venue-list li {
	border-bottom: 1px solid #dadada;
	padding: 10px 0;
}
.venue-list i.glyphicon {
	margin-right: 7px;
}
.venue-list .venue-edits i.glyphicon {
	margin-right: 0;
}
tr.rejected td {
	opacity: 0.3;
}
.venue-list li:last-child {
	border-bottom: none;
}
.edits-pending-link {
	color: orange;
	font-weight: bold;
}
.edits-pending-link:hover {
	text-decoration: underline;
	cursor: pointer;
}
.reject-outright-link {
	color: red;
	font-weight: bold;
}
.reject-outright-link:hover {
	text-decoration: underline;
	cursor: pointer;
}
.venue-edits {
	display: none;
	background: #feffbd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/* future proofing */
	-khtml-border-radius: 10px;
	border: 1px solid #dadada;
	margin: 15px;
	padding: 15px;
}
#accordion .venue-box .panel-title a {
	display: block;
	padding: 10px 15px;
}
#accordion .venue-box .panel-title a:hover {
	text-decoration: none;
	background-color: #f8ffdb;
}
#accordion .venue-box .panel-title a:active,
#accordion .venue-box .panel-title a:visited,
#accordion .venue-box .panel-title a:focus {
	text-decoration: none;
}
#accordion .venue-box .panel-heading {
	padding: 0;
}
.ajax-loading {
	position: absolute;
	top: 5px;
	z-index: 5000;
	left: 100%;
}
.verify-link {
	cursor: pointer;
	display: block;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/* future proofing */
	-khtml-border-radius: 4px;
	text-align: center;
	padding: 20px;
	color: black;
	margin-bottom: 20px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.verify-link:hover {
	text-decoration: none;
	background: #dadada;
}
.verify-link .fa {
	font-size: xx-large;
}
.verify-box h3 {
	margin-top: 0;
}
.table-fixed {
	table-layout: fixed;
}
.pre-wrap {
	white-space: pre;
	/* CSS 2.0 */
	white-space: pre-wrap;
	/* CSS 2.1 */
	white-space: pre-line;
	/* CSS 3.0 */
	white-space: -pre-wrap;
	/* Opera 4-6 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	white-space: -moz-pre-wrap;
	/* Mozilla */
	white-space: -hp-pre-wrap;
	/* HP Printers */
	word-wrap: break-word;
	/* IE 5+ */
}
a.list-group-item-inverse:link,
a.list-group-item-inverse:visited,
a.list-group-item-inverse:active {
	background: #666;
	color: white;
}
a.list-group-item-inverse:hover {
	background: #333;
	color: white;
}
#fixed-top {
	position: fixed;
	border-bottom: 1px solid #dadada;
	border-bottom: 1px solid #cfcfcf;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	width: 100%;
	left: 0;
	top: 51px;
	z-index: 1000;
	background: white;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
}
#venue-page-alert-container {
	position: fixed;
	width: 100%;
	left: 0;
	top: 101px;
	text-align: center;
	z-index: 4999;
}
#venue-page-alert-container .alert.alert-success {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 0;
}
#venue-tabs {
	border: 1px solid #ddd;
	padding: 0;
	margin: 0;
	position: fixed;
	width: 262px;
	top: 129px;
	list-style-type: none;
}
#venue-tabs ul {
	list-style-type: none;
}
#venue-tabs li {
	border-top: 1px solid #ddd;
	margin: 0;
	padding: 0;
}
#venue-tabs li:first-child {
	border-top-width: 0;
}
#venue-tabs li ul {
	margin-left: 0px;
	padding: 0;
	border-top: 1px solid #ddd;
}
#venue-tabs li ul li {
	border-left: 1px solid #ddd;
	margin-left: 40px;
}
#venue-tabs a:link,
#venue-tabs a:visited,
#venue-tabs a:active {
	border-left: 2px solid transparent;
	color: #333;
	display: block;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding: 0 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
}
#venue-tabs a:hover {
	text-decoration: none;
	background: whitesmoke;
}
#venue-tabs a.active {
	border-left: #3879bb solid 3px;
	font-weight: bold;
	color: #3879bb;
}
.file > div:first-child {
	padding-left: 0;
}
.file > .col-sm-1:last-child {
	padding-right: 0;
}
#contacts .labels {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.contact-row {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
	position: relative;
}
.contact-row .twitter-typeahead {
	width: 100%;
}
.contact-row .delete-tab {
	display: none;
	position: absolute;
	right: -48px;
	top: 0;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-left: none;
	border-radius: 0px 3px 3px 0px;
}
.contact-row .tt-hint {
	color: #999;
}
.contact-row .tt-menu {
	width: 422px;
	margin: 5px 0;
	padding: 3px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.contact-row .tt-suggestion {
	padding: 3px 20px;
	font-size: 14px;
	line-height: 18px;
}
.contact-row .tt-suggestion:hover {
	cursor: pointer;
	color: #fff;
	background-color: #0097cf;
}
.contact-row .tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #0097cf;
}
.contact-row .tt-suggestion p {
	margin: 0;
}
.contact-row .gist {
	font-size: 14px;
}
/* lightGallery */
/*clearfix*/
.group {
	*zoom: 1;
}
.group:before,
.group:after {
	display: table;
	content: "";
	line-height: 0;
}
.group:after {
	clear: both;
}
/*/clearfix*/
/** /font-icons if you are not using font icons you can just remove this part/**/
@font-face {
	font-family: "Slide-icons";
	src: url("fonts/Slide-icons.eot");
}
@font-face {
	font-family: "Slide-icons";
	src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAWcAAsAAAAACSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAm4AAAQxqzjSYEZGVE0AAAN4AAAAGgAAABxmWaSOR0RFRgAAA5QAAAAdAAAAIAAzAARPUy8yAAADtAAAAEsAAABgL/bcQGNtYXAAAAQAAAAAPQAAAVLgL/LNaGVhZAAABEAAAAAuAAAANv3vdhloaGVhAAAEcAAAAB4AAAAkBBD/5GhtdHgAAASQAAAAEgAAABIFOwBxbWF4cAAABKQAAAAGAAAABgAGUABuYW1lAAAErAAAAOEAAAGw7pftcnBvc3QAAAWQAAAADAAAACAAAwAAeJx9VE1oE1EQnpfsJutmSWNMQoUoWxB/qmIKnkKJWKvXQlOwhx5E7SEo9WCEHNKAJqVbn8RLzvEgKEUPCgoiIi3YHkWw2mO9CBb8O1SzurXjvLfrJiqEhXkzwzffm/nee8tAUYAxZuQvFs5PHi6cuzR1GVgAGORsM2D3Be1ehRtBbii7ddiZjyPnvmOE+QW7YRfVNNzpSQPE0vBwexqMtNIbh7Dg0KAHUrAL9sARyF6ZKpzKZDK0nMwMHHeXIXc54S7DHU109gPAZpnF5th1xiEkiANgsFpgNDATPB3ldlHZbNiNcBTZ/JNRZBPFZ0nE6mw/GT6MUC6tiPCgihA6Vkb8sXCNI35bGxRuTcYa4vqZIWlUP1sVoCx3Yyqd1gTNIUH4RhJ6rILAxw9yN/bwghVSt56rLoCyFY6gmy8kwENJwjYrlItPVauOuDWyhqDEzlKFIuvIIrAHfTJbr2uSWpgFOVvFHVDQc5dftK751P3CeyuNp8Uf/DL3tal5rFKLuiX2MxGdL00azJHKOWLcrZF3MmtZWhThNRWwx62XSYTF/d8Rc6sR2iFyNYS4MWNSzaeJA+RWfkqjCYBO5tV71bIkjTssUVe5bykrhrXqWqnZ1m9a6rfk61emfu+Px8iIA8zf/SrDNr4s8csd+Gbzn+mXOtWK3rPHkqbeGkuZuvNIGudo9wRdvDkald0Yj9HFy89vtvsgjw7/Pxm9Kf+SEfGj86HU/frlVn6RwgP7CLVRTZDCFZt6j99edcWGSPmz5h4BLO5d73bIzVL7OdTkc8j6O5MIdiPBkzcNnZ7zDvF/2OYkWvSFI78BSE0QpgAAeJxjYGBgZACCk535hiD6XIbUOhgNAD+3BfAAAHicY2BkYGDgA2IJBhBgYmAEQlYgZgHzGAAEgQA4AAAAeJxjYGZiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbAyM8CBAILJEJDmmsLg8EDqAwPjg/8PGPQYHzAoNDAwMMIVKAAhIwATaAw5AHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwgiQeyHxj+/wezpCAs+RcCjFBdYMDIxoDMHZEAAP1aCcoAAAB4nGNgZGBgAGLNvbqy8fw2Xxm4mRhA4FyG1DoE/f8BEwPjAyCXgwEsDQAB0gmnAAB4nGNgZGBgfPD/AYMeEwMDwz8GIAkUQQHMAG3nA/YAAAIAAAAAAAAAAgAAUQClACAAlgAAAABQAAAGAAB4nI2PMW7CQBBFn8FGIkQpo5RbIFHZsjciEhyAMg0SFwALrYS8kuEMOQLH4BgcgGPkAKnz7UxBkYKVVvPmz5/ZWeCZMwndSZjwZjwgozQeMuPLOJXnapyJv41HTJIXOZN0LOW17+p4wBNT4yGffBin8lyMM/HNeCT+Yc2BwI6aXHFLpOEI60PY1XnYxkbJnW7Kqs9PfWzZq9vhKfQPx1L3/6l/Nc9c6kLXy1/xrnGxOa1iu6+dL0q3dHevK/PzfJH7spLxkW03qrZSQ191eqHbi03dHkNsXFWUD835BcvqQqwAAAB4nGNgZsALAAB9AAQ=)
			format("woff"),
		url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWZZpI4AAAboAAAAHEdERUYANQAGAAAGyAAAACBPUy8yL9TcHwAAAVgAAABWY21hcOAx89QAAAHMAAABUmdhc3D//wADAAAGwAAAAAhnbHlmlq1ZxgAAAzQAAAGAaGVhZP3vdhkAAADcAAAANmhoZWEEEP/mAAABFAAAACRobXR4BeoAcQAAAbAAAAAabG9jYQEyAOAAAAMgAAAAEm1heHAAUwAnAAABOAAAACBuYW1l7pftcgAABLQAAAGwcG9zdCBfgkMAAAZkAAAAWgABAAAAAQAAZVgBDF8PPPUACwIAAAAAAM5oGq4AAAAAzmgargAA/+ACAAHgAAAACAACAAAAAAAAAAEAAAHg/+AALgIAAAD+AAIAAAEAAAAAAAAAAAAAAAAAAAAFAAEAAAAIACQACQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA4BrwAAHg/+AALgHgACCAAAABAAAAAAAAAgAAAAAAAAAAqgAAAAAAAAIAAFEAqgAgAJYAAAAAAAMAAAADAAAAHAABAAAAAABMAAMAAQAAABwABAAwAAAACAAIAAIAAAAA4B3wAP//AAAAAOAa8AD//wAAH+oQAwABAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAEIAZACeAMAAAAABAAD/4AIAAeAAAgAAEQEhAgD+AAHg/gAAAAAAAQBRADYBrwGKAB0AAAE2NC8BJg8BJyYPAQYUHwEHBh8BFj8BFxY/ATYvAQGqBAQXCwx8fAwLFwQEfX0LCxcLDHx8DAsXCwt9AVwFDQUXCwt9fQsLFwUNBXx8DAsXCwt9fQsLFwsMfAABAKoABQGeAbYAEQAAEyYPAQYfAQcGHwEWMj8BNjQn1AwLEwsLrKwLCxMFDQXBCAgBtgsLEwsMrKwMCxMFBcEJGAkAAAkAIAAAAeABwAADAAcACwAPABMAFwAbAB8AIwAAEzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjIICAAUCAgKCAgKCAgAFAgICggICggIABQICAoICAAcCAgICAgCCAgICAgCCAgICAgAAAAQCWAAoBjwG2ABEAAAE2LwEmDwEGFB8BFj8BNjQvAQGKCwsTDAvBCQnBCwsUBAStAYwMCxMLC8EJGAnBCwsTBQ0FrAAAAAwAlgABAAAAAAABAAsAGAABAAAAAAACAAUAMAABAAAAAAADACcAhgABAAAAAAAEAAsAxgABAAAAAAAFAAsA6gABAAAAAAAGAAsBDgADAAEECQABABYAAAADAAEECQACAAoAJAADAAEECQADAE4ANgADAAEECQAEABYArgADAAEECQAFABYA0gADAAEECQAGABYA9gBTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABpAGMAbwBuAHMAAGljb25zAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAFMAbABpAGQAZQAtAGkAYwBvAG4AcwAgADoAIAAyADUALQA5AC0AMgAwADEAMwAARm9udEZvcmdlIDIuMCA6IFNsaWRlLWljb25zIDogMjUtOS0yMDEzAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAABAAIBAgEDAQQBBQEGB3VuaUYwMDAHdW5pRTAxQQd1bmlFMDFCB3VuaUUwMUMHdW5pRTAxRAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAHAAEABAAAAAIAAAAAAAEAAAAAyYlvMQAAAADOaBquAAAAAM5oGq4=)
			format("truetype");
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: "Slide-icons";
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/** / End of font-icons /**/
.light-gallery {
	overflow: hidden !important;
}
#lg-gallery img {
	border: none !important;
}
#lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999 !important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: 1;
	-webkit-transition: opacity 0.35s ease;
	-moz-transition: opacity 0.35s ease;
	-o-transition: opacity 0.35s ease;
	-ms-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
	background: #0d0d0d;
}
#lg-outer .lg-slide {
	position: relative;
}
/*lightGallery starting effects*/
#lg-gallery.opacity {
	opacity: 1;
	transition: opacity 1s ease 0s;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	-ms-transition: opacity 1s ease 0s;
}
#lg-gallery.opacity .thumb-cont {
	opacity: 1;
}
#lg-gallery.fade-m {
	opacity: 0;
	transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-webkit-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s;
}
/*lightGallery starting effects*/
/*lightGallery core*/
#lg-gallery {
	height: 100%;
	opacity: 0;
	width: 100%;
	position: relative;
	transition: opacity 1s ease 0s;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	-ms-transition: opacity 1s ease 0s;
}
/**/
#lg-slider {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	white-space: nowrap;
}
/**/
#lg-slider .lg-slide {
	background: url(../images/spinner.gif) no-repeat scroll center center
		transparent;
	display: inline-block;
	height: 100%;
	text-align: center;
	width: 100%;
}
#lg-slider .lg-slide.complete {
	background-image: none;
}
#lg-gallery.show-after-load .lg-slide > * {
	opacity: 0;
}
#lg-gallery.show-after-load .lg-slide.complete > * {
	opacity: 1;
}
#lg-slider.slide .lg-slide,
#lg-slider.use-left .lg-slide {
	position: absolute;
	opacity: 0.4;
}
#lg-slider.fade-m .lg-slide {
	position: absolute;
	left: 0;
	opacity: 0;
}
#lg-slider.animate .lg-slide {
	position: absolute;
	left: 0;
}
#lg-slider.fade-m .current {
	opacity: 1;
	z-index: 9;
}
#lg-slider .lg-slide:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#lg-gallery.opacity .lg-slide .object {
	transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
}
.lg-slide .object {
	transform: scale3d(0.5, 0.5, 0.5);
	-moz-transform: scale3d(0.5, 0.5, 0.5);
	-ms-transform: scale3d(0.5, 0.5, 0.5);
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	-o-transform: scale3d(0.5, 0.5, 0.5);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.5s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.5s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.5s ease 0s;
	-ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.5s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
}
#lg-gallery.fade-m .lg-slide .object {
	transform: scale3d(0.5, 0.5, 0.5);
	-moz-transform: scale3d(0.5, 0.5, 0.5);
	-ms-transform: scale3d(0.5, 0.5, 0.5);
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	-o-transform: scale3d(0.5, 0.5, 0.5);
}
#lg-slider.fade-m.on .current {
	opacity: 1;
	transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-webkit-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s;
}
#lg-slider.fade-m .lg-slide {
	transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s;
}
#lg-slider.slide .lg-slide {
	transform: translate3d(100%, 0px, 0px);
	-moz-transform: translate3d(100%, 0px, 0px);
	-ms-transform: translate3d(100%, 0px, 0px);
	-webkit-transform: translate3d(100%, 0px, 0px);
	-o-transform: translate3d(100%, 0px, 0px);
}
#lg-slider.slide.on .lg-slide {
	opacity: 0;
}
#lg-slider.slide .lg-slide.current {
	opacity: 1 !important;
	transform: translate3d(0px, 0px, 0px) !important;
	-moz-transform: translate3d(0px, 0px, 0px) !important;
	-ms-transform: translate3d(0px, 0px, 0px) !important;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	-o-transform: translate3d(0px, 0px, 0px) !important;
}
#lg-slider.slide .lg-slide.prev-slide {
	opacity: 0;
	transform: translate3d(-100%, 0px, 0px);
	-moz-transform: translate3d(-100%, 0px, 0px);
	-ms-transform: translate3d(-100%, 0px, 0px);
	-webkit-transform: translate3d(-100%, 0px, 0px);
	-o-transform: translate3d(-100%, 0px, 0px);
}
#lg-slider.slide .lg-slide.next-slide {
	opacity: 0;
	transform: translate3d(100%, 0px, 0px);
	-moz-transform: translate3d(100%, 0px, 0px);
	-ms-transform: translate3d(100%, 0px, 0px);
	-webkit-transform: translate3d(100%, 0px, 0px);
	-o-transform: translate3d(100%, 0px, 0px);
}
#lg-slider.use-left .lg-slide {
	left: 100%;
}
#lg-slider.use-left.on .lg-slide {
	opacity: 0;
}
#lg-slider.use-left .lg-slide.current {
	opacity: 1 !important;
	left: 0% !important;
}
#lg-slider.use-left .lg-slide.prev-slide {
	opacity: 0;
	left: -100%;
}
#lg-slider.use-left .lg-slide.next-slide {
	opacity: 0;
	left: 100%;
}
#lg-slider.slide.on .lg-slide,
#lg-slider.slide.on .current,
#lg-slider.slide.on .prev-slide,
#lg-slider.slide.on .next-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 1s ease 0s;
	-ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}
#lg-slider.speed .lg-slide,
#lg-slider.speed .current,
#lg-slider.speed .prev-slide,
#lg-slider.speed .next-slide {
	transition-duration: inherit !important;
	-moz-transition-duration: inherit !important;
	-webkit-transition-duration: inherit !important;
	-o-transition-duration: inherit !important;
	-ms-transition-duration: inherit !important;
}
#lg-slider.timing .lg-slide,
#lg-slider.timing .current,
#lg-slider.timing .prev-slide,
#lg-slider.timing .next-slide {
	transition-timing-function: inherit !important;
	-moz-transition-timing-function: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	-o-transition-timing-function: inherit !important;
	-ms-transition-timing-function: inherit !important;
}
#lg-slider .lg-slide img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	cursor: -moz-grabbing;
	cursor: grab;
	cursor: -webkit-grab;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
#lg-gallery .thumb-cont .thumb-inner {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
@-webkit-keyframes rightEnd {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}
@keyframes rightEnd {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}
@-webkit-keyframes leftEnd {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}
@keyframes leftEnd {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}
.lg-slide .object.right-end {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}
.lg-slide .object.left-end {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}
/*lightGallery core*/
/*action*/
#lg-action {
	bottom: 20px;
	position: fixed;
	left: 50%;
	margin-left: -30px;
	z-index: 9;
	-webkit-backface-visibility: hidden;
}
#lg-action.has-thumb {
	margin-left: -46px;
}
#lg-action a {
	margin: 0 3px 0 0 !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	display: inline-block !important;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65);
	font-size: 16px;
	width: 28px;
	height: 28px;
	font-family: "Slide-icons";
	color: #fff;
	cursor: pointer;
}
#lg-action a.disabled {
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: default;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65) !important;
}
#lg-action a:hover,
#lg-action a:focus {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}
#lg-action a#lg-prev:before,
#lg-action a#lg-next:after {
	left: 5px;
	bottom: 3px;
	position: absolute;
}
#lg-action a#lg-prev:before {
	content: "\e01d";
}
#lg-action a#lg-next:after {
	content: "\e01b";
}
#lg-action a.cl-thumb:after {
	font-family: "Slide-icons";
	content: "\e01c";
	left: 6px;
	bottom: 4px;
	font-size: 16px;
	position: absolute;
}
/*action*/
/*counter*/
#lg-counter {
	bottom: 52px;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 9;
	color: #ffffff;
}
/*lightGallery Thumb*/
#lg-gallery .thumb-cont {
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #000000;
	-webkit-transition: max-height 0.4s ease-in-out;
	-moz-transition: max-height 0.4s ease-in-out;
	-o-transition: max-height 0.4s ease-in-out;
	-ms-transition: max-height 0.4s ease-in-out;
	transition: max-height 0.4s ease-in-out;
	z-index: 9;
	max-height: 0;
	opacity: 0;
}
#lg-gallery.open .thumb-cont {
	max-height: 350px;
}
#lg-gallery .thumb-cont .thumb-inner {
	margin-left: -12px;
	padding: 12px;
	max-height: 290px;
	overflow-y: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#lg-gallery .thumb-cont .thumb-info {
	background-color: #333;
	padding: 7px 20px;
}
#lg-gallery .thumb-cont .thumb-info .count {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
#lg-gallery .thumb-cont .thumb-info .close {
	color: #ffffff;
	display: block;
	float: right !important;
	width: 28px;
	position: relative;
	height: 28px;
	border-radius: 2px;
	margin-top: -4px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65);
	-webkit-transition: background-color 0.3s ease 0s;
	-moz-transition: background-color 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s;
	-ms-transition: background-color 0.3s ease 0s;
	transition: background-color 0.3s ease 0s;
	z-index: 1090;
	cursor: pointer;
}
#lg-gallery .thumb-cont .thumb-info .close i:after {
	left: 6px;
	position: absolute;
	top: 4px;
}
#lg-gallery .thumb-cont .thumb-info .close i:after,
#lg-close:after {
	content: "\e01a";
	font-family: "Slide-icons";
	font-style: normal;
	font-size: 16px;
}
#lg-gallery .thumb-cont .thumb-info .close:hover {
	text-decoration: none;
	background-color: #000;
	background-color: #000000;
}
#lg-gallery .thumb-cont .thumb {
	display: inline-block !important;
	vertical-align: middle;
	text-align: center;
	*display: inline;
	/* IE7 inline-block hack */
	*zoom: 1;
	margin-bottom: 4px;
	height: 50px;
	width: 50px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	overflow: hidden;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: border-color linear 0.2s, opacity linear 0.2s;
	-moz-transition: border-color linear 0.2s, opacity linear 0.2s;
	-o-transition: border-color linear 0.2s, opacity linear 0.2s;
	-ms-transition: border-color linear 0.2s, opacity linear 0.2s;
	transition: border-color linear 0.2s, opacity linear 0.2s;
}
@media (min-width: 800px) {
	#lg-gallery .thumb-cont .thumb {
		width: 94px;
		height: 94px;
	}
}
#lg-gallery .thumb-cont .thumb > img {
	height: auto;
	max-width: 100%;
}
#lg-gallery .thumb-cont .thumb.active,
#lg-gallery .thumb-cont .thumb:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	border-color: #ffffff;
}
/*lightGallery Thumb*/
/*lightGallery Video*/
#lg-slider .video-cont {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
#lg-slider .video-cont {
	background: none;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#lg-slider .video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
#lg-slider .video .object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
/*lightGallery Video*/
/*lightGallery Close*/
#lg-close {
	color: #ffffff;
	height: 28px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 28px;
	z-index: 1090;
	cursor: pointer;
	border-radius: 2px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65);
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	-webkit-backface-visibility: hidden;
}
#lg-close:after {
	position: absolute;
	right: 6px;
	top: 3px;
}
#lg-close:hover {
	text-decoration: none;
	background-color: #000;
}
.custom-html {
	background: none repeat scroll 0 0 black;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
	color: #fff;
	font-family: Arial, sans-serif;
	height: 70px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}
.custom-html p {
	font-size: 14px;
}
.custom-html > h4 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}
.dim-mask {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 100000;
}
.dim-mask .prompt {
	position: fixed;
	width: 100%;
	top: 40%;
	padding: 1% 20%;
	background: rgba(0, 0, 0, 0.8);
}
.dim-mask .prompt .title {
	font-size: 28px;
	color: #a57225;
	line-height: normal;
}
.dim-mask > .prompt > .title [class*="fa-"] {
	color: #8b969e;
	font-size: 20px;
}
.dim-mask .content {
	color: white;
	font-size: 16px;
	margin-bottom: 10px;
}
.file a {
	height: 25px;
	line-height: 25px;
	display: inline-block;
}
.file button {
	vertical-align: baseline;
}
.file:hover button {
	display: inline-block;
}
.feature-table .section-title {
	background: #d1e8f6;
	font-weight: bold;
	text-align: left;
}
.feature-table .fa-check {
	color: green;
}
.feature-table .fa-times {
	color: red;
}
.fa {
	text-rendering: optimizeLegibility;
}
.subscription_level {
	border: 3px solid #dadada;
	border-radius: 5px;
	margin: 20px 40px;
	padding: 5px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.subscription_level .btn-group,
.subscription_level .col-md-12 {
	display: flex;
	min-height: 145px;
	float: none;
}
.subscription_level .btn.billrate {
	border: none;
	padding-bottom: 20px;
	margin-bottom: 0;
	flex: 1;
	white-space: normal;
}
.subscription_level .title {
	font-weight: bold;
	font-size: large;
}
.subscription_level .price {
	color: #666;
	font-style: italic;
}
.subscription_level .check-circle {
	position: absolute;
	background: white;
	height: 30px;
	width: 30px;
	border: 3px solid #dadada;
	border-radius: 50%;
	padding-top: 1px;
	font-size: 20px;
	text-align: center;
	top: -15px;
	left: -15px;
	color: #dadada;
	display: none;
}
.subscription_level .check-circle .fa {
	vertical-align: text-top;
}
.subscription_level.selected {
	border-color: #76b852;
}
.subscription_level.selected .check-circle {
	display: block;
	background: #76b852;
	border-color: #76b852;
	color: white;
}
#permissionTable tbody .subtitle {
	color: #666666;
	font-size: smaller;
}
#permissionTable tbody label {
	display: none;
}
body.air #permissionTableStatic {
	top: 0;
}
#permissionTableStatic {
	position: fixed;
	top: 51px;
	background: white;
	opacity: 0;
	pointer-events: none;
	border: none;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
#permissionTableStatic.visible {
	opacity: 1;
	pointer-events: all;
}
.hidden-md-up {
	display: none;
}
.toggleWrapperButton {
	color: #000;
	font-size: 14px;
}
.toggleWrapperButton:hover {
	text-decoration: none;
}
/* responsive layout overrides */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	#venue-tabs {
		width: 222px;
		left: auto;
	}
	.header-images ul li:nth-child(n + 4) {
		display: none;
	}
	.modal-dialog {
		left: 10%;
		height: 90%;
		width: 80%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	#venue-tabs {
		width: 182px;
		left: auto;
	}
	#venue-header {
		height: auto;
		margin-bottom: 20px;
	}
	.header-images ul li:nth-child(n + 4) {
		display: none;
	}
	.header-images {
		text-align: center;
	}
	#venue-header .container-map {
		min-height: inherit;
	}
	.container-map .map {
		float: left;
		margin-right: 20px;
	}
	.controls {
		position: relative;
	}
	.removeRow {
		position: absolute;
		right: 20px;
		top: 6px;
	}
}
@media only screen and (max-width: 767px) {
	h1, .h1, h2, .h2 {
                font-size: 24px;
        }
        h3, .h3 {
                font-size: 18px;
        }
    .dropdown-menu{
        display: block;
        position: static;
        background-color:transparent;
        border:0 none;
        box-shadow:none;
        margin-top:0;
        position:static;
        width:100%;
    }
    .navbar-nav .dropdown-menu > li > a, 
    .navbar-nav .dropdown-menu .dropdown-header {
        padding:5px 15px 5px 25px;
    }
    .navbar-nav .dropdown-menu > li > a{
        line-height:20px;
    }
.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    color: #9d9d9d
}
.navbar-inverse .navbar-nav .dropdown-menu .divider {
    background-color: #080808;
}
	#venue-header {
		height: auto;
		margin-bottom: 20px;
	}
	.header-images {
		text-align: center;
	}
	.header-images ul li:nth-child(n + 4) {
		display: none;
	}
	#venue-tabs {
		display: none;
	}
	#venue-header .container-map {
		height: auto;
	}
	.container-map .map {
		float: left;
		margin-right: 20px;
	}
	.search-result-name-container,
	.search-result-image-container {
		text-align: center;
	}
	#profile-header .avatar-image-container {
		text-align: center;
		padding-top: 0;
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	#profile-header {
		text-align: center;
		padding-top: 0;
	}
	#profile-header .bubble {
		text-align: left;
	}
	#profile-header .profile-subheading span {
		margin-right: 0;
		margin-bottom: 3px;
		display: block;
	}
	.profile-endorsement,
	.profile-endorsement .text-right {
		text-align: left;
	}
	.profile-endorsement .text-right {
		float: left;
	}
	.profile-blur-container {
		padding-top: 20px;
		height: auto;
	}
	#profile-header {
		height: auto;
		padding-bottom: 20px;
	}
	#profile-header .profile-name {
		margin-top: auto;
	}
	.profile-contact-container {
		text-align: center;
		margin-top: 12px;
		height: auto;
	}
	.profile-container .label-inverse {
		margin-bottom: 18px;
		font-size: 22px;
		line-height: 26px;
	}
	.venue-splash .panel {
		display: none;
	}
	.controls {
		position: relative;
	}
	.removeRow {
		position: absolute;
		right: 20px;
		top: 6px;
	}
	.subscription_level {
		margin: 0;
	}
	#permissionTableStatic {
		display: none !important;
	}
	#permissionTable th,
	#understandingPermissions th {
		display: none;
	}
	#permissionTable tbody tr,
	#understandingPermissions tbody tr,
	#permissionTable tbody td,
	#understandingPermissions tbody td {
		display: block;
		border: none;
		text-align: left;
		padding: 8px;
	}
	#permissionTable tbody tr,
	#understandingPermissions tbody tr {
		padding: 0;
	}
	#permissionTable tbody label,
	#understandingPermissions tbody label {
		display: inline;
		font-weight: normal;
	}
	#understandingPermissions td:first-child {
		font-weight: bold;
		border-bottom: 2px solid #ddd;
		border-top: 2px solid #ddd;
	}
	.hidden-md-up {
		display: inline;
	}

}
@media screen and (max-width: 767px) and (min-width: 452px) {
	.modal-dialog {
		position: absolute;
		left: 0;
		height: 93%;
		width: 98%;
		margin: 6px !important;
	}

}

@media only screen and (max-width: 453px) {
	.venue-buttons {
		text-align: center !important;
		margin-top: 10px;
	}
	.venue-buttons .btn-lg {
		margin-bottom: 5px;
	}
	#venue-header .title {
		margin-bottom: 10px;
	}
	.modal-dialog {
		position: absolute;
		left: 0;
		height: 85%;
		width: 95%;
	}
}
/* bootstrap 4 helper classes - start */
.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}
.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}
.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.m-n1 {
	margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important;
}

.m-n2 {
	margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
	margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
	margin-left: -0.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}
/* bootstrap 4 helper classes - end */
.div-rows-table-striped {
}
.div-rows-table-striped span {
	display: inline-block;
	margin-top: 5px;
}
.div-rows-table-striped .row:nth-child(even) {
	background-color: #dcdcdc;
}
.div-rows-table-striped .row:nth-child(odd) {
	background-color: inherit;
}
.payment-method {
	border: 1px solid #dadada;
	border-radius: 5px;
	padding: 5px;
	margin: 5px 0;
	min-height: 58px;
	display: flex;
	align-items: center;
}
.billing .payment-method {
	border: none;
	padding: 0;
	margin: 0;
}
label.payment-method {
	font-weight: normal;
}
.payment-method.expired,
.payment-method.default {
	cursor: default;
}
label.payment-method:not(.expired):not(.default):hover {
	cursor: pointer;
	background: #ececec;
}
.bg-default,
.billing .panel {
	background: #f9f9f9;
}
.payment-method .icon {
	margin-right: 10px;
}
.block-input-select-method {
	background: #f9f9f9;
	border: 1px solid #dadada;
	border-radius: 5px;
	padding: 5px;
	margin: 5px 0;
	min-height: 58px;
	display: flex;
	align-items: center;
}
label.block-input-select-method {
	font-weight: normal;
}
label.block-input-select-method:not(.disabled):hover {
	cursor: pointer;
	background: #ececec;
}
.credit-card {
	background-image: url("../images/cards.svg");
	background-position-x: 0px;
	background-position-y: 0px;
	background-repeat: no-repeat;
	background-size: 75px auto;
	display: block;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 10px;
	position: relative;
	transition: backgroundColor 500ms;
	width: 75px;
	height: 46px;
	border-radius: 4px;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.amex {
	background-position-y: -49px;
}
.discover {
	background-position-y: -100px;
}
.mastercard {
	background-position-y: -148px;
}
.visa {
	background-position-y: -197px;
}
.billing section {
	margin-bottom: 20px;
}
.billing h5 {
	color: #4a4a4a;
	text-transform: uppercase;
	font-weight: 700;
}
.billing hr {
	margin: 5px 0;
}
