/*FONTS*/
@import url(https://fonts.googleapis.com/css?family=Lobster);
@font-face {
	font-family: 'museo_slab300';
	src: url('../fonts/museoslab-300-webfont.eot');
	src: url('../fonts/museoslab-300-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/museoslab-300-webfont.woff2') format('woff2'),  url('../fonts/museoslab-300-webfont.woff') format('woff'),  url('../fonts/museoslab-300-webfont.ttf') format('truetype'),  url('../fonts/museoslab-300-webfont.svg#museo_slab300') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'museo_slab500';
	src: url('../fonts/museoslab-500-webfont.eot');
	src: url('../fonts/museoslab-500-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/museoslab-500-webfont.woff2') format('woff2'),  url('../fonts/museoslab-500-webfont.woff') format('woff'),  url('../fonts/museoslab-500-webfont.ttf') format('truetype'),  url('../fonts/museoslab-500-webfont.svg#museo_slab500') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'museo_slab700';
	src: url('../fonts/museoslab-700-webfont.eot');
	src: url('../fonts/museoslab-700-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/museoslab-700-webfont.woff2') format('woff2'),  url('../fonts/museoslab-700-webfont.woff') format('woff'),  url('../fonts/museoslab-700-webfont.ttf') format('truetype'),  url('../fonts/museoslab-700-webfont.svg#museo_slab700') format('svg');
	font-weight: normal;
	font-style: normal;
}
.zoomimg .artwork {
	max-width: 100%;
	width: auto;
}
@font-face {
	font-family: 'museo_slab900';
	src: url('../fonts/museoslab-900-webfont.eot');
	src: url('../fonts/museoslab-900-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/museoslab-900-webfont.woff2') format('woff2'),  url('../fonts/museoslab-900-webfont.woff') format('woff'),  url('../fonts/museoslab-900-webfont.ttf') format('truetype'),  url('../fonts/museoslab-900-webfont.svg#museo_slab900') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Condensed';
	src: url('../fonts/GothamCondensed-Bold.eot');
	src: url('../fonts/GothamCondensed-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/GothamCondensed-Bold.woff') format('woff'),  url('../fonts/GothamCondensed-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
a {
	outline: none !important;
}
input {
	-webkit-appearance: none;
}



/* Five Col */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (max-width: 768px) {
.col-md-15 {
        width: 100%;
        float: left;
    }


}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.introcoupon {
   
    color: #8a8a8a;
    font-size: 18px;
    padding: 80px 0px;
}
.introcoupon h2{
font-family: 'museo_slab900';
	text-transform: uppercase;
	font-size: 26px !important;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
	letter-spacing:-1px !important;
	color: #003c87 !important;
	line-height: normal !important;
}
.introcoupon  .btn-primary {
padding:10px 40px;
	font-family: 'museo_slab700';
	background: #003c87;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	border-radius:0px;
	border:0px;
	margin-top:40px;
	margin-bottom: 20px;
	
}


.valuecard {
	
	background: url(/web/img/value-bg.jpg) repeat-y center center #03418c;
	margin-top:-15px;
	padding-bottom: 40px;
	color:#dee3ec;
	font-size: 15px;
}
.valuecard h2 {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    text-transform: none !important;
	margin-top:0px;
	
}
.valuecard h2:before {
    height: 3px;
    display: block;
    width: 70px;
    background: #fab001;
    border-top: 1px #fab001;
    content: '';
	margin-bottom: 20px;
}
.introcard {
	background: #f8f9fb;
	color: #8a8a8a;
	font-size: 18px;
	padding: 50px 0px;
}
.introcard ul{
	margin-left: 20px;
	padding-left: 0px;
}
.introcard ul li{
	margin-bottom: 25px;
	list-style-type: none;
}
.introcard ul li:before {    
font-family: 'FontAwesome';
content: '\f061';
margin:0 10px 0 -15px;
color: #fdb400;
}
.introcard strong{
	font-family: 'museo_slab700';
}
.introcard h2{
font-family: 'museo_slab700';
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 0px !important;
	margin-bottom: 35px !important;
}
.introcard .box {
    border-radius: 0px;
    color: #fff;
    padding: 0px;
    background: #fff;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.06);
    position: relative;
    min-height: 300px;
    text-align: center !important;
    float: left;
    width: 100%;
	color: #8a8a8a;
	font-size: 16px;
}
.introcard .box h3 {
	font-family: 'museo_slab700';
	color:#03418c;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 5px;
}
.introcard .box p {
padding:10px 20px;
}
.introcard .box .accedi {
padding:10px 40px;
	font-family: 'museo_slab700';
	background: #F9B000;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 20px;
	
}


.programmafedelta {
	background: #fff;
	color: #8a8a8a;
	font-size: 18px;
	padding: 80px 0px;
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
}
.programmafedelta ul{
	margin-left: 20px;
	padding-left: 0px;
	margin-top:25px;
	margin-bottom:25px;
}
.programmafedelta ul li{
	margin-bottom: 3px;
	list-style-type: none;
}
.programmafedelta ul li:before {    
font-family: 'FontAwesome';
content: '\f105';
margin:0 10px 0 -15px;
color: #8a8a8a;
}
.sfogliamobile{
	display:none !important;
}
.programmafedelta strong{
	font-family: 'museo_slab700';
}
.programmafedelta h2{
font-family: 'museo_slab700';
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 0px !important;
	margin-bottom: 5px !important;
}
.introcatalogo {
	background: #f8f9fb;
	color: #8a8a8a;
	font-size: 18px;
	padding: 50px 0px;
}
.introcatalogo h2{
font-family: 'museo_slab700';
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 0px !important;
	margin-bottom: 35px !important;
}
.introcatalogo strong{
	font-family: 'museo_slab700';
}

.introcatalogo .vai {
padding:15px 40px;
	font-family: 'museo_slab900';
	background: #0e3e8a;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 20px;
	margin-top:15px;
	border-radius: 3px;
	text-decoration:none;
	
}
.introcatalogo .vai i{
	margin-left:5px;
	font-size:18px;
}
.introcatalogo .vai:hover {
	text-decoration:none;
	opacity:.95;
}

.introbuonispesa {
	
	color: #fff;
	font-size: 18px;
	padding: 50px 0px;
	text-align: center;
	background: url(/web/img/buoni-bg.jpg) center center;
}
.introbuonispesa h2{
font-family: 'museo_slab700';
	text-transform: uppercase;
	font-size: 30px;
	margin-top: 0px !important;
	margin-bottom: 25px !important;
	color:#fff !important;
}
.introbuonispesa strong{
	font-family: 'museo_slab700';
}
.introbuonispesa .col-md-4 img{
	margin:0 auto;
	margin-top: 40px;
}
.scadenza {
	color: #a7b1ca;
	font-size: 15px;
}

/* Five Col */

/* Checkbox */


[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	border: 1px solid #cbcbcb;
	background: #fff;
	border-radius: 50%;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
	font-family: FontAwesome;
	content: '\f00c';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	top: 6px;
	left: 3px;
	font-size: 14px;
	line-height: 0.8;
	color: #f79500;
	transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}
[type="checkbox"]:disabled + label {
	color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before, [type="checkbox"]:not(:checked):focus + label:before {
	border: 1px dotted #ccc;
}
/* hover style just for information */
label:hover:before {
	border: 1px solid #ccc!important;
}
/*Fine Checkbox */



/* Base for label styling */
[type="radio"]:not(:checked), [type="radio"]:checked {
	position: absolute;
	left: -9999px;
}
[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}
/* checkbox aspect */
[type="radio"]:not(:checked) + label:before, [type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	border: 1px solid #cbcbcb;
	background: #fff;
	border-radius: 50%;
}
.myform .myin[type="radio"]:not(:checked) + .mycheck:before, [type="radio"]:checked + .mycheck:before {
	content: '';
	position: absolute;
	right: 30px;
	top: 40px;
	width: 0px;
	height: 0px;
	border: 1px solid #cbcbcb;
	background: #fff;
	border-radius: 50%;
}
/* checked mark aspect */
[type="radio"]:not(:checked) + label:after, [type="radio"]:checked + label:after {
	font-family: FontAwesome;
	content: '\f00c';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	top: 6px;
	left: 3px;
	font-size: 14px;
	line-height: 0.8;
	color: #f79500;
	transition: all .2s;
}
.myform .myin[type="radio"]:not(:checked) + .mycheck:after, [type="radio"]:checked + .mycheck:after {
	font-family: FontAwesome;
	content: '\f00c';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	top: 45px;
	left: 270px;
	font-size: 21px;
	line-height: 0.8;
	color: #fff;
	transition: all .2s;
}
/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
[type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
.myform .myin[type="radio"]:checked + .mycheck:after {
	opacity: 1;
	transform: scale(1);
}
.myform .myin[type="radio"]:not(:checked) + .mycheck, [type="radio"]:checked .mycheck{
    background:#efefef !important;
    color: #6b6b6b !important;
}
/* disabled checkbox */
[type="radio"]:disabled:not(:checked) + label:before, [type="radio"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
[type="radio"]:disabled:checked + label:after {
	color: #999;
}
[type="radio"]:disabled + label {
	color: #aaa;
}
/* accessibility */
[type="radio"]:checked:focus + label:before, [type="radio"]:not(:checked):focus + label:before {
	border: 1px dotted #ccc;
}
/* hover style just for information */
label:hover:before {
	border: 1px solid #ccc!important;
}

.message-container{
    background: #fff;
    padding: 20px 0px;
}
.form-container{
    background: #fafafa;
    padding: 20px 0px;
}
.possiedi-carta{
    padding: 15px 0px;
}
.possiedi-carta h3{
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'museo_slab300' !important;
    color: #6c6c6c !important;
}
.possiedi-carta p{
    color: #6c6c6c;
    font-size: 18px;
    font-weight: 300;
}

.button-codfis {
	width: 100%;
	background: #094b9a;
	padding: 10px 0px !important;
	color: #fff;
	display: block;
	font-family: 'museo_slab700';
	margin: 0px;
	width: 100%;
	text-align: center;
	margin: 0px !important;
}
.colour {
	background: #fcb016 !important;
}
.button-codfis:hover {
	color: #fff;
	text-decoration: none;
}
.pulsanti-codice-fiscale {
	margin-top: 10px;
}
.codicefiscale {
	width: 100%;
	padding: 12px 20px !important;
}
.table-animali label {
	margin-right: 5px;
}
.margin {
	margin-top: 10px !important;
}
.width-full {
	width: 100% !important;
}
.name span {
	color: #003c87;
	font-weight: bold;
}
.colonna-codicefiscale {
	margin-top: 45px;
}
.input-group-addon {
	padding: 6px 12px 5px;
	line-height: normal !important;
}
/* MODAL */
.modal-backdrop.in {
	background-color: #021123;
	opacity: 0.85;
}
.modal-sm {
	width: 450px;
}
.modal-header {
	border: 0px;
	text-align: center;
	padding-top: 30px;
}
.modal-content {
	box-shadow: none;
	border-radius: 3px;
}
.modal-header .close {
	margin-top: -15px;
}
.ms-tabs-template .ms-thumb-frame h3 {
	line-height: 18px !important;
}
#login {
	padding: 30px;
	text-align: center;
	padding-top: 0px;
}
#lostPassword {
	padding: 30px;
	text-align: center;
	padding-top: 0px;
}
#lostPassword label {
	color: #666;
	cursor: pointer;
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
}
#lostPassword input[type="text"], #lostPassword input[type="email"], #lostPassword input[type="password"], #lostPassword input[type="number"] {
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: none;
	height: 53px;
	margin: 10px 0;
	outline: medium none;
	padding: 0.6rem;
	font-size: 14px;
	transition: none 0s ease 0s !important;
	width: 100%;
}
#lostPassword input[type="text"] {
	background: url(../img/email-icon.png) no-repeat 5px center;
	padding-left: 40px;
}
#lostPassword input[type="password"] {
	background: url(../img/psw-icon.png) no-repeat 5px center;
	padding-left: 40px;
}
#lostPassword button, #lostPassword .button, #lostPassword a.button {
	background: #fc9d16 none repeat scroll 0 0;
	border: 2px solid #fc9d16;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-family: 'museo_slab700';
	font-size: 16px;
	height: 50px;
	line-height: 48px;
	outline: 0 none;
	padding: 0 40px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	width: 100%;
}
a.accedi:hover {
	text-decoration: none;
	opacity: .8;
}
#lostPassword a.accedi {
	background: #fcb016 none repeat scroll 0 0;
	border: 2px solid #fc9d16;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-family: 'museo_slab700';
	font-size: 16px;
	height: 50px;
	line-height: 48px;
	outline: 0 none;
	padding: 0 40px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	width: 100%;
	cursor: pointer;
}
.bluetext, .auth_dialog a .bluetext {
	color: #094d9c;
	font-size: 14px;
	transition: all 0.2s ease 0s;
	padding: 15px 0px;
	display: inline-block;
}
.orangetext, .auth_dialog a .orangetext {
	color: #fc9d16;
	font-size: 14px;
	transition: all 0.2s ease 0s;
	padding: 15px 0px;
	display: inline-block;
}
p.socialButt a {
	border-radius: 1px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	height: 50px;
	line-height: 39px;
	padding: 5px 20px;
	transition: opacity 0.2s linear 0s;
	width: 100%;
}
p.socialButt a:hover {
	text-decoration: none;
	opacity: .9;
}
p.socialButt a i {
	font-size: 16px;
	margin-right: 10px;
}
a.facebook {
	background-color: #3b5998;
}
a.twitter {
	background-color: #2daae1;
	margin: 0 10px;
}
a.google {
	background-color: #dd4b39;
}
span.o {
	color: #999;
	display: block;
	font-size: 13px;
	font-weight: 100;
	padding: 20px;
	position: relative;
	text-align: center;
}
span.o::before {
	background: #ccc none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 28%;
}
span.o::after {
	background: #ccc none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 28%;
}
#login label {
	color: #666;
	cursor: pointer;
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
}
#login input[type="text"], #login input[type="email"], #login input[type="password"], #login input[type="number"] {
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: none;
	height: 53px;
	margin: 10px 0;
	outline: medium none;
	padding: 0.6rem;
	font-size: 14px;
	transition: none 0s ease 0s !important;
	width: 100%;
}
#login input[type="text"] {
	background: url(../img/email-icon.png) no-repeat 5px center;
	padding-left: 40px;
}
#login input[type="password"] {
	background: url(../img/psw-icon.png) no-repeat 5px center;
	padding-left: 40px;
}
#login button, #login .button, #login a.button {
	background: #fc9d16 none repeat scroll 0 0;
	border: 2px solid #fc9d16;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-family: 'museo_slab700';
	font-size: 16px;
	height: 50px;
	line-height: 48px;
	outline: 0 none;
	padding: 0 40px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	width: 100%;
}
#login a.accedi {
	background: #fcb016 none repeat scroll 0 0;
	border: 2px solid #fcb016;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-family: 'museo_slab700';
	font-size: 16px;
	height: 50px;
	line-height: 48px;
	outline: 0 none;
	padding: 0 40px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	width: 100%;
	cursor: pointer;
}
.modal {
	z-index: 99999;
}
#guest {
	padding: 30px;
	text-align: center;
	padding-top: 0px;
}
#guest label {
	color: #666;
	cursor: pointer;
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
}
#guest input[type="text"], #guest input[type="email"], #guest input[type="password"], #guest input[type="number"] {
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: none;
	height: 53px;
	margin: 10px 0;
	outline: medium none;
	padding: 0.6rem;
	font-size: 14px;
	transition: none 0s ease 0s !important;
	width: 100%;
}
.videoformat {
	/*width: 580px !important;
	height: 580px !important;*/
	width: 780px !important;
	height: auto !important;
}
#guest input[type="text"] {
	padding-left: 15px;
}
#guest input[type="email"] {
	padding-left: 15px;
}
#guest button, #guest .button, #guest a.button {
	background: #fc9d16 none repeat scroll 0 0;
	border: 2px solid #fc9d16;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-family: 'museo_slab700';
	font-size: 16px;
	height: 50px;
	line-height: 48px;
	outline: 0 none;
	padding: 0 40px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	width: 100%;
}
#guest a.accedi {
	background: #fcb016 none repeat scroll 0 0;
	border: 2px solid #fcb016;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-family: 'museo_slab700';
	font-size: 16px;
	height: 50px;
	line-height: 48px;
	outline: 0 none;
	padding: 0 40px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	width: 100%;
	cursor: pointer;
}
/*FINE MODAL */





/*INIZIO MODAL LISTA SPESA*/

#myModalList .modal-content {
	padding: 30px;
	font-size: 14px;
}
#myModalList .modal-content h3 {
	color: #094b9a;
	font-size: 16px;
	margin-top: 0px;
	text-transform: uppercase;
	font-family: 'museo_slab700';
}
#myModalList .modal-content .btn {
	background: #fc9d16;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 20px;
	font-family: 'museo_slab700';
}
#myModalList .modal-content .modal-footer {
	padding: 0px;
	text-align: center;
	padding-top: 20px;
	margin-top: 20px;
}
#myModalList .modal-content label {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 5px;
	max-width: 100%;
	text-transform: uppercase;
	margin-top: 5px;
}
/*FINE MODAL LISTA SPESA*/


