@import url(http://fonts.googleapis.com/css?family=Oswald:300|Josefin+Slab:400,700);
@import url(http://fonts.googleapis.com/css?family=Dosis:300,400,500,700);

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */

.clearafter:after {
    content: '';
    display: block;
    clear: both;
}

/* #Base 960 Grid */
h4 {
font-size: 21px;

}

.container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
.container .column,
.container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
.row                                        { margin-bottom: 20px; }


/* Nested Column Classes */
.column.alpha, .columns.alpha               { margin-left: 0; }
.column.omega, .columns.omega               { margin-right: 0; }


/* Base Grid */
.container .one.column,
.container .one.column,
.container .one.columns                     { width: 40px;  }
.container .two.columns                     { width: 100px; }
.container .three.columns                   { width: 160px; }
.container .four.columns                    { width: 220px; }
.container .five.columns                    { width: 280px; }
.container .six.columns                     { width: 300px; }
.container .seven.columns                   { width: 400px; }
.container .eight.columns                   { width: 460px; }
.container .nine.columns                    { width: 520px; }
.container .ten.columns                     { width: 580px; }
.container .eleven.columns                  { width: 640px; }
.container .twelve.columns                  { width: 700px; }
.container .thirteen.columns                { width: 760px; }
.container .fourteen.columns                { width: 820px; }
.container .fifteen.columns                 { width: 880px; }
.container .sixteen.columns                 { width: 940px; }


.container .one-third.column                { width: 300px; }
.container .two-thirds.column               { width: 620px; }


/* Offsets */
.container .offset-by-one                   { padding-left: 60px;  }
.container .offset-by-two                   { padding-left: 120px; }
.container .offset-by-three                 { padding-left: 180px; }
.container .offset-by-four                  { padding-left: 240px; }
.container .offset-by-five                  { padding-left: 300px; }
.container .offset-by-six                   { padding-left: 360px; }
.container .offset-by-seven                 { padding-left: 420px; }
.container .offset-by-eight                 { padding-left: 480px; }
.container .offset-by-nine                  { padding-left: 540px; }
.container .offset-by-ten                   { padding-left: 600px; }
.container .offset-by-eleven                { padding-left: 660px; }
.container .offset-by-twelve                { padding-left: 720px; }
.container .offset-by-thirteen              { padding-left: 780px; }
.container .offset-by-fourteen              { padding-left: 840px; }
.container .offset-by-fifteen               { padding-left: 900px; }


/* #Clearing  */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
.row:after,
.clearfix:after {
    clear: both; }
.row,
.clearfix {
    zoom: 1; }

	
/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}



	
	
/* -----		1. HEADER		----- */

body {
	/*background:url(../images/subtle_dots.png);*/




	background:url(../images/45degreee_fabric.jpg);
}

#header {
	width:100%;
}

.main-header {
	position:relative;
	z-index:1000;
}

.main-header .container {

	z-index:1000;
	margin-left:auto;
	margin-right:auto;
}

.main-header .fourteen {
	height:70px;
	
}
a.all{ background: url(../images/more.png) -10px center no-repeat;
transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	padding: 0 16px 0 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #860000;}
a:hover.all{  
    background: url(../images/more.png) right center no-repeat;
	background-color: #ffd527;
	color: #1d1d1d;}
	
#all a{ background: url(../images/more.png) -15px center no-repeat;
transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	padding: 0 16px 0 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	 border-radius: 2px;
	color: #860000; padding: 3px 15px 3px 5px; margin: 0px 0; font-size: 1.1em;}
#all a:hover{  
    background: url(../images/more.png) right center no-repeat;
	
    background-color: #EAEAEA;
	color: #1d1d1d;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#logo {
	height: 80px;
	width: 225px;
	background-image: url(../images/agriform_logo.png);
	background-repeat: no-repeat;
}

#logo-wrap {
	margin-left:0px;
	position:relative;
}

#logo-wrap a {
	width:193px;
	display:block;
	position:abolute;
}

.langs-wrapper
 {
	position: absolute;
	top:8px;
	 right: 5px;
}
.lang-flag {
	opacity: 0.5;
	margin-right:5px;
	
	position:relative;
}
.lang-flag img

{
	width:25px;
	
}
#selected-flag, .lang-flag:hover {
	opacity: 1;
	
}
/* Main navigation menu */
#menu-header-menu {
	float:right;
	list-style-type:none;
	margin: 0px;
	margin-top:35px;
}

li.dropdown ul {
    display: none;
	 transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹

ul a.selected  {
    display: block !important;
	 
}ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹
li.dropdown ul li {
	height:35px;
    
}ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹
.selected li.dropdown ul li   {
    display: block;
    
}

/* Box */
.entry2 a#zoom  { 
width: 30%;
	
	
}
.entry2 a:link { 
display: inline;
float: none;
	
	
}
.entry a:link { 
display: inline;
float: none;
	
	
}
.entry3 a:link { 
display: inline;
float: none;	
}
.entry3 img {
	width:100% !important;
	
	
	
}
.entry3 {	
	overflow:hidden;
	/* max-height:180px; */
	
}
.entry3 ul  {
	margin-top: 10px !important;
	
	display:block;
	
	width: auto;
	box-shadow: none;  
	height: 200px;
}
 .entry3 a.orange {
 box-shadow: 0 0px 1px 0 #FFD527, 0 1px 8px rgba(0, 0, 0, 0.14);
 background-image: none;
}
.box  .entry3 .links { padding-left:0; border-bottom-width: 0px; background: none;}

