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

 * --------------------------------------- */
body:not(i) {
    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;
}
.top {width:100%; height:70px;}
.language {
    width:100%;
    height:25px;
    background-color:#00652e;
}
.cards {
    width:200px;
    background-color:#000;
}
.lang {margin-left:100px; color:#FFF;}
label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
label > img {
  cursor:pointer;
  border:2px solid transparent;
}
label { 
  cursor:pointer;
  border:2px solid transparent;
}
label.lbl {
  cursor:default;
}
.selected {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
input[type="radio"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;     /* not currently supported */
    -o-appearance: checkbox;      /* not currently supported */
}
#products input[type="radio"]:checked + label { 
    background-color:#bbb;
}
.row {
    width: 1200px;
    max-width: 98%;
    min-width: none;
    margin: 0 auto;
    margin-top: 10px;
}
.row-about {
    width: 1200px;
    max-width: 98%;
    min-width: none;
    margin: 0 auto;
    margin-top: 10px;
    text-align: justify;
    direction: rtl;
}
.row-products {
    width: 1200px;
    max-width: 98%;
    min-width: none;
    margin: 0 auto;
    margin-top: 20px;
}
.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:not(i),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;
}
.address {font-size:15px;}
table {
    border-spacing: 0;
    margin-right:10px;
}
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;
}
h3{
	font-size: 20px;
    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;
	position: absolute;
	z-index:100;
}
#search {
	margin-left:100px;
	margin-top:30px;
	position: absolute;
}
.searchInput {
    width:180px;
    text-align:right;
    direction:rtl;
    border:1px solid #00652e;
    padding:5px;
    outline: none;
}
#search2 {
    float:right;
	margin-top:30px;
	margin-right:10px;
}
.searchInput2 {
    width:180px;
    text-align:right;
    direction:rtl;
    border:1px solid #00652e;
    padding:5px;
    outline: none;
}
@media screen and (max-width: 1600px) {
    #arm {display:none !important;}
}
.searchIcon {
    float:left;
}
#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:32px;
   }

#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 {
    background-color: #fdf7e9 !important;
}
#section2 {
    background: url(../images/pattern.png) repeat;
    background-attachment: fixed;
    position: relative;
}
#section2-2 {
    background:url(/images/responsive/middle2.png), url(../images/pattern.png);
    background-repeat: no-repeat, repeat;
    background-position: center center, left top;
}
#section3 {
    background: url(../images/about-background.jpg);
    background-repeat: no-repeat;
	background-size:cover;
    position: relative;
    background-position: center 0;
    background-attachment: fixed;
}
#section4 {
    background: url(../images/pattern.png) repeat;
    background-attachment: fixed;
    position: relative;
}
#section5 {
  background-image: url(../images/dalya-back.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  background-attachment: fixed;
}
#section6 .fp-scrollable {
    height: 100%;
    overflow: hidden;
}

