@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');


html, body {
	height: 100%;
	box-sizing:border-box;
}
body {
	margin: 0;
	padding: 0;

	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
    line-height: 18px;
}
#content a{
color:#fff;	
}
a img{
	border:0;	
}
hr{
	border:0;
	border-top:1px solid #ccc;
	margin:25px 0;
}
select{
	border:0;	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
}
#header {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    float: left;
    margin-top: 0;
    width: 100%;
    /*background-color: rgba(255,255,255,0);*/
	
	-webkit-transition: background .5s ease-out;
	-moz-transition: background .5s ease-out;
	-o-transition: background .5s ease-out;
	transition: background .5s ease-out;
}
#header:hover {
	/*background-color:rgba(255,255,255,1)*/
}
h1, h2, h3, p {
	margin: 0;
	padding: 0;
}
h2, h3{
	margin-top:25px;
	margin-bottom:7px;
	font-size:18px;
	text-transform: uppercase;
	font-weight: bold;
}
 h3{
	font-size:16px;
}
#logo {
	display: block;
	float: left;	
	width:auto;
	height:72px;
	margin-top:13px;
	margin-left:28px;
}
#logo img{
	width:auto;
	height:72px;	
}
#logo.mobile{
	display:none;
}
#nav{
	height:200px;
	position: fixed;
    top: 50%;
    left: 0;
    z-index: 80;
    float: left;
    margin-top: -100px;
	margin-left:29px;
   /* background:#ccc;*/
}
.menuPrincipale{
	float:left;
	margin-top:10px;
	margin-left:50px;
	padding:0;	
	display:none;
	width:65%;
	/*background-color:#eee;*/
}
.menuPrincipale a {
	color:#666;
	text-decoration:none;	
}
.menuPrincipale ul, .menuPrincipale li, .menuPrincipale li a{
	margin:0;
	padding:0 5px;	
	list-style-type:none;
	text-decoration:none;
	text-transform:uppercase;
	color:#666;
	line-height:25px;
}
.menuPrincipale li a:hover,.menuPrincipale li a.selected {
	background-color:#eee;
}
#social, #lingua, #privacy{
	float:left;
    width: 33%;
	margin-bottom:10px;	
}
#social img{
	width:16px;
	height: auto;
	vertical-align:middle;
	margin:0 7px;
	filter: grayscale(100%) opacity(1);
	-webkit-filter: grayscale(100%) opacity(1);
	-webkit-transition: all 0.5s;
	} 
	#social img:hover{	  
		filter: grayscale(0) opacity(1);
	    -webkit-filter: grayscale(0) opacity(1);
	}

.menu {
	float: left;
	padding: 0;
	width: 100%;
	list-style-type: none;
}
.menu li a {
	display: block;
	padding: 8px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 19px;
	/*text-shadow: 1px 1px 1px #666;*/
}
.menu li a:hover::before {
	content:"_"
}
.menu li a.selected::before {
	content:"_";
	color: #fff!important;
}

#container {
	/*padding: 30px 0px 0px 0px;*/
	padding:0;
}
.slider {
	position: absolute;
	top: 0;
	left:0;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top:0;
	width: 100%;
	height: 100%;
	background-color:#333;
}
/*.slider.toggle_width {
	width: 70%;
}*/
.slider .my_container {
	overflow: hidden;
}
.slider .my_container .line-element {
	position: relative;
	z-index: 10;
	display: block;
	float: left;
	margin-left: 0;
	/*width: 1000px;
	height: 905px;*/
	background: #fff;
}

.slider .my_container span {
	position: absolute;
	bottom: 0;
	left: 0;
}
.slider .my_container img {
    width: 100%;
    height: auto;
}
.slider .my_container img:first-child {
	margin-left: 0;
}
.slider .my_container img:last-child {
	margin-right: 0;
}
.cont-page {
	padding: 20px;
}

.cop {
	float: left;
	margin-right: 20px;
	height: 560px;
}
/* Button Responsive Menu*/
.btn-responsive-menu {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	margin: 19px 28px 0 0;
	padding: 5px;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #333;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	cursor: pointer;
}

.label {
    /* background: #ccc; */
    color: #fff;
    float: right;
    margin-right:78px;
    margin-top: 28px;
}
.icon-bar {
	display: block;
	margin: 5px 5px 6px 5px;
	width: 24px;
	height: 2px;
	/*-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;*/
	background-color: #fff;
	/*-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);*/
}
.show {
	display: block!important;
}
#content{
	position:absolute;
	z-index:75;
	width:50%;
	height:100%;
	right:0;
	margin-right:0;	
	margin-top:0;	
	background:rgba(0,0,0,0.6);
    box-shadow: -22px 10px 60px rgba(0, 0, 0, 0.8);
}
#content div{
	margin-top:50%;
	padding:0 38px;
	font-size:17px;
	line-height:21px;
	text-align:justify;
	color:#fff;	
}
#content ul{
	list-style-position:inside;	
	padding:0;
	margin:0;
}
#content .gallery {
	float:left;
	width:100%;
	margin-bottom:30px;		
}
.gallery li{
	list-style-type: none;
    width: 44%;
    float: left;
    margin: 0;
    margin-top: 15px;
    margin-right: 28px;
	}