.entry3 ul li {
list-style-type: none;
width: auto;
float: left;
height: auto;
overflow: hidden;
	
}
.box_home {
	position: relative;
	float: left;
	width: 100%;
	height: auto;

	/* box-shadow: 0px 0px 3px #333; */	
	/* background-image: url(../images/ombra2.jpg); */
	background-repeat: no-repeat;
	background-position: center bottom;
	/* padding-bottom:8px; */
	/* background-color:#FFF; */
	
}
.box_home img {
	width: 100%;
	
	
}
#borders  {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 0;
	
	border-bottom: 1px solid #C6C6C6;
	
	/* box-shadow: 0px 6px 8px rgba(51, 51, 51, 0.19); */;
}
.box_home_l img {
	width: auto;
	
}
.box_home_l {
	position: absolute;
	width: 80px;
	height: 104px;
	right: -1px;
	top: 0;
	background-image: url(../images/linguetta.png);
	background-repeat: no-repeat;
	padding-top: 27px;
	padding-left: 9px;
	margin-top: 10px;
}
.box_home #text {
	position: absolute;
	width: 20%;
	height: 4em;
	left: 70%;
	top: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 10px;
	overflow: hidden;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);  
	
	background-image: url(../images/pat80.png);

}
.box_home #text a {
	color:#860000;
	font-size:2em;padding-right: 40px;
	line-height: 1em;
	text-transform: uppercase;
/*	text-shadow:1px 1px 0px #860000, 2px 2px 6px #000;
*/	
}

.box_home:hover #text {
   width: 80%;
	left: 0px;
	opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);  
	
	
}
#breadcrumb_holder {

	margin-left: 10px;
	margin-right: 10px;
	height: 50px;
	overflow: hidden;
	position:relative;
	height: 50px;
	/* position: absolute;
	top: 0px;
	left: 0px; */
	z-index: 155;
	display: block;
	
}
#breadcrumb{color: #5d5d5d;
	overflow: hidden;
	margin-left: -107px;
	height: 50px;
	float: left;
	height: 50px;
	z-index: 15;
	background-image: url(../images/bread1.png);
	background-repeat:no-repeat;
	background-position: 107px center;
	display: inline-block;
	max-width: 1027px;
	
	 /* background-color:#C0B0A7;  */
	 

	
	}
#breadcrumb a, #breadcrumb a:visited {margin: 0;
    color: #b34d54 !important;	
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	padding: 0 20px 0 20px;
 	height: 50px;
	line-height: 50px;
	text-shadow: none;
	display: inline-block;
	background-image: url(../images/bread_down.png);
	background-repeat:no-repeat;
	background-position: 90% center;
	
	}
#breadcrumb a:hover {
background-image: url(../images/bread-over.png);
	background-repeat:no-repeat;
	background-position: 100% center;
    color: #1d1d1d !important;

		
	}
	
	


span.breadcrumb-separator  {padding: 0;
/* background-image: url(../images/bread2.png);
	background-repeat:no-repeat; */
	text-indent: -9000px;
	
	display: inline-block;
	background-position: left 5px;
	
	}
	
span.breadcrumb-current {padding: 2px 5px 5px 9px;
height: 50px;
line-height: 50px;
	display: inline;
	}
#breadcrumb_right{
position: relative;
float: left;
width: 31px;
height: 50px;

display: inline;
background-image: url(../images/bread3.png);
	background-repeat:no-repeat;
	background-position: left center;

}
.box {
	position: relative;
	float: left;
	width: 100%;
/*	box-shadow: 0px -2px 3px #ccc;
*/	background-color: #FFF;
	margin-top: 20px;
	/* box-shadow: 0px -1px 1px #ccc !important; */
	/* background-image: url(../images/ombra.jpg);
	background-repeat: no-repeat;
	background-position: center bottom; 
	padding-bottom: 13px;*/
	display:block;
	border-radius: 3px;
	box-shadow:inset 0px 1px 10px #FFF;
	border:1px solid #dfdfdf;
	/* min-height: 450px; */
	
}
.box_text {	
	
	position: relative;
	width: auto;
	height:auto;
	margin-top:5px;	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	display: block;
	clear: left;
	
}
.box_text strong {
	font-weight: 700;
	color: #666666;
}
.box_text h5{
	 padding-top: 5px;
	/*padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px; 
	float: left;*/
	text-align: left;
	position:relative;

	line-height:18px;
	
	 font-weight: 700;	
}
.box_text h4{
	padding-top: 10px;
	/* padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px; */
	position:relative;
	
	/* display: inline-block; */
	text-align: left;
	line-height:16px;
	font-weight:700;
	clear:both;
	
}
.entry{
	position:relative;
	float: left;
	width: 100%;	
}
.box_text h3{
	padding-top: 10px;
	float: left;
	text-align: left;
	line-height:28px;
	font-weight:700;	
}

.box_text p {
	 padding-top: 5px;
	 /* float: left;  */
	display: inline;
	text-align: left;
	width:100%;	


}
.box_text table{
	position: relative;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top:10px;
	text-align: left;	
}
.box_text table td{
	
	overflow:hidden;
	vertical-align: middle;
}
.box_text table #bold{
	font-size:16px;
	
	color:#666;
	text-align:left;
	font-weight:bold;
}
.box_text .rslides li  #zoom{
 width: auto;

  
 float: left;
 margin: 0;
 /* margin: 0 18px; */
}
  .box_text .rslides li #zoom img {
    border: none;
 
	
    margin: 0;
    border-radius: 0;
    width: 100%;
}
.box_text #zoom {
	position: relative;
	width: 44%;
	margin-left: 8px;
	float: right;
	background-image: url(../images/magnifer2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	
	
	
}

