@font-face {
    font-family: "iranian";
    src: url(../font/iranian.otf);
    src:url(../font/iranian.ttf) format("truetype")
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: "khodkar";
    src: url(../font/khodkar.otf);
    src:url(../font/khodkar.ttf) format("truetype")
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: "danstevis";
    src: url(../font/danstevis.otf);
    font-weight: normal;
    font-style: normal
}
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline:none
}
html,body
	{
	color:#6A6A6A;
    margin:0px;
    padding:0px;
    height:100%;
	height: auto;
	font-size:12px;
	font-family: "iranian";
}
	body,html {height:100%;}
body {
        
	  position: relative;
	  overflow-x:hidden
	
}
a 
	{
	cursor:pointer;
	text-decoration: none !important;
	color:#606060
}
img
	{
	border:no-border;	
	margin:0px auto;
	text-align:center;	
	}	

textarea
	{
	resize:none
	}
.main_body
	{
	min-height:100%;
    height:auto;
    margin:0px auto ;
	}
.navbar-brand{max-width:100px !important; margin-top: -7px;}
@media (min-width: 768px) and (max-width: 979px) {
 .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 3px;
      border-bottom: 1px black solid;
    margin-right: 10px;
    margin-left: 10px;
}
}
@media (min-width: 768px) and (max-width: 1200px) {
 .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 3px !important;
  font-size:9px !important
 
}
}

      @media screen and (max-width: 768px) {
          .side-collapse-container{
              width:100%;
              position:relative;
              left:0;
              transition:left .4s;
          }
          .side-collapse-container.out{
              left:200px;
          }
          .side-collapse {
              top:0px;
              bottom:0;
              left:0;
              width:200px;
              position:fixed;
              overflow:hidden;
              transition:width .4s;
          }
          .side-collapse.in {
              width:0;
          }

		  .bg_footer{
		
		}
		.con {margin-top:40px;margin-bottom:40px !important}
		.ls-wp-container{width:100%;height:300px;margin:0 auto;margin-bottom: 0px;}
		.footer_notrika
	{
	
		line-height:20px !important;

		
		
	}
	
      }
	  @media (min-width: 998px) {.about_pageone{margin-top:300px}}
@media (min-width: 768px) {

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
	.map{
		height:500px;
		padding-top:150px;
		right:150px;
		z-index:9
		}
	.bg_footer{
		padding-right:170px;
		padding-top:59px
		}
		
		.ls-wp-container{width:100%;height:470px;margin:0 auto;margin-bottom: 0px;}
}
.bg_footer{ 
	background-image:url('../img/bg_footer.jpg');
	background-size:cover;
	height:555px;
	
 }
.logo_center{
	position:absolute;
	margin:0px auto;
	right:38%;
	top:30%;width:291px
	}
/*LAYOUT*/

section {
    position:relative;
    padding:0;
    background:#F0A830;
    color:#FFF;
    text-align:center;
}
section::before,section::after {
    position:absolute;
    content: '';
}
.half-menu{
	background-image:url('../img/half-menu.png') ;
	background-repeat:repeat-x;
	top:28px;
	height:28px; 
	}
.half-divider{
	background-image:url('../img/half-divider.png') ;
	background-repeat:repeat-x;
	top:-13px;
	height:28px; 
	z-index:99
	}
.divider_services{
	background-image:url('../img/divider_services.png') ;
	background-repeat:repeat-x;  
	top: 19px;
    height: 19px;
    z-index: 999;
	}
    z-index: 999;
	}
.ss-style-bottom::before {
    left:0;
    width:100%;
    height:30px;
    -webkit-background-size:25px 100%;
    -moz-background-size:25px 100%;
    -o-background-size:25px 100%;
    background-size:25px 100%;
    top:0;
    background-image:linear-gradient(583deg,#FFF 50%,transparent 50%),linear-gradient(136deg,#FFF 50%,transparent 50%);
    margin-top:0px;
    z-index: 100;


	
}
/* Separators Styles */
.ss-style-top::before {
    left:0;
    width:100%;
    height:200px;
    -webkit-background-size:25px 100%;
    -moz-background-size:25px 100%;
    -o-background-size:25px 100%;
    background-size:25px 100%;
    top:0;
    background-image:linear-gradient(315deg,#FFF 50%,transparent 50%),linear-gradient(45deg,#FFF 50%,transparent 50%);
    margin-top:-20px;
    z-index:100;
}


#container {
  position:relative;
  margin:0 auto;
  padding:0;
  width:100%;
  height:100%;
  overflow:hidden;
}

#text {
  position:absolute;
  top:30%;
  left:50%;
  transform:translate(-50%,-50%);
  color:white;
  text-align:center;
}

