.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 700px;
	min-width: 320px;
	z-index: 50004;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	
}
.md-effect-12.md-modal
{
	
}
.md-show {
	visibility: visible;
}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 35000;
	opacity: 0;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-effect-12 .md-overlay
{
	background: rgba(143,27,15,0.8);
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
/* Content styles */
.md-effect-12 .md-content {
	color: #fff;
	background: #e74c3c;
	border-radius: 3px;
	margin: 0 auto;
	overflow-y:scroll;
	
}

@media only screen and (max-width: 1200px) {
	
	.md-effect-12 .md-content
	{
		height:auto;
	}
	.md-modal
	{
		width:70%;
	}
}

@media only screen and (max-width: 32em) {
	
	.md-effect-12 .md-content
	{
		max-height:480px;
	}
	
}
.md-content h3 {
	margin: 0;
	padding: 0.4em;
	font-size: 3em;
	font-weight: 300;
	background: rgba(0,0,0,0.1);
	border-radius: 3px 3px 0 0;
	color:#fff;
}
.md-content > div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}
.md-content > div ul li {
	padding: 5px 0;
}

.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}
/* Individual modal styles with animations/transitions */
/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
/* Effect 12:  Just me */
.md-effect-12 .md-content {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show.md-effect-12 ~ .md-overlay {
	background: #96ca51;
	
} 
.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
	background: transparent;
	
		
}
.md-effect-12 .md-content h3
{
	font-size: 1.5em;
	line-height:40px !important;
	
}
.md-effect-12 .md-content h3.ingredients-icon
{
	background:url(../../images/Ingredients.png) no-repeat 15px center;
	padding:50px 0 50px 80px;
	font-size: 3em;
	display:block;
	width:auto;
	margin:0 auto;	
}
.md-show.md-effect-12 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	
}

@media screen and (max-width: 32em) {
}
input[type=checkbox].css-checkbox {
	display:none;
}
input[type=checkbox].css-checkbox + label.css-label {
	padding-left:38px;
	display:inline-block;
	line-height:31px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:17px;
	vertical-align:middle;
	cursor:pointer;
	margin-bottom:15px;
	font-weight:normal;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background:url(../../images/checkbox-check.png) no-repeat;
	color:#000;
}
label.css-label {
	background:url(../../images/checkbox-disable.png) no-repeat;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
button.modalbox-close
{
	background:url(../../images/close-icon.png) no-repeat;
	width:40px;
	height:40px;
	cursor:pointer;
	border:none;
	display:block;
	margin:20px auto 30px auto;
}
.md-show.md-effect-3
{
	z-index:2500;
	position:fixed;
	width:100%;
	height:100% !important;
}
.md-show.md-effect-3 ~ .md-overlay {
	background:rgba(0,0,0,1);
	z-index:2000;
}
.md-show.md-effect-3 button.modalbox3-close
{
	position:absolute;
	left:50%;
	bottom:40%;
	margin-left:-40px;
	width:80px;
	text-align:center;
	height:40px;
	border:none;
	color:#fff;
	text-transform:uppercase;
	background:none;
}





/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container,
.md-show.md-effect-18 ~ .container,
.md-show.md-effect-19 ~ .container {
	height: 100%;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.md-show.md-effect-17.md-modal
{
	width:70%;
}
.md-show.md-effect-18.md-modal
{
	width:100%;
}
.md-show.md-effect-17 ~ .md-overlay,
.md-show.md-effect-18 ~ .md-overlay,
.md-show.md-effect-19 ~ .md-overlay
{
	background: rgba(255,255,255,0.9);
	z-index:50002;
}

.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay,
.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay,
.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay   {
	-webkit-transform: rotateX(-2deg);
	-moz-transform: rotateX(-2deg);
	-ms-transform: rotateX(-2deg);
	transform: rotateX(-2deg);
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.md-effect-17 .md-content,
.md-effect-18 .md-content,
.md-effect-19 .md-content {
	opacity: 0;
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
}

.md-show.md-effect-17 .md-content,
.md-show.md-effect-18 .md-content,
.md-show.md-effect-19 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.3s 0.2s;
	-moz-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
}