/* Box-sizing -*/
* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 *behavior: url('/test/grid/script/boxsizing.htc');
}

/* Display block per gli elementi HTML5 su IE */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
 display: block;
}

/* IMMAGINI RESPONSIVE */
img { 
 border:0; 
	vertical-align:middle; 
	-ms-interpolation-mode:bicubic;
}
embed, object, video {
  max-width: 100%;
}
 
img.scala { 
 	max-width:100%; 
	height:auto; 
}

.flex-img {max-width: 100%}

/* SLIDER RESPONSIVE */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


/* Stili di base e tipografia */
html {
  font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: CenturyGothic,"Century Gothic", "futura", Helvetica, Arial;
	font-size: 16px;
	line-height: 20px;
	color: #1d1d1d;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	background-repeat: repeat-y;
	background-position: center center;
}

.footer {
	padding: 5px;
	width: 100%;
	background-color: #802106;
	background-repeat: repeat;
	background-position: center;
}


.back-top {
	max-width: 100%;
	max-height: 184px;
	background-repeat: no-repeat;
	background-position: center;
}

.page-box {
	padding: 30px;
}

.box, a.box:link, a.box:active, a.box:visited {
	background-color: #900800;
	padding: 5px;
	margin-right: 8%;
	margin-bottom: 10px;
	width: 45%;
	overflow: auto;
	color: #ffffff;
	text-decoration: none;
}
a.box:hover {
	background-color: #640600;
	padding: 5px;
	margin-right: 8%;
	width: 45%;
	overflow: auto;
	color: #ffffff;
	text-decoration: none;
}

/* Video responsive */

.video {
position:         relative;
padding-top:      30px;
padding-bottom:   56.25%;
height:           0;
overflow:         hidden;
}

.video iframe
{
position:  absolute;
top:       0;
left:      0;
width:     100%;
height:    100%;
}


/* Griglia */

.riga {
 width: 100%;
 max-width:1024px; 
 min-width: 720px; 
 margin: 0 auto;
}

[class*='colonna-'] {
 float: left; 
 min-height: 1px; 
 padding: 0 15px; 
}

.colonna-1-4 {
 width: 25%;
}

.colonna-1-3 {
 width: 33.33%;
}

.colonna-1-2 {
 width: 50%;
}

.colonna-1 {
 width: 100%;
}

[class*="colonna-"] + [class*="colonna-"]:last-child {float: right;}

/* Micro-clearfix */
.riga:before,
.riga:after {
 content: " "; 
 display: table;
}

.riga:after {
 clear: both;
}

.riga {
 *zoom: 1;
}


/* Stili  per le varie sezioni */

header {
 height: 66px;
 position: relative;
}

header #logo {
 float: left;
}

#logo a {display: block;}

footer {
 border-top: 1px solid #333;
 border-bottom: 1px solid #333;
}

nav {
 float: right;
 padding: 20px 20px 0 0; 
}

nav ul, nav li {
 margin: 0;
 padding: 0;
}

nav ul li {
 list-style: none;
 float: left;
 margin-right: 5px;
}

nav ul li a {
 display: block;
 padding: 5px;
}

a.attiva-nav {
 display: none;
}

@media only screen and (max-width:600px) {
.riga { 
 width: auto;
 min-width: 0; 
 margin-left: 0; 
 margin-right: 0;
}
 
[class*="colonna-"] { 
 width: auto !important; 
 float: none;  
}

[class*="colonna"] + [class*="colonna"]:last-child {float: none;}
 
[class*="colonna-"]:before, [class*="colonna-"]:after {
 content:""; 
 display:table;
}

[class*="colonna-"]:after {clear: both;}

a.attiva-nav {
	display: block;
	float: right;
	color: #FF6600;
	background: #dddddd;
	text-decoration: none;
	margin: 0px;
	padding: 1px;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	height: 22px;
}

nav {
 clear: both;
 position: absolute;
	top: 70px;
	width: 100%;
	z-index: 10000;
	background: #fff;
	padding: 0;
	display: none;
}

nav ul {
 margin: 0;
 padding: 0;
}
nav ul li {
 list-style: none;
 float: none;
}

nav ul li a { 
 padding: 5px;
 display: block;
 border-bottom: 1px solid #333; 
}
}

/*FINE PARTE RESPONSIVE */

