@charset "utf-8";
/* CSS Document */

	 /*Font Famyly*/
	 
@font-face {
    font-family: rdrlogofont;
    src: url("font/rdr-rob-da-rin.woff2");
}

@font-face {
    font-family: conduit;
	 src: url("font/conduit.woff2");
	 }

@font-face {
    font-family: rdrtechfont;
	 src: url("font/rdr-rob-da-rin-tech.woff2");
	 }
table {
//STILE DELLA TABELLA 
	border:none;
    width: 80%;
    height: 80%;
    table-layout: center;
// CELLE A LARGHEZZA AUTOMATICA
}
	 	 @media (min-width: 1200px) {
#wrapper{width:100%;position: relative; margin: 5% auto;}

	.RDR-caption {bottom:25%; width:53%; }

	.RDR-caption h1 {font-size:1.6vw;}

	.RDR-caption p {font-size:1.1vw;}
		 }
	@media (min-width: 700px) {
@media (max-width: 1200px) {
#wrapper{width:100%;position: relative; margin: 5%;}

	.RDR-caption {bottom:15%; width:80%;}

	.RDR-caption h1 {font-size:2.2vw;}

	.RDR-caption p {font-size:1.8vw;}
		}}



 @media (max-width: 700px) {
#wrapper{width:100%;position: relative; margin:5% ;}

	
		 
	.RDR-caption {bottom:5%; width:94%;}

	.RDR-caption h1 {font-size:3vw;}

	.RDR-caption p {font-size:2.8vw;}
		 }

/* The RDR Slider styles */
.RDRSlider {
	position:relative;
	width:110%;
	height:auto;
	overflow: hidden;
	
}
.RDRSlider img {
	position:absolute;
	top:0px;
	max-width: none;
}
.RDR-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
	
}

/* If an image is wrapped in a link */
.RDRSlider a.RDR-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.RDR-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.RDR-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}

.RDR-box img {
	display:block;
}

/* Caption styles */
.RDR-caption {
	position:absolute;
	right:2%;
	top: 5%;
	color:#fff;
	z-index:10;
	overflow:hidden;
	display:none; 
}

.RDR-caption h1 {
	font-family: rdrlogofont;
	padding:5px 10px;
	margin:0;
	background:#000;
	color:#fff;
	opacity:.7;
	
	
}

.RDR-caption p {
	font-family: conduit;
	background:#000;
	opacity:.8;
	
}

.RDR-caption a {
	display:inline!important;
}

.RDR-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.RDR-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}

/* Control nav styles (e.g. 1,2,3...) */
.RDR-controlNav {
	text-align:center;
	padding: 0px 0;
}
.RDR-controlNav a {
	cursor:pointer;
}
.RDR-controlNav a.active {
	font-weight:bold;
}

.RDR-controlNav a.active {
	font-weight:700;
}

a {
	font-family: rdrlogofont;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* Five columns side by side */
.column {
  float: left;
  width: 20%;
}










