@charset "UTF-8";
body {
	color: #666;
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
}
body p {
	margin-top: 0px;
	margin-bottom: 10px;
}		
body ul {
	margin-top: -2px;
	margin-bottom: 10px;
}
body li {
	list-style-position: outside;
	list-style-image: url(../_assets/branding/bullet-dot-gold.png);
	margin-bottom: 0px;
}
body a:link, body a:visited{
	color: #b21514;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	color: #15638f;
	margin-top: 0px;
	margin-bottom: 9px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 150px;
}
h2 {
	font-size: 18px;
	margin-top: 0px;
	color: #15638f;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 1px;
	color: #c6a443;
}
h4 {
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: italic;
}
.captions {
	/* 'OVERFLOW: HIDDEN' is essential to maintain heights (Must not have a minimum height) */
/* 'RELATIVE' ensures captions comes to the front and above any drop shadows */
	font-style: italic;
	font-size: 14px;
	line-height: normal;
	position: relative;
	color: #15638f;
	overflow: hidden;
	padding-top: 4px;
	z-index: 100;
}
.captions a:link, .captions a:visited{	/* 'OVERFLOW: HIDDEN' is essential to maintain heights (Must not have a minimum height) */
	color: #15638f;
}
.captions p       {
	margin-top: 0px;
	margin-bottom: 3px;
}
.caption01  {
	padding-right: 35%;
}
.caption01R {
	text-align: right;
	padding-left: 45%;
}
.caption02 {
}
.caption02R {
	text-align: right;
	padding-left: 70px;
}
#WRAPPER {
	margin-right: auto;
	margin-left: auto;
	max-width: 1214px;
	padding-right: 10px;
	padding-left: 10px;
}
#WRAPPER-inner {
	background-color: rgba(255,255,255,0.4);
	padding: 18px;
	width: 100%; /* Needed if left text is long */
	display: table; /* Needed if left text is long */
	box-sizing: border-box; /* Makes the right 'come in' when at 'width: 100%' */
}
.K005-hilights {
	color: #b21514;
}
.K005-socialmedia img {
	height: 30px;
	width: 30px;
	margin: 0px;
	text-align: right;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 6px;
}
.K005-tripadvisor img{
	text-align: right;
	width: 140px;
	float: right;
}
******************* RESPONSIVE CSS {
}
@media (max-width:700px) {
body {
	margin: 7px;
}
body p {
	margin-bottom: 7px;
}
h1, h2, h4{
	display: none;
}
h3 {
	margin-top: -5px;
	margin-bottom: 1px;
}
.captions {
	margin-bottom: 0px;
	display: none;
}
.captions p {
	margin-bottom: 0px;
}
.caption01    {
	padding-right: 0px;
}
.caption01R, .caption02R{
	text-align: left;
	padding-left: 0px;
}
#WRAPPER {
	padding-right: 0px;
	padding-left: 0px;
}
#WRAPPER-inner {
	display: flex; /* FLEXFLEXFLEXFLEX */
	flex-direction: column;
	padding: 0px;
	background-color: rgba(255,255,255,0.0);
}
.K005-socialmedia img {
	padding-bottom: 5px;
}
.K005-tripadvisor img{
	float: none;
}
