/*	################################################################################
	CSS TEMPLATE FILE - "STYLE.CSS"
	################################################################################ */

/*	################################################################################
	MOBILE - MEDIA QUERIES
	################################################################################ */
@media only screen and (max-width: 800px) {
/*	================================================================================
	MOBILE - EMAIL AND SOCIAL LINKS
	================================================================================ */
	.contactSocialLinkButtons {
		display: none;
	}
/*	================================================================================
	MOBILE - ARTICLES
	================================================================================ */
	#breadcrumbs {
		display: none !important;
	}
	.item-page {
		margin: 15px;
		padding: 15px;
	}
	div.com-content-article__body {
		padding: 0 0 15px;
	}
	.page-header {
		padding: 0;
	}
	.page-header::after {
		width: 30px;
	}
	.page-header h1 {
		font-size: 22px;
	}
	.pageIntro,
	#whichLeonardoHotel {
		padding-left: 15px;
		padding-right: 15px;
	}
	.container h2 {
		font-size: 16px;
	}
	html, body {
		font-size: 14px;
	}
	.standardIntroductory {
		display: none;
	}
	.invisibleCell {
		display: none !important;
	}
/*	================================================================================
	MOBILE - CITY ARTICLES
	================================================================================ */
	.cityTopCategories .articleTable {
		display: block;
	}
	.cityTopCategories .articleCell {
		display: block;
		background-color: rgba(138, 171, 185, 0.1);
		margin-bottom: 15px;
	}
	.articleCell img {
		width: 100%;
	}
	.cityTopCategories h2.articleTitle::after {
		width: 30px;
	}
	.cityTopCategories .articleContainer {
		padding: 15px;
	}
	.cityTopCategories p,
	.articleContainer div {
		font-size: 13px;
	}
	.cityTopCategories h2.articleTitle {
		font-size: 20px;
	}
	div#showMoreRooms,
	div#hideMoreRooms {
		font-size: 15px;
	}
	.citySubCategories .pageLeftRightCells {
		display: block;
	}
	.citySubCategories .openingHoursInfoPanel {
		display: block;
	}
	.openingHoursInfoPanel h2 {
		padding: 0 10px;
		margin: 0;
	}
	.citySubCategories .pageContent h2::after {
		width: 20px;
		margin: 10px 0 0;
	}
	.openSummerWinterPanel {
		display: table;
		border-spacing: 10px;
	}
	.openingHoursInfoPanel img {
		width: 30px;
	}
	.openSummerWinterPanel p {
		font-size: 14px;
	}
	.openingHoursInfoPanel .entranceFees {
		display: table;
		width: 100%;
		border-spacing: 20px 0;
		font-family: Roboto-Medium;
		font-size: 16px;
	}
	.citySubCategories #moreArticlesTitle {
		margin: 15px;
		font-size: 22px;
		line-height: 1.36;
	}
	.citySubCategories #moreArticlesTitle::after {
		width: 30px;
		margin: 15px auto;
	}
	.citySubCategories .articleName {
		padding: 10px 15px;
	}
	.citySubCategories .articleNameLine1 {
		font-size: 20px;
	}
	.citySubCategories .articleNameLine1::after {
		margin: 5px 0 0;
	}
	.citySubCategories .articleIntro {
		padding: 0 15px;
	}
	.citySubCategories #moreArticlesCarousel {
		display: block;
		padding: 10px 0;
	}
/*	================================================================================
	MOBILE - BOOKING FORM
	================================================================================ */
	.preBookFormMobile {
		display: block !important;
	}
/*	================================================================================
	MOBILE - MODULES
	================================================================================ */
	.discoverOurHotels {
		margin: 20px auto;
	}
/*	================================================================================ */
}

/*	================================================================================
	MOBILE - IMAGE SLIDER
	================================================================================ */
@media only screen and (max-width: 500px) {
	button#prev1,
	button#next1 {
		display: none;
	}
}
@media only screen and (max-width: 800px) {
	#imageSlider {
		max-height: 300px;
		overflow: hidden;
	}
	#cycler {
		height:300px;
	}
	#cycler #cyclerContent {
		top: 80px;
	}
	#cycler #cyclerContent hr {
		height: 2px;
	}
	.imageSliderHotel #cycler #cyclerContent {
		top: 144px;
	}
	#cycler span#greeting {
		font-size: 28px;
	}
	#cycler span#motto {
		font-size: 15px;
	}
}
/*	================================================================================
	MOBILE - NEWSLETTER SUBSCRIPTION AND HEADING
	================================================================================ */
