/*-------------------------------------------------------------------------------------*/
/*	For testing purpose only
/*-------------------------------------------------------------------------------------*/
/* .adsense { background-color: #eee; } */

nav { margin-bottom: 15px; } /* 2019-10-29: added when news-socials/submenu section removed. add 10px spacing */
.airports ul { padding: 0; margin: 0; }
.airports li { list-style: none; padding-bottom: 10px; }
iframe { height: 300px; }
iframe.noframepadding { height: 30px; }
.weather { display: none; }
/*-------------------------------------------------------------------------------------*/
/*	Set Light Colors
/*-------------------------------------------------------------------------------------*/
#map_canvas { border-color: #666; }
.asidelinks { background: #666; }
.asideprevious { background: #666; }
.contentmiddlelinks { background: #666; }
/* .contenttoplinks { background: #666; } removed */
.contenttoplinks p.selected { background: #666; } /* added in May 2017 to make links more visible */
.destilino { background: #666; }
.r-tabs { background: #666; }
.zenphoto { border-color: #666; }
aside h1 { color: #666; }
footer li a:hover { color: #666; }
h1 { color: #666; }
h2 { color: #666; }
main { border-top-color: #666; }
nav { background: #666; }
nav ul { background: #666; }
/*-------------------------------------------------------------------------------------*/
/*	Set Dark Colors
/*-------------------------------------------------------------------------------------*/
.aboutus { color: #333; }
.asidelinks { border-color: #333; }
.asideprevious { border-color: #333; }
.contentmiddlelinks { border-color: #333; }
.contenttoplinks { border-color: #333; }
.imgborder { border-color: #333; }
.imggallery { color: #333; }
.imgleftborder { border-color: #333; }
.imgleftthinborder { border-color: #333; }
.listing h1 { color: #333; }
.resto { color: #333; }
.r-tabs { border-color: #333; }
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor { color: #333; }
.zenphoto { color: #333; }
a { color: #333; }
footer .credentials .contact a:hover { color: #333; }
hr { border-color: #333; }
nav { border-top-color: #333; border-bottom-color: #333; border-left-color: #333; }
nav li a:hover { background: #333; }
nav ul.menu > li { border-right-color: #333; }
nav ul.menu li ul { border-color: #333; }

/*-------------------------------------------------------------------------------------*/
/*	Adjust Media Query specific for this site
/*-------------------------------------------------------------------------------------*/

@media (min-width: 1031px) {
header .english { background: url(https://destilino.b-cdn.net/bannerAC80px_en.png) no-repeat 10px 22px; }
nav ul.menu li ul li a { font-size: 15px; }
.showads { display: none; } /* do not show this ad in this specific media size (allowed by google adsense) */
iframe { width: 800px; }
.weather.v12 { display: inline; padding: 5px; }
}
@media (min-width: 961px) and (max-width: 1030px) {
header .english { background: url(https://destilino.b-cdn.net/bannerAC80px_en.png) no-repeat 5px 22px; }
.showads { display: none; } /* do not show this ad in this specific media size (allowed by google adsense) */
iframe { width: 700px; }
.weather.v12 { display: inline; padding: 5px; }
}
@media (min-width: 751px) and (max-width: 960px) {
header .english { background: url(https://destilino.b-cdn.net/bannerAC60px_en.png) no-repeat 15px 22px; }
nav ul.menu li ul li a { font-size: 13px; }
iframe { width: 450px; }
.weather.v34 { display: inline; padding-left: 25px; }
.section336.left { width: 336px; height: 280px; margin: 0 10px 0 0; }
.section336.right { width: 336px; height: 280px; margin: 0 0 10px 10px; }
}
@media (min-width: 591px) and (max-width: 750px) {
header .english { background: url(https://destilino.b-cdn.net/bannerAC40pxwide_en.png) no-repeat 10px 20px; }
.lang h2 { font-size: 14px; }
iframe { width: 500px; }
.weather.v34 { display: inline; padding-left: 50px; }
.section336.left { width: 336px; height: 280px; margin: 0 10px 0 0; }
}
@media (min-width: 471px) and (max-width: 590px) {
header .english { background: url(https://destilino.b-cdn.net/bannerAC40px_en.png) no-repeat 10px 22px; }
.lang h2 { font-size: 13px; }
iframe { width: 400px; }
.weather.v5 { display: inline; padding-left: 45px; }
}
@media (max-width: 470px) {
header .english { background: none; }
ol { padding-left: 20px; padding-right: 15px; } /* added in july 2019 */
.airports ul { padding: 10px; margin: 0; }
iframe { width: 300px; }
.weather.v6 { display: inline; padding-left: 50px; }
}
