﻿input:required, textarea:required { background-color: #FFF; }
input:required, textarea:required { box-shadow: none; outline: none; }
input:required:focus, textarea:required:focus { /*  border: 1px solid #4FBAE8;*/ background-color: #FFFFCB; outline: none; }
#frmRegistra { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

.field-row              { width: 100%; height:100%; overflow: hidden }

.element                { margin: 1.5%; clear: none; float: left }
.element-center         { clear: none; margin:0 auto }

input[type="text"],
input[type="password"]  { width: 100%; font-family: 'Open Sans', sans-serif; font-size: 1em; /* 14px */ font-weight: 400; color: #2F5B87; border: none; padding: 8px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
select                  { width: 100%; font-family: 'Open Sans', sans-serif; font-size: 1em; /* 14px */ font-weight: 400; color: #2F5B87; border: none; padding: 8px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url(../images/selectArrow.png) no-repeat 97% 50% #FFF; }
.box-tipoutente         { width: 100%; padding: 8px; text-align: left; color: white; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 1px solid white; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.el-size-100            { width:  97%; }
.el-size-50             { width:  97%; }
.el-size-cap            { width:  97%; }
.el-size-citta          { width:  97%; }
.el-size-pv             { width:  97%; }
.el-size-nazione        { width:  97%; }
.el-size-invia          { width:  97%; margin:0 auto; }                        
.el-size-invia > input  { padding: 15px }
select::-ms-expand      { /*fix ie */ display: none; }

.submitbtn-form { clear: none; float: left; display: block; font-family: 'Roboto', sans-serif; font-size: 1em; /* 13px */ font-weight: 400; text-transform: uppercase; color: rgba(255, 255, 255, 1); background-color: rgba(51, 51, 51, 0.7); border: none; margin-top: 5%; margin-bottom: 2%; margin-left: 1%; margin-right: 1%; padding: 3.4%; width: 98%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.submitbtn-form:hover { background-color: rgba(51, 51, 51, 0.3); -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }

.err-field              { width: 97%; padding: 5px 5px 0 5px; color:#FF5050 }

input.error, 
select.error            { border: 2px solid #FF5050 }

.creds-box-outer        { display:block }
.creds-box              { flex:none; margin:10px 0; padding:10px; background-color:rgba(204, 204, 204, 0.6); border:1px solid rgba(204, 204, 204, 1);}


/* FASCIONE */
#full-emozionale {
    display: none;
}
/* FASCIONE */
/* TESTI */
#full-box-testo-sezione {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

#box-testo-sezione {
    clear:both;
    float:left;
    display:block;
    width:90%;
    margin:1.5% 5% 0 5%;
    padding:0;
}

    #box-testo-sezione h1 {
        display: inline-block;
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: 400;
        color: #365C7D;
        margin: 0 0.5% 0.5% 0.5%;
        padding: 0.5%;
        line-height: 24px;
        font-size: 1.53em; /* 20px */
        text-align: center;
    }

        #box-testo-sezione h1:after {
            content: url("../images/baffo-nero-200.png");
            display: block;
            clear: both;
        }

    #box-testo-sezione p {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 1em; /* 13px */
        color: #666666;
        margin: 2%;
        padding: 2%;
        line-height: 18px;
        text-align: center;
        /* TESTI */
    }
/* BOX RICERCA */
#full-box-ricerca {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background: rgba(71, 124, 164, 1);
    background: -moz-linear-gradient(top, rgba(71, 124, 164, 1) 0%, rgba(47, 91, 135, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71, 124, 164, 1)), color-stop(100%, rgba(47, 91, 135, 1)));
    background: -webkit-linear-gradient(top, rgba(71, 124, 164, 1) 0%, rgba(47, 91, 135, 1) 100%);
    background: -o-linear-gradient(top, rgba(71, 124, 164, 1) 0%, rgba(47, 91, 135, 1) 100%);
    background: -ms-linear-gradient(top, rgba(71, 124, 164, 1) 0%, rgba(47, 91, 135, 1) 100%);
    background: linear-gradient(to bottom, rgba(71, 124, 164, 1) 0%, rgba(47, 91, 135, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e5174', endColorstr='#2F5B87', GradientType=0 );
}

.wrapper-box-ricerca {
	clear:both;
	float:left;
	display:block;
	width:94%;
	margin:0 3%;
	padding:0;
}

.wrapper-box-ricerca h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:400;
	color:#FFF;
	margin-top:5px;
	margin-bottom:15px;
	margin-left:1%;
	margin-right:1%;
	padding:0 2%;
	font-size:1.53em; /* 20px */
	text-align:center;
}

.wrapper-box-ricerca h2:after {
	content:url("../images/baffo-bianco-150.png");
    display: block;
    clear: both;
}

.wrapper-box-ricerca p {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:1em; /* 13px */
	color:#FFFFFF;
	margin-top:0;
	margin-bottom:15px;
	margin-left:2%;
	margin-right:2%;
	padding:0 2%;
	line-height:18px;
	text-align:center;
}

#box-form-ricerca-min {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:100px;
	margin:1.5% 5%;
	padding:0;
}

#box-testo-ricerca {
	clear:both;
	float:left;
	display:block;
	width:90%;
	margin-top:1.5%;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	padding:0;
}