.box_text #zoom-mappa {
	position: relative;
	width: 60%;
	margin-left:8px;
	float: right;
	background-image: url(../images/gallery_magnifier.png);
	background-repeat: no-repeat;
	background-position: center center;	
	
}
.box_text #zoom img {
	position: relative;
	width: 100%;
	
	/*	box-shadow: 0px 4px 0px #864b4b;*/
	text-align: right;

	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	border: 1px solid #864b4b;	
	
}
.box_text #zoom-mappa img {
	position: relative;
	width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #864b4b;	
	text-align: right;
	

}

.box_text img {
	position: relative;
	width: 44%;
	margin-left:8px;
	float: right;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;	
	text-align: right;
	opacity: 1;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}
.box_text a img {
	opacity: 1;	
	-webkit-border-radius: 2px 2px 30px 2px;
	-moz-border-radius: 2px 2px 30px 2px;
	border-radius: 2px 2px 30px 2px;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}
.box_text a:hover img  {
	
-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
opacity: 0.5;
}
.box_text #zoom:hover {
background-image: url(../images/gallery_magnifier.png);
	background-repeat: no-repeat;
	background-position: center center;	

}

 #news {
	min-height:120px;
	overflow:hidden;	
}

 #caratteristiche {	
	overflow:hidden;
	
	
}
 #caratteristiche p{	
 
	display: block;
	/*padding-bottom: 4px;
	border-bottom: 4px solid #e0e0e0;	*/
	background-image: url(../images/divider1.png);
background-repeat: repeat-x;
background-position: 0 bottom;
padding-bottom: 10px;
}
#promozioni h5{	
 
	display: block;

	background-image: url(../images/divider1.png);
background-repeat: repeat-x;
background-position: 0 bottom;
padding-bottom: 10px;
}
#promozioni {
	display: block;
background-image: url(../images/miglio-prezzo.png);
background-repeat: no-repeat;
background-position: 10px center;
padding-bottom: 10px;
padding-left: 70px;
}
#iniziative {
	display: block;
background-image: url(../images/iniziative.png);
background-repeat: no-repeat;
background-position: 10px 20px;
padding-bottom: 10px;
padding-left: 70px;
}
#iniziative h5{	
 
	display: block;

	background-image: url(../images/divider1.png);
background-repeat: repeat-x;
background-position: 0 bottom;
padding-bottom: 10px;
}

p#caratteristiche {	
 
	display: block;
	padding-bottom: 4px;
	border-bottom: 4px solid #e0e0e0;	
}
.box_l {
	position: relative;
	width:auto;
	height: 76px;
	float: left;
	display: block;
	padding-left:56px;
	padding-top:4px;
	background-image: url(../images/cornerleft1.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:-11px;
	margin-bottom: -40px;
	overflow:hidden;
	
}
.giallol {
		background-image: url(../images/cornerleft2.png);	
}

.box_r {
	position: relative;
	float: left;
	width: 71px;
	height: 80px;

	display: block;
	background-image: url(../images/cornerright1.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top:-11px;
	margin-right:-50px;
	margin-bottom: -50px;
}
.giallor {
	background-image: url(../images/cornerright2.png);
}

.box .links {
	/* position: absolute;
	 bottom: 0; 
	 left: 0; */
	clear: both;
	height: auto;
	width: 92%;
	display: block;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom-color: #e0e0e0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	background-image: url(../images/divider1.png);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	margin-top: 10px;
	margin-bottom: 0 !important;
}
.box .links:hover {
	/* border-bottom-color: #ffd527; */
	
}
.box ul {
	margin-top: 10px;
	
	
}
.box li {
	list-style-type: disc;
	list-style-image: url(../images/bullets_footer.png);
	margin-left: 15px;
	
	margin: 0 0 10px 15px;
}
.rslides li {
	list-style-type: none;
	margin-left: 5px;
	margin-bottom: 2px;
	
}
.box li a {
	font-weight:400;
	
}
a.selected {
	font-weight:700 !important;
	
	
}
.video {
            width: 100%;
            height: auto;
          }
.container1 {
            width: 100%;
			padding-top: 10px;
            
            margin:0px auto;
            
          }
#google-img {
	background-position:-55px 0px;
}

#facebook-link {
	float:right;
	position:relative;
	display:block;
	width:25px !important;
	height:27px;
	opacity:0.6;
	transition-duration:0.7s;
	-moz-transition-duration:0.7s;
	-o-transition-duration:0.7s;
	-webkit-transition-duration:0.7s;
	background-image:url(../images/social_icon3.png);
	background-position:-28px 0px;
}
#facebook-link:hover {
	opacity:1;
}


/* Buttons */
.button {
	float:left;
	border:none !important;
	padding:5px 20px;
	
	font-size:0.9em !important;
	opacity:0.7;
	font-weight:400;

}

