@charset "UTF-8";
html, body {
	height:100%;
	overflow-y:scroll;
	overflow-x:hidden;
    box-sizing: border-box;
	line-height: 1.5;
}
* {
	box-sizing:border-box;
}
* , * :before, * :after {
    box-sizing: inherit
}

/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
	margin:0px;
	background-color:#eee;
	color: white;
}
img.thugal {
	height: 100%;
}
div.img {
    border: 1px solid #ccc;
	cursor: pointer;
}
div.img:hover {
    border: 1px solid #777;
}
div.img img {
    width: 100%;
    height: auto;
}
div.desc {
    padding: 15px;
    text-align: center;
}
#header {
	background-color: #8C004C;
	width: 100%;
	height: 60px;
	z-index: 10;
	overflow: hidden;
	border-bottom: 1px solid #666;
}
#frame {
	display: none;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	margin: 0px;
	top: 60px;
	z-index: 3;
	visibility: visible;
}
.maine {
	margin: 40px 0px 0px 0px;
	width: 100%;
	float: left;
}
.strips {
	font-family: Impact, Haettenschweiler, "sans-serif";
	font-size: 1.7em;
	font-weight: 100;
	text-align:center;
	border:1px solid #ccc;
	cursor:pointer;
	float: left;
	width: 100%;
	height: 5em;
}
.main-titolo {
	font-family:zapfino;
	font-size: 0.7em;
	text-align: center;
	padding-top:15px; 
}
.names {
	opacity: 0.6;
	background-color: #333;
	font-family: Haettenschweiler, "sans-serif";
	margin-top: 20px;
}
.closes {
	font-family: gothic_0;
	font-size: 1em;
	cursor: pointer;
	padding-right: 1em;
	opacity: 1;
	float: right;
}
.ext {
	font-family: gothic_0;
	font-size: 1em;
	cursor: pointer;
	padding-right: 1em;
	opacity: 1;
	float: right;
}
#clo {
	display: none;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.responsive {
    float: left;
    width: 100%;
	overflow: hidden;
}
.box-cam {
	width: 100%;
}
#olivo {
	background-image: url(../images/_thumb_3/thumb_2017_01.JPG);
	background-size: cover;
}
#limone {
	background-image: url(../images/_thumb_3/thumb_2017_14.JPG);
	background-size: cover;
}
#melo {
	background-image: url(../images/_thumb_3/thumb_2017_25.JPG);
	background-size: cover;
}
#altro {
	background-image: url(../images/_thumb_3/thumb_2017_46.JPG);
	background-size: cover;
}
.marg-gal {
	margin: 40px 0px 0px 0px;
}
.w3-btn:hover, .w3-btn-block:hover, .w3-btn-floating:hover, .w3-btn-floating-large:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.w3-btn, .w3-btn-floating {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.w3-btn-floating {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #666;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
	opacity: 0.55;
}
.w3-display-left {
    position: absolute;
    top: 50%;
    left: 2%;
	-ms-transform: translate(-0%, -50%);
    transform: translate(0%, -50%);  
}
.w3-display-right {
    position: absolute;
    top: 50%;
    right: 2%;
    -ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
@media only screen and (min-width:960px) {
.w3-btn-floating {
    font-size: 50px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
#header {
	height: 90px;
}
#frame {
	top: 90px;
	min-height:  100%;
}
.box-cam {
	width: 24.99%;
	height: 100vh;
}
.strips {
	width: 24.99%;
	height: 50em;
}
.main-titolo {
	font-size: 1em;
	text-align: left;
	padding-top:35px; 
	padding-left:20px
}
.names {
	opacity: 0.6;
	background-color: #333;
	font-family: Impact, Haettenschweiler, "sans-serif";
	margin-top: 80px;
}
}