#box-loghi-ricerca {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:40px;
	margin-top:5%;
	margin-bottom:7%;
	margin-left: 5%;
	margin-right:5%;
	padding:0;
}

#box-loghi-ricerca img {
	max-width:70px;
	padding:0 ;
	margin: 2% 4%;
/* BOX RICERCA  */
}
/* LINEE */
#full-box-risultati {
	display:block;
	width:100%;
	margin:0;
	padding:0 0 40px 0;
	text-align:center;
}

.wrapper-box-risultati {
	clear:both;
	float:left;
	display:block;
	width:94%;
	min-height:220px;
	margin:0 3%;
}

#box-testo-risultati {
	clear:both;
	float:left;
	display:block;
	width:100%;
	margin-top:1.5%;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	padding:0;
}

#box-testo-risultati h2 {
	display:inline-block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:400;
	color:#365C7D;
	margin-top:5px;
	margin-bottom:15px;
	margin-left:1%;
	margin-right:1%;
	padding:0 2%;
	line-height:24px;
	font-size:1.53em; /* 20px */
	text-align:center;
}

#box-testo-risultati h2:after {
	content:url("../images/baffo-nero-200.png");
    display: block;
    clear: both;
}

#box-testo-risultati p {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:1em; /* 13px */
	color:#666666;
	margin-top:0;
	margin-bottom:15px;
	margin-left:2%;
	margin-right:2%;
	padding:0 2%;
	line-height:18px;
	text-align:center;
}

ul#elenco-risultati {
	list-style-type:none;
	clear:both;
	float:left;
	width:90%;
	margin-top:2%;
	margin-bottom:10%;
	margin-left: 5%;
	margin-right:5%;
	padding:0;
	text-align:left;
}

ul#elenco-risultati li {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:3% 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:400;
	color:#FFF;
	font-size:1em; /* 13px */
	line-height:16px;
	background-color:rgba(255, 255, 255, 1);
	border:solid 1px rgba(204, 204, 204, 0.8);
}

.box-ris-2, .box-ris-4, .box-ris-6   {
	background-image:url(../images/divider-risultati-blu.png);
	background-position:100% 50%;
	background-repeat:no-repeat;
}

.box-ris-1, .box-ris-2, .box-ris-3, .box-ris-4, .box-ris-5, .box-ris-6, .box-ris-7 {	
	/* centro gli elementi all'interno del box */
	display: -ms-flexbox; 
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
	display:-webkit-flex; /* Safari 6.1+ */
	-webkit-flex-wrap:wrap;  /* Safari 6.1+ */
	-webkit-justify-content: center;  /* Safari 6.1+ */
	flex-wrap:wrap;
	justify-content:center;
	text-align:center;
	/* centro gli elementi all'interno del box */
}