a.orange {
font-size:1em !important;
	background: url(../images/more.png) -10px center no-repeat;
	/* background-color:#f4ebcb; */
	transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	background-color: #FFF;
	border: 1px solid rgba(0,0,0,0.15);
  
border-radius: 2px;
	
border:1px solid #e2b35e !important;
	 

  /* Font styles */
  text-decoration: none;
  
text-shadow: 0 1px rgba(255,255,255,0.7);
	
	
	
/* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
}

a:hover.orange {


	background: url(../images/more.png) right 55% no-repeat;
	color: #1d1d1d;
	background-color: #ffd527;
}

.black {
	background-color:#727272;
	transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	border:1px solid #6e6f6f !important;
}

.black:hover {
	opacity:1;
}

.red {
	background-color:#fa8968;
	transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	border:1px solid #c06d55 !important;
}

.red:hover {
	opacity:1;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.without-align {
	text-align:left !important;
	width:400px;
	padding-left:30px;
}
#social-button {
	float:right !important;
	
	height:33px;
  
}
#social-button a {
	float:left ;
	opacity:0.8;
	margin-top:-4px;

}
#social-button a img {

	border-radius:2px;
}

/*#social-button div {
	width:25px !important;
	height:6px;
	opacity:0.6;
	transition-duration:0.7s;
	-moz-transition-duration:0.7s;
	-o-transition-duration:0.7s;
	-webkit-transition-duration:0.7s;
	background-image:url(../images/social_icon3.png);
	float:left;
	margin-right:3px;
}
*/
#social-button a:hover {
	opacity:1;
}

#google-img {
	background-position:-55px 0px;
}

#facebook-img {
	background-position:-28px 0px;
}

#twitter-img {
	background-position:-2px 0px;
}

#rss-img {
	background-position:-107px 0px;

}

#linkedin-img {
	background-position:-81px 0px;
}

.blue-color {
	color:#3675c1;
	font-weight:bold;
	text-decoration:underline;
}

#telephone-wrap {
	position:relative;
	left:-4px;
	padding-right:6px;
	padding-left:1px;
	padding-top:6px;
	font-size:1em;
	width:180px;
	color:#b3b3b3;
}

/* Message box */

.info {
   /*  margin:0px 20px 0px 20px !important;
	padding:2px 0px 2px 10px !important;
	background-color:#fff;
	box-shadow:inset 0px 1px 7px #e1e1e1;
	border:1px solid #d1d1d1; */
	width:96%!important;
	display: block !important;
	clear: left;
	margin-top: 8px;
	margin-bottom: 15px;
	opacity:0.9;
	color:#CCC !important;
	padding:2px 0px 2px 19px !important;
	opacity:0.9;
	border-top: 1px dotted #bdafaf;
	border-bottom: 4px solid #e0e0e0;
	
}

.success {
	padding:20px 60px 30px 60px !important;
	background-color:#d0fee4;
	box-shadow:inset 0px 1px 7px #FAFFF5;
	border:1px solid #7bebaa;
	color:#65aa82 !important;
	opacity:0.9;
}



/* Tables */
.table-full-width {
	width:100%;
}

.table {
	margin-top:30px;
	margin-bottom:30px;
}

.table th {
	padding:15px;
	border:1px dotted #d5d5d5;
	font-size:1.1em;
	background:url(../images/noise_lines.png);
	text-align:center;
	font-weight:bold;
	color:#444;
}

.table td {
	border:1px dotted #e0e0e0;
	padding:12px;
	color:#828282;
	text-align:center;
}

.highlight td:hover {
	background:url(../images/redox_01.png);
	cursor:pointer;
}



/* -----		6. OTHER PAGE 		----- */

.boxc {
	width: 100%;
	float:left;
}
.boxc table {
    
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
   
	 
	 }
.boxc table td {border:0;}

.boxc table td a {color:#feffff;}



.boxc.warning table {background:#;}

.boxc.warning table td.b_img {
	background-image: url(../images/infobox_warning.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 34px;
	height: 34px;
}


.boxc.error table {background:#;}

.boxc.error table td.b_img {
	width: 34px;
	height: 34px;
	background-image: url(../images/infobox_error.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.boxc.info table {background:#;}

.boxc.info table td.b_img {
	background-image: url(../images/infobox_info.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 34px;
	height: 34px;
}

.form .loading {background:url(../images/loading.gif) 0 0 no-repeat;}

.form form label span {color:#df4545;}

.form .loading {
	width:20px;
	height:15px;
	position:absolute;
	bottom:10px;
	left:100px;
	display:none;
}
/* 404 Page */ 
#error-title-wrap {
	height:6px;
	background-color:#3675C1;
	margin-bottom:40px;
}

#error-wrap {
	padding-top:120px;	
	padding-bottom:0px;
}

#error-title {
	font-size:9em;
	text-align:center;
	text-shadow:2px 2px 0px #fff, 4px 4px 0px #e0e0e0;
}

#error-after-title {
	text-align:center;
	padding-top:40px;
	font-size:1.6em;
	color:#adacac;
	text-transform:uppercase;
	
}

#error-text {
	width:400px;
	margin:40px auto 0px auto;
	text-align:center;
	border-top:1px dotted #e0e0e0;
	border-bottom:1px dotted #e0e0e0;
	padding-top:30px;
	padding-bottom:30px;
	line-height:31px;
}


/* Contact */
#pre-method-text {
	margin-top:8px;
	color:#7B7B7B;
}

#contact-method {
	color:#8a8a8a;
	margin-bottom:25px;
}

#contact-method li {
	border-bottom:1px dotted #e0e0e0;
	padding-bottom:4px;
}

#contact-telephone {
	background:url(../images/contact-method-telephone.png) no-repeat 0px -1px;
	padding-left:23px;
}

#contact-address {
	background:url(../images/contact-method-address.png) no-repeat 0px -1px;
	padding-left:23px;
}

#contact-skype {
	background:url(../images/contact-method-skype.png) no-repeat 0px 0px;
	padding-left:23px;
}

#contact-email {
	background:url(../images/contact-method-mail.png) no-repeat 0px 1px;
	padding-left:23px;
}

