 *{
    margin:0;
    padding:0;
	 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {height: 100%;}


body {
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;
	font-family: 'Open Sans', sans-serif;
    *font-family: 'Yanone Kaffeesatz', sans-serif;
    *font-family: 'Lato', sans-serif;
    -ms-text-size-adjust:none;
	background: url(/images/bg.jpg);
}


ul#menu > li > a {
	font-family: 'Lato', sans-serif;
}


hr {
  border: 0 #E6E6E6 solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/*  Text styles */
p { line-height:24px; font-size:14px; font-weight:400;}
a {text-decoration: none;border: none;}
a:link, a:visited {color:#734BB5;text-decoration:none;border: none; font-weight: bold;}
a:hover {color:#000000; text-decoration:none;}
a:focus {border: 0;}
a:link img {
	outline: none;
}

ul {list-style:disc outside none;}
/*ul li {padding:3px 0;}*/
ul li a {color:#999;}
ul li a:hover{color:#000000;}

blockquote {font: italic 12px/18px arial, sans-serif;padding:0 50px 0 75px;background:url("../images/quote.png") 35px 24px no-repeat;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
blockquote p {color:#333;}
small{
	font-size: 82%;
}

article h1 {
	padding: 0px 20px 0px 20px;
	color: #583F86;
}
.article_content {
	padding: 0px 20px;
}

/* Headings
----------------------------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  /*letter-spacing: 0.1em;*/
  word-spacing: 0em;
  line-height: 1.2;
  margin-bottom:10px;
  color: #734BB5;
}

h1 {
  font-size: 34px;
  margin-bottom: 36px;
   line-height: 30px;
  /*border-bottom: 2px solid #7d7d7d;*/
}

h2 {
  font-size: 25px;
  /*color: #333;*/
  font-style: italic;
  margin-bottom: 20px;
  margin-top: 0px;
}
	h2.interno {
		padding: 0px 20px;
	}

h3 {
  font-size: 18px;
  font-weight: 700;
  /*letter-spacing: 0.1em;*/
  color: #280505;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
	padding-bottom: 1px;
}

/* Tables */
table {
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
	border-right-style: none;
		
}

th {
	background-color: #EEE;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	padding: 2px 10px;
}

td {
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	padding: 2px 10px;
}

caption {	
	font-style: italic;
	text-align: left;
	padding: 10px 0;
}


img {
	max-width:100%;
	border: 0px; 
	}
.lang{
	text-align: right;
	margin: 15px 30px;
}
.lang a{
	padding: 5px 10px 8px;
}
.lang a:link, .lang a:visited{
	margin-right: 5px;
}
.lang a:hover{
	background: rgba(88, 63, 134, .5);
	border-radius: 3px;
}
.active{
	background: rgba(88, 63, 134, .5);
	border-radius: 3px;
}
.lang p{
	display: inline;
	padding-left: 3px;
	color: #fff;
}

#frase {
	color: #000;
	font-size: 13px;
	font-weight: 400italic;
	font-family: 'PT Sans', sans-serif;
	font-style: italic;
	text-align: left;
	margin: 0px 0px 20px 20px;
	text-align: center;
}
.right{
	text-align: right;
}
.right .image_pag {
	margin-left: 20px;
	margin-right: 15px;
}
.line{
	height: 30px;
	margin: 0px -9px;
	background: #583F86;
	border-radius: 2px;
}
.triangle-l {
    border-color: transparent #40296A transparent transparent;
    border-style: solid;
    border-width: 8px;
    height: 0px;
    width: 0px;
    position: relative;
    left: -16px;
    top: -8px;
    z-index: -1;
}
.triangle-r {
    border-color: transparent transparent transparent #40296A;
    border-style: solid;
    border-width: 8px;
    height: 0px;
    width: 0px;
    position: relative;
    left: 970px;
    top: -24px;
    z-index: -1;
}
.home h2{
	padding-left: 15px;
}
.news{
	background: #E3E3E4;
	border-radius: 5px;
	/*height: 500px;*/
	margin-bottom: 20px;
}
.news h2{
	background: #e2857e;
	 background: -webkit-gradient(linear, 0 0, 0 bottom, from(#333333), to(#666666));
	 background: -webkit-linear-gradient(#333333, #666666);
	 background: -moz-linear-gradient(#333333, #666666);
	 background: -ms-linear-gradient(#333333, #666666);
	 background: -o-linear-gradient(#333333, #666666);
	 background: linear-gradient(#7A7A7A, #9A9A9B);
	 -pie-background: linear-gradient(#333333, #666666);
	color: #fff;
	padding: 8px 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	font-size: 18px;
}
.news h3{
	font-size: 13px;
}
ul.menu_interno{
	padding-left: 20px;
}
ul.menu_interno li {
	list-style-type: none;
	margin: 7px 0px;
	
}
ul.menu_interno li a{
	display: block;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: normal;
}
ul.menu_interno li a:link, ul.menu_interno li a:visited {
	/*background: #9374C6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9374C6), to(#7249B5));
	background: -webkit-linear-gradient(#9374C6, #7249B5);
	background: -moz-linear-gradient(#9374C6, #7249B5);
	background: -ms-linear-gradient(#9374C6, #7249B5);
	background: -o-linear-gradient(#9374C6, #7249B5);
	background: linear-gradient(#9374C6, #7249B5);
	-pie-background: linear-gradient(#9374C6, #7249B5);
	behavior: url(/PIE.htc);
	border: 1px solid #7249B5;
	color: #fff;*/
	color: #666;
}

ul.menu_interno li a:hover {
	/*background: #AD94D6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#AD94D6), to(#6846A0));
	background: -webkit-linear-gradient(#AD94D6, #6846A0);
	background: -moz-linear-gradient(#AD94D6, #6846A0);
	background: -ms-linear-gradient(#AD94D6, #6846A0);
	background: -o-linear-gradient(#AD94D6, #6846A0);
	background: linear-gradient(#AD94D6, #6846A0);
	-pie-background: linear-gradient(#AD94D6, #6846A0);
	behavior: url(./PIE.htc);*/
}
.home_news {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
	.home .home_news{
		min-height: 490px;
	}
	.home_news a{
		margin-bottom: 5px;
		display: block;
	}
	.home_news p {
		padding: 0px;
		margin: 0px;
	}
	.home_news h3 {
		padding: 0px;
		margin: 10px 0 0 0;
	}
	.home_news .continue {
		display: inline-block;
		font-size: 13px;
	}
	.box_aggiuntivi .home_news {
		display: block;
		width: 25%;
		margin-left: 0px;
		float: left;
		min-height: 355px;
		padding: 0px 15px;
	}
	.home .home_news .archivio_news_img {
		position: relative;
		height: 300px;
		overflow: hidden;
		border: 1px solid #999;
	}
	.altre_pagine .home_news .archivio_news_img img{
		border: 1px solid #999;
	}
	.box_aggiuntivi .home_news p {
		line-height: 17px;
		font-size: 12px;
	}
	.box_aggiuntivi .archivio_news_img img {
		float: none;
		padding: 0px;
		width: 100%;
		border: 1px solid #999;
		
	}
	.box_aggiuntivi .archivio_news_img{
		float: none;
		height: 140px;
		overflow: hidden;
	}
	.home .archivio_news_img img {
		float: none;
		padding: 0px;
		width: 100%;
	}
	.news .archivio_news_img img {
		float: none;
		padding: 0px;
		width: 100%;
		border: 1px solid #999;
	}
	.box_aggiuntivi h3 {
		margin: 10px 0px;
		padding: 0px;
		font-size: 16px;
	}
	.box_aggiuntivi h4 {
		margin: 10px 0px;
		padding: 0px;
		font-size: 14px;
	}

.archivio_news_img {
	position: relative;
}
.archivio_news_border img{
	border: 1px solid #999;
}
.archivio_news_img h4 {
	position: absolute;
	top: 1px;
	left: 1px;
	padding: 2px 10px;
	margin: 0px;
	font-size: 12px;
	background-color: rgba(255,255,255,0.9);
	/*-webkit-border-radius: 0 0 6px 0;
	-moz-border-radius: 0 0 6px 0;
	-o-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;*/
	color: #333;
}
.archivio_news_img img {
	float: left;
	/*width: 120px;*/
	overflow: hidden;
	margin: 0px 10px 0px 0px;
	background-color: #fff;
	width: 50%;
}
.errore{
	color: red;
	margin-bottom: 20px;
}
.form-captcha{
	width: 130px;
	float: left;
	font-size: 20px;
}


/** CSS3 buttons **/

.btn {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	*zoom: 1;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	text-decoration: none;
	font-size: 13px;
	line-height: 18px;
	*line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #cccccc;
	background: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#e6e6e6));
	background: -webkit-linear-gradient(#ffffff, #e6e6e6);
	background: -moz-linear-gradient(#ffffff, #e6e6e6);
	background: -ms-linear-gradient(#ffffff, #e6e6e6);
	background: -o-linear-gradient(#ffffff, #e6e6e6);
	background: linear-gradient(#ffffff, #e6e6e6);
	-pie-background: linear-gradient(#ffffff, #e6e6e6);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	 position: relative;
	 behavior: url(./PIE.htc);
	 z-index: 100;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: none \9;
	-moz-box-shadow: none \9;
	box-shadow: none \9;
	
}
a.btn.violet:link, a.btn.violet:visited {
	color: #fff;
}
a.btn.green:link, a.btn.green:visited {
	color: #fff;
	
}
a.btn.violet:hover{
	color: #fff;
	text-decoration: none;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	background: #E6E6E6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E6E6E6), to(#ffffff));
	background: -webkit-linear-gradient(#E6E6E6, #ffffff);
	background: -moz-linear-gradient(#E6E6E6, #ffffff);
	background: -ms-linear-gradient(#E6E6E6, #ffffff);
	background: -o-linear-gradient(#E6E6E6, #ffffff);
	background: linear-gradient(#E6E6E6, #ffffff);
	-pie-background: linear-gradient(#E6E6E6, #ffffff);
	behavior: url(./PIE.htc);
	color: #fff;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
	color: #333333;
	text-decoration: none;
	background: #E6E6E6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E6E6E6), to(#ffffff));
	background: -webkit-linear-gradient(#E6E6E6, #ffffff);
	background: -moz-linear-gradient(#E6E6E6, #ffffff);
	background: -ms-linear-gradient(#E6E6E6, #ffffff);
	background: -o-linear-gradient(#E6E6E6, #ffffff);
	background: linear-gradient(#E6E6E6, #ffffff);
	-pie-background: linear-gradient(#E6E6E6, #ffffff);
	behavior: url(./PIE.htc);
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  color: #333;
  text-decoration: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: none \9;
	-moz-box-shadow: none \9;
	box-shadow: none \9;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.large [class^="icon-"] {
  margin-top: 1px;
}
.small {
  padding: 5px 9px;
  font-size: 13px;
  line-height: 16px;
}
.small [class^="icon-"] {
  margin-top: -1px;
}
.mini {
  padding: 1px 6px;
  font-size: 13px;
  line-height: 14px;
}
.violet,
.violet:hover,
.btn-warning,
.btn-warning:hover,
.red,
.red:hover,
.green,
.green:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.violet.active,
.btn-warning.active,
.red.active,
.green.active,
.btn-info.active,
.btn-inverse.active {
color:#fff;
 
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.violet {
	background: #9374C6;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9374C6), to(#7249B5));
background: -webkit-linear-gradient(#9374C6, #7249B5);
background: -moz-linear-gradient(#9374C6, #7249B5);
background: -ms-linear-gradient(#9374C6, #7249B5);
background: -o-linear-gradient(#9374C6, #7249B5);
background: linear-gradient(#9374C6, #7249B5);
-pie-background: linear-gradient(#9374C6, #7249B5);
behavior: url(/PIE.htc);
	border: 1px solid #7249B5;
}
.violet:hover,
.violet:active,
.violet.active,
.violet.disabled,
.violet[disabled] {
 background: #AD94D6;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#AD94D6), to(#6846A0));
background: -webkit-linear-gradient(#AD94D6, #6846A0);
background: -moz-linear-gradient(#AD94D6, #6846A0);
background: -ms-linear-gradient(#AD94D6, #6846A0);
background: -o-linear-gradient(#AD94D6, #6846A0);
background: linear-gradient(#AD94D6, #6846A0);
-pie-background: linear-gradient(#AD94D6, #6846A0);
	behavior: url(./PIE.htc);
  
}
.violet:active,
.violet.active {
  background-color: #6846A0 \9;
}
.green {
	background: #9374C6;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9374C6), to(#7249B5));
background: -webkit-linear-gradient(#9374C6, #7249B5);
background: -moz-linear-gradient(#9374C6, #7249B5);
background: -ms-linear-gradient(#9374C6, #7249B5);
background: -o-linear-gradient(#9374C6, #7249B5);
background: linear-gradient(#75AE3C, #659831);
-pie-background: linear-gradient(#9374C6, #7249B5);
behavior: url(/PIE.htc);
	border: 1px solid #7249B5;
}
.green:hover,
.green:active,
.green.active,
.green.disabled,
.green[disabled] {
 background: #AD94D6;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#AD94D6), to(#6846A0));
background: -webkit-linear-gradient(#AD94D6, #6846A0);
background: -moz-linear-gradient(#AD94D6, #6846A0);
background: -ms-linear-gradient(#AD94D6, #6846A0);
background: -o-linear-gradient(#AD94D6, #6846A0);
background: linear-gradient(#8BC84F, #659831);
-pie-background: linear-gradient(#AD94D6, #6846A0);
	behavior: url(./PIE.htc);
  
}
.green:active,
.green.active {
  background-color: #6846A0 \9;
}

.form_contact{
	text-align: left;
	margin-top: 25px;
	width: 450px;
	margin: 30px auto;
}
.form_contact label{
	display: inline-block;
	text-align: left;
	font-size: 15px;
	width: 200px;
	float: left;
}	
.form_contact input{
	height: 32px;
	margin-bottom: 10px;
	border-radius: 3px;
}
.form_contact textarea{
	height: 60px;
	margin-bottom: 10px;
	border-radius: 3px;
}
input.captcha {
    padding: 4px;
    height: auto;
}
.form_contact img{
	margin-bottom: 10px;
}
.align_center {
    text-align: center;
}
.contatti_checkbox{
	float: left;
}
.contatti_agree p{
	font-size: 14px;
}
.contatti_agree p a{
	font-size: 15px;
}
.foto_gallery_3{
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}
.foto_gallery_dettaglio small {
	font-size: 8pt;
	color: #666;
	font-weight:bolder;
	margin-top: 7px;
}

.foto_gallery_dettaglio a img {
	background: #fff;
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0, .1);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0, .1);
	box-shadow: 0px 0px 6px rgba(0,0,0, .1);
	max-height: 180px;
	border: 4px solid #fff;
}
.foto_gallery_3 .foto_gallery_dettaglio{
	height: 204px;
	overflow: hidden;
	padding: 7px;
}
.foto_gallery_dettaglio a:hover img {
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0, .2);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0, .2);
	box-shadow: 0px 0px 10px rgba(0,0,0, .2);
	margin-bottom: 7px;
}

#fancybox-wrap, #fancybox-wrap *{
    -moz-box-sizing: content-box;
 -webkit-box-sizing: content-box;
      -o-box-sizing: content-box;
     -ms-box-sizing: content-box;
         box-sizing: content-box;
}



#header1{
	border-bottom: 5px solid #A01E20;
	display: block;	

	width: 100%;
	height: 130px;
    /*font-family: 'Yanone Kaffeesatz', sans-serif;*/
    color: #606163;
    background-color: #870408;
    background: url(images/header_bg.jpg) #870408;
	z-index: 999999;
}

	#pre_header {
		/*width: 980px;*/
		/*margin: 0px auto;*/
		background-color: #afafaf;
		padding: 5px;
		font-family: 'Lato', sans-serif;
		font-style: italic;
		color: #333;
		display:block;
	}
		
	.logo {
		width: 299px;
		height: 53px;
		display: block;
		position: relative;
		top: 0px;
		margin-left:0px;
		background: url(images/logo1.jpg) no-repeat center center;
		background-size: 100%;
		margin-left: 20px;
		margin-top: 16px;
	}

		
	.newsletter {
		width: 240px;
		height: 40px;
		display: block;
		position: absolute;
		right: 0px;
		top: 50px;
		z-index: 90;
	}
	
	.newsletter .text {
		background-color: #f7f7f7;
		padding: 5px;
		border: 0px solid #333;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.newsletter .submit {
		background-color: #a1cb21;
		padding: 5px;
		border: 0px solid #333;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

.wrap {
	margin: 0px auto;
	position: relative;
}
.ombra {
	width: 100%;
	height: 30px;
	margin: 0px auto;
	position: relative;
	background: url(images/ombra_bg.png) no-repeat top center;
}

#corpo {
	border-radius: 10px;
	width:100%;
	margin: 0px auto;
	background: #fff;
	min-height: 700px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#corpo_sx {
	display: block;
	float: left;
	width:100%;
	/*padding-left: 10px;*/
	margin-right: 2px;
	margin-top: 130px;
	/*border: 1px solid #ccc;*/
	text-align: justify;
}

	#corpo_sx h1 {
		
	}

	#corpo_sx .dettaglio_offerta {
		padding-top: 20px;
	}

	#corpo_sx ol li {
		margin-bottom: 10px;
	}

	.data_da, .data_a {
		display: inline-block;
		border-bottom: 1px dotted #ccc;
		padding-top: 20px;
	}
	

#corpo_dx {
	display: block;
	float: left;
	width: 100%;
	padding-right: 0px;
	padding-top: 50px;
}
#corpo_dx img{

	width: 100%;

}
	#corpo_dx h3 {
		border-bottom: 2px solid #7d7d7d;
		font-size: 26px;
		color: #819BCE;
		font-weight: 400;
	}

	
#posizione {
	padding: 0px 20px 0px 20px;
	margin-bottom: 20px;
	font-size: 13px;
}
#posizione a:link, #posizione a:visited {
	text-decoration: none;
}



#corpo p {
	margin-bottom: 16px;
	text-align: justify;
}
#corpo p.text-center {
    text-align: center;
}
/*
#corpo ul, #corpo ol {
	margin: -10px 0px 20px 16px;
}*/


/****** MENU ******/
	
#menu_bg {
	background: url(images/menu_bg.png);
	display: block;
	width: 100%;
	
	
}

/*#menu > li > ul.submenu { display: none; }*/

ul.nav {
 	list-style-type: none;
 	margin: 35px 20px 0 0;
 	padding: 0px;
	
 	/*background-color: #ccc;*/

}

ul#menu > li {
	position: relative;
	float: left;
	display: block;
	/*width: 120px;*/
	/*background: url(images/menu_border.jpg) no-repeat;*/
	/*background: url(images/menu_slash.jpg) no-repeat top right;*/
}
ul.nav li {
	margin:0px;
	padding: 0px;
	
}
ul.dropdown-menu li {
	margin: 0px;
	padding: 0px;
	background: transparent;
}

ul.nav > li > a {
	display: block;
	/*height: 25px;*/
	/*color: #666;*/
	color: #000;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px;
	/*margin-left: 5px;*/
	text-align: center;
	clear: both;
	padding-right: 5px;
	/*border-left: 1px solid #DD1F25;*/
}
ul.nav > li > a#attivo {
	display: block;
	/*border-bottom: 1px solid #A01E20;*/
	/*background: url(images/menu_slash.jpg) no-repeat top right;*/
}
ul.nav > li:first-child > a {
	border-color: white;
}

ul.nav > li > a > span {
	display: block;
	/*padding: 8px;*/
	background: #C2B2DF;
	border-radius: 4px;
	
	color: #F8F8F8;
	/*padding: 10px 20px 0px 20px;*/
}

ul.nav > li > a#attivo > span, 
ul.nav > li > a:hover > span,
ul.nav > li > a.attivo > span {
	display: block;
	background: #826BAC;
	color: #F8F8F8;
	background: #CDBFE7;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#CDBFE7), to(#6846A0));
	background: -webkit-linear-gradient(#CDBFE7, #6846A0);
	background: -moz-linear-gradient(#CDBFE7, #6846A0);
	background: -ms-linear-gradient(#CDBFE7, #6846A0);
	background: -o-linear-gradient(#CDBFE7, #6846A0);
	background: linear-gradient(#CDBFE7, #6846A0);
	-pie-background: linear-gradient(#CDBFE7, #6846A0);
	behavior: url(./PIE.htc);
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
	/*padding: 10px 20px 0px 20px;*/
	/*padding: 10px;*/
}
/***** SUBMENU ***/

	

ul#menu > li.submenu > ul {
	display: none;
	list-style-type: none;
	position: absolute;
	left: 1px;
	min-width: 200px;
	/*width: 200px;*/
	margin: 0px;
	padding: 15px 5px 0px 15px;
	border: 0px solid #ccc;
	/* IE7 */
	*width: 100%;
	text-align: left;
	z-index: 200;
	-webkit-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
ul#menu > li.submenu > ul > li {
	min-width: 300px;
	width: 300px;
	/* IE7 */
	*width: 100%;
	/*margin-bottom: 9px;*/
	background: none;
}

ul#menu > li.submenu > ul > li > a {
	padding: 15px 0px;
}

#menu > li.submenu:hover > ul {
	display: block;
	/*background-color: #B72225;*/
	background-color: rgba(0, 0, 0, 0.8);
}

.submenu a:link, .submenu a:visited {
	color: #fff;
	text-decoration: none;
	padding: 2px 5px;
	display: block;
	line-height: 14px;
	padding: 0px 0px 0px 20px;
}
#menu > .submenu li > a#attivo, #menu > .submenu li > a:hover {
	font-weight: 700;
}

#menu li.current { color: white; text-decoration: none; font-weight: 700; }

/* servizi */

ul#menu > li.submenu > ul > li > a {
	padding: 10px 0px 15px 0px;
	/*font-size: 20px;*/
	/*font-family: 'Yanone Kaffeesatz', sans-serif;*/
}



#menu > li > a#attivo, #menu > li > a:hover, #menu > li.submenu:hover > a  {
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	margin: 0px 15px 0px 10px;
	text-align: center;
	/*background: url(images/menu_slash.jpg) no-repeat top right;*/
	z-index: 999;
}

.submenu ul li a:hover {
	color: #fff;
	text-shadow: 1px 1px 12px yellow;
	
}


/***** END SUBMENU ***/

#corpo_sx .lista_contenuti {
	padding: 0px;
	margin-top: 50px;
	padding: 0px;
	text-align: left;
	
}
#news.lista_contenuti ul {
	padding: 0px;
	display: block;
	margin: 0px;
	
}
#corpo_sx .lista_contenuti ul li {
	display: block;
	margin: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	max-width:100%;
	
}
.lista_contenuti ul li a:link, .lista_contenuti ul li a:visited {
	color: #734BB5;
	text-decoration: none;
	font-size: 14pt;
}
.lista_contenuti ul li a.read_more {
	float: right;
	font-size: 11pt;
	background-color: #E06060;
	color: #fff;
	padding: 3px;
}
.lista_contenuti ul li a:hover {
	text-decoration: underline;
}

.lista_contenuti .copertina {
	display: block;
	max-height: 200px;
	overflow: hidden;
	border: 3px solid #E06060;
	
}
.lista_contenuti .copertina img {
	margin-top: -10%;
	width:100%;
}
.article_content .lista_contenuti ul{
	list-style-type: none;
	padding-bottom: 40px;
}
.article_content .lista_contenuti ul li{
	float: left;
	padding: 0px;
	margin: 10px 20px;
}
/* MENU INTERNO */


/*----------- Back to top --------------*/
#toTop {
  display: none;
  width: 37px;
  height: 37px;
  overflow: hidden;
  background: url(img/totop1.png) 0 0 no-repeat;
  position: fixed;
  /*margin-right: -640px !important;*/
  right: 40px;
  bottom: 40px;
  z-index: 999;
}
#toTop:hover {
  /* background-position: right 0; */
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*------ header ------- */
/* PRODOTTI */
.wrap > ul.prodotti {
	padding-left: 10px;
}

ul.prodotti {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	/*width: 950px;*/

}

ul.prodotti li a:link, ul.prodotti li a:visited {
	text-decoration: none;
	overflow: hidden;
	display: block;
	width: 200px;
	height: 140px;
}
ul.prodotti li a:link img, ul.prodotti li a:visited img {
	text-decoration: none;
	overflow: hidden;
	display: block;
	width: 200px;
	height: 110px;
	transition: 0.7s ease; -webkit-transition: 0.7s ease;  -moz-transition: 0.7s ease;
}
ul.prodotti li a:link img, ul.prodotti li a:visited img {
	text-decoration: none;
	overflow: hidden;
	border: 0px;
}
ul.prodotti li a:hover img {
	width: 220px;
	height: 120px;
}
 
ul.prodotti li {
	float: left;
	width: 200px;
	height: 138px;
	display: block;
	margin: 0px;
	margin-left: 25px;
	margin-bottom: 90px;
	border: 0px solid #333;
	background-color: #c6e8fe;
	text-align: center;
	-webkit-box-shadow: #ccc 0px 0px 5px;
	-moz-box-shadow: #ccc 0px 0px 5px;
	-o-box-shadow: #ccc 0px 0px 5px;
	box-shadow: #ccc 0px 0px 5px;
	/*border: 1px solid #496780;*/
	overflow: hidden;
}

ul.prodotti li h3 {
	font-size: 18px;
	display: block;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	height: 25px;
	border-bottom: 3px solid #0297D1;
}






/* slider offers */
h3.gallery {
	margin-top: 30px;
}

#corpo_dx .slider_offerte {
	min-height: 900px;
}

.slider_offerte {
	/*border: 1px solid #333;*/
	/*margin-left: -30px;*/
}
.slider_offerte .bx-wrapper img {
	height: 142px;
	width: auto;
	max-width: 350px
}

.slider_offerte .bx-wrapper ul {
	margin-left: -15px;
	margin-top: 10px;
}
.slider_offerte .bx-wrapper .bx-viewport {
	/*width: 180px;*/
}

.slider_offerte .bx-wrapper, .slider_offerte .bx-wrapper .bx-viewport {
	border: 0px;
	box-shadow: 0 0 0px #ccc;
	padding: 0px;
	margin: 0px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 14px;
	height: 34px;
	text-indent: -9999px;
	z-index: 9;
}
.slider_offerte .bx-wrapper .bx-prev {
	/*display: none;*/
	top: 14px;
	background: url(js/images/controls_small.png) no-repeat 0 -14px;
	width: 14px;
	height: 14px;
	z-index: 9;
}
.slider_offerte .bx-wrapper .bx-next {
	top: 14px;
	right: 30px;
	background: url(js/images/controls_small.png) no-repeat -19px -14px;
	width: 18px;
	height: 14px;
	z-index: 9;
}
.slider_offerte .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.slider_offerte .bx-wrapper .bx-next:hover {
	background-position: -19px 0px;
}

.slider_offerte .bx-wrapper .bx-default-pager {
	top: 0px;
	width: 100px;
	margin: 0px auto;
	padding: 0px;
	height: 18px;
	padding-right: 80px;
	/*border: 2px solid #333;*/
}
.nascondi_pager .bx-wrapper .bx-default-pager {
	display: none;
}




em.data {
	display: block;
	margin-bottom: 15px;
}




.imgl {
	float: left;
	padding: 5px 10px 5px 5px;
}

.align_center {
	text-align: center;
}
li.footerbox-one{
	padding-top:30px;
	position: relative;
	margin: 0px;
	margin-left:16%;
	width: 27%;
	float: left;
	box-sizing: border-box;
}
li.footerbox-two{
	padding-top:30px;
	position: relative;
	width: 29%;
	float: left;
	box-sizing: border-box;
	margin: 0px;
}
li.footerbox-three{
	padding-top:30px;
	position: relative;
	width: 20%;
	float: left;
	box-sizing: border-box;
	margin: 0px;
}

.clear { clear: both; }




/* gallery foto */

.image_carousel {
	padding: 0px 0 10px 20px;
	width:740px;
	height:110px;
	overflow: hidden;
	/*z-index: 9;*/
	background: none;
	margin: 90px 0px 10px 00px;
	position: relative;
}
.image_carousel a {display: inline-block;}

.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 3px;
	margin-left:19px;
	float: left;
	/*width: 150px;*/
	min-height: 100px;
	height: 100%;
	height: 100px;
	overflow: hidden;
	
}

#foo2 > a > img { width: 150px; display: block; text-align: center; }

.image_carousel a.prev, .image_carousel a.next {
	background: url(../images/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 30px;
}
.image_carousel a.prev {			left: -2px;
					background-position: 0 0; }
.image_carousel a.prev:hover {		background-position: 0 -50px; }
.image_carousel a.prev.disabled {	background-position: 0 -100px !important;  }
.image_carousel a.next {			right: 0px;
					background-position: -50px 0; }
.image_carousel a.next:hover {		background-position: -50px -50px; }
.image_carousel a.next.disabled {	background-position: -50px -100px !important;  }
.image_carousel a.prev.disabled, .image_carousel a.next.disabled {
	cursor: default;
}

.image_carousel a.prev span, .image_carousel a.next span {
	display: none;
}

#foo2_pag .pagination a{display: none;}



/* PAGINAZIONE RISULTATI */
.paginazione { text-align:center; margin: 30px 0px; }

.paginazione a {
	padding:5px 9px 5px 9px;
	*padding: 3px 9px 3px 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-box-shadow: #666 0px 0px 1px;
	-moz-box-shadow: #666 0px 0px 1px;
	box-shadow: #666 0px 0px 1px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#E0E0E0));
	background: -webkit-linear-gradient(#FFFFFF, #E0E0E0);
	background: -moz-linear-gradient(#FFFFFF, #E0E0E0);
	background: -ms-linear-gradient(#FFFFFF, #E0E0E0);
	background: -o-linear-gradient(#FFFFFF, #E0E0E0);
	background: linear-gradient(#FFFFFF, #E0E0E0);
	-pie-background: linear-gradient(#FFFFFF, #E0E0E0);
	behavior: url(PIE.htc);
	font-weight: bolder;
	text-decoration: none;
	text-shadow: 1px 1px 0px #fff;
}

.paginazione a:hover {
	background: #EDEDED;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E8E8E8), to(#A1A1A1));
	background: -webkit-linear-gradient(#E8E8E8, #A1A1A1);
	background: -moz-linear-gradient(#E8E8E8, #A1A1A1);
	background: -ms-linear-gradient(#E8E8E8, #A1A1A1);
	background: -o-linear-gradient(#E8E8E8, #A1A1A1);
	background: linear-gradient(#E8E8E8, #A1A1A1);
	-pie-background: linear-gradient(#E8E8E8, #A1A1A1);
	behavior: url(PIE.htc);
}

.paginazione span.attivo {
	text-decoration: none;
	color:#333;
	text-shadow: 1px 1px 0px #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E8E8E8), to(#A1A1A1));
	background: -webkit-linear-gradient(#E8E8E8, #A1A1A1);
	background: -moz-linear-gradient(#E8E8E8, #A1A1A1);
	background: -ms-linear-gradient(#E8E8E8, #A1A1A1);
	background: -o-linear-gradient(#E8E8E8, #A1A1A1);
	background: linear-gradient(#E8E8E8, #A1A1A1);
	-pie-background: linear-gradient(#E8E8E8, #A1A1A1);
	behavior: url(PIE.htc);
} 

.paginazione span{
	text-decoration: none;
	padding:5px 9px 5px 9px;
	*padding: 3px 9px 3px 9px;
	font-weight: bolder;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #666 0px 0px 1px;
	-moz-box-shadow: #666 0px 0px 1px;
	box-shadow: #666 0px 0px 1px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#E0E0E0));
	background: -webkit-linear-gradient(#FFFFFF, #E0E0E0);
	background: -moz-linear-gradient(#FFFFFF, #E0E0E0);
	background: -ms-linear-gradient(#FFFFFF, #E0E0E0);
	background: -o-linear-gradient(#FFFFFF, #E0E0E0);
	background: linear-gradient(#FFFFFF, #E0E0E0);
	-pie-background: linear-gradient(#FFFFFF, #E0E0E0);
	behavior: url(PIE.htc);
}






.cella_d {
	width: 60%;
	float: right
}

.cella_d  input, .cella_d  select, .cella_d  textarea{float : left}

.cella_s {
	width:35%;
	float:left;
	text-shadow: 0px 1px 1px #fff;
	text-align: left;
}



.allegati {
	display: block;
	/*width: 340px;*/
	padding: 45px 0px 0px 0px;
}
.allegati img {
	vertical-align: middle;
}
.allegati ul, .allegati ul li {
list-style-type: none; 
}



/* TABLE */

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  border-left: 1px solid #494949;
  /*margin-bottom: 18px;*/
}

.table th,
.table td {
  padding: 0px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #e8e8e8;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #e8e8e8;
}

.table-condensed th,
.table-condensed td {
  padding: 5px 5px 5px 5px;
}

.table-bordered {
  border: 1px solid #e8e8e8;
  border-collapse: separate;
  *border-collapse: collapsed;
  /*border-left: 0;*/
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
 /* border-left: 0px solid #494949;*/
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  /*background-color: #e8e8e8;*/
}

.table tbody tr:hover td.prezzo,
.table tbody tr:hover th.prezzo {
  background-color: #d5d5d5;
}

/* FORMS */
form {
  margin-bottom: 18px;
}
fieldset {
  margin-bottom: 18px;
  padding-top: 18px;
}
fieldset legend {
  display: block;
  padding-left: 150px;
  font-size: 19.5px;
  line-height: 1;
  color: #404040;
  *padding: 0 0 5px 145px;
  /* IE6-7 */

  *line-height: 1.5;
  /* IE6-7 */

}
form .clearfix {
  margin-bottom: 18px;
  zoom: 1;
}
form .clearfix:before, form .clearfix:after {
  display: table;
  content: "";
  zoom: 1;
}
form .clearfix:after {
  clear: both;
}

label,
input,
select,
textarea {
  font-family:  Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  cursor: pointer;
}

select {
  padding: initial;
}
input[type=checkbox], input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 6px 3px 0px 0px;
  *margin-top: 0;
  /* IE6-7 */
  line-height: normal;
  border: none;
}
input[type=file] {
  background-color: #ffffff;
  padding: initial;
  border: initial;
  line-height: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=button], input[type=reset], input[type=submit] {
  width: auto;
  height: auto;
}
select, input[type=file] {
  height: 23px;
  *height: auto;
  line-height: 23px;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

}
select[multiple] {
  height: inherit;
  background-color: #ffffff;
}
textarea {
  height: auto;
}

:-moz-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}
input, textarea {
	border: 1px solid #bbb;
}
input:focus, textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 2px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 2px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 2px rgba(82, 168, 236, 0.6);
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}


#contact label{
	display: block;
	margin-top: 0px;
	font-weight: 700x;
	font-family: 'Lato', sans-serif;
	font-size: 14pt;
}
#contact input, #contact select{
	margin-bottom: 5px;
}
#slider {
	height: 540px;
}



.banner_europa {
	background: url(images/banner_europa.jpg) no-repeat;
	background-size:980px 200px;
	transition: 0.7s ease; -webkit-transition: 0.7s ease;  -moz-transition: 0.7s ease;
}
.banner_africa {
	background: url(images/banner_africa.jpg) no-repeat;
	background-size:980px 200px;
	transition: 0.7s ease; -webkit-transition: 0.7s ease;  -moz-transition: 0.7s ease;
}
.banner_america_centrale {
	background: url(images/banner_america_centrale.jpg) no-repeat;
	background-size:980px 200px;
	transition: 0.7s ease; -webkit-transition: 0.7s ease;  -moz-transition: 0.7s ease;
}
.banner_asia {
	background: url(images/banner_asia.jpg) no-repeat;
	background-size:980px 200px;
	transition: 0.7s ease; -webkit-transition: 0.7s ease;  -moz-transition: 0.7s ease;
}
.banner_nordamerica {
	background: url(images/banner_nordamerica.jpg) no-repeat;
	background-size:980px 200px;
	transition: 0.7s ease; -webkit-transition: 0.7s ease;  -moz-transition: 0.7s ease;
}
.banner_sudamerica {
	background: url(images/banner_sudamerica.jpg) no-repeat;
	background-size:980px 200px;
	transition: 0.7s ease; -webkit-transition: 0.7s ease;  -moz-transition: 0.7s ease;
}




.swiper-container {
	position: relative;
	max-height: 500px;
	margin-bottom: 20px;
}

.swiper-container .frecciagiu {
	display: block;
	width: 52px;
	height: 53px;
	background: url(images/freccia-giu.png) no-repeat;
	position: absolute;
	left: 50%;
	bottom: 0px;
	z-index: 11;
}
.slide .nextslide {
	display: block;
	width: 52px;
	height: 53px;
	background: url(images/freccia-giu.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -26px;
	bottom: 0px;
	z-index: 11;
}


.bxslider {
	display: none;
}
.bx-caption {
	background: #A01E20;
}


.home_left {
	display: block;
	float: left;
	width: 720px;
}


.home_right {
	display: block;
	float: right;
	width: 200px;
	min-height: 700px;
}






/* Arrow Navigator Skin Begin */

/* jssor slider arrow navigator skin 02 css */
/*
.jssora02l              (normal)
.jssora02r              (normal)
.jssora02l:hover        (normal mouseover)
.jssora02r:hover        (normal mouseover)
.jssora02ldn            (mousedown)
.jssora02rdn            (mousedown)
*/
.jssora02l, .jssora02r, .jssora02ldn, .jssora02rdn
{
	position: absolute;
	cursor: pointer;
	display: block;
    background: url(../img/a02.png) no-repeat;
    overflow:hidden;
}
.jssora02l { background-position: -3px -33px; }
.jssora02r { background-position: -63px -33px; }
.jssora02l:hover { background-position: -123px -33px; }
.jssora02r:hover { background-position: -183px -33px; }
.jssora02ldn { background-position: -243px -33px; }
.jssora02rdn { background-position: -303px -33px; }
   
   
/* jssor slider thumbnail navigator skin 03 css */
/*
.jssort03 .p            (normal)
.jssort03 .p:hover      (normal mouseover)
.jssort03 .pav          (active)
.jssort03 .pav:hover    (active mouseover)
.jssort03 .pdn          (mousedown)
*/
.jssort03 .w, .jssort03 .pav:hover .w
{
	position: absolute;
	width: 60px;
	height: 30px;
	border: white 1px dashed;
}
* html .jssort03 .w
{
	width /**/: 62px;
	height /**/: 32px;
}
.jssort03 .pdn .w, .jssort03 .pav .w { border-style: solid; }
.jssort03 .c
{
	width: 62px;
	height: 32px;
	filter:  alpha(opacity=45);
	opacity: .45;
	
	transition: opacity .6s;
    -moz-transition: opacity .6s;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
}
.jssort03 .p:hover .c, .jssort03 .pav .c
{
	filter:  alpha(opacity=0);
	opacity: 0;
}
.jssort03 .p:hover .c
{
	transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}



.social {
	display: block;
	padding-top: 30px;
	padding-bottom: 50px;
}

.blinking {
    -webkit-animation: blink 2s infinite;
    -moz-animation: blink 2s infinite;    
    animation: blink 2s infinite;
}
.blinking_fast {
    -webkit-animation: blink 1s infinite;
    -moz-animation: blink 1s infinite;    
    animation: blink 1s infinite;
}

@-webkit-keyframes blink{

    0%{ opacity:0;}
    100%{opacity:1;}
}

@-moz-keyframes blink{
    
    0%{ opacity:0;}
    100%{opacity:1;}

}
        
@keyframes blink{

    0%{ opacity:0;}
    100%{opacity:1;}

}

.opacity {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=50);
	/* Netscape */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	/* Good browsers */
	opacity: 0.5;
	transition: 0.3s ease; -webkit-transition: 0.3s ease;  -moz-transition: 0.3s ease;
}
*:hover.opacity {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity=100);
	/* Netscape */
	-moz-opacity: 1;
	/* Safari 1.x */
	-khtml-opacity: 1;
	/* Good browsers */
	opacity: 1;
}

.grigio {
	background-color: #f1f1f1;
	padding: 30px 0 30px 0;
	max-width:100%;
}


.other_services {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.other_services li {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

.testo_bianco {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

.image_pag{
	margin-bottom: 30px;
	border: 1px solid #999;
}
a.more {
	display: block;
	width: 200px;
	margin: 0px auto;
	font-size: 15pt;
	background-color: #8C0408;
	border: 1px solid #ccc;
	color: #fff;
	padding: 15px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
}
a.more:hover {
	background-color: #C42421;
}

@media (max-width : 1200px)  {
	.line{
		margin: 0px 0px 20px;
	}
	.triangle-l{
		display: none;
	}
	.triangle-r{
		display: none;
	}

}

.navbar {
	margin-bottom: 0px;
    /*font-family: 'Yanone Kaffeesatz', sans-serif;*/
	padding: 0;
	margin: 0;
}

.navbar-brand {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
}

.navbar-header .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a > span {
	font-weight: 700;
	padding: 8px;
	/*font-size: 12px;*/
	background: #9374C6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9374C6), to(#7249B5));
	background: -webkit-linear-gradient(#9374C6, #7249B5);
	background: -moz-linear-gradient(#9374C6, #7249B5);
	background: -ms-linear-gradient(#9374C6, #7249B5);
	background: -o-linear-gradient(#9374C6, #7249B5);
	background: linear-gradient(#9374C6, #7249B5);
	-pie-background: linear-gradient(#9374C6, #7249B5);
	behavior: url(/PIE.htc);
}

.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
}
.navbar-toggle{
	margin-top:30px;
	background: #583F86;
}
.navbar-toggle a:hover{
	margin-top:30px;
	background: #C2B2DF;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-default {
    background: transparent;
	color: #fff;
	display:block;
	border-color: transparent;
}

.dropdown {
	position: relative;
}
.dropdown-menu {
    border: 0px;
    background: url(images/menu-freccia.png) no-repeat top left 20px;
    width: 100%;
}
.dropdown-menu, .navbar-right .dropdown-menu {
	background-color: transparent;
	position: absolute;
	top: 36px;
	left: 0px;
	padding-top: 20px;
    min-width: 200px;
}

.dropdown-menu > li > a {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
    line-height: 14px;
	white-space: normal;
	text-align: left;
	border-bottom: 1px solid #b9aacf;
}
.dropdown-menu > li > a span {
	display: block;
	padding: 10px 0px;
	text-align: left;
}
.navbar-default .navbar-brand img { margin-top:-16px; margin-bottom:-15px; display: block; }

.navbar-nav > li > a {
    padding-top: 0px;
	padding-bottom: 0px;
}
.dropdown-menu a:focus{
	outline: 0;
}

.dropdown-menu.display { 
    /*display: block; */
} 
/*
.dropdown:hover > .dropdown-menu { 
    display: block;
}
*/
.navbar-nav .dropdown-menu {
	font-size: 15px;
	padding-top: 20px;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0);
}
.navbar-nav .dropdown-menu > li > a { display: block; color:#F8F8F8; padding:5px 10px; background-color: #A58ACF; }

	.navbar-nav .dropdown-menu > li > a:hover,
	.navbar-nav .dropdown-menu > li > a:focus,
	.navbar-nav .dropdown-menu > a:hover,
	.dropdown-menu .current {text-decoration:underline; }

.navbar-collapse { border:0 none;  border-top:0 none; box-shadow: none; }
.navbar-nav > li > .dropdown-menu {
    /*position: relative;*/
}

#footer { padding-top:10px; margin: 0px auto;  width: 100%;}
	#footer div {margin: 0px 0px 0px 0; padding: 7px 0px; text-align:center; font-size: 8pt; color: #f3eff9;font-weight: bolder; text-shadow: 0px 1px 1px rgba(0,0,0, .3); }
	#footer a { text-decoration: none; color: #f3eff9; font-size: 8pt; margin-bottom: 10px;  }

#footer .left {
	width: 50%;
	text-align:left;
	height: 30px;
}

#footer .right {
	width: 50%;
	text-align:right;
	height: 30px;
}
.left {
	float: left;
}

.right {
	float: right;
}
#menu_bottom a:link, #menu_bottom a:visited {
	padding: 3px 10px;
	text-align: center;
	
}
.navbar-collapse ul { 
	text-align: center;
	width:100%;
	padding-bottom:0px;
 }
ul.nav li
{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;

}
@media (min-width: 767px) and (max-width: 1023px){
	.logo {
			width: 250px;
	}
	.box_aggiuntivi .home_news {
		width: 33.33333333%;
	}
	.foto_gallery_3{
		width: 33.33333333%;
	}
	#frase {
	    font-size: 10.7px;
		margin: 0px 0px 20px 0px;
	}
}
@media (max-width: 767px) {
	.home .home_news .archivio_news_img {
		height: auto;
		border: 0px solid #999;
	}
	.home  .home_news .archivio_news_img img {
    border: 1px solid #999;
	}
	.box_aggiuntivi .home_news {
		width: 50%;
		min-height: auto;
	}
	.foto_gallery_3{
		width: 50%;
	}
	.dropdown-menu { 
	    display: none; 
	} 
	ul.nav > li > a > span {
		border-radius: 0px;
		border: 0px solid #816AAB;
		margin-bottom: 1px;
	}
	ul.nav > li > a {
		margin-left: 0px;
	}
	/* vla */
	.navbar-nav .dropdown-menu {
		left: 0px;
		top: 0px;
	}

	.logo {
			width: 200px;
			margin-left: 20px;
	}
	.navbar-toggle {
	    margin-top: 34px;
	}
	.lang a {
	    padding: 5px 0px 8px;
	}
	.lang a:link, .lang a:visited {
		margin-right: 0px;
	}	
	.lang {
	    position: absolute;
		z-index: 2;
	    top: 24px;
	    right: 35px;
	}
	.lang p{
		display: none;
	}
	.lang .active{
		background: transparent;
	}
	.lang a:hover{
		background: transparent;
	}

	.dropdown-menu {
	    border: 0px;
	    width: 100%;
	}
	.dropdown-menu, .navbar-right .dropdown-menu {
		background-color: #fff;
		position: relative;
		padding-top: 0px;
	}
	ul.nav {
		margin: 0px; 
	}
	.navbar-nav > li > .dropdown-menu {
		margin-bottom: 1px;
	}
		
	ul.nav > li > a{
	padding-right: 0px;
}
#frase{
		text-align: left;
	}
.dropdown-menu > li > a span {
	text-align: center;

}
.article_content .lista_contenuti ul li {
    margin: 10px;
    width: 100%;
    text-align: center;
}
.home .home_news {
    min-height: auto;
}
.box_aggiuntivi .home_news {
	margin-bottom: 10px;
}
.box_aggiuntivi h4 {
	margin: 3px 0px;
}
#corpo {
    border-radius: 0;
}
.right .image_pag {
	margin-left: 0;
	margin-right: 0;
}
}
@media (max-width: 500px) {
	.logo {
			width: 150px;
			height: 60px;
			margin-left: 10px;
	}
	.box_aggiuntivi .home_news {
		width: 100%;
	}
	.foto_gallery_3{
		width: 100%;
	}
	#frase {
	    font-size: 10.7px;
		margin: 0px 0px 20px 0px;
	}
	#frase{
		text-align: center;
	}
	.archivio_news_img img {
		width: 100%
	}
	#footer .left {
		width: 100%;
		text-align: center;
	}
	
	#footer .right {
		width: 100%;
		text-align: center;
	}
	.box_aggiuntivi .archivio_news_img {
	height: auto;
}
.form_contact label {
    display: block;
    text-align: left;
    font-size: 12px;
    width: 200px;
	float: none;
}
.form_contact input {
	height: 29px;
}
.large {
	padding: 5px 10px;
}.form_contact {
	margin: 0 auto;
	width: 100%;
	
}
form {
    margin-bottom: 0px;
}

}


