@charset "UTF-8";

#page {
	font-family: 'ubuntulight';
	font-size: 12px;
	color: #5b5b5b;
	width: 555px;
}

#page .wrapper {
	width: 425px;
	margin: auto;
}

#content {
	max-width: 1110px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

#content .column {
	width: 555px;
}

#content .column.gray {
	background-color: #f3f3f3;
}

#content .column .wrapper {
	width: 425px;
	margin: auto;
}

#content .column .wrapper .item {
	margin-bottom: 36px;
	margin-top: 36px;
}

#content .column .wrapper .video p {
	font-family: 'wisdom_scriptregular';
	font-size: 16px;
	color: #5b5b5b;
	margin: 0px;
	margin-bottom: 4px;
}

#content .column .wrapper .video .list {
	margin-top: 10px;
	text-align: center;
}

#content .column .wrapper .video .list a {
	margin-left: 5px;
	margin-right: 5px;
}

#content .column .wrapper .howto p {
	font-family: 'ubuntulight';
	font-size: 18px;
	color: #c10d0e;
	margin: 0px;
	margin-bottom: 4px;
}

#content .column .wrapper .howto div {
	width: 210px;
	display: inline-block;
	vertical-align: top;
	font-family: 'ubunturegular';
	font-size: 11px;
	color: #5b5b5b;
}

#content .column .white {
	background-color: #ffffff;
	height: 36px;
}

#content .column .videoricetta {
	background-color: #ffffff;
	padding-bottom: 36px;
	border: 1px solid #eaeaea;
	font-family: 'ubuntulight';
	font-size: 11px;
	color: #bd121a;
}

#content .column .videoricetta p {
	font-family: 'wisdom_scriptregular';
	font-size: 22px;
	color: #c10d0e;
	margin-bottom: 10px;
	text-align: left;
}

#content .column .videoricetta iframe {
	margin-bottom: 28px;
}

#content .column .videoricetta a {
	font-family: 'ubuntulight';
	font-size: 11px;
	color: #bd121a;
	-webkit-transition:All 250ms ease-out;
	-moz-transition:All 250ms ease-out;
	-o-transition:All 250ms ease-out;
}

#content .column .videoricetta a.hover {
	color: #969696;
}

#content .column #app {
	background-color: #ffffff;
}

#content .column #app p {
	margin: 0px;
	font-family: 'ubuntulight';
	font-size: 20px;
	color: #bfbfbf;
	margin-bottom: 5px;
}

#content .column #app span {
	font-family: 'ubunturegular';
	color: #bd121a;
}

#content .column #app p img {
	vertical-align: middle;
	margin-left: 10px;
}

#content .column #app .fl {
	width: 210px;
	font-family: 'ubuntulight';
	font-size: 12px;
	color: #a2a2a2;
	line-height: 13px;
}

#content .column #app .fl strong {
	font-family: 'ubunturegular';
}

#content .column #app .fr {
	color: #eaeaea;
	font-family: 'ubuntulight';
	font-size: 20px;
}

#content .column #app .fr a img {
	vertical-align: middle;
}

#content .column #download {
	background-color: #ffffff;
	text-align: right;
	color: #eaeaea;
	font-family: 'ubuntulight';
	font-size: 20px;
}

#content .column #download a {
	display: inline-block;
	width: 177px;
	height: 45px;
	background-color: #bd121a;
	border: 1px solid #bd121a;
	text-align: center;
	line-height: 45px;
	color: #ffffff;
	font-family: 'ubunturegular';
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: 8px;
	-webkit-transition:All 250ms ease-out;
	-moz-transition:All 250ms ease-out;
	-o-transition:All 250ms ease-out;
	vertical-align: middle;
}

#content .column #download a.hover {
	background-color: #ffffff;
	color: #bd121a;
	border: 1px solid #bd121a;
}

#content .column #iconlist {
	text-align: right;
}

#content .column #iconlist p {
	font-family: 'ubuntulight';
	font-size: 12px;
	color: #acacac;
}