#contact-telephone span, #contact-skype span, #contact-email span {
	font-weight:bold;
	font-size:1.1em;
}


#contact-address span {
	font-weight:bold;
	font-size:1.1em;
	padding-bottom:3px;
	margin-bottom:5px;
	border-bottom:1px dotted #e0e0e0;
	display:block;
}

.contact-page h1 {
	font-size:2.6em;
	color:#4477B5;
	font-weight:bold;
}


#contact-form-wrap {
	margin-top:0px;
}


#leave-reply-wrap form {
	margin-top:30px;
}

#contact-form form, #leave-reply-wrap form, #appointment-form form {
	position:relative;
	margin-top:40px;
	background-color:#e0e0e0;
	padding:45px;
	background:url(../images/redox_01.png);
	width:490px;
	border:1px solid #e0e0e0;
}

#contact-form form, #appointment-form form {
	border-radius:2px;
	background:url(../images/striped_lens.png);
	border-top:3px solid #FFAD00;
	border-bottom:1px solid #FFAD00;
	padding-top:50px;
}

.bg-envelop {
	background:url(../images/contact-mail-img.png);
	position:absolute;
	top:25px;
	right:22px;
	height:166px;
	opacity:0.15;
	width:166px;
}

.bg-book {
	background:url(../images/appointment-book-img.png);
	position:absolute;
	top:25px;
	right:24px;
	height:200px;
	opacity:0.15;
	width:166px;
}

#contact-form-text  {
	font-size:1.2em;
	color:#717171;
	line-height:26px;
	border-top:1px dotted #e0e0e0;
	border-bottom:1px dotted #e0e0e0;
	padding-top:20px;
	padding-bottom:20px;
}


/* Appointment form */ 

#app-month, #app-day, #app-department {
	padding:3px;
	font-size:1.2em;
	font-weight:normal !important;
	font-family:"Droid Sans";
	width:140px;
	float:left;
	margin-bottom:25px;
}

#app-day {
	width:80px;
	margin-left:15px;
}

#app-department {
	width:310px;
	float:none;
}

#form-email-wrap, #form-telephone-wrap {
	font-size:0.9em;
	display:none;
	margin-top:15px;
	margin-bottom:5px;
}

#form-email-wrap input, #form-telephone-wrap input {
	margin-bottom:25px !important;
}

#prefered_email, #prefered_phone {
	width:auto !important;
	height:auto !important;
}

.radio-label {
	display:inline;
	font-size:1.2em !important;
	margin-right:10px;
}

#department-top {
	margin-top:20px;
}



/* -----		7. FOOTER 		----- */


/* Back to Top button */
#back-to-top {
	position:absolute;
	bottom:20px;
	right:30px;
	background:url(../images/totop_img.png) no-repeat;
	width:50px;
	height:50px;
	opacity:.6;
	transition-duration:0.4s;
	-moz-transition-duration:0.4s;
	-o-transition-duration:0.4s;
	-webkit-transition-duration:0.4s;
}

#back-to-top:hover {
	opacity:.9;
	bottom:25px;
}

#prefooter-line {
	height:3px;
	background-color:#ffd527;
	margin-bottom:46px;
	box-shadow:0px -1px 3px #e0e0e0;
}
.banner {
	position: relative;
	float: left;
	margin-top: 50px;
	margin-left: 10px;    
	margin-right: 10px;
	/* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
}
.banner a img {
    width: 100%; 
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition-duration: 0.4s;    -moz-transition-duration: 0.4s;    -o-transition-duration: 0.4s;    
    -webkit-transition-duration: 0.1s;
    border-radius: 2px;
}
.banner a:hover img {
    width: 100%;
 
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}


#footer {
	position: relative;
	margin-top: 50px;
	color: #333;
	/* background: url(../images/footer-bg.jpg); */
	background-color: rgba(197, 197, 197, 0.26);
	
}

#footer .container {
	padding-top:20px;
}





/* Stay tuned */
#mc_embed_signup {
	width:100%;
	margin-top: 30px;
	height:60px;
	border-top:1px dotted #acacac;
	opacity:0.9;
	transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
}

#mc_embed_signup:hover {
	opacity:1;
}
#field_cognomepreview,
 #user_name, #user_email, #mce-EMAIL {	
	padding-left:8px;
	border:1px solid #ffd527 !important;
	width:200px;
	margin-top:2px;
	height:18px;
	display:inline;
	float:left;
	outline:none !important;
	box-shadow:inset 0px 1px 3px #ccc !important;
	border-radius:0px !important;
	margin-bottom: 10px;
}

#mc-embedded-subscribe {
	float:left;
	display:inline;
	background-color:#864b4b !important;
	color:#fff;
	opacity:0.8;
	transition-duration:0.5s;

	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	text-shadow:1px 1px 0px #989898;
	border:1px solid #ccc !important;
}
#footer h5 {
	color: #666;
}
#footer li {
	list-style-type: disc;
	list-style-image: url(../images/bullets_footer.png);
	margin-left: 15px;
}
#footer a:link {
	color: #864b4b;
	text-decoration: none;
}

#footer a:visited {
	color: #864b4b;
	
}
#footer a:hover {
	color: #860000;
	
}




#mc-embedded-subscribe:hover {
	opacity:1;
}

#footer-contact {
	
	width: 100%;
	color: #666666;
}

#footer-contact div {
	margin-bottom:10px;
	clear:both;
}

#footer-contact span {
	display:block;
	clear:both;
}

#footer-contact div b {
	color: #666;
	float: right;
}

#footer-telephone {
	background:url(../images/footer_telephone_img.png) no-repeat 0 4px;
	padding-left:20px;
}

