/*******************************************************************
	HTML, BODY, CONTAINER
*******************************************************************/
html {
	background: #494948;
}

body {
	background: #333;
	font: 16px/24px "Myriad Pro", Arial, "Lucida Grande", sans-serif;
	color: black;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.stack {
	margin: 0 auto;
	max-width: 1170px;
}

/*******************************************************************
	HEADINGS
*******************************************************************/
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-family: "Myriad Pro", Arial, "Lucida Grande", sans-serif;
}

h1 {
	font-size: 24px;
	text-transform: uppercase;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
	margin-bottom: 0;
}

/*******************************************************************
	ICONS
*******************************************************************/
@font-face {
	font-family: 'Icons';
	src: url("fonts/fontawesome-webfont.eot?v=3.2.1");
	src: url("fonts/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("fonts/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
	font-weight: normal;
	font-style: normal;
}

i.icon {
	font-style: normal;
	font-family: 'Icons';
}

/*******************************************************************
	TEXT & OTHER GENERAL PAGE ELEMENTS
*******************************************************************/
p {
	margin: 0 0 1em 0;
}

ul {
	margin: 0 0 1em 0;
}

hr {
	height: 1px;
	margin-bottom: 19px;
	border: 0;
	background-color: #202A2B;
	color: black;
	clear: both;
}

.frame {
	margin: 15px 5px;
	border: 5px solid white;
	box-shadow: 0 0 5px black;
	line-height: 0;
}

.frame img {
	width: 100%;
}

a.more:link, a.more:visited, .btn {
	display: inline-block;
	max-width: 80px;
	padding: 5px 10px;
	background: black;
	font-size: 14px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

a.more:hover {
	background: #7b7b7a;
}

.photoborder .nivo-controlNav, .photoheader .nivo-controlNav,
.photoborder .pagination, .photoheader .pagination {
	display: none;
}

.photoheader {
	margin-bottom: 20px;
	line-height: 0;
}

.photoheader {
	border: 1px solid #5D636B;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	max-height: 300px;
}

.photoborder {
	border: 1px solid #5D636B;
	float: right;
	max-width: 35%;
	margin: 0px 0 20px 20px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	line-height: 0;
}

.photoborder.left {
	float: left;
	margin: 0 20px 20px 0;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

blockquote {
	font-style: italic;
}

label {
	font-weight: normal;
}

li {
	list-style-position: inside;
}

img {
	max-width: 100%;
}

/* buttons */
#content a:link.button,
#content a:visited.button,
#content strong em a:link,
#content strong em a:visited,
#content em strong a:link,
#content em strong a:visited {
	background-color: #41403f;
	border-radius: 3px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3), inset -2px 2px 2px rgba(255, 255, 255, 0.3);
	color: white;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	height: 44px;
	padding: 12px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}

#content a.button:hover,
#content strong em a:hover,
#content em strong a:hover {
	background: black;
}


/*******************************************************************
	GLOBAL LINKS
*******************************************************************/
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: black;
}

/*******************************************************************
	BOOKING ENGINE
*******************************************************************/
#booking {
	font-size: 0;
	margin-right: 20px;
	margin-top: 20px;
	text-align: right;
}

#booking h2 {
	color: #fff;
	display: inline-block;
	font: bold 15px "Myriad Pro", Arial, "Lucida Grande", sans-serif;
	margin: 0;
	white-space: nowrap;
}

#booking .inputs {
	display: inline-block;
	margin-left: 15px;
}

#booking .title {
	display: inline-block;
	vertical-align: middle;
	padding-top: 3px;
}

#booking .chk_in-container, #booking .chk_out-container {
	display: inline-block;
}

#booking .submit-container {
	display: inline-block;
	max-width: 160px;
}

#chk_in, #chk_out {
	background: none repeat scroll 0 0 #eaeaea;
	border: 1px solid black;
	color: #36393d;
	height: 35px;
	max-width: 100px;
	padding: 5px;
	font-size: 14px;
	vertical-align: middle;
}

