.assistiveLink{
	background:#999;
	padding:5px 15px;
	text-align: right;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99999;
}

.assistiveLink a{
	color:#FFF !important;
	font-size:12px;
}

ul.skip-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.skip-links a {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0
}

.skip-links a:focus {
	position: absolute;
	top: 60px;
	left: 0;
	width: inherit;
	height: inherit;
	clip: inherit;
}
body { background: #f8f8f8; }
header { 
	background-image: url(/h5/acme/images/header.w_acme_1508229573000hc.jpg); 
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 150px 0 150px 0;
	margin-bottom: 40px;
}
.no-banner header,
header.barcellona { 
	background-image: none;  
	color: #777;
	padding: 80px 0 0px 0;
	margin-bottom: 0px;
}
.search { 
	background-image: url(/h5/acme/images/right-arrow.w_acme_1505483129000hc.png); 
	background-position: 50% 50%;
	background-size: 12px;
	background-repeat: no-repeat;
	height: 34px;
	width: 34px;
}
main {
	position: relative;
	min-height: 750px;
}
footer {
	background: #333;
	padding: 30px 0;
}
footer h4 { color: #888; }
footer a { color: #666; display: block; }
.text-italic { font-style: italic; }
.widget { padding: 10px; background: #CCC; border: 1px solid #666; }
.widget button { width: 100%; }
.destinations a {
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.destinations a { color: #e3b672; }
.destinations a img { width: 100%; }
.destinations .row { margin-top: 20px; margin-bottom: 20px; }
.times { font-family: Georgia; font-size: 24px; margin-top: 20px; margin-bottom: 10px; font-weight: 500; line-height: 1.1; }
.bold { font-weight: bold; }
.par { font-size: 1.3em; }

.img img, .w100 { width: 100%; }
.services img { width: 20px; margin-right: 7px }
.error { color: #900; }

#navigation li > ul {
	display: none;
	position: absolute;
    background: #f8f8f8;
    width: 200px;
    margin: 0px;
    padding: 0;
    list-style: none;
    border: 1px solid #e7e7e7;
    border-top: 0px;
}

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

#navigation li:hover > ul a {
	padding: 10px;
	display: inline-block;
	color: #777;
}

#contentConnect {
	display: none;
}

.acme-hotels-results h3,
.acme-hotels-results h4 {
	text-align: left;
}

#login-container {
	width: 350px;
	margin: 0 auto;
}

#login-container .field {
	margin-bottom: 20px;
}

.logged-message {
	text-align: center;
	margin: 50px auto;
	font-size: 20px;
}

.form-errors div {
	color: red;
	margin-bottom: 10px;
}

input.error,
select.error {
	border-color: red;
}

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

footer ul {
	margin: 0;
	padding: 0;
}

main.accessible header {
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(51,122,183,1) 30%, rgba(255,255,255,0) 70%), url(/h5/acme/images/header.w_acme_1508229573000hc.jpg);
	color: #fff;
}

main.accessible *:focus {
	outline: 2px solid #333;
	outline-offset: 2px;
}

main.accessible .skip-links a:focus {
	background-color: #fff;
	padding: 7px;
	outline-offset: 0px;
	margin-left: 10px;
	border-radius: 10px;
}

main.accessible #navigation a:focus {
	outline-offset: -5px;
}

main.accessible footer a:focus {
	outline-color: #fff;
}

main.accessible #navigation a {
	color: #707070;
}

main.accessible .destinations a {
	color: #9E6B1F;
}

main.accessible footer h3 {
	color: #9C9C9C;
	font-size: 18px;
	margin: 10px 0;
}

main.accessible footer a {
	color: #9C9C9C;
}

.acme-destinations .overflow-wrapper {
	position: relative;
	height: 150px;
	width: 700px;
}

.acme-destinations .overflow-wrapper > p {
	height: 90px;
}

.acme-destinations .overflow-wrapper > h4 {
	position: absolute;
	width: 100%;
	top: 90px;
}

.acme-destinations .tooltip-wrapper,
.acme-destinations .tooltip-wrapper-failure {
	position: relative;
}

.acme-destinations .tooltip-wrapper .tooltip-popup,
.acme-destinations .tooltip-wrapper-failure .tooltip-popup {
	position: absolute;
	background-color: #333;
	color: #fff;
	width: 200px;
    text-align: center;
    font-size: 11px;
    border-radius: 5px;
    padding: 5px;
    right: 120px;
    top: -3px;
}

.acme-destinations .tooltip-wrapper .tooltip-popup:after,
.acme-destinations .tooltip-wrapper-failure .tooltip-popup:after {
	border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid #333;
    top: 10px;
    position: absolute;
    bottom: 0;
    height: 0;
    width: 0;
    right: -10px;
    content: "";
}

.acme-destinations .tooltip-wrapper-failure .tooltip-popup {
	right: 150px;
}