#footer-skype {
	background:url(../images/footer_skype_img.png) no-repeat 0 4px;
	padding-left:20px;
}

#footer-address {
	background:url(../images/footer_address_img.png) no-repeat 0 4px;
	padding-left:20px;
}

#footer-mail {
	background:url(../images/footer_mail_img.png) no-repeat 0 4px;
	padding-left:20px;
}


/* Testimonials */
.testimonials-wrap {
	padding:0 0 10px 40px;
	background:url(../images/quotes.png) no-repeat;
	margin-bottom:20px;
	border-bottom:1px dotted #acacac;
}

.testimonials-author {
	font-size:0.9em;
	color:#B4CEED;
	padding-right:30px;
	text-align:right;
}

#footer-logo-wrap {
	margin-top:30px;
	padding-top:20px;
	margin-left:6px;
	border-top:1px dotted #acacac;
	width:294px;
}


/* Copyright */
#copyright-info {
	margin-top:10px;
	margin-bottom:60px;
	border-top:1px dotted #acacac;
}

#copyright-info div {
	float: left;
	color: #666;
	padding-top: 20px;
	font-size: 1.1em;
}

#footer-legal {
	float:right;
	list-style-type:none;
	padding-top:22px !important;
	margin-right:10px;
}

#footer-legal li {
	float:left;
	margin-left:10px;
}

#footer-legal li a {
	color: #333333;
	text-decoration: none;
	transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
}

#footer-legal li a:hover {
	color: #333
}

#copyright-info div b {
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}

/*! http://responsiveslides.com v1.53 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.57), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.box_text .rslides li {
 
  border:none;
  }
.box_text .rslides li {
 
  border:none;
  list-style-image: none;
  float: left;
  display: inline;
  position: relative;
}
.entry3 .rslides li {
list-style-type: none;
width: 49%;
float: left;
height: auto;
margin: 0;
overflow: hidden;
	
}
.entry3  .rslides li:first-child {
margin: 0 2% 0 0;
  }
 .box_text .large-btns_nav {
 left: -10px;
  
 top: 0;
 
  } 
 .box_text .large-btns_nav2 {
 left: -20px;
  
 top: 0;
 
  }   
   .box_text .large-btns_nav.next {
    right: -10px;
 
 
  } 
 
.rslides li {
	margin-bottom: 0px !important;
	margin-left: 0px !important;
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  
	list-style: none;
	/* border: 1px solid #864b4b; */
  }
.rslides li span {
  position:absolute;
   
  bottom: 30px;
  left: 30px;
  z-index: 1;
  padding: 0;    
  color: #FFFFFF;    
  font-family: "Dosis", sans-serif;    
  font-weight: 300;
  font-size: 1.9em;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.22);
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  max-height:800px;
  
  margin: 0;
  border-radius: 0;
  max-width: 800px;
}
* {
  margin: 0;
  padding: 0;
  }



.rslides {
  margin: 0 auto;
  }

.rslides_container {
  margin-bottom: 20px;
  margin-left: 3%;
  position: relative;
  float: left;
  width: 94%;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 1;
  text-indent: -9999px;
  overflow: hidden;
  top: 11px;
  bottom: 0;
  left: 1px;
  background: rgba(255, 255, 255, 0) url("themes.png") no-repeat 6px 80px;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: -42px 80px;
  right: 1px;
  
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }


/* -----		 8. STYLE FOR MOBILE DEVICES		----- */
	
