/* CSS Document */

/*
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.public-sans-<uniquifier> {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/


.img-responsive {
	height: auto;
	max-width: 100%;
	margin-bottom: 6px;
}
.center {
	margin-left: auto;
	margin-right: auto;
}




.border {
	border: 2px solid #FFFFFF;
	float: right;
}
.open-popup, .button-news, .button-back, .button-left  {
	width: 110px;
	font-size: small;
	cursor: pointer;
	padding-left: 8px;
	text-align: center;
	background-color: #000000;
	color: #BCBCBC;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 5px;
	border-width: 0px;
	margin-top: 15px;
}
.button-back {
	width: 180px;
}
.button-left {
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 7px;
}
.button-full {
	width: 280px;
	font-size: 0.75em;
	cursor: pointer;
	text-align: center;
	background-color: #000000;
	color: #BCBCBC;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	margin-top: 10px;
	border: 1px solid #999;
}
p.button-full  {
	display: inline-block;
	margin-right: 8px;
}

.button-news a, .button-news a:hover, .button-register a, .button-register a:hover, p.button-full a, p.button-full a:hover, .button-back a, .button-back a:hover, .button-left a, .button-left a:hover  {
	color: #BCBCBC;
	text-decoration: none;
}

.small {
	font-size: 0.8em;
	line-height: 1.5em;
}
.img-wrap {
	margin-right: 14px;
	float: left;
	margin-top: 8px;
}
.img-wrap-logo {
	margin-right: 20px;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 50%;
	height: auto;
}
.img-recipe {
	margin-bottom: 1px;
	margin-top: 14px;
}


.print {
	display: none;
}
.align-right {
	text-align: right;
	margin-right: 2rem;
}
.sponsor {
	background-color: #219AD5;
	width: 50%;
	max-width: 250px;
	height: 130px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
	/* [disabled]max-height: 140px; */
}
.sponsor img {
	height: 120px;
	max-height: 120px;
	/* [disabled]width: 200px; */
	/* [disabled]max-width: 200px; */
}
.sponsor-big {
	background-color: #219AD5;
	width: 75%;
	max-width: 400px;
	height: 160px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
	margin-right: 10px;
	/* [disabled]max-height: 140px; */
}
.sponsor-big img {
	height: 150px;
	max-height: 150px;
	/* [disabled]width: 200px; */
	/* [disabled]max-width: 200px; */
}
