.adsense {
} /*for testing purpose only */
/*-------------------------------------------------------------*/
/*	Set Light Colors
/*-------------------------------------------------------------*/

.asidelinks {
	background: #856147;
}
.asideprevious {
	background: #856147;
}
.contentmiddlelinks {
	background: #856147;
}
.contenttoplinks {
	background: #856147;
}
aside h1 {
	color: #856147;
}
footer li a:hover {
	color: #856147;
}
h1, h2, h4 {
	color: #856147;
}
main {
	border-top-color: #856147;
}
nav {
	background: #856147;
}
nav ul {
	background: #856147;
}
/*-------------------------------------------------------------*/
/*	Set Dark Colors (brightness -70 in non-linear mode)
/*-------------------------------------------------------------*/

.aboutus {
	color: #6a4c37;
}
.asidelinks {
	border-color: #6a4c37;
}
.asideprevious {
	border-color: #6a4c37;
}
.contentmiddlelinks {
	border-color: #6a4c37;
}
.contenttoplinks {
	border-color: #6a4c37;
}
a {
	color: #6a4c37;
}
footer .credentials .contact a:hover {
	color: #6a4c37;
}
hr {
	border-color: #6a4c37;
}
nav {
	border-top-color: #6a4c37;
	border-bottom-color: #6a4c37;
	border-left-color: #6a4c37;
}
nav li a:hover {
	background: #6a4c37;
}
nav ul.menu > li {
	border-right-color: #6a4c37;
}
nav ul.menu li ul {
	border-color: #6a4c37;
}
/*-------------------------------------------------------------*/
/*	Set Sprite Image Collection
/*-------------------------------------------------------------*/

.sprite {
	background: url(../images/css_sprite.png) no-repeat;
} /* sprite redone and cleaned in May 2017 */
.mid10px {
	vertical-align: middle;
	margin-right: 10px;
}
.mid5px {
	vertical-align: middle;
	margin-right: 5px;
}
.info {
	vertical-align: -5%;
}
.banner {
	vertical-align: middle;
	margin: 5px 0 5px 5px;
}
.floatleft {
	float: left;
	margin: 5px 10px 0 0;
}
.sprite-icon-arrowleftgreen {
	background-position: 0 0;
	width: 15px;
	height: 13px;
}
.sprite-icon-magnifyglass-large {
	background-position: 0 -63px;
	width: 30px;
	height: 30px;
}
.sprite-icon_info {
	background-position: 0 -143px;
	width: 15px;
	height: 15px;
}
.sprite-logo-facebook {
	background-position: 0 -208px;
	width: 20px;
	height: 20px;
}
.sprite-logo-siteground {
	background-position: 0 -278px;
	width: 62px;
	height: 16px;
}
.sprite-logo-w3c {
	background-position: 0 -344px;
	width: 48px;
	height: 17px;
}
.sprite-logo-w3cweb {
	background-position: 0 -411px;
	width: 34px;
	height: 17px;
}
.sprite-menu-homepage {
	background-position: 0 -478px;
	width: 20px;
	height: 20px;
}
.sprite-menu-search {
	background-position: 0 -548px;
	width: 20px;
	height: 20px;
}
/*-------------------------------------------------------------*/
/*	Content
/*-------------------------------------------------------------*/

