<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar {
	border: none;
	margin-bottom: 0;
}

.navbar-app, .navbar-app:hover {
	color: white;
	background-color: #376CBB;
	font-weight: bold;
}

span.large {
	font-size: 24px;
}

.app-content {
	background: url(../img/app-background.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media all and (min-width: 500px) {
	.app {
		max-width: 400px;
		margin: 0 auto;
	}
	.limitwidthdesktop {	
		max-width: 400px;
	}
	body {
		background-color: black;
	}
}

.forcewhitebg {
	background: white !important;
}

.whitebg {
	background: white; 
}

.blackbg {
	background: black;
}

.navbar-app btn, .navbar-app .btn-navbar {
	color: white;
}

.btn-white {
	border: 1px solid #ccc;
}

.btn-grey {
	background-color: #ccc;
}

.btn-group&gt;.btn-default.active, .btn-group&gt;.btn-default.active:focus, .btn-group&gt;.btn-default.active:hover {
	background-color: #2A4F89;
	color: white;
}

.btn-default, .btn-default:hover {
	background-color: #315DA2;
	color: white;
}
	
.btn-primary, .btn-primary:hover {
	background-color: #376CBB;
	color: white;
}

.btn-lightblue, .btn-lightblue:hover {
	color: white;
	background-color: #4E8EE3;
	border: none;
}

.noborder {
	border: none;
	border-radius: 0;
}

.container-fluid.nopad {
	padding: 0;
	margin: 0;
}

.nopad {
	padding: 0;
}

.nomargin {
	margin: 0;
}

.margintop5 {
	margin-top: 5px;
}

.transparent {
	background-color: transparent;
}

.condensed-dropdown &gt; li &gt; a {
	margin: 5px;
	padding: 0;
}

.condensed-dropdown {
	min-width: 32px;
}

.dropdown-menu, .dropdown-menu:hover {
	z-index: 9999 !important;
}

p.strong {
	font-weight: bold;
}

input.lightgrey {
	border: 1px solid #ccc;
	background-color: #fafafa;
}

input.darkgrey {
	border: 1px solid #ccc;
	background-color: #eaeaea;
}

input.padded, select.padded {
	padding: 10px 20px;
}

select.padded, select.smallpad {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

input.smallpad, select.smallpad {
	padding: 5px 10px;
}

.full-content-section {
	text-align: center;
	padding-top: 40px;
	height: 100%;
	overflow: auto;
}

.blackbg {
	background-color: black;
}

.whitebg {
	background-color: white;
}

.ptsns {
	font-family: "PT Sans",cursive;
}

.grey, .grey:hover {
	color: #ccc !important;
}

.strikeout {
	text-decoration: line-through;
}

.white, .white:hover {
	color: white !important;
}

.black, .black:hover {
	color: black;
}

.smaller {
	font-size: small;
}

.strong, .bold {
	font-weight: bold;
}

.muted {
	color: #aaa;
}

.larger {
	font-size: larger;
}

hr.thickfull {
	border: none;
	height: 2px;
	color: #eee; /* old IE */
	background-color: #eee; /* Modern Browsers */
}

.floatbox {
	margin-top: 20px;
	border-radius: 2px;
	padding: 5px 20px 10px 20px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.floatbox.shadow {
	box-shadow: 2px 2px #888;
}

.pull-bottom {
	position: absolute;
	bottom: 0;
}

.gradient-background {
	background: url(../img/gradient-background.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.thinborder {
	border: 1px solid #ccc;
}

.autooverflow {
	overflow: auto;
}

.flushleft {
	text-align: left;
	padding: 5px;
}
	
.fullwidth {
	width: 100%;
}

.uppercase {
	text-transform: uppercase;
}

.label {
	font-weight: 400;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.block {
	display: block;
}

.textshadow {
	text-shadow: 2px 2px black;
}

.width75 {
	width: 75%;
}

.thickridgewhite {
	border: 4px ridge white;
}

.tour_list_block {
	text-align: left;
	max-width: 450px;
	width: 100%;
	min-height: 160px;
	background-repeat: no-repeat;
	background-color: black;
	padding: 10px;
	background-size: cover;
}

.thin {
	font-weight: 200;
}

tr.tour_list_buttons td {
	border-width: 0 4px;
	border-style: ridge;
	border-color: white;
	border-collapse: collapse;
}

tr.tour_list_buttons.nglast td {
	border-width: 0 4px 4px 4px;
}

.btn-group&gt;.btn:hover, .btn-group-vertical&gt;.btn:hover, .btn-group&gt;.btn:focus, .btn-group-vertical&gt;.btn:focus, .btn-group&gt;.btn:active, .btn-group-vertical&gt;.btn:active, .btn-group&gt;.btn.active, .btn-group-vertical&gt;.btn.active {
	z-index: inherit !important;
}

.greybg-subspans span {
	background-color: rgba(50, 50, 50, 0.3);
	border-radius: 6px;
	padding: 0 2px;
}

.selected-upgrade {
	background-color: #f0f0f0;
}

.landmarkgallery .arrow {
	cursor: pointer;
	display: block;
	height: 64px;
	margin-top: -35px;
	outline: medium none;
	position: absolute;
	top: 50%;
	width: 64px;
	z-index: 5;
}
.landmarkgallery .arrow.prev {
	background-image: url("../images/prev.png");
	left: 20px;
	opacity: 0.2;
	transition: all 0.2s linear 0s;
}
.landmarkgallery .arrow.next {
	background-image: url("../images/next.png");
	opacity: 0.2;
	right: 20px;
	transition: all 0.2s linear 0s;
}
.landmarkgallery .arrow.prev:hover{
	opacity:1;
}
.landmarkgallery .arrow.next:hover{
	opacity:1;
}

.landmarkgallery .nav {
	bottom: -4px;
	display: block;
	height: 48px;
	left: 0;
	padding: 1em 0 0.8em;
	right: 0;
	text-align: center;
	width: 100%;
	max-width: 400px;
	z-index: 5;
}
.landmarkgallery .nav li {
	border: 5px solid #AAAAAA;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	margin: 0 8px;
	position: relative;
	width: 50px;
}
.landmarkgallery .nav li.active {
	border: 5px solid #FFFFFF;
}
.landmarkgallery .nav li img {
	width: 100%;
}

.landmarkgallery .slider {
	border: none;
	margin: 2px auto;
	position: relative;
}
.landmarkgallery .slide {
	position: absolute;
	top: 0;
	left: 0;
}
.landmarkgallery .slide.ng-hide-add {
	opacity:1;

	-webkit-transition:0.5s linear all;
	-moz-transition:0.5s linear all;
	-o-transition:0.5s linear all;
	transition:0.5s linear all;

	-webkit-transform-origin: right top 0;
	-moz-transform-origin: right top 0;
	-ms-transform-origin: right top 0;
	-o-transform-origin: right top 0;
	transform-origin: right top 0;
}
.landmarkgallery .slide.ng-hide-add.ng-hide-add-active {
	opacity:0;
}
.landmarkgallery .slide.ng-hide-remove {
	-webkit-transition:0.5s linear all;
	-moz-transition:0.5s linear all;
	-o-transition:0.5s linear all;
	transition:0.5s linear all;

	display:block!important;
	opacity:0;
}
.landmarkgallery .slide, .slide.ng-hide-remove.ng-hide-remove-active {
	opacity:1;
}
</pre></body></html>