#booking .calendar {
	margin: 0 5px;
	vertical-align: middle;
}

#booking .submit {
	display: inline-block;
	width: 190px;
	height: 35px;
	margin-top: 1px;
	padding: 10px 25px 10px 25px;
	background-color: #000;
	color: #fff;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3), inset -2px 2px 2px rgba(255, 255, 255, 0.3);
	font: normal 18px/17px "Myriad Pro", Arial, "Lucida Grande", sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	border-radius: 3px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3), inset -2px 2px 2px rgba(255, 255, 255, 0.3);
}

#booking .submit:hover {
	background-color: #333;
	text-decoration: none;
}

#booking .submit img {
	vertical-align: top;
}

#ui-datepicker-div {
	z-index: 99999 !important;
}

/*******************************************************************
	HEADER
*******************************************************************/
header {
	padding: 12px 0 60px 0;
	font: 15px "Myriad Pro", Arial, "Lucida Grande", sans-serif;
	background: #605f5d;
	color: white;
	text-transform: uppercase;
}
header a:link, header a:visited {
	color: white;
}

header a:link, header a:visited {
	text-decoration: none;
}

header .logo {
	display: block;
	max-width: 226px;
	height: 144px;
	background: url(logo.png) no-repeat 50% 50%;
	width: 100%;
	background-size: contain;
	text-indent: -9999px;
}

/*******************************************************************
	INFO
*******************************************************************/
header .contact {
	text-align: right;
}

header .contact a:link, header .contact a:visited {
	font: bold 15px "Myriad Pro", Arial, "Lucida Grande", sans-serif;
	text-decoration: none;
}

header .contact a:hover {
	text-decoration: underline;
}

header .contact a:last-child {
	background: url(ico-pin.png) no-repeat center right;
	padding: 2px 20px 0 0;
}

/*******************************************************************
	NAVIGATION
*******************************************************************/
#navigation {
	width: 100%;
	margin: 27px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	font-size: 0;
}

#navigation > li {
z-index: 100;
position: relative;
display: inline-block;
border-right: 1px solid #B6AFAA;
font: bold 15px/40px "Myriad Pro", Arial, "Lucida Grande", sans-serif;
text-align: center;
}

#navigation li:hover ul {
	display: block;
}

#navigation li ul {
	z-index: 999;
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	padding: 0;
	min-width: 150%;
	white-space: nowrap;
}

#navigation li ul li {
	position: relative;
	float: none;
	display: block;
	min-height: 30px;
	margin-left: 0;
	border: 0;
	border-bottom: 1px solid white;
	text-align: left;
}

#navigation ul a:link, #navigation ul a:visited {
	background: #333333;
	color: white;
	font-size: 12px;
	line-height: 30px;
}

#navigation ul a:hover {
	background: #000;
}

#navigation li:last-child {
	border: 0;
}

#navigation a:link, #navigation a:visited {
	color: white;
	display: block;
	padding: 0 13px;
	line-height: 40px;
}

#navigation a:hover, #navigation > li:hover > a {
	background: #333;
	color: white;
}

/*******************************************************************
	MASTHEAD
*******************************************************************/
#masthead {
	position: relative;
	z-index: 0;
	min-height: 150px;
	margin-top: -50px;
	text-align: center;
}

#masthead .shadow {
	width: 100%;
}

#masthead .slider-wrapper {
	max-height: 450px;
	overflow: hidden;
}

.theme-default .nivoSlider {
	margin-bottom: 0 !important;
}

#masthead .nivo-controlNav, #masthead .pagination {
	display: none;
}

#masthead .theme-default .nivo-directionNav a {
	display: none;
}

/*******************************************************************
	CALLOUTS
*******************************************************************/
#callouts {
	max-width: 1170px;
	margin: 0 auto;
	font-size: 12px;
	color: black;
}

#callouts .more {
	position: relative;
	display: block;
	margin-top: 5px;
}