@media only screen and (min-width: 768px) and (max-width: 959px) {
	h4 {
font-size: 18px;

}
    .container                                  { width: 768px; }
    .container .column,
    .container .columns                         { margin-left: 10px; margin-right: 10px;  }
    .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
    .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
    .alpha.omega                                { margin-left: 0; margin-right: 0; }

    .container .one.column,
    .container .one.columns                     { width: 28px; }
    .container .two.columns                     { width: 76px; }
    .container .three.columns                   { width: 124px; }
    .container .four.columns                    { width: 172px; }
    .container .five.columns                    { width: 235px; }
    .container .six.columns                     { width: 268px; }
    .container .seven.columns                   { width: 316px; }
    .container .eight.columns                   { width: 364px; }
    .container .nine.columns                    { width: 412px; }
    .container .ten.columns                     { width: 460px; }
    .container .eleven.columns                  { width: 508px; }
    .container .twelve.columns                  { width: 556px; }
    .container .thirteen.columns                { width: 604px; }
    .container .fourteen.columns                { width: 652px; }
    .container .fifteen.columns                 { width: 700px; }
    .container .sixteen.columns                 { width: 748px; }

    .container .one-third.column                { width: 236px; }
    .container .two-thirds.column               { width: 492px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 48px; }
    .container .offset-by-two                   { padding-left: 96px; }
    .container .offset-by-three                 { padding-left: 144px; }
    .container .offset-by-four                  { padding-left: 192px; }
    .container .offset-by-five                  { padding-left: 240px; }
    .container .offset-by-six                   { padding-left: 288px; }
    .container .offset-by-seven                 { padding-left: 336px; }
    .container .offset-by-eight                 { padding-left: 384px; }
    .container .offset-by-nine                  { padding-left: 432px; }
    .container .offset-by-ten                   { padding-left: 480px; }
    .container .offset-by-eleven                { padding-left: 528px; }
    .container .offset-by-twelve                { padding-left: 576px; }
    .container .offset-by-thirteen              { padding-left: 624px; }
    .container .offset-by-fourteen              { padding-left: 672px; }
    .container .offset-by-fifteen               { padding-left: 720px; }
	
	.divider {
		width:748px;
	}
	
	/* Slider style */
	.nivoSlider {
		width:100% !important;
	}
	
	.main-header .container {
		width: 100%;
		margin-top:0px !important;
	}
	/* Header style */
	#logo {
		/*background-size:170px 74px;*/
		margin-left:9px;
	}
	
	#menu-header-menu {
		font-size:0.7em;
	}
	ul#navigation li a {

	font-size:0.9em;

	}

		
	#intro-text {
		font-size:1em !important;
		border-top-width:1px;
		border-bottom-width:1px;
	}
		
	#caption-text-wrap {
		font-size:0.8em;
	}
		
	.nivo-caption {
		top:32%;
	}
	
	.header,.text {
		width:80%;
		margin:0 auto;
	}


	/* Main page */

	



	
	
	
	
	
	/* Shortcodes */
	.two-columns {
		width:340px;
	}
	
	.three-columns {
		width:210px;
	}
	
	.four-columns {
		width:145px;
	}
	
	.code-wrap {
		font-size:1em !important;
		width:310px;
	}
	

	.contact-page form {
		margin-top:40px !important;
	}
	
	
	/* Footer */
	#footer-logo-wrap img {
		margin-left:-5px;
	}
	

	
	#mail-subscribe-wrap {
		font-size:0.9em;
		width:280px;
	}
	
	#field_cognomepreview,
 #user_name, #user_email, #mce-EMAIL  {
		width:170px;
	}
	
	#mc_embed_signup {
		width:280px;
	}
	
	#footer-contact div b {
		font-size:1em;
	}
	
	#footer-logo-wrap {
		width:275px;
	}
	
	#footer-contact {
		width:280px;
	}
	

	
	#back-to-top {
		right:5px;
		bottom:5px;
	}
	
	#back-to-top:hover {
		bottom:5px;
	}
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	/* Skeleton Style */
	h4 {
font-size: 16px;

}
    
	.container { width: 420px; }
    .container .columns,
    .container .column { margin: 0; }

    .container .one.column,
    .container .one.columns,
    .container .two.columns,
    .container .three.columns,
    .container .four.columns,
    .container .five.columns,
    .container .six.columns,
    .container .seven.columns,
    .container .eight.columns,
    .container .nine.columns,
    .container .ten.columns,
    .container .eleven.columns,
    .container .twelve.columns,
    .container .thirteen.columns,
    .container .fourteen.columns,
    .container .fifteen.columns,
    .container .sixteen.columns,
    .container .one-third.column,
    .container .two-thirds.column { width: 420px; }

   
	
	.divider {
		width:415px;
	}
	
	
	/* Slider style */

	.main-header .container {
		width: 100%;
		margin-top:0px !important;
	}
	
	.main-header .fourteen {
		border-top:none;
	}
	
	/* Header */
	.main-header {
		top:0px;
	}
	


	#social-button {
		padding-left:0px;
		padding-right:0px;
		margin-top:20px;
		float:right;
		width:115px;
	}
	

	#header-telephone {
		background:url(../images/header-telephone.png) no-repeat 0px 4px;
		padding-left:20px;
		float:left;
		margin-left:0px;
	}
	
	#header-email {
		float:left;
		padding-bottom:0px;
		margin-left:0px;
	}
	
	#intro-text {
		margin-left:0px;
		margin-top:20px;
		border-top-width:1px;
		border-bottom-width:1px;
		padding-left:5px;
		padding-right:0px;
		font-size:1em;
	}
	
	
	/* Main Page */

		#breadcrumb_holder {

	display: none;
	
}


	#about-textwrap {
		width:410px;
		font-size:1.1em;
	}
	
	.findus-wrap {
		margin-top:60px !important;
	}
	

	
	
	.without-image {
		width:410px;
	}
	
	.left-content {
		width:420px !important;
		padding-right:none !important;
		border-right:none;
	}
	
	.right-content {
		display:none !important;
	}
	

	
	.single-image img {
		width:100% !important;
		margin-bottom:20px;
	}
	
	.single-text {
		width:425px !important;
	}
	
	.comments-content {
		width:315px;
	}
	
	.comments-texts {
		width:330px;
	}
	
	#contact-form form, #leave-reply-wrap form, #appointment-form form {
		width:360px;
		padding:35px;
	}

	/* Shortcodes */
	.quote-align-left, .quote-align-right {
		width:100%;
		margin:30px 0px 30px 0px;
		padding:5px 20px 5px 20px;
		float:none;
	}
	
	.content-right {
		border-left:none !important;
	}
	
	#error-wrap {
		padding-top:90px;
		font-size:1em;
	}
	
	.float-right {
		display:none;
	}
	
	.three-columns {
		width:430px;
	}
	
	.four-columns {
		width:430px;
	}
	
	
	/* Contact page */
	#visit-us-text {
		width:430px;
	}

	
	/* Footer */

	
	#mail-subscribe-wrap {
		margin-top:30px;
	}
	
	#mc_embed_signup {
		width:400px;
		margin-top:0px;
	}
	
	#field_cognomepreview,
 #user_name, #user_email, #mce-EMAIL  {
		width:250px;
	}
	
	#footer-contact {
		width:320px;
	}
	
	#footer-logo-wrap {
		width:390px;
		border-bottom:1px dotted #acacac;
		padding-bottom:18px;
	}
	

	#back-to-top {
		bottom:10px;
	}
	
	#back-to-top:hover {
		bottom:10px;
	}
	
	#footer {
	background: none;
	background-color: #F8F8F8;
	}
	
	#social-button {
		width:140px;
		margin-top:0px;
	}
		
}