#text img {
  width:100px;
  height:auto;
  border-radius:100px;
}

#text p,
#text h3,
#text a {
  margin:20px 0;
}

#text h3 {
  font-size:28px;
}

#text a {
	padding:15px 30px;
  display:inline-block;
  color:white;
  text-decoration:none;
  background:rgba(255,255,255,.2);
  border:2px solid white;
  border-radius:6px;
  transition:.3s ease all;
}

#text a:hover {
  background:white;
  color:gray;
}

#parallax {
  z-index:-1;
  position:fixed;
  width:100%;
  height:100%;
	

}
#parallax {
height:500px
	

}
/* CSS Bubbles */
#wrapper {
  position: relative;
  width:100%;
  margin: 0 auto;
  height:100%;
  min-height:90vh;
  background-color:#fff
}
#parallax-lvl-0, #parallax-lvl-1, #parallax-lvl-2, #parallax-lvl-3 {
  position: absolute;
  top: 0;width:100%
}
#parallax-lvl-1 {
  z-index:0;
}
#parallax-lvl-2 {
  z-index:10;
}
#parallax-lvl-3 {
  z-index:100;
}

.bubble {

  position: absolute;
  z-index:99

}


/* Bubble positions */
#b0-1 {
  top:0px;
  left:18%;
}
#b0-2 {
  top:369px;
  right:24%;
}
#b0-3 {
  top:41px;
  right:21%;
}
#b0-4 {
  top:430px;
   left:18%;
}
#b0-5 {
  top:430px;
  left:24%;
}
#b0-6 {
  top:165px;
  left:1%;
}
#b0-7 {
  top:492px;
  right:1%;
}
#b0-8 {
  top:261px;
  left:29%;
}
#b0-9 {
  top:194px;
  right:31%;
}
#b0-10 {
  top:54px;
  right:12%;
}
.b0-11 {
  top:40px;
  left:40%;
}
#b0-12 {
  top:5px;
  right:0%;
}
#b00-12 {
  top:150px;
  left:35%;
}

#b1-1 {
  top:476px;
  right:20%;
}
#b1-2 {
  top:287px;
  left:25%;
}
#b1-3 {
  top:225px;
  right:23%;
}
#b1-4 {
  top:185px;
  left:2%;
}
#b1-5 {
  top:820px;
  right:406px;
}
#b1-6 {
  top:120px;
  right:20%;
}

#b2-1 {
  top:153px;
  right:430px;
}
#b2-2 {
  top:0px;
  right:23%;
}
#b2-3 {
  top:155px;
  left:7%;
}
#b2-4 {
  top:81px;
  left:46%;
}
#b2-5 {
  top:37px;
  right:7%;
}
#b22-1 {
  top:270px;
 left:49%;
}
#b22-2 {
  top:300px;
  left:50%;
}
#b22-3 {
  top:300px;
  left:52%;
}
#b22-4 {
  top:281px;
  left:47%;
}
#b22-5 {
  top:337px;
  right:37%;
}
#b2-6 {
  top:368px;
  right:30%;
}
#b22-6 {
  top:0px;
  left:40%;
}
#b3-1 {
  top:0px;
  left:0%;
}
#b3-2 {
  top:11px;
  right:14%;
}
#b3-3 {
  top:9px;
  right:43%;
}
#b3-4 {
   top:126px;
  left:17%;
}
#b3-5 {
  top:59px;
  left:10%;
}
#b33-5 {
  top:0px;
  left:10%;

}
#b3-6 {
  top:323px;
  left:0%;
}
@media (max-width: 1050px) {
#wrapper{display:none}
.sabzijat{
	background-image:url(../img/sabzijat.jpg);
	background-size:cover;
	background-position:50% 50%;min-height:500px;
}
}
#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:1000;
}
.btn_readmore a{
	color:#80C63A;
	}