@media only screen and (max-width: 500px) {
	.newsletterIntroTitle {
		font-size: 22px;
	}
	.newsletterIntroText,
	div.group_newsletter_form div.acymailing_finaltext {
		font-size: 14px;
	}
	.acymailing_form input.inputbox {
		font-size: 13px;
		padding: 10px;
		box-sizing: border-box;
	}
	.acymailing_form p.fieldacyname,
	.acymailing_form p.fieldacyemail,
	.acymailing_form p.acysubbuttons {
		margin: auto;
		display: block;
		width: 80%;
	}
	input.button.subbutton.btn.btn-primary,
	input.button.unsubbutton.btn.btn-inverse {
		display: block;
		width: 100%;
		margin: auto;
		padding: 5px;
		margin: 5px 0;
		font-size: 16px;
	}
}
/*	================================================================================
	MOBILE - FOOTER 1
	================================================================================ */
@media only screen and (max-width: 1000px) {
	div#footer_block1 {
		padding: 15px 20px !important;
	}
	#pos310,
	#pos320,
	#pos330 ul {
		display: none;
	}
	#pos330 {
		border: none !important;
	}
	.footerHotelListingStandard,
	.footerVariousMenuItemsStandard,
	.footerKeepInTouchStandard,
	.bookingCenterStandard,
	.footerCopyrightStandard,
	.footerSecureBookingStandard {
		display: none !important;
	}
/*	================================================================================
	MOBILE - FOOTER 2
	================================================================================ */
	div#footer2 {
		border: none !important;
	}
	#footer_block2 {
		background-color: rgb(75,75,75);
		color: white;
		padding: 0 15px !important;
		box-sizing: border-box;
	}
}



/*	################################################################################
	DESKTOP - MEDIA QUERIES
	################################################################################ */
@media only screen and (min-width: 801px) {
/*	================================================================================
	DESKTOP - ARTICLES
	================================================================================ */
	.item-page {
/*		padding: 20px 30px 40px; */
		width: 100%;
		max-width: 1280px;
		margin: 20px auto;
		padding: 0 30px;
		box-sizing: border-box;
	}
	div.com-content-article__body {
		padding: 0 0px 30px;
	}
	.page-header {
/*		padding: 0 30px; */
	}
	.page-header::after {
		width: 44px;
	}
	.page-header h1 {
		font-size: 35px;
	}
	.mobileIntroductory {
		display: none;
	}
	.pageIntroShortWidth {
		width: 75%;
	}
	.invisibleCell {
		border: none !important;
	}
	.invisibleCell:hover {
		background-color: transparent !important;
	}
/*	================================================================================
	DESKTOP - CITY ARTICLES
	================================================================================ */
	.cityTopCategories .articleTable {
		display: table;
		min-width: 100%;
		max-width: 1280px;
		border-spacing: 10px;
		margin: 0 -10px;
		border-collapse: separate;
	}
	.cityTopCategories .articleCell {
		display: table-cell;
		position: relative;
		vertical-align: top;
		border: 1.5px solid rgba(138, 171, 185, 0.15);
		padding-bottom: 50px;
		max-width: 600px;
	}
	.cityTopCategories h2.articleTitle::after {
		width: 44px;
	}
	.cityTopCategories .articleCell:hover {
		background-color: rgba(138, 171, 185, 0.1);
		border: 1.5px solid transparent;
	}
	.cityTopCategories .articleContainer {
		padding: 25px;
	}
	.cityTopCategories h2.articleTitle {
		font-size: 29px;
	}
	.citySubCategories .pageLeftRightCells {
		display: table-cell;
		padding-right: 30px;
	}
	.citySubCategories .openingHoursInfoPanel {
		display: table-cell;
		width:360px;
	}
	.openingHoursInfoPanel h2 {
		padding: 0 20px;
		margin: 0;
	}
	.citySubCategories .pageContent h2::after {
		width: 44px;
		margin: 25px 0 0;
	}
	.openSummerWinterPanel {
		display: table;
		width: 100%;
		border-spacing: 20px;
	}
	.openingHoursInfoPanel img {
		width: initial;
	}
	.openSummerWinterPanel p {
		font-size: 20px;
	}
	.openingHoursInfoPanel .entranceFees {
		display: table;
		width: 100%;
		border-spacing: 20px 0;
		font-family: Roboto-Medium;
		font-size: 20px;
	}
	.citySubCategories #moreArticlesTitle {
		margin: 30px;
		font-size: 35px;
		line-height: 0.86;
	}
	.citySubCategories #moreArticlesTitle::after {
		width: 44px;
		margin: 40px auto;
	}
	.citySubCategories .articleName {
		padding: 25px;
	}
	.citySubCategories .articleNameLine1 {
		font-size: 23px;
	}
	.citySubCategories .articleNameLine1::after {
		margin: 15px 0 0;
	}
	.citySubCategories .articleIntro {
		padding: 0 25px;
	}
	.citySubCategories #moreArticlesCarousel {
		display: block;
		padding: 10px 0;
	}
