<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Document : style of Nutripet Quiz
*/

.w200 {
	width: 200px;
}
/* HEADER */
header {
	background-image: url("../../../img/mini/il-mese-del-cucciolo/pattern.png");
	background-repeat: repeat-x;
    background-color: #e8eeed;
	-moz-box-shadow: inset 0px 0px 10px 0px #bdc1c0;
	-webkit-box-shadow: inset 0px 0px 10px 0px #bdc1c0;
	box-shadow: inset 0px 0px 10px 0px #bdc1c0;
	border-top-color: #ddd;
}
header hgroup {
    bottom: 0;
    background-color: rgba(199, 229, 224, 0.5);
    -webkit-border-radius: 10px 10px 0 0;
       -moz-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
}
h2.slogan {
    background-image: url("../../../img/mini/il-mese-del-cucciolo/bg_slogan.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 80px;
    position: absolute;
    left: 260px;
    top: 30px;
    margin: 0;
    font-size:28px;
    line-height: 36px;
    color:#006465;
    font-family: 'amertype_md_btmedium', cursive;
    font-weight: normal;
}
h2.slogan .line-2 {
    margin-left: 20px;
    font-size: 30px;
    color:#008c8b;
}


/* CONTENT */
.box-big {
    z-index: 2;
    border: 1px solid #e7e7e7;
	position: relative;
	margin: 20px 10px 20px 10px;
	padding: 10px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-moz-box-shadow: 0px 0px 7px #bbb;
	-webkit-box-shadow: 0px 0px 7px #bbb;
	box-shadow: 0px 0px 7px #bbb;
	
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #d7eae7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d7eae7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#d7eae7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#d7eae7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#d7eae7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#d7eae7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7eae7',GradientType=0 ); /* IE6-9 */
}
#mini-share {
    position: absolute;
    z-index: 3;
    width: 300px;
    height: 26px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    bottom: 0;
    right: 80px;
    padding: 10px;
    display: none;
}
#mini-share a.close {
        -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    background-color: #008c8b;
    color:#fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-family: 'dinbold';
    font-size: 16px;
    position: absolute;
    right: -8px;
    top: -8px;
    display: block;
    cursor: pointer;
}
.box-big .content {
    margin: 80px 40px 40px 40px;
    overflow: hidden;
}
.box-small {
	position: relative;
	margin: 20px 10px 20px 10px;
	padding: 20px 30px 25px 30px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-moz-box-shadow: 0px 5px 7px #ccc;
	-webkit-box-shadow: 0px 5px 7px #ccc;
	box-shadow: 0px 5px 7px #ccc;
	background-color: #fff;
}
.label-big .money {
	font-size:50px;
}
.label-small .money {
	font-size: 45px;
	float: left;
	display: block;
	line-height: 64px;
	margin-left: 43px;
}
.label-small .two-line {
	line-height: 24px;
	float: right;
	text-align: left;
	font-size: 21px;
	margin-right: 11px;
	margin-top: 23px;
}
.box-big a {
    color:#008c8b;
    font-family: 'dinregular';
}
.box-big a.bold {
    font-family: 'dinbold';
}
.box-big a:hover {
    color:#006465;
}
a.button, button {
	display: block;
	width: 300px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	
	font-size: 22px;
	color: #fff;
	text-shadow: 0px -1px 1px #650509;
	font-family: 'amertype_md_btmedium', cursive;
	
	border: 2px outset buttonface;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	
	-moz-box-shadow: inset 0px -3px 20px 0px #570300, 0 0 2px 0 #999;
	-webkit-box-shadow: inset 0px -3px 20px 0px #570300, 0 0 2px 0 #999;
	box-shadow: inset 0px -3px 20px 0px #570300, 0 0 2px 0 #999;
	
	background: #a00500;
	background: -moz-linear-gradient(left, #a00500 0%, #c10e00 55%, #a00500 99%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a00500), color-stop(55%,#c10e00), color-stop(99%,#a00500));
	background: -webkit-linear-gradient(left, #a00500 0%,#c10e00 55%,#a00500 99%);
	background: -o-linear-gradient(left, #a00500 0%,#c10e00 55%,#a00500 99%);
	background: linear-gradient(to right, #a00500 0%,#c10e00 55%,#a00500 99%);
}
a.button-2 {
    position: relative;
	display: block;
    width: 280px;
    height: 55px;
	line-height: 20px;
	overflow: hidden;
	
	font-size: 18px;
	color: #fff;
	text-shadow: 0px -1px 1px #650509;
	font-family: 'amertype_md_btmedium', cursive;
    padding-left: 80px;
    padding-top: 5px;
	
	border: 1px solid #2c8383;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    	
    background: #339595;
    background: -moz-linear-gradient(top,  #339595 0%, #2e8b8b 50%, #298181 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#339595), color-stop(50%,#2e8b8b), color-stop(100%,#298181));
    background: -webkit-linear-gradient(top,  #339595 0%,#2e8b8b 50%,#298181 100%);
    background: -o-linear-gradient(top,  #339595 0%,#2e8b8b 50%,#298181 100%);
    background: -ms-linear-gradient(top,  #339595 0%,#2e8b8b 50%,#298181 100%);
    background: linear-gradient(to bottom,  #339595 0%,#2e8b8b 50%,#298181 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#339595', endColorstr='#298181',GradientType=0 );
}
a.button-2 .line-1 {
    font-size: 15px;
}
a.button-2 .line-2 {
    font-size: 29px;
}
.button.disable {
	text-shadow: 0px -1px 1px #333;
	-moz-box-shadow: inset 0px -3px 20px 0px #555, 0 0 2px 0 #999;
	-webkit-box-shadow: inset 0px -3px 20px 0px #555, 0 0 2px 0 #999;
	box-shadow: inset 0px -3px 20px 0px #555, 0 0 2px 0 #999;
	background: #999;
}
a.button.small, button.small {
	width: 200px;
}
button.button {
	height: auto;
}
a.button:hover, button.button:hover {
	text-shadow: 0px -1px 1px #333;
	background: #f00d1a;
	border: 2px outset #999;
	color:#fff;
}
a.button-2:hover {
    background: #006666;
	text-shadow: 0px -1px 1px #333;
	border: 1px outset #999;
	color:#fff;
}

.button.disable:hover, button.button.disable:hover {
	cursor: default;
	text-shadow: 0px -1px 1px #333;
	-moz-box-shadow: inset 0px -3px 20px 0px #555, 0 0 2px 0 #999;
	-webkit-box-shadow: inset 0px -3px 20px 0px #555, 0 0 2px 0 #999;
	box-shadow: inset 0px -3px 20px 0px #555, 0 0 2px 0 #999;
	border: 2px outset buttonface;
	background: #999;
}
.button.single {
	width: 200px;
	margin: auto;
}
.button.left {
	margin: left;
}
aside h2 {
	font-size: 30px;
	font-family: 'amertype_md_btmedium', cursive;
	color:#DE000B;
	line-height: 45px;
	text-transform: none;
	font-weight: normal;
}
.oppure{
	float: left;
	margin-left: 30px;
	margin-top:20px;
}
#form-test input.text {
    font-size: 16px;
    font-family: 'dinregular';
}
#form-test .error-input {
    color:red;
    margin-left: 10px;
}
#form-test label {
    font-size: 16px;
    font-family: 'dinregular';
}
#form-test input.radio {
    margin-right: 10px;
}
#form-test input.text {
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    outline: medium none;
    padding: 6px;
	width: 230px;
	color:#555555;
}
.centered-link {
	width: 200px;
	display: block;
	margin: auto;
	text-align: center;
	font-weight: bold;
	font-family: arial;
}
.placeholder {
	font-size: 12px;
	font-style: italic;
}
#quiz label {
	display: block;
	margin-bottom: 10px;
}
#quiz label input {
	margin-right: 10px;
}
.link-prodotto {
	font-weight: bold;
	color:#DE000B;
}
.elenco {
    display: inline-block;
    background-color: #c4ece6;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin-right: 15px;
    text-align: center;
    
    -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.question {
    padding: 25px 0;
    border-bottom: 1px solid #c0d0cd;
}
.question.first {
    padding-top: 0;
}
.social-button {
    position: absolute;
    bottom: -5px;
    right: 100px;
    width: 260px;
}
.social-button span {
    float: left;
    margin-top: 15px;
    font-size: 14px;
    font-family: 'dinregular';
}
.social-button ul {
    float: right;
}
.social-button ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
}
.social-button ul li a {
    cursor: pointer;
}

/* HEADING STYLE */
.box-big h1 {
	font-size: 30px;
	color:#006465;
	line-height: 46px;
	font-family: 'amertype_md_btmedium', cursive;
	letter-spacing: 0px;
	font-weight: normal;
}
.box-big h1 strong {
	font-family: 'amertype_md_btbold';
}
.box-big h2 {
	font-size: 24px;
    line-height: 20px;
	font-family: 'amertype_md_btmedium', cursive;
	font-weight: normal;
    color:#006465;
}
.box-big h2 strong {
	font-family: 'amertype_md_btbold';
}
.box-big h3 {
	font-size: 20px;
	font-family: 'dinregular', cursive;
	font-weight: normal;
    color:#006465;
    line-height: 26px;
}
.box-big h3 strong {
	font-family: 'dinbold';
}
.box-big p {
	color:#333333;
    font-size: 14px;
    line-height: 20px;
	font-family: 'dinregular';
}
.box-big p strong {
	font-family: 'dinbold';
}
p.red {
	color:#DE000B;
}
.fs11 {
	font-size: 11px;
	line-height: 14px;
}
.fs12 {
	font-size: 12px;
	line-height: 16px;
}
.fs13 {
	font-size: 13px;
	line-height: 18px;
}
.fs14 {
	font-size: 14px;
	line-height: 20px;
}
.fs16 {
	font-size: 16px;
	line-height: 22px;
}
.fs18 {
	font-size: 18px;
	line-height: 22px;
}
.fs22 {
	font-size: 22px;
	line-height: 26px;
}
.mr0 {
	margin: 0;
}
.mAuto {
    margin: 0 auto;
}
.pd0-15 {
	padding:0 15px;
}
.mL58 {
    margin-left: 58px;
}

/* DEFAULT STYLE */
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.sepa40 {
	height: 40px;
}
.sepa60 {
	height: 60px;
}
.sepa100 {
	height: 100px;
}
.fs24 {
    font-size: 24px;
}
.fs36 {
    font-size: 36px;
}
.fs40 {
    font-size: 40px;
}
.w200 {
	width: 200px;
}
.imgC {
	display: block;
	margin:auto;
}

/* SPRITE */
.sprite {
	background-image: url(../../../img/mini/il-mese-del-cucciolo/sprite-il-mese-del-cucciolo.png);
	background-repeat: no-repeat;
}
.cane {
    background-position: 0 -314px;
    left:-10px;
    top: 30px;
	position: absolute;
}
.logo-prolan {
    background-position: 0 -168px;
    right: 10px;
    top: -10px;
	position: absolute;
}
.segni-zodiacali {
    background-position: 0 0;
    background-repeat: no-repeat;
}
.corner {
    background-position: -294px -167px;
    background-repeat: no-repeat;
    position: absolute;
    right: -4px;
    top: -4px;
}
.cani {
    background-position: -388px -383px;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    bottom: 20px; 
}
.cani-1 {
    background-position: -459px -168px;
    background-repeat: no-repeat;
    margin-top: 10px;
}
.cani-2 {
    background-position: -459px -275px;
    background-repeat: no-repeat;
    margin-top: 75px;
}
.cane-prolan {
    background-position: -208px -252px;
    background-repeat: no-repeat;
    position: absolute;
    left: 16px;
    bottom: 5px;
}
.facebook {
    background-position: -420px -167px;
    background-repeat: no-repeat;
}
.twitter {
    background-position: -420px -223px;
    background-repeat: no-repeat;
}
.google-plus {
    background-position: -420px -279px;
    background-repeat: no-repeat;
}
.segno-zodiacale {
    position: absolute;
    top: -2px;
    right: 330px;
}
.tipo-cane {
    position: absolute;
    top: 130px;
    right: 30px;
}




.sprite-jpg {
	background-image: url(../../../img/quiz/nutripet/sprite-nutripet.jpg);
	background-repeat: no-repeat;
}
.sprite-png {
	background-image: url(../../../img/quiz/nutripet/sprite-nutripet.png);
	background-repeat: no-repeat;
}
.logo-purina {
	background-image: url(../../../img/quiz/nutripet/logo-purina.jpg);
}
.logo-nutripet {
    background-position: 0 0;
    left: 210px;
	position: absolute;
}
.foto-header {
	background-position: -280px 0;
	position: absolute;
	right: -8px;
	top: -10px;
}
.corner-small {
	background-position: -396px -406px;
	background-repeat: no-repeat;
	position: absolute;
	right: -3px;
	top: -4px;
}
.label-big {
	background-position: -57px -235px;
	background-repeat: no-repeat;
	position: absolute;
	width: 412px;
	height: 92px;
	right: -8px;
	color: #fff;
	padding-right: 10px;
	text-align: right;
	line-height: 75px;
	text-shadow: -1px -1px 1px #650509;
}
.label-small {
	background-position: -191px -327px;
	background-repeat: no-repeat;
	position: absolute;
	width: 287px;
	height: 79px;
	right: -20px;
	color: #fff;
	padding-right: 10px;
	text-align: right;
	line-height: 20px;
	text-shadow: -1px -1px 1px #650509;
}
.icons {
	background-position: 0 -352px;
	background-repeat: no-repeat;
	display: block;
    margin: auto;
}
.logo-esselunga {
	background-position: 0 -282px;
	background-repeat: no-repeat;
}
.scontrino {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
    margin: auto;
}
.fb-button {
	background-position: 0 -93px;
	background-repeat: no-repeat;
	position: absolute;
	left: 130px;
	bottom: -11px;
}
.tw-button {
	background-position: -89px -93px;
	background-repeat: no-repeat;
	position: absolute;
	left: 265px;
	bottom: -11px;
}
.gp-button {
	background-position: -178px -93px;
	background-repeat: no-repeat;
	position: absolute;
	right: 130px;
	bottom: -11px;
}</pre></body></html>