.box-ris-1 {
	clear:both;
	float:left;
	width:96%;
	margin:0 2%;
	height:60px;
	text-align:left;
	border-bottom:solid 1px #ccc;
}

.box-ris-1:before {
   content: "\f207";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#919191;
   font-size:26px;
}

.box-ris-1 span {
	display:block;
	padding-left:10px;
}

.box-ris-2 {
	clear:both;
	float:left;
	margin-left:1%;
	margin-right:0;
	width:49%;
	height:60px;
	border-bottom:solid 1px #ccc;
}

.box-ris-2:before {
   content: "\f007";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:28px;
}

.box-ris-2 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:1.0em; /* 13px */
	color:#666666;
	line-height:20px;
}

.box-ris-3 {
	clear:none;
	float:left;
	margin-left:0;
	margin-right:1%;
	width:49%;
	height:60px;
	border-bottom:solid 1px #ccc;
}

.box-ris-3:before {
   content: "\f007";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:28px;
}

.box-ris-3 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:1.0em; /* 13px */
	color:#666666;
	line-height:20px;
}

.box-ris-4 {
	clear:none;
	float:left;
	margin-left:1%;
	margin-right:0;
	width:49%;
	height:60px;
	border-bottom:solid 1px #ccc;
}

.box-ris-4:before {
   content: "\f073";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:26px;
}

.box-ris-4 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:0.92em; /* 12px */
	color:#666666;
	line-height:20px;
}

.box-ris-5 {
	clear:none;
	float:left;
	margin-left:0;
	margin-right:1%;
	width:49%;
	height:60px;
	border-bottom:solid 1px #ccc;
}

.box-ris-5:before {
   content: "\f017";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:30px;
}

.box-ris-5 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:0.92em; /* 12px */
	color:#666666;
	line-height:20px;
}

.box-ris-6 {
	clear:both;
	float:left;
	width:50%;
	margin-bottom:1%;
	height:60px;
}

.box-ris-6:before {
   content: "\f073";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:26px;
}

.box-ris-6 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:0.92em; /* 12px */
	color:#666666;
	line-height:20px;
}

.box-ris-7 {
	clear:none;
	float:left;
	width:50%;
	margin-bottom:1%;
	height:60px;
}

.box-ris-7:before {
   content: "\f017";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:30px;
}

.box-ris-7 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:0.92em; /* 12px */
	color:#666666;
	line-height:20px;
}

.box-ris-8 {
	display:block;
	clear:both;
	float:left;
	width:100%;
	height:30px;
}

.box-ris-8 span a {
	display:block;
	width:100%;
	text-transform:uppercase;
	color:rgba(255, 255, 255, 1);
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:0.92em; /* 13px */
	text-align:center;
	line-height:30px;
	background-color:#497DA5;
	-webkit-transition:color .2s linear, background .2s linear;
	-moz-transition:color .2s linear, background .2s linear;
	-o-transition:color .2s linear, background .2s linear;
	transition:color .2s linear, background .2s linear;
}

.box-ris-8 span a:hover {
	color:#fff;
	text-decoration:none;
	background-color:rgba(51, 51, 51, 0.6);	
/* LINEE */	
}

/* Layout tablet portrait: da 481 px a 768 px. Eredita stili da: Layout mobile. */
@media only screen and (min-width: 481px ) {
/* FASCIONE */	
#full-emozionale {
	width:100%;
	height:70px;
/*	max-width:1920px;*/
	display:block;
	background-color:#FFF;
	margin:0 auto;
	margin:auto 0;
	padding:0;
/*	background-image:url(../public/fascioni/emozionale-autolinee.jpg);*/
	background-repeat:no-repeat;
	background-position:50% 100%;
	background-attachment:scroll; 
	background-size: cover;
/* FASCIONE */	
/* TESTI */	
}

#full-box-testo-sezione{
	width:100%;
	margin:0 auto;
	padding:0;
}