/*	================================================================================
	DESKTOP - BOOKING FORM
	================================================================================ */
	.preBookForm {
		display: block !important;
	}
/*	================================================================================
	DESKTOP - MODULES
	================================================================================ */
	.discoverOurHotels {
		margin: 40px auto;
		max-width: 1280px;
	}
/*	================================================================================ */
}
/*	================================================================================
	DESKTOP - IMAGE SLIDER
	================================================================================ */
@media only screen and (min-width: 501px) {
	button#prev2,
	button#next2 {
		display: none;
	}
}
@media only screen and (min-width: 801px) {
	#cycler {
		height: 675px;
	}
	#cycler #cyclerContent {
		top: 175px;
	}
	.imageSliderHotel #cycler #cyclerContent {
		top: 240px;
	}
	#cycler span#greeting,
	#cycler h1#greeting, /* FOR THE HOMEPAGE */
	#cycler span.ImageSlidergreeting {
		font-size: 60px;
	}
	#cycler span#motto,
	#cycler h2#motto { /* FOR THE HOMEPAGE */
		font-size: 30px;
	}
}
/*	================================================================================
	DESKTOP - NEWSLETTER SUBSCRIPTION AND HEADING
	================================================================================ */
@media only screen and (min-width: 501px) {
	.newsletterIntroTitle {
		font-size: 35px;
		color: #4a4a4a;
	}
	.newsletterIntroText {
		font-size: 22px;
	}
	.acymailing_form input.inputbox {
		width: 400px !important;
		font-size: 15px;
		padding: 15px;
	}
	div.group_newsletter_form div.acymailing_finaltext {
		font-size: 16px;
	}
	input.cell.acym__user__edit__email {
		min-width: 400px !important;
		font-size: 15px;
		padding: 15px;
	}
	div.acym_module div.acym_posttext {
		font-size: 16px;
	}
}
/*	================================================================================
	DESKTOP - FOOTER 1
	================================================================================ */
@media only screen and (min-width: 1001px) {
	.bookingCenterMobile,
	.footerSecureBookingMobile,
	.footerKeepInTouchMobile,
	.footerCopyrightMobile {
		display: none !important;
	}
	#pos320,
	#pos340 {
		display: table;
		table-layout: fixed;
		width: 100%;
		padding: 10px 0;
	}
	#pos330 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		min-height: 60px;
		align-content: center;
	}
}
/*	================================================================================
	DESKTOP - FOOTER 2
	================================================================================ */
@media only screen and (min-width: 801px) {
	#footer2 {
		display: none;
	}
}
/*	################################################################################ */




/*	################################################################################
	NON RESPONSIVE
	################################################################################ */
body a {
	text-decoration: none;
	color: rgb(50,50,50);
}
a,
p >a,
li >a,
span >a {
/*	border-bottom: 1px dotted rgba(0,0,0,0.2); */
}
.article_container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
}
.article_container p {
	padding: 30px;
	margin: 0;
}
div#container div.module-body,
div#container div.mod-custom {
	display: initial;
}
/*	################################################################################
	HEADER 1
	################################################################################ */
div#header1Mobile {
	display: table;
	width: 100%;
	position: fixed;
	z-index: 50;
}
div#topMenuMobile {
	margin-top: 55px;
	position: fixed;
	width: 100%;
	z-index: 50;
}
.logoMobile {
	height: 50px;
	max-height: 50px;
}
/*	################################################################################
	IMAGE SLIDER
	################################################################################ */
#imageSlider {
	overflow: hidden;
}
#cycler {
	position: relative;
	width: 100%;
	margin:auto;
	z-index: -1;
}
#cycler .action {
	position: absolute;
	width: 100%;
	z-index: 5;
	display: none;
}
#cycler .action .prev,
#cycler .action .next {
	position: absolute;
	height: 63px;
	width: 42px;
	background-color: transparent;
	border: 0;
	outline: 0;
	cursor: pointer;
}
#cycler .cyclerContent {
	position: absolute;
	z-index: -8;
	text-align: center;
	width: 80%;
	margin: auto;
	top: 0;
	left: 10%;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
#cycler span#greeting,
#cycler h1#greeting, /* FOR THE HOMEPAGE */
#cycler span.ImageSlidergreeting,
#cycler span#motto,
#cycler h2#motto { /* FOR THE HOMEPAGE */
	display: inline-block;
	font-weight: 300;
	color: white;
	margin: 0;
}
#cyclerContent hr {
	width: 31px;
	border: none;
	height: 3px;
	background-color: white;
}
#photoContainer img {
	position: absolute;
	z-index: -13;
	object-fit: cover;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#photoContainer img.active {
	z-index: -11;
}
#cycler button#prev2 {
	display: none;
	background: url(/images/icons/mobile-down-arrow.svg) center center no-repeat;
	transform: rotate(180deg);
}
#cycler button#next2 {
	background: url(/images/icons/mobile-down-arrow.svg) center center no-repeat;
}
/*	################################################################################
	HEADER 1
	################################################################################ */