/* 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: 16px; color: #333; margin-bottom: 0px;}
#cooking-bottom-title2 {width:100%; font-size: 24px; color: #333;margin-top:10px; margin-bottom:15px;}
#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; cursor: pointer; width: 100px; height: 30px; padding-top:5px; margin-left: auto; margin-right: auto; margin-top: 20px; font-size: 14px; color: #00652e; display: inline-block; text-align: center;}
.about-button {border: 1px solid #000; cursor: pointer; width: 100px; height: 30px; padding-top:5px; margin-left: 60px; margin-top: 20px; font-size: 14px; color: #000; display: inline-block; text-align: center;}
.about-button2 {border: 1px solid #000; cursor: pointer; width: 100px; height: 30px; float: left; margin-top: 20px; font-size: 14px; color: #000; text-align: center; display: none; padding-top:5px;}
.p-button {float: left; border: 1px solid #747474; cursor: pointer; width: 150px; height: 30px; padding-top:5px; margin-left: auto; margin-right: auto; margin-top: 20px; font-size: 14px; color: #00652e; display: inline-block; text-align: center;}
.cooking-bottom-button {cursor: pointer; border: 1px solid #747474; width: 100px; height: 30px; padding-top:5px; margin-left: auto; margin-right: auto; margin-top: 30px; font-size: 14px; color: #00652e; display: inline-block; }
.img-button {display: inline-block; vertical-align:middle;}

.about-header { width: 100%; margin-top: 70px; height: 200px; background-image: url(../ashpazi/images/Recipe-Banner/1285-banner.jpg);}
.about-header:before {
	content: "";
	background: #333;
	width: 100%;
	height: 200px;
	z-index: 99;
	position: absolute;
	display: block;
	opacity: 0.4;
}
.h-text {color: #FFF; float: right; line-height: 150px; font-size: 40px; position:absolute; z-index: 100; text-shadow: 2px 2px #666;}
.h-text2 {color: #FFF; float: right; line-height: 250px; position: absolute; z-index: 100; text-shadow: 2px 2px #666;}
/* end loader */
.slide-images {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

/* about content */
#about-content {width: 90%; height: 70%; margin-top: 4%; margin-left: 5%; overflow: hidden;}
#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%;}
.aboutContainer {position: relative;}
td.item {
  position: relative;
  border: 1px solid #999;
  overflow: hidden;
}
.about-images {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; 
}
.about-images:hover {    
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.about-mozzarella {
    color: #000;
    direction: rtl;
    text-align:justify;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}
.moz-image {
    vertical-align:middle;
    width: 200px;
}
.moz-title {
    font-size: 40px;
    padding-right: 20px;
}
.more-mozzarella {width: 70%; text-align: right; direction: rtl;}

/* namayandegi */

.namayandegi-text {
    width: 100%;
    height: 150px;
    padding-top: 50px;
}
#n-text {display: none; font-size: 20px; font-weight: bold; line-height: 5px;}
#n-text2 {font-size: 20px; font-weight: bold; line-height: 5px;}
/* 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: 90%;
  height: 70%;
  margin-top: 50px;
  margin-top: 4%; 
  margin-left: 5%; 
  overflow: hidden;
}
.about-dalya {
    color: #000;
    direction: rtl;
    text-align:justify;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top:100px;
}
.about-text {
    padding-top: 50px;
}
.about-text-1, .about-text-2, .about-text-3 {
    width: 30%;
    float: right;
    border-right: 2px solid #aec3b8;
    margin-right:15px;
    padding-right: 5px;
}

/* footer section */
.top-footer {width:100%; height:80%;}
.contact-us {padding-top: 180px; width: 1040px; margin-left: auto; margin-right: auto;}
.contact-us-left {width: 520px; height: 600px; float: left;}
.contact-us-right {width: 520px; float: left; text-align: right; height: 600px; color: #000;}
.contact-us-right img {padding-left:10px;}
.contact-us-box {width: 250px; float: right;}
.contact-us-message {min-width: 335px; max-width: 335px; min-height: 180px; max-height: 180px; float: right;}
.contact-form {
        border-collapse: separate;
        border-spacing: 10px 5px;
      }
.g-recaptcha {float: left; margin-left:10px;}
.button-form {border: 1px solid #747474; cursor: pointer; width: 100px; height: 30px; padding-top:1px; margin-left: auto; margin-right: auto; margin-top: 20px; font-size: 14px; color: #00652e; display: inline-block; text-align: center; float: left; margin-left: 10px;}
.fax {margin-right: 50px;}
.title {position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: #000;
}
.bot-footer {width:100%; height:20%; background-color:#00652e; color: #FFF;}
.bot-footer-text {position: absolute;top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 12px;}
.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){
.about-mozzarella {
    color: #000;
    direction: rtl;
    text-align:justify;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top:10px;
}
#products-title {width:100%; font-size: 34px; color: #00652e; font-weight: bold; font-family: 'arial'; margin-bottom: 10px;}
.moz-title {
    font-size: 30px;
}
.moz-image {
    width: 150px;
}
    #cooking-top {
    width: 100%; 
    min-height:45%;
    max-height:45%;
    overflow: hidden;
}
    #cooking-bottom {width: 100%; min-height: 50%; max-height: 55%; padding-top: 0px;}
    #cooking-title {width:100%; font-size: 16px; color: #000;}
    #cooking-bottom-title {width:100%; font-size: 16px; color: #333; margin-bottom:0px; margin-top:-20px}
    .cooking-bottom-button {margin-top:-30px;}
    #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;}
    .about-button2 {display: block;}
    
}
.nav-menu {display: none;}
@media screen and (max-width : 1455px){
    .about-button {display: none;}
}
@media screen and (max-width : 1200px){
	#arm {
		display:none
	}
    #acb-text {margin-top:5px;}
    .about-button {display: none;}
}
@media screen and (max-width : 1045px){
    .contact-us {width: 500px; padding-top: 130px;}
    .contact-us-right span {padding:0; margin: 0; }
    .about-mozzarella {padding-top: 10px;}
    .about-dalya {padding-top: 10px;}
}
@media screen and (max-width : 983px){
.about-mozzarella {
    color: #000;
    direction: rtl;
    text-align:justify;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top:10px;
    font-size: 14px;
}
    .moz-image {width: 100px;}
    .moz-title {font-size: 20px;}
    .about-text {padding-top: 0px;}
}
@media screen and (max-height: 780px){
    .about-mozzarella {
    color: #000;
    direction: rtl;
    text-align:justify;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top:40px;
    font-size: 15px;
    
}
    .moz-image {width: 100px;}
    .moz-title {font-size: 20px;}
    .about-text {padding-top: 0px; font-size: 15px;}
    .contact-us {padding-top: 100px;}
}
@media only screen and (max-width : 837px){
#nav #logo {
	height: 63px;
	width: 100px;
	top: 0;
	bottom: 0;
	float: left;
    position: absolute;
    margin-left:30px;
}
    #navigation {display: none;}
    .nav-menu {display: block; float: right; margin-right: 30px; margin-top:15px; cursor: pointer;}
}
@media screen and (max-width : 582px){
#about-content {width: 90%; height: 97%; margin-top: 4%; background-color:rgba(0, 0, 0, 0.5); margin-left: 5%; overflow: hidden;}
.about-mozzarella {
    color: #000;
    direction: rtl;
    text-align:justify;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top:100px;
    font-size: 14px;
}
}
@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;}
}
@media screen and (min-width: 1400px) {
 .about-dalya img, .about-mozzarella img {
    width:400px;
 }
 .about-dalya, .about-mozzarella {
     width:70%;
     padding-top:175px;
 }
 .about-text {
     line-height:30px;
 }
 .about-button {
     margin-left:unset;
 }
 #wowslider-container1 .ws-title {
     bottom: 180px !important;
 }
 .hvr-pulse-grow {
     margin-right:10px;
 }
}