#box-testo-sezione {
	clear:both;
	float:left;
	display:block;
	width:90%;
	margin-top:0;
	margin-bottom:1.5%;
	margin-left:5%;
	margin-right:5%;
	padding:0;
}

#box-testo-sezione h1 {
	font-size:1.84em; /* 24px */
}

#box-testo-sezione p {
	margin:0.5%;
	padding:0.5%;
	font-size:1.076em; /* 14px */
}
/* TESTI */	

/* BOX RICERCA */
#full-box-ricerca {
	width:100%;
	margin:0 auto;
	padding:0;
}

.wrapper-box-ricerca {
	cleat:both;
	float:left;
	display:block;
	width:96%;
	margin:0 2%;
	padding:0;
}

.wrapper-box-ricerca h2 {
	font-size:1.84em; /* 24px */
}

.wrapper-box-ricerca p {
	font-size:1.076em; /* 14px */
}

#box-form-ricerca-min {
	clear:both;
	float:left;
	display:block;
	width:90%;
	margin:2.5% 5%;
	padding:0;
}

#box-testo-ricerca {
	clear:both;
	float:left;
	display:block;
	width:90%;
	margin-top:0;
	margin-bottom:1%;
	margin-left:5%;
	margin-right:5%;
	padding:0;
}

#box-loghi-ricerca {
	clear:both;
	float:none;
	width:90%;
	margin-top:0;
	margin-bottom:3%;
	margin-left: auto;
	margin-right:auto;
	padding:0;
}

#box-loghi-ricerca img {
	max-width:90px;
	padding:0 ;
	margin:4%;
/* BOX RICERCA */
/* LINEE */	
}

#full-box-risultati{
	width:100%;
	margin:0 auto;
}

.wrapper-box-risultati {
	clear:both;
	float:left;
	display:block;
	width:96%;
	margin:0 2%;
}

#box-testo-risultati {
	clear:both;
	float:left;
	display:block;
	width:90%;
	margin-top:0;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	padding:0;
}

#box-testo-risultati h2 {
	font-size:1.84em; /* 24px */
}

#box-testo-risultati p {
	font-size:1.076em; /* 14px */
}

ul#elenco-risultati {
	clear:both;
	float:left;
	width:96%;
	margin-top:0.5%;
	margin-bottom:5%;
	margin-left:2%;
	margin-right:2%;
	padding:0;
}

ul#elenco-risultati li {
	width:100%;
	display:block;
	padding:0;
	margin:1% 0;
	border:solid 1px rgba(204, 204, 204, 0.8);
}

.box-ris-2, .box-ris-4, .box-ris-5, .box-ris-6   {
	background-image:url(../images/divider-risultati-blu.png);
	background-position:100% 50%;
	background-repeat:no-repeat;
}

.box-ris-1 {
	clear:both;
	float:left;
	width:100%;
	height:80px;
	text-align:left;
}

.box-ris-1:before {
   content: "\f207";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#919191;
   font-size:26px;
}

.box-ris-1 span {
	display:block;
	padding-left:10px;
}

.box-ris-2 {
	clear:both;
	float:left;
	margin-left:1%;
	margin-right:0;
	width:49%;
	height:80px;
}

.box-ris-2:before {
   content: "\f007";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:28px;
}

.box-ris-2 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:1.0em; /* 13px */
	color:#666666;
	line-height:20px;
}

.box-ris-3 {
	clear:none;
	float:left;
	margin-left:0;
	margin-right:1%;
	width:49%;
	height:80px;
}

.box-ris-3:before {
   content: "\f007";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:28px;
}

.box-ris-3 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:1.0em; /* 13px */
	color:#666666;
	line-height:20px;
}

.box-ris-4 {
	clear:none;
	float:left;
	width:24%;
	height:80px;
}

.box-ris-4:before {
   content: "\f073";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:26px;
}

.box-ris-4 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:0.92em; /* 12px */
	color:#666666;
	line-height:20px;
}

.box-ris-5 {
	clear:none;
	float:left;
	width:25%;
	height:80px;
}

.box-ris-5:before {
   content: "\f017";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:30px;
}