@media (max-width: 480px) {
	h4 {
font-size: 16px;
max-width:220px;
height: 30px;
overflow:hidden;

}
	
	/* Skeleton Style */
	.container { width: 94%; margin-left:auto !important; margin-right:auto !important; }
    .container .columns,
    .container .column { margin: 0 auto; }

    .container .one.column,
    .container .one.columns,
    .container .two.columns,
    .container .three.columns,
    .container .four.columns,
    .container .five.columns,
    .container .six.columns,
    .container .seven.columns,
    .container .eight.columns,
    .container .nine.columns,
    .container .ten.columns,
    .container .eleven.columns,
    .container .twelve.columns,
    .container .thirteen.columns,
    .container .fourteen.columns,
    .container .fifteen.columns,
    .container .sixteen.columns,
    .container .one-third.column,
    .container .two-thirds.column { width: 98%; margin-left:auto !important; margin-right:auto !important; }

	.divider {
		width:95%;
	}

	
	.main-header .container {
		width: 100%;
		border-top:0px !important;
	}
	
	.main-header .fourteen {
		border-top:none;
	}
	
	/* Header */
	.main-header {
		top:0px;
	}
	
	#logo-wrap {
		width:200px;
		float:none;
		margin:0 auto !important;
		display:block;
	}
	
	#header .container .four {
		float:none;
		display:block;
		margin:0 auto;
		width:192px;
	}

	
	#menu-header-menu {
		display:none;
	}
	
	#social-button {
		margin-top:-20px;
	}
	
	#telephone-wrap {
		top:-20px;
		left:0px;
	}
	
	#intro-text {
		width:90%;
		margin:0 auto !important;
		padding:10px 0 10px 0 !important;
		display:none;
	}
	
	#breadcrumb_holder {

	display: none;
	
}
	
	/* Shortcodes */
	.code-wrap {
		width:94%;
	}
	
	.quote-align-right, .quote-align-left {
		float:none;
		width:90%;
		margin:20px 0 20px 0 !important;
	}
	
	.left-align-image, .right-align-image {
		float:none;
	}
	
	.right-align-image {
		margin-left:0 !important;
	}
	
	.two-columns, .three-columns, .four-columns {
		width:100%;
	}
	
	.float-right {
		display:none;
	}
	
	.table { margin-bottom: 0; margin-top: 0; font-size:0.7em;}
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 0px !important; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable table { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; margin-bottom:0px !important;}	
	
	.table td, .table th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }

	
	/* 404 */
	#error-text {
		width:100%;
	}
	
	
	/* Contact */

	
	/* Footer */

	#mail-subscribe-wrap {
		margin-top:30px;
	}
	
	#mc_embed_signup {
		width:400px;
		margin-top:0px;
	}
	
	#field_cognomepreview,
 #user_name, #user_email, #mce-EMAIL  {
		width:250px;
	}
	
	#footer-contact {
		width:380px;
	}
	
	#footer-logo-wrap {
		width:100%;
		border-bottom:1px dotted #4a80db;
		padding-bottom:18px;
	}
	
	#footer-logo-wrap img {
		margin:0 auto;
		display:block;
	}
	
	#testimonials {
		margin-top:30px;
	}
	
	#back-to-top {
		bottom:10px;
	}
	
	#back-to-top:hover {
		bottom:10px;
	}
	

	#mc_embed_signup {
		width:100%;
	}
	
	#field_cognomepreview,
 #user_name, #user_email, #mce-EMAIL  {
		width:50%;
	}
	
	#footer-contact {
		width:100%;
	}
	
	#mc-embedded-subscribe {
		width:35%;
	}
	
	#footer {
		margin-top:100px;
		background:none;
		background-color:#ebe8e0;
	}
	
	#footer-legal {
		width:100%;
	}
}
@media (max-width: 320px) {
	h4 {
font-size: 16px;
max-width:190px;
height: 25px;
overflow:hidden;

}
}

div#preloader {
		}
@media screen {
	div#preloader {
		position: absolute;
		left: -9999px;
		top:  -9999px;
		}
	div#preloader img {
		display: block;
		}
	}
@media print {
	div#preloader, 
	div#preloader img {
		visibility: hidden;
		display: none;
		}
	}
	

.elenco_codice_etico {
    margin-left: 15px;
}

.elenco_codice_etico li {
	text-align: left;
}

.info_conf_regalo {
    background-color: #b22429;
    color: #FFF;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 12px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.info_conf_regalo p {
    display: block;
    text-align: center;
    font-size: 17px;
}

.info_conf_regalo .tel {
	display: inline-block;
    color: #FFF;
    font-size: 17px;
	margin-top: 5px;
}

.info_conf_regalo .mail {
	display: inline-block;
    color: #FFF;
    font-size: 17px;
}

@media (max-width: 480px) {

.info_conf_regalo p {
    margin-bottom: 0;
}

}

.download_coupon {
    background-color: #ffc91f;
    margin-top: 14px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-bottom: 10px;
}

.testo_download_coupon {
    width: 44%;
    float: left;
}

.testo_download_coupon p {
	font-size: 28px;
    color: #b22429;
    padding-left: 33px;
    display: block;
    line-height: 28px;
    padding-top: 27px;
    width: auto;
}

.img_download_coupon {
	width: 56%;
    float: left;
}

.img_download_coupon a {
    display: block;
}

.img_download_coupon img {
	max-width: 100%;
    width: auto;
	display: block;
    margin: auto;
    float: none;
}
