.gallery li img{
		width:100%;
		height:auto;
		border:5px solid #fff;	
	}

#piva{
	position:absolute;
	bottom:0;
	color:#000;
	padding:1%;
	right:0;
	z-index:100;
}





@media (min-width:320px) and (max-width:1200px) {
	html{
		background-color:#fff;	
	}
	h2 {
    margin-top: 0px;
	font-size:20px;
}
#content a{
	color:#333;	
}
	#header {
		background-color:#fff;	
		position:relative;
	    box-shadow: 0px 0px 24px rgba(100, 100, 100,0.2);
	}
	#logo{
		display:none;	
	}
	#logo.mobile{
	margin-left: 0;
    display: block;
    margin-top: 18px;
    margin-left: 13px;
    height: auto;
	margin-top:10px;	
	}
	#logo img, #logo.mobile img {
    width: auto;
    height: 52px;
	}
	.btn-responsive-menu {
    right: 0;
	width:38px;
	/*background-color:#ff0;*/
    margin: 12px 0 0 0px;
	}
	.icon-bar {
    background-color: #333;
}
	.label{
		display:none;	
	}
	
	#container {
    /* padding: 30px 0px 0px 0px; */
    padding: 0;
    float: left;
    margin-top: 20px;
	
}

	.up{
		width:90%;
		margin-left:5%;
		float:left;
		background-color:#000;
		text-align:center;
	    padding: 10px 0;
	    font-size: 14px;
	}
	.up a{
	color:#fff;	
	}
	#nav{
		display:none;	
	}
	#content .gallery {
	float:left;
	width:100%;
	margin-bottom:0px;		
	}
	.gallery li{
		width:100%;
	}
	.gallery li img{
		width:100%;
		height:auto;
		border:0;
		border:1px solid #999;	
	}
	
	.slider {
    position: relative;
    margin-top: 0;
    width: 100%;
    height: auto;
	background-color: #fff;
}
	.slider .my_container img{
	    width: 100%;
	    height: auto;	
		/*float:left;	*/
	}
	#content {
    position: relative;
    float:left;
    width: 100%;
    height: auto;
    background: rgba(255,0,0,0);
    box-shadow: -22px 10px 60px rgba(0, 0, 0,0);
}

	#content div {
		color:#000;
		margin-top: 0;
   		padding: 20px;
		text-align:left;
		font-size:15px;
	}
	
	.menuPrincipale {
		width:92%;
		/*background-color:#ccc;*/
       float: none;
    margin-top: 67px;
    margin-left: 13px;
    padding: 0;
}
#social, #lingua, #privacy {
    float: left;
    width: 33%;
    margin-left: 0px;
    margin-bottom: 10px;
}
#social{
	width: 100px;
}
#social img {
    width: 19px;
	margin:0;
    margin-right: 18px;
    margin-top: 7px;
}
	 
 }
 
 @media (min-width:1024px) and (max-width:1200px) {
	 .gallery li {
    width: 47%;
	}
	.up {
		width: 93%;
		margin-left: 2%;
	}
 }
 /*@media (min-width: 1366px) {
	#content div{
	margin-top:43%; 
	 }
 }*/
 
 @media (min-width:1367px) {
	
	*, h2{
		font-size:25px;	
		line-height:1.5em;
	}
	h3{
		font-size:22px;	
		line-height:1.5em;
	}
	#nav {
    height: 320px;
    margin-top: -170px;
}
	.line-element img{
	    width: 100%;
	    height: auto;
	}
	.menu li a {
        font-size: 27px;
}
.label {
    margin-top: 20px;
}
 }
@media (min-width:430px) and (max-width:1200px) {
	.menuPrincipale {
		width:93%;
	}
.menuPrincipale ul {
    padding:0;
}

.menuPrincipale li {
    text-align: right;
}
#social {
    width: 40%;
}
#lingua{
	width:25%;	
}
#privacy {
    width: 27%;
}
}

 /*@media (max-width: 980px) {
#header {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
}
.menu li {
	float: left;
}
.slider {
	top: 130px;
	overflow: visible;
	margin: 0px;
	width: 100%;
	height: auto;
}
.slider .my_container {
	float: left;
	overflow: visible;
	width: 100%;
}
.slider .mCSB_container {
	width: 100%!important;
}
.slider .my_container .line-element {
	float: left;
	margin: 0px 0 30px 0;
	width: 100%;
	height: auto;
}
.slider .my_container .line-element img {
	padding-bottom: 2%;
	width: 50%;
	height: auto;
}
.cont-page {
	padding: 3%;
}
}
 @media (max-width: 480px) {
#logo {
	padding: 20px 10px 20px 10px;
	border: none;
}
.btn-responsive-menu {
	display: block;
}
.menu {
	display: none;
}
.menu li {
	float: none;
}
.slider {
	top: 70px;
}*/