#content .column #iconlist img {
	vertical-align: top;
}

#content .column hr {
	border: none;
	margin: 0px;
	background-color: #eaeaea;
	height: 1px;
}

#content .column #lagoplan p {
	display: inline-block;
	font-family: 'ubuntubold';
	font-size: 18px;
	color: #c10d0e;
	margin: 0px;
	margin-top: 9px;
	margin-bottom: 8px;
}

#content .column #lagoplan p:nth-of-type(1) {
	font-family: 'ubuntulight';
}

#content .column #lagoplan p sup {
	font-size: 11px;
}

#content .column .tech p {
	font-family: 'ubuntulight';
	font-size: 18px;
	color: #c10d0e;
	margin: 0px;
}

#content .column .tech .item {
	width: 138px;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	position: relative;
}

#content .column .tech .item p {
	font-family: 'ubuntulight';
	font-size: 11px;
	color: #5b5b5b;
	margin: 0px;
}

#content .column .tech .item p:nth-of-type(1) {
	font-family: 'ubuntubold';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#content .column .item.tech .detail {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 139px;
	background-color: #c10d0e;
	overflow: hidden;
	display: none;
	cursor: pointer;
}

#content .column .item.tech .detail div {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 100%;
}

#content .column .item.tech .detail div p {
	margin: 0px;
	font-size: 11px;
	color: #ffffff;
}

#content .column .feature p {
	font-family: 'ubuntulight';
	font-size: 18px;
	color: #c10d0e;
	margin: 0px;
}

#content #recipe {
	position: relative;
}

#content #recipe .category {
	font-family: 'wisdom_scriptregular';
	font-size: 16px;
	color: #5b5b5b;
	margin: 0px;
}

#content #recipe .name {
	font-family: 'ubunturegular';
	font-size: 48px;
	color: #c10d0e;
	margin: 0px;
	width: 364px;
	line-height: 50px;
	font-weight: normal;
}

#content #recipe .description {
	font-family: 'ubuntulight';
	font-size: 18px;
	color: #8d8d8d;
	margin: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}

#content #recipe .time {
	font-family: 'ubuntulight';
	font-size: 12px;
	color: #c10d0e;
	margin: 0px;
	margin-bottom: 5px;
}

#content #recipe .time img {
	vertical-align: middle;
	margin-right: 5px;
}

#content #recipe .diff {
	font-family: 'ubuntulight';
	font-size: 12px;
	color: #c10d0e;
	margin: 0px;
	margin-bottom: 30px;
}

#content #recipe .diff img {
	vertical-align: middle;
	margin-left: 5px;
}

#content #recipe hr {
	margin-top: 16px;
	margin-bottom: 16px;
}

#content .product .category {
	font-family: 'wisdom_scriptregular';
	font-size: 16px;
	color: #5b5b5b;
	margin: 0px;
}

#content .product .name {
	font-family: 'ubunturegular';
	font-size: 25px;
	color: #c10d0e;
	margin: 0px;
	width: 364px;
	line-height: 28px;
}

#content .product .name sup {
	font-size: 12px;
}

#content .product .description {
	font-family: 'ubuntulight';
	font-size: 12px;
	color: #c10d0e;
	margin: 0px;
}

#content .product a {
	display: inline-block;
	width: 177px;
	height: 45px;
	background-color: #bd121a;
	border: 1px solid #bd121a;
	text-align: center;
	line-height: 45px;
	color: #ffffff;
	font-family: 'ubunturegular';
	font-size: 11px;
	margin-top: 90px;
	-webkit-transition:All 250ms ease-out;
	-moz-transition:All 250ms ease-out;
	-o-transition:All 250ms ease-out;
}

#content .product a.hover {
	background-color: #ffffff;
	color: #bd121a;
	border: 1px solid #bd121a;
}

#content .column .item.element .item {
	width: 138px;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
}

#content .column .item.element .item p {
	font-family: 'ubuntulight';
	font-size: 11px;
	color: #5b5b5b;
	margin: 0px;
	text-align: center;
}

