@CHARSET "ISO-8859-1";
/* Reset CSS

 * --------------------------------------- */
body {
    font-family: arial,helvetica;
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}
.language {
    width:100%;
    height:25px;
    background-color:#00652e;
}
.lang {margin-left:100px; color:#FFF;}
.row {
    max-width: 98%;
    min-width: none;
    margin: 0 auto;
    margin-top: 10px;
}
.row-products {
    width: 1200px;
    max-width: 98%;
    min-width: none;
    margin: 0 auto;
    margin-top: 10px;
}
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/728.gif') 50% 70% no-repeat rgb(249,249,249);
	}
.logo-loader {
  	margin: auto;
  	position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0;
	z-index: 9999;
	}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@font-face {
  font-family: 'Yekan';
  src: url(../../fonts/yekan/iransans_regular.woff);
}	

@font-face {
  font-family: 'yagut';
  src: url(../fonts/yekan/yagut.ttf);
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
	font-family: 'Yekan';
}

a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
h2{
	font-size: 24px;
    font-weight: bold;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }

	/* Style for our header texts
	* --------------------------------------- */
	h1{
		font-size: 5em;
		font-family: arial,helvetica;
		color: #fff;
		margin:0;
	}
	.intro p{
		color: #fff;
	}

	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}


	/* Bottom menu
	* --------------------------------------- */
	#infoMenu li a {
		color: #fff;
	}
#nav {
    height: 95px;
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    background: rgba(255,255,255,1);
    z-index: 1500;
    -webkit-box-shadow:0px 0px 30px rgba(44,44,44,0.8);
    box-shadow:0px 0px 30px rgba(44,44,44,0.8);
	overflow:hidden;
	font-size:13px;
    border-top: 1px solid #00652e;
}
.mlogo {
		float:right;
		margin-right:15px;
	}
.mmenu {
		float:left;
		margin-left:15px;
		margin-top:12px;
	}
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	height:55px;
	background: rgba(255,255,255,0.8);
	text-align: center;
	padding: 10px 0;
	display: none;
	line-height:70px;
	width:100%;
	position:fixed;
	z-index:100;
    border-bottom: 1px solid #000;
}
#arm {
	margin-left:100px;
	margin-top:15px;
}
#nav #logo {
	height: 63px;
	width: 100px;
	top: 0;
	bottom: 0;
	float: right;
	margin-right: 100px;
	margin-top: 3px;
}
#navigation {
	float: right;
	text-align: right;
	margin-right: 20px;
	margin-top:28px;
   }

#nav #logo img {
    height: 100%;
    width: 100%;
    
}
.top-section {
	background-size:cover;
    position:static;
    width:100%; 
	height:80%;
    background-attachment: fixed;
}
    .neshan {
        position: absolute;
        margin-top: -80px;
        margin-left: 100px;
    }
    .neshan img {
        position: relative;
        display: block;
        width: 150px;
        height: 150px;
        float: left;
        z-index: 150;
    }
.text {float:left; color:#FFF; margin-top:45px; display: none; text-shadow: 1px 1px 2px black, 0 0 25px black; position: relative; z-index: 100;}
.neshan:hover div.text { display: block;}

.bot-section {width:100%; height:20%; background-color:#FFF;      
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);}
#section0 {overflow:hidden;}
#section1 {

}
#section2 {
    background: url(../images/pattern.png) repeat;
    background-attachment: fixed;
    position: relative;
}

#section3 {
    background: url(../images/cooking-bgb.jpg);
    background-repeat: no-repeat;
	background-size:cover;
    position: relative;
    background-position: center 0;
    background-attachment: fixed;
}
#section4 {
    background: url(../images/pattern2.jpg) repeat;
    background-attachment: fixed;
    position: relative;
}
/* loader */
		.no-js #loader { display: none;  }
		.js #loader {   display: block; 
						position: absolute; 	
						left:50%;
						top:40%;
						 }
		.js #loader4 {position: absolute;
                      top: 50%;
                      left: 50%;
                      transform: translate(-50%, -50%);
        }
        #loaderbg {width: 100%;}
/* Cooking Sections */

#cooking-top {
    width: 100%; 
    min-height:40%;
    max-height:55%;
    padding-top: 70px;
    overflow: hidden;
}
#cooking-title {width:100%; font-size: 18px; color: #000;}
#cooking-bottom-title {width:100%; font-size: 18px; color: #000; margin-bottom: 50px;}
#products-title {width:100%; font-size: 34px; color: #00652e; font-weight: bold; font-family: 'arial'; margin-bottom: 50px;}
#products-title p { color: #000; font-size: 13px;}
#cooking-bottom {width: 100%; min-height: 45%; max-height: 60%; background: #FFF; padding-top: 40px;}
#items {width: 150px; height: 200px; border: 0px; direction: rtl;}
#items img {width: 100%; border: 0px;}
.button {border: 1px solid #747474; width: 100px; height: 30px; padding-top:1px; margin-left: auto; margin-right: auto; margin-top: 20px; font-size: 14px; color: #00652e; display: inline-block;}

.cooking-bottom-button {border: 1px solid #747474; width: 100px; height: 30px; padding-top:1px; margin-left: auto; margin-right: auto; margin-top: 20px; font-size: 14px; color: #00652e; display: inline-block; }
.img-button {display: inline-block; vertical-align:middle;}
/* end loader */
.slide-images {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

/* about content */
#about-content {width: 90%; height: 70%; margin-top: 4%; background-color:rgba(0, 0, 0, 0.5); margin-left: 5%;}
#about-content-top {width: 100%; height: 70%; float: right; direction: rtl; background: url(../images/about.png) no-repeat center; background-size: 100%; }
#about-content-bottom {width: 100%; height: 30%; float: right; direction: rtl; color: aliceblue; background-color: black; overflow:hidden;}
#acb-text {width: 86%; height: 100%; margin-left: auto; margin-right: auto; text-align: justify; height: auto;}
.tabbed {width: 80%; height: 80%; margin-right: auto; margin-left: auto;   position: relative;
  top: 50%;
  transform: translateY(-50%);}
#acb-text p {position: relative; top: 50%;}
/* middle section */

.zigzag {
  position: relative;
  width: 100%;
  height: 200px;
}
.zigzag:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  width: 100%;
  height: 10px;
}
.middle-section {
  width: 100%;
  height: 60%;
  background-image: url(../images/about-bg.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  background-attachment: fixed;
  top:0;
}

/* footer section */
.top-footer {width:100%; height:80%; background-color:#FFF;}

.title {position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: #000;
}
.footer-logo {padding-bottom: 20px;}
.bot-footer {margin-top:9px; width:100%; height:200px; background-color:#00652e; color: #FFF; text-align: center;}
.bot-footer-text {text-align: center; position: absolute;top: 50%; left: 50%; transform: translate(-50%, -50%);}
.bot-footer:before {
  background:
    linear-gradient(
      45deg, transparent 33.333%,
      #00652e 33.333%, #00652e 66.667%,
      transparent 66.667%
    ),
    linear-gradient(
      -45deg, transparent 33.333%,
      #00652e 33.333%, #00652e 66.667%,
      transparent 66.667%
    );
  background-size: 20px 40px;
}

@media screen and (max-width : 1366px){
    #cooking-top {
    width: 100%; 
    min-height:45%;
    max-height:50%;
    padding-top: 70px;
    background: -webkit-linear-gradient(#e7e7e7, #f3f3f3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e7e7e7, #f3f3f3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e7e7e7, #f3f3f3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e7e7e7, #f3f3f3); /* Standard syntax */
    overflow: hidden;
}
    #cooking-bottom {width: 100%; min-height: 50%; max-height: 55%; background: #FFF; padding-top: 0px;}
    #cooking-title {width:100%; font-size: 16px; color: #000;}
    #cooking-bottom-title {width:100%; font-size: 16px; color: #000; margin-bottom:0px;}
    .cooking-bottom-button {margin-top:0px;}
    #items {width: 150px; height: 200px; border: 0px; direction: rtl;}
    #items img {width: 90%; border: 0px;}
.row {
    width: 1200px;
    max-width: 98%;
    min-width: none;
    margin: 0 auto;
    margin-top: 0px;
    overflow:hidden;
    }
    .submit-button {padding-bottm:30px;}
    .row-products {margin-top:70px;}
}
@media screen and (max-width : 1200px){
	#arm {
		display:none
	}
    #acb-text {margin-top:5px;}
}
@media screen and (max-width : 800px){
#about-content-top {background: url(../images/about.jpg) no-repeat; background-position: center;  background-size: 100%; width: 100%; height: 50%; float: right; direction: rtl;}
#about-content-bottom {width: 100%; height: 50%; float: right; direction: rtl; color: aliceblue; text-align: justify; background-color: black; overflow:hidden; font-size: 16px;}
#acb-text {margin-top:5px;}
}
@media screen and (max-width : 433px){
#about-content-top {background: url(../images/about.jpg) no-repeat center; background-size:cover; background-size: 100%; width: 100%; height: 50%; float: right; direction: rtl; width: 100%; height: 50%; float: right; direction: rtl;}
#about-content-bottom {width: 100%; height: 50%; float: right; direction: rtl; color: aliceblue; text-align: justify; background-color: black; overflow:hidden; font-size: 14px;}
#acb-text {margin-top:5px;}
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	.show-menu {
		display:block;
	}
      #nav {display: none;}
}
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 1)
  and (orientation: landscape) { 
	.show-menu {
		display:block;
	}
      #nav {display: none;}
}