.listadellaspesa {
	background: url(/web/img/toplist-bg.png) repeat-x #eeeeee;
	padding: 40px 0px 0px;
	position: relative;
}
.listadellaspesa_footer {
	height: 14px;
	background: url(/web/img/bottomlist-bg.png) repeat-x #eeeeee;
	margin-top: 40px;
}
.listacreate .crealista {
	background: #094b9a;
	border: 0px solid rgba(252,157,22,.9);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin: 15px 0 0;
	padding: 0px;
	transition: all 0.4s ease-out 0s;
	width: auto;
	margin-bottom: 0px;
	position: absolute;
	top: -90px;
	right: 15px;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.listacreate .crealista {
	color: #fff;
	text-decoration: none;
	font-family: 'museo_slab900';
	font-size: 16px;
	padding: 10px 20px;
	display: inline-block;
	font-weight: normal;
}
.listacreate .crealista i {
	font-size: 22px;
	margin-left: 5px;
}
.listacreate .crealista input {
	width: 70%;
	background: #fff;
	border: 0px;
	padding: 20px;
	font-family: 'museo_slab900';
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
}
.listadellaspesa ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.listadellaspesa .col-md-4 {
	padding-right: 50px;
}
.listadellaspesa .col-md-4 .col-md-4 {
	padding-right: 15px;
}
.listadellaspesa .col-md-4 h3 {
	font-family: 'museo_slab900';
	color: #094b9a;
	font-weight: normal;
	letter-spacing: -1px;
}
.listadellaspesa .col-md-4 h2 a {
	color: #777;
}
.listadellaspesa .col-md-4 ul li {
	font-family: 'museo_slab500';
	font-size: 16px;
	float: left;
	width: 100%;
	padding: 5px 0px;
	background: #fff;
	margin-bottom: 3px;
	position: relative;
}
.listadellaspesa .col-md-4 ul li.active {
	font-family: 'museo_slab500';
	font-size: 16px;
	float: left;
	width: 100%;
	padding: 5px 0px;
	margin-bottom: 3px;
	background: #f9aa33;
}
.listadellaspesa .col-md-4 ul li .list-arrow {
	display: none;
}
.listadellaspesa .col-md-4 ul li.active .list-arrow {
	position: absolute;
	right: -14px;
	height: 47px;
	width: 14px;
	top: 0px;
	background: url(/web/img/list-arrow.png) no-repeat;
	display: block;
}
.listadellaspesa .col-md-4 ul li .col-md-9, .listadellaspesa .col-md-4 ul li .col-md-3 {
	padding: 0px;
}
.listadellaspesa .col-md-4 ul li h2 {
	font-size: 18px;
	letter-spacing: -1px;
	text-transform: capitalize;
	font-family: 'museo_slab700';
	margin-top: 8px;
}
.listadellaspesa .col-md-4 ul li i {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	background: #f79500;
	border: 2px solid #f79500;
	color: #fff;
	font-size: 17px;
	text-align: center;
	padding-top: 5px;
	opacity: .8;
	margin-top: 8px;
	float: right;
	margin-left: 5px;
	margin-top: 3px;
}
.listadellaspesa .col-md-4 ul li.active a {
	color: #fff;
}
.listadellaspesa .col-md-4 ul li.active i {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	background: #fff;
	border: 2px solid #fff;
	color: #f79500;
	font-size: 17px;
	text-align: center;
	padding-top: 5px;
	opacity: .8;
	margin-top: 8px;
	float: right;
	margin-left: 5px;
	margin-top: 3px;
}
.listadellaspesa .col-md-8 ul li {
	background: #fff none repeat scroll 0 0;
	margin-bottom: 3px;
	padding: 20px;
	font-family: 'museo_slab500';
	font-size: 16px;
	float: left;
	width: 100%;
}
.printpage li {
	background: #fff none repeat scroll 0 0;
	list-style-type: none;
	margin-bottom: 3px;
	padding: 5px;
	font-family: 'museo_slab500';
	font-size: 16px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #dedede;
}
.printpage li h2 {
	font-size: 22px;
	letter-spacing: -1px;
}
.printpage li img {
	width: 50px;
	float: left;
}
.printpage .col-md-2.pull-right {
	display: none;
}
.printpage .col-md-2 {
	width: auto !important;
	display: inline-block;
}
.listadellaspesa .col-md-8 ul li .trash {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: #ea1d26;
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding-top: 12px;
	opacity: .6;
	margin-top: 18px;
	float: right;
}
.listadellaspesa .col-md-8 ul li h2 {
	font-size: 18px;
	letter-spacing: -1px;
	text-transform: capitalize;
	font-family: 'museo_slab700';
}
.listadellaspesa .creaprodotto {
	background: none;
	border: 0px solid rgba(252,157,22,.9);
	color: #fc9d16;
	float: left;
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
	margin: 15px 0 0;
	padding: 0px;
	position: relative;
	transition: all 0.4s ease-out 0s;
	width: 100%;
	margin-bottom: 3px;
}
.listadellaspesa .creaprodotto a {
	color: #fc9d16;
	text-decoration: none;
	float: left;
	font-size: 48px;
	padding: 10px;
	display: inline-block;
}
.listadellaspesa .creaprodotto a.print {
	color: #fff;
	text-decoration: none;
	float: right;
	font-size: 14px;
	padding: 10px;
	display: inline-block;
	background: #fc9d16;
	margin-top: 10px;
	text-transform: uppercase;
	border-radius: 2px;
	font-family: 'museo_slab900';
	font-weight: normal;
}
.listadellaspesa .creaprodotto a.print i {
	font-size: 18px;
	margin-right: 8px;
}
.listadellaspesa .creaprodotto input {
	width: 70%;
	background: #fff;
	border: 0px;
	border: 2px solid rgba(252,157,22,.9);
	padding: 10px;
	font-family: 'museo_slab900';
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	margin-top: 7px;
	float: left;
}
.listadellaspesa ul li img {
}
.listadellaspesa ul br {
	display: none;
}
.content {
	margin-top: 140px;
}
#mybmap {
	margin-top: 0px !important;
}
.gm-style-iw {
	font-family: 'museo_slab500';
	width: 280px !important;
	padding-left: 10px;
	padding-top: 10px;
	color: #666;
}
.gm-style-iw h4 {
	color: #094796;
	font-family: museo_slab900;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.gm-style-iw a {
	background-color: #f9b100;
	color: #fff;
	display: inline-block;
	padding: 8px;
	text-align: center;
	font-family: 'museo_slab700';
	border-radius: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	transition: background-color 0.5s ease;
}
.gm-style-iw a:hover {
	background-color: #f79500;
	text-decoration: none;
}
.breadcrumb {
	background: rgba(255,255,255,0.9);
	margin: 0px;
	padding: 20px 0px 15px;
	color: #999;
	text-transform: none;
	font-size: 13px;
	font-family: 'museo_slab300';
	position: absolute;
	width: 100%;
	z-index: 1;
}
.breadcrumb a {
	color: #999;
}
.content .comunichiamo .head-contatti {
	background: url(../img/contatti-bg.jpg) no-repeat;
	background-size: cover;
}
.content .comunichiamo .contatti_info a {
	color: #fff !important;
}
.content .comunichiamo .colcontatti a {
	cursor: pointer;
}
.content .comunichiamo .contatti_info {
	position: absolute;
	top: 270px;
	font-size: 16px;
	left: 40px;
	color: #fff !important;
	width: 80%;
}
.content .comunichiamo .contatti_info h2 {
	font-family: 'museo_slab700' !important;
	font-size: 24px !important;
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: normal;
}
.content .comunichiamo h2 {
	font-family: "Lobster", cursive;
	font-size: 72px;
	margin: 0px;
	color: #ffb100;
	margin-top: 30px;
}
.content .comunichiamo h3 {
	font-family: 'museo_slab700';
	font-size: 22px;
	letter-spacing: -1px;
	color: #094b9a;
}
.content .comunichiamo input[type=text] {
	border-radius: 0px;
	background: none;
	border: 1px solid #ccc;
	padding: 15px 20px;
	background: #fff;
	height: auto !important;
}
.content .comunichiamo textarea {
	border-radius: 0px;
	background: none;
	border: 1px solid #ccc;
	padding: 25px 20px;
	background: #fff;
	width: 100%;
	font-size: 14px;
}
.content .comunichiamo input[type=submit] {
	background: #094b9a;
	color: #fff;
	margin: 0 auto;
	border: 0px;
	padding: 14px 80px;
	font-family: 'museo_slab700';
	border-radius: 2px;
	text-transform: uppercase;
}
.content .comunichiamo .invia-btn {
	margin-top: 40px;
	text-align: center;
}
.content .comunichiamo select {
	border-radius: 0px;
	background: none;
	border: 1px solid #ccc;
	padding: 15px 20px;
	width: 100%;
	-moz-appearance: none;
	background: #fff url("../img/arrow-select.png") no-repeat scroll right center / 29px 10px;
	color: #999;
	text-indent: 1px;
	text-overflow: "";
	font-size: 14px;
}
select::-ms-expand {
 display: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.content .comunichiamo .form-contatti {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #f8f9fa;
}
.content .comunichiamo .form-contatti label {
	margin-top: 14px;
	font-weight: normal;
	color: #999;
	font-family: 'museo_slab700';
}
.content .comunichiamo .form-contatti h3 {
	margin-top: 40px;
	color: #fc8d16;
}
.content .comunichiamo .error {
	color: #ea1d26 !important;
	font-family: 'museo_slab500' !important;
	font-size: 13px;
	margin-top: 5px !important;
}
.cercapv {
	width: 100%;
}
.cercapv img {
	float: left;
	width: 60px;
	margin-right: 30px;
}
.msg-error {
	padding: 7px;
	background: #ffe6e7;
	border-top: 1px solid #e48e8d;
	border-bottom: 1px solid #e48e8d;
	color: #ea1d26 !important;
	font-size: 13px;
	margin-top: 15px;
}
#lost-password-msg {
	padding: 7px;
	background: #ffe6e7;
	border-top: 1px solid #e48e8d;
	border-bottom: 1px solid #e48e8d;
	color: #ea1d26 !important;
	font-size: 13px;
	margin-top: 15px;
	display: none;
}
#contentPH_errMsg {
	color: #ea1d26 !important;
	font-size: 13px;
	margin-top: 15px;
}
.content .result-search {
	background: #f8f9fa;
}
.content .result-search .promozioni .item .price {
	color: #1f3f8d;
	font-family: 'Gotham Condensed';
	font-size: 42px;
	letter-spacing: -1px;
	text-align: center;
}
.content .result-search .promozioni .item .price.note {
	font-size: 30px;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.content .result-search .promozioni .item .price span {
	font-size: 24px;
}
.content .result-search .promozioni .item h3 {
	min-height: 40px;
}
.content .result-search .promozioni .item a h3 {
	color: #094b9a;
	margin: 0px;
	font-weight: normal;
	font-family: 'museo_slab300';
	font-size: 15px;
	text-transform: uppercase;
	border-top: 0px solid #dedede;
	min-height: 0px;
	margin: 0px 20px;
	padding-top: 30px;
	padding-bottom: 10px;
	text-decoration: none !important;
	letter-spacing: -0.5px;
	text-align: center;
	line-height: 18px;
}




/*.content .result-search .promozioni .item .price {
	background: rgba(0, 0, 0, 0) url("../img/price-bg.png") no-repeat scroll 0 0 / 90px 96px !important;
	color: #fff;
	font-family: "museo_slab700";
	font-size: 18px !important;
	height: 96px !important;
	left: 20px !important;
	letter-spacing: -1px;
	padding-top: 38px !important;
	position: absolute;
	text-align: center;
	top: 140px !important;
	width: 90px !important;
}*/
.content .result-search .promozioni .item {
	margin-bottom: 30px;
}
.content .registrazione .head-registra {
	background: url(../img/register-bg.jpg) no-repeat top left;
	background-size: cover;
	height: 320px;
}
.content .registrazione .head-punticard {
	background: url(../img/bg-card-user.jpg) repeat center bottom #014694;
	min-height: 490px;
	padding-top: 60px;
	margin-bottom: 100px;
}
.content .registrazione .head-punticard .imgcard {
	position: relative;
}
.content .registrazione .head-punticard .titolare {
	position: absolute;
	right: 350px;
	top: 190px;
	font-family: "museo_slab900";
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	text-align: right;
	letter-spacing: -0.5px;
}
.content .registrazione .head-punticard .titolare span {
	font-family: "museo_slab500";
	text-transform: none;
	font-size: 16px;
	color: #094b9a;
}
.content .registrazione .head-punticard h1 {
	margin: 0px;
}
.content .registrazione .head-punticard img {
	margin-left: -90px;
	margin-top: 25px;
}
.content .registrazione .head-punticard .btn {
	display: inline-block;
	border: 0px solid #094796;
	background: #fcb016;
	border-radius: 20px;
	margin-top: 40px;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 10px 30px;
	color: #fff;
}
.content .registrazione .head-punticard .punti {
	text-align: left;
	font-family: "museo_slab900";
	font-size: 80px;
	color: #fff;
	display: block;
	line-height: 65px;
	letter-spacing: -2px;
	padding-top: 0px;
	position: absolute;
	right: 80px;
	top: 50px;
}
.content .registrazione .head-punticard .titolarecard {
	position: absolute;
	right: 0px;
	top: 0px;
}
.content .registrazione .head-punticard .titolarecard a {
	border: 1px solid #ccc;
	border-radius: 15px;
	float: right;
	font-size: 10px;
	padding: 6px 10px;
	color: #999;
	font-family: "museo_slab700";
	letter-spacing: 0px;
	margin-top: -5px;
}
.content .registrazione .head-punticard .titolarecard a:hover {
	text-decoration: none;
}
.content .registrazione .head-punticard .punti h1 {
	font-size: 30px;
	color: #fff;
	font-family: "museo_slab900";
}
.content .registrazione .head-punticard .punti .titsaldo {
	text-align: left;
	font-family: "museo_slab700";
	font-size: 18px;
	letter-spacing: 0px;
	color: #094b9a;
	display: block;
	text-transform: lowercase;
	color: #fff;
}
.content .registrazione .cardvantaggi {
	padding: 70px 70px 55px;
	color: #fff;
}
#divInfoPers .lab {
	font-family: "museo_slab900";
	color: #999;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 0px;
}
#divInfoPers {
	background: #fff;
	padding: 25px;
	border-top: 3px solid #fcb016;
	font-size: 15px;
	text-transform: capitalize;
}
#divInfoPers h3 {
	font-family: "museo_slab900";
	color: #fcb016;
	text-transform: uppercase;
	margin-top: 0px;
	border-bottom: 1px solid #dedede;
	font-size: 16px;
	padding-bottom: 10px;
}
.card-check {
	border-top: 1px solid #dddddd;
	border: 1px solid #dddddd;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-top: 30px;
	position: relative;
	margin-bottom: 30px;
	border-radius: 4px;
}
.card-check img {
	margin: 0 auto;
	width: 75px;
	display: block;
}
.card-check img.nocard {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5;
}
.content .registrazione .cardvantaggi h3 {
	font-family: "museo_slab900";
	color: #fff !important;
	font-size: 36px;
	letter-spacing: -1px;
	margin-top: 0px !important;
}
.content .registrazione .cardvantaggi .col-md-5 {
	text-align: center;
}
.content .registrazione .cardvantaggi .btn {
	background: #094b9a none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: "museo_slab700";
	font-size: 16px;
	padding: 15px 20px;
	text-transform: uppercase;
	margin: 0 auto;
	margin-top: 10px;
}
.reg-response {
	background: #fafafa;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 50px;
	font-family: 'museo_slab700';
}
.reg-response .accedi {
	background: #094b9a none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	margin-top: 20px;
	padding: 15px 40px;
	text-decoration: none;
	outline: none !important;
}
.reg-response .accedi:hover {
	color: #fff;
	text-decoration: none;
	opacity: .9;
}
.content .registrazione .reg-success i {
	font-size: 140px;
	color: #fcb016;
	display: block;
	margin-bottom: 20px;
}
.content .registrazione .reg-unsuccess i {
	font-size: 140px;
	color: #ea1d26;
	display: block;
	margin-bottom: 20px;
}
.content .registrazione span.form-control {
	display: block;
	padding: 15px 20px;
	height: auto;
	border-radius: 0;
	background: #f1f1f1;
}
.content .registrazione .acquisti th {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 12px;
	color: #094b9a;
}
.content .registrazione .acquisti td {
	color: #666;
	vertical-align: middle;
}
.content .registrazione .acquisti td.tablepv {
	font-family: 'museo_slab700';
	font-size: 15px;
	line-height: 18px;
}
.content .registrazione .acquisti td.tablepv span {
	font-family: 'museo_slab300';
	font-size: 12px;
}
.content .registrazione .acquisti input[type="submit"] {
	padding: 3px 10px;
	background: #094b9a !important;
	border: 1px solid #094b9a !important;
	color: #fff;
	font-size: 11px;
}
.content .registrazione fieldset {
	min-width: 300px !important;
}
.content .registrazione h2 {
	font-family: "museo_slab900", cursive;
	font-size: 55px;
	margin: 0px;
	color: #ffb100;
	margin-top: 60px;
	line-height: 60px;
	letter-spacing: -3px;
}
.content .registrazione h3 {
	font-family: 'museo_slab700';
	font-size: 22px;
	letter-spacing: -1px;
	color: #094b9a;
}
.content .registrazione input[type=text] {
	border-radius: 0px;
	background: none;
	border: 1px solid #ccc;
	padding: 15px 20px;
	background: #fff;
	height: 50px !important;
}
.content .registrazione input[type=number] {
	border-radius: 0px;
	background: none;
	border: 1px solid #ccc;
	padding: 15px 20px;
	background: #fff;
	height: 50px !important;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.content .registrazione .tesseraValidate:focus {
	border-color: #ccc !important;
	outline: 0;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, .6) !important;
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, .6) !important;
}
.content .registrazione input[type=password] {
	border-radius: 0px;
	background: none;
	border: 1px solid #ccc;
	padding: 15px 20px;
	background: #fff;
	height: 50px !important;
}
.content .registrazione textarea {
	border-radius: 0px;
	background: none;
	border: 1px solid #ccc;
	padding: 25px 20px;
	background: #fff;
	width: 100%;
	font-size: 14px;
}
.content .registrazione input[type=submit] {
	background: #094b9a;
	color: #fff;
	margin: 0 auto;
	border: 0px;
	padding: 14px 80px;
	font-family: 'museo_slab700';
	border-radius: 2px;
	text-transform: uppercase;
}
.content .registrazione .invia-btn {
	margin-top: 40px;
	text-align: center;
}
.content .registrazione select {
	border-radius: 0px;
	background: none;
	border: 1px solid #ccc;
	padding: 15px 20px;
	background: #fff;
	height: 50px !important;
	appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	background: #fff url("../img/arrow-select.png") no-repeat scroll right center / 29px 10px;
	width: 100%;
}
.content .registrazione .form-registra {
	padding-top: 30px;
	padding-bottom: 30px;
}
.content .registrazione .form-registra .col-md-6 {
	/*min-height: 130px;*/
	min-height: 110px;
}
.content .registrazione .form-registra label {
	margin-top: 14px;
	font-weight: normal;
	color: #999;
	font-family: 'museo_slab700';
}
.content .registrazione .form-registra .mycheck{
    width: 100%;
    background: #103d86;
    color: #fff;
    padding: 0px 20px;
    text-align: left;
    font-weight: 500;
    line-height: 22px;
	border-radius:3px;
	font-size: 14.6px !important;
	font-family: 'museo_slab500';
	height: 100px;
	display:table;
	
	
	
}
.tit-request {
	font-size: 26px;

text-transform: uppercase;

font-weight: normal;

font-family: 'museo_slab300';

margin-top: 50px;
	letter-spacing: -0.5px;
	
	
}
.tit_card {
font-size: 34px !important;

text-transform: uppercase;

font-weight: normal;

font-family: 'museo_slab300';
	margin-top: 35px;



}
.content .registrazione .form-registra .mycheck::after {
	left: 87% !important;
}
.possiedi-carta p {

    
    font-size: 20px !important;
  
    letter-spacing: -0.5px !important;
}
.content .registrazione .form-registra .mycheck .mycheck_cont {
	display: table-cell;
	vertical-align: middle;
	height: 100px;
}
.content .registrazione .form-registra .mycheck strong{
	font-weight: normal;
	font-family: 'museo_slab700';
	font-size: 30px !important;
}
.content .registrazione .form-registra .mycheck::before {

    border: 0px solid #cbcbcb !important;
}
.content .registrazione .form-registra .mycheck strong{
    color: #5cbeef;
    font-size: 24px;
}