div#header1 {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	height: 0px;
	background-color: rgb(242,242,242);
}
#header1BlockBackground {
	position: absolute;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: rgba(74, 74, 74, 0.3);
	z-index: 10;
}
#header1Block { /* THE CONTAINER OF LOGO AND TOP MENU */
/*	display: table; */
	display: block;
	width: 100%;
	max-width: 1280px;
	position: absolute;
	z-index: 11;
}
.header1SubBlock {
	display: table-cell;
	vertical-align: top;
}
#header1BlockLogo,
#header1BlockLanguages {
	width: 1%;
}
div#header1BlockLogo {
	padding: 0 10px 0 30px;
}
div#header1BlockLanguages {
	padding: 0 30px 0 10px;
}
div#header1Languages {
	position: absolute;
	width: 100%;
	max-width: 1280px;
	box-sizing: border-box;
	padding: 13px 30px 0 0;
}
.leonardoLogo {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 100
}
.leonardoLogo img {
	width: 100%;
	vertical-align: top;
}
/*	################################################################################
	HEADER 2
	################################################################################ */

/*	################################################################################
	BREADCRUMBS
	################################################################################ */
div#breadcrumbs {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	padding: 0;
}
div#breadcrumbs::after {
	content: '';
	border-bottom: 1px solid rgba(100,100,100,0.3);
	display: block;
	width: 95%;
	margin: 0 auto;
}
div#breadcrumbs >div {
	display: inline-block;
}
ul.breadcrumb,
ol.breadcrumb {
	margin: 0;
	list-style: none;
	padding: 20px 30px;
	display: inline-block;
}
ul.breadcrumb li,
ol.breadcrumb li {
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	color: #898989;
}
ul.breadcrumb li a,
ol.breadcrumb li a {
	color: #898989;
}
.breadcrumb-item::after {
	content: '\f0da'; /* TRIANGLE POINTING TO THE RIGHT */
	font-family: 'FontAwesome';
	font-size: 12px;
	color: var(--tintShade8);
	margin: 0 10px;
}
.breadcrumb-item:last-child::after {
	content: ""; /* DO NOT DISPLAY A TRIANGLE AFTER THE LAST ELEMENT */
}
/*	################################################################################
	ARTICLES
	################################################################################ */
.com-content-article__body {
	max-width: 1280px;
	margin: auto;
	padding: 0 30px;
	box-sizing: border-box;
}
.page-header {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	box-sizing: border-box;
}
.page-header::after {
	content: "";
	display: block;
	border-bottom: 2px solid #595959;
	margin: 20px 0;
}
.page-header::after {
	margin: 15px auto;
}
.page-header h1 {
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: normal;
	color: #4a4a4a;
	text-align: center;
}
.pageIntro {
	text-align: center;
	max-width: 850px;
	margin: auto;
}
.weddingsSectionContent a:hover { /* THE WEDDING MENUS */
	color: #c5103d;
}
/*	################################################################################
	CITY ARTICLES
	################################################################################ */
