<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* BASIC STYLES */

body {
	background-color: #FFF;
	background-image: url(https://www.privatetour.com/404/images/top_bg_pattern.png);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: 'Open Sans', sans-serif;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

h1 {
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 5px;
	padding-left: 25px;
}

h2 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 25px;
	margin-top: 25px;
}

p {
	font-size: 12px;
	line-height: 18px;
}

/* START TOP SECTION STYLES */

#top {
	height: 200px;
	position: relative;
}

#top #slogan {
	color: #AAAAAA;
	display: table;
	font-size: 32px;
	margin-left: auto;
	margin-right: auto;
}

#top #slogan span { 
	font-weight: 600 
}

#top #menu {
	background-image: url(https://www.privatetour.com/404/images/top_button_bar.png);
	background-position: center center;
	background-repeat: no-repeat;
	bottom: -60px;
	height: 60px;
	position: absolute;
}

#top #menu #back_button {
	-moz-box-sizing: border-box;
	-moz-transition: 300ms linear all;
	-ms-transition: 300ms linear all;
	-o-transition: 300ms linear all;
	-webkit-box-sizing: border-box;
	-webkit-transition: 300ms linear all;
	background-image: url(https://www.privatetour.com/404/images/button_back.png);
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 24px;
	font-weight : 600;
	height: 50px;
	left: 70px;
	padding: 5px 20px 0 0;
	position: relative;
	text-align: right;
	text-decoration: none;
	text-shadow: 0 -1px #CD3E1F;
	transition: 300ms linear all;
	width: 273px;
}

#top #menu #back_button:hover { 
	background-image: url(https://www.privatetour.com/404/images/button_back_hover.png) 
}

#top #menu #home_button {
	-moz-box-sizing: border-box;
	-moz-transition: 300ms linear all;
	-ms-transition: 300ms linear all;
	-o-transition: 300ms linear all;
	-webkit-box-sizing: border-box;
	-webkit-transition: 300ms linear all;
	background-image: url(https://www.privatetour.com/404/images/button_home.png);
	background-position : left top;
	background-repeat: no-repeat;
	box-sizing: border-box;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 24px;
	font-weight: 600;
	height: 50px;
	padding: 5px 0 0 20px;
	position: relative;
	right: 64px;
	text-align: left;
	text-decoration: none;
	text-shadow: 0 -1px #CD3E1F;
	transition: 300ms linear all;
	width: 273px;
}

#top #menu #home_button:hover { 
	background-image: url(https://www.privatetour.com/404/images/button_home_hover.png) 
}

#top #logo {
	-moz-transition: 300ms linear all;
	-ms-transition: 300ms linear all;
	-o-transition: 300ms linear all;
	-webkit-transition: 300ms linear all;
	background-image: url(https://www.privatetour.com/404/images/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 72px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	transition: 300ms linear all;
	width: 213px;
}

#top #logo:active {
	-moz-transition: 300ms linear all;
	-ms-transition: 300ms linear all;
	-o-transition: 300ms linear all;
	-webkit-transition: 300ms linear all;
	background-image: url(https://www.privatetour.com/404/images/logo_active.png);
	transition: 300ms linear all;
}

#top #logo a {
	display: block;
	height: 72px;
	width: 213px;
}

#top #logo a span { 
	display: none 
}
/* END TOP SECTION STYLES */

/* START MIDDLE SECTION STYLES */
#middle {
	min-height: 420px;
}

#middle #page {
	display: block;
	height: 20px;
	margin-top: 80px;
}

#middle #page #search {
	float: right;
	position: relative;
	width: 220px;
}

#middle #page #search #search_text {
	-moz-border-radius: 8px;
	-moz-transition: 300ms linear all;
	-ms-transition: 300ms linear all;
	-o-transition: 300ms linear all;
	-webkit-border-radius: 8px;
	-webkit-transition: 300ms linear all;
	background-color: #FFFFFF;
	border-radius: 8px;
	color: #AAAAAA;
	font-size: 14px;
	height: 44px;
	padding: 5px 40px 5px 10px;
	transition: 300ms linear all;
	width: 220px;
}

#middle #page #search #submit           {
	-moz-transition: 300ms linear all;
	-ms-transition: 300ms linear all;
	-o-transition: 300ms linear all;
	-webkit-transition: 300ms linear all;
	background-color: transparent;
	background-image: url(https://www.privatetour.com/404/images/search_icon.png);
	border: none;
	cursor: pointer;
	height: 27px;
	opacity: .5;
	position: absolute;
	right: 7px;
	top: 9px;
	transition: 300ms linear all;
	width: 26px;
}

#middle #page #search #submit:hover, #middle #page #search:hover #submit { 
	opacity: 1 
}

#middle #page ul { 
	padding: 0;
	margin-top: 10px;
}

#middle #page ul li.odd { 
	font-weight: 600 
}

#middle #page ul li {
	font-size: 14px;
	line-height: 18px;
	list-style-image: url(https://www.privatetour.com/404/images/arrow_list.png);
	list-style-position: inside;
	margin-bottom: 7px;
	padding: 5px;
	word-wrap: break-word;
}
/* END MIDDLE SECTION STYLES */