.box-ris-5 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:0.92em; /* 12px */
	color:#666666;
	line-height:20px;
}

.box-ris-6 {
	clear:none;
	float:left;
	width:25%;
	height:80px;
}

.box-ris-6:before {
   content: "\f073";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:26px;
}

.box-ris-6 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:0.92em; /* 12px */
	color:#666666;
	line-height:20px;
}

.box-ris-7 {
	clear:none;
	float:left;
	width:24%;
	height:80px;
}

.box-ris-7:before {
   content: "\f017";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:30px;
}

.box-ris-7 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:0.92em; /* 12px */
	color:#666666;
	line-height:20px;
/* LINEE */			
}
}
/* Layout landscape: da 769 px a 1024 px max.  Eredita stili da: Layout mobile e Layout tablet portrait */
@media only screen and (min-width: 769px ) {

    input[type="text"],
    input[type="password"]  { padding: 11px; }
    select                  { padding: 10px; }
    .box-tipoutente         { padding: 10px; }

    .el-size-100            { margin: 0.5% 1%; width: 98%; } /* Calcolo margine(top-bottom): 24 / width% (es: width = 48%  => margine = 24/48 = 0.5%  */
    .el-size-50             { margin: 0.5% 1%; width: 48%; }
    .el-size-cap            { margin: 0.5% 1%; width: 15%; }
    .el-size-citta          { margin: 0.5% 1%; width: 69%; }
    .el-size-pv             { margin: 0.5% 1%; width: 10%; }
    .el-size-nazione        { margin: 0.5% 1%; width: 48%; }
    .el-size-chpwd          { width: 23%; }
    .el-size-invia          { width: 33%; }        
    
    .creds-box-outer        { display: flex }
    .creds-box              { flex:1; margin:10px; }


/* FASCIONE */
#full-emozionale {
	width:100%;
	height:100px;
/*	max-width:1920px;*/
	display:block;
	background-color:#FFF;
	margin:0 auto;
	margin:auto 0;
	padding:0;
/* FASCIONE */
/* TESTI */	
}

#full-box-testo-sezione {
	width:100%;
	margin:0 auto;
	padding:0;
}

#box-testo-sezione {
	clear:both;
	float:none;
	display:inline-block;
	width:70%;
	margin-top: 0;
	margin-bottom:1%;
	margin-left: auto;
	margin-right:auto;
	padding:0;
}

#box-testo-sezione h1 {
	font-size:2.15em; /* 28px */
}

#box-testo-sezione p {
	font-size:1.15em; /* 15px */
/* TESTI */	
}
/* BOX RICERCA  */
#full-box-ricerca {
	width:100%;
	margin:0 auto;
	padding:0;
}

.wrapper-box-ricerca {
	cleat:both;
	float:left;
	display:block;
	width:100%;
	margin:0 auto;
	padding:0 auto;
    }

.wrapper-box-ricerca h2 {
	font-size:2.15em; /* 28px */
}

.wrapper-box-ricerca p {
	font-size:1.15em; /* 15px */
}

#box-form-ricerca-min {
	clear:both;
	float:none;
	display:inline-block;
	width:86%;
	min-width:660px;
	margin-bottom:0;
	margin-top:1%;
	margin-left: 7%;
	margin-right:7%;
	padding:0;
}

#box-testo-ricerca {
	clear:both;
	float:none;
	display:inline-block;
	width:70%;
	min-width:660px;
	margin-top: 0;
	margin-bottom:1%;
	margin-left: auto;
	margin-right:auto;
	padding:0;
}

#box-loghi-ricerca {
	display:inline-block;
	width:70%;
	height:auto;
	min-width:660px;
	margin-top:0;
	margin-bottom:1%;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

#box-loghi-ricerca img {
	max-width:115px;
	padding:0 auto;
	margin:5% 4%;
/* BOX RICERCA */
/* LINEE */	
}

#full-box-risultati {
	width:100%;
	margin:0 auto;
}