.page-box {
	width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

div.column-left {
	float: left;
	clear: left;
	width: 45%;
}
div.column-right {
	float: right;
	clear: right;
	width: 45%;
}

.txt, a.txt:link, a.txt:active, a.txt:visited {
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	word-spacing: 2px;
	letter-spacing: 0px;
	border-left-width: 8px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a.txt:hover{
	color: #CCCCCC;
	font-size: 14px;
	line-height: 24px;
	word-spacing: 2px;
	letter-spacing: 0px;
	border-left-width: 8px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.txt-chiari, a.txt-chiari:link, a.txt-chiari:active, a.txt-chiari:visited {
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	word-spacing: 2px;
	letter-spacing: 0px;
	border-left-width: 8px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a.txt-chiari:hover{
	color: #CCCCCC;
	font-size: 14px;
	line-height: 24px;
	word-spacing: 2px;
	letter-spacing: 0px;
	border-left-width: 8px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.title, a.title:link, a.title:active, a.title:visited {
	color: #999999;
	font-size: 27px;
	line-height: 40px;
	word-spacing: 2px;
	letter-spacing: 0px;
	border-left-width: 8px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-shadow: 2px  2px 4px #CCCCCC;
	filter:DropShadow(Color=#000000, OffX=2, OffY=2);
}
a.title:hover{
	color: #CCCCCC;
	font-size: 28px;
	line-height: 34px;
	word-spacing: 2px;
	letter-spacing: 0px;
	border-left-width: 8px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-shadow: 2px  2px 4px #000000;
	filter:DropShadow(Color=#000000, OffX=2, OffY=2);
}
.title-white {
	color: #ffffff;
	font-size: 27px;
	line-height: 40px;
	word-spacing: 2px;
	letter-spacing: 0px;
	border-left-width: 8px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.sub-title, a.sub-title:link, a.sub-title:active, a.sub-title:visited {
	color: #999999;
	font-size: 22px;
	line-height: 24px;
	word-spacing: 2px;
	letter-spacing: 0px;
	border-left-width: 8px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a.sub-title:hover{
	color: #CCCCCC;
	font-size: 22px;
	line-height: 24px;
	word-spacing: 2px;
	letter-spacing: 0px;
	border-left-width: 8px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.blocco-txt{width:630px;padding-top:5px;padding-left:12px;padding-right:10px;}
.txt-marcato, a.txt-marcato:link, a.txt-marcato:active, a.txt-marcato:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	word-spacing: 2px;
	letter-spacing: 1px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a.txt-marcato:hover{
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	word-spacing: 2px;
	letter-spacing: 1px;
}
.txt-little{color:#eee;font-size:9px;line-height:15px;word-spacing:2px;letter-spacing:1px;}
.txt1{color:#363636;font-size:11px;line-height:17px;word-spacing:2px;letter-spacing:1px;}
h1, a.h1:link, a.h1:active, a.h1:visited{
	color: #B2B1B3;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	word-spacing: 2px;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
a.h1:hover{
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	word-spacing: 2px;
	letter-spacing: 1px;
	text-decoration: underline;
}
.h2{color:#f8f8f8;font-size:14px;line-height:18px;word-spacing:2px;letter-spacing:1px;text-decoration:none;}
.h2-scuro{color:#333;font-size:14px;line-height:18px;word-spacing:2px;letter-spacing:1px;text-decoration:none;}
h2{
	color: #CD0033;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	word-spacing: 2px;
	letter-spacing: 1px;
	text-decoration: none;
}

.photo-box{
	border: 1px solid #333333;
	height: 252px;
	width: 252px;
	vertical-align: middle;
	background-position: center;
}
.photo-box2{
	border: 1px solid #333333;
	max-width: 450px;
}
.photo-box3{
	border: 1px solid #333333;
	height: 140px;
	width: 140px;
}
.pag, a.pag:link,a.pag:active{width:20px;
height:20px;
border:solid 1px #666666;
margin:5px;
float:left;
text-decoration:none;
}
a.pag:hover{
background-color:#D6D6D6;
}
.pag_sel{width:20px;
height:20px;
border:solid 1px #666666;
margin:5px;
float:left;
background-color:#BFBFBF;
}
.buttons, a.buttons:link, a.buttons:active, a.buttons:visited  {
	width: 70%;
	padding: 10px;
	background-color: #DFDDE1;
	color: #333333;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 17px;
	line-height: 20px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: inset 3px 3px 5px #999999;
}
a.buttons:hover {
	width: 70%;
	padding: 10px;
	background-color: #666666;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 17px;
	line-height: 20px;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.6s ease;
}
#buttons, #buttons:link, #buttons:active, #buttons:visited  {
	width: 70%;
	padding: 10px;
	background-color: #DFDDE1;
	color: #333333;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 17px;
	line-height: 20px;
	margin-left: auto;
	margin-right:auto;
	box-shadow: inset 3px 3px 5px #555555;
}
#buttons:hover {
	width: 70%;
	padding: 10px;
	background-color: #666666;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 17px;
	line-height: 20px;
	margin-left: auto;
	margin-right:auto;
	box-shadow: inset 3px 3px 5px #555555;
	transition: all 0.6s ease;
}
.button-title{
	font-size: 25px;
	line-height: 28px;
	text-decoration: none;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
.button-txt{
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal;
}
ul {
	font-size: 12px;
	padding-left: 10px;
	line-height: 20px;
	margin-top: -2px;
	text-decoration: none;
	color: #BBBBBB;
}

input {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	text-transform: none;
	color: #023273;
	background: #EEEEEE;
	font-size: 13px;
	padding: 5px;
	width:100%;
	border-radius:5px;
	border:1px solid #ffffff;
}
/*Imposto i parametri per le textarea*/
textarea {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	text-transform: none;
	color: #023273;
	background: #EEEEEE;
	font-size: 13px;
	padding: 5px;
	width: 100%;
	border-radius: 5px;
	border: 0px solid #ffffff;
}
#checkbox {
	float: none;
	display: auto;
	width: auto;
}

@font-face {
    font-family: 'century gothic';
    src: url('century_gothic/century_gothic.eot');
    src: local('century gothic'), url('century_gothic/century_gothic.ttf') format('truetype');
    }