/* START BOTTOM SECTION STYLES */
#bottom {
	background-image: url(https://www.privatetour.com/404/images/bg_red_bar.png);
	height: 50px;
}

#bottom #copyright {
	color: #666666;
	display: table;
	font-size: 11px;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#bottom #socials {
	margin-top: 20px 
}

#bottom #socials ul {
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#bottom #socials ul li {
	float: left;
	margin-right: 30px;
}

#bottom #socials ul li:last-child {
	float: left;
	margin-bottom: 10px;
	margin-right: 0!important;
}

#bottom #socials ul li a {
	-moz-transition: 150ms linear all;
	-ms-transition: 150ms linear all;
	-o-transition: 150ms linear all;
	-webkit-transition: 150ms linear all;
	display: list-item;
	height: 29px;
	transition: 150ms linear all;
	width: 28px;
}

#bottom nav {
	display: block;
	height: 50px;
}

#bottom nav .show_menu {
	*background-color: #bd362f;
	-moz-border-radius: 6px;
	-moz-transition: background-position .2s linear;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-o-transition: background-position .2s linear;
	-webkit-border-radius: 6px;
	-webkit-transition: background-position .2s linear;
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top, #E77961, #CD3E1F);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E77961), to(#CD3E1F));
	background-image: -webkit-linear-gradient(top, #E77961, #CD3E1F);
	background-image: -o-linear-gradient(top, #E77961, #CD3E1F);
	background-image: linear-gradient(to bottom, #E77961, #CD3E1F);
	background-repeat: repeat-x;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 6px;
	color: #ffffff;
	display: none;
	margin-bottom: 3px!important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px!important;
	padding: 10px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	transition: background-position .2s linear;
}

#bottom nav .show_menu:active {
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
	background-color: #942a25 \9;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
	outline: 0;
}

#bottom nav .show_menu:hover {
	-moz-transition: background-position .3s linear;
	-o-transition: background-position .3s linear;
	-webkit-transition: background-position .3s linear;
	background-color: #bd362f;
	background-color: #a9302a;
	background-position: 0 -15px;
	color: #ffffff;
	transition: background-position .3s linear;
}

#bottom nav ul {
	display: none;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: auto;
}

#bottom nav ul li {
	float: left;
	list-style: none;
	width: auto;
}

#bottom nav ul li a {
	-moz-border-sizing: border-box;
	-moz-transition: 300ms linear all;
	-ms-transition: 300ms linear all;
	-o-transition: 300ms linear all;
	-webkit-box-sizing: border-box;
	-webkit-transition: 300ms linear all;
	background-image: url(https://www.privatetour.com/404/images/bg_red_bar.png);
	background-position: 100px 0;
	box-sizing: border-box;
	color: #FFF;
	display: list-item;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 10px;
	text-decoration: none;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	transition: 300ms linear all;
}

#bottom nav ul li a:hover {
	-moz-transition: 150ms linear all;
	-ms-transition: 150ms linear all;
	-o-transition: 150ms linear all;
	-webkit-transition: 150ms linear all;
	background-image: url(https://www.privatetour.com/404/images/bg_red_bar_hover.png);
	background-position: 0 0;
	color: #FFF;
	display: list-item;
	font-size: 14px;
	font-weight: 600;
	transition: 150ms linear all;
}

