@font-face{
  font-family:"zaman";
  src: url("../../font/BYekan.eot"); /* IE would load this file and would ignore the other sources. */
  src: local("☺"),
       url("../../font/BYekan.woff") format("woff"),
       url("../../font/BYekan.svg") format("svg"),
       url("../../font/BYekan.otf") format("opentype"),
       url("../../font/BYekan.ttf") format("truetype");
}
.da-slider{
	width: 100%;
	height: 500px;
	position: relative;
	margin: 90px auto 0;
	overflow:hidden;
	-webkit-transition: background-position 1s ease-out 0.3s;
	-moz-transition: background-position 1s ease-out 0.3s;
	-o-transition: background-position 1s ease-out 0.3s;
	-ms-transition: background-position 1s ease-out 0.3s;
	transition: background-position 1s ease-out 0.3s;
}
.da-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100px;
	left: 0px;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	text-align: left;
}
.da-slide-current{
	z-index: 1000;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img,
.da-slide ul,
.da-slide span.code,
.da-slide div.basket_product,
.da-slide div.product_icon{
	position: absolute;
	opacity: 0;
	left: 110%;
}
.da-slide .da-img{
	z-index:50;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide ul,
.da-slider-fb .da-slide .da-link,
.da-slider-fb .da-slide div.basket_product,
.da-slider-fb .da-slide div.product_icon{
	left: 44%;
	opacity: 1;
}
.da-slider-fb .da-slide div.product_icon{
	left: 37%;
	opacity: 1;
}
.da-slider-fb .da-slide .span.code{
	left: 92% !important;
	opacity: 1;
}
.da-slider-fb .da-slide .da-img{
	top:-104px;
	left: 0%;
	opacity: 1;
}
.da-slide h2{
	color: #fff;
	font-size: 66px;
	width: 50%;
	top: 60px;
	white-space: nowrap;
	z-index: 10;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-family: 'Economica', Arial, sans-serif;
	font-weight: 700;
}
.da-slide p{
	width: 50%;
	top: 155px;
	color: #916c05;
	font-size: 18px;
	line-height: 26px;
	height: 80px;
	overflow: hidden;
	font-style: italic;
	font-family: 'Economica', Arial, sans-serif;
	font-weight: 400;
	font-style: italic;
}
.da-slide ul{
	top:148px;	
}
.da-slide .da-img{
	text-align: center;
	width: 50%;
	top: -220px;
	height: 256px;
	line-height: 320px;
	left: 110%; /*60%*/
}
.da-slide .da-link{
	top: 270px; /*depends on p height*/
	border-radius: 30px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border: 8px solid rgba(255,255,255,0.8);
	padding: 2px 20px 0px;
	font-size: 18px;
	line-height: 30px;
	width: 80px;
	text-align: center;
	background: rgba(255,255,255,0.2);
}
.da-slide .da-link:hover{
	background: rgba(255,255,255,0.3);
}
.da-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 20px;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #e4b42d;
	margin: 3px;
	cursor: pointer;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
}
.da-dots span.da-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: 61%;
	height: 32px;
	width: 23px;;
	cursor: pointer;
	z-index: 50001;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out-out 0.2s;
	transition: opacity 0.4s ease-in-out-out 0.2s;
}
.da-slider:hover .da-arrows span{
	opacity: 1;
}
.da-arrows span:after{
	content: '';
	position: absolute;
	width: 30px;
	height: 43px;
	top: 5px;
	left: 5px;
	background: transparent url(../images/arrows.png) no-repeat top left;
}
.da-arrows span.da-arrows-next:after{
	background-position: top right;
}
.da-arrows span.da-arrows-prev{
	left: 0px;
}
.da-arrows span.da-arrows-next{
	right: 90px;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current ul,
.da-slide-current .da-link,
.da-slide-current div.basket_product,
.da-slide-current div.product_icon{
	left: 46%;
	opacity: 1;
}
.da-slide-current div.product_icon,.da-slide-current div.basket_product{
	left: 37%;
	opacity: 1;
}
.da-slide-current span.code{
	left: 89%;
	opacity: 1;	
}
.da-slide-current .da-img{
	left:0%;
	opacity: 1;
}
/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2{
	-webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright p{
	-webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .da-img{
	-webkit-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright ul{
	-webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim2	 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright span.code{
	-webkit-animation: fromRightAnim5 0.6s ease-in-out 0.5s both;
	-moz-animation: fromRightAnim5 0.6s ease-in-out 0.5s both;
	-o-animation: fromRightAnim5 0.6s ease-in-out 0.5s both;
	-ms-animation: fromRightAnim5 0.6s ease-in-out 0.5s both;
	animation: fromRightAnim5 0.6s ease-in-out 0.5s both;	
}
.da-slide-fromright div.basket_product{
	-webkit-animation: fromRightAnim1 0.6s ease-in-out 0.5s both;
	-moz-animation: fromRightAnim1 0.6s ease-in-out 0.5s both;
	-o-animation: fromRightAnim1 0.6s ease-in-out 0.5s both;
	-ms-animation: fromRightAnim1 0.6s ease-in-out 0.5s both;
	animation: fromRightAnim1 0.6s ease-in-out 0.5s both;	
}
.da-slide-fromright div.product_icon{	
-webkit-animation: fromRightAnim1 0.6s ease-in-out 0.5s both;
	-moz-animation: fromRightAnim1 0.6s ease-in-out 0.5s both;
	-o-animation: fromRightAnim1 0.6s ease-in-out 0.5s both;
	-ms-animation: fromRightAnim1 0.6s ease-in-out 0.5s both;
	animation: fromRightAnim1 0.6s ease-in-out 0.5s both;	
}
@-webkit-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 37%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 112%; opacity: 0; }
	100%{ left: 46%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
	0%{ left: 100%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim5{
	0%{ left: 155%; opacity: 0; }
	100%{ left: 89%; opacity: 1; }
}
@-moz-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 37%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
	0%{ left: 112%; opacity: 0; }
	100%{ left: 46%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
	0%{ left: 100%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-moz-keyframes fromRightAnim5{
	0%{ left: 155%; opacity: 0; }
	100%{ left: 89%; opacity: 1; }
}
@-o-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 37%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
	0%{ left: 112%; opacity: 0; }
	100%{ left: 46%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
	0%{ left: 100%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-o-keyframes fromRightAnim5{
	0%{ left: 155%; opacity: 0; }
	100%{ left: 89%; opacity: 1; }
}
@-ms-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 37%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
	0%{ left: 112%; opacity: 0; }
	100%{ left: 46%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
	0%{ left: 100%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-ms-keyframes fromRightAnim5{
	0%{ left: 155%; opacity: 0; }
	100%{ left: 89%; opacity: 1; }
}

@keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 37%; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 112%; opacity: 0; }
	100%{ left: 46%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 100%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes fromRightAnim5{
	0%{ left: 155%; opacity: 0; }
	100%{ left: 89%; opacity: 1; }
}

/* Slide in from the left*/
.da-slide-fromleft h2{
	-webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft p{
	-webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .da-img{
	-webkit-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft ul{
	-webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft span.code{
	-webkit-animation: fromLeftAnim5 0.6s ease-in-out 0.5s both;
	-moz-animation: fromLeftAnim5 0.6s ease-in-out 0.5s both;
	-o-animation: fromLeftAnim5 0.6s ease-in-out 0.5s both;
	-ms-animation: fromLeftAnim5 0.6s ease-in-out 0.5s both;
	animation: fromLeftAnim5 0.6s ease-in-out 0.5s both;	
}
.da-slide-fromleft div.basket_product{
	-webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.5s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in-out 0.5s both;
	-o-animation: fromLeftAnim1 0.6s ease-in-out 0.5s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in-out 0.5s both;
	animation: fromLeftAnim1 0.6s ease-in-out 0.5s both;	
}
.da-slide-fromleft div.product_icon{
	-webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.5s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in-out 0.5s both;
	-o-animation: fromLeftAnim1 0.6s ease-in-out 0.5s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in-out 0.5s both;
	animation: fromLeftAnim1 0.6s ease-in-out 0.5s both;		
}
@-webkit-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 37%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: -108%; opacity: 0; }
	100%{ left: 46%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
	0%{ left: -100%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim5{
	0%{ left: -65%; opacity: 0; }
	100%{ left: 89%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 37%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
	0%{ left: -108%; opacity: 0; }
	100%{ left: 46%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
	0%{ left: -100%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim5{
	0%{ left: -65%; opacity: 0; }
	100%{ left: 89%; opacity: 1; }
}
@-o-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 37%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
	0%{ left: -108%; opacity: 0; }
	100%{ left: 46%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
	0%{ left: -100%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-o-keyframes fromLeftAnim5{
	0%{ left: -65%; opacity: 0; }
	100%{ left: 89%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 37%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
	0%{ left: -108%; opacity: 0; }
	100%{ left: 46%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
	0%{ left: -100%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim5{
	0%{ left: -65%; opacity: 0; }
	100%{ left: 89%; opacity: 1; }
}
@keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 37%; opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: -108%; opacity: 0; }
	100%{ left: 46%; opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: -100%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes fromLeftAnim5{
	0%{ left: -65%; opacity: 0; }
	100%{ left: 89%; opacity: 1; }
}

/* Slide out to the right */
.da-slide-toright h2{
	-webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toright p{
	-webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toright .da-img{
	-webkit-animation: toRightAnim4 0.6s ease-in-out both;
	-moz-animation: toRightAnim4 0.6s ease-in-out both;
	-o-animation: toRightAnim4 0.6s ease-in-out both;
	-ms-animation: toRightAnim4 0.6s ease-in-out both;
	animation: toRightAnim4 0.6s ease-in-out both;
}
.da-slide-toright ul{
	-webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toright span.code{
	-webkit-animation: toRightAnim5 0.6s ease-in-out 0.5s both;
	-moz-animation: toRightAnim5 0.6s ease-in-out 0.5s both;
	-o-animation: toRightAnim5 0.6s ease-in-out 0.5s both;
	-ms-animation: toRightAnim5 0.6s ease-in-out 0.5s both;
	animation: toRightAnim5 0.6s ease-in-out 0.5s both;	
}
.da-slide-toright div.basket_product{
	-webkit-animation: toRightAnim1 0.6s ease-in-out 0.5s both;
	-moz-animation: toRightAnim1 0.6s ease-in-out 0.5s both;
	-o-animation: toRightAnim1 0.6s ease-in-out 0.5s both;
	-ms-animation: toRightAnim1 0.6s ease-in-out 0.5s both;
	animation: toRightAnim1 0.6s ease-in-out 0.5s both;	
}
.da-slide-toright div.product_icon{
	-webkit-animation: toRightAnim1 0.6s ease-in-out 0.5s both;
	-moz-animation: toRightAnim1 0.6s ease-in-out 0.5s both;
	-o-animation: toRightAnim1 0.6s ease-in-out 0.5s both;
	-ms-animation: toRightAnim1 0.6s ease-in-out 0.5s both;
	animation: toRightAnim1 0.6s ease-in-out 0.5s both;	
}
@-webkit-keyframes toRightAnim1{
	0%{ left: 37%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 46%;  opacity: 1; }
	100%{ left: 102%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
	0%{ left: 0%;  opacity: 1; }
	40%{ left: -5%;  opacity: 1; }
	100%{ left: 110%; opacity: 0; }
}
@-webkit-keyframes toRightAnim5{
	0%{ left: 89%;  opacity: 1; }
	100%{ left: 145%; opacity: 0; }
}
@-moz-keyframes toRightAnim1{
	0%{ left: 37%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
	0%{ left: 46%;  opacity: 1; }
	100%{ left: 102%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
	0%{ left: 0%;  opacity: 1; }
	40%{ left: -5%;  opacity: 1; }
	100%{ left: 110%; opacity: 0; }
}
@-moz-keyframes toRightAnim5{
	0%{ left: 89%;  opacity: 1; }
	100%{ left: 145%; opacity: 0; }
}
@-o-keyframes toRightAnim1{
	0%{ left: 37%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
	0%{ left: 46%;  opacity: 1; }
	100%{ left: 102%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
	0%{ left: 0%;  opacity: 1; }
	40%{ left: -5%;  opacity: 1; }
	100%{ left: 110%; opacity: 0; }
}
@-o-keyframes toRightAnim5{
	0%{ left: 89%;  opacity: 1; }
	100%{ left: 145%; opacity: 0; }
}
@-ms-keyframes toRightAnim1{
	0%{ left: 37%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 46%;  opacity: 1; }
	100%{ left: 102%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
	0%{ left: 0%;  opacity: 1; }
	40%{ left: -5%;  opacity: 1; }
	100%{ left: 110%; opacity: 0; }
}
@-ms-keyframes toRightAnim5{
	0%{ left: 89%;  opacity: 1; }
	100%{ left: 145%; opacity: 0; }
}
@keyframes toRightAnim1{
	0%{ left: 37%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 46%;  opacity: 1; }
	100%{ left: 102%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 0%;  opacity: 1; }
	40%{ left: -5%;  opacity: 1; }
	100%{ left: 110%; opacity: 0; }
}
@keyframes toRightAnim5{
	0%{ left: 89%;  opacity: 1; }
	100%{ left: 145%; opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft h2{
	-webkit-animation: toLeftAnim2 0.6s ease-in-out both;
	-moz-animation: toLeftAnim2 0.6s ease-in-out both;
	-o-animation: toLeftAnim2 0.6s ease-in-out both;
	-ms-animation: toLeftAnim2 0.6s ease-in-out both;
	animation: toLeftAnim2 0.6s ease-in-out both;
}
.da-slide-toleft p{
	-webkit-animation: toLeftAnim2 0.6s ease-in-out both;
	-moz-animation: toLeftAnim2 0.6s ease-in-out both;
	-o-animation: toLeftAnim2 0.6s ease-in-out both;
	-ms-animation: toLeftAnim2 0.6s ease-in-out both;
	animation: toLeftAnim2 0.6s ease-in-out both;
}
.da-slide-toleft .da-img{
	-webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
}
.da-slide-toleft ul{
	-webkit-animation: toLeftAnim2 0.6s ease-in-out both;
	-moz-animation: toLeftAnim2 0.6s ease-in-out both;
	-o-animation: toLeftAnim2 0.6s ease-in-out both;
	-ms-animation: toLeftAnim2 0.6s ease-in-out both;
	animation: toLeftAnim2 0.6s ease-in-out both;
}
.da-slide-toleft span.code{
	-webkit-animation: toLeftAnim5 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim5 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim5 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim5 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim5 0.6s ease-in-out 0.5s both;	
}
.da-slide-toleft div.basket_product{
	-webkit-animation: toLeftAnim1 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim1 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim1 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim1 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim1 0.6s ease-in-out 0.5s both;	
}
.da-slide-toleft div.product_icon{
	-webkit-animation: toLeftAnim1 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim1 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim1 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim1 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim1 0.6s ease-in-out 0.5s both;	
}
@-webkit-keyframes toLeftAnim1{
	0%{ left: 37%;  opacity: 1; }
	30%{ left: 42%;  opacity: 1; }
	100%{ left: -57%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 46%;  opacity: 1; }
	30%{ left: 51%;  opacity: 1; }
	100%{ left: -48%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: 0%;  opacity: 1; }
	70%{ left: -30%;  opacity: 0; }
	100%{ left: -40%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim5{
	0%{ left: 89%;  opacity: 1; }
	30%{ left: 94%;  opacity: 1; }
	100%{ left: -5%; opacity: 0; }
}
@-moz-keyframes toLeftAnim1{
	0%{ left: 37%;  opacity: 1; }
	30%{ left: 42%;  opacity: 1; }
	100%{ left: -57%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 46%;  opacity: 1; }
	30%{ left: 51%;  opacity: 1; }
	100%{ left: -48%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
	0%{ left: 0%;  opacity: 1; }
	70%{ left: -30%;  opacity: 0; }
	100%{ left: -40%; opacity: 0; }
}
@-moz-keyframes toLeftAnim5{
	0%{ left: 89%;  opacity: 1; }
	30%{ left: 94%;  opacity: 1; }
	100%{ left: -5%; opacity: 0; }
}
@-o-keyframes toLeftAnim1{
	0%{ left: 37%;  opacity: 1; }
	30%{ left: 42%;  opacity: 1; }
	100%{ left: -57%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 46%;  opacity: 1; }
	30%{ left: 51%;  opacity: 1; }
	100%{ left: -48%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
	0%{ left: 0%;  opacity: 1; }
	70%{ left: -30%;  opacity: 0; }
	100%{ left: -40%; opacity: 0; }
}
@-o-keyframes toLeftAnim5{
	0%{ left: 89%;  opacity: 1; }
	30%{ left: 94%;  opacity: 1; }
	100%{ left: -5%; opacity: 0; }
}
@-ms-keyframes toLeftAnim1{
	0%{ left: 37%;  opacity: 1; }
	30%{ left: 42%;  opacity: 1; }
	100%{ left: -57%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 46%;  opacity: 1; }
	30%{ left: 51%;  opacity: 1; }
	100%{ left: -48%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
	0%{ left: 0%;  opacity: 1; }
	70%{ left: -30%;  opacity: 0; }
	100%{ left: -40%; opacity: 0; }
}
@-ms-keyframes toLeftAnim5{
	0%{ left: 89%;  opacity: 1; }
	30%{ left: 94%;  opacity: 1; }
	100%{ left: -5%; opacity: 0; }
}
@keyframes toLeftAnim1{
	0%{ left: 37%;  opacity: 1; }
	30%{ left: 42%;  opacity: 1; }
	100%{ left: -57%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 46%;  opacity: 1; }
	30%{ left: 51%;  opacity: 1; }
	100%{ left: -48%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: 0%;  opacity: 1; }
	70%{ left: -30%;  opacity: 0; }
	100%{ left: -40%; opacity: 0; }
}
@keyframes toLeftAnim5{
	0%{ left: 89%;  opacity: 1; }
	30%{ left: 94%;  opacity: 1; }
	100%{ left: -5%; opacity: 0; }
}

.slider_conntent {height:400px;background-image:url(../../images/product_bg.png);background-repeat:no-repeat;background-position:center right;width:85%;position:relative;top:32px;left:1%;}
.slider_conntent h2{font-size:22px;direction:rtl;text-align:right;color:#282526;font-weight:normal;margin-bottom:0;top:81px;font-family:"zaman"}
.slider_conntent span.code{display:block;width:50px;height:20px;padding:5px 10px;background:#004A98;color:#fff;text-align:center;text-decoration:none;position:absolute;top:28px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;font-family:Arial, Helvetica, sans-serif;font-size:16px;}
.slider_conntent div.basket_product{display:block;width:236px;height:24px;padding:3px 4px;background:#00C6CA;color:#fff;text-align:center;text-decoration:none;top:316px;z-index:2000;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;}
.slider_conntent div.basket_product label{display:inline;font-size:14px;float:right;font-family:"zaman";padding-right:2px;padding-top:2px;cursor:default;}
.slider_conntent div.basket_product input{width:25px;display:inline;margin:2px 14px 0 5px;height:11px;float:right;font-family:Tahoma, Geneva, sans-serif;font-size:12px;}
.slider_conntent div.basket_product a#basket{display:inline-block;width:22px;height:22px;position:absolute;left:6px;top:4px;}
.slider_conntent div.product_icon{display:block;height:24px;padding:3px 4px;text-align:center;text-decoration:none;top:260px;}
p.detail{top:127px;text-align: right;direction: rtl;color:#00AAB8;font-family:"zaman";font-style:normal;}
p.cont{top:238px;text-align: right;direction: rtl;color:#00AAB8;font-family:"zaman";font-style:normal;}
p.cont span,p.usage span{color:#282526;font-size:13px;margin-right:10px;font-family:Tahoma, Geneva, sans-serif;}
p.usage{top:265px;text-align: right;direction: rtl;color:#00AAB8;font-family:"zaman";font-style:normal;width:409px;padding-left:90px;}

ul.detail{text-align: right;direction: rtl;color:#282526;width:46%;top:154px;}
ul.detail li{font-size:14px;margin-bottom:10px;list-style:disc;font-family:Tahoma, Geneva, sans-serif;line-height:10px;font-size:13px;}

@media (max-width: 1200px) {
.slider_conntent p span{font-size:12px;}
.slider_conntent ul li{font-size:12px;}
.da-slide .da-img {top:-100px;}

.da-slide-current .da-img{top:-100px;}	
.da-slide-current div.basket_product{left: 34% !important;}	
.da-slide-current ul{left: 41% !important;opacity: 1;}
.da-slide-current div.product_icon{left: 33% !important;opacity: 1;}
	
.da-slider-fb .da-slide div.basket_product{left: 34% !important;}
.da-slider-fb .da-slide div.product_icon{left: 33% !important;opacity: 1;}

.da-slide-fromright div.basket_product{
	-webkit-animation: fromRightAnim6 0.6s ease-in-out 0.5s both;
	-moz-animation: fromRightAnim6 0.6s ease-in-out 0.5s both;
	-o-animation: fromRightAnim6 0.6s ease-in-out 0.5s both;
	-ms-animation: fromRightAnim6 0.6s ease-in-out 0.5s both;
	animation: fromRightAnim6 0.6s ease-in-out 0.5s both;	
}
.da-slide-fromright ul{
	-webkit-animation: fromRightAnim7 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim7 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim7 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim7 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim7	 0.6s ease-in-out 0.8s both;	
}
@-webkit-keyframes fromRightAnim1{
	0%{ left: 106%; opacity: 0; }
	100%{ left: 33%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim6{
	0%{ left: 107%; opacity: 0; }
	100%{ left: 34%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim7{
	0%{ left: 107%; opacity: 0; }
	100%{ left: 41%; opacity: 1; }
}
@-moz-keyframes fromRightAnim1{
	0%{ left: 106%; opacity: 0; }
	100%{ left: 33%; opacity: 1; }
}
@-moz-keyframes fromRightAnim6{
	0%{ left: 107%; opacity: 0; }
	100%{ left: 34%; opacity: 1; }
}
@-moz-keyframes fromRightAnim7{
	0%{ left: 107%; opacity: 0; }
	100%{ left: 41%; opacity: 1; }
}
@-o-keyframes fromRightAnim1{
	0%{ left: 106%; opacity: 0; }
	100%{ left: 33%; opacity: 1; }
}
@-o-keyframes fromRightAnim6{
	0%{ left: 107%; opacity: 0; }
	100%{ left: 34%; opacity: 1; }
}
@-o-keyframes fromRightAnim7{
	0%{ left: 107%; opacity: 0; }
	100%{ left: 41%; opacity: 1; }
}
@-ms-keyframes fromRightAnim1{
	0%{ left: 106%; opacity: 0; }
	100%{ left: 33%; opacity: 1; }
}
@-ms-keyframes fromRightAnim6{
	0%{ left: 107%; opacity: 0; }
	100%{ left: 34%; opacity: 1; }
}
@-ms-keyframes fromRightAnim7{
	0%{ left: 107%; opacity: 0; }
	100%{ left: 41%; opacity: 1; }
}
@keyframes fromRightAnim1{
	0%{ left: 106%; opacity: 0; }
	100%{ left: 33%; opacity: 1; }
}
@keyframes fromRightAnim6{
	0%{ left: 107%; opacity: 0; }
	100%{ left: 34%; opacity: 1; }
}
@keyframes fromRightAnim7{
	0%{ left: 107%; opacity: 0; }
	100%{ left: 41%; opacity: 1; }
}

.da-slide-fromleft div.basket_product{
	-webkit-animation: fromLeftAnim6 0.6s ease-in-out 0.5s both;
	-moz-animation: fromLeftAnim6 0.6s ease-in-out 0.5s both;
	-o-animation: fromLeftAnim6 0.6s ease-in-out 0.5s both;
	-ms-animation: fromLeftAnim6 0.6s ease-in-out 0.5s both;
	animation: fromLeftAnim6 0.6s ease-in-out 0.5s both;	
}
.da-slide-fromleft ul{
	-webkit-animation: fromLeftAnim7 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim7 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim7 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim7 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim7 0.6s ease-in-out 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
	0%{ left: -130%; opacity: 0; }
	100%{ left: 33%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim6{
	0%{ left: -113%; opacity: 0; }
	100%{ left: 34%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim7{
	0%{ left: -113%; opacity: 0; }
	100%{ left: 41%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim1{
	0%{ left: -130%; opacity: 0; }
	100%{ left: 33%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim6{
	0%{ left: -113%; opacity: 0; }
	100%{ left: 34%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim7{
	0%{ left: -113%; opacity: 0; }
	100%{ left: 41%; opacity: 1; }
}
@-o-keyframes fromLeftAnim1{
	0%{ left: -130%; opacity: 0; }
	100%{ left: 33%; opacity: 1; }
}
@-o-keyframes fromLeftAnim6{
	0%{ left: -113%; opacity: 0; }
	100%{ left: 34%; opacity: 1; }
}
@-o-keyframes fromLeftAnim7{
	0%{ left: -113%; opacity: 0; }
	100%{ left: 41%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim1{
	0%{ left: -130%; opacity: 0; }
	100%{ left: 33%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim6{
	0%{ left: -113%; opacity: 0; }
	100%{ left: 34%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim7{
	0%{ left: -113%; opacity: 0; }
	100%{ left: 41%; opacity: 1; }
}
@keyframes fromLeftAnim1{
	0%{ left: -130%; opacity: 0; }
	100%{ left: 33%; opacity: 1; }
}
@keyframes fromLeftAnim6{
	0%{ left: -113%; opacity: 0; }
	100%{ left: 34%; opacity: 1; }
}
@keyframes fromLeftAnim7{
	0%{ left: -113%; opacity: 0; }
	100%{ left: 41%; opacity: 1; }
}
.da-slide-toright div.basket_product{
	-webkit-animation: toRightAnim2 0.6s ease-in-out 0.5s both;
	-moz-animation: toRightAnim2 0.6s ease-in-out 0.5s both;
	-o-animation: toRightAnim2 0.6s ease-in-out 0.5s both;
	-ms-animation: toRightAnim2 0.6s ease-in-out 0.5s both;
	animation: toRightAnim2 0.6s ease-in-out 0.5s both;	
}
.da-slide-toright ul{
	-webkit-animation: toRightAnim7 0.6s ease-in-out 0.3s both;
	-moz-animation: toRightAnim7 0.6s ease-in-out 0.3s both;
	-o-animation: toRightAnim7 0.6s ease-in-out 0.3s both;
	-ms-animation: toRightAnim7 0.6s ease-in-out 0.3s both;
	animation: toRightAnim7 0.6s ease-in-out 0.3s both;
}
@-webkit-keyframes toRightAnim1{
	0%{ left: 33%;  opacity: 1; }
	100%{ left: 96%; opacity: 0; }
}
@-webkit-keyframes toRightAnim6{
	0%{ left: 34%;  opacity: 1; }
	100%{ left: 97%; opacity: 0; }
}
@-webkit-keyframes toRightAnim7{
	0%{ left: 41%;  opacity: 1; }
	100%{ left: 97%; opacity: 0; }
}
@-moz-keyframes toRightAnim1{
	0%{ left: 33%;  opacity: 1; }
	100%{ left: 96%; opacity: 0; }
}
@-moz-keyframes toRightAnim6{
	0%{ left: 34%;  opacity: 1; }
	100%{ left: 97%; opacity: 0; }
}
@-moz-keyframes toRightAnim7{
	0%{ left: 41%;  opacity: 1; }
	100%{ left: 97%; opacity: 0; }
}
@-o-keyframes toRightAnim1{
	0%{ left: 33%;  opacity: 1; }
	100%{ left: 96%; opacity: 0; }
}
@-o-keyframes toRightAnim6{
	0%{ left: 34%;  opacity: 1; }
	100%{ left: 97%; opacity: 0; }
}
@-o-keyframes toRightAnim7{
	0%{ left: 41%;  opacity: 1; }
	100%{ left: 97%; opacity: 0; }
}
@-ms-keyframes toRightAnim1{
	0%{ left: 33%;  opacity: 1; }
	100%{ left: 96%; opacity: 0; }
}
@-ms-keyframes toRightAnim6{
	0%{ left: 34%;  opacity: 1; }
	100%{ left: 97%; opacity: 0; }
}
@-ms-keyframes toRightAnim7{
	0%{ left: 41%;  opacity: 1; }
	100%{ left: 97%; opacity: 0; }
}
@keyframes toRightAnim1{
	0%{ left: 33%;  opacity: 1; }
	100%{ left: 96%; opacity: 0; }
}
@keyframes toRightAnim6{
	0%{ left: 34%;  opacity: 1; }
	100%{ left: 97%; opacity: 0; }
}
@keyframes toRightAnim7{
	0%{ left: 41%;  opacity: 1; }
	100%{ left: 97%; opacity: 0; }
}
.da-slide-toleft div.basket_product{
	-webkit-animation: toLeftAnim6 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim6 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim6 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim6 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim6 0.6s ease-in-out 0.5s both;	
}
.da-slide-toleft ul{
	-webkit-animation: toLeftAnim7 0.6s ease-in-out both;
	-moz-animation: toLeftAnim7 0.6s ease-in-out both;
	-o-animation: toLeftAnim7 0.6s ease-in-out both;
	-ms-animation: toLeftAnim7 0.6s ease-in-out both;
	animation: toLeftAnim7 0.6s ease-in-out both;
}
@-webkit-keyframes toLeftAnim1{
	0%{ left: 33%;  opacity: 1; }
	30%{ left: 38%;  opacity: 1; }
	100%{ left: -61%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim6{
	0%{ left: 34%;  opacity: 1; }
	30%{ left: 39%;  opacity: 1; }
	100%{ left: -60%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim7{
	0%{ left: 41%;  opacity: 1; }
	30%{ left: 46%;  opacity: 1; }
	100%{ left: -53%; opacity: 0; }
}
@-moz-keyframes toLeftAnim1{
	0%{ left: 33%;  opacity: 1; }
	30%{ left: 38%;  opacity: 1; }
	100%{ left: -61%; opacity: 0; }
}
@-moz-keyframes toLeftAnim6{
	0%{ left: 34%;  opacity: 1; }
	30%{ left: 39%;  opacity: 1; }
	100%{ left: -60%; opacity: 0; }
}
@-moz-keyframes toLeftAnim7{
	0%{ left: 41%;  opacity: 1; }
	30%{ left: 46%;  opacity: 1; }
	100%{ left: -53%; opacity: 0; }
}
@-o-keyframes toLeftAnim1{
	0%{ left: 33%;  opacity: 1; }
	30%{ left: 38%;  opacity: 1; }
	100%{ left: -61%; opacity: 0; }
}
@-o-keyframes toLeftAnim6{
	0%{ left: 34%;  opacity: 1; }
	30%{ left: 39%;  opacity: 1; }
	100%{ left: -60%; opacity: 0; }
}
@-o-keyframes toLeftAnim7{
	0%{ left: 41%;  opacity: 1; }
	30%{ left: 46%;  opacity: 1; }
	100%{ left: -53%; opacity: 0; }
}
@-ms-keyframes toLeftAnim1{
	0%{ left: 33%;  opacity: 1; }
	30%{ left: 38%;  opacity: 1; }
	100%{ left: -61%; opacity: 0; }
}
@-ms-keyframes toLeftAnim6{
	0%{ left: 34%;  opacity: 1; }
	30%{ left: 39%;  opacity: 1; }
	100%{ left: -60%; opacity: 0; }
}
@-ms-keyframes toLeftAnim7{
	0%{ left: 41%;  opacity: 1; }
	30%{ left: 46%;  opacity: 1; }
	100%{ left: -53%; opacity: 0; }
}
@keyframes toLeftAnim1{
	0%{ left: 33%;  opacity: 1; }
	30%{ left: 38%;  opacity: 1; }
	100%{ left: -61%; opacity: 0; }
}
@keyframes toLeftAnim6{
	0%{ left: 34%;  opacity: 1; }
	30%{ left: 39%;  opacity: 1; }
	100%{ left: -60%; opacity: 0; }
}
@keyframes toLeftAnim7{
	0%{ left: 41%;  opacity: 1; }
	30%{ left: 46%;  opacity: 1; }
	100%{ left: -53%; opacity: 0; }
}

p.usage{top:265px;text-align: right;direction: rtl;color:#00AAB8;font-family:"zaman";font-style:normal;width:320px;padding-left:81px;}
ul.detail {width:50%;}
.da-img {top:-150px !important;}
}