.content .registrazione .form-registra h3 {
	margin-top: 40px;
	color: #fc8d16;
}
.content .registrazione .error {
	color: #ea1d26 !important;
	font-family: 'museo_slab500' !important;
	font-size: 13px;
	margin-top: 5px !important;
}
.content .registrazione p.socialButt a {
	width: 100%;
	margin-bottom: 12px;
	height: 50px;
	line-height: 42px;
}
.content .registrazione a.twitter {
	margin: 0px;
}
.content .registrazione .head-lavora {
	background: url(../img/lavora-bg.jpg) no-repeat top left;
	background-size: cover;
	height: 320px;
}
.content .registrazione .lavoraconnoi h3 {
	color: #fcb016 !important;
	font-size: 18px;
	text-transform: uppercase;
}
.content .registrazione .lavoraconnoi select {
	padding: 16px 20px 15px;
}
.content .registrazione .lavoraconnoi .listecheck .col-md-4 {
	padding: 0px;
}
.content .registrazione .lavoraconnoi .auto td {
	padding-right: 15px;
	vertical-align: middle;
}
.content .cardvantaggi {
	background: #f9b100;
	padding: 30px 0px;
	color: #154068;
	font-size: 16px;
	line-height: normal;
	margin-bottom: 0px;
}
.content .cardvantaggi h2 {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	color: #ffffff;
	font-size: 18px;
	font-family: "museo_slab700";
	letter-spacing: -1px;
}
.content .buonispesa {
	background: url(../img/bg-card.jpg) center center;
	margin-top: 30px;
	border-top: 1px solid #dedede;
}
.content .offerte {
	background: url(../img/offerte-bg.jpg) no-repeat center center #1055a1;
	color: #fff;
}
.content .offerte h2 {
	border: 0 none;
	color: #fff;
	font-family: "museo_slab700";
	font-size: 36px;
	margin: 10px 0 5px;
	min-height: 0;
	padding: 0 20px;
	text-transform: none;
}
.content .offerte h2 p {
	font-family: "museo_slab300";
	font-size: 16px;
	text-align: left;
	letter-spacing: 0;
}
.content #owl-offerte .item.first {
	background: none;
	padding-top: 20px;
	box-shadow: none;
}
.content .offerte .btn {
	background: #fcb016 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: "museo_slab700";
	font-size: 14px;
	padding: 10px 20px;
	text-transform: uppercase;
	margin-top: 40px;
}
.content .notizie {
	background: #f8f9fa;
	padding: 50px 0px 70px;
}
.content .notizie h2 {
	color: #fcb016;
	font-family: "museo_slab700";
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin-left: 15px;
}
.content .notizie .boxnews {
	background: #fff;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}
.content .notizie .boxnews h3 {
	font-size: 18px;
	font-family: "museo_slab700";
	color: #666;
	padding: 0px 20px;
}
.content .notizie .boxnews h3 a {
	color: #666;
}
.content .notizie .boxnews h3 a:hover {
	color: #f79500;
	text-decoration: none;
}
.content .notizie .boxnews p {
	font-size: 14px;
	font-family: "museo_slab300";
	color: #666;
	padding: 20px 20px;
	padding-top: 0px;
}
.content .pvdettaglio {
	background: #f8f9fa;
	border-top: 3px solid #f9b200;
	padding: 50px 0px;
}
.content .orari {
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10);
	padding: 10px;
}
.content .orari td {
	font-size: 13px;
}
.content .orari h3 {
	background: #094c9b;
	color: #fff;
	font-size: 14px;
	margin: 0px;
	padding: 10px;
	text-transform: uppercase;
}
.content .note {
	color: #ea1d26;
	cursor: pointer;
	font-size: 16px;
}
.content .orari h3 i {
	margin-right: 7px;
}
.content .pvdettaglio {
	font-size: 15px;
	color: #666;
}
.content {
	color: #666;
	font-size: 17px;
	font-family: "museo_slab300";
}
.content .contenuto_interno .head-document {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 360px;
	background-position: center center !important;
}
.content .contenuto_interno .head-concorso {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 600px;
	background-position: center center !important;
}
.content .contenuto_interno .font-white label, .content .contenuto_interno .font-white .sub-text{
	color:#fff !important;
	
}
.content .contenuto_interno .font-white label.error{
	opacity:.75;
	
}
.content .contenuto_interno .font-white select, .content .contenuto_interno .font-dark select {
	font-size:14px;
}
.sceltapremio label{
	font-family:"museo_slab500" !important;
}
.content .contenuto_interno .img-concorso {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
	background-position: center center !important;
}
.content .insegnebox {
	background: #f5f5f5;
	padding: 40px 0px;
	margin-top: 30px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.content .insegnebox .row {
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.content .insegnebox .col-md-3 img {
	width: 85%;
	margin-top: 20px;
}
.content .insegnebox h2 {
	color: #f9b200;
	font-family: "museo_slab700";
	font-size: 30px;
}
.content .sostenibilita {
	background: #7dc3e7;
	padding: 0px 0px;
	margin-top: 90px;
	color: #fff;
}
.content .sostenibilita .row {
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.content .sostenibilita .col-md-5 img {
	margin-top: -50px;
}
.content .sostenibilita h2 {
	color: #fff;
	font-family: "museo_slab900";
	font-size: 30px;
	letter-spacing: -1px;
	margin-top: 50px;
	text-transform: uppercase;
}
.content .sostenibilita2 {
	background: #f2f6fa;
	padding: 0px 0px;
	margin-top: 0px;
}
.content .sostenibilita2 .row {
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.content .sostenibilita2 .col-md-5 img {
	margin-top: -50px;
	float: right;
}
.content .sostenibilita2 h2 {
	color: #173070;
	font-family: "museo_slab900";
	font-size: 30px;
	letter-spacing: -1px;
	margin-top: 50px;
	text-transform: uppercase;
}
.content h1 {
	font-size: 36px;
	color: #fcb016;
	font-family: "museo_slab700";
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 30px;
}
.content .sub-text {
	font-size: 19px;
	margin-bottom: 30px;
}
.content .pvdettaglio .indirizzo h1 {
	font-size: 24px;
	color: #094796;
	margin: 0px;
	font-family: "museo_slab900";
}
.content .pvdettaglio .indirizzo {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	float: left;
	width: 100%;
	padding-right: 50px;
}
.content .pvdettaglio .reparti, .content .pvdettaglio .servizi {
	clear: both;
	padding: 30px 0px;
	border-bottom: 1px solid #ccc;
}
.content .pvdettaglio .reparti h2, .content .pvdettaglio .servizi h2 {
	font-size: 22px;
	color: #f79500;
	margin: 0px;
	font-family: "museo_slab700";
	text-transform: uppercase;
	margin-bottom: 20px;
}
.content .pvdettaglio .reparti ul, .content .pvdettaglio .servizi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.content .pvdettaglio .reparti li, .content .pvdettaglio .servizi li {
	display: inline-block;
	width: 45%;
	margin-bottom: 10px;
}
.content .pvdettaglio .reparti li img, .content .pvdettaglio .servizi li img {
	margin-right: 10px;
}
.content .pvdettaglio .indirizzo .btn {
	background: #fcb016 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: "museo_slab700";
	font-size: 14px;
	padding: 10px 20px;
	margin-top: 20px;
}
.content .pvdettaglio .indirizzo .btn i {
	font-size: 18px;
	margin-right: 5px;
}
.content .menulist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.content .menulist ul li {
	font-size: 16px;
	padding: 10px 0px;
	border-bottom: 1px solid #e9e9e9;
}
.content .menulist ul li a {
	color: #969696;
	font-family: "museo_slab700";
	letter-spacing: -1px;
	text-transform: capitalize;
	outline: none !important;
	text-decoration: none !important;
}
.content .menulist ul li a:hover {
	color: #fc8e17;
	font-family: "museo_slab700";
	letter-spacing: -1px;
	text-decoration: none;
}
.content .menulist ul li a.active {
	color: #fc8e17;
	font-family: "museo_slab700";
	letter-spacing: -1px;
	text-decoration: none !important;
}
.content .menulist ul li a.openmenu::before {
	font-family: FontAwesome;
	content: "\f068";
	padding-right: 5px;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 14px;
}
.content .menulist ul li a.openmenu.collapsed::before {
	content: "\f067";
}
.linee-marchi ul {
	list-style-type: none;
	width: 100%;
	text-align: center;
	margin-top: -30px;
	margin-bottom: 60px;
}
.linee-marchi li {
	list-style-type: none;
	display: inline-block;
}
.linee-marchi li a {
	display: block;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #dfe0e1;
	border-radius: 4px;
	color: #646363;
	font-size: 18px;
	line-height: 1.42857;
	margin-left: 0px;
	outline: medium none;
	padding: 10px 20px;
	min-width: 150px;
}
.content .menulist li ul {
	margin-left: 12px;
	margin-top: 6px;
}
.content .menulist li ul li {
	font-size: 15px;
	padding: 5px 0px;
	border-bottom: 0px solid #dedede;
}
.content .menulist li ul li a {
	color: #969696;
	font-family: "museo_slab500";
	letter-spacing: -0.5px;
	text-transform: capitalize;
}
.content .menulist li ul li a:hover {
	color: #fc8e17;
	font-family: "museo_slab500";
	letter-spacing: -0.5px;
	text-decoration: none;
}
.content .menulist li ul li a.active {
	color: #fc8e17;
	font-family: "museo_slab500";
	letter-spacing: -0.5px;
	text-decoration: none;
}

.content .promozioni .boxvolantini .box{
	border-radius: 0px;
color: #fff;
padding: 20px;
   
background: #fff;
box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.06);
position: relative;
min-height: 300px;
text-align: left !important;
float:left;
width:100%;


}

.content .promozioni .boxvolantini .box.scuola{
	background:url(../img/volantinoscuola-bg.jpg) no-repeat top center;
}
.content .promozioni .boxvolantini .box.scuola .actionscuola{
	width:100%;
	float:left;
}
.content .promozioni .boxvolantini .box.scuola .col-md-9 {
	padding-top:15px;
}
.content .promozioni .boxvolantini .box.scuola .col-md-9 span{
	text-align: right;
color: #0e76bc;
font-family: "museo_slab900";
display: inline-block;
margin-left: 40px;
margin-top: 18px;
font-size: 19px;
letter-spacing: -0.2px;
line-height: 23px;

}
.content .promozioni .boxvolantini .box.scuola .col-md-9 img{
	margin-bottom:50px;
}
.content .promozioni .boxvolantini .box.scuola .actionscuola .sfoglia{
	display:inline-block;
	background:#fcaf17;
	color:#0e4190;
	font-family: "museo_slab900";
	text-transform:uppercase;
	border-radius:5px;
	padding:15px 30px;
	font-size:14px;
	margin-right:10px;
	text-decoration:none;
}
.content .promozioni .boxvolantini .box.scuola .actionscuola .sfoglia:hover{
	text-decoration:none;
	opacity:.9;
}
.content .promozioni .boxvolantini .box.scuola .actionscuola .scopri{
	display:inline-block;
	background:#00a6e0;
	color:#fff;
	font-family: "museo_slab900";
	text-transform:uppercase;
	border-radius:5px;
	padding:15px 30px;
	font-size:14px;
	text-decoration:none;
}
.content .promozioni .boxvolantini .box.scuola .actionscuola .scopri:hover{
	text-decoration:none;
	opacity:.9;
}

.content .promozioni .sharing {
	margin-top: 30px;
}

.content .promozioni .menulist li:last-child {
	border-bottom: 0px;
}
.content .promozioni .sharing li:first-child {
	font-size: 12px;
	line-height: 13px;
	text-transform: uppercase;
	color: #999;
	margin-right: 10px;
}
.content .promozioni .fa-facebook {
	background: #3a5a9a;
	padding: 7px 5px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 30px;
	height: 30px;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
.content .promozioni .fa-twitter {
	background: #29aee6;
	padding: 7px 7px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	width: 30px;
	height: 30px;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
.content .promozioni .fa-google-plus {
	background: #cb312e;
	padding: 7px 7px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	width: 30px;
	height: 30px;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
.content .promozioni .sharing li:first-child {
	font-size: 12px;
	line-height: 13px;
	text-transform: uppercase;
	color: #999;
	margin-right: 10px;
}
.content .promozioni .fa-facebook {
	background: #3a5a9a;
	padding: 7px 5px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 30px;
	height: 30px;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
.content .promozioni .fa-twitter {
	background: #29aee6;
	padding: 7px 7px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	width: 30px;
	height: 30px;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
.content .promozioni .fa-google-plus {
	background: #cb312e;
	padding: 7px 7px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	width: 30px;
	height: 30px;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
.content .promozioni .boxvolantini .box .volantino {
	float:left;
	margin-bottom:0px;
	box-shadow:none;
}
.content .promozioni .boxvolantini .box .volantino img{
	width:290px;
}
.content .promozioni .boxvolantini .box .infovolantino {
	
	color:#666 !important;
	font-size:16px;
}
.content .promozioni .boxvolantini .box .infovolantino p{
	margin-top:15px;
}
.content .promozioni .boxvolantini .box .infovolantino img{
	height:50px;
}
.content .promozioni .boxvolantini .row {
	margin-bottom:30px;
}
/*.content .promozioni .boxvolantini .box .infovolantino .sfoglia{
	display:inline-block;
	background:#003c87;
	padding:12px 20px;
	color: #fff;
	text-transform:uppercase;
	font-family: "museo_slab900";
	border:1px solid #003c87;
	font-size:13px;
	margin-bottom:10px;
	margin-top:40px;
	width:230px;
	text-align:center;
}*/
.content .promozioni .boxvolantini .box .infovolantino .sfoglia {
   margin-top:30px;
   margin-bottom:10px;
    position: relative;
    overflow: hidden;
}
.content .promozioni .boxvolantini .box .infovolantino .sfoglia {
    display: inline-block;
    background-color: transparent;
    position: relative;
    color: #fff;
    border: 0px solid #003c87;
    padding:12px 22px;
	background:#003c87;
   
   text-transform:uppercase;
    z-index: 9;
    text-shadow: none;
    text-decoration: none;
	font-family: "museo_slab900";
	font-size:13px;
		width:230px;
	text-align:center;
}



.content .promozioni .boxvolantini .box .infovolantino .sfoglia::after {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: #fcaf17;
    bottom: -150px;
    left: 30px;
    width: 200%;
    height: 250%;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.content .promozioni .boxvolantini .box .infovolantino .sfoglia:hover:after {
        bottom: -60px;
        left: -78px;
    }
    
.content .promozioni .boxvolantini .box .infovolantino .sfoglia:hover span {
        -webkit-transition: color .25s linear;
        -moz-transition: color .25s linear;
        -ms-transition: color .25s linear;
        -o-transition: color .25s linear;
        transition: color .25s linear;
        z-index: 10;

        color: #fff;
    }
   
    .content .promozioni .boxvolantini .box .infovolantino .sfoglia:hover span:after {
        opacity: 0;
    }


/*.content .promozioni .boxvolantini .box .infovolantino .scopri{
	display:inline-block;
	background:#fff;
	padding:10px 20px;
	color: #003c87;
	text-transform:uppercase;
	font-family: "museo_slab900";
	border:1px solid #003c87;
	font-size:13px;
		width:230px;
	text-align:center;
}*/

/*.content .promozioni .boxvolantini .box .infovolantino .scopri span::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #003c87;
    bottom: -46px;
    right: -10px;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}*/
.content .promozioni .boxvolantini .box .infovolantino .scopri {
   
    position: relative;
    overflow: hidden;
}
.content .promozioni .boxvolantini .box .infovolantino .scopri {
    display: inline-block;
    background-color: transparent;
    position: relative;
    color: #003c87;
    border: 2px solid #003c87;
    padding:10px 20px;
   
   text-transform:uppercase;
    z-index: 9;
    text-shadow: none;
    text-decoration: none;
	font-family: "museo_slab900";
	font-size:13px;
		width:230px;
	text-align:center;
}



.content .promozioni .boxvolantini .box .infovolantino .scopri::after {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: #003c87;
    bottom: -140px;
    left: 30px;
    width: 200%;
    height: 250%;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.content .promozioni .boxvolantini .box .infovolantino .scopri:hover:after {
        bottom: -60px;
        left: -78px;
    }
    
.content .promozioni .boxvolantini .box .infovolantino .scopri:hover span {
        -webkit-transition: color .25s linear;
        -moz-transition: color .25s linear;
        -ms-transition: color .25s linear;
        -o-transition: color .25s linear;
        transition: color .25s linear;
        z-index: 10;

        color: #fff;
    }
   
    .content .promozioni .boxvolantini .box .infovolantino .scopri:hover span:after {
        opacity: 0;
    }




.content .promozioni {
	background: #f8f9fa;
	padding: 30px 0px;
}
.content .promozioni .head-promozioni {
	background: #fff;
	border-bottom: 3px solid #edeeef;
	margin-bottom: 30px;
}
.content .promozioni .head-promozioni h1 {
	font-size: 30px;
	margin: 0px;
	margin-top: 30px;
}
.content .promozioni .head-promozioni ul {
	list-style-type: none;
	float: right;
	margin-bottom: 0px;
}
.content .promozioni .head-promozioni ul li {
	display: inline-block !important;
	margin-left: 25px;
}
.content .promozioni .head-promozioni ul li a {
	padding: 30px 0px;
	display: block;
}
.content .promozioni .head-promozioni a img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .3;
}
.content .promozioni .head-promozioni a.active img {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}
.content .promozioni.marchio .head-promozioni a img {
	-webkit-filter: none;
	filter: none;
	opacity: .3;
}
.content .promozioni.marchio .head-promozioni a.active img {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}
.content .promozioni .head-promozioni a.active {
	background: url(../img/arrow-selection.png) no-repeat center bottom;
}
.content .promozioni .head-promozioni a:hover {
	background: url(../img/arrow-selection.png) no-repeat center bottom;
}
.content .promozioni .head-promozioni a:hover img {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}
.content .marchio .head-promozioni {
	padding: 30px 0px;
}
.content .marchio .head-promozioni h1 {
	margin: 0px;
}
.content .marchio .zoomimg img {
	width: 350px;
	height: 350px;
}
.content .marchio .head-promozioni ul {
	list-style-type: none;
	float: none;
	margin-bottom: 0px;
	border: 0px;
}
.content .marchio .head-promozioni ul li {
	display: block !important;
	margin-left: 0px;
}
.content .marchio .head-promozioni ul li a {
	padding: 7px 10px;
	display: block;
}
.content .marchio .head-promozioni a.active {
	background: none
}
.content .marchio .head-promozioni a:hover {
	background: none;
	background-color: #f0f0f0;
}
.content .marchio .head-promozioni .btn-default {
	padding: 15px;
}
.content .marchio .lineedeco {
	min-width: 150px;
}
.content .marchio .lineetit {
	float: right;
	color: #094c9b;
	font-family: "museo_slab700";
	font-size: 14px;
	text-transform: uppercase;
}
.content .sfogliavolantino iframe {
	width: 100% !important;
	height: 750px !important;
}
.content .promozioni .col-md-9 {
	padding: 0px 0px;
}
.content .promozioni .col-md-4 {
	padding: 0px 10px;
	margin: 0px 0px 20px;
}
.content .promozioni .volantino {
	margin-top: 0px;
	margin-bottom: 30px;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}
.content .promozioni .volantino img {
	margin-left: -20px;
}
.content .promozioni .volantino p {
	margin: 0px;
}
.content .promozioni .volantino a {
	font-size: 15px;
	color: #666;
	margin: 0px;
	font-family: "museo_slab300";
}
.content .promozioni .volantino a:hover {
	text-decoration: none;
}
.content .promozioni .volantino a h3 {
	font-size: 22px;
	color: #fc8e17;
	margin: 0px;
	font-family: "museo_slab700";
}
.content .promozioni .item {
	border-radius: 0px;
	color: #fff;
	padding: 0px 0px 20px 0px;
	background: #fff;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
	position: relative;
	min-height: 450px;
	text-align: center !important;
	padding-top: 15px;
	border: 0px solid #f0f0f0;
}
.content .promozioni .item img {
	width: 75%;
	margin: 0 auto;
	padding: 15px;
}
.content .promozioni .item .utility img {
	padding: 0px;
}
.content .promozioni .item .price {
	color: #1f3f8d;
	font-family: 'Gotham Condensed';
	font-size: 42px;
	letter-spacing: -1px;
	text-align: center;
}
.content .promozioni .item .price.note {
	font-size: 30px;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.content .promozioni .item .price span {
	font-size: 24px;
}
.content .promozioni .item h3 {
	min-height: 40px;
}
.content .promozioni .item a h3 {
	color: #094b9a;
	margin: 0px;
	font-weight: normal;
	font-family: 'museo_slab300';
	font-size: 15px;
	text-transform: uppercase;
	border-top: 0px solid #dedede;
	min-height: 0px;
	margin: 0px 20px;
	padding-top: 30px;
	padding-bottom: 10px;
	text-decoration: none !important;
	letter-spacing: -0.5px;
	text-align: center;
	line-height: 18px;
}
.content .promozioni.marchio .item a h3 {
	color: #094b9a;
	margin: 0px;
	font-weight: normal;
	font-family: 'museo_slab700';
	font-size: 17px;
	border-top: 0px solid #dedede;
	min-height: 0px;
	margin: 0px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none !important;
	letter-spacing: -1px;
	text-align: center;
	text-transform: uppercase;
}
.content .promozioni .item a h3:first-letter {
	text-transform: uppercase;
}
.utility {
	bottom: 0;
	position: absolute;
}
#myModalDettaglio .modal-content {
	padding: 50px 20px;
}
#myModalDettaglio .modal-content .col-md-7 img {
	width: 80%;
	margin: 0 auto;
}
#myModalDettaglio .modal-content .col-md-7 {
	border-right: 1px solid #dedede;
	text-align: center;
}
#myModalDettaglio .modal-content h3 {
	border-top: 0 solid #dedede;
	color: #094b9a;
	font-family: "museo_slab500";
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0px;
	text-align: center;
	min-height: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	text-decoration: none !important;
}
#myModalDettaglio .modal-content h3::first-letter {
	text-transform: uppercase;
}
#myModalDettaglio .modal-content .price span {
	color: #1f3f8d;
	font-family: 'Gotham Condensed';
	font-size: 56px;
	letter-spacing: -1px;
	text-align: center;
}
#myModalDettaglio .modal-content .price {
	font-size: 38px;
	color: #1f3f8d;
	font-family: 'Gotham Condensed';
	text-align: center;
	letter-spacing: -1px;
}
.validita {
	position: absolute;
	width: 50%;
	left: 25%;
	top: 10px;
	margin: 0 auto;
	font-size: 12px;
	text-transform: uppercase;
	color: #fcaf17;
	font-family: "museo_slab900";
	line-height: 14px;
	letter-spacing: -0.5;
}
.pam {
	position: absolute;
	width: 50px;
	height: 45px;
	background: url(/web/img/pam.png) no-repeat;
	top: 0px;
	left: 0px;
}
.cardpromo {
	position: absolute;
	width: 72px;
	height: 49px;
	background: url(/web/img/promocard_s.png) no-repeat;
	top: 200px;
	right: 30px;
}
.valido {
	background: #fdae11;
	padding: 10px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: "museo_slab900";
	font-size: 14px;
}
.promocard {
	margin-top: 30px;
	font-family: "museo_slab900";
	color: #094b9a;
	font-size: 14px;
	line-height: normal;
	border-top: 1px solid #dedede;
	padding-top: 20px;
}
.ribbonmarchio {
	width: 69px;
	height: 79px;
	background: url(/web/img/ribbon-marchio.png) no-repeat;
	position: absolute;
	top: -45px;
	left: 10px;
}
.promocard img {
	float: left;
	margin-right: 10px;
	width: 90px;
	margin-top: -5px;
}
.item {
	position: relative;
}
.item .btn-action {
	position: absolute;
	transform: scale(0);
	transition: all .2s ease-in-out;
	top: 30%;
	width: 100%;
	text-align: center;
}
.c--anim-btn span {
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
}
.c--anim-btn, .c-anim-btn {
	transition: 0.3s;
}
.c--anim-btn {
	height: 36px;
	font: normal normal 700 .6em/4em Arial, sans-serif !important;
	overflow: hidden;
	width: 49%;
	border-right: 1px solid #dedede;
	margin-top: 10px;
	cursor: pointer;
	display: inline-block;
}
.c--anim-btn img {
	margin: 8px 0px !important;
}
.lista_spesa {
	background: url(../img/addlist-text.png) no-repeat !important;
	background-size: 99px 20px !important;
	margin: 8px 0px;
	width: 99px;
	height: 20px;
}
.dettagli {
	background: url(../img/dettagli-text.png) no-repeat !important;
	background-size: 99px 20px !important;
	margin: 8px 0px;
	width: 99px;
	height: 20px;
}
.c-anim-btn {
	margin-top: 0em;
}
.c--anim-btn:hover .c-anim-btn {
	margin-top: -4em;
}
.c--anim-btn2 span {
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
}
.c--anim-btn2, .c-anim-btn2 {
	transition: 0.3s;
}
.c--anim-btn2 {
	height: 35px;
	font: normal normal 700 .58em/4em Arial, sans-serif !important;
	overflow: hidden;
	width: 49%;
	border-right: 0px solid #dedede;
	margin-top: 10px;
	cursor: pointer;
	display: inline-block;
}
.c--anim-btn2 img {
	margin: 8px 0px !important;
}
.c-anim-btn2 {
	margin-top: 0em;
}
.c--anim-btn2:hover .c-anim-btn2 {
	margin-top: -4em;
}
.item .btn-action i.addspesa {
	border-radius: 15px;
	color: #fff !important;
	height: 30px;
	margin-bottom: 0px;
	margin-right: 0;
	padding-top: 8px;
	width: 30px;
	text-align: center;
	margin: 0 auto;
	background: url(../img/spesa-btn.png) no-repeat center center #fcb016;
	background-size: 19px auto;
	display: block;
}
.item .btn-action i.addricetta {
	border-radius: 15px;
	color: #fff !important;
	height: 30px;
	margin-bottom: 0px;
	margin-right: 0;
	padding-top: 8px;
	width: 30px;
	text-align: center;
	margin: 0 auto;
	background: url(../img/ricetta-btn.png) no-repeat center center #fcb016;
	background-size: 16px auto;
	display: block;
}
.item:hover .mask {
	background: rgba(255,255,255,.9);
	width: 100%;
	height: 370px;
	position: absolute;
	z-index: 15;
	top: 0px;
	transition: all .2s ease-in-out;
}
.item:hover .btn-action {
	display: block;
	transform: scale(1.5);
	transition: all .25s ease-in-out;
	z-index: 20;
}
.item .btn-action a {
	display: inline-block;
	margin: 0px 3px;
	text-decoration: none;
}
.item .btn-action span {
	font-size: 6px !important;
	color: #666;
	display: block;
	text-transform: uppercase;
	font-family: "museo_slab900";
	margin-top: 3px;
}
.content .promozioni .item a:hover {
	text-decoration: none !important;
}
.pvMap {
	position: relative;
	padding: 0px;
}
.searchPv {
	width: 380px;
	background: rgba(255,255,255,0.7);
	position: absolute;
	top: 135px;
	box-shadow: 2px 1px 2px 1px rgba(0, 0, 0, 0.1);
	z-index: 1;
}
.filter {
	padding: 30px;
	padding-top: 23px;
	font-size: 15px;
}
.searchPv input[type=text], .searchPv select {
	background: none;
	background: #fff;
	padding: 12px;
	border: 0px;
	width: 100%;
	margin: 7px 0px;
	border: 1px solid #f79500;
}
.searchPv select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	background: url(../img/arrow-select.png) no-repeat right center #fff;
	background-size: 29px 10px;
	color: #999;
	border-radius: 0px;
}
.searchPv [type="checkbox"]:not(:checked) + label:before, .searchPv [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	border: 1px solid #f79500;
	background: #fff;
	border-radius: 50%;
}
.searchPv input[type=text] {
	width: 85%;
	border-radius: 0px;
}
.searchPv .searchBtn {
	padding: 13px;
	display: inline-block;
	color: #fff;
	width: 15%;
	text-align: center;
	border: 0px;
	background: url(../img/search-map.png) no-repeat center center #f79500;
	background-size: 15px;
	margin: 7px 0;
	float: right;
	border-radius: 0px;
}
.searchPv label {
	font-weight: normal;
	font-size: 13px;
	color: #8a8a8a;
	padding-top: 3px;
	margin-right: 10px;
}
.insegne {
	min-height: 75px;
	padding-top: 27px;
}
.insegne label {
	margin-top: -10px;
	margin-left: 35px;
}
.insegne [type="checkbox"]:not(:checked) + label:before, .insegne [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: -5px;
	top: 2px;
	width: 25px;
	height: 25px;
	border: 1px solid #cbcbcb;
	background: #fff;
	border-radius: 50%;
}
.insegne [type="checkbox"]:not(:checked) + label:after, .insegne [type="checkbox"]:checked + label:after {
	font-family: FontAwesome;
	content: '\f00c';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	top: 8px;
	left: 0px;
	font-size: 16px;
	line-height: 0.8;
	color: #f79500;
	transition: all .2s;
}
.pvMap h1 {
	font-size: 22px;
	text-transform: uppercase;
	color: #fcb016;
	margin: 0px;
}
.pvMap .advance {
	font-size: 13px;
	color: #f79500;
	font-family: 'museo_slab700';
	text-transform: uppercase;
	outline: none;
	text-decoration: none;
}
.pvMap .advance:hover {
	text-decoration: none;
}
.pvMap .advance i {
	font-size: 16px;
	margin-left: 3px;
}
.pvMap .result {
	height: 490px;
	background: rgba(248,248,248,0.1);
	border-top: 1px solid #ebebeb;
	position: relative;
}
.pvMap .result ul li .btnMobile {
	display: none;
}
.pvMap .result ul li .btnMobilenone {
	display: none;
}
.pvMap .result ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.pvMap .result ul li {
	display: table;
	width: 100%;
	margin: 15px 0px;
}
.pvMap .result ul li img {
	float: left;
	margin-right: 15px;
	width: 66px;
}
.pvMap .result ul li a {
	font-size: 12px;
	font-family: 'museo_slab500';
	color: #666;
	line-height: normal;
	outline: none !important;
	display: table-cell;
	vertical-align: middle;
}
.pvMap .result ul li a:hover {
	text-decoration: none;
	opacity: .9;
}
.pvMap .result ul li a h4 {
	font-family: 'museo_slab900';
	font-size: 14px;
	color: #094796;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 3px;
}
#bodyDiv {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0px;
	right: 0px;
}
#scrollbox3 {
	overflow: auto;
	width: 435px;
	height: 460px;
	padding: 0 5px;
	padding: 30px;
	padding-top: 0px;
}
.track3 {
	width: 4px;
	background: rgba(0, 0, 0, 0);
	margin-right: 2px;
	border-radius: 10px;
	-webkit-transition: background 250ms linear;
	transition: background 250ms linear;
}
.track3, .track3.dragging {
	background: #d9d9d9;
	background: rgba(0, 0, 0, 0.15);
}
.handle3 {
	width: 4px;
	right: 0;
	background: #f79500;
	border-radius: 7px;
	-webkit-transition: width 250ms;
	transition: width 250ms;
}
.track3:hover .handle3, .track3.dragging .handle3 {
	width: 7px;
	right: -1px;
}
body {
	font-family: 'museo_slab500';
	background: #fff;
}
.fadeInBlock {
	opacity: 0;
}
.scrollup {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 80px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	z-index: 99999;
}
.photogallery ul {
	padding-left: 0px;
}
.photogallery ul li {
	list-style: none;
	padding: 0px 10px;
}
.photogallery ul li img {
	max-width: 160px;
}
.photogallery .owl-theme .owl-controls .owl-page.active span {
	background: #052F59;
}
.photogallery p.title {
	text-align: center;
	font-size: 15px;
	padding-top: 10px;
	font-family: 'museo_slab700', sans-serif;
	color: #05315E;
}
.photogallery {
	padding-top: 20px !important;
}
#pagination {
	border: 0 none;
	color: #333333;
	float: right;
	font-size: 13px;
	margin: 50px 2% 0 0;
	padding: 0;
	text-align: right;
	width: 97%;
	margin-bottom: 10px;
}
#pagination .gotolabel, #pagination .gotoarrow {
	display: none;
}
#pagination li {
	border: 0 none;
	display: inline-block;
	font-size: 11px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
#pagination li:first-child {
	margin-right: 10px;
	color: #999;
}
#pagination a {
	border: 1px solid #dddddd;
	margin-right: 2px;
}
#pagination .previous-off, #pagination .next-off {
	color: #666666;
	display: inline-block;
	font-weight: bold;
	padding: 3px 4px;
}
#pagination .next a, #pagination .previous a {
	border: 1px solid #ffffff;
	font-weight: bold;
}
#pagination .active {
	background-color: #f8f9fa;
	border: 1px solid #f79500 !important;
	border-radius: 3px;
	color: #f79500;
	display: inline-block;
	font-weight: bold;
	height: 30px;
	margin-right: 3px;
	padding: 7px 5px;
	text-align: center;
	width: 30px;
}
#pagination a:link, #pagination a:visited {
	background-color: #f8f9fa;
	border: 1px solid #c6c6c6 !important;
	border-radius: 3px;
	color: #999;
	display: inline-block;
	font-weight: bold;
	height: 30px;
	margin-right: 3px;
	padding: 7px 5px;
	text-align: center;
	width: 30px;
	text-decoration: none;
}
#pagination a:hover {
	border: 1px solid #666666;
}
.bottone-menu {
	display: none;
	border: 1px solid #052f59;
	background: #fff;
	color: #052f59;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	padding: 13px 10px;
	margin: 0px 0px 20px;
}
.bottone-menu .fa {
	font-size: 21px;
}
.bottone-menu:hover {
	border: 1px solid #052f59 !important;
	background: #fff;
	color: #052f59;
	border: none;
	outline: none;
}
.bottone-menu:active {
	border: 1px solid #052f59 !important;
	background: #fff;
	color: #052f59;
	border: none;
	outline: none;
}
.bottone-menu:focus {
	border: 1px solid #052f59 !important;
	background: #fff;
	color: #052f59;
	border: none;
	outline: none;
}
.different-page h1 {
	color: #fff;
	margin-top: 10px;
	font-family: 'museo_slab900', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	margin-left: 10px;
}
.margin-top {
	margin-top: 90px;
}
.margin-top-big {
	margin-top: 145px;
}
.search h2 {
	margin-bottom: 7px !important;
}
.search .col-md-6 {
	margin-bottom: 30px;
}
.search .col-md-6:first-child {
	border-right: 1px solid #ddd;
	background: #f1f1f1;
}
.search .col-md-6 {
	margin-bottom: 30px;
	padding: 20px 10px;
}
.search .checkbox {
	margin-left: 20px;
}
.search .bottone-cerca {
	color: #fff;
	background: #1A90CD;
	border: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'museo_slab900', sans-serif;
}
.search .bottone-entra {
	color: #fff;
	background: #1A90CD;
	border: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'museo_slab900', sans-serif;
	display: block;
	width: 100%;
	background: #175cad;
	font-size: 19px;
	padding: 12px 0px;
}
.search .bottone-registrati {
	color: #fff;
	background: #1A90CD;
	border: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'museo_slab900', sans-serif;
	display: block;
	width: 100%;
	background: #de6039;
	font-size: 19px;
	padding: 12px 0px;
}
.padding-right {
	padding: 10px 10px 10px 0px !important;
}
.padding-left {
	padding: 10px 0px 10px 10px !important;
}
.bottone-avanti {
	color: #fff;
	background: #1A90CD;
	border: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'museo_slab900', sans-serif;
	padding: 5px 10px;
}
.search .boxPass {
	border: 1px solid #ddd;
}
.buttonstyle {
	padding: 7px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.padding {
	padding-left: 15px;
	padding-right: 15px;
}
.box-fanzone {
	margin: 10px 0px;
}
.box-fanzone h2 {
	margin-bottom: 0px !important;
	margin-top: 5px;
}
.form .row {
	margin: 5px 0px;
}
.form .row .col-md-4 {
	margin: 10px 0px;
}
.form {
	margin: 15px 0px;
}
.form h2 {
	font-size: 21px !important;
	color: #1A90CD !important;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
	margin-bottom: 3px !important;
	margin-top: 20px !important;
}
.form h2 span {
	border-bottom: 1px solid #1A90CD;
	padding-bottom: 7px;
	padding-right: 5px;
}
.form .radio label {
	padding-left: 0px;
	margin-right: 30px;
}
.form .tasto-form {
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	display: block;
	padding: 10px;
	margin-bottom: 20px;
}
.form .tasto-form:hover {
	color: #fff !important;
}
.form .col-md-6 {
	font-size: 14px;
	font-family: 'museo_slab300', sans-serif;
	color: #323232;
}
.form .col-md-12 {
	font-size: 14px;
	font-family: 'museo_slab300', sans-serif;
	color: #323232;
}
.datepick-trigger {
	position: absolute;
	top: 27px;
	right: 25px;
	display: none;
}
.codfiscale {
	position: absolute;
	font-size: 10px;
	top: 25px;
	right: 20px;
	display: none;
}
.tessera-module span {
	border-bottom: 0px !important;
}
.form span.tooltip {
	opacity: 1;
	color: #f00;
	font-size: 11px;
}
.form label.error {
	color: #f00;
	font-size: 11px;
}
.video-az .vzaar-video-player {
	width: 100% !important;
	overflow: hidden !important;
}
.box-login {
	width: 100%;
	max-width: 450px;
	margin: 20px auto;
	background: #efefef;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-bottom: 3px solid #8e8e8e;
	padding: 20px;
}
.logo-login {
	width: 100%;
	max-width: 220px;
	display: block;
	margin: 10px auto 30px;
}
.box-login .form-group {
	position: relative;
}
.box-login .form-control {
	border: 0px;
	height: 55px;
}
#errMsg {
	text-align: center;
	color: #f00;
}
.box-login .form-group .username {
	position: absolute;
	right: 15px;
	top: 20px;
	max-width: 15px;
}
.box-login .form-group .password {
	position: absolute;
	right: 15px;
	top: 18px;
	max-width: 14px;
}
.mobile {
	display: none !important;
}
.margin-gal {
	margin-top: 150px;
}
a.evento-sponsor {
	background: #06325f;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	font-family: 'museo_slab500', sans-serif;
	padding: 5px 0px;
	text-transform: uppercase;
	letter-spacing: .3px;
}
.no-block img {
	display: inline-block;
}
.photogallery-news ul li img {
	width: 100%;
	max-width: 568px;
}
.photogallery-news ul li {
	padding: 0px;
}
.photogallery-news p.title {
	font-size: 21px;
}
.categoria-news {
	position: absolute;
	top: 168px;
	right: 30px;
	color: #fff;
	background: #003f7d;
	padding: 5px 15px;
	font-size: 12px;
	font-family: 'museo_slab900', sans-serif;
}
.ms-slide .ms-layer, .ms-fixed-layers .ms-layer {
	bottom: 65px !important;
}
header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.slider_home {
	margin-top: 140px;
}
#sectionMenu {
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 0;
}
#menu_scelto {
	background-repeat: no-repeat;
	color: #fff;
	font-size: 12px;
	height: 18px;
	padding: 10px;
	text-transform: uppercase;
}
#sectionMenu ul {
	font-size: 13px;
	line-height: 24px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sectionMenu ul li ul {
	border: 0 none;
	border-radius: 0;
	padding: 0;
}
#sectionMenu ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#sectionMenu ul li a {
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 2px 10px;
	text-decoration: none;
}
#sectionMenu ul li a {
	border-bottom: 1px solid #ddd;
	color: #666;
	padding: 7px 10px;
	font-family: 'museo_slab500', sans-serif;
	border-left: 2px solid #fff;
}
#sectionMenu li li a {
	background-color: #fafafa;
	background-image: none !important;
	color: #095ba3;
}
#sectionMenu ul li.active a, #sectionMenu li li a.Current, #sectionMenu ul li a:hover, #sectionMenu ul li a:active {
	border-left: 2px solid #095ba3;
}
#sectionMenu ul li.active a {
	font-family: 'museo_slab900', sans-serif;
	color: #095ba3;
}
#sectionMenu li.active ul li a {
	font-family: 'museo_slab500', sans-serif;
}
.slider_home .sx {
	position: absolute;
	left: -30px;
	top: 0px;
	background: url(../img/maskSX.png) no-repeat;
	width: 308px;
	height: 450px;
	z-index: 99;
}
.slider_home .dx {
	position: absolute;
	right: -30px;
	top: 0px;
	background: url(../img/maskDX.png) no-repeat;
	width: 308px;
	height: 450px;
	z-index: 99;
}
.slider_home.interna {
	background: #fff url("../img/bg-stadio.jpg") no-repeat fixed center center / cover;
}
.contenuto.interna {
	background: #fff url("../img/bg-stadio.jpg") no-repeat fixed center center / cover !important;
	padding-top: 0px !important;
}
.contenuto.interna .container.interna {
	padding: 30px !important;
	background: #fff !important;
	margin-bottom: 50px !important;
}
.contenuto.interna .container.no-bk {
	background: none !important;
}
.contenuto.interna .container.interna .col-md-2 {
	padding: 0px;
}
.contenuto.interna .container.interna .col-md-3 {
	padding: 0px;
}