.cityTopCategories .page-header {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	box-sizing: border-box;
}
.cityTopCategories .page-header h1 {
	font-weight: normal;
	text-align: initial;
}
.cityTopCategories .page-header::after {
	margin: initial;
}
.cityTopCategories .articleTitleContainer {
	display: table;
	width: 100%;
	border-spacing: 0;
}
.cityTopCategories h2.articleTitle {
	text-align: left;
	font-weight: 300;
	padding: 0;
	margin: 0;
}
.cityTopCategories h2.articleTitle::after {
	content: "";
	display: block;
	border-bottom: 2px solid #4a4a4a;
	margin: 20px 0;
}
.cityTopCategories .articleTitleContainer a,
.cityTopCategories .articleTitleContainer img {
	display: table-cell;
	vertical-align: top;
}
.openPhotoModalBtn {
	display: table-cell;
	width: 1%;
}
.openPhotoModalBtn img {
	width: 24px;
	margin-left: 10px;
}
.cityTopCategories .articleReadMore {
	text-decoration: underline;
	display: block;
	margin: 20px 0;
	position: absolute;
	bottom: 0;
}
.cityTopCategories .articleCell:hover .articleReadMore {
	color: #c5103d;
}
#ReadMoreToggle,
#ReadLessToggle {
	cursor: pointer;
	text-decoration: underline;
}
/*	################################################################################ */
.citySubCategories .page-header {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	box-sizing: border-box;
}
.citySubCategories .page-header h1 {
	font-weight: normal;
	text-align: left;
}
.citySubCategories .page-header::after {
	margin: initial;
}
.citySubCategories .pageContent {
	display: table;
	margin-top: 20px;
	width: 100%;
}
.citySubCategories .headerTable {
	display: table;
	width: 100%;
	max-width: 800px;
}
.citySubCategories .headerTable span,
.tripAdvisorSocialMediaContainer {
	display: inline-block;
	float: left;
	padding: 0 20px 0 0;
}
.citySubCategories .headerTable>span>img {
	margin-right: 5px;
	vertical-align: text-bottom;
}
.citySubCategories .pageContent h2::after {
	content: "";
	display: block;
	background-color: #595959;
	height: 2px;
	border: none;
}
.openSummerWinterPanel span,
.openSummerWinterPanel div {
	display: table-cell;
	vertical-align: top;
}
p.openPeriodHours {
	margin: 0;
	font-family: Roboto-Medium;
	line-height: 1.45;
}
.citySubCategories .item-page {
	padding: 0;
}
.citySubCategories #moreArticlesTitle {
	text-align: center;
	font-weight: normal;
	color: #4a4a4a;
}
.citySubCategories #moreArticlesTitle::after {
	content: "";
	display: block;
	background-color: #2a2a2a;
	height: 2px;
	border: none;
}
.citySubCategories #moreArticlesContainer {
	display: flex;
	max-width: 1220px;
	overflow: hidden;
	float: left;
	margin: 0;
/*	height: 650px; */
	box-sizing: border-box;
	position: relative;
}
.citySubCategories .singleArticle {
	width: 400px;
	margin: 0 10px 0 0;
	position: relative;
	border: 1.5px solid rgba(138, 171, 185, 0.15);
}
.citySubCategories .singleArticle:hover {
	background-color: rgba(138, 171, 185, 0.1);
	border: 1.5px solid transparent;
}
.citySubCategories .arrows {
	z-index: 1;
}
.citySubCategories img.arrows {
	display: inline-block;
	margin: 132px 3px;
	cursor: pointer;
	position: absolute;
	z-index: 20;
}
.citySubCategories img#leftArrow {
	left: 15px;
}
.citySubCategories img#rightArrow {
	right: 15px;
}
.citySubCategories .singleArticleImgContainer {
	width: 400px;
	height: 320px;
	overflow: hidden;
	object-fit: cover;
}
.citySubCategories .singleArticle img {
	vertical-align: top;
	height: 320px;
}
.citySubCategories .articleName {
	margin: 0;
	position: relative;
	width: 100%;
	display: table;
	box-sizing: border-box;
}
.citySubCategories .articleName p,
.citySubCategories .articleName img {
	display: table-cell;
	vertical-align: top;
}
.citySubCategories .articleNameLine1 {
	font-weight: normal;
	margin: 10px 0 0;
	line-height: 1.43;
}
.citySubCategories .articleNameLine1::after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	border: none;
	background-color: #4a4a4a;
}
.citySubCategories .articleReadMore {
	text-decoration: underline;
	display: block;
	margin: 25px;
	position: absolute;
	bottom: 0;
}


/*	################################################################################
	MODULES
	################################################################################ */
.whyBookDirect,
.welcomeToLeonardo,
.highlightsHotel,
.moreHotelsInCity {
	border-collapse: collapse;
}
/*	################################################################################
	HIGLIGHTS TITLE AND MODULES
	################################################################################ */
.evofrontpage-default {
	padding: 1px 30px 20px;
	background-image: linear-gradient(to top, rgba(202, 202, 202, 0), rgba(216, 216, 216, 0.2));
}
.evofp-table-row {
	display: table !important;
	border-spacing: 10px;
}
.evofp-table-cell {
	position: relative;
	border: 1.5px solid rgba(138, 171, 185, 0.15);
	padding: 0 !important;
}
.evofp-table-cell:hover {
	background-color: rgba(138, 171, 185, 0.1);
	border: solid 1.5px transparent;
}
.evofrontpage-default .evofp-table-cell .head {
	border-top: none;
}
.evofrontpage-default .head img.evofp-img-centered {
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: initial;
}
.evofrontpage-default .head .title {
	font-size: 29px;
	color: #4a4a4a;
}
.evofrontpage-default .head .title::after {
	content: '';
	border-bottom: 2px solid #4a4a4a;
	display: block;
	width: 31px;
	margin: 15px 0;
}
.evofrontpage-default .evofp-table-cell .evofp-table-cell-body {
	border-bottom: none;
	padding-bottom: 70px;
}
.evofrontpage-default .evofp-table-cell-body .evofp-table-cell p {
	color: #4a4a4a;
}
.evofrontpage-default .evofp-table-cell-body a.evofp-readon {
	background: transparent;
	color: #2a2a2a !important;
	font-size: 18px;
	text-decoration: underline;
	margin: 20px 0 10px;
	position: absolute;
	bottom: 20px;
}
.evofrontpage-default .evofp-table-cell-body a.evofp-readon:hover {
	background: none !important;
}
.evofrontpage-default .evofp-other-article .evofp-other-article-inner {
	border: none;
	font-size: 17px;
}
.evofrontpage-default .evofp-other-article-inner .evofp-other-article-title {
	font-size: 18px;
}
.vina-accordion-item {
	cursor: pointer;
}
/*	################################################################################
	HIGLIGHTS ARTICLES
	################################################################################ */