#callouts h2 {
	margin: 0 0 20px 0;
	color: white;
	font: 20px "Julius Sans One", Arial, "Lucida Grande", sans-serif;
}

#callouts p {
	margin: 0;
}

#callouts .col-3 {
	margin-right: 27px;
	position: relative;
	padding-bottom: 10px;
	color: white;
}

#callouts .col-3:last-of-type {
	margin-right: 0;
}

#callouts h3 {
	margin: 0;
	font: 18px "Julius Sans One", Arial, "Lucida Grande", sans-serif;
	color: white;
	text-transform: uppercase;
}

#callouts .frame {
	margin: 0 0 15px 0;
	border: 5px solid white;
	box-shadow: 0 0 5px black;
	line-height: 0;
}

#callouts .frame img {
	width: 100%;
}

#callouts section {
	padding: 0 10px;
}

/*******************************************************************
	CONTENT
*******************************************************************/
#content {
	margin-top: 10px;
	padding: 50px 0;
	background-color: #605f5d;
	color: white;
	box-shadow: 0 0 5px black;
}

#content a:hover {
	border-bottom-color: black;
}

#content h4 {
	margin-bottom: 10px;
}

/*******************************************************************
	TABBY
*******************************************************************/
#content .tabby > ul > li {
	background-color: #37474a;
	color: white;
	display: inline-block;
	max-width: 140px;
	width: 33%;
	height: 48px;
	margin-right: -4px;
	border: 1px solid #192426;
	border-right: 0;
	font-family: "Julius Sans One", Arial, "Lucida Grande", sans-serif;
	line-height: 48px;
	list-style: none;
	text-align: center;
	box-shadow: inset 0 -40px 40px -40px rgba(0, 0, 0, 0.25);
}

#content .tabby h3 {
	font: 16px "Myriad Pro", Arial, "Lucida Grande", sans-serif;
	text-transform: uppercase;
	margin: 20px 0 0 0;
}

#content .tabby ul {
	margin: 0;
	padding: 0;
}

#content .tabby h2 {
	margin: 0;
}

#content .tabby .more {
	margin-top: 10px;
}
#content .tabby li {
	border-bottom: 1px solid #192426;
}
#content .tabby li.last {
	border-right: 1px solid #192426;
}

#content .tabby li.active {
	border-bottom: 0px;
	box-shadow: none;
}

#content .tabby li a {
	background: #333; /* Old browsers */
	background: -moz-linear-gradient(top,	#333 0%, #000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,	#333 0%,#000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,	#333 0%,#000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,	#333 0%,#000 100%); /* IE10+ */
	background: linear-gradient(to bottom,	#333 0%,#000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#000',GradientType=0 ); /* IE6-9 */

	display: block;
	font-size: 18px;
	line-height: 48px;
	border-bottom: 1px solid #192426;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

#content .tabby li.active a {
	background: #ed1a3b;
	border-bottom: none;
}

#content .tabby > div {
	background-color: #333;
	color: white;
	min-height: 170px;
	margin-top: -1px;
	padding: 25px;
	display: none;
	border: 1px solid #192426;
}

#content .tabby > div.active {
	display: block;
}

#content .tabby p {
	display: block;
	margin-bottom: 15px;
}

#content .tabby h2 {
	margin-bottom: 5px;
	background-color: #37474a;
	color: white;
}

/*******************************************************************
	MOBILE NAVIGATION
*******************************************************************/
#mobile-navigation {
	display: none;
	position: fixed;
	z-index: 10000;
	width: 100%;
	top: 0;
	left: 0;
	font-family: "Myriad Pro", Arial, "Lucida Grande", sans-serif;
}

#mobile-navigation > ul {
	position: absolute;
	top: 34px;
	right: 10px;
	height: 0;
	overflow: hidden;
	margin: 0;
}

/* Mobile menu display class, expands to full height*/
#mobile-navigation .show {
	height: auto;
}