@media all and (max-width: 660px) {
header h1#logo {
	display: block;
	float: none;
	margin: 0 auto;
	height: 100px;
	line-height: 100px;
	text-align: center;
}
header nav {
	display: block;
	float: none;
	height: 50px;
	text-align: center;
	margin: 0 auto;
}
header nav a {
	line-height: 50px;
	margin: 0 10px;
}
}
header {
	background: url(../img/header-bg.png) top center no-repeat #063d76;
	min-height: 140px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-default {
	background: url(../img/header-bg.png) no-repeat center center #094c9b;
	border: 0px;
	border-radius: 0px;
	margin-bottom: 0px;
}
.navbar-nav li {
	padding: 0px 0px;
	font-family: 'museo_slab500', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #6a86a4;
}
.navbar-default .navbar-nav > li > a {
	color: #6a86a4;
	margin: 8px 0px;
	padding: 0px 8px;
	border-right: 1px solid #496c93;
}
#defaultNavbar2 ul li a {
	margin: 8px 5px;
	border-right: 0px !important;
	color: #ccc;
}
.navbar-default .navbar-nav > li:last-child > a {
	border: 0px;
}
.navbar-default .navbar-nav > li.login {
	background: none;
	border: 2px solid #fff;
}
.navbar-default .navbar-nav > li.login > a {
	color: #fff !important;
	border: 0px !important;
	padding: 8px 13px;
	margin: 0px !important;
	outline: none;
}
.navbar-default .navbar-nav > li#serviceMenuLoggato.login > a {
	color: #fff !important;
	border: 0px !important;
	padding: 4px 13px;
	margin: 0px !important;
	outline: none;
	line-height: 15px;
}
.navbar-default .navbar-nav > li#serviceMenuLoggato.login .personale {
	font-size: 10px;
	text-transform: none !important;
}
.navbar-default .navbar-nav > li#serviceMenuLoggato .iconuser {
	display: inline-block;
	padding-top: 5px !important;
	vertical-align: top;
	border-left: 1px solid #4e7aae;
	margin-left: 7px;
	min-height: 30px;
	padding-left: 10px;
}
.navbar-default .navbar-nav > li#serviceMenuLoggato .iconuser i {
	font-size: 20px;
}
.navbar-default .navbar-nav > li#serviceMenuLoggato .datiuser {
	display: inline-block;
}
.navbar-default .navbar-nav > li.search > a {
	background: url(../img/search-icon.png) 8px no-repeat;
	padding-left: 30px;
}
.navbar-default .navbar-nav > li.login ul {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0 !important;
	border: 0 !important;
}
.user-body {
	padding: 20px !important;
}
.user-footer {
	background: #053970 !important;
	padding: 10px 15px !important;
}
.user-footer a {
	font-size: 16px !important;
	text-transform: none !important;
}
.user-footer a:hover {
	background: none !important;
}
::-webkit-input-placeholder {
 color: #333;
}

:-moz-placeholder {
 color: #333;
}

::-moz-placeholder {
 color: #333;
}

