@charset "utf-8";
/* Retina Ready Images */

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
h1#logo a { background:url(../images/latte-da.png) no-repeat; background-size:100px 89px; width: 100px; height: 89px; }

.facebook {background:url(../images/bg-facebookpng) center no-repeat; background-size:50px 50px; }
.tripadvisor {background:url(../images/bg-tripadvisor.png) center no-repeat; background-size:50px 50px; }


#backtotop ul li a { background:url(../images/bg-up@2x.png) center top no-repeat; background-size:48px 48px; }

.flex-direction-nav .flex-next {background:url(../images/bg-next@2x.png) center no-repeat; background-size:48px 48px; }
.flex-direction-nav .flex-prev {background:url(../images/bg-prev@2x.png) center no-repeat; background-size:48px 48px; }

.fancybox-close {background: url(../images/bg-close@2x.png) center no-repeat; background-size:48px 48px;}
.fancybox-prev span {background: url(../images/bg-prev@2x.png) center no-repeat; background-size:48px 48px;}
.fancybox-next span {background: url(../images/bg-next@2x.png) center no-repeat; background-size:48px 48px;}
}


@media only screen and (min-width: 1600px) {
/*.container { padding:0px; width:1600px; position:relative; margin:0 auto; }*/
}

@media only screen and (max-width: 1080px) {
#backtotop {display:none !important }
}

/* Standard 960 or larger (browsers) */
@media only screen and (min-width: 960px) {

}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 660px) and (max-width: 959px) {
h1#logo a { float: left;  background-size:100px 89px; width:100px; height:89px; margin-left: 10px; }
.container { padding:0px; width:640px; position:relative; }
.col1-1 {width:620px; }
#wrapper {width:640px; padding-top:10px; }

#nav-button {display:block; float:right; background:#f3f3ee; padding:30px; margin:0 auto; cursor:pointer; position:relative; -webkit-tap-highlight-color: rgba(0,0,0,0); margin-right: 10px;}
.nav-bar {background-color:#2b2b2b; border-radius:1px; display:block; width:25px; height:3px; margin:3px auto; }
#options { display:none; width:620px; margin:0 auto; z-index:300; position:relative; top:0px; clear:both;  }
#options ul {display:block; }
#options li {display:block; float:none }
#options li a { text-align:center; border-bottom:1px solid #ffffff; display:block; padding:15px; width:100%; float:none; margin:0 }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 660px) {
h1#logo a { float: left;  background-size:100px 89px; width:100px; height:89px; margin-left: 10px; }
.container { padding:0px; width:320px; position:relative; margin: 0 auto; margin-bottom:10px; }
.col2-3, .col1-1 { width:300px; height:auto; }
#map {width:300px; height:191px;}

#wrapper {width:100%; padding-top:10px; margin: 0 auto; }

#nav-button {display:block; float:right; background:#f3f3ee; padding:30px; margin:0 auto; cursor:pointer; position:relative; -webkit-tap-highlight-color: rgba(0,0,0,0); margin-right: 10px;}
.nav-bar {background-color:#2b2b2b; border-radius:1px; display:block; width:25px; height:3px; margin:3px auto; }
#options { display:none; width:300px; margin:0 auto; z-index:300; position:relative; top:0px; clear:both;  }
#options ul {display:block; }
#options li {display:block; float:none }
#options li a { text-align:center; border-bottom:1px solid #ffffff; display:block; padding:15px; width:100%; float:none; margin:0 }
footer { padding-bottom: 20px; }
}