
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:light:300);

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/**  General **/

* {
	margin: 0;
}

body {
	background: #92b0a7 url("./splash-bg.jpg") repeat fixed 0 0 / 100% 100%;
	color: #999;
	font-family: 'Open Sans Condensed', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
	min-width: 320px;
	padding: 0;
	text-align: left;
}

.cookieBar {
    background-color: rgba(255, 204, 51, 0.9);
	border-bottom: 2px solid rgba(221, 170, 17, 0.9);
	color: black;
    line-height: 33px;
    position: fixed;
    text-align: center;
	top: 0;
    width: 100%;
    z-index: 1001;
}

.cookieBar a {
	text-shadow: none;
}

.cookieBar button {
	cursor: pointer;
}

#sites {
	margin: auto;
	overflow: hidden;
	/*width: 888px;*/
	width: 592px; /*mostra solo due cerchi, no bus*/
}

.splashSprites {
	background-image: url("./splash-sprites.png?2");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 1100px 256px;
	height: 0;
	width: 0;
}

.splashSprites.logo {
    background-position: 0 0;
    height: 136px;
	margin: 40px auto;
    width: 332px;
}

.splashSprites.round {
	float: left;
    height: 256px;
    margin: 20px;
    width: 256px;
}

.splashSprites.bus {
    background-position: -332px 0;
}

.splashSprites.tour {
    background-position: -588px 0;
}

.splashSprites.viaggi {
    background-position: -844px 0;
}


.hidden {
	display: none;
}

footer {
	color: #DDD;
	font-size: 13px;
	margin: 40px auto;
	max-width: 332px;
	text-align: center;
	text-transform: uppercase;
}

footer a {
	color: white;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 

	.splashSprites {
		background-image: url("./splash-sprites@2x.png?2");
	}
	
	#sites {
		margin: auto;
		overflow: hidden;
		width: 592px;
	}
	
}

/* medium screens, two lines floating left */

@media
only screen and (max-width: 887px) {
	
	#sites {
		width: 592px;
	}

}

/* small screens, one line only */

@media
only screen and (max-width: 591px){

	#sites {
		margin: auto;
		width: 296px;
	}
	
}

@media only screen and (max-width: 360px) {

	.splashSprites.logo {
    	background-size: 1001px 233px;
	    height: 124px;
    	width: 300px;	
	}

}