:-ms-input-placeholder {
 color: #333;
}
.navbar-brand {
	padding: 0px;
}
.navbar-default .navbar-nav > li.login ul li {
	background: none;
}
.navbar-default .navbar-nav > li.login ul li input {
	width: 100%;
	padding: 10px 0px;
	margin-bottom: 10px;
	font-size: 14px;
	border: 0px;
	border-bottom: 1px solid #ccc;
	font-family: 'museo_slab500', sans-serif;
}
.navbar-default .navbar-nav > li.login ul li .accedi {
	padding: 10px;
	width: 100%;
	background: #1a90cd;
	margin: 0px !important;
	text-align: center;
	font-size: 15px;
	color: #fff !important;
	margin-top: 10px !important;
	display: block;
}
.navbar-default .navbar-nav > li.login ul li .recovery {
	padding: 5px;
	width: 100%;
	margin: 0px !important;
	text-align: center;
	font-size: 14px;
	color: #333 !important;
	display: block;
	text-transform: none;
	font-family: 'museo_slab500', sans-serif;
}
.navbar-default .navbar-nav > li.login ul li .accedifb {
	padding: 10px;
	width: 100%;
	background: #3b5998;
	margin: 0px !important;
	text-align: center;
	font-size: 15px;
	color: #fff !important;
	text-transform: none;
}
.navbar-default .navbar-nav > li.login ul li .accedifb i {
	padding-right: 10px;
	font-size: 18px;
}
.navbar {
	border: 1px solid transparent;
	margin-bottom: 0px;
	min-height: 78px;
	position: relative;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #bec0c5;
}
.navbar-nav li.coupon {
	border-top: 3px solid #189c6b;
}
.navbar-nav li.group {
	border-top: 3px solid #0f8bc1;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: none;
	color: #efefef;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: none;
	color: #bec0c5;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover {
	background-color: none;
	color: #fff;
}
.navbar-nav .fa-user {
	color: #189c6c;
}
.navbar-default .navbar-right {
	margin-right: 0px;
}
.navbar-default .navbar-right .dropdown-menu {
	background: #fff;
	min-width: 70px;
}
.navbar-default .navbar-right .dropdown-menu li {
	background: #fff;
	border: 0px;
}
.navbar-default .navbar-right li.nopad {
	padding: 0px;
}
.navbar-default .navbar-right .fa-user {
	font-size: 17px;
	color: #fff;
	margin-right: 7px;
}
.navbar-default .navbar-left .fa-user {
	font-size: 17px;
	color: #fff;
	margin-right: 7px;
}
.navbar-default .navbar-right li.nopad a {
	padding: 0px;
}
.navbar-default .navbar-left .profilemenu {
	width: 360px;
	padding: 10px !important;
	border-radius: 3px;
	margin-top: 15px;
	left: -2px;
}
.navbar-default .navbar-left .profilemenu::after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	border-left: 6px solid transparent;
	content: '';
}
.navbar-default .navbar-left .profilemenu li {
	width: 33%;
	text-align: center;
	float: left;
	text-transform: capitalize !important;
}
.navbar-default .navbar-left .profilemenu a {
	color: #777 !important;
	font-size: 13px;
	font-family: 'museo_slab500', sans-serif;
	padding: 0px;
}
.navbar-default .navbar-left .profilemenu i {
	font-size: 30px;
	width: 70px;
	height: 70px;
	border: 3px solid #fcb016;
	border-radius: 35px;
	color: #fcb016 !important;
	padding-top: 17px;
	margin-bottom: 5px;
	margin-right: 0px;
}
.navbar-default .navbar-left .profilemenu a:hover i {
	background: #fcb016;
	color: #fff !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#defaultNavbar2 {
	margin-top: 15px;
}
.socialBtn {
	margin-left: 40px;
}
.socialBtn a {
	font-size: 24px;
	display: inline-block !important;
	padding: 0px !important;
	color: #fff !important;
}
.lang ul {
	background: #05305d !important;
	padding: 10px !important;
	padding-top: 0px !important;
}
.lang ul li {
	background: none !important;
}
.lang ul li a {
	padding: 5px !important;
	margin: 0px !important;
}
.lang ul li a:hover {
	background: rgba(255,255,255,0.1) !important
}
.menubar {
	min-height: 65px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: #fff;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
}
.mainmenu {
	background: none !important;
	margin-top: 0px;
	float: left;
	padding-right: 150px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	z-index: 999;
}
.mainmenu li {
	display: inline-block;
	vertical-align: top;
}
.mainmenu li a {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	color: #959595 !important;
	border: 0px !important;
	padding: 22px 17px;
	font-family: 'museo_slab500', sans-serif;
}
.mainmenu li:last-child {
	margin-right: 0px;
}
.mainmenu li:last-child a {
}
.mainmenu li a:hover {
	border-bottom: 3px solid #fcb016 !important;
	background: none;
	padding-top: 22px;
	padding-bottom: 20px;
	color: #fcb016 !important;
	text-decoration: none;
}
.mainmenu li ul li a:hover {
	background: none;
	padding-top: 10px;
	padding-bottom: 0px;
}
.dropdown-menu {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0 !important;
	border-bottom: 2px solid #fcb016;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #fff;
}
.mobile_profile {
	display: none !important;
	color: #189c6c;
}
.mobile_profile .fa-user {
	color: #189c6c;
}
.navbar-nav li.logo {
	border: 0px !important;
	padding: 0px !important;
}
.nav1 {
	float: left;
}
.nopadding {
	padding: 0px;
}
.header_logo {
	height: 70px;
	background: #fff;
}
.logo_top {
	display: block;
	width: 94%;
	max-width: 153px;
	margin: 0px auto 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 10px;
}
.pv a {
	color: #fff;
}
.pv a:hover {
	opacity: .9;
	text-decoration: none;
}
.pv {
	margin-top: 23px;
	margin-left: 30px;
	line-height: 14px;
	font-size: 11px;
	font-family: 'museo_slab500', sans-serif;
}
.pv i {
	font-size: 24px;
	float: left;
	padding-right: 10px;
}
.search {
	margin-top: 17px;
	background-color: #fff !important;
	padding: 2px;
	margin-left: 50px;
	position: relative;
}
.search a {
	position: absolute;
	right: 15px;
	top: 13px;
	color: #f79500;
}
#resizing_select {
	width: 62px;
}
#width_tmp_select {
	display : none;
}
.nav-search-in {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.nav-search-in i {
	position: absolute;
	right: 10px;
	top: 12px;
	color: #f79500;
}
.search select {
	padding: 11px 5px;
	background: none;
	border: 0px;
	font-size: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	color: #f79500;
	border-right: 1px solid #dedede;
	background: url(../img/caret.png) no-repeat right;
	background-size: 12px 4px;
	padding-right: 15px;
}
.search input {
	background: none !important;
	font-size: 12px;
	padding: 11px;
	border: 0px;
	border-radius: 0px;
	height: auto !important;
	vertical-align: top;
	display: inline-block;
}
.smaller .voci_menu {
	margin-top: -50px !important;
}
.logo_responsive {
	display: none !important;
}
.nopad_mobile {
	display: none !important;
}
.slider_home {
	background: #fff;
}
.ms-caption h1 {
	font-size: 60px;
	font-family: 'ProximaNova-bold', sans-serif;
	letter-spacing: -1px;
	margin: 0px;
	font-weight: normal;
	color: #fff;
	margin-top: 10px;
}
.ms-scroll-parallax-cont {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 109;
}
.ms-caption .ms-category {
	font-size: 18px;
	font-family: 'museo_slab700', sans-serif;
	letter-spacing: -1px;
	margin: 0px;
	color: #fff;
	background: #1a90cd;
	display: inline-block;
	padding: 10px;
	text-transform: uppercase;
}
.slider_home {
	padding: 0px !important;
}
.slider_home .row {
	margin: 0px;
}
#slider1_container {
	position: relative;
	margin: 0 auto;
	width: 1920px;
	height: 600px;
	overflow: hidden;
}
#slider1_container .caption {
	position: absolute;
	color: #fff;
	text-align: left;
	left: 50%;
	display: table;
	height: 100%;
	width: 1170px;
	margin-left: -582px;
}
#slider1_container .caption.right {
	text-align: right;
}
#slider1_container .caption.left {
	text-align: left;
}
#slider1_container .caption .aligncenter {
	display: table-cell;
	vertical-align: bottom;
}
#slider1_container .caption h1 {
	font-size: 60px;
	font-family: 'museo_slab700', sans-serif;
	letter-spacing: -1px;
	margin: 0px;
	font-weight: bold;
}
#slider1_container .caption h2 {
	font-size: 18px;
	text-transform: none;
	font-family: 'ProximaNova-light', sans-serif;
	letter-spacing: 0px;
	margin: 0;
}
#slider1_container .caption .action {
	background: #189c6c;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 4px;
	font-family: 'museo_slab700', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#slider1_container .caption .action:hover {
	opacity: .9;
}
#slider1_container .caption .price {
	display: block;
	padding: 0px 15px;
	float: left;
	width: 100%;
	margin-top: 30px;
}
#slider1_container .caption .price .old-price {
	text-decoration: line-through;
	font-size: 19px;
	display: inline-block;
	margin-top: 5px;
}
#slider1_container .caption .price .new-price {
	font-family: 'museo_slab700';
	font-size: 36px;
	display: inline-block;
	color: #fff;
}
#slider1_container .caption .price .discount {
	font-size: 17px;
	display: inline-block;
	background: #d43a2c;
	padding: 0px 8px;
	color: #fff;
	border-radius: 2px;
	line-height: 20px;
	margin-top: 5px;
	margin-left: 5px;
}
.jssora11l, .jssora11r {
	display: block;
	position: absolute;
	width: 37px;
	height: 37px;
	cursor: pointer;
	background: url(../img/a11.png) no-repeat;
	overflow: hidden;
}
.jssora11l {
	background-position: -11px -41px;
}
.jssora11r {
	background-position: -71px -41px;
}
.jssora11l:hover {
	background-position: -131px -41px;
}
.jssora11r:hover {
	background-position: -191px -41px;
}
.jssora11l.jssora11ldn {
	background-position: -251px -41px;
}
.jssora11r.jssora11rdn {
	background-position: -311px -41px;
}
.jssorb05 {
	position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../img/b05.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb05 div {
	background-position: -7px -7px;
}
.jssorb05 div:hover, .jssorb05 .av:hover {
	background-position: -37px -7px;
}
.jssorb05 .av {
	background-position: -67px -7px;
}
.jssorb05 .dn, .jssorb05 .dn:hover {
	background-position: -97px -7px;
}
.contenuto {
	padding-top: 50px;
	background: #fff;
}
.contenuto .col-md-7 {
	padding: 0px 40px;
	font-size: 15px;
}
.contenuto h2 {
	margin-top: 0px;
	margin-bottom: 25px;
	color: #063d76;
	font-family: 'museo_slab700';
	font-size: 24px;
}
.contenuto h3 {
	font-family: 'museo_slab700';
	font-size: 18px;
	margin-bottom: 10px;
}
.altrenews {
	padding: 50px 0px;
	background: #e5e9ed;
}
.altrenews .date {
	margin-top: 15px;
	display: inline-block;
}
.videonews {
	padding: 20px;
	background: #e5e9ed;
	margin-top: 50px;
	margin-bottom: 20px;
}
.videonews h3 {
	margin: 0px;
	color: #063d76;
	font-size: 24px;
}
.videonews .description {
	margin-top: 15px;
}

@media (max-width: 490px) {
.videonews {
	padding: 10px;
}
.videonews iframe {
	height: 220px;
}
.videonews h3 {
	margin: 0px;
	color: #063d76;
	font-size: 20px;
}
}
.contenuto .category {
	margin-top: 0px;
	display: inline-block;
	text-transform: none;
	font-family: 'museo_slab500';
}
.altrenews .category {
	margin-top: 15px;
	display: inline-block;
	text-transform: none;
	font-family: 'museo_slab500';
}
.altrenews h3 {
	font-family: 'museo_slab500';
	letter-spacing: -1px;
	margin-top: 0px !important;
	font-size: 26px;
}
.altrenews h3 a {
	color: #004d93;
}
.perte {
	padding-top: 30px;
	background: #fff;
}
.perte h2 {
	color: #f79500;
	text-align: center;
	font-size: 32px;
	letter-spacing: -1px;
	margin-bottom: 40px;
	font-family: 'museo_slab700';
}
.perte div {
	margin-bottom: 30px;
}
.share {
	margin-bottom: 30px;
	border: 1px solid #ccc;
	padding: 20px;
	text-align: center;
}
.contenuto h1 {
	color: #063d76;
	margin-top: 0px;
	font-size: 40px;
	text-transform: uppercase;
	margin-left: 10px;
}
.table-bordered {
	border: 0px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 0px solid #ddd;
	border-top: 1px solid #ddd;
}
h1.nome {
	color: #fff;
	font-family: 'museo_slab900';
	font-size: 70px;
	letter-spacing: -1px;
	line-height: 45px;
	margin: -20px 0 0;
}
h1.nome div {
	color: #00a3e6;
	font-family: 'museo_slab900';
	font-size: 44px;
	letter-spacing: -2px;
}
.ruolo {
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 5px;
	min-width: 370px;
	padding-bottom: 17px;
	font-family: 'museo_slab500';
}
.altridati h4 {
	font-size: 14px;
	color: #00a3e6;
	display: inline-block;
	font-weight: normal;
	margin: 0 5px 0 0;
	padding: 0;
}
.dettaglio a {
	background: #00a3e6;
	display: block;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-family: 'ProximaNova-SemiBold';
	text-align: center;
}
.stButton .stBubble_count {
	height: 41px !important;
	width: 60px !important;
}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
	height: 22px !important;
}
.stButton .stButton_gradient {
	height: 22px !important;
	min-width: 60px !important;
}
.news .col-md-3 {
	padding: 0px;
}
.news .col-md-9 {
	padding-left: 0px;
}
.news .col-md-6 {
	padding-left: 0px;
	padding-right: 30px;
}
.news h3 {
	font-family: 'museo_slab500';
	letter-spacing: -1px;
	margin-top: 0px !important;
	font-size: 24px;
}
.news h3 a {
	color: #063d76;
}
#data-list .cellSponsor {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.cellSponsor {
	padding-bottom: 30px;
	padding-top: 30px;
	width: 33%;
	text-align: center;
}
.cellSponsorHeader {
	color: #063d76;
	font-family: "museo_slab700";
	font-size: 36px;
	padding-bottom: 5px;
	padding-top: 40px;
	margin-top: 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.cellSponsor img {
	filter: grayscale(0);
}
.cellSponsor img:hover {
	filter: grayscale(0);
	transition-property: filter;
	transition-duration: 0.2s;
}
table.dataTable {
	width: 100%;
}
table.dataTable {
	border-collapse: collapse;
	border-spacing: 0;
	border-radius: 3px;
}
.dataTable th {
	color: #2091cb;
	font-size: 14px;
	font-family: 'ProximaNova-bold', sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 8px;
	text-align: left;
	text-transform: uppercase;
	border-left: 0px;
	border-right: 0px;
}
.dataTable th.dataTableCellHeader {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	text-align: center !important;
}
.dataTable td {
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	color: #666666;
	padding: 12px;
	border: 0px solid #ddd;
	border-left: 0px;
	border-right: 0px;
	font-size: 14px;
}
.dataTable tr:nth-child(even) {
	background: #f5f7f7 none repeat scroll 0 0;
}
.dataTable tr:nth-child(odd) {
	background: #FFF
}
.Focus td {
	background: #2091cb;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	color: #fff;
	padding: 8px;
}
.Focus td a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
.Focus td.dataTableCellHeader {
	background: #2091cb;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'ProximaNova-bold', sans-serif;
}
.dataTable td, td img {
	vertical-align: top;
}
.dataTableHeader {
	color: #2091cb;
	font-size: 14px;
	font-family: 'ProximaNova-bold', sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 8px;
	text-align: left;
	text-transform: uppercase;
	border: 1px solid #ddd;
	border-left: 0px;
	border-right: 0px;
}
td.dataTableCellHeader {
	font-family: 'ProximaNova-bold', sans-serif;
	font-size: 13px;
}
.ultime_news h5 {
	font-size: 14px;
	font-family: 'museo_slab700', sans-serif;
	text-transform: uppercase;
	color: #3a3a3a;
}
.ultime_news h5 span {
	font-family: 'ProximaNova-Light', sans-serif;
}
.ultime_news h2 {
	font-size: 24px;
	font-family: 'museo_slab700', sans-serif;
	color: #3a3a3a;
	text-align: left;
	text-transform: uppercase;
}
.ultime_news h3 {
	font-size: 16px;
	font-family: 'ProximaNova-Light', sans-serif;
	color: #3a3a3a;
}
.condividi {
	margin-top: 45px;
}
.condividi img {
	display: inline-block;
}
.thumbnail {
	background-color: #fff;
	border: 0 solid #ddd;
	border-radius: 0;
	display: block;
	line-height: 1.42857;
	margin-bottom: 30px;
	padding: 0px;
	transition: border 0.2s ease-in-out 0s;
	height: 400px;
	position: relative;
}
.thumbnail img {
	width: 100%;
}
.thumbnail .caption {
	padding: 15px;
	height: 72px;
}
.caption h4 {
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'museo_slab700';
	margin: 0;
	margin-bottom: 2px;
}
.caption p {
	margin-bottom: 0px;
}
.caption h4 a {
	color: #282828;
}
.img-news {
	margin-bottom: 30px;
	min-height: 320px;
}
.img-hover:hover {
	opacity: 0.8;
}
.price {
	display: block;
	padding: 0px 15px;
	float: left;
	width: 100%;
}
.price .old-price {
	text-decoration: line-through;
	font-size: 18px;
	display: inline-block;
	margin-top: 5px;
}
.price .new-price {
	font-size: 26px;
	display: inline-block;
	color: #00713a;
}
.price .discount {
	font-size: 16px;
	display: inline-block;
	background: #f45544;
	padding: 0px 8px;
	color: #fff;
	border-radius: 2px;
	line-height: 18px;
	margin-top: 5px;
	margin-left: 5px;
}
.price sup {
	top: -20px;
	left: 2px;
	font-size: 20px;
}
.offerte {
	padding: 30px 0px 0px;
	min-height: 540px;
	background: #f6f7f8;
	width: 100%;
}
.offerte h2 {
	font-family: 'museo_slab700';
	font-size: 32px;
	color: #f79500;
	padding-bottom: 10px;
	text-transform: none;
	font-weight: normal;
	letter-spacing: -1px;
}
.offerte h2 span {
	font-family: 'ProximaNova-Light';
	font-size: 36px;
	color: #fff;
	border-bottom: 2px solid #1b91ce;
	padding-bottom: 5px;
}
.offerte h2 img {
	width: 210px;
}
#owl-offerte .item.first {
	background: url(../img/offerteVolantino-bg.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	margin: 10px;
	padding: 5px;
	text-align: left;
	color: #fff;
	font-family: 'museo_slab300';
	font-size: 14px;
}
#owl-offerte .item.first a {
	color: #fff;
}
#owl-offerte .item a:hover {
	color: #fff;
	text-decoration: none;
}
#owl-offerte .item.first a h3 {
	color: #fff;
	margin: 0px;
	min-height: 0px;
	font-family: 'museo_slab700';
	margin-bottom: 3px;
	margin-top: 20px;
	padding: 0px 30px;
	font-size: 20px;
	border: 0px;
	text-align: left;
}
#owl-offerte .item.first a p {
	padding: 0px 20px 0px 30px;
}
#owl-offerte .item {
	border-radius: 0px;
	color: #fff;
	margin: 10px;
	padding: 0px 0px 20px 0px;
	text-align: left;
	background: #fff;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
	position: relative;
	min-height: 370px;
}
#owl-offerte .item .arrowlink {
	width: 46px;
	height: 46px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(../img/offerte-arrow.png) no-repeat;
}
#owl-offerte .item img {
	width: auto !important;
	height: 200px !important;
	margin: 0 auto !important;
	padding-top: 20px;
	margin-bottom: 10px !important;
}
#owl-offerte .item.first img {
	padding: 0px 20px;
	padding: 0px 5px;
	height: auto !important;
}
#owl-offerte .item .price {
	color: #1f3f8d;
	font-family: 'Gotham Condensed';
	font-size: 42px;
	letter-spacing: -1px;
	text-align: center;
}
#owl-offerte .item .price.note {
	font-size: 30px;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#owl-offerte .item .price span {
	font-size: 24px;
}
#owl-offerte .item h3 {
	line-height: 13px;
	min-height: 40px;
}
#owl-offerte .item a h3 {
	color: #094b9a;
	margin: 0px;
	font-weight: normal;
	font-family: 'museo_slab300';
	font-size: 15px;
	text-transform: uppercase;
	min-height: 0px;
	margin: 0px 20px;
	padding: 20px 0px;
	padding-bottom: 15px;
	text-align: center;
	line-height: 19px;
	letter-spacing: -0.5px;
	text-align: center;
}
#owl-offerte .item a h3:first-letter {
	text-transform: uppercase
}
#owl-offerte .item .shopnow {
	background: #1b91ce;
	border-radius: 3px;
	display: inline-block;
	min-width: 100px;
	padding: 7px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'museo_slab700';
	font-size: 15px;
}
.homebanner {
	background-color: #fff;
	text-align: center;
	padding: 50px 0px;
}
.homebanner .banner {
	margin-bottom: 0px;
}
.homebanner .banner img {
	width: 100%;
}
.marchioDeco {
	padding: 70px 0px;
	background: #f8f9fa;
	text-align: center;
	display: none;
}
.marchioDeco h2 {
	color: #1661a3;
	font-family: 'museo_slab500';
	margin-top: 0px;
	font-size: 48px;
	letter-spacing: -2px;
	margin-bottom: 0px;
}
.marchioDeco p {
	color: #797979;
	font-family: 'museo_slab300';
	margin-top: 0px;
	font-size: 24px;
	letter-spacing: -1px;
}
.marchioDeco #myTabs {
	display: none;
}
.marchioDeco .nav-tabs {
	border-bottom: 0px;
	text-align: center;
	margin-top: 50px;
}
.marchioDeco .nav-tabs > li {
	display: inline-block;
	float: none;
	margin-bottom: -1px;
}
.marchioDeco .nav-tabs > li > a {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #dfe0e1;
	border-radius: 4px;
	line-height: 1.42857;
	margin-right: 10px;
	outline: none;
	font-size: 18px;
	color: #646363;
}
.marchioDeco .nav-tabs > li.active > a {
	background: #004388 none repeat scroll 0 0;
	border: 1px solid transparent;
	border-radius: 4px;
	line-height: 1.42857;
	margin-right: 10px;
	color: #fff;
}
.marchioDeco .tab-content {
	margin-top: 10px;
}
.marchioDeco .btn {
	background: #fcb016;
	display: inline-block;
	color: #fff;
	border-radius: 3px;
	padding: 15px 50px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'museo_slab700';
}
.photogrid {
	padding: 0px;
}
.photogrid img {
	width: 100%;
}
.photogrid .col-md-6 {
	padding: 1px;
	position: relative;
}
.photogrid .col-md-3 {
	padding: 1px;
	position: relative;
}
.photogrid .caption {
	position: absolute;
	bottom: 1px;
	left: 1px;
	right: 1px;
	padding: 20px 10px;
	background: rgba(5,47,89,.8);
	color: #fff;
	margin: 0px;
	font-family: 'museo_slab700';
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mydeco {
	padding: 30px 0px 50px;
	min-height: 540px;
	background-color: #094b9a;
	background-image: url(../img/mydeco-bg.png);
	text-align: center;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	height: 100%;
	width: 100%;
	color: #fff;
}
.mydeco h3 {
	font-size: 50px;
	font-family: 'museo_slab900';
	letter-spacing: -1px;
	font-weight: normal;
	margin-bottom: 40px;
	margin-top: 40px;
}
.mydeco h4 {
	font-size: 19px;
	font-family: 'museo_slab700';
	letter-spacing: -1px;
	margin-bottom: 30px;
	display: none;
}
.mydeco .vantaggi {
	margin: 30px 0px 70px;
	font-size: 16px;
}
.mydeco .vantaggi ul {
	padding-left: 0px;
}
.mydeco li {
	display: inline-block;
	font-family: "museo_slab700";
	font-size: 17px;
	letter-spacing: -0.5px;
	list-style-type: none;
	margin: 0 20px;
	text-align: center;
}
.mydeco li img {
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.mydeco .btn {
	background: none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: "museo_slab700";
	font-size: 16px;
	padding: 12px 35px;
	text-transform: uppercase;
	border: 2px solid #fff;
}
.rubriche {
	padding: 30px 0px 50px;
	min-height: 540px;
	background-color: #fff;
	width: 100%;
	color: #959595;
}
.rubriche h2 {
	color: #f79500;
	font-size: 30px;
	letter-spacing: -1px;
	margin-bottom: 40px;
	font-family: 'museo_slab700';
}
.rubriche .ricetta {
	font-size: 18px;
	font-family: "museo_slab300";
	letter-spacing: 0px;
	line-height: normal;
}
.rubriche .ricetta .tipologia {
	width: 100%;
	padding: 15px 0px;
	border-bottom: 1px solid #ccc;
}
.ricetta .tipologia ul {
	display: inline-block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.ricetta .tipologia li img {
	display: inline-block;
}
.ricetta .tipologia li {
	display: inline-block;
	color: #e67700;
	font-size: 20px;
	font-family: "museo_slab700";
	width: 32%;
	padding-left: 50px;
	min-height: 50px;
}
.ricetta .tipologia li.portata {
	background: url(../img/portata-icon.jpg) no-repeat;
}
.ricetta .tipologia li.tempo {
	background: url(../img/tempo-icon.jpg) no-repeat;
}
.ricetta .tipologia li.difficolta {
	background: url(../img/difficolta-icon.jpg) no-repeat;
}
.tipologia li span {
	color: #e67700;
	font-size: 13px;
	font-family: "museo_slab500";
	text-transform: uppercase;
	display: block;
	padding-top: 5px;
}
.ricetta h3 {
	font-size: 26px;
	font-family: "museo_slab700";
	margin-bottom: 0px;
	letter-spacing: -1px;
}
.rubriche h3 a {
	color: #959595;
	text-decoration: none;
}
.rubriche h3 a:hover {
	color: #f79500;
	text-decoration: none;
}
.rubriche .notizie div {
	margin-bottom: 20px;
	min-height: 310px !important;
}
.rubriche .notizie {
	font-size: 14px;
	font-family: "museo_slab300";
	letter-spacing: 0px;
	line-height: normal;
}
.rubriche .notizie h3 {
	font-size: 18px;
	font-family: "museo_slab700";
	margin-bottom: 0px;
	letter-spacing: -1px;
	margin-top: 0px;
}
.rubriche .notizie .cat {
	font-size: 12px;
	font-family: "museo_slab900";
	color: #f79500;
	text-transform: uppercase;
	display: block;
	margin-top: 15px;
}
.ricette {
	padding-top: 0px;
	clear: both;
	color: #777;
}
.ricette .presentazione {
	background: #fafafa;
	padding: 20px 0px 40px;
	border-bottom: 1px solid #dedede;
}
.ricette .ingredienti {
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
	font-size: 18px;
}
.ricette .ingredienti li:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 8px;
}
.ricette .ingredienti li {
	margin-bottom: 5px;
}
.ricette .list-inline > li {
	padding: 0px;
}
.ricette .preparazione {
	padding-left: 0px;
	padding-right: 50px;
	font-size: 17px;
	font-family: "museo_slab300";
	margin-top: 30px;
}
.ricette .boxricettasearch {
	padding: 0px;
	padding-top: 50px;
}
.ricette .sharing li:first-child {
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	margin-right: 10px;
}
.ricette .fa-facebook {
	background: #3a5a9a;
	padding: 7px 5px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 30px;
	height: 30px;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
.ricette .fa-twitter {
	background: #29aee6;
	padding: 7px 7px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	width: 30px;
	height: 30px;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
.ricette .fa-google-plus {
	background: #cb312e;
	padding: 7px 7px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	width: 30px;
	height: 30px;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
.ricette .ricetta {
	padding: 0px;
}
.ricette .listaricette {
	clear: both;
}
.ricette .listaricette .container {
	padding: 0px;
}
.ricette .listaricette .ricettabox {
	padding-left: 0px;
	padding-right: 30px;
	font-size: 15px;
	line-height: 20px;
	font-family: "museo_slab300";
	margin-bottom: 20px;
	min-height: 440px;
}
.ricette .listaricette .ricettabox h3 {
	font-family: "museo_slab700";
	margin-bottom: 5px;
	font-size: 20px;
	margin-top: 0px;
}
.ricette .listaricette .ricettabox h3 a {
	color: #777;
}
.listaricette .ricettabox .cat {
	font-size: 12px;
	font-family: "museo_slab900";
	color: #f79500;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
}
.ricette .listaricette .ricettabox img {
	width: 100%;
}
.ricette .ricetta .tipologia {
	margin: 20px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 0px;
	padding: 20px 0px;
}
.ricette .ricetta.dettaglio {
	padding-left: 20px;
	font-size: 18px;
	line-height: normal;
	font-family: "museo_slab300";
}
.ricette .ricetta.dettaglio ul{
	padding-left:20px;
}
.ricette .ricetta.dettaglio .tipologia ul{
	padding-left:0px !important;
}
.ricette .ricetta.dettaglio .scopri {
	border: 1px solid #fc8d16;
	background: none;
	display: inline-block;
	color: #fff;
	margin-top: 50px;
	background: #fc8d16;
	font-family: "museo_slab300";
}
.ricette .ricetta.dettaglio h3 {
	margin-top: 0px;
	font-size: 36px;
	margin-bottom: 20px;
}
.ricette h2 {
	font-family: "museo_slab500";
	color: #e67700;
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 50px;
	margin-bottom: 15px;
}
.ricette h1 {
	margin-top: 60px;
	margin-bottom: 15px;
}
.notizietop {
	float: left;
	margin: 0px auto;
	width: 100%;
	background: url(../img/head-perte.jpg) no-repeat center center;
	background-size: cover;
	min-height: 400px;
	text-align: center;
}
.notizietop h2 {
	font-family: "museo_slab700";
	color: #fcaf17;
	text-align: center;
	font-size: 44px;
	margin-top: 155px;
	margin-bottom: 0px;
	letter-spacing: -1px;
	border-top: 1px solid #fcaf17;
	border-bottom: 1px solid #fcaf17;
	display: inline-block;
	padding: 10px 0px;
}
.notizietop p {
	color: #fff;
	font-family: "museo_slab500";
	font-size: 19px;
	letter-spacing: -0.5px;
	line-height: 22px;
	text-align: center;
}
.newsfilter {
	margin-top: -20px;
	margin-bottom: 30px;
	color: #999;
	font-size: 12px;
	margin-right: 10px;
	text-transform: uppercase;
}
.newsfilter a {
	font-family: "museo_slab700";
	color: #f79500;
	border: 1px solid #dedede;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 25px
}
.newsfilter.menuinterno a {
	border: 1px solid #dedede;
	border-radius: 25px;
	color: #999;
	display: inline-block;
	font-family: "museo_slab500";
	padding: 10px 15px;
	font-size: 15px;
	text-transform: none;
}
.newsfilter .active {
	background: #fcb016;
	color: #fff;
	border: 1px solid #fcb016;
}
.content .notizie {
	clear: both;
}
.boxnews {
	min-height: 380px;
}
.notizie.archivio .boxnews {
	margin-bottom: 30px;
	min-height: 400px;
}
.notizie.archivio .cat {
	color: #f79500;
	display: block;
	font-family: "museo_slab900";
	font-size: 12px;
	margin-top: 15px;
	text-transform: uppercase;
	padding: 0 20px;
}
.notizie.archivio h3 {
	margin-top: 5px;
}
.dettaglio_notizia .col-md-8 img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

.dettaglio_notizia .sticky {
	width: 277px;
}
.dettaglio_notizia .container {
	padding-top: 55px;
}
.dettaglio_notizia .box {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
	padding: 20px 0px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.dettaglio_notizia .box h3 {
	color: #094c9b;
	font-family: "museo_slab700";
	font-size: 16px;
	margin-top: 0px;
	text-transform: uppercase;
}
.dettaglio_notizia .sharing {
	margin-top: 30px;
}
.dettaglio_notizia .col-md-offset-1 {
	margin-left: 5%;
	margin-top: 25px;
}
.dettaglio_notizia .menulist li:last-child {
	border-bottom: 0px;
}
.dettaglio_notizia .sharing li:first-child {
	font-size: 12px;
	line-height: 13px;
	text-transform: uppercase;
	color: #999;
	margin-right: 10px;
}
.dettaglio_notizia .fa-facebook {
	background: #3a5a9a;
	padding: 7px 5px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 30px;
	height: 30px;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
.dettaglio_notizia .fa-twitter {
	background: #29aee6;
	padding: 7px 7px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	width: 30px;
	height: 30px;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
.dettaglio_notizia .fa-google-plus {
	background: #cb312e;
	padding: 7px 7px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	width: 30px;
	height: 30px;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
.pvdettaglio .sharing li:first-child {
	font-size: 12px;
	line-height: 13px;
	text-transform: uppercase;
	color: #999;
	margin-right: 10px;
}
.pvdettaglio .fa-facebook {
	background: #3a5a9a;
	padding: 7px 5px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 30px;
	height: 30px;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
.pvdettaglio .fa-twitter {
	background: #29aee6;
	padding: 7px 7px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	width: 30px;
	height: 30px;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
.pvdettaglio .fa-google-plus {
	background: #cb312e;
	padding: 7px 7px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	width: 30px;
	height: 30px;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
	
}

.head-coupon {
    float: left;
    margin: 0px auto;
    width: 100%;
    background: url(../img/coupon-head.jpg) no-repeat center center;
        background-size: auto auto;
    background-size: cover;
    min-height: 380px;
	
}
.coupon .box {
    border-radius: 0px;
    
    padding: 0px;
    background: #fff;
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.06);
    position: relative;
    
    text-align: left !important;
   
    width: 100%;
	border:1px solid #f0f0f0;
	margin-bottom:20px;

}
.coup-img {
	padding-right:3px;
}
.coup-img img {
	width: 96% !important;
	padding:2%;
	
}
.coup_pad {
	padding:28px !important;
	background:url(/web/img/coupon-tratt.png) no-repeat -5px top #fff !important;
}
.coupon .box .col-md-4 {
	/*background:url(/web/img/coupon-tratt.png) no-repeat top right;*/
	 /*padding: 20px;*/
}
.coupon .box .col-md-8 {
	/*padding: 20px 30px;*/
}
.coupon .box h2 {
	font-size:30px;
	color:#707171;
	text-transform:none;
	letter-spacing:-0.5px;
	margin-top:0px;
	line-height: normal;
margin-bottom: 10px;
}
.coupon .box h3 {
	font-size: 13px;
color: #707171;
text-transform: none;
letter-spacing: 0px;
margin-top: -10px;
font-family: 'museo_slab300';
font-weight:normal;
}
.win-title {
	text-transform: uppercase;
	color: #003c87;
	font-weight: normal;
	font-family: 'Museo_slab900';
	font-size: 32px;
}
.win-title span{
	font-family: 'Museo_slab500';
	letter-spacing: -2px;
	line-height: 30px;
}
.win-desc {
	color: #46bff2;
	font-size: 32px;
	font-family: 'Museo_slab700';
	letter-spacing: -1px;
	line-height: 40px;
	padding: 20px;
}
.winpoint {
padding: 30px 20px 20px;
border-radius: 50%;
background: #46bff2;
color: #fff;
width: 130px;
height: 130px;
margin: 0 auto;
    margin-top: 0px;
margin-top: -80px;
	font-size: 70px; font-family: 'Museo_slab900';
	line-height: 45px;
letter-spacing: -3px;
}
.winpoint span {
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Museo_slab700';
	letter-spacing: 0px;
	
	}
.win-footer {
background: url(/web/img/win-bg.jpg) #0f3f8b;
	margin-top: 70px;
	color: #46bff2;
	text-align: center;
}

.content .registrazione .coupon .img-coupon input[type="submit"] {
 
    background: #fcaf17;
    color: #fff;
    margin: 0 auto;
    border: 0px;
    border-radius: 20px;
    font-size: 13px;
    padding: 10px 20px;
    font-family: 'museo_slab900';
    text-transform: uppercase;
    /*width: 100%;*/
}
.content .registrazione .coupon  .barc {
 
    background: none;
	border:1px solid  #003c87;
    color: #003c87;
    margin: 0 auto;
   
    border-radius: 20px;
    font-size: 13px;
    padding: 9px 18px;
    font-family: 'museo_slab900';
    text-transform: uppercase;
    /*width: 100%;*/
}
.content .registrazione .coupon .img-coupon .dropdown button {
 
    
    color: #fff;
    margin: 0 auto;
    border: 0px;
    border-radius: 20px;
    font-size: 13px;
    padding: 10px 20px;
    font-family: 'museo_slab900';
    text-transform: uppercase;
  
}
.content .registrazione .coupon .img-coupon span a.btn {
 
    
    color: #fff;
    margin: 0 auto;
    border: 0px;
    border-radius: 20px;
    font-size: 13px;
    padding: 10px 15px;
    font-family: 'museo_slab900';
    text-transform: uppercase;
	cursor: default;
  
}
.content .registrazione .coupon .img-coupon .dropdown .dropdown-menu {
	width:100%;
	
}
.coup-bottom {
	border-top:1px solid #dedede;
	padding-bottom: 10px;
}
.content .registrazione .coupon .img-coupon .dropdown input[type="submit"] {
display: block;

padding: .25rem 1.5rem;
text-align:center;
clear: both;
font-weight: 400;
color: #444;

font-family: 'museo_slab500';
border: 0;
background:none !important;
}


.datecoupon {
	
	 color:#707171;
	 font-family: 'museo_slab500';
	 font-size:14px;
	 line-height:15px;
	 margin-top:10px;
}
.datecoupon strong{
font-family: 'museo_slab900';
font-weight:normal;
}
.datecoupon img{
	margin-right:10px;
	float:left;
}
.notecoupon {
	min-height:76px;
	font-size:15px;
}

/* Catalogo Premi */

.catalogohead {
    float: left;
    margin: 0px auto;
    width: 100%;
    background: url(../img/catalogo-head.jpg) no-repeat center center;
        background-size: auto auto;
    background-size: cover;
    min-height: 380px;
	
}
.catalogohead201819 {
    float: left;
    margin: 0px auto;
    width: 100%;
    background: url(../img/catalogo-head.png) no-repeat center center;
        background-size: auto auto;
    background-size: cover;
    min-height: 380px;
	
}
.catalogohead .title-catalogo{
	float:right;
	margin-right:50px;
	padding-top:50px;
}
.catalogohead h2 {
	font-family: "museo_slab900";
	color: #fff;
	text-align: center;
	font-size: 48px;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-top:0px;
}
.catalogo {
	background:#f8f9fa;
}
.catalogo .head-catalogo {
    background: #fff;
    border-bottom: 3px solid #edeeef;
    margin-bottom: 30px;
}
.catalogo .head-catalogo ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.catalogo .head-catalogo ul li{
	display:inline-block;
}
.catalogo .navigazione {
	padding:35px 0px !important;
	float:left;
	width:100%;
}
.catalogo .navigazione i{
	font-size:18px;
	margin:0px 5px;
}
.catalogo .navigazione .back a{
	font-family: "museo_slab900";
	color:#003c87;
	font-size:14px;
	text-transform:uppercase;
	border:1px solid #fff;
	display:inline-block;
	padding:8px 20px;
	border-radius:3px;
}
.catalogo .navigazione .nextprev {
	text-align:right;
}
.catalogo .navigazione .nextprev a{
	font-family: "museo_slab900";
	color:#a3a3a3;
	font-size:14px;
	text-transform:uppercase;
	border:1px solid #d6d6d6;
	display:inline-block;
	padding:8px 20px;
	border-radius:3px;
}
.cercapremio {
	position:relative;
	display:inline;
}
.cercapremio a {
    position: absolute;
    right: 20px;
    top: 0px;
    color: #999;
}
.cercapremio input {
	border:0px;
	border:1px solid #ccc;
	padding:10px 20px;
	border-radius:40px;
	font-size:14px;
	min-width:300px;
}
.sfogliacatalogo {
	border-left:1px solid #dedede;
	display: inline;
padding-left: 12px;
margin-left: 10px;
font-family: "museo_slab700";
}
.sfogliacatalogo a{
	background:#0e3e8a;
	padding:12px 20px;
	border-radius:40px;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	display:inline;
	text-decoration:none;
}
.sfogliacatalogo a:hover{
	text-decoration:none;
	opacity:.95;
}
.filtrapunti {
	font-size:14px;
	font-family: "museo_slab900";
	color:#9e9f9f;
	text-align:right;
	padding-top:10px;
}
.filtri {
	float:left;
	width:100%;
	margin-bottom:30px;
}
#ex1Slider .slider-selection {
	background: #ed1c24;
}
.catalogo .head-catalogo ul li a{
	font-size:14px;
	font-family: "museo_slab500";
	color:#999;
	padding:25px 7px;
	display:inline-block;
	text-decoration:none;
}
.catalogo .head-catalogo ul li a:hover{
	color:#003c87;
	text-decoration:none;
}
.catalogo .head-catalogo ul li a.active{
	font-size:14px;
	font-family: "museo_slab900";
	color:#999;
	padding:25px 8px;
	display:inline-block;
	border-bottom:3px solid #fcaf17;
}

.premiobox {
	border-radius: 0px;
color: #fff;
background: #fff;
box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.06);
position: relative;
text-align: left !important;
color:#a3a3a3;
margin-bottom:30px;




}
.premiobox .mask {

   width: 100%;
   height: 100%;
   
   max-width: 100%;
   max-height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   z-index:99;
}
.premiobox:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.premiobox .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(252,175,23, 0.9);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.premiobox .mask a{
	position:relative;
	display: inline-block;
	border: 2px solid #ffffff;
	
	font-size: 14px;
	font-family: "museo_slab900";
	text-transform:uppercase;
	
	margin:0 auto;
	top:45%;
	left:28%;
	
	width: 115px;
	height: 40px;
	text-indent: 0;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	line-height: 35px;
	border-radius:3px;
	
	-webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
	
}

.premiobox .mask a:hover {
	background-color: #FFFFFF;
	color: rgba(255,180,70, 0.7);
	text-decoration: none;
}

.catalogohead img {
	margin:0 auto;
	height:100px;
	
}
.catalogohead h2 span{
	font-size:70px;
}
.catalogohead p {
	text-align: center;
	color: #fff;
	font-size: 20px;
	
}
.puntipremio {
	background:#fcaf17;
	color:#fff;
	font-family: "museo_slab700";
	display:inline;
	padding:7px 15px;
	right:0px;
	position:absolute;
	
	margin-top:-10px;
	margin-right:20px;
	
}
.oppure {
	text-align:right;
	margin-top:40px;
	font-family: "museo_slab500";
	font-size:14px;
	margin-right:20px;
	min-height:20px;
}
.premiobox h3 {
	font-size:16px;
	color:#737373;
	border-top:1px solid #fcaf17;
	margin:0px 20px;
	font-family: "museo_slab700";
	padding:20px 0px;
	margin-top:10px;
	min-height:78px;
}
.dettagliopremio {
	margin-top:15px;
}
.dettagliopremio h1 {
	color:#707171;
	font-size:30px;
	font-family: "museo_slab900";
}
.descrizionepremio {
	padding-left:50px;
}
.descrizionepremio img{
	height: 75px;
border: 1px solid #ccc;
}
.puntitotali {
	border-top:1px solid #fcaf17;
	border-bottom:1px solid #fcaf17;
	padding:17px 0px;
	margin:30px 0px;
}
.puntitotali .puntipremio {
    background: #fcaf17;
    color: #fff;
    font-family: "museo_slab700";
    display: inline;
    padding: 7px 10px;
  
    position: relative;
    margin-top: 0px;
}

.richiedi {
    background:#003c87;
	padding:15px 40px; 
	font-family: "museo_slab900";
	font-size:20px;
	text-transform:uppercase;
	display:inline-block;
	margin-top:30px;
	color:#fff !important;
	border-radius:3px;
	text-decoration:none !important;
}
.richiedi:hover {
	color:#fff;
	background:#003c87 !important;
	opacity:.9;
	text-decoration:none;
}
.richiestapremio {
    background:#fff;
	padding:20px 30px; 
	padding-bottom: 30px;
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.06);
	margin-top: 20px;
	border:1px solid #dedede;
	
	
}
.richiestapremio .richiedi {
	font-size:16px;
	padding:12px 30px; 
}
.richiestapremio .form-registra{
	padding: 0px !important;
}
.richiestapremio .form-registra h3{
	font-family: "museo_slab900";
	color: #f9b200 !important;
	margin: 0px !important;
	margin-top: 15px !important;
}
.dettagliopremio .sharing {
	margin-top: 30px;
}


.dettagliopremio .sharing li:first-child {
	font-size: 12px;
	line-height: 13px;
	text-transform: uppercase;
	color: #999;
	margin-right: 10px;
}
.dettagliopremio .fa-facebook {
	background: #3a5a9a;
	padding: 7px 5px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 30px;
	height: 30px;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
.dettagliopremio .fa-twitter {
	background: #29aee6;
	padding: 7px 7px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	width: 30px;
	height: 30px;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
.dettagliopremio .fa-google-plus {
	background: #cb312e;
	padding: 7px 7px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	width: 30px;
	height: 30px;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
.dettagliopremio .altripremi {
	margin-top:50px;
	padding-top:25px;
	border-top:1px solid #dedede;
	margin-bottom:50px;
	float:left;
	width:100%;
}

.dettagliopremio .altripremi h2{
	padding-bottom:15px;
	font-size:22px;
	color:#003c87;
	font-family: "museo_slab900";

}


/* Fine Catalogo Premi */



.ricettesearchtop {
	float: left;
	margin: 0px auto;
	width: 100%;
	background: url(../img/head-ricette.jpg) no-repeat center center;
	background-size: cover;
	min-height: 280px;
}
.ricettesearchtop .cerca {
	border: 1px solid #f79500;
	display: inline-block;
	padding: 14px 15px;
	color: #fff;
	text-transform: uppercase;
	background: #f79500;
	height: 48px;
}
.ricettesearchtop .container div {
	padding: 0px;
}
.ricettesearchtop .cercaricette {
	margin-top: 40px;
	padding: 0 10% !important;
}
.ricettesearchtop h2 {
	font-family: "museo_slab900";
	color: #fff;
	text-align: center;
	font-size: 44px;
	margin-top: 40px;
	margin-bottom: 0px;
}
.ricettesearchtop p {
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-family: "museo_slab300";
}
.ricettesearchtop label {
	margin: 0;
	color: #f79500;
	display: none;
}
.ricettesearchtop input[type="text"], .ricettesearchtop select {
	border: 0 none;
	margin: 0px 0;
	padding: 14px;
	width: 100%;
	border-right: 1px solid #dedede;
	background: #fff;
	font-size: 15px;
	height: 48px;
}
.ricettesearchtop select {
	-moz-appearance: none;
	background: url("../img/arrow-select.png") no-repeat scroll right center / 29px 10px #fff;
	color: #999;
	text-indent: 1px;
	text-overflow: "";
}
.ricettesearchtop input[type="text"] {
	padding: 14px;
	height: 48px;
}
.ricettesearch {
	border: 1px solid #f79500;
	float: left;
	margin: 0px auto;
	padding: 0;
	width: 100%;
	padding-bottom: 40px;
}
.ricettesearch h2 {
	font-family: "museo_slab900";
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	background: #fc8d16;
	margin: 0px;
	padding: 20px;
	text-align: center;
	padding-bottom: 60px;
	position: relative;
	margin-bottom: 30px;
}
.ricettesearch h2 i {
	background: #fff;
	border: 2px solid #fc8d16;
	padding: 0px;
	color: #fc8d16;
	border-radius: 50%;
	position: absolute;
	bottom: -40px;
	left: 50%;
	font-size: 40px;
	width: 90px;
	height: 90px;
	margin-left: -45px;
	padding-top: 20px;
}
.ricettesearch label {
	color: #e67700;
	margin: 0px 8%;
	margin-top: 20px;
}
.ricettesearch .cerca {
	border: 1px solid #f79500;
	display: block;
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	background: #f79500;
	margin: 0px 8%;
	text-align: center;
	margin-top: 20px;
}
.ricettesearch input[type="text"], .ricettesearch select {
	background: none repeat scroll 0 0;
	border: 0 none;
	margin: 7px 0;
	padding: 10px;
	width: 84%;
	border: 1px solid #dedede;
	margin: 0px 8% 0px;
}
.ricettesearch select {
	-moz-appearance: none;
	background: url("../img/arrow-select.png") no-repeat scroll right center / 29px 10px;
	color: #999;
	text-indent: 1px;
	text-overflow: "";
	border: 1px solid #dedede;
}
.social {
	padding: 50px 0px 0px;
	min-height: 540px;
	background-color: #56c2e3;
	background-image: url(../img/social-bg.png);
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.social h2 {
	color: #fff;
	font-family: 'museo_slab900';
	margin-top: 0px;
	font-size: 32px;
}
.social ul {
	padding: 0px;
}
.social li {
	background: #fff none repeat scroll 0 0;
	display: block;
	float: left;
	font-size: 23px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	min-height: 100px;
	width: 23%;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.socialFilter {
	text-align: right;
	margin-top: -30px;
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.socialContainer h3 {
	margin: 15px;
	font-size: 17px;
	color: #053e7b;
	font-family: 'museo_slab700';
	font-weight: normal;
}
.socialContainer img {
	width: 100%;
}
.socialContainer p {
	margin: 15px;
	font-size: 13px;
}
.socialContainer a {
	color: #666;
}
.socialContainer a:hover {
	text-decoration: none;
}
.socialContainer .more {
	margin: 15px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 10px;
}
.more {
	position: absolute;
	top: 8px;
	right: 0px;
}
.more .fa-facebook-official {
	color: #3b579d;
	font-size: 24px;
}
.more .fa-instagram {
	color: #2a5b83;
	font-size: 24px;
}
.more .fa-twitter {
	color: #55acee;
	font-size: 26px;
}
.socialFilter {
	margin-bottom: 20px;
}
.socialFilter a {
	display: inline-block;
	padding: 5px 0px;
	color: #fff;
	margin: 0px 10px;
	outline: none;
	font-weight: normal;
	opacity: 1;
	font-family: 'museo_slab700';
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
}
.socialFilter a.current {
	display: inline-block;
	padding: 5px 0px;
	margin: 0px 10px;
	color: #fff;
	font-weight: normal;
	opacity: 1;
	border-bottom: 2px solid #1b91ce;
	font-family: 'museo_slab700';
	text-transform: uppercase;
	text-decoration: none;
}
.advspace {
	background: #fff;
	padding: 70px 0px;
}
.parallax-window {
	min-height: 550px;
	background: transparent;
}
footer {
	margin: 0px 0;
	margin-bottom: 0px;
	padding: 30px 0px 0px 0px;
	background: #fff;
}
footer a {
	cursor: pointer;
}

@media (min-width: 767px) {
.seven-cols .col-md-1,  .seven-cols .col-sm-1,  .seven-cols .col-lg-1 {
	display: inline-block;
	vertical-align: top;
	width: 24%;
}
}

@media (min-width: 992px) {
.seven-cols .col-md-1,  .seven-cols .col-sm-1,  .seven-cols .col-lg-1 {
	width: 14.285714285714285714285714285714%;
}
}

@media (min-width: 1200px) {
.seven-cols .col-md-1,  .seven-cols .col-sm-1,  .seven-cols .col-lg-1 {
	width: 14.285714285714285714285714285714%;
}
}
footer h4 {
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'museo_slab700';
	margin: 20px 0px 15px 0px;
	font-weight: normal;
	color: #f79500;
	letter-spacing: -0.5px;
}
footer h4 a {
	color: #f79500;
}
footer h4 a:hover {
	color: #f79500;
	text-decoration: none;
	opacity: .8;
}
footer .servizioclienti {
	background: url(../img/clienti-bg.jpg) no-repeat;
	padding-bottom: 30px;
	margin-bottom: 30px;
	min-height: 150px;
	font-size: 24px;
	color: #003c87;
	text-transform: uppercase;
	padding-left: 170px;
	padding-top: 75px;
	font-family: 'museo_slab500';
}
footer .servizioclienti a {
	display: inline-block;
	font-size: 14px;
	padding: 13px 20px;
	color: #fff;
	background: #f9b200;
	text-transform: none;
	font-family: 'museo_slab900';
	border-radius: 3px;
	margin-top: -8px;
	letter-spacing: -0.2px;
	text-transform: uppercase;
}
footer .brand div {
	text-align: center;
}
footer .brand .right {
	text-align: right;
}
footer .brand .left {
	text-align: left;
}
footer .brand img {
	opacity: .5;
	display: inline-block;
}
footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px;
	line-height: 18px;
}
footer ul li a {
	color: #959595;
	opacity: 1;
	font-size: 13px;
}
footer ul li a:hover {
	color: #666;
	text-decoration: none;
	opacity: 1;
}
footer .copy {
	padding: 0px 0px 40px;
	text-align: left;
	position: relative;
	color: #959595;
	line-height: 18px;
	font-size: 12px;
	margin-top: 50px;
}
footer .copy .container {
	border-top: 1px solid #ccc;
	padding-top: 40px;
}
footer .copyright {
	padding-left: 0px;
}
footer .newsletter input {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 20px;
	width: 100%;
	margin-top: 10px;
}
footer .copy h3 {
	color: #003c87;
	font-size: 15px;
	font-family: 'museo_slab700';
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 5px;
}
footer .socialprofile h3 {
	margin-bottom: 25px;
}
footer .copy .logo {
	margin-right: 20px;
}
footer .copy .copyright footer .copy ul {
	margin-top: 30px;
}
footer .fa-facebook {
	background: #3a5a9a;
	padding: 10px 10px;
	border-radius: 3px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	width: 40px;
	height: 40px;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
footer .fa-twitter {
	background: #29aee6;
	padding: 10px 10px;
	border-radius: 3px;
	color: #fff;
	font-size: 20px;
	width: 40px;
	height: 40px;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
footer .fa-youtube-play {
	background: #cb312e;
	padding: 10px 10px;
	border-radius: 3px;
	color: #fff;
	font-size: 20px;
	width: 40px;
	height: 40px;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
footer .fa-instagram {
	background: #5185ad;
	padding: 7px 10px;
	border-radius: 3px;
	color: #fff;
	font-size: 24px;
	width: 40px;
	height: 40px;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
.condividi a {
	font-size: 8px;
	background: #e5e5e5;
	color: #453f3f;
	width: 30px;
	height: 30px;
}
.condividi a:hover {
	background: #1a90cd;
	color: #fff;
	transition: all .3s ease-out;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
}
.condividi a i {
	margin: 7px 5px;
}
.ricerca_mappa iframe {
	margin-bottom: -5px;
}
.share {
	cursor: pointer;
}

@media screen and (max-width:1200px) {
	.coupon .col-md-10 {
		width:100% !important;
	}
	.coupon .col-md-offset-1 {
		margin-left:0 !important;
	}
	
	.cercapremio input {
 
    min-width: 230px;
}
	.catalogo .head-catalogo ul li{
	display:inline-block;
	width:120px;
	text-align:center;
    line-height:17px;
}
	
	.content .promozioni .boxvolantini .box.scuola{
	background:url(../img/volantinoscuola-bg.jpg) no-repeat top center;
}
.content .promozioni .boxvolantini .box.scuola .actionscuola{
	width:100%;
	float:left;
}
.content .promozioni .boxvolantini .box.scuola .col-md-9 {
	padding-top:15px;
}
.content .promozioni .boxvolantini .box.scuola .col-md-9 span{
text-align: left;
color: #0e76bc;
font-family: "museo_slab900";
display: inline-block;
margin-left: 0px;
margin-top: 10px;
font-size: 19px;
letter-spacing: -0.2px;
line-height: 23px;
width: 100%;
margin-bottom: 20px;


}
.content .promozioni .boxvolantini .box.scuola .col-md-9 span br{
	display:none;
}
.content .promozioni .boxvolantini .box.scuola .col-md-9 img{
	margin-bottom:0px;
}
.content .promozioni .boxvolantini .box.scuola .actionscuola .sfoglia{
	display:inline-block;
	background:#fcaf17;
	color:#0e4190;
	font-family: "museo_slab900";
	text-transform:uppercase;
	border-radius:5px;
	padding:15px 30px;
	font-size:14px;
	margin-right:10px;
}
.content .promozioni .boxvolantini .box.scuola .actionscuola .scopri{
	display:inline-block;
	background:#00a6e0;
	color:#fff;
	font-family: "museo_slab900";
	text-transform:uppercase;
	border-radius:5px;
	padding:15px 30px;
	font-size:14px;
}
	
	.content .promozioni .boxvolantini .box .volantino {
	float:left;
	margin-bottom:0px;
	box-shadow:none;
}
.content .promozioni .boxvolantini .box .volantino img{
	width:220px;
}
.content .promozioni .boxvolantini .box .infovolantino {
	
	color:#666 !important;
	font-size:15px;
}
.content .promozioni .boxvolantini .box .infovolantino p{
	margin-top:15px;
}
.content .promozioni .boxvolantini .box .infovolantino img{
	height:40px;
}
.content .promozioni .boxvolantini .row {
	margin-bottom:30px;
}
.content .promozioni .boxvolantini .box .infovolantino .sfoglia {
    display: inline-block;
    background-color: transparent;
    position: relative;
    color: #fff;
    border: 0px solid #003c87;
    padding: 12px 18px;
    background: #003c87;
    text-transform: uppercase;
    z-index: 9;
    text-shadow: none;
    text-decoration: none;
    font-family: "museo_slab900";
    font-size: 12px;
    width: 200px;
    text-align: center;
	margin-top:15px;
}
.content .promozioni .boxvolantini .box .infovolantino .scopri {
    display: inline-block;
    background-color: transparent;
    position: relative;
    color: #003c87;
    border: 2px solid #003c87;
    padding: 10px 16px;
    text-transform: uppercase;
    z-index: 9;
    text-shadow: none;
    text-decoration: none;
    font-family: "museo_slab900";
    font-size: 12px;
    width: 200px;
    text-align: center;
}


	
.content .comunichiamo .contatti_info {
	position: absolute;
	top: 200px;
	font-size: 16px;
	left: 40px;
	color: #fff !important;
	width: 80%;
}
.content .promozioni.marchio .head-promozioni a img {
	width: 60px !important;
	height: 60px !important;
}
.content .promozioni.marchio .head-promozioni ul {
	padding-left: 5px;
}
.content .registrazione .head-punticard .titolare {
	position: absolute;
	left: 50px;
	top: 180px;
	font-family: "museo_slab900";
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	text-align: right;
	letter-spacing: -0.5px;
	width: 300px;
}
.content .registrazione .head-punticard img {
	margin-left: -90px;
	margin-top: 25px;
	width: 90%;
}
.content .registrazione .head-punticard .punti {
	right: 30px;
}
.content .promozioni .item .price {
	left: 40px;
	top: 120px;
}
.content .promozioni .item img {
	padding: 5px;
}
.content .promozioni .item {
	min-height: 420px;
}
.cardpromo {
	position: absolute;
	width: 55px;
	height: 37px;
	background: url(/web/img/promocard_s.png) no-repeat;
	top: 200px;
	right: 10px;
	background-size: 55px 37px;
}
.logo_top {
	max-width: 140px !important;
}
.perte .col-md-8 {
	height: 283px;
	overflow: hidden;
}
footer .servizioclienti {
	font-size: 20px;
}
footer .servizioclienti a {
	font-size: 15px;
	padding: 13px 10px;
}
.search input {
	width: 50%;
}
.pv {
	font-size: 11px;
}
header {
	min-height: 110px;
}
.menubar {
	min-height: 60px;
	box-shadow: none;
}
.mainmenu {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	float: left;
	margin-top: 5px;
	padding-left: 0;
	padding-right: 95px;
}
.mainmenu li a {
	border: 0 none !important;
	display: inline-block;
	font-size: 14px;
	padding: 15px 9px;
	width: 100%;
}
.mainmenu li a:hover {
	padding: 15px 8px;
}
.social li {
	width: 31%;
}
.social li img {
	width: 100%;
}
#slider1_container .caption {
	position: absolute;
	color: #fff;
	text-align: left;
	left: 50%;
	display: table;
	height: 100%;
	width: 970px;
	margin-left: -485px;
}
.slider_home {
	margin-top: 113px;
}
.matchcenter {
	margin-top: 155px;
}
.ms-caption h1 {
	font-size: 55px;
	margin: 10px 40px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ms-caption .ms-category {
	font-size: 16px;
	margin: 0 0 0 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.categoria-news {
	top: 128px;
}
}

@media screen and (max-width:1023px) {
.sticky {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	width: 100% !important;
}
}

@media screen and (max-width:991px) {
	
	.content .registrazione .form-registra #divSiNoTessera .col-md-6, .content .registrazione .form-registra #divRichiestaTessera .col-md-6  {
		padding-left: 0px !important;
		padding-right: 0px !important;
		
	}
	
	.content .promozioni .boxvolantini .box.scuola{
	background:url(../img/volantinoscuola-bg.jpg) no-repeat top center;
}
.content .promozioni .boxvolantini .box.scuola .actionscuola{
	width:100%;
	float:left;
}
.content .promozioni .boxvolantini .box.scuola .col-md-9 {
	padding-top:15px;
}
.content .promozioni .boxvolantini .box.scuola .col-md-9 span{
text-align: left;
color: #0e76bc;
font-family: "museo_slab900";
display: inline-block;
margin-left: 0px;
margin-top: 10px;
font-size: 16px;
letter-spacing: -0.2px;
line-height: 23px;
width: 100%;
margin-bottom: 20px;


}
.content .promozioni .boxvolantini .box.scuola .col-md-9 span br{
	display:none;
}
.content .promozioni .boxvolantini .box.scuola .col-md-9 img{
	height:70px;
	margin-bottom:0px;
}
.content .promozioni .boxvolantini .box.scuola .actionscuola .sfoglia{
	display:inline-block;
	background:#fcaf17;
	color:#0e4190;
	font-family: "museo_slab900";
	text-transform:uppercase;
	border-radius:5px;
	padding:10px 25px;
	font-size:14px;
	margin-right:10px;
	margin-bottom:10px;
}
.content .promozioni .boxvolantini .box.scuola .actionscuola .scopri{
	display:inline-block;
	background:#00a6e0;
	color:#fff;
	font-family: "museo_slab900";
	text-transform:uppercase;
	border-radius:5px;
	padding:10px 25px;
	font-size:14px;
	
}
	.content .promozioni .boxvolantini .box .volantino {
	float:left;
	margin-bottom:0px;
	box-shadow:none;
}
.content .promozioni .boxvolantini .box .volantino img{
	width:250px;
}
.content .promozioni .boxvolantini .box .infovolantino {
	
	color:#666 !important;
	font-size:16px;
}
.content .promozioni .boxvolantini .box .infovolantino p{
	margin-top:15px;
}
.content .promozioni .boxvolantini .box .infovolantino img{
	height:45px;
}
.content .promozioni .boxvolantini .row {
	margin-bottom:30px;
}
	
.content .comunichiamo .contatti_info {
	position: absolute;
	top: 130px;
	font-size: 12px;
	left: 30px;
	color: #fff !important;
	width: 80%;
}
.content .comunichiamo .contatti_info h2 {
	font-family: 'museo_slab700' !important;
	font-size: 18px !important;
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: normal;
}
.content .promozioni.marchio .head-promozioni ul {
	padding-left: 5px;
	float: none !important;
}
.content .registrazione .head-punticard .titolarecard {
	position: relative;
	right: auto;
	top: auto;
}
.content .registrazione .head-punticard .titolare {
	position: absolute;
	left: 90px;
	top: 200px;
}
.content .registrazione .head-punticard {
	background: url(../img/bg-card-user.jpg) no-repeat center top #fff;
	min-height: 490px;
	padding-top: 60px;
	margin-bottom: 100px;
}
.colonna-codicefiscale {
	margin-top: 0px;
}
.content .promozioni .item .price {
	left: 50px;
	top: 150px;
}
.content .promozioni .item img {
	padding: 15px;
}
.content .promozioni .item {
	min-height: 480px;
}
.cardpromo {
	position: absolute;
	width: 72px;
	height: 49px;
	background: url(/web/img/promocard_s.png) no-repeat;
	top: 200px;
	right: 30px;
	background-size: 72px 49px;
}
.perte .col-md-8 {
	height: auto;
	overflow: none;
}
.share span.st_facebook_vcount {
	display: inline !important;
}
.share span.st_twitter_vcount {
	display: inline !important;
}
.share span.st_googleplus_vcount {
	display: inline !important;
}
.matchcenter {
	margin-top: 110px;
}
.contenuto .col-md-7 {
	padding: 0px 10px;
}
.slider_home .sx {
	display: none;
}
.slider_home .dx {
	display: none;
}
.thumbnail {
	background-color: #fff;
	border: 0 solid #ddd;
	border-radius: 0;
	display: block;
	float: left;
	line-height: 1.42857;
	margin-bottom: 30px;
	padding: 0 0 10px;
	transition: border 0.2s ease-in-out 0s;
	width: 100%;
	height: auto;
}
.thumbnail img {
	max-width: none !important;
}
.mainmenu {
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100%;
}
.menubar {
	min-height: 50px;
}
.mainmenu li a {
	font-size: 12px;
	padding: 10px !important;
}
.socialBtn {
	display: none !important;
}
.logo_top {
	margin-top: 5px;
	max-width: 105px !important;
}
.logo_responsive {
	display: block !important;
	height: 70px;
	margin-top: 5px;
	position: absolute;
	transition: all 0.3s ease 0s;
	z-index: 1001;
}
.mainmenu li a {
	font-size: 12px;
	padding: 10px 7px;
}
.rubriche .img-responsive {
	width: 100%;
}
.navbar-header {
	margin: 0 auto !important;
	float: none !important;
}
.navbar-brand {
	margin: 0 auto !important;
}
.navbar-collapse {
	padding: 0px;
}
.mainmenu {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	float: right;
	margin-top: 5px;
	padding-left: 0;
}
.social li {
	width: 30%;
}
.social li img {
	width: 100%;
}
.ms-caption h1 {
	font-size: 50px;
	margin: 10px 70px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ms-caption .ms-category {
	font-size: 15px;
	margin: 0 0 0 70px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
footer .brand .right {
	text-align: center;
}
footer .brand .left {
	text-align: center;
}
.advspace img {
	margin: 10px auto;
}
.banner img {
	margin: 10px auto;
}
.bottone-menu {
	display: block;
}
.smaller .cbp-hrmenu {
	margin-top: 50px;
}
.categoria-news {
	top: 131px;
}
footer .servizioclienti {
	background: none;
	color: #003c87;
	font-family: "museo_slab500";
	font-size: 22px;
	margin-bottom: 30px;
	min-height: 150px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-top: 0px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
footer .servizioclienti a {
	float: none !important;
	margin-top: 20px;
	font-size: 16px;
}
}

@media screen and (max-width:768px) {
	
	.coupon .nopadding {
    padding: 0px 15px;
}
.coup-img {
    padding-right: 15px;
}
.coup-img .box{
	margin-bottom:0px !important;

	background:#fff !important;
}
	.head-coupon {
    float: left;
    margin: 0px auto;
    width: 100%;
    background: url(../img/coupon-head-mob.jpg) no-repeat center center;
        background-size: auto auto;
    background-size: cover;
    min-height: 460px;
	margin-bottom:30px;
	
}
.coup_pad {
	background:none !important;
		background:url(/web/img/coupon-tratt_mob.png) no-repeat  right -5px  !important;
	
}
.coupon .box {
    border-radius: 0px;
    
    padding: 0px;
    background: #fff;
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.06);
    position: relative;
	background:none;
    
    text-align: left !important;
    float: left;
    width: 100%;
	border:1px solid #f0f0f0;
	margin-bottom:20px;

}
.coupon .box .col-md-3 {
	
	 padding: 20px;
}
.coupon .box .col-md-9 {
	padding: 20px 30px;
}
.coupon .box h2 {
	font-size:24px;
	
	text-transform:none;
	letter-spacing:-0.5px;
	margin-top:0px;
	margin-bottom:0px;
}
.coupon .box h3 {
	font-size: 15px;
text-transform: none;
letter-spacing: 0px;
margin-top: -10px;
display:none;
}
.coup-bottom {
	display:none;
	border-top:1px solid #dedede;
	padding-bottom: 10px;
}
.content .registrazione .coupon .img-coupon input[type="submit"] {
 
    background: #fcaf17;
    color: #fff;
    margin: 0 auto;
    border: 0px;
    border-radius: 20px;
    font-size: 13px;
    padding: 12px 20px;
    font-family: 'museo_slab900';
    text-transform: uppercase;
   width:100%;
   margin-bottom:10px;
}
.img-coupon span {
	width:100%;
}
.img-coupon .dropdown span {
	width: auto !important;
}
.content .registrazione .coupon  .barc {
 
    background: none;
	border:1px solid  #003c87;
    color: #003c87;
    margin: 0 auto;
   
    border-radius: 20px;
    font-size: 13px;
    padding: 11px 18px;
    font-family: 'museo_slab900';
    text-transform: uppercase;
   width:100%;
}
.content .registrazione .coupon .img-coupon .dropdown button {
 
    width:100%;
    color: #fff;
    margin: 0 auto;
    border: 0px;
    border-radius: 20px;
    font-size: 13px;
    padding: 11px 20px;
    font-family: 'museo_slab900';
    text-transform: uppercase;
	 margin-bottom:10px;
  
}
	.content .registrazione .coupon .img-coupon span a.btn {
 
    
     width:100%;
    color: #fff;
    margin: 0 auto;
    border: 0px;
    border-radius: 20px;
    font-size: 13px;
    padding: 11px 20px;
    font-family: 'museo_slab900';
    text-transform: uppercase;
	 margin-bottom:10px;
	cursor: default;
  
}
.content .registrazione .coupon .img-coupon .dropdown .dropdown-menu {
	width:100%;
	
}
.content .registrazione .coupon .img-coupon .dropdown input[type="submit"] {
display: block;

padding: .25rem 1.5rem;
text-align:center;
clear: both;
font-weight: 400;
color: #444;
width:100%;

font-family: 'museo_slab500';
border: 0;
background:none !important;
}

.datecoupon {
	
	
	 font-family: 'museo_slab500';
	 font-size:14px;
	 margin-top:10px;
	 text-align:left !important;
}
.datecoupon strong{
font-family: 'museo_slab900';
font-weight:normal;
}
.datecoupon img{
	margin-right:5px;
	width:25px;
}
.notecoupon {
	min-height:0px;
}
	
	
		.sfogliamobile{
	display:inline-block !important;
}
.sfogliadesktop{
	display:none !important;
}
.content .sfogliavolantino iframe {
	width: 100% !important;
	height: 100% !important;
}
	
	.sfogliacatalogo {
		/*display:none;*/
        width: 100%;
        display: inline-block;
        padding-left: 0px;
        margin: 15px 0 5px;
        border: 0px;
	}

    .sfogliacatalogo a {
        display: block;
        text-align: center;
    }

    .cercapremio {
        display: block;
    }
 
    .cercapremio a {
        top: 10px;
    }

		.catalogo .head-catalogo ul li{
	display:inline-block;
	width:auto;
	text-align:left;
    line-height:auto;
}

	.tooltip-main.top  {
		opacity:1 !important;
	}
	.premiobox .mask {
		opacity:0 !important;
	}
	
	.premiobox .mask a {
 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}
	
	.catalogo .filteropen {
   
    padding: 0px 10px;
 
}
.catalogo .navigazione .back {
	/*display:none;*/
	    padding: 10px 0px;
}
.catalogo .navigazione .back a{
	/*display:none;*/
	    padding: 0px 0px;
}
.catalogo .navigazione .nextprev span {
	display:none;
}
.catalogo .navigazione {
    padding: 15px 0px !important;
    float: left;
    width: 100%;
}
.descrizionepremio {
    padding-left: 0px;
	padding-right:0px;
}
.puntipremio {
	margin-right:10px;
	    padding: 7px 10px;
}
.catalogo .navigazione .nextprev a {
    
    font-size: 12px;
  
    padding: 8px 15px;
   
}
.descrizionepremio {
 
    margin-top: 20px;
}
.descrizionepremio img {
    height: 55px;
}
.catalogo .head-catalogo ul li a.active {
    font-size: 14px;
    font-family: "museo_slab900";
    color: #fcaf17;
    padding: 15px 8px;
    display: inline-block;
    border-bottom: 0px solid #fcaf17;
}
.catalogo .head-catalogo ul li a {
    font-size: 14px;
    font-family: "museo_slab500";
    color: #999;
    padding: 15px 7px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}
.catalogo #filterCollapse {
    width: 100%;
    background: #fff;
    margin-top: 0px;
    padding: 0px;
    margin-left: 0px;
}
	.catalogohead {
    float: left;
    margin: 0px auto;
    width: 100%;
    background: url(../img/catalogo-head-ipad.jpg) no-repeat center center;
        background-size: auto auto;
    background-size: auto auto;
    background-size: cover;
    min-height: 380px;
}
	
	
	.catalogohead201819 {
    float: left;
    margin: 0px auto;
    width: 100%;
    background: url(../img/catalogo-head-ipad.png) no-repeat center center;
        background-size: auto auto;
    background-size: auto auto;
    background-size: cover;
    min-height: 380px;
}
	
	
	.catalogo .head-catalogo ul li {
    display: block;
	width:100%;
}
.cercapremio input {
    border: 0px;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 14px;
    min-width: 100%;
}
.filtrapunti {
    font-size: 14px;
    font-family: "museo_slab900";
    color: #9e9f9f;
    text-align: center;
    padding-top: 20px;
}
	
	.content .promozioni .boxvolantini .box.scuola{
	background:url(../img/volantinoscuola-bg.jpg) no-repeat top center;
}
.content .promozioni .boxvolantini .box.scuola .actionscuola{
	width:100%;
	float:left;
}
.content .promozioni .boxvolantini .box.scuola .col-md-3 {
	width:40%;
	float:left;
}
.content .promozioni .boxvolantini .box.scuola .col-md-9 {
	padding-top:15px;
	width:55%;
	float:left;
}
.content .promozioni .boxvolantini .box.scuola .col-md-9 span{
text-align: left;
color: #0e76bc;
font-family: "museo_slab900";
display: inline-block;
margin-left: 0px;
margin-top: 10px;
font-size: 16px;
letter-spacing: -0.2px;
line-height: 23px;
width: 100%;
margin-bottom: 20px;


}
.content .promozioni .boxvolantini .box.scuola .col-md-9 span br{
	display:none;
}
.content .promozioni .boxvolantini .box.scuola .col-md-9 img{
	height:60px;
	margin-bottom:0px;
}
.content .promozioni .boxvolantini .box.scuola .actionscuola .sfoglia{
	display:inline-block;
	background:#fcaf17;
	color:#0e4190;
	font-family: "museo_slab900";
	text-transform:uppercase;
	border-radius:5px;
	padding:10px 25px;
	font-size:12px;
	margin-right:10px;
	margin-bottom:10px;
}
.content .promozioni .boxvolantini .box.scuola .actionscuola .scopri{
	display:inline-block;
	background:#00a6e0;
	color:#fff;
	font-family: "museo_slab900";
	text-transform:uppercase;
	border-radius:5px;
	padding:10px 25px;
	font-size:12px;
	
}
	
	
	.content .promozioni .boxvolantini .box .volantino {
	float:left;
	margin-bottom:0px;
	box-shadow:none;
}
.content .promozioni .boxvolantini .box .volantino img{
	width:240px;
}
.content .promozioni .boxvolantini .box .infovolantino {
	
	color:#666 !important;
	font-size:15px;
}
.content .promozioni .boxvolantini .box .infovolantino p{
	margin-top:15px;
}
.content .promozioni .boxvolantini .box .infovolantino img{
	height:40px;
}
.content .promozioni .boxvolantini .row {

	margin-top:0px;
}
.content .promozioni .boxvolantini .row .box {
	margin-bottom:30px;
}
.content .promozioni .sharing li:first-child {
	display:none !important;
}
.content .promozioni .sharing {
    margin-top: -15px;
    margin-left: 0px;
    margin-bottom: 15px !important;
}


.content .comunichiamo .contatti_info img {
	width: 100% !important;
}
.content .comunichiamo .contatti_info {
	position: absolute;
	top: 60%;
	font-size: 12px;
	left: 30px;
	color: #fff !important;
	width: 80%;
}
.content .comunichiamo .contatti_info h2 {
	font-family: 'museo_slab700' !important;
	font-size: 18px !important;
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: normal;
}
.content .registrazione .head-punticard h1 {
	margin: 0px;
	text-align: center;
}
.content .registrazione .head-punticard {
	background: url(../img/bg-card-user.jpg) no-repeat center bottom #014694;
	min-height: 490px;
	padding-top: 60px;
	margin-bottom: 100px;
}
.content .registrazione .head-punticard img {
	margin-left: 0px;
	margin-top: 25px;
}
.content .registrazione .head-punticard .titolare, .content .registrazione .head-punticard .titolare span {
	color: #fff !important;
}
.content .registrazione .head-punticard .punti {
	text-align: left;
	font-family: "museo_slab900";
	font-size: 80px;
	color: #fff;
	display: block;
	line-height: 65px;
	letter-spacing: -2px;
	padding-top: 0px;
	position: relative;
	right: auto !important;
	top: 0px;
}
.navbar-default .navbar-left .profilemenu {
	width: 240px;
}
.content .marchio .zoomimg img {
	width: 100%;
	height: auto;
}
.navbar-default .navbar-left .profilemenu li {
	width: 50%;
}
#myModalDettaglio .modal-content {
	float: none !important
}
.content .marchio .lineetit {
	float: none;
	text-align: left;
	margin-top: 30px;
}
.zoomimg {
	width: 100%;
	text-align: center;
}
.listadellaspesa .col-md-4 ul li.active .list-arrow {
	display: none;
}
.navbar-collapse {
	padding: 0px 5px;
}
.content .marchio .head-promozioni .dropdown .btn-default {
	width: 100%;
}
.content .marchio .head-promozioni .btn-default {
	padding: 15px;
}
.content .marchio .head-promozioni .dropdown {
	width: 100%;
}
.content .marchio .head-promozioni ul {
	width: 100%;
}
.content .marchio .item {
	min-height: 420px !important;
}
.content .contenuto_interno .head-document {
	background-repeat: no-repeat;
	background-size: cover !important;
	min-height: 250px;
	background-position: center center !important;
	margin-top: -4px;
}
.content .contenuto_interno .head-concorso {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
	background-position: center center !important;
}
.content .contenuto_interno .img-concorso {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 250px;
	background-position: center center !important;
}
.content .registrazione .head-registra {
	margin-top: -4px;
}
.content .registrazione .head-lavora {
	margin-top: -4px;
}
.notizietop, .ricettesearchtop {
	margin-top: -4px;
}
.ricette .ricetta.dettaglio .scopri {
	padding: 15px;
}
.padding-right {
	padding: 0px !important;
}
.padding-left {
	padding: 0px !important;
}
li.menu-large:focus {
	outline: none;
}
.mobile_profile {
	display: inline-block !important;
}
.navbar-nav li.group {
	border: none;
}
.navbar-nav li.coupon {
	border: none;
}
.navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	float: right;
	left: 15px;
	margin-bottom: 8px;
	margin-right: 15px;
	margin-top: 8px;
	padding: 9px 10px;
	position: absolute;
	top: 15px;
	z-index: 9999;
}
.navbar-offcanvas {
	background: #f1f1f1 none repeat scroll 0 0 !important;
	height: 100%;
	left: -250px;
	max-width: 100%;
	position: fixed;
	top: 0;
	transition: all 0.15s ease-in 0s;
	width: 180px;
	z-index: 99999;
}
.navbar-offcanvas .navbar-toggle {
	display: none;
}
.navbar-default .navbar-left .login {
	padding: 0px !important;
	border: 0px !important;
	text-align: center !important;
}
.navbar-default .navbar-nav > li.login > a {
	border: 0 none !important;
	color: #fff !important;
	margin: 0 !important;
	outline: medium none;
	padding: 8px;
	text-align: center !important;
}
.navbar-default .navbar-left .login span {
	display: none;
}
.navbar-nav li.logo {
	display: none;
}
.nav1 {
	float: none;
}
.nopadding {
	padding: 0px 15px;
}
.nopad {
	display: none !important;
}
.nopad_mobile {
	display: block !important;
}
.slider_home {
	padding: 0px 15px;
}
.cerca .col-md-4 {
	margin: 10px auto;
}
.cerca .action {
	margin-top: 15px;
	width: 100%;
	text-align: center;
}
footer {
	text-align: center;
}
footer ul li img {
	width: 50%;
}
.footer-brand img {
	width: 100%;
	max-width: 110px;
	display: block;
	margin: 7px auto;
}
.ms-caption h1 {
	font-size: 40px;
	margin: 10px 30px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ms-caption .ms-category {
	font-size: 14px;
	margin: 0 0 0 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.altridati h4 {
	font-size: 12px;
	color: #00a3e6;
	display: inline-block;
	font-weight: normal;
	margin: 0 5px 0 0;
	padding: 0;
	padding-left: 20px;
}
.dettaglio a {
	background: #00a3e6;
	display: block;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	font-family: 'ProximaNova-SemiBold';
	letter-spacing: -1px;
	margin-left: 20px;
}
.mean-nav ul {
	margin-top: 0px !important
}
.mobile {
	display: block !important;
	position: absolute !important;
	top: 0px;
	right: 10px;
	width: 10px !important;
}
.mobile:hover {
	background: none !important;
}
li.menu-large {
	position: relative !important;
}
header.navbar-fixed-top {
	height: 62px;
}
#owl-offerte .item {
	min-height: 410px;
}
#owl-offerte .item a h3 {
	font-size: 17px;
	line-height: 20px;
}
.mydeco .vantaggi li {
	width: 25% !important;
}
.categoria-news {
	top: 145px;
	right: 10px;
}
.menubar {
	margin-top: 0px;
	background: #094b9a;
}
header .pv {
	display: none;
}
header .search {
	width: 50%;
	text-align: left;
	margin: 0 auto;
	margin-top: 13px;
	border-radius: 2px;
	z-index: 9999;
	background: #0e5ba6 !important;
	float: none;
}
.search a {
	position: absolute;
	right: 15px;
	top: 10px;
	color: #fff;
	opacity: .7;
	line-height: 22px !important;
	margin: 0px !important;
}
header .search input {
	color: #fff;
}
 header .search ::-webkit-input-placeholder {
 color: #fff;
 opacity:.7;
}
 header .search :-moz-placeholder {
 color: #fff;
 opacity:.7;
}
 header .search ::-moz-placeholder {
 color: #fff;
 opacity:.7;
}
 header .search :-ms-input-placeholder {
 color: #fff;
 opacity:.7;
}
header .search input {
	width: 100%;
	padding: 7px;
}
header .search .nav-search-in {
	display: none;
}
.content {
	margin-top: 65px;
}
.events-content img {
	width: 70%;
	margin: 0 auto;
}
.insegnebox .col-md-3 {
	float: left !important;
}
.content .sostenibilita img {
	float: none;
	margin: 0 auto;
}
.content .sostenibilita2 .col-md-5 img {
	float: none;
	margin: 0 auto;
}
.content .sostenibilita2 .col-md-5 {
	float: none !important;
}
}

@media screen and (max-width:767px) {
.navbar-collapse {
	padding: 0px 15px;
}
}
.menu-large {
	position: static !important;
}
.megamenu {
	width: 100%;
}
.megamenu> li > ul {
	padding: 0;
	margin: 0;
}
.megamenu> li > ul > li {
	list-style: none;
	display: block;
}
.megamenu> li > ul > li > a {
	display: block;
	padding: 10px 30px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #999 !important;
	white-space: normal;
	font-size: 13px;
	font-family: 'museo_slab500';
	text-transform: uppercase;
}
header .megamenu> li > ul > li > a {
	padding: 10px 30px !important;
}
.navbar-nav > li > .dropdown-menu {
	border-radius: 0px;
}
.megamenu> li ul > li > a:hover, .megamenu> li ul > li > a:focus {
	text-decoration: none;
	background: none;
	border: 0px !important;
	color: #fcb016 !important;
}
.megamenu.disabled > a, .megamenu.disabled > a:hover, .megamenu.disabled > a:focus {
	color: #063d76;
}
.megamenu.disabled > a:hover, .megamenu.disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.megamenu.dropdown-header {
	color: #428bca;
	font-size: 18px;
}

@media (max-width: 767px) {
.img-news {
	margin-bottom: 30px;
	min-height: 50px;
}
.categoria-news {
	top: 0px;
	left: 10px;
	position: absolute;
	width: 100%;
	max-width: 120px;
	text-align: center;
}
}

@media (max-width: 768px) {
.videoformat {
	width: 580px !important;
	/*height: 580px !important;*/
	height: auto !important;
	margin: 0 auto !important;
}
#myModalVideo .modal-dialog {
	margin: 30px auto !important;
}
.content .registrazione .head-punticard .imgcard {
}
.content .registrazione .head-punticard .imgcard img {
	width: 100%;
}
.content .registrazione .head-punticard .pull-right {
	float: none !important;
}
.content .registrazione .head-punticard .punti {
	text-align: center;
	margin-bottom: 30px;
}
.content .registrazione .head-punticard .punti h1 {
	display: none;
}
.content .registrazione .head-punticard {
	padding-top: 30px;
}
.content .registrazione .head-punticard .punti .titsaldo {
	text-align: center;
}
.content .registrazione .head-punticard .titolare {
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	font-size: 36px;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px;
	color: #094b9a;
	width: auto;
}
.content .registrazione .head-punticard .titolare span {
	font-size: 24px;
}
.content .registrazione .cardvantaggi {
	background: #f9b100;
	padding: 40px 0px !important;
	color: #154068;
	font-size: 16px;
	line-height: normal;
	margin-bottom: 40px;
	margin-top: 0px !important;
	text-align: center !important;
}
.content .registrazione .cardvantaggi h3 {
	text-align: center;
}
.content .registrazione .cardvantaggi .col-md-12 {
	text-align: center !important;
	color: #fff;
	font-size: 18px;
}
.listadellaspesa .col-md-8 .item {
	width: 49% !important;
	text-align: center !important;
	margin-left: 1%;
	min-height: 410px;
	margin-bottom: 7px;
}
.listadellaspesa .col-md-8 .item img {
	width: 70%;
	margin: 0 auto;
}
.listadellaspesa .col-md-2 {
	float: none !important;
	text-align: center;
}
.listadellaspesa .col-md-8 ul li .trash {
	background: #ea1d26 none repeat scroll 0 0;
	border-radius: 25px;
	color: #fff;
	display: inline-block;
	float: none !important;
	font-size: 24px;
	height: 50px;
	margin-top: 18px;
	opacity: 0.6;
	padding-top: 12px;
	text-align: center !important;
	width: 50px;
}
.listadellaspesa .print {
	display: none !important;
}
.listadellaspesa .col-md-4 {
	padding-right: 10px;
}
.pvMap #mybmap {
	display: none;
}
.pvMap .container {
	padding: 0px;
}
.pvMap .result {
	height: auto;
	float: left;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 60px !important;
}
footer .servizioclienti {
	background: none;
	color: #003c87;
	font-family: "museo_slab700" !important;
	font-size: 18px !important;
	margin-bottom: 30px;
	min-height: 150px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-top: 0px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #ccc;
	line-height: 22px !important;
}
.pvMap .checkinsegne {
	float: none !important;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	display: none;
}
.pvMap .checkinsegne img {
	height: 20px;
}
.pvMap .result ul li {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dedede;
}
.pvMap .result ul li a {
	color: #4b4b4b;
	font-family: "museo_slab300";
	font-size: 16px;
	line-height: 20px;
}
.pvMap .result ul li a h4 {
	color: #094796;
	font-family: "museo_slab900";
	font-size: 18px;
	margin: 0;
	margin-bottom: 5px;
}
.filter {
	padding: 0px 15px 30px 15px;
}
.pvMap h1 {
	margin-left: 15px;
}
.searchPv {
	background: #fff none repeat scroll 0 0;
	box-shadow: none;
	height: auto !important;
	position: relative !important;
	top: 0px;
	width: 100%;
}
.pvMap .result ul li .pvMobile {
	float: left;
	width: 80%;
}
.pvMap .result ul li .btnMobilenone {
	background: none repeat scroll 0 0;
	border: 2px solid #fcb016;
	color: #fcb016;
	display: inline-block;
	padding: 11px 13px;
	text-align: center;
	border-radius: 50%;
	line-height: normal;
	font-size: 20px;
	display: none;
}
.pvMap .result ul li .btnMobile {
	background: none repeat scroll 0 0;
	border: 2px solid #fcb016;
	color: #fcb016;
	display: inline-block;
	padding: 11px 13px;
	text-align: center;
	border-radius: 50%;
	line-height: normal;
	font-size: 20px;
}
.pvMap .result ul li .btnMobile:hover {
	background: #fcb016 none repeat scroll 0 0;
	border: 2px solid #fcb016;
	color: #fff;
	display: inline-block;
	padding: 11px 13px;
	text-align: center;
	border-radius: 50%;
	line-height: normal;
}
.searchPv #bodyDiv {
	width: 100% !important;
	overflow: visible !important;
	height: auto !important;
	position: relative !important;
}
#scrollbox3 {
	width: 100% !important;
	overflow: visible !important;
	height: auto !important;
	padding: 0px 15px !important;
}
.enscroll-track.track3 {
	display: none;
}
.content .pvdettaglio .indirizzo {
	float: left;
}
.content .pvdettaglio .indirizzo pull-right, .content .pvdettaglio .indirizzo pull-left {
	float: none;
}
.boxnews img {
	width: 100%;
}
footer h4 {
	font-size: 20px;
}
footer ul li a {
	font-size: 14px;
}
footer .copyright {
	padding-left: 0;
	text-align: center;
}
footer .copyright img {
	float: none !important;
	margin-bottom: 20px;
}
footer .socialprofile {
	padding-left: 0;
	text-align: center;
	margin-top: 30px;
}
footer .socialprofile h3 {
	margin-bottom: 10px;
}
footer .newsletter {
	padding-left: 0;
	text-align: center;
	margin-top: 30px;
}
.fadeInBlock {
	opacity: 1;
}
.scrollup {
	display: none !important;
}
.mainmenu {
	margin: 0px !important;
}
.megamenu {
	margin-left: 0;
	margin-right: 0;
}
.megamenu> li {
	margin-bottom: 30px;
}
.megamenu> li:last-child {
	margin-bottom: 0;
}
.megamenu.dropdown-header {
	padding: 3px 15px !important;
}
.navbar-nav .open .dropdown-menu .dropdown-header {
	color: #fff;
}
.menubar .col-md-12 {
	padding: 0px;
}
.mainmenu {
	background: #fff none repeat scroll 0 0 !important;
	float: none !important;
	margin-left: 0;
	margin-top: 0px;
}
.mainmenu li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	border-bottom: 1px solid #073974;
}
.mainmenu .open li {
	border-bottom: 0px !important;
}
.mainmenu ul li ul li {
	border-bottom: 0px solid #ccc;
}
.mainmenu ul li ul li a:last-child {
	border-bottom: 1px solid #ccc !important;
}
.mainmenu .dropdown.open a {
	background: none !important;
}
.mainmenu .dropdown-menu {
	display: none !important;
}
.mainmenu .open .dropdown-menu {
	display: block !important;
}
.ricettesearchtop .cerca {
	border: 1px solid #f79500;
	display: inline-block;
	padding: 14px 15px;
	color: #fff;
	text-transform: uppercase;
	background: #f79500;
	height: 48px;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.ricettesearchtop .container div {
	padding: 0px;
}
.ricette .ricetta.dettaglio {
	line-height: normal;
}
.ricettesearchtop .cercaricette {
	margin-top: 40px;
	padding: 0 10% !important;
}
.ricettesearchtop h2 {
	font-family: "museo_slab900";
	color: #fff;
	text-align: center;
	font-size: 44px;
	margin-top: 40px;
	margin-bottom: 0px;
}
.ricettesearchtop p {
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-family: "museo_slab300";
}
.ricettesearchtop label {
	margin: 0;
	color: #f79500;
	display: none;
}
.ricettesearchtop input[type="text"], .ricettesearchtop select {
	border: 0 none;
	margin: 0px 0;
	padding: 14px;
	width: 100%;
	border-bottom: 1px solid #dedede;
	background: #fff;
	border-radius: 0px !important;
	margin-bottom: 0px;
	height: 48px !important;
}
.ricettesearchtop select {
	-moz-appearance: none;
	background: url("../img/arrow-select.png") no-repeat scroll right center / 29px 10px #fff;
	color: #999;
	text-indent: 1px;
	text-overflow: "";
	border-radius: 0px !important;
}
.filteropen {
	width: 100%;
	background: #fff;
	padding: 10px 30px;
	position: relative !important;
	margin-bottom: 30px;
	z-index: 20;
}
.filteropen i {
	float: right;
}
.filteropen h3 {
	color: #094b9a;
	text-transform: uppercase;
	font-family: "museo_slab900";
	font-size: 16px;
}
#filterCollapse {
	width: 100%;
	background: #fff;
	margin-top: -25px;
	padding: 30px;
	margin-left: -4px;
}
.content .promozioni .volantino {
	text-align: center;
}
.content .promozioni .volantino img {
	margin: 0 auto;
}
.content .promozioni .head-promozioni ul {
	list-style-type: none;
	float: left;
	margin-bottom: 0px;
	padding-left: 0px;
}
.content .menulist ul li {
	font-size: 20px;
	padding: 15px 0px;
}
.ricettesearchtop input[type="text"] {
	padding: 14px;
	height: 46px;
	padding-left: 20px;
	border-radius: 0px !important;
}
.ricette .ricetta.dettaglio {
	padding-left: 0px;
}
.ricette .ricetta img {
	width: 100%;
}
.ricette .ricetta.dettaglio .scopri {
	background: #fc8d16 none repeat scroll 0 0;
	border: 1px solid #fc8d16;
	color: #fff;
	display: inline-block;
	font-family: "museo_slab300";
	width: 100%;
	margin-left: 0px;
	font-size: 17px;
}
.ricette .listaricette .ricettabox {
	padding-right: 10px;
}
.ricette .preparazione {
	padding-right: 0px;
}
.ricette .preparazione img{
	display: block;
max-width: 100%;
height: auto !important;

	
}
.ricette .preparazione iframe {
	width: 100%;
}
.logo_top {
	width: 100%;
	max-width: 180px;
	margin: 10px auto 0px;
	position: relative;
	z-index: 9999;
	width: 70px;
	margin-right: 10px;
}
.logo_responsive {
	display: none !important;
	width: 100%;
	max-width: 60px;
	margin: 5px auto 5px;
	position: absolute;
	z-index: 99;
	left: 50%;
	margin-left: -30px;
	top: 10px;
	height: auto !important;
}
.slider_home {
	margin-top: 60px;
}
.matchcenter {
	margin-top: 60px;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 600px;
	margin-top: 10px;
}
.login .dropdown-menu {
	left: auto;
	right: 0 !important;
	position: absolute !important;
}
#defaultNavbar1 {
	display: none !important;
}
.navbar {
	border: 0px solid transparent;
	margin-bottom: 0;
	min-height: 1px !important;
	position: relative;
}
.navbar-brand {
	float: none;
}
.navbar .container {
	padding: 0px;
}
.navbar-left {
	margin: 0px;
	position: absolute;
	left: 65px;
	z-index: 9999;
	top: 14px;
}
.navbar-nav > li {
	float: left;
}
.nav > li {
	display: block;
	position: relative;
	background: #084185;
}
.navbar-toggle {
	top: 5px;
	left: 10px;
}
.navbar-default .navbar-nav > li.login {
	float: right;
}
header {
	min-height: 60px !important;
	background: none;
	background-color: #094b9a;
}
header nav {
	height: 1px;
}
.menubar {
	min-height: 0px !important;
	border: 0px;
	padding: 0px;
}
.mainmenu li a {
	font-size: 14px;
	padding: 13px 20px !important;
	color: #fff !important;
}
.mainmenu li a.dropdown-toggle.mobile {
	float: right;
	background: #fcb016 !important;
	text-align: left;
	color: #fff !important;
}
.mainmenu li a.dropdown-toggle.mobile:hover {
	float: right;
	background: #fcb016;
	text-align: left;
}
.mainmenu li a.mobile {
	display: block !important;
	padding: 16px !important;
	position: absolute !important;
	right: 0;
	top: 0;
	width: auto !important;
}
.mainmenu li a:hover {
	border-bottom: 0px !important;
}
.mainmenu li .megamenu {
	padding: 0px !important;
	margin: 0px !important;
}
header .megamenu > li > ul > li > a {
	padding: 13px 20px !important;
}
.mainmenu ul li ul li a:last-child {
	border-bottom: 1px solid #dedede !important;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: 0 0px 0 rgba(255, 255, 255, 0.1) inset;
}
#owl-webstore .item {
	margin: 30px;
}
.webstore h2 {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.webstore h2 img {
	display: none;
}
.photogrid {
	padding: 15px;
}
.social li img {
	width: 100%;
}
.socialFilter {
	margin-top: 0px;
	text-align: center;
}
.socialFilter a {
	margin: 0 5px !important;
}
.social h2 {
	text-align: center;
}
.gallery {
	padding: 20px 0;
}
.gallery h2 {
	text-align: center;
}
.news .col-md-6 {
	padding-left: 10px;
	padding-right: 10px;
}
.news .col-md-9 {
	padding: 5px;
	margin: 0px;
}
.news .container {
	padding: 0px;
}
.banner img {
	margin: 0 auto;
}
.margin-gal {
	margin-top: 60px;
}
.modal-sm {
	width: 96% !important;
}
.modal-dialog {
	margin: 2% !important;
}
.marchioDeco .nav-tabs > li > a {
	font-size: 16px;
	padding: 10px 10px;
}
.owl-item .item img {
	margin: 0 auto;
}
.mydeco {
	background-attachment: inherit;
}
.mydeco h3 {
	font-size: 28px;
}
.mydeco-logo {
	width: 260px;
}
.mydeco .vantaggi {
	font-size: 16px;
	margin: 20px 0 40px;
}
.mydeco .vantaggi ul {
	padding-left: 0px !important;
	font-size: 13px;
}
.mydeco .vantaggi li {
	width: 36%;
	margin-bottom: 20px;
}
.mydeco .vantaggi li img {
	width: 130px;
	margin-bottom: 5px;
}
}

@media screen and (max-width:580px) {
	
	
	.content .promozioni .boxvolantini .box {
			padding-left:0px;
		}
	.content .promozioni .boxvolantini .box .volantino {
	float:left;
	margin-bottom:0px;
	box-shadow:none;
}
.content .promozioni .boxvolantini .box .volantino img{
	width:215px;
}
.content .promozioni .boxvolantini .box .infovolantino {
	
	color:#666 !important;
	font-size:14px;
}
.content .promozioni .boxvolantini .box .infovolantino p{
	margin-top:15px;
}
.content .promozioni .boxvolantini .box .infovolantino img{
	height:38px;
}
.content .promozioni .boxvolantini .row {

	margin-top:0px;
}
.content .promozioni .boxvolantini .row .box {
	margin-bottom:30px;
}
.content .promozioni .boxvolantini .box .infovolantino .scopri {
    display: inline-block;
    background-color: transparent;
    position: relative;
    color: #003c87;
    border: 2px solid #003c87;
    padding:10px 16px;
   
   text-transform:uppercase;
    z-index: 9;
    text-shadow: none;
    text-decoration: none;
	font-family: "museo_slab900";
	font-size:12px;
		width:190px;
	text-align:center;
	margin-bottom:25px;
}
.content .promozioni .boxvolantini .box .infovolantino .sfoglia {
    display: inline-block;
    background-color: transparent;
    position: relative;
    color: #fff;
    border: 0px solid #003c87;
    padding:12px 18px;
	background:#003c87;
   
   text-transform:uppercase;
    z-index: 9;
    text-shadow: none;
    text-decoration: none;
	font-family: "museo_slab900";
	font-size:12px;
		width:190px;
	text-align:center;
}
.videoformat {
	width: 300px !important;
	/*height: 300px !important;*/
	height: auto !important;
	margin: 0 auto !important;
	margin-top: 50px;
}
.colcontatti {
	width: 100% !important;
}
.content .comunichiamo .contatti_info {
	position: absolute;
	top: 60%;
	font-size: 12px;
	left: 30px;
	color: #fff !important;
	width: 80%;
}
.content .comunichiamo .contatti_info h2 {
	font-family: 'museo_slab700' !important;
	font-size: 18px !important;
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: normal;
}
.zoomimg img {
	width: 100%;
}
.rubriche .notizie div {
	margin-bottom: 20px;
	min-height: 230px !important;
}
#myModalDettaglio .modal-content .price {
	background: rgba(0, 0, 0, 0) url(../img/price-bg.png) no-repeat scroll 0 0 / 114px 120px;
	color: #fff;
	font-family: "museo_slab700";
	font-size: 24px;
	height: 120px;
	left: 10px;
	letter-spacing: -1px;
	padding-top: 47px;
	position: absolute;
	text-align: center;
	top: 120px;
	width: 114px;
}
.content .registrazione .head-punticard .titolare {
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	font-size: 26px;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.content .registrazione .head-punticard .titolare span {
	font-size: 18px;
}
.content .registrazione .head-punticard .punti {
	font-size: 70px;
}
.content .registrazione .head-punticard .punti .titsaldo {
	font-size: 24px;
}
.content .registrazione .head-punticard .punti {
	line-height: 50px;
}
.content .registrazione .cardvantaggi h3 {
	font-size: 28px;
}
.head-promozioni .col-md-9 ul {
	display: none;
}
.head-promozioni .col-md-9 {
	margin-bottom: 20px;
}
.listadellaspesa .col-md-8 .item {
	width: 100% !important;
	text-align: center !important;
	margin-left: 0;
	min-height: auto;
	margin-bottom: 7px;
}
.listadellaspesa .col-md-8 .item img {
	width: 70%;
	margin: 0 auto;
}
.listadellaspesa .col-md-2 {
	float: none !important;
	text-align: center;
}
.listadellaspesa .col-md-8 ul li .trash {
	background: #ea1d26 none repeat scroll 0 0;
	border-radius: 25px;
	color: #fff;
	display: inline-block;
	float: none !important;
	font-size: 24px;
	height: 50px;
	margin-top: 18px;
	opacity: 0.6;
	padding-top: 12px;
	text-align: center !important;
	width: 50px;
}
.listadellaspesa .print {
	display: none !important;
}
.listadellaspesa .creaprodotto input {
	width: 75%;
}
.listacreate .crealista {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	margin-bottom: 20px;
	width: 100%;
}
.listacreate .crealista i {
	float: right;
}
.listadellaspesa .col-md-4 {
	padding-right: 10px;
}
.filteropen {
	width: 100%;
	background: #fff;
	padding: 10px 30px;
	position: relative !important;
	margin-bottom: 30px;
	z-index: 20;
}
.head-catalogo .filteropen {
	width: 100%;
	background: #fff;
	padding: 0px 0px 5px !important;
	position: relative !important;
	margin-bottom: 10px;
	z-index: 20;
	margin-top:0px;
	text-decoration:none !important;
}

.catalogo .head-catalogo {
	margin-bottom:20px;
}
.tooltip.tooltip-main {
	bottom:-20px !important;
	left: 50% !important;
    margin-left: -37px !important;
}
.tooltip-inner {

    padding: 2px 6px !important;
	font-size:11px !important;
	    background: none !important;
    font-family: "museo_slab900" !important;
    color: #094c9b !important;
}
.tooltip-arrow {
	display:none !important;
}
.filtrapunti .min {

    left: -12px !important;
}
.filtrapunti .max {

    right: -10px !important;
}
.filteropen i {
	float: right;
}
.filteropen h3 {
	color: #094b9a;
	text-transform: uppercase;
	font-family: "museo_slab900";
	font-size: 13px;
}
#filterCollapse {
	width: 100%;
	background: #fff;
	margin-top: -25px;
	padding: 30px;
	margin-left: -4px;
}
.content .promozioni .volantino {
	text-align: center;
}
.content .promozioni .volantino img {
	margin: 0 auto;
}
.content .promozioni .head-promozioni ul {
	list-style-type: none;
	float: left;
	margin-bottom: 0px;
	padding-left: 0px;
}
.content .promozioni .col-md-9 {
	float: left;
}
.content .menulist ul li {
	font-size: 16px;
	padding: 12px 0px;
}
.ricettesearchtop h2 {
	font-size: 32px;
}
.ricettesearchtop .cercaricette {
	margin-top: 30px;
	padding: 0 5% !important;
}
.content .pvdettaglio .indirizzo .pull-right, .content .pvdettaglio .indirizzo .pull-left {
	float: none !important;
	text-align: center;
}
.content .pvdettaglio .indirizzo .pull-right img {
	width: 100px;
	margin-bottom: 20px;
}
.content .pvdettaglio .indirizzo {
	padding-right: 0px;
}
.content .pvdettaglio .reparti li, .content .pvdettaglio .servizi li {
	display: block;
	width: 100%;
}
.content iframe {
	height: 250px;
}
.thumbnail {
	height: auto;
	min-height: 380px;
}
.social li {
	background: #fff none repeat scroll 0 0;
	border-radius: 3px;
	display: block;
	float: left;
	font-size: 23px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	min-height: 100px;
	width: 95%;
}
.ms-caption h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 10px 30px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ms-slide .ms-layer, .ms-fixed-layers .ms-layer {
	bottom: 30px !important;
}
.ms-caption .ms-category {
	font-size: 16px;
	display: none;
	margin: 0 0 0 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
h1.nome {
	color: #fff;
	font-family: 'museo_slab900';
	font-size: 32px;
	letter-spacing: -1px;
	line-height: 45px;
	margin: -20px 0 0;
	padding-left: 20px;
}
h1.nome div {
	color: #00a3e6;
	font-family: 'museo_slab900';
	font-size: 24px;
	letter-spacing: -2px;
}
.ruolo {
	border-bottom: none;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 5px;
	min-width: 370px;
	padding-bottom: 17px;
	font-family: 'museo_slab500';
	padding-left: 20px;
}
.altridati h4 {
	font-size: 10px;
	color: #00a3e6;
	display: inline-block;
	font-weight: normal;
	margin: 0 5px 0 0;
	padding: 0;
	padding-left: 10px;
}
.altridati span {
	font-size: 10px;
}
#pl_ruolo {
	font-size: 13px;
}
.dettaglio a {
	background: #00a3e6;
	display: block;
	padding: 5px 15px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-family: 'ProximaNova-SemiBold';
	letter-spacing: -1px;
	margin-left: 10px;
	margin-top: 15px;
}
.marchioDeco {
	padding: 30px 0;
}
.marchioDeco h2 {
	font-size: 36px;
}
.marchioDeco p {
	font-size: 22px;
}
.marchioDeco .nav-tabs > li {
	display: inline-block;
	float: none;
	margin-bottom: -1px;
	width: 90%;
}
.marchioDeco .container {
	padding: 0px;
}
.marchioDeco .tab-pane img {
	max-width: 200%;
	margin-left: -50%;
}
.marchioDeco .tab-pane {
	overflow: hidden;
}
.content .offerte .btn {
	background: #fcb016 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	display: block !important;
	font-family: "museo_slab700";
	font-size: 14px;
	margin-top: 40px;
	padding: 10px 5px;
	text-transform: uppercase;
	width: 100%;
	font-size: 12px;
	white-space: normal;
}
}

@media screen and (max-width:480px) {
	
	.dettagliopremio .altripremi .col-xs-6 {
 padding: 5px;
	}
	
		.dettagliopremio .altripremi .col-xs-6 .puntipremio{
font-size:15px !important;
	}
	.dettagliopremio .altripremi .col-xs-6 .oppure{
font-size:13px;
min-height:40px !important;
	}
	.dettagliopremio .altripremi .col-xs-6 .premiobox {
		margin-bottom:0px !important;
	}
	.dettagliopremio .altripremi .col-xs-6 .premiobox h3 {
		min-height: 110px !important;
	}
	
	.listapremi .filtri .slider {
		margin-left:0px;
		width:265px !important;
	}
		.catalogohead {
    float: left;
    margin: 0px auto;
    width: 100%;
    background: url(../img/catalogo-head-mob.jpg) no-repeat center center;
        background-size: auto auto;
    background-size: auto auto;
    background-size: cover;
    min-height: 270px;
}
	.catalogohead201819 {
    float: left;
    margin: 0px auto;
    width: 100%;
    background: url(../img/catalogo-head-mob.png) no-repeat center center;
        background-size: auto auto;
    background-size: auto auto;
    background-size: cover;
    min-height: 270px;
}
.puntitotali {
	font-size:0.8em;
}
.premiogallery .ms-thumb-list  {
	display:none;
}
.richiedi {
	width:100%;
	text-align:center;
}
/*.min {
    position: absolute;
    left: -205px !important;
    top: 35px !important;
    font-size: 10px;
}


.max {

    position: absolute;
    right: -70px !important;
    top: 35px !important;
    font-size: 10px;

}*/
	#divCatalogoPremi .col-xs-6{
		width:100%;
		
	}
	#divCatalogoPremi .col-xs-6 .premiobox img{
		width:60%;
		margin:0 auto;
		
	}
	
		.content .promozioni .boxvolantini .box.scuola{
	background:url(../img/volantinoscuola-bg.jpg) no-repeat top center;
	text-align:center;
}
.content .promozioni .boxvolantini .box.scuola .actionscuola{
	width:100%;
	float:left;
}
.content .promozioni .boxvolantini .box.scuola .col-md-3 {
	width:100%;
	float:none;
}
.content .promozioni .boxvolantini .box.scuola .col-md-9 {
	padding-top:15px;
	width:100%;
	float:none;
}
.content .promozioni .boxvolantini .box.scuola .col-md-9 span{
text-align: center;
color: #0e76bc;
font-family: "museo_slab900";
display: inline-block;
margin-left: 0px;
margin-top: 10px;
font-size: 16px;
letter-spacing: -0.2px;
line-height: 23px;
width: 100%;
margin-bottom: 20px;


}
.content .promozioni .boxvolantini .box.scuola .col-md-9 span br{
	display:none;
}
.content .promozioni .boxvolantini .box.scuola .col-md-3 img{
	
	margin:0 auto;
	float:none !important;
}
.content .promozioni .boxvolantini .box.scuola .col-md-9 img{
	height:50px;
	width:auto;
	margin-bottom:0px;
	margin:0 auto !important;
	float:none !important;
}
.content .promozioni .boxvolantini .box.scuola .actionscuola .sfoglia{
	display:inline-block;
	background:#fcaf17;
	color:#0e4190;
	font-family: "museo_slab900";
	text-transform:uppercase;
	border-radius:5px;
	padding:10px 25px;
	font-size:13px;
	margin-right:0px;
	margin-bottom:10px;
}
.content .promozioni .boxvolantini .box.scuola .actionscuola .scopri{
	display:inline-block;
	background:#00a6e0;
	color:#fff;
	font-family: "museo_slab900";
	text-transform:uppercase;
	border-radius:5px;
	padding:10px 25px;
	font-size:13px;
	
}
	
	
	.content .promozioni .boxvolantini .box {
		text-align:center !important;
		padding-right:0px !important;
	}
	.content .promozioni .boxvolantini .box .volantino {
	float:none;
	margin-bottom:0px;
	box-shadow:none;
}
.content .promozioni .boxvolantini .box .volantino img{
	width:250px;
}
.content .promozioni .boxvolantini .box .infovolantino {
	
	color:#666 !important;
	font-size:16px;
	margin:0 auto;
}
.content .promozioni .boxvolantini .box .infovolantino p{
	margin:0 auto;
	margin-top:15px;
}
.content .promozioni .boxvolantini .row {

	margin-bottom:0px !important;
}
.content .promozioni .boxvolantini .row .box {
	margin-bottom:20px !important;
}
.content .promozioni .boxvolantini .box .infovolantino img{
	height:45px;
	margin:0 auto;
}
.content .promozioni .boxvolantini .box .infovolantino .scopri {
	
    display: inline-block;
    background-color: transparent;
    position: relative;
    color: #003c87;
    border: 2px solid #003c87;
    padding:10px 20px;
   
   text-transform:uppercase;
    z-index: 9;
    text-shadow: none;
    text-decoration: none;
	font-family: "museo_slab900";
	font-size:13px;
		width:260px;
	text-align:center;
	margin-bottom:25px;
}
.content .promozioni .boxvolantini .box .infovolantino .sfoglia {
    display: inline-block;
    background-color: transparent;
    position: relative;
    color: #fff;
    border: 0px solid #003c87;
    padding:12px 22px;
	background:#003c87;
   
   text-transform:uppercase;
    z-index: 9;
    text-shadow: none;
    text-decoration: none;
	font-family: "museo_slab900";
	font-size:13px;
		width:260px;
	text-align:center;
}

	
.content .promozioni.marchio .head-promozioni a img {
	width: 43px !important;
	height: 43px !important;
}
.content .promozioni.marchio .head-promozioni ul {
	padding-left: 0px;
	float: none !important;
}
.mainmenu li a {
	padding: 11px 30px;
}
.pvMap .result ul li img {
	float: left;
	margin-right: 15px;
	width: 50px;
}
li.dropdown.menu-large.open {
	margin-bottom: 0px;
}
header .search {
	width: 40%;
	text-align: left;
	margin: 0 auto;
	margin-top: 13px;
	border-radius: 2px;
	z-index: 9999;
	background: #0e5ba6 !important;
}
header .search input {
	color: #fff;
}
.search a {
	position: absolute;
	right: 15px;
	top: 10px;
	color: #fff;
	opacity: .7;
	line-height: 22px !important;
	margin: 0px !important;
}
 header .search ::-webkit-input-placeholder {
 color: #fff;
 opacity:.7;
}
 header .search :-moz-placeholder {
 color: #fff;
 opacity:.7;
}
 header .search ::-moz-placeholder {
 color: #fff;
 opacity:.7;
}
 header .search :-ms-input-placeholder {
 color: #fff;
 opacity:.7;
}
.perte div {
	padding: 5px;
	margin-bottom: 0px;
}
.owl-theme .owl-controls {
	position: relative !important;
	top: 0px !important;
}
.offerte h2 {
	font-size: 24px;
	text-align: center;
	margin-top: 0px;
}
.offerte h2 p {
	text-align: center !important;
}
.content .offerte .btn {
	background: #fcb016 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	display: block !important;
	font-family: "museo_slab700";
	font-size: 14px;
	margin-top: 40px;
	padding: 10px 5px;
	text-transform: uppercase;
	width: 100%;
	font-size: 12px;
	white-space: normal;
}
.perte {
	padding-top: 0px;
}
.perte h2 {
	margin-bottom: 20px;
	font-size: 30px;
}
.offerte {
	min-height: 300px;
}
.offerte .container {
	padding: 5px;
}
#owl-offerte .item {
	margin: 5px;
	min-height: 283px;
	background-size: 35px 35px;
}
#owl-offerte .item a h3 {
	font-size: 13px;
	line-height: 15px;
}
#owl-offerte .item.first {
	margin: 5px;
	min-height: 283px;
}
#owl-offerte .item img {
	width: auto !important;
	height: 130px !important;
	margin: 0 auto !important;
	padding-top: 20px;
}
#owl-offerte .item.first img {
	padding: 0px 5px;
}
#owl-offerte .item.first a h3 {
	font-size: 20px;
	padding: 0 10px;
	margin-top: 20px;
}
#owl-offerte .item.first a p {
	font-size: 13px;
	padding: 0 10px;
}
.mydeco .vantaggi li {
	width: 30% !important;
	margin: 0px;
	margin-bottom: 20px;
	line-height: normal !important;
}
.searchPv {
	top: 70px !important;
}
.content h1 {
	font-size: 28px;
	color: #fcb016;
	font-family: "museo_slab900";
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 30px;
}
.content .contenuto_interno .head-document {
	background-repeat: no-repeat;
	background-size: cover !important;
	min-height: 120px;
	background-position: center center !important;
	margin-top: -3px;
}
.content .contenuto_interno .head-concorso {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 200px;
	background-position: center center !important;
}
.content .contenuto_interno .img-concorso {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 150px;
	background-position: center center !important;
}
.content .registrazione .head-registra {
	background: url(../img/register-bg.jpg) no-repeat center center;
	background-size: cover;
	height: 200px;
	text-align: center;
	margin-top: -3px;
}
.content .registrazione .head-registra h2 {
	font-family: "museo_slab900", cursive;
	font-size: 40px;
}
.content .registrazione .head-registra h3 {
	font-family: 'museo_slab700';
	font-size: 17px;
}
.ricette .sharing li:first-child {
	display: none;
}
.ricettesearchtop {
	margin-top: -3px;
}
.notizietop {
	margin-top: -3px;
}
.notizietop h2 {
	font-size: 34px;
}
.notizietop p {
	font-size: 16px;
}
.newsfilter {
	font-size: 10px;
	text-align: center;
	display: none;
}
.newsfilter li:first-child {
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
}
.newsfilter a {
	padding: 7px 10px;
}
.content .marchio .head-promozioni .dropdown {
	width: 100%;
}
.content .marchio .head-promozioni .dropdown .btn-default {
	width: 100%;
}
.content .marchio .head-promozioni ul {
	width: 100%;
}
#owl-offerte .item.first a p {
	font-size: 11px;
}
.searchPv {
	top: 40px;
}
.searchPv input {
	-webkit-appearance: none;
	border-radius: 0px;
}
.searchPv select {
	-webkit-appearance: none;
	border-radius: 0px;
}
.searchPv label img {
	width: 70%;
}
.content .comunichiamo h2 {
	font-size: 45px;
}
.content .comunichiamo .form-contatti .col-md-10 {
	padding: 0px;
	margin: 0px;
}
.content .comunichiamo input[type=submit] {
	width: 100%;
}
.registrazione .container {
	padding: 0px;
}
.content .registrazione input[type=submit] {
	width: 100%;
}
#login {
	padding: 15px;
	text-align: center;
	padding-top: 0px;
}
.modal-dialog p.socialButt a {
	font-size: 14px;
	line-height: 30px;
	padding-top: 10px;
}
.mydeco .vantaggi li img {
	width: 100% !important;
}
.rubriche .container {
	padding: 0px;
}
.rubriche h2 {
	margin-bottom: 20px;
}
.rubriche .notizie {
	padding: 10px;
}
.rubriche .notizie div {
	padding: 2px 5px;
}
.ricetta .tipologia li {
	font-size: 16px;
	padding-left: 40px;
	min-height: 30px;
}
.tipologia li span {
	font-size: 11px;
}
.ricetta .tipologia li.portata {
	background-size: 35px 37px;
}
.ricetta .tipologia li.tempo {
	background-size: 35px 37px;
}
.ricetta .tipologia li.difficolta {
	background-size: 35px 37px;
}
.ricette .ricetta.dettaglio {
	line-height: normal;
}
.marchioDeco h2 {
	font-size: 29px;
}
.marchioDeco p {
	font-size: 18px;
	letter-spacing: 0px;
}
.mydeco {
	background-attachment: inherit;
}
.mydeco h3 {
	font-size: 28px;
}
.mydeco-logo {
	width: 230px;
}
.mydeco .vantaggi {
	font-size: 16px;
	margin: 20px 0 40px;
}
.mydeco .vantaggi ul {
	padding-left: 0px !important;
	font-size: 13px;
}
.mydeco .vantaggi li {
	width: 36%;
	margin-bottom: 20px;
}
.mydeco .vantaggi li img {
	width: 120px;
	margin-bottom: 5px;
}
.pvMap .result ul li a {
	color: #4b4b4b;
	font-family: "museo_slab300";
	font-size: 13px;
	line-height: 17px;
}
.pvMap .result ul li a h4 {
	color: #094796;
	font-family: "museo_slab900";
	font-size: 15px;
	margin: 0;
}
}

@media screen and (max-width:399px) {
.pvMap .result ul li .btnMobile {
	background: none repeat scroll 0 0;
	border: 2px solid #fcb016;
	color: #fcb016;
	display: block;
	padding: 11px 13px;
	text-align: center;
	border-radius: 50%;
	line-height: normal;
	font-size: 20px;
	clear: both;
	margin-bottom: 10px;
}
.content h1 {
	font-size: 24px;
}
}