/* Menu button*/
#mobile-navigation .menu {
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 10px 20px;
	background: #41403f;
	font-size: 14px;
	line-height: 14px;
	color: white;
	cursor: pointer;
}

#mobile-navigation .menu:hover {
	text-decoration: none;
	background: black;
}

#mobile-navigation li {
	position: relative;
	min-width: 200px;
	max-width: 300px;
	padding: 0;
	margin: 0;
	background: #ed1a3b;
	list-style-type: none;
}

#mobile-navigation li a {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding: 7px 10px 7px 20px;
	text-decoration: none;
	color: white;
}

#mobile-navigation a:hover {
	text-decoration: none;
	background: black;
}

/* Submenus*/
#mobile-navigation li .icon {
	/* This icon displays to the right of a menu if it a dropdown*/
	position: absolute;
	display: block;
	right: 0px;
	top: 0;
	overflow: hidden;
	height: 35px;
	width: 40px;
	padding: 6px 30px 7px 10px;
	content: '/u+229E';
	font-family: "Icons";
	font-size: 1.5em;
	line-height: 1;
	text-align: center;
}

#mobile-navigation li .icon:hover {
	color: white;
}

#mobile-navigation ul ul {
	display: block;
	height: 0;
	margin: 0;
	padding-left: 0;
	background: #41403f;
}

#mobile-navigation li li a {
	padding-left: 40px;
	background: black;
}

#mobile-navigation li li a:hover {
	background: #333333;
}

/*******************************************************************
	FOOTER
*******************************************************************/
footer {
	background: #333; /* Old browsers */
	background: -moz-linear-gradient(top,	#333 0%, #41403f 3%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(3%,#41403f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,	#333 0%,#41403f 3%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,	#333 0%,#41403f 3%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,	#333 0%,#41403f 3%); /* IE10+ */
	background: linear-gradient(to bottom,	#333 0%,#41403f 3%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#41403f',GradientType=0 ); /* IE6-9 */
	color: white;
	padding: 25px 0 75px 0;
}

footer p {
	margin: 0;
}

footer h4 {
	color: white;
	font-size: 18px;
	margin: 0;
	text-transform: uppercase;
}

footer a:link, footer a:visited {
	color: white;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer .let-link {
	margin-top: 15px;
}

footer .let-copyright {
	margin-bottom: 15px;
}

footer .logos {
	text-align: right;
}

footer .rewards {
	width:187px !important;
	height: 15px;
	margin:auto;
}

/*******************************************************************
	MEDIA BAR
*******************************************************************/
#bottomBarLET {
	line-height: 16px;
}

/*******************************************************************
	MEDIA QUERIES
*******************************************************************/
@media handheld, only screen and (max-width: 1200px) {
	header .logo {
		background-image: url(../images/logo-mobile.png);
	}

	header .contact {
		overflow: visible;
		height: auto;
		text-align: center;
	}

	header li a {
		padding: 0 10px;
	}

	#booking {
		float: none;
		width: 260px;
		height: 100px;
		margin: 0 auto;
		text-align: center;
	}

	#booking .calendar {
		display: none;
	}

	#booking #chk_in {
		margin-right: 10px;
	}

	#booking .inputs {
		margin-left: 0;
	}

	#booking .submit {
		display: block;
		margin: 10px auto;
	}

	header .contact {
		margin: 10px 0;
	}

	#booking .submit-container {
		display: block;
		max-width: none;
	}

	#booking h3 {
		display: none;
	}

	header .logo {
		margin: 0 auto;
	}

	#navigation {
		margin: 0;
		text-align: center;
	}

	#navigation > li {
		width: 45%;
		min-height: 32px;
		margin: 10px 0;
		border-right: none;
	}

	#navigation > li > a {
		max-height: 32px;
		font-size: 16px;
		line-height: 32px;
	}

	#navigation li ul {
		min-width: 100%;
		top: 100%;
	}

	#navigation {
		display: none;
	}

	#mobile-navigation {
		display: block;
	}

	footer {
		padding: 25px 20px 25px 20px;
	}

	#masthead {
		min-height: 0;
	}

	/* CALLOUTS */
	#callouts {
		text-align: center;
		padding: 0 20px;
	}

	#callouts .col-3 {
		margin: 10px 0;
		text-align: center;
	}

	#callouts .frame {
		max-width: 270px;
		margin: 15px auto;
	}

	#callouts h2 {
		margin: 20px 0;
		padding: 0;
		background: none;
	}

	#callouts .more {
		display: inline-block;
	}

	/* CONTENT */
	#content {
		padding: 0 20px;
	}

	#content .tabby {
		margin: 25px 0;
		text-align: center;
	}

	#content .tabby li a {
		font-size: 12px;
	}

	#content .tabby .frame {
		float: none;
		max-width: 209px;
		margin: 0 auto 10px auto;
	}

	#content .tabby h3 {
		margin-top: 10px;
	}

	/* FOOTER */
	footer .last {
		display: none;
	}

	#bottomBarLET {
		display: none;
	}

	.chk_outLabel {
		margin-left: 44px;
	}	
	.trip2 { width:560px; height:315px; float:none; margin-left:0%; margin:auto;}
	.trip2 iframe{ width:100%; height:315px; margin:auto;}
}
@media handheld, only screen and (max-width: 768px) {
	.shadow {
		display: none;
	}

	#masthead .overlay {
		display: none;
	}

	.chk_outLabel {
		margin-left: 44px;
	}

	footer, footer .logos {
		text-align: center;
	}
	.trip { width:100%; height:auto; float:none; padding-left:0%; margin:auto;}