/* ::selection { color: #333; background: #fff; } REMOVED cause error in CCS3 analysis */
article, aside, footer, header, main, nav {
	display: block;
}     /* for browsers not supporting new elements in html5 */
h2, p {
	margin: 0;
	padding: 0 0 10px 0;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 16px;
	color: #333;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}
h4 {
	font-size: 19px;
	padding: 0;
	margin: 0;
}
h5 {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
}
li {
	font-size: 14px;
	line-height: 20px;
}
ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
}
u {
	text-decoration: underline;
}
p {
	font-size: 14px;
	line-height: 20px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.strong {
	font-weight: bold;
}
hr {
	border-style: groove;
	border-width: 1px;
	margin: 10px 0;
}
hr.regular {
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	width: inherit;
}
.html5 {
	display: none;
}
.title {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.formerly {
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
}
.destination {
	font-size: 16px;
}
.listing h3 {
	color: #333;
	font-size: 15px;
}
body {
	background: url(../images/background.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 5px 0 10px 0;
}
main {
	margin: 0 auto;
	padding: 0;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5);
	background: #fff;
	border-top-width: 4px;
	border-top-style: solid;
}
main::after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
header {
	float: left;
}
header .resortsmaps {
	float: left;
}
header .pub-header {
	float: left;
}
header .hide {
	display: none;
	float: right;
}
header .hide img {
	padding: 0;
	margin: 0;
}
header .hide img:last-child {
	margin: 0 5px 0 0;
}
.left-corner {
	border-style: solid;
	border-width: 0 9px 9px 0;
	border-color: transparent #888 transparent transparent;
	float: left;
	display: block;
	width: 0px;
	height: 0px;
	position: relative;
	top: 40px;
	opacity: 0.8;
}
.right-corner {
	border-style: solid;
	border-width: 11px 11px 0 0;
	border-color: #888 transparent transparent transparent;
	float: right;
	display: block;
	width: 0px;
	height: 0px;
	position: relative;
	top: 40px;
	opacity: 0.8;
}
.js .selectnav {
	display: none;
}
.selectnav {
	cursor: pointer;
	padding: 10px;
}
nav {
	float: left;
	height: 40px;
	margin: 0 0 0 -10px;
	position: relative;
	z-index: 1;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
}
nav .show {
	display: inline;
}
nav .hide, nav p {
	display: none;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
nav li {
	float: left;
}
nav li a {
	color: #fff;
}
nav li a:hover {
	text-decoration: none;
}
nav ul.menu > li {
	border-right-style: solid;
	border-right-width: 1px;
}
nav ul.menu > li:first-child {
	margin: 0 0 0 -9px;
}
nav ul.menu > li:last-child {
	float: right;
	margin: 0 -11px 0 0;
}
nav ul.menu > li img {
	display: block;
	margin: 0;
}
nav ul > li a {
	display: block;
	padding: 10px 15px;
}     /* main menu */
nav ul.menu > li a {
	font-size: 17px;
}     /* main menu */
nav ul.menu li ul {
	position: absolute;
	display: none;
	border-style: solid;
	border-width: 1px;
	border-top: none;
}
nav ul.menu li ul li img {
	display: inline;
}
nav ul.menu li ul li {
	float: none;
}
nav ul.menu ol {
	padding: 0;
	margin: 0;
}
nav ul.menu .colsmx {
	width: 300px;
}     /* sub mega-menu */
nav ul.menu .col1mx {
	float: left;
	width: 50%
}
nav ul.menu .col2mx {
	float: left;
	width: 50%
}
nav ul.menu .col1mx li, nav ul.menu .col2mx li {
	list-style: none;
}
nav ul.menu .colscar {
	width: 500px;
}     /* sub mega-menu */
nav ul.menu .col1car {
	float: left;
	width: 33%
}
nav ul.menu .col2car {
	float: left;
	width: 27%
}
nav ul.menu .col3car {
	float: left;
	width: 40%
}
nav ul.menu .col1car li, nav ul.menu .col2car li, nav ul.menu .col3car li {
	list-style: none;
}
nav ul.menu .colscuba {
	width: 450px;
}     /* sub mega-menu */
nav ul.menu .col1cuba {
	float: left;
	width: 50%
}
nav ul.menu .col2cuba {
	float: left;
	width: 50%
}
nav ul.menu .col1cuba li, nav ul.menu .col2cuba li {
	list-style: none;
}
nav ul.menu .colssca {
	width: 250px;
}     /* sub mega-menu */
nav ul.menu .col1sca {
	float: left;
	width: 50%
}
nav ul.menu .col2sca {
	float: left;
	width: 50%
}
nav ul.menu .col1sca li, nav ul.menu .col2sca li {
	list-style: none;
}
nav ul.menu li ul a {
	padding: 1px 5px;
}     /* sub menu */
nav ul.menu li ul li a {
	font-size: 13px;
}     /* sub menu */
nav ul.menu li ul li a::before {
	content: "\25B8\0020";
}
nav ul.menu li ul li.noarrow a::before {
	content: "\0020";
}
nav ul.menu li ul li ul {
	width: 250px;
	left: 130px;
	top: 40px;
}
.submenu {
	height: 100px;
	float: left;
}
.news-socials {
	float: left;
}
.news-socials p {
	text-align: right;
	margin: 3px 0 0 0;
	padding-right: 15px;
}
.news-socials p a {
	font-size: 16px;
	font-weight: bold;
}
.news-socials p img {
	margin: 0;
	padding: 0 5px 0 0;
}
.news-socials .socials {
	padding: 0 0 0 10px;
}
article {
	padding: 0 10px 10px 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
hr {
	border-style: groove;
	border-width: 1px;
	margin: 10px 0;
}
hr.regular {
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	width: inherit;
}
hr.thin {
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	width: inherit;
	margin: 10px 0;
}
.aboutus {
	font-style: italic;
	text-align: right;
	margin: 20px 10px 0 0;
	line-height: 15px;
}
footer {
	float: left;
	background: #333;
	color: #ccc;
	padding: 10px 0 0 0;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer li {
	list-style: none;
}
footer li a {
	color: #ccc;
}
footer .summary {
	float: left;
	padding: 0 0 10px 0;
}
footer .summary ul {
	float: left;
	width: 32%;
}
footer .summary li {
	padding: 8px 0 0 10px;
}
footer .about {
	float: left;
	padding: 0 0 10px 0;
}
footer .about p {
	font-size: 14px;
	padding: 0 5px 0 0;
}
footer .about p:first-child {
	margin: 0 0 5px 0;
}
footer .credentials {
	float: left;
	background: #ccc;
	color: #333;
}
footer .credentials .copyright {
	float: left;
}
footer .credentials .copyright p {
	padding: 3px 0 3px 10px;
}
footer .credentials .contact {
	float: left;
}
footer .credentials .contact p {
	padding: 3px 0 3px 10px;
	text-align: right;
}
footer .credentials .contact a {
	padding: 0 10px 0 10px;
	color: #333;
}
footer .credentials .validate {
	display: inline;
}
footer .credentials .hide {
	display: none;
}
footer .disclaimer {
	float: left;
	background: #ccc;
	color: #333;
}
footer .disclaimer p {
	line-height: 15px;
	font-size: 12px;
	font-style: italic;
	padding: 10px;
}
.icon {
	font-weight: bold;
	font-style: italic;
}
.pdflink {
	background: url(https://destilino.b-cdn.net/css_pdflink.png) no-repeat left;
	padding-left: 20px;
}
.weblink {
	background: url(https://destilino.b-cdn.net/css_weblink.png) no-repeat left;
	padding-left: 16px;
}
.infolink {
	background: url(https://destilino.b-cdn.net/css_infolink.png) no-repeat left;
	padding-left: 16px;
}
.listing {
	background: #f2e8de;
	font-family: Verdana, "Times New Roman", Times, serif;
}
.listing p {
	margin-left: 10px;
	padding: 0;
}
.listing p a {
	font-size: 13px;
}
.listing li {
	color: #666;
	margin-left: 10px;
	list-style-type: disc;
	font-size: 13px;
}
.listing li a {
	font-weight: bold;
	font-style: italic;
}
.listing h2 {
	font-size: 12px;
	letter-spacing: 1px;
	padding: 10px;
	margin-bottom: 5px;
	background: #71472b url(../images/heading.png) no-repeat;
	color: #eee;
}
.listing h3 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1px;
	padding: 0;
}
.tablestyle {
	width: inherit;
	margin: 10px 0;
}
.tablestyle::after {
	content: "\0020";
	display: block;
	clear: both;
}
.map336pxwidth {
	float: left;
}
.author {
	font-weight: bold;
	color: #FFF;
}
/*-------------------------------------------------------------*/
/*	Lightbox (updated in Oct. 2016 to close on image click)
/*-------------------------------------------------------------*/

#lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	opacity: .85;
	display: none;
}
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#lightboxPrintFrame {
	position: absolute;
	width: 0;
	height: 0;
	left: -9999px;
	top: -9999px;
}
.lb-outerContainer {
	position: relative;
	background-color: white;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
}
.lb-outerContainer::after {
	content: "";
	display: table;
	clear: both;
}
.lb-outerContainer:hover {
	cursor: pointer;
}
.lb-container {
	padding: 10px;
}
.lb-loader {
	position: absolute;
	top: 40%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.lb-nav a {
	outline: none;
}
.lb-container>.nav {
	left: 0;
}
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.lb-dataContainer::after {
	content: "";
	display: table;
	clear: both;
}
.lb-data {
	padding: 0 10px;
	color: #bbb;
}
.lb-data .lb-details {
	width: 80%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}
.lb-data .lb-close, .lb-data .lb-print {
	width: 35px;
	float: right;
	padding-bottom: .7em;
	outline: none;
}
.lb-data .lb-close:hover, .lb-data .lb-print:hover {
	cursor: pointer;
}
/*-------------------------------------------------------------*/
/*	Tooltip (added in Fev. 2017 (to replace js)
/*-------------------------------------------------------------*/

.tooltip {
	position: relative;
	display: inline-block;
}
.tooltip .tooltiptext {
	visibility: hidden;
	background-color: #fff;
	color: #000;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #666;
	padding: 5px;
	position: absolute;
	z-index: 1;
	top: 150%;
	left: 50%;
	margin-left: -50px;
	width: 330px;
	opacity: 0;
	transition: opacity 1s;
	font: italic normal 13px Georgia, serif;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
/*-------------------------------------------------------------*/
/*	Cookie consent (modified in April 2018)
/*-------------------------------------------------------------*/

.cc_container {
	font-size: 15px !important;
	padding: 7px 15px 12px 15px !important;
}
.cc_container .cc_btn {
	margin-top: 5px;
	padding: 4px 20px !important;
}
.cc_btn {
	max-width: 50px !important;
	background-color: #FF0 !important;
	color: #00F !important;
	border: 1px solid #fff;
	font-weight: bold;
}
/*-------------------------------------------------------------*/
/*	Back to Top button (created in June 2019)
/*-------------------------------------------------------------*/

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: red;
	color: white;
	cursor: pointer;
	padding: 5px 15px;
	border-radius: 10px;
	font-size: 18px;
}
#myBtn:hover {
	background-color: #555;
}

/*-------------------------------------------------------------*/
/* BREAKDOWN 1 */
/* not used for resortsmaps.com mobile */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* BREAKDOWN 2
/* Ipad landscape (1024px)
/* max-width = 994px
/* content-width = 974px (max-width - 2*10px curlicue)
/*-------------------------------------------------------------*/
@media only screen and (min-width: 961px) {
main {
	width: 974px;
}
header {
	width: 974px;
	height: 110px;
}
header .resortsmaps {
	width: 226px;
	height: inherit;
	background: url(../images/banner90px.png) no-repeat 10px 10px;
}
header .pub-header {
	width: 748px;
	height: inherit;
}
nav {
	width: 994px;
}
.submenu {
	width: 974px;
	height: 100px;
	background: url(../images/banner974px.jpg) no-repeat;
}
.news-socials {
	width: 974px;
	height: 30px;
}
.fullpage {
	width: 974px;
}
.content {
	width: 574px;
}
.listing {
	width: 400px;
}
.map336pxwidth {
	width: 475px;
}
.map336pxwidth img {
	margin: 0 75px;
}
footer {
	width: 974px;
}
footer .summary {
	width: 640px;
}
footer .about {
	width: 334px;
}
footer .credentials {
	width: 974px;
}
footer .credentials .copyright {
	width: 387px;
} /* 2019-10-26: modified to fit all links */
footer .credentials .contact {
	width: 587px;
} /* 2019-10-26: modified to fit all links */
footer .disclaimer {
	width: 974px;
}
.showviewport:after {
	content: "2 (between 961px and 1030px)"
}
/* adsense */
.header728 {
	width: 728px;
	height: 90px;
	margin: 10px auto;
}
.index336 {
	width: 336px;
	height: 280px;
	margin: 0 10px 0 0;
}
.content336 {
	width: 336px;
	height: 280px;
	margin: 0 10px 0 0;
}
.menu336 {
	width: 336px;
	height: 280px;
	margin: 15px 0 10px 20px;
	float: none;
}
.map336 {
	width: 336px;
	height: 280px;
	margin: 30px 0 0 95px;
}
}

/*-------------------------------------------------------------*/
/* BREAKDOWN 3
/* iPad portrait (768px)
/* max-width = 738px
/* content-width = 718px (max-width - 2*10px curlicue)
/*-------------------------------------------------------------*/
@media only screen and (min-width: 751px) and (max-width: 960px) {
main {
	width: 718px;
}
header {
	width: 718px;
	height: 80px;
}
header .resortsmaps {
	width: 226px;
	height: inherit;
	background: url(../images/banner60px.png) no-repeat 10px 10px;
}
header .pub-header {
	width: 488px;
	height: inherit;
}
nav {
	width: 738px;
}
nav ul > li a {
	padding: 10px 10px;
}     /* main menu */
nav ul.menu > li a {
	font-size: 16px;
}     /* main menu */
nav ul.menu .colsmx {
	width: 270px;
}     /* sub mega-menu */
nav ul.menu .col1mx {
	width: 54%
}
nav ul.menu .col2mx {
	width: 46%
}
nav ul.menu .colscar {
	width: 460px;
}     /* sub mega-menu */
nav ul.menu .col1car {
	width: 34%
}
nav ul.menu .col2car {
	width: 27%
}
nav ul.menu .col3car {
	width: 39%
}
nav ul.menu .colscuba {
	width: 390px;
}     /* sub mega-menu */
nav ul.menu .col1cuba {
	width: 50%
}
nav ul.menu .col2cuba {
	width: 50%
}
nav ul.menu .colssca {
	width: 200px;
}     /* sub mega-menu */
nav ul.menu .col1sca {
	width: 50%
}
nav ul.menu .col2sca {
	width: 50%
}
.submenu {
	width: 718px;
	height: 100px;
	background: url(../images/banner974px.jpg) no-repeat;
}
.news-socials {
	width: 718px;
	height: 30px;
}
.fullpage {
	width: 718px;
}
.content {
	width: 368px;
}
.listing {
	width: 350px;
}
.listing li {
	font-size: 12px;
}
.map336pxwidth {
	width: 350px;
}
.map336pxwidth img {
	margin: 0 0 0 20px;
}
.twomaps {
	width: 300px;
	height: 120px;
}
.tooltip .tooltiptext {
	width: 280px;
}
footer {
	width: 718px;
}
footer .summary {
	width: 718px;
}
footer .about {
	width: 718px;
}
footer .about p {
	padding: 0 10px 0 10px;
}
footer .credentials {
	width: 718px;
	height: 35px;
}
footer .credentials .copyright {
	width: 359px;
}
footer .credentials .contact {
	width: 359px;
}
footer .credentials .validate {
	display: none;
}
footer .disclaimer {
	width: 718px;
}
.showviewport:after {
	content: "3 (between 751px and 960px)"
}
/* adsense */
.header728 {
	width: 468px;
	height: 60px;
	margin: 10px auto;
}
.index336 {
	width: 336px;
	height: 280px;
	margin: 0 10px 0 0;
}
.content336 {
	width: 300px;
	height: 250px;
	margin: 0 10px 10px 0;
	float: none;
}
.menu336 {
	width: 300px;
	height: 250px;
	margin: 10px auto;
	float: none;
}
.map336 {
	width: 336px;
	height: 280px;
	margin: 30px 0 0 0;
}
}

/*-------------------------------------------------------------*/
/* BREAKDOWN 4 / DROPDOWN MENU
/* Samsung portrait (600px)
/* max-width = content-width = 570px (600px - 2x15px padding)
/*-------------------------------------------------------------*/
@media only screen and (min-width: 591px) and (max-width: 750px) {
main {
	width: 570px;
}
header {
	width: 570px;
	height: 120px;
}
header .resortsmaps {
	width: 226px;
	height: inherit;
	background: url(../images/banner100px.png) no-repeat 10px 10px;
}
header .pub-header {
	width: 340px;
	height: inherit;
}
nav {
	width: inherit;
	height: 65px;
	margin: 0;
	border: none;
}
.submenu {
	width: 570px;
	height: 100px;
	background: url(../images/banner570px.jpg) no-repeat;
}
.js #responsive, .left-corner, .right-corner {
	display: none;
}
.js .selectnav {
	display: block;
}
.selectnav {
	width: 520px;
	margin: 20px auto;
}
.news-socials {
	width: 570px;
	height: 30px;
}
.news-socials p a {
	font-weight: normal;
}
.fullpage, .content, .listing, .map336pxwidth {
	width: 570px;
}
.listing li {
	font-size: 14px;
}
.fillertext {
	display: none;
}
.map336pxwidth {
	margin: 20px 0 0 0;
}
.map336pxwidth img {
	margin: 10px 0 0 110px;
}
.twomaps {
	width: 336px;
	height: 200px;
}
.tooltip .tooltiptext {
	width: 500px;
}
footer {
	width: 570px;
}
footer .summary {
	width: 570px;
}
footer .summary li a {
	font-size: 13px;
}
footer .about {
	width: 570px;
}
footer .about p {
	font-size: 13px;
	padding: 0 10px 0 10px;
}
footer .about p strong {
	font-size: 14px;
}
footer .credentials {
	width: 570px;
	height: 45px;
}
footer .credentials .copyright {
	width: 570px;
	height: 23px;
}
footer .credentials .copyright p {
	font-size: 14px;
}
footer .credentials .contact {
	width: 570px;
	height: 20px;
}
footer .credentials .contact a {
	color: #600;
}
footer .credentials .contact p {
	text-align: left;
	padding-left: 0px;
}
footer .disclaimer {
	width: 570px;
}
.showviewport:after {
	content: "4 (between 591px and 750px)"
}
/* adsense */
.header728 {
	width: 320px;
	height: 100px;
	margin: 10px auto;
}
.index336 {
	width: 336px;
	height: 280px;
	margin: 0 10px 0 0;
}
.content336 {
	width: 336px;
	height: 280px;
	margin: 0 10px 0 0;
}
.menu336 {
	width: 336px;
	height: 280px;
	margin: 20px 0 10px 20px;
	float: none;
}
.map336 {
	width: 336px;
	height: 280px;
	margin: 10px 110px;
}
}

/*-------------------------------------------------------------*/
/* BREAKDOWN 5 / DROPDOWN MENU
/* iPhone4 portrait / Samsung landscape (480px)
/* max-width = content-width = 450px (480px - 2x15px padding)
/*-------------------------------------------------------------*/
@media only screen and (min-width: 471px) and (max-width: 590px) {
h2 {
	font-size: 14px;
}
main {
	width: 450px;
}
header {
	width: 450px;
	height: 70px;
}
header .resortsmaps {
	width: 100px;
	height: inherit;
	background: url(../images/banner50px.png) no-repeat 10px 10px;
}
header .pub-header {
	width: 340px;
	height: inherit;
}
nav {
	width: inherit;
	height: 55px;
	margin: 0;
	padding: 0;
	border: none;
}
.submenu {
	width: 450px;
	height: 100px;
	background: url(../images/banner450px.jpg) no-repeat;
}
.js #responsive, .left-corner, .right-corner {
	display: none;
}
.js .selectnav {
	display: block;
}
.selectnav {
	width: 390px;
	margin: 15px auto;
}
.news-socials {
	width: 450px;
	height: 40px;
}
.news-socials p a {
	font-weight: normal;
}
.fullpage, .content, .listing, .map336pxwidth {
	width: 450px;
}
.listing li {
	font-size: 13px;
}
.fillertext, .fillermoretext {
	display: none;
}
.map336pxwidth {
	margin: 20px 0 0 0;
}
.map336pxwidth h3 {
	margin: 0 0 0 -20px;
}
.map336pxwidth img {
	margin: 10px 0 0 45px;
}
.twomaps {
	width: 336px;
	height: 180px;
}
h4 {
	font-size: 19px;
}
h5 {
	margin-left: -20px;
}
.formerly {
	font-size: 15px;
}
.formerly::before {
	content: "\A";
	white-space: pre;
}
.destination {
	font-size: 15px;
}
.tooltip .tooltiptext {
	width: 380px;
}
footer {
	width: 450px;
}
footer .summary {
	display: none;
}
footer .about {
	width: 450px;
}
footer .about p {
	font-size: 13px;
	margin: 0 10px;
}
footer .about p strong {
	font-size: 14px;
	margin: 0 10px;
}
footer .credentials {
	height: 50px;
}
footer .credentials .copyright {
	width: 450px;
}
footer .credentials .copyright p {
	font-size: 13px;
}
footer .credentials .contact {
	width: 450px;
}
footer .credentials .contact a {
	color: #600;
}
footer .credentials .contact p {
	text-align: left;
	padding: 0;
}
footer .credentials .validate {
	display: none;
}
.showviewport:after {
	content: "5 (between 471px and 590px)"
}
/* adsense */
.header728 {
	width: 320px;
	height: 50px;
	margin: 10px auto;
}
.index336 {
	width: 300px;
	height: 250px;
	margin: 0 10px 0 0;
}
.content336 {
	width: 300px;
	height: 250px;
	margin: 0 10px 0 0;
}
.menu336 {
	width: 336px;
	height: 280px;
	margin: 20px 0 10px 20px;
	float: none;
}
.map336 {
	width: 336px;
	height: 280px;
	margin: 10px 0 10px 45px;
}
}

/*-------------------------------------------------------------*/
/* BREAKDOWN 6 / DROPDOWN MENU
/* iPhone3 / Samsung portrait (320px)
/* max-width = content-width = 320px (full-width, no padding)
/*-------------------------------------------------------------*/
@media only screen and (max-width: 470px) {
main {
	width: 320px;
}
header {
	width: 320px;
}
header .lang-logo {
	width: 320px;
	height: 25px;
	margin: 5px 0;
}
header .lang {
	font-size: 14px;
}
header .english {
	background: none;
}
header .french {
	background: none;
}
header .pub-header {
	width: 320px;
	height: auto;
}
header .hide {
	display: inline;
	padding: 0 10px 0 0;
}
nav {
	width: inherit;
	height: 70px;
	margin: 0;
	padding: 0;
	border: none;
}
.submenu {
	width: 320px;
	height: 100px;
	background: url(../images/banner320px.jpg) no-repeat;
}
.js #responsive, .left-corner, .right-corner {
	display: none;
}
.js .selectnav {
	display: block;
}
.selectnav {
	width: 280px;
	margin: 15px auto;
}
.news-socials {
	width: 320px;
	height: 40px;
}
.news-socials p {
	padding: 0 10px 0 0;
}
.news-socials p a {
	font-weight: normal;
}
.fullpage, .content, .listing, .map336pxwidth {
	width: 320px;
}
.listing ul {
	margin: 0;
	padding-left: 10px;
}
.listing li {
	font-size: 13px;
}
.fillertext, .fillermoretext {
	display: none;
}
.map336pxwidth {
	margin: 20px 0 0 8px;
}
.map336pxwidth h3 {
	margin: 0;
}
.map336pxwidth img {
	margin: 10px 0 0 0;
}
.onemap {
	width: 300px;
	height: 250px;
}
.twomaps {
	width: 300px;
	height: 150px;
}
h5 {
	margin-left: -20px;
}
.formerly {
	font-size: 13px;
}
.formerly::before {
	content: "\A";
	white-space: pre;
}
.destination {
	font-size: 15px;
}
article {
	padding: 0 0 10px 0;
	margin: 0;
}
article h2 {
	font-size: 15px;
	padding: 0 10px 10px 10px;
}
article h3 {
	font-size: 15px;
	padding: 10px 10px 10px 0;
}
article h4 {
	font-size: 18px;
	padding: 10px;
}
article p {
	padding: 0 10px 10px 10px;
}
article .listing p {
	padding: 0 10px;
}
ul {
	padding: 0 10px 0 25px;
}
.tooltip .tooltiptext {
	width: 250px;
}
footer .summary {
	display: none;
}
footer .about {
	width: 320px;
}
footer .about p, footer .about p strong {
	margin: 0 10px;
}
footer .credentials {
	height: 45px;
}
footer .credentials .copyright {
	width: 320px;
}
footer .credentials .copyright p {
	font-size: 12px;
}
footer .credentials .contact {
	width: 320px;
}
footer .credentials .contact .validate {
}
footer .credentials .contact p {
	text-align: left;
	padding: 0;
}
footer .credentials .contact a {
	font-size: 13px;
	color: #600;
}
.showviewport:after {
	content: "6 (lower than 470px)"
}
/* adsense (modified in Jan. 5, 2018 to prevent from oversized the available width */
.header728 {
	width: 300px;
	height: auto;
	min-height: 50px;
}
.index336 {
	width: 300px;
	height: auto;
	min-height: 50px;
	margin: 10px;
}
.content336 {
	width: 300px;
	height: auto;
	min-height: 50px;
	margin: 10px;
}
.menu336 {
	width: 300px;
	height: auto;
	min-height: 50px;
	margin: 10px;
}
.map336 {
	width: 300px;
	height: auto;
	min-height: 50px;
	margin: 0;
}
}