/*
div#componentContainer {
	width: 100%;
	max-width: 1280px;
	margin: 30px auto;
	padding: 0 30px;
}
*/
/*
div#componentContainer .page-header h1 {
	text-align: left;
	padding: 20px 30px 0;
}
*/
/*
div#componentContainer .page-header::after {
	content: "";
	display: block;
	border-bottom: 2px solid #595959;
	width: 44px;
	margin: 20px 30px;
}
*/
/*	################################################################################
	FOOTER 1
	################################################################################ */
div#footer1 {
	background-color: rgb(75,75,75);
}
div#footer1 a,
div#footer1 span {
	color: white;
	text-decoration: none;
	line-height: 2.0;
}
div#footer_block1 {
	background-color: rgb(75,75,75);
	color: white;
/*	max-width: 1280px; */
	margin: auto;
	padding: 0 30px;
}
#pos310,
#pos320,
#pos325,
#pos330 {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.footerLogo {
	text-align: center;
	padding: 42px 0;
}
.footerLogo img {
	height: 105px;
}
#pos320 {
	padding: 25px 0;
}
ul.footerHotelListingStandard,
div.bookingCenterStandard,
div.footerSecureBookingStandard,
div.footerCopyrightStandard,
div.footerKeepInTouchStandard{
	font-size: 14px;
	line-height: 28px;
	display: table-cell;
	vertical-align: top;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.footerHotelListingStandard {
	font-size: 18px;
	line-height: 32px;
	width: 40%;
}
div.bookingCenterStandard,
div.footerSecureBookingStandard {
	width: 100px;
/*	white-space: nowrap; */
	padding-left: 40px;
	width: 20%;
}
div.bookingCenterStandard {
	width: 25%;
}
div.footerSecureBookingStandard {
	width: 15%;
}
div#bookingCenter,
div#secureBooking {
	display: inline-block;
	float: right;
}
.footerMenuGroup1Standard,
.footerMenuGroup2Standard,
.footerTravelProfessionals {
	display: inline-table;
	list-style: none;
	padding: 0;
	font-size: 13px;
	line-height: 36px;
	margin: 0;
}
.footerTravelProfessionals {
	display: block;
	width: 100%;
}
.footerMenuGroup1Standard li,
.footerMenuGroup2Standard li,
.footerTravelProfessionals li {
	display: table-cell;
	padding: 0 5px;
	white-space: nowrap;
}
.bookingCenterMobile {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.footerSecureBookingMobile {
	display: inline-block;
	width: 49%;
	text-align: right;
	font-size: 16px;
}
.footerKeepInTouchMobile,
.footerCopyrightMobile {
	display: block;
}
/*	################################################################################
	HEADER - REGISTRATION CARD BUTTON
	################################################################################ */
	.headerMenuRegCard {
		list-style: none;
		padding: 0;
		text-align: center;
		font-size: 24px;
		background-color: rgb(75,75,75);
		margin-top: -1px;
		padding: 20px;
	}
	.headerMenuRegCard a {
		display: inline-block;
		background-color: #c5103d;
		padding: 8px 30px;
		font-size: 18px;
		color: white;
	}
/*	################################################################################
	FOOTER - REGISTRATION CARD BUTTON
	################################################################################ */
.footerMenuRegCard {
	display: table-cell;
	vertical-align: top;
	list-style: none;
	padding: 0;
	text-align: center;
	font-size: 24px;
	width: 20%;
}
.footerMenuRegCard a {
	display: inline-block;
	background-color: #c5103d;
	padding: 8px 30px;
	font-size: 18px;
	color: white;
}
/*	################################################################################
	FOOTER 2
	################################################################################ */
div#footer2 {
	width: 100%;
	max-width: 1280px;
	border: 1px solid lightgray;
	border-top: none;
}
div#footer_block2 {
	display: table;
	width: 100%;
	margin: auto;
	padding: 10px 0;
}
div#footer2 p {
	color: white;
	text-decoration: none;
}
div.bookingCenterStandard img.phone,
div.bookingCenterStandard img.fax,
div.bookingCenterMobile img.phone,
div.bookingCenterMobile img.fax {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
}
div.bookingCenterStandard p {
	display: inline-block;
	font-size: 16px;
}
/*	################################################################################
	NEWSLETTER TITLES
	################################################################################ */