.facebook { 
	background-image: url(https://www.privatetour.com/404/images/facebook.png) 
}

.facebook:hover { 
	background-image: url(https://www.privatetour.com/404/images/facebook_hover.png) 
}

.googleplus { 
	background-image: url(https://www.privatetour.com/404/images/googleplus.png) 
}

.googleplus:hover { 
	background-image: url(https://www.privatetour.com/404/images/googleplus_hover.png) 
}

.twitter { 
	background-image: url(https://www.privatetour.com/404/images/twitter.png) 
}

.twitter:hover { 
	background-image: url(https://www.privatetour.com/404/images/twitter_hover.png) 
}

.dribbble { 
	background-image: url(https://www.privatetour.com/404/images/dribbble.png) 
}

.dribbble:hover { 
	background-image: url(https://www.privatetour.com/404/images/dribbble_hover.png) 
}

.vimeo { 
	background-image: url(https://www.privatetour.com/404/images/vimeo.png) 
}

.vimeo:hover { 
	background-image: url(https://www.privatetour.com/404/images/vimeo_hover.png) 
}

.flickr { 
	background-image: url(https://www.privatetour.com/404/images/flickr.png) 
}

.flickr:hover { 
	background-image: url(https://www.privatetour.com/404/images/flickr_hover.png) 
}

.linkedin { 
	background-image: url(https://www.privatetour.com/404/images/linkedin.png) 
}

.linkedin:hover { 
	background-image: url(https://www.privatetour.com/404/images/linkedin_hover.png) 
}

.pinterest { 
	background-image: url(https://www.privatetour.com/404/images/pinterest.png) 
}

.pinterest:hover { 
	background-image: url(https://www.privatetour.com/404/images/pinterest_hover.png) 
}
/* END BOTTOM SECTION STYLES */

/* START RESPONSIVE STYLES */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

body {
	min-width: 768px;
}

.container_16 {
	-moz-transition: 150ms linear all;
	-ms-transition: 150ms linear all;
	-o-transition: 150ms linear all;
	-webkit-transition: 150ms linear all;
	transition: 150ms linear all;
	width: 768px;
}

.push_2 {
	left: 20px!important;
}
	
.push_3 {
	left: 80px!important;
}

#footer_menu {
	display: table!important;
}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 480px) {
	
body {
	min-width: auto;
}

h1 {
	margin-bottom: 5px;
	padding-left: 0;
	text-align: center;	
}
	
h2 {
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
}

p {
	display: none;
}
	
.container_16 {
	-moz-transition: 150ms linear all;
	-ms-transition: 150ms linear all;
	-o-transition: 150ms linear all;
	-webkit-transition: 150ms linear all;
	transition: 150ms linear all;
	width: 100% !important;
}

.container_16.mobile {
	-moz-transition: 150ms linear all;
	-ms-transition: 150ms linear all;
	-o-transition: 150ms linear all;
	-webkit-transition: 150ms linear all;
	transition: 150ms linear all;
	width: 100% !important;
}
	
.container_16 .grid_12 {
	width: 100% !important;
}

.container_16 .grid_10 {
	width: 90% !important;
}

.container_16 .grid_8 {
	margin-left: 0;
	width: 100% !important;
}

.container_16 .grid_5 {
	margin-left: 5%;
	width: 100% !important;
}
	
.push_1 {
	left: 5% !important;
}

.push_2 {
	left: 0 !important;
}

.push_3 {
	left: 0 !important;
}
	
#top #menu {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	bottom: 20px;
	height: 0;
	position: absolute;	
}

#back_button {
	display: none !important;
}

#home_button {
	display: none !important;
}
	
#middle {
	min-height: 180px !important;
}

#search {
	position: absolute !important;
	top: -60px;
	width: 100% !important;
}
	
#search #search_text {
	width: 100% !important;
}

#error_list {
	display: none;
}

#bottom nav {
	height: auto;
	position: static;
}
	
#bottom #socials {
	margin-top: 10px;
	padding-left: 0;
	padding-right: 0;
}

#bottom #socials ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
	
#bottom nav .show_menu {
	cursor: pointer;
	display: table !important;
}

#footer_menu {
	display: none;
	float: none !important;	
}
	
#bottom nav ul {
	height: auto !important;
}

#footer_menu li {
	float: none !important;
}
	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
body {
	min-width: 480px;
}

h2 {
	text-align: center;
}

p {
	margin-bottom: 20px;
}

.container_16 {
	-moz-transition: 150ms linear all;
	-ms-transition: 150ms linear all;
	-o-transition: 150ms linear all;
	-webkit-transition: 150ms linear all;
	transition: 150ms linear all;
	width: 480px;
}
	
.container_16.mobile {
	-moz-transition: 150ms linear all;
	-ms-transition: 150ms linear all;
	-o-transition: 150ms linear all;
	-webkit-transition: 150ms linear all;
	transition: 150ms linear all;
	width: 100%;
}

.container_16 .grid_12 {
	width: 100% !important;
}

.container_16 .grid_10 {
	width: 80% !important;
}

.container_16 .grid_8 {
	margin-left: 30px;
	width: 100% !important;
}
	
.container_16 .grid_5 {
	margin-left: 100px;
	width: 100% !important;	
}

.push_1 {
	left: 20px !important;
}

.push_2 {
	left: 0 !important;
}

.push_3 {
	left: 0 !important;
}
	
#top #menu {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	bottom: 20px;
	height: 60px;
	position: absolute;
}

#back_button {
	background-position: left center !important;
	border-radius: 0 8px 8px 0;
	font-size: 0 !important;
	left: 0 !important;
	width: 80px !important;
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	-o-border-radius: 0 8px 8px 0;
	-ms-border-radius: 0 8px 8px 0;
}
	
#home_button {
	background-position: right center !important;
	border-radius: 8px 0 0 8px;
	font-size: 0 !important;
	right: 0 !important;
	width: 80px !important;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	-o-border-radius: 8px 0 0 8px;
	-ms-border-radius: 8px 0 0 8px;
}
	
#middle {
	min-height: 310px !important;
}

#search {
	left: 80px;
	position: absolute !important;
	top: -60px;
	width: 320px !important;
}
	
#search #search_text {
	width: 320px !important;
}

#error_list {
	display: none;
}

#bottom nav {
	height: auto;
	position: static;
}
	
#bottom nav .show_menu {
	cursor: pointer;
	display: table !important;
}

#footer_menu {
	display: none;
	float: none !important;
}

#bottom nav ul {
	height: auto !important;
}

#footer_menu li {
	float: none !important;
}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 960px) {
#footer_menu {
	display: table !important;
}
}

/* Additional large screens 1280+ */
@media only screen and (min-width: 1280px) {
#footer_menu {
	display: table !important;
}
}

/* END RESPONSIVE STYLES */</pre></body></html>