.wrapper-box-risultati {
	clear:both;
	float:left;
	display:block;
	width:100%;
	margin: 0 auto;
}

#box-testo-risultati {
	clear:both;
	float:none;
	display:inline-block;
	width:70%;
	margin-top: 0;
	margin-bottom:0;
	margin-left: auto;
	margin-right:auto;
	padding:0;
}

#box-testo-risultati h2 {
	font-size:2.15em; /* 28px */
}

#box-testo-risultati p {
	font-size:1.15em; /* 15px */
}

ul#elenco-risultati {
	clear:both;
	float:left;
	width:90%;
	margin-top:0.5%;
	margin-bottom:3.5%;
	margin-left:5%;
	margin-right:5%;
	padding:0;
}

ul#elenco-risultati li {
	width:100%;
	display:block;
	padding:0;
	margin:1% 0;
	border:solid 1px rgba(204, 204, 204, 0.8);
}

.box-ris-2, .box-ris-3, .box-ris-4, .box-ris-5, .box-ris-6   {
	background-image:url(../images/divider-risultati-blu.png);
	background-position:100% 50%;
	background-repeat:no-repeat;
}

.box-ris-1 {
	clear:both;
	float:left;
	margin:0;
	width:100%;
	height:60px;
	text-align:left;
}

.box-ris-1:before {
   content: "\f207";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#919191;
   font-size:26px;
}

.box-ris-1 span {
	display:block;
	padding-left:20px;
}

.box-ris-2 {
	clear:both;
	float:left;
	margin:0;
	width:16.6%;
	height:60px;
}

.box-ris-2:before {
   content: "\f007";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:28px;
}

.box-ris-2 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:1.076em; /* 14px */
	color:#666666;
	line-height:20px;
}

.box-ris-3 {
	clear:none;
	float:left;
	margin:0;
	width:16.6%;
	height:60px;
}

.box-ris-3:before {
   content: "\f007";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:28px;
}

.box-ris-3 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:1.076em; /* 14px */
	color:#666666;
	line-height:20px;
}

.box-ris-4 {
	clear:none;
	float:left;
	margin:0;
	width:16.6%;
	height:60px;
}

.box-ris-4:before {
   content: "\f073";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:26px;
}

.box-ris-4 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:1em; /* 13px */
	color:#666666;
	line-height:20px;
}

.box-ris-5 {
	clear:none;
	float:left;
	margin:0;
	width:16.6%;
	height:60px;
}

.box-ris-5:before {
   content: "\f017";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:30px;
}

.box-ris-5 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:1em; /* 13px */
	color:#666666;
	line-height:20px;
}

.box-ris-6 {
	clear:none;
	float:left;
	margin:0;
	width:16.6%;
	height:60px;
}

.box-ris-6:before {
   content: "\f073";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:26px;
}

.box-ris-6 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:1em; /* 13px */
	color:#666666;
	line-height:20px;
}

.box-ris-7 {
	clear:none;
	float:left;
	margin:0;
	width:16.6%;
	height:60px;
}

.box-ris-7:before {
   content: "\f017";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:30px;
}

.box-ris-7 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:1em; /* 13px */
	color:#666666;
	line-height:20px;
/* LINEE */		
}
}
/* Layout desktop: da 1025 px a superiori. Eredita stili da: Layout tablet landscape */
@media only screen and (min-width: 1025px ) {
/* FASCIONE */
#full-emozionale {
	width:100%;
	height:130px;
/*	max-width:1920px;*/
	display:block;
	background-color:#FFF;
	margin:0 auto;
	margin:auto 0;
	padding:0;
/* FASCIONE */
/* TESTI */	
}

#full-box-testo-sezione {
	width:100%;
	margin:0 auto;
	padding:0;
}

#box-testo-sezione {
	clear:both;
	float:none;
	display:inline-block;
	width:70%;
	margin-top: 0;
	margin-bottom:0;
	margin-left: auto;
	margin-right:auto;
	padding:0;
}

#box-testo-sezione h1{
	font-size:2.15em; /* 28px */