.newsletterIntro {
	padding: 20px 0;
	border-bottom: none;
	background-color: rgba(242,242,242,1.0);
	text-align: center;
}
.newsletterIntroTitle {
	margin: 10px 0 0;
}
.newsletterIntroText {
	color: #4a4a4a;
	margin: auto;
	max-width: 800px;
	padding: 0 30px;
}
/*	################################################################################
	NEWSLETTER - ACYMAILING
	################################################################################ */
div.acym_module, 
.acym_module div {
	display: inline-block;
	background-color: rgba(242,242,242,1.0);
	text-align: center;
	padding: 0 !important;
	border-style: none !important;
}
div.acyfield_text {
	margin: 0;
	padding: 5px;
	display: inline-block;
}
input.cell.acym__user__edit__email {
	font-family: Roboto-Regular;
	color: #2a2a2a;
	border: none;
}
p.acysubbuttons {
	margin: 0;
	padding: 5px;
	display: inline-block;
}
.acym_module_form input.button {
	font-family: Roboto-Regular;
	font-size: 17px;
	color: white;
	background: rgb(95, 95, 95);
	border: none;
	cursor: pointer;
	margin: 0 5px;
	width: 210px;
	height: 51px;
}
.acym_module_form input.button.subbutton {
	background-color: #c5103d;
}
div.acym_module div.acym_posttext {
	padding: 0 30px 30px !important;
	color: #1a2a2a;
}
div.acym_module.newsletterSubscriptionForm,
div.acym_fulldiv,
div.acym_module_success {
	width: 100%;
	display: block;
}
/*	################################################################################
	TRIPADVISOR
	################################################################################ */
.tripAdvisorSocialMediaContainer {
}
div#CDSWIDCOE,
div#CDSWIDEXC,
div.cdsROW.border {
	border: none !important;
}
/* ################################################################################
	SYSTEM ALERTS
	################################################################################ */
div#system-message-container {
	position: fixed;
	left: 10%;
	right: 10%;
	top: 20%;
	margin: 100px auto;
	z-index: 40;
	padding: 0;
}
div#system-message {
	background-color: white;
	box-shadow: 0 0 20px gray;
}
div.alert {
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}
div.alert-success {
	background-color: #f0fff0;
	box-shadow: 0 0 20px rgba(0,80,0,0.8);
}
div.alert-warning {
	background-color: #f8f5e1;
	box-shadow: 0 0 20px rgba(255,200,0,0.8);
}
div.alert-notice {
	background-color: #f0f4f9;
	box-shadow: 0 0 20px rgba(0,0,2550,0.8);
}
div.alert-error {
	background-color: #f9efef;
	box-shadow: 0 0 20px rgba(255,0,0,0.8);
}
a.close {
	position: relative;
	margin: -20px -10px;
	font-size: 36px;
	line-height: 36px;
	float: right;
}
a.close:hover {
	font-weight: bold;
	cursor: pointer;
}
h4.alert-heading {
	margin: 0 0 20px;
	text-align: center;
	font-size: 24px;
}
/*	################################################################################
	JDOWNLOADS - TRAVEL PROFESSIONALS
	################################################################################ */
.jd-item-page {
	max-width: 1280px;
	display: block;
	margin: auto;
	padding: 30px;
	box-sizing: border-box;
}
div.jd_summary_list li { /* THE LIST OF SELECTED PHOTOS TO BE ZIPED */
	display: list-item;
}
/*	################################################################################
	LOGIN - REGISTER
	################################################################################ */