#content .column .item.gamma .item {
	width: 138px;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
}

#content .column .item.gamma p {
	font-family: 'ubuntulight';
	font-size: 18px;
	color: #c10d0e;
	margin: 0px;
}

#content .column .item.gamma .item p {
	font-family: 'ubuntulight';
	font-size: 11px;
	color: #5b5b5b;
	margin: 0px;
	text-align: center;
}

#content .column .item.text p.title {
	font-family: 'ubuntulight';
	font-size: 18px;
	color: #c10d0e;
	margin: 0px;
	margin-bottom: 5px;
}

#content .column .item.text div {
	font-family: 'ubuntulight';
	font-size: 12px;
	color: #5b5b5b;
	margin: 0px;
	line-height: 20px;
}

#content .column .item.text div p {
	margin: 0px;
}

#content .column .item.text a {
	display: inline-block;
	width: 177px;
	height: 45px;
	background-color: #bd121a;
	border: 1px solid #bd121a;
	text-align: center;
	line-height: 45px;
	color: #ffffff;
	font-family: 'ubunturegular';
	font-size: 11px;
	margin-top: 20px;
	-webkit-transition:All 250ms ease-out;
	-moz-transition:All 250ms ease-out;
	-o-transition:All 250ms ease-out;
	vertical-align: middle;
}

#content .column .item.text a.hover {
	background-color: #ffffff;
	color: #bd121a;
	border: 1px solid #bd121a;
}

#correlati {
	font-family: 'ubuntulight';
	font-size: 13px;
	color: #c10d0e;
	margin: 0px;
	margin-left: 69px;
	margin-top: 18px;
	margin-bottom: 18px;
}

#resultlist {
	border-top: 1px solid #eeebeb;
}

#resultlist a {
	display: inline-block;
	position: relative;
}

#resultlist a.bottom {
	border-bottom: 1px solid #eeebeb;
}

#resultlist a.left {
	border-left: 1px solid #eeebeb;
}

#resultlist a img {
	vertical-align: top;
}

#resultlist a img.info {
	position: absolute;
	left: 14px;
	bottom: 14px;
	transition:All 250ms linear;
	-webkit-transition:All 250ms linear;
	-moz-transition:All 250ms linear;
	-o-transition:All 250ms linear;
}

#resultlist a img.info.hide {
	opacity: 0;
}

#resultlist a .detail {
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background-color: #c10d0e;
	overflow: hidden;
	display: none;
	border: 4px solid #fff;
}

#resultlist a .detail div {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 100%;
}

#resultlist a .detail div p {
	margin: 0px;
	font-family: 'ubuntulight';
	font-size: 11px;
	color: #ffffff;
}

#resultlist a .detail div p:first-child {
	font-size: 32px;
	line-height: 32px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#resultlist a .detail div p:first-child sup {
	font-size: 12px;
}

#content .column .wrapper p.title {
	font-family: 'ubuntulight';
	font-size: 18px;
	color: #c10d0e;
	margin: 0px;
	margin-top: 36px;
}

.addthis_sharing_toolbox {
	margin-top: 10px;
}



.breadcrumbs a{
	color: #5b5b5b;
	text-decoration: none;
}
.breadcrumbs a:hover{
	color: #5b5b5b;
	text-decoration: underline;
}

.sharing_toolbox_text {
	color: #c10d0e;
	font-family: 'ubuntulight';
	font-size: 12px;
	line-height: 22px;
	padding-right: 5px;
	margin-top: 10px;
}

@media screen and (max-width: 1109px) {

	#content {
		width: 555px;
	}

	#page, #content #recipe .description, #content #recipe .time, #content #recipe .diff, #content .product .category, #content .column .item.text div p {
		font-size: 22px;
	}

	#content .column .item.text div p {
		line-height: 30px;
	}

	#content .column .wrapper p.title, #content .column .wrapper .video p, #content .column .item.text p.title {
		font-size: 26px;
	}

}