/* TESTI */
/* RICERCA */	
}

#box-form-ricerca-min {
	clear:both;
	float:none;
	display:inline-block;
	width:86%;
	min-width:660px;
	margin-bottom:0;
	margin-top:1%;
	margin-left: 7%;
	margin-right:7%;
	padding:0;
}

#box-testo-ricerca {
	clear:both;
	float:left;
	display:block;
	width:70%;
	min-width:660px;
	margin-top: 0;
	margin-bottom:1%;
	margin-left: auto;
	margin-right:auto;
	padding:0;
}

#box-loghi-ricerca {
	display:inline-block;
	width:70%;
	height:auto;
	min-width:660px;
	margin-top:0;
	margin-bottom:1%;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

#box-loghi-ricerca img {
	max-width:115px;
	padding:0 auto;
	margin:4%;
/* RICERCA*/	
/* LINEE */	
}

#full-box-risultati {
	width:100%;
	margin:0 auto;
}

.wrapper-box-risultati {
	clear:both;
	float:left;
	display:block;
	width:100%;
	margin:0 auto;
}

#box-testo-risultati {
	clear:both;
	float:none;
	display:inline-block;
	width:70%;
	margin-top: 0;
	margin-bottom:0;
	margin-left: auto;
	margin-right:auto;
	padding:0;
}

#box-testo-risultati h2 {
	font-size:2.15em; /* 28px */
}

ul#elenco-risultati {
	clear:both;
	float:left;
	width:90%;
	margin-top:0.5%;
	margin-bottom:2.5%;
	margin-left:5%;
	margin-right:5%;
	padding:0;
}

ul#elenco-risultati li {
	width:100%;
	display:block;
	padding:0;
	margin:0.5% 0;
	border:solid 1px rgba(204, 204, 204, 0.8);
}

.box-ris-1, .box-ris-2, .box-ris-3, .box-ris-4, .box-ris-5, .box-ris-6   {
	background-image:url(../images/divider-risultati-blu.png);
	background-position:100% 50%;
	background-repeat:no-repeat;
}

.box-ris-1 {
	clear:both;
	float:left;
	width:18%;
	height:80px;
	text-align:left;
}

.box-ris-1:before {
   content: "\f207";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#919191;
   font-size:26px;
}

.box-ris-1 span {
	display:block;
	padding-left:20px;
}

.box-ris-2 {
	clear:none;
	float:left;
	width:14%;
	height:80px;
}

.box-ris-2:before {
   content: "\f007";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:28px;
}

.box-ris-2 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:1.076em; /* 14px */
	color:#666666;
	line-height:20px;
}

.box-ris-3 {
	clear:none;
	float:left;
	width:14%;
	height:80px;
}

.box-ris-3:before {
   content: "\f007";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:28px;
}

.box-ris-3 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:1.076em; /* 14px */
	color:#666666;
	line-height:20px;
}

.box-ris-4 {
	clear:none;
	float:left;
	width:14%;
	height:80px;
}

.box-ris-4:before {
   content: "\f073";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:26px;
}

.box-ris-4 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:1em; /* 13px */
	color:#666666;
	line-height:20px;
}

.box-ris-5 {
	clear:none;
	float:left;
	width:14%;
	height:80px;
}

.box-ris-5:before {
   content: "\f017";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:30px;
}

.box-ris-5 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:1em; /* 13px */
	color:#666666;
	line-height:20px;
}

.box-ris-6 {
	clear:none;
	float:left;
	width:14%;
	height:80px;
}

.box-ris-6:before {
   content: "\f073";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:26px;
}

.box-ris-6 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:1em; /* 13px */
	color:#666666;
	line-height:20px;
}

.box-ris-7 {
	clear:none;
	float:left;
	width:12%;
	height:80px;
}

.box-ris-7:before {
   content: "\f017";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   color:#7696B4;
   font-size:30px;
}

.box-ris-7 span {
	display:block;
	padding-left:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:1em; /* 13px */
	color:#666666;
	line-height:20px;
/* LINEE */	
}
}