#member-registration {
	display: table;
	margin: 20px auto;
}
#member-registration fieldset {
	padding: 20px;
	background-color: rgba(245,245,245,0.8);
	margin-bottom: 20px;
}
#member-registration legend {
	font-size: 18px;
	background-color: #c5103d;
	color: white;
	padding: 2px 20px;
}
.control-group {
	display: table;
	border-spacing: 10px 3px;
}
.control-group >div {
	display: table-cell;
	vertical-align: middle;
}
.control-label {
	width: 220px;
	text-align: right;
	margin-right: 10px;
}
div.controls .btn {
	font-size: 16px;
	line-height: normal;
	padding: 5px 20px;
	margin: 0 10px;
	font-family: inherit;
	background-color: buttonface;
	color: inherit;
	border-width: 2px;
	border-style: outset;
	border-color: buttonface;
	border-image: initial;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
}
/*	################################################################################
	LOGIN - USER PROFILE
	################################################################################ */
	.profile,
	.profile-edit {
		margin: 20px 0 50px;
	}
	.profile fieldset,
	.profile-edit fieldset {
		display: table;
		width: 600px;
		margin: 40px auto 0;
		box-sizing: border-box;
		border: 1px solid;
		padding: 40px 20px 20px;
		background-color: rgba(245,245,245,0.8);
		position: relative;
	}
	.profile fieldset legend,
	.profile-edit fieldset legend {
		position: absolute;
		top: -16px;
		left: 20px;
		font-size: 18px;
		background-color: #c5103d;
		color: white;
		padding: 2px 20px;
	}
	.profile ul.btn-toolbar.pull-right,
	.profile-edit ul.btn-toolbar.pull-right {
		display: block;
		float: initial;
		text-align: center;
		list-style-type: none;
		margin: 30px;
		padding: 0;
	}
	.profile ul.btn-toolbar.pull-right a.btn {
		background-color: #c5103d;
		color: white;
		padding: 10px 30px;
		border-radius: 4px;
		box-shadow: 2px 2px 5px grey;
	}
	.profile fieldset dl.dl-horizontal dt, 
	.profile fieldset dl.dl-horizontal dd {
		display: inline-block;
		width: 48%;
		margin: 0;
		white-space: nowrap;
	}
	.profile-edit form#member-profile >.control-group {
		margin: 30px auto;
	}
/*	################################################################################
	LOGIN - TRAVEL PROFESSIONALS
	################################################################################ */
.userdata {
	display: table;
	margin: 40px auto 0;
	border: 1px solid;
	padding: 40px 20px 20px;
	background-color: rgba(245,245,245,0.8);
	position: relative;
}
.userdata::before {
	content: "Login";
	position: absolute;
	top: -16px;
	left: 20px;
	font-size: 18px;
	background-color: #c5103d;
	color: white;
	padding: 2px 20px;
}
span.add-on {
	width: 100px;
	display: inline-block;
}
div#form-login-submit {
	margin: 15px auto;
}
.userdata ul {
	margin-top: 30px;
	list-style: none;
	padding-left: 0;
}
.userdata ul a {
	background-color: #c5103d;
	opacity: 0.3;
	color: white;
	padding: 5px 10px;
	border-radius: 4px;
	line-height: 2.5;
	font-size: 14px;
}
.userdata ul a:hover {
	opacity: 1;
}
/*	################################################################################
	LOGIN - LOGIN
	################################################################################ */
.login fieldset {
	display: table;
	width: 450px;
	margin: 40px auto 0;
	box-sizing: border-box;
	border: 1px solid;
	padding: 40px 20px 20px;
	background-color: rgba(245,245,245,0.8);
	position: relative;
}
.login fieldset::before {
	content: "Login";
	position: absolute;
	top: -16px;
	left: 20px;
	font-size: 18px;
	background-color: #c5103d;
	color: white;
	padding: 2px 20px;
}
.login fieldset .control-label {
	width: 130px;
}
.login + div >ul {
	display: table;
	width: 450px;
	margin: 30px auto;
	list-style: none;
	padding-left: 0;
}
.login + div >ul >li >a {
	background-color: #c5103d;
	opacity: 0.3;
	color: white;
	padding: 5px 10px;
	border-radius: 4px;
	line-height: 2.5;
	font-size: 14px;
}
.login + div >ul >li >a:hover {
	opacity: 1;
}
/*	################################################################################
	LOGIN - LOGOUT
	################################################################################ */
	.logout {
		margin: 20px 0 50px;
	}
	.logout .control-group {
		margin: 30px auto;
	}
/*	################################################################################
	LOGIN - FORGOT YOUR USERNAME? / FORGOT YOUR PASSWORD
	################################################################################ */
.remind form#user-registration fieldset,
.reset form#user-registration fieldset {
	display: table;
	width: 600px;
	margin: 40px auto 0;
	border: 1px solid;
	padding: 20px 20px;
	background-color: rgba(245,245,245,0.8);
	position: relative;
}
.remind form#user-registration fieldset::before,
.reset form#user-registration fieldset::before {
	content: "";
	position: absolute;
	top: -16px;
	left: 20px;
	font-size: 18px;
	background-color: #c5103d;
	color: white;
	padding: 2px 20px;
}
.remind form#user-registration fieldset::before {
	content: "Forgot your username?";
}
.reset form#user-registration fieldset::before {
	content: "Forgot your password?";
}
.remind form#user-registration >div.control-group,
.reset form#user-registration >div.control-group {
	margin: 20px auto;
}
/*	################################################################################ */