.trip1 { width:100%; height:auto; float:none; padding-left:0%; margin:auto;}
.trip2 { width:100%; height:315px; float:none; margin-left:0%; margin:auto;}
.trip2 iframe{ width:100%; height:315px; margin:auto;}
}
@media handheld, only screen and (max-width: 480px) {
	/* HEADER */
	header .contact .contact {
		font-size: 12px;
		padding-top: 30px;
	}

	.chk_outLabel {
		margin-left: 44px;
	}

	/* CONTENT */
	#content .tabby li a {
		font-size: 10px;
	}
.trip { width:100%; height:auto; float:none; padding-left:0%; margin:auto;}
.trip1 { width:100%; height:auto; float:none; padding-left:0%; margin:auto;}
.trip2 { width:100%; height:250px; float:none; margin-left:0%; margin:auto;}
.trip2 iframe{ width:100%; height:250px; margin:auto;}
}
#googleMap { width:100%; height:300px; margin:auto; color:#333;}
.c5{width:50%;display:inline;padding:1%;margin:0 2% 0 0;border:1px solid #999}
input[type=submit] .c6{width:30%; display:inline}input[type=text] .palace-button, input[type=submit], input#searchsubmit {
	background-color: #ed1a3b;
	border-color: #000;
	padding:7px; border:1px solid #cf0525; color:#fff;
}
/*.text li {
  background-position: 0 7px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  list-style: none outside none;
  text-decoration: none;
  text-transform: capitalize;
}
.prim form{padding-top:20px; padding-left:25px;}
.prim form fieldset{width:200px;margin:5px auto 0; border:0;}
.prim form li{margin:0 0 15px;display:block;}
.prim form label{width:90px;color:#000;float:left;font-weight:bold;font:14px 'Open Sans',Verdana, Arial; letter-spacing:0px; line-height:1.5em; font-weight:bold;}
*/
.trip { width:20%; height:auto; float:left; padding-left:5%;}
.trip1 { width:32%; height:auto; float:left; padding-left:5%;}
.trip2 { width:40%; height:auto; float:left; margin-left:7%;}
.amenities h4{display:inline;margin-right:2px;font-size:1.2em;}
.amenities p{display:inline;}
.amenities .description {display:block;margin:5px 0; padding:5px;border-bottom:1px dotted #dfdfdf;border-top:1px dotted #dfdfdf;height:auto;}
.amenities .description img{margin-right:5px; vertical-align:sub}
.amenities .description .facility_icon{background:url(../images/amenities.png) no-repeat;float:left;width:33px;height:33px;padding:0;margin-right:5px;}.amenities .facility_icon_id_1 .facility_icon{background-position:0 0}.amenities .facility_icon_id_2 .facility_icon{background-position:0 -33px}.amenities .facility_icon_id_3 .facility_icon{background-position:0 -112px;}.amenities .facility_icon_id_4 .facility_icon{background-position:0 -472px}.amenities .facility_icon_id_5 .facility_icon{background-position:0 -74px}.amenities .facility_icon_id_6 .facility_icon{background-position:0 -156px}.amenities .facility_icon_id_7 .facility_icon{background-position:0 -301px}.amenities .facility_icon_id_10 .facility_icon{background-position:0 -231px}.amenities .facility_icon_id_11 .facility_icon{background-position:0 -267px}.amenities .facility_icon_id_12 .facility_icon{background-position:0 -194px}.amenities .facility_icon_id_13 .facility_icon{background-position:0 -502px}.amenities .facility_icon_id_14 .facility_icon{background-position:0 -369px}.amenities .facility_icon_id_15 .facility_icon{background-position:0 -399px}.amenities .facility_icon_id_17 .facility_icon{background-position:0 -464px}.amenities .facility_icon_id_languages .facility_icon{background-position:0 -540px}.amenities #internet_policy .facility_icon{background-position:0 -264px}.amenities #parking_policy .facility_icon{background-position:0 -433px}.amenities .facility_icon_id_18 .facility_icon{background-position:0 -540px}.amenities .facility_icon_id_19 .facility_icon{background-position:0 -433px}.amenities #pets .facility_icon{background-position:0 -433px}.amenities .facility_icon_id_20 .facility_icon{background-position:0 -300px}
.offer { width:57.50%; color:#fff; font-size:22px; background: #F00; padding:10px; border-bottom-left-radius:5px; border-bottom-right-radius:5px; border-top-left-radius:5px; border-top-right-radius:5px; margin-bottom:10px; text-align:center;}
 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  font-size:16px;
}

/* Modal Content/Box */
.modal-content {
  background:#fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  color:#333 !important;
  font-size:14px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.md {font-size:16px; background:#0000CC; color:#fff; padding:5px;}
.cc_dialog.simple {
    left: 0 !important;
    top: auto;
    bottom: 0;
    right: auto !important;
    max-width: 60% !important;
    position: fixed;
    padding: 1%;
    background: #dddddde6 !important;
}
.acc {font-size:16px; font-weight:bold; color:#fff;}
.acc a{font-size:16px; font-weight:bold; color:#ccc; text-decoration:none;}
div#topcontrol {
top: 78%;
}
#topbar{position:absolute;margin-top:10px; margin-left:25em; padding:1%; border:1px solid black; background-color: #F00; width:500px;visibility: hidden;z-index: 100; text-align:center;}
#topbar p { color:#fff; font-size:17px; line-height:31px;}
.col-p { color:#fff; font-size:30px;}
.banner-posit {padding: 3.1em 1.5em; background: rgba(0,181,195,0.85);width:100%; /** position: absolute;  z-index: 100; **/ overflow: auto;}
.banner-posit, .h-2, .banner-po .h-2 { text-transform: capitalize; font-size: 1.2em;  color: #fff; margin: 0 0 .4em; letter-spacing: 1px; text-align: center; font-family:Segoe UI Semilight;}
.btn {
    text-align: center;
    background-color: #337ab7;
    color: #fff;
	width:100%;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-align: center;
}
.btn {
    display: inline-block;
    padding: 6px 6px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	margin:0;
	float:right;
}
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}