.btn_readmore a span{margin-left:10px}
.no-space{
	margin-left:0px !important;
	margin-right:0px !important;
	padding-left:0px !important;
	padding-right:0px !important;
	}
/**************************circle***************************/

#services{
	margin:0 auto;
position:relative;
  background:white;
  min-height:400px;
}

.title_services{
	margin-top:175px;
	color:#000;
	text-align:center;font-size:14px
}

.con {
  position: relative;
  margin: 0 auto;
  height: 181px;
  width: 181px;
  display: block;
    z-index:999;
}
.con:hover .contentt {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
  border: 1px solid #929292;
  background: #E00606;
}
.con:hover .title_services a{
color:red !important
}
.circle {
  position: absolute;
  height: 161px;
  width: 161px;
  top: 10px;
  left: 10px;
  border-radius: 100%;
  border: 3px dotted #fff;
  animation: spin;
  -webkit-animation: spin;
  animation-duration: 12s;
  -webkit-animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transition: all 0.7s ease-in-out;
  background-color:rgba(255,255,255,0.7)
  
}

.circle2 {
  position: absolute;
  height: 164px;
  width: 164px;
   top: 9px;
  left: 9px;
  border-radius: 100%;
  border: 3px dotted #dfdfdf;
  animation: spin;
  -webkit-animation: spin;
  animation-duration: 15s;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transition: all 0.7s ease-in-out;
  animation-direction: reverse;
  -webkit-animation-direction: reverse;
 
}

.contentt {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 141px;
  width: 141px;
  border-radius: 100%;
  border: 1px solid #d2d2d2;
  background: #7FC539;
  overflow: hidden;
  display: table;
  transition: all 0.7s ease-in-out;
}

