/* General styles for the modal */

/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 80%;
	height: auto;
	z-index: 2000;
	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%);
	text-align: right;
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0,0,0,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #000;
	background: #fff;
	box-shadow: 3px 3px 3px #000000;
	border: 1px solid #cacaca;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
	height: 100%;
	display: inline-block;
}
.md-content .container{
	margin: 0 auto;
	text-align: center;
}
.md-content .row{
	padding: 0px 0px 0px;
	margin: 0 auto;
	text-align: center;
}
.md-content h1 {
	font-family: 'Droid Arabic Kufi', 'Tahoma';
	color: white; 
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	opacity: 0.8;
	background: rgba(0,0,0,0.1);
	border-radius: 3px 3px 0 0;
}
.md-content .recipebox1{
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
	background: rgba(255,255,255,1);
}
.md-content .recipebox2{
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
	background: rgba(255,255,255,0.7);
}
.md-content .recipebox3{
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
	background: rgba(255,255,255,0.3);
}
.md-content h2{
  font-family: 'Droid Arabic Kufi', 'Tahoma';
  line-height: 20px;
  height: 34px;
  color: #ff0202;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin-bottom: -5px;
  margin-top: 30px;
  background: none;
  overflow: hidden;
}
.md-content h2 a , .md-content h2 a:hover{
  color: #ff0202;
  text-decoration: none;
}
.md-content h3{
	font-family: 'Droid Arabic Kufi', 'Tahoma';
	line-height: 30px;
	height: auto;
	color: #58af3c;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 10px;
	background: none;
	/* overflow: hidden; */
	/* background-color: gray; */
	/* text-align: left; */
}
.md-content h3 a , .md-content h3 a:hover{
  color: #000;
  text-decoration: none;
}
.md-content .md-close{
	display: block;
	margin: 0 auto;
	font-size: 19px !important;
	position: absolute;
	background: none;
	color: #58af3c !important;
	border: none;
	cursor: pointer;
	z-index: 1;
	left: 10px;
	top: 10px;
}
.md-content .md-close .fa{
	font-size: 19px !important;
  	color: #fff !important;
	font-size: 18px;
  	border-radius: 50% !important;
	background-color: #58af3c;
	display: block;
	padding: 0px;
	width: 25px;
	height:25px;
	text-align: center;
	margin: 0 auto;
	line-height: 25px;
}
/* Individual modal styles with animations/transitions */

/* Effect 11: Super scaled */
.md-effect-11 .md-content {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-11 .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) {
	body { font-size: 75%; }
}





/*************************
*******sofra_section******
**************************/
/*************************
*******sofra_section******
**************************/


/* Content styles */
.md-content2 {
	color: #fff;
	background: #65b94b;
	border: 1px solid #cacaca;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}
.md-content2 .container{
	margin: 0 auto;
	text-align: center;
	background: none !important;
	width:100%;
	height: auto;
}
.md-content2 .row{
	padding: 15px 0px 15px !important;
	margin: 0 auto;
	text-align: center;
	height: auto;
}
.md-content2 h4 {
	font-family: 'Droid Arabic Kufi', 'Tahoma';
	color: white; 
	margin: 0;
	padding: 0.4em 0.8em 0.4em 0.4em;
	text-align: right;
	font-size: 2.4em;
	font-weight: 300;
	opacity: 0.8;
	background: rgba(0,0,0,0.1);
	border-radius: 3px 3px 0 0;
}
.md-content2 .recipebox1{
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
	background: rgba(255,255,255,1);
	float: right;
}
.md-content2 .recipebox2{
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
	background: rgba(255,255,255,0.7);
	float: right;
}
.md-content2 .recipebox3{
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
	background: rgba(255,255,255,0.3);
	float: right;
}
.md-content2 h2{
	font-family: 'Droid Arabic Kufi', 'Tahoma';
	color: #ff0202;
	text-align: center;
	background: none;
	overflow: hidden;
}
.md-content2 h2 a , .md-content2 h2 a:hover{
  color: #ff0202;
  text-decoration: none;
}
.md-content2 h3{
	font-family: 'Droid Arabic Kufi', 'Tahoma';
	color: #000;
	text-align: center;
	overflow: hidden;
}
.md-content2 h3 a , .md-content2 h3 a:hover{
  color: #000;
  text-decoration: none;
}
.md-content2 button {
    display: block;
    margin: 0 auto;
    font-size: 1.6em;
    position: absolute;
    background: none;
    color: white;
    border: none;
    cursor: pointer;
    z-index: 1;
    left: 5px;
    top: -5px;
}




