@charset "UTF-8";
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;
}
#frame {
	display: none;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	margin: 0px;
	top: 40px;
	z-index: 3;
	visibility: visible;
}
.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;
}
#strip {
	position: absolute;
	top: 0;
	width: 100%;
	height: 30px;
	background-color: darkgrey;
	opacity: 0.7;
	color: white;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 1em;
	z-index: 1;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.responsive {
    float: left;
    width: 100%;
	overflow: hidden;
}
.h-car-gallery {
	/*font-family: "Roboto";*/
	font-family: "Raleway";
	font-size: 1.2em;
	font-stretch:extra-expanded;
	text-shadow: 1px 1px grey;
}
.bord-text {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
.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: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px
}
.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%)
}
.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}
@media only screen and (min-width:960px) {
	.responsive {
    width: 16.66%;
}
	.h-car-gallery {
	font-size: 1.8em;
}
	.box-cam {
	width: 24.99%;
		height: 50em;
}
}