.child {
  display: table-cell;
  vertical-align: middle;

  border-radius: 50%;
}
.child img{

  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-weight: 100;
  margin:0px auto
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.logo_center h1{font-family: danstevis; font-size:24px;font-weight:300;color:#000;padding-right:40px}
.logo_center small{ font-size:12px;color:#000;text-align:right;padding-right:40px}

.about_pageone h2{font-size:18px;color:#000;font-weight:bold;margin-bottom:20px
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:right;
    width:100%;

}

.nbs-flexisel-item {
    float:right;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:191px;
    max-height:111px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 27px;
    height: 48px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: -38px;
    background: url(../img/arrow_left.png) no-repeat;
}
.nbs-flexisel-nav-right {
    right: -38px;
    background: url(../img/arrow_right.png) no-repeat;
}

/************************footer**************************/

.map{
	height:500px;
	padding-top:126px;
	}
.icon_footer span{
	float:right;
	margin-left:10px;
	font-family: "danstevis";
	}
.icon_footer {
	line-height:30px;
	min-height:50px;
	font-family: "danstevis";
	font-size:14px;
	font-weight:bold;
	}
.footer_mobile 
	{
	text-align:center
	}
.footer_notrika
	{
		min-height:35px;
		background-color:#fff;
		bottom:0px !important;
		font-size:12px ;
		line-height:35px;
		color:#333;
		position:relative;
		margin-top:70px
		
		
	}
	.footer_notrika a
	{

		color:#333 !important;
		
		
	}
	.footer_notrika:hover
	{
		min-height:35px;
	
		bottom:0px !important;
		font-size:12px;
		line-height:35px;
		color:#333;
		
		
	}
.logo_footer
	{
		position:absolute;
		right:0px;
		left:0px;
		margin:0px auto;
		text-align:center;
		height:35px
	}
.footer_notrika a
	{
		
		color:#fff
	}
.footer_notrika a:hover
	{
		text-decoration:none;
		color:#000 !IMPORTANT
	}


/************************form***********************/
.title_form{
	min-height:10px;
	margin-top:50px;
	margin-bottom:20px;
	font-weight:bold
	}
.title_innerpage{
	margin-top:120px;
	margin-bottom:23px
	}
.title_innerpage h1{
	font-size:20px;
	font-weight:bold
	}
.submit-row{
	
	padding-left:17px
	}
/*****************aboutus**************/
.about_page{
	min-height:300px;
	line-height:40px;
	margin-top:40px;
	text-align:justify
	}
/***************** products ***************/

.product {
  margin: 15px auto;
  
  position: relative;

  background: white;
  z-index: 0;border:1px #eee solid;
  line-height:20px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color=#e6e5e5)";/*IE 8*/
-moz-box-shadow: 0px 0px 4px #e6e5e5;/*FF 3.5+*/
-webkit-box-shadow: 0px 0px 4px #e6e5e5;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0px 0px 4px #e6e5e5;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color=#e6e5e5); /*IE 5.5-7*/
}
.product img{width:100%}
.price {
  font-weight: 600;
  right: -3px;
  top: 15px;
  margin-left: 50px;
  position: absolute;
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin-left: 15px;
  background:rgba(127, 197, 57,.7);
  color:#fff;padding-right:10px;
  text-align: center;
  
}

.price:after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  display: inline-block;
  line-height: 0;
  border-width: 20px;
  border-style: solid;
  border-color: rgba(127, 197, 57,.7) rgba(127, 197, 57,.7) rgba(127, 197, 57,.7) transparent;
}

.price:before {
  content: '';
  position: absolute;
  bottom: 6px;
  width: 120px;
  left: -35px;
  height: 4px;
  z-index: -1;
}


hr {
  border: none;
  border-bottom: 1px solid #E3EBEE;
}

.desciption h2  {
  color: #000;
  font-weight: 300;
  font-size: 14px;

}
.title_pro {
  
     height: 77px;
    overflow: hidden;
    line-height: 30px;
}
.desciption p {
  font-size: 14px;
  margin-bottom: 0;
  height:100px;
}








.btn_product #js-trigger-overlay {
  margin: 0 auto;
  font-size: 1.0rem;
  padding: 0.25rem 1.5rem;
  display: block;
  background-color: #7FC539;
  border: 1px solid transparent;
  color: #ffffff;
  font-weight: 300;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top:10px;
  margin-bottom:10px;
  text-align: center;
  cursor:pointer;
}

.btn_product #js-trigger-overlay:hover {
  background-color:#4D9729;
  color: #fff;
  border-color: #7FC539;
}
.btn_price #js-trigger-overlay {
  margin: 0 auto;
  font-size: 1.0rem;
  padding: 0.25rem 1.5rem;
  display: block;
  background-color: red;
  border: 1px solid transparent;
  color: #ffffff;
  font-weight: 300;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    margin-top:10px;
  margin-bottom:10px;
  text-align: center;
}

.btn_price #js-trigger-overlay:hover {
  background-color:#E1001A;
  color: fff;
  border-color: red;
}



hr {
  border:none;
  height: 20px;
 	width: 90%;
	height: 50px;
	margin-top: 0;
	margin-bottom: 100px;
	border-bottom: 1px solid #eee;

  margin: -50px auto 10px; 
}

/***************/
#showMsg{
  padding:15px 0px;

  text-align:center;
}

.map_m{
	position:absolute;
	left:0px
	}
	

.ios-dl .definition-group {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #b0b4bc;
  box-shadow: 0 1px 1px 0 #ffffff, 0 1px 1px 0 #d9dbdf inset;
  margin-top:50px
}
.ios-dl dl {
  padding: 1em;
  margin: 0px;
  background: transparent;
  border-top: 1px solid #d9dbdf;
}
.ios-dl dl:first-child {
  border: none;
}
.ios-dl dt {
  color: #8b91a5;
  font-weight: bold;
}
.ios-dl dd {
  color: #555;
}
.control-label sup {color:red}





/* ---------- SOCIAL ---------- */

.social {
	position: relative;
	height: 200px;
	width: 13.5em;
	float:left;margin-top:-19px;
	margin-left:51px
}

.social li {
	display: block;
	height: 3em;
	line-height: 2em;

	position: absolute;
	-webkit-transition: -webkit-transform .7s;
	-moz-transition: -moz-transform .7s;
	-ms-transition: -ms-transform .7s;
	-o-transition: -o-transform .7s;
	transition: transform .7s;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	text-align: center;
	width: 3em;
	border-radius:100%;
		
		z-index:99
}

.social a {
	color: #fffdf0;
	display: block;
	height: 3em;
	line-height: 3em;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 3em;

		border-radius:100%
}

.social li:hover {
  -webkit-transform: scale(1.3,1.3) rotate(45deg);
	-moz-transform: scale(1.3,1.3) rotate(45deg);
  -ms-transform: scale(1.3,1.3) rotate(45deg);
	-o-transform: scale(1.3,1.3) rotate(45deg);
  transform: scale(1.3,1.3) rotate(45deg);
  
}

.facebook {

	left: 100%;
	top: 0%;
}

.google {

	top: 40%;
	left: 50%;
}

.instagram {

	left: 25%;
	top: 60%;
}
.twitter {

	left: 75%;
	top: 20%;
}


/* CSS used here will be applied after bootstrap.css */
.carousel {
    margin-top: 20px;
}
.item .thumb {
	width: 25%;
	cursor: pointer;
	float: right;
}
.item .thumb img {
	width: 100%;
	margin: 2px;
}
.item img {
	width: 100%;	
}
.bg_about{	background-image:url('../img/vegetables.jpg');
background-repeat:no-repeat;
background-position:50% 100%;

}
.bg_membership{background-image:url('../img/membership.jpg');
background-repeat:no-repeat;
background-position:0% 100%;

}
.transparent_btn{background-color:transparent !important;border:none !important;color:#fff !important;font-size:12px}
.salad_changal{margin-top:20px;position:relative}
.salad_changall{margin-right:-20px;position:absolute;top:40px;z-index:99;height:300px;overflow:hidden}
.content_about{height:300px;overflow:hidden;line-height:30px;text-align:justify}



.nav1 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav1 > li {
  position: relative;
  display: block;
}
.nav1 > li > button {
  position: relative;
  display: block;
  padding: 10px 15px;
  box-shadow:none;
  background-color:transparent !important;
  border:none;
  
}
.nav1 > li >  :hover,
.nav1 > li >  :focus {

  color:#7FC539!important
}
.nav1 > li > button :hover,
.nav1 > li > button :focus {
  text-decoration: none;
  background-color: transparent;
  color:red !important
}
.nav1 h2{font-size:16px}
.nav-divider{border-bottom:1px #7FC539 solid}
.Sarashpaz{ border-bottom:1px solid #ddd;}
.Sarashpaz h2 { font-size:20px}
.Sarashpaz img{ margin:15px;max-width:140px}
.add{background: #333; padding: 10%; height: 300px;}

.nav-sidebar { 
    width: 100%;

}
.nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}
.nav-sidebar .active a { 
    cursor: default;
    background-color: #34ca78; 
    color: #fff; 
}
.nav-sidebar .active a:hover {
    background-color: #37D980;   
}
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}
.title_sarashpaz h1{font-size:24px}

#blog{margin-top:100px}
.btn-blog {
    color: #ffffff;
    background-color: #7FC539;
    border-color: #37d980;
    border-radius:0;
    margin-bottom:10px;
	    margin-top: 10px;
}
.btn-blog:hover,
.btn-blog:focus,
.btn-blog:active,
.btn-blog.active,
.open .dropdown-toggle.btn-blog {
    color: white;
    background-color:#7FC539;
    border-color: #34ca78;
}
.paddingTop20{margin-top:8px}
 .margin10{margin-bottom:10px; margin-left:10px;}
 
 

button {

  cursor: pointer;
  outline: none;

}

.btn_filter{width:100%;  box-shadow:none !important}
.details_sarashpaz {min-height:500px;line-height:30px}
.details_sarashpaz img{margin-right:10px}
	



.icon_sarashpaz{position:fixed;top:70%;z-index:9999;left:5px}
.icon_sarashpaz h2{font-size:13px;text-align:center}
