@charset "utf-8";
/*Animation on slider */
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes bounceInDown{
	0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);-moz-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}
	0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);-moz-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}
	60%{opacity:1;-webkit-transform:translate3d(0,25px,0);-moz-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}
	75%{-webkit-transform:translate3d(0,-10px,0);-moz-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}
	90%{-webkit-transform:translate3d(0,5px,0);-moz-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}
	100%{-webkit-transform:none;-moz-transform:none;transform:none}
}
@keyframes bounceInDown {
0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}
0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}
60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}
75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}
90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}
100%{-webkit-transform:none;transform:none}
}
.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}
@-webkit-keyframes bounceInLeft{
	0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);-moz-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}
	0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);-moz-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}
	60%{opacity:1;-webkit-transform:translate3d(25px,0,0);-moz-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}
	75%{-webkit-transform:translate3d(-10px,0,0);-moz-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}
	90%{-webkit-transform:translate3d(5px,0,0);-moz-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}
	100%{-webkit-transform:none;-moz-transform:none;transform:none}
}
@keyframes bounceInLeft {
0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}
0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}
60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}
75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}
90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}
100%{-webkit-transform:none;transform:none}
}
.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}
@-webkit-keyframes bounceInRight{
	0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);-moz-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}
	0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);-moz-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}
	60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);-moz-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}
	75%{-webkit-transform:translate3d(10px,0,0);-moz-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}
	90%{-webkit-transform:translate3d(-5px,0,0);-moz-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}
	100%{-webkit-transform:none;-moz-transform:none;transform:none}
}
@keyframes bounceInRight {
0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}
0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}
60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}
75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}
90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}
100%{-webkit-transform:none;transform:none}
}
.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}

@-webkit-keyframes zoomIn {
0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
50%{opacity:1}
}
@keyframes zoomIn {
0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
50%{opacity:1}
}
.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}

@-webkit-keyframes bounceInUp { 
0%, 100%, 60%, 75%, 90% { -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);   transition-timing-function: cubic-bezier(0.215, .61, .355, 1)}
0% {opacity: 0; -webkit-transform: translate3d(0, 3000px, 0);transform: translate3d(0, 3000px, 0)}
60% {opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0)}
75% {-webkit-transform: translate3d(0, 10px, 0);transform: translate3d(0, 10px, 0)}
90% {-webkit-transform: translate3d(0, -5px, 0);transform: translate3d(0, -5px, 0)}
100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
}
@keyframes bounceInUp {
0%, 100%, 60%, 75%, 90% {-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);   transition-timing-function: cubic-bezier(0.215, .61, .355, 1)}
0% { opacity: 0;-webkit-transform: translate3d(0, 3000px, 0);transform: translate3d(0, 3000px, 0) }
60% {opacity: 1; -webkit-transform: translate3d(0, -20px, 0);transform: translate3d(0, -20px, 0)}
75% {-webkit-transform: translate3d(0, 10px, 0);transform: translate3d(0, 10px, 0)  }
90% {-webkit-transform: translate3d(0, -5px, 0);transform: translate3d(0, -5px, 0)  }
100% { -webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
}
.bounceInUp { -webkit-animation-name: bounceInUp; animation-name: bounceInUp}


/**HOME PAGE**/


.background-parallax{ background-size:100%; background-position: center center; height:100%; background-attachment: fixed; z-index:1;}
.background-parallax-in{ max-width:960px; position:relative; height:100%; width:100%; float:right}

section{ position:relative;}

#tatasalt-slider-carousel{ position:relative; overflow:hidden; max-height:660px; width:100%; height:100vh;}
#tatasalt-slider-carousel .item .container{ height:100%; width:1250px; max-width:95%;}
#tatasalt-slider-carousel .carousel-caption{ position:absolute; max-width:580px; left:9%; right:0; top:20%; text-align:left; bottom:20%; -webkit-text-shadow:0 1px 2px rgba(0, 0, 0, 0); -moz-text-shadow:0 1px 2px rgba(0, 0, 0, 0); -webkit-text-shadow:0 1px 2px rgba(0, 0, 0, 0); text-shadow:0 1px 2px rgba(0, 0, 0, 0); padding:0;}
#tatasalt-slider-carousel .carousel-caption h1{ font-size:100px; line-height:78px; color:#380f00; font-family:'gotham_boldregular'; }
#tatasalt-slider-carousel .carousel-caption h2{ font-size:70px; line-height:65px; color:#380f00; font-family:'gotham_boldregular'; }
#tatasalt-slider-carousel .caption-text{ max-width:360px; margin:30px 0;}

.slider-img{position:absolute; z-index:99; -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1); z-index:0;}
.slider-product1-img1{ bottom:5px; left:0%;-webkit-animation-delay:0.4s;animation-delay:0.4s;-moz-animation-delay: 0.4s; -ms-animation-delay: 0.4s; -o-animation-delay: 0.4s;}
.slider-product1-glass1{ bottom:25px; right:30%; -webkit-animation-delay:0.6s;animation-delay:0.7s;-moz-animation-delay:0.7s; -ms-animation-delay:0.7s;-o-animation-delay:0.7s; }
.slider-product1-glass2{bottom:25px; right:3%; -webkit-animation-delay:1s;animation-delay:1s; -moz-animation-delay:1s; -ms-animation-delay:1s; -o-animation-delay:1s; }

.slider-product2-img0{bottom:30px; left:10%; right:10%;-webkit-animation-delay:0.5s;animation-delay:0.5s;-moz-animation-delay:0.5s; -ms-animation-delay:0.5s; -o-animation-delay:0.5s;}
.slider-product2-img1{top:75px; left:60px;-webkit-animation-delay:1.5s;animation-delay: 1.5s;-moz-animation-delay: 1.5s; -ms-animation-delay: 1.5s; -o-animation-delay: 1.5s;}
.slider-product2-img2{top:40px; left:280px;-webkit-animation-delay:1s;animation-delay: 1s;-moz-animation-delay: 1s; -ms-animation-delay: 1s; -o-animation-delay: 1s;}
.slider-product2-img3{top:60px; right:280px;-webkit-animation-delay:1s;animation-delay: 1s;-moz-animation-delay: 1s; -ms-animation-delay: 1s; -o-animation-delay: 1s;}
.slider-product2-img4{right: 140px; top: 130px;-webkit-animation-delay:1.6s;animation-delay: 1.6s;-moz-animation-delay: 1.6s; -ms-animation-delay: 1.6s; -o-animation-delay: 1.6s;}
.slider-product2-img5{left: -60px; top: 290px;-webkit-animation-delay:1s;animation-delay: 1s;-moz-animation-delay: 1s; -ms-animation-delay: 1s; -o-animation-delay: 1s;}
.slider-product2-img6{ bottom: 160px;left: -30px;-webkit-animation-delay:1s;animation-delay: 1s;-moz-animation-delay: 1s; -ms-animation-delay: 1s; -o-animation-delay: 1s;}
.slider-product2-img8{top:380px; right:100px;-webkit-animation-delay:1.5s;animation-delay: 1.5s;-moz-animation-delay: 1.5s; -ms-animation-delay: 1.5s; -o-animation-delay: 1.5s;}
.slider-product2-img7{top:300px;right:180px;-webkit-animation-delay:1.7s;animation-delay: 1.7s;-moz-animation-delay: 1.7s; -ms-animation-delay: 1.7s; -o-animation-delay: 1.7s;}

.slider-product3-img1{ bottom:15px; right:30px;-webkit-animation-delay:0.3s;animation-delay: 0.3s;-moz-animation-delay: 0.3s; -ms-animation-delay: 0.3s; -o-animation-delay: 0.3s;}


/**New slider start**/
#tatasalt-slider-carousel .carousel-caption0{ max-width:490px; left:auto; right:15%;}
#tatasalt-slider-carousel .carousel-caption0 h1{ font-size:50px; line-height:52px; text-transform:uppercase;}
#tatasalt-slider-carousel .carousel-caption0 .caption-text{ background:#4f0203; padding:10px; font-size:24px; line-height:25px; color:#fff; max-width:100%; margin:10px auto 20px; display:inline-block;}
#tatasalt-slider-carousel .carousel-caption0 .know-more-btn{ color:#000; font-size:14px;}
#tatasalt-slider-carousel .carousel-caption0 .know-more-btn:hover, 
#tatasalt-slider-carousel .carousel-caption0 .know-more-btn:focus, .know-more-btn:active{ color:#fff;}

#tatasalt-slider-carousel .background-parallax0 .background-parallax-in{ float:left; left:20%;}
#tatasalt-slider-carousel .slider-product0-img1{ top:0px; float:left; left:0; }
#tatasalt-slider-carousel .background-parallax01 .background-parallax-in{ float:left; left:15%; top:2%;}
#tatasalt-slider-carousel .background-parallax01 .background-parallax-in h1{font-size:50px; line-height:52px; color:#380f00; }

#tatasalt-slider-carousel .carousel-caption01{ max-width:70%; left:15%; right:auto; top: 56%;}
#tatasalt-slider-carousel .carousel-caption01 h2{ font-size:56px; line-height:60px; font-weight: 100; font-family:Arial, Helvetica, sans-serif; letter-spacing:inherit; }
#tatasalt-slider-carousel .carousel-caption01 .caption-text{font-size:22px; line-height:25px; color:#fff; max-width:100%; margin:10px auto 20px; display:inline-block; color:rgba(0,0,0,0.6)}
#tatasalt-slider-carousel .carousel-caption01 .know-more-btn{ color:#fff; font-size:14px;}
#tatasalt-slider-carousel .carousel-caption01 .know-more-btn:hover, 
#tatasalt-slider-carousel .carousel-caption01 .know-more-btn:focus, .know-more-btn:active{ color:#fff;}

#tatasalt-slider-carousel .slider-shuddhtamarch-img1{ top:230px; float:left; left:0; }
#tatasalt-slider-carousel .slider-shuddhtamarch-img2{ top:120px; float:left; left:280px; }
#tatasalt-slider-carousel .slider-shuddhtamarch-img3{ top:60px; float:left; left:550px; }
#tatasalt-slider-carousel .slider-shuddhtamarch-img4{ top:210px; float:left; left:800px; }

.background-parallax-inner{width:380px; right:50px; height:280px; bottom:0%; position:absolute;}
.background-parallax0 .slider-product0{ position:absolute; bottom:20px; max-width:195px; max-height:243px; left:10%;-webkit-animation-delay:0.3s;animation-delay:0.3s;-moz-animation-delay:0.3s; -ms-animation-delay:0.3s;-o-animation-delay:0.3s; right:0;}

.background-parallax0 .slider1-glass{top:25px; left:0%; -webkit-animation-delay:0.7s;animation-delay:0.7s;-moz-animation-delay:0.7s; -ms-animation-delay:0.7s;-o-animation-delay:0.7s; }
.background-parallax0 .slider2-glass{top:25px; left:40%; -webkit-animation-delay:0.9s;animation-delay:0.9s; -moz-animation-delay:0.9s; -ms-animation-delay:0.9s; -o-animation-delay:0.9s;}
.background-parallax0 .slider3-glass{ bottom:20%; right: -5%; -webkit-animation-delay:1s;animation-delay:1s; -moz-animation-delay:1s; -ms-animation-delay:1s; -o-animation-delay:1s;}
.background-parallax0 .slider-product0-img1{-webkit-animation-delay:0.1s;animation-delay:0.1s;-moz-animation-delay:0.1s; -ms-animation-delay:0.1s;-o-animation-delay:0.1s;}
/**New slider End**/



/**our Different Products**/
.ourDifferentProducts-outer{ background:url(../images/different-product-bg.jpg) repeat; padding:150px 0 100px 0;}
.ourDifferentProducts-outer h2{ text-align:center; text-transform:uppercase;}
.ourDifferentProducts-inner{ position:relative; padding:0 0px 0 55px}
.ourDifferentProducts-inner:before{content:''; position:absolute; background:url(../images/animated-circle.gif) no-repeat right 0; height:427px; width:126px; left:-30px; top:-160px; transform:rotate(155deg); -moz-transform:rotate(155deg); -ms-transform:rotate(155deg); -o-transform:rotate(155deg); -webkit-transform:rotate(155deg);}

/**An epic journey**/
.epic-journey-outer{ overflow:hidden;}
.an-epic-journey-outer{ background:url(../images/epic-jounery-bg.jpg) no-repeat center bottom; padding:135px 0; background-size:100% auto; text-align:center; text-transform:uppercase;font-family: 'gotham_boldregular'; position:relative; -moz-transition:all 1s ease;-webkit-transition:all 1s ease; transition: all 1s ease; -ms-transition:all 1s ease; -o-transition: all 1s ease; width: 100%;}
.an-epic-journey-outer:hover{background-size:110% auto; -moz-transition:background-size 2s; -webkit-transition:background-size 2s; -ms-transition:all 2s; -o-transition:all 2s;      transition:all 2s;}
.an-epic-journey-outer .know-more-btn{ display:inline-block; text-transform:none;}
.an-epic-journey-outer h3{ margin:0px; font-size:30px; line-height:23px; color:#380f00; letter-spacing:-3px;}
.an-epic-journey-outer h2{ margin:10px 0 40px; font-size:55px; line-height:40px; color:#380f00; letter-spacing:-3px;}



/**MEDIA SLIDER**/
.media-outer{ padding:0px; text-align:center; background:#e2dddd; overflow:hidden; position:relative;}
.media-outer::before{content:''; position:absolute; background:url(../images/gray-spoon-circle.png) no-repeat left center; background-size:cover; height:480px; width:480px; top:-300px; left:0; right:inherit; z-index:0; -webkit-animation-name: spin; animation: spin 25s infinite linear; -webkit-animation: spin 25s infinite linear; -ms-animation: spin 25s infinite linear; -moz-animation: spin 25s infinite linear; -o-animation: spin 25s infinite linear; /*-moz-filter:opacity(10%); -webkit-filter:opacity(10%); -ms-filter:opacity(10%); -o-filter:opacity(10%); filter:opacity(10%);*/ opacity:0.1; -moz-opacity:0.1; -webkit-opacity:0.1; -ms-opacity:0.1; -o-opacity:0.1; filter:alpha(opacity=10);}

.media-outer::after{content:''; position:absolute; background:url(../images/orange-spoon-circle.png) no-repeat 0 0; height:380px; width:380px; bottom:-250px; left:inherit; right:20px; z-index:0; -webkit-animation-name: spin; animation: spin 25s infinite linear; -webkit-animation: spin 25s infinite linear; -ms-animation: spin 25s infinite linear; -moz-animation: spin 25s infinite linear; -o-animation: spin 25s infinite linear;}

.media-outer h2{ text-transform:uppercase; padding:10px; display:inline-block; border-bottom:1px dashed #380f00; border-top:1px dashed #380f00; margin:0 auto;}
.media-outer-inner{ position:relative;}
.media-outer-inner:before, .media-outer-inner:after{content:''; position:absolute; background:url(../images/animated-line-01.gif) no-repeat 0 0; height:304px; width:47px;}
.media-outer-inner:before{right:90px; top:-100px;}
.media-outer-inner:after{left:-20px; top:76%; transform:rotate(195deg); -moz-transform:rotate(195deg); -ms-transform:rotate(195deg); -o-transform:rotate(195deg); -webkit-transform:rotate(195deg);}

.slider_media{ margin:45px 0 30px;}
.slider_media .slick-slide {width:450px;-webkit-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);margin:0px 0 0 -60px;z-index:1;position:relative;}
.slider_media .slick-slide.slick-center {-webkit-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0);z-index:3;}
.slider_media .slick-slide.slick-center img{ border:5px solid #ff9e00;}
.slider_media .image_holder{ position:relative; margin-bottom:30px;}
.slider_media .image_holder:after{ position:absolute; content:''; background:url(../images/video-icon.png) no-repeat center center; top:0; left:0; right:0; bottom:0; height:100%; width:100%; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.slider_media .content_text_slider{font-size:25px; line-height:30px;color:#333333; padding:0 50px; font-family: 'gotham_mediumregular'; margin-bottom:0;}
.media-outer-inner .know-more-btn{ margin:0 auto; width:130px;}

.slider_media .slick-slide.slick-center .content_text_slider{ color:#3d0a00; font-family: 'gotham_boldregular'; position:relative;}
.outer_gallery_wrapper a:hover .image_holder:after{ transform:scale(1.1); -moz-transform:scale(1.1);-webkit-transform:scale(1.1);}
.slider_media .slick-prev, .slider_media .slick-next{ background:transparent; top:75px; bottom:45px; height:auto;  width:30.5%;}

.slider_media .slick-next:before, .slider_media .slick-prev:before{width:55px;height:90px;background:#ff9e00; position:absolute;top:50%; bottom:50%;left:15px; right:15px; margin:0; margin-top:-50px;}

.slider_media .slick-next:after, .slider_media .slick-prev:after{ content:'';width:26px;height:40px;background:url(../img/prev_next_button.png) no-repeat; background-size:cover;position:absolute;top:50%; bottom:50%;left:15px; right:15px; margin:-24px 0 0;}

.slider_media .slick-next:after{ background-position:right center; left:15px; right:auto;}
.slider_media .slick-prev:after{ background-position:left center; right:15px; left:auto;}


.slider_media .slick-next:before{ background-position:right center; left:0%; right:auto;}
.slider_media .slick-prev:before{ background-position:left center;right:0%; left:auto}

.outer_gallery_wrapper{ position:relative; outline:none;}
.outer_gallery_wrapper a, .outer_gallery_wrapper a:focus, .outer_gallery_wrapper a:active{outline:none; }
.outer_gallery_wrapper:before{position:absolute; content:''; background:rgba(0,0,0,0); left:0; right:0; top:0; bottom:0; z-index:1;}
.slider_media .slick-slide.slick-center .outer_gallery_wrapper:before{ z-index:0;}

.carousel-control{ background-image:url(../images/slider-arrow.png); background-repeat:no-repeat; height:37px; width:37px; display:block; top:310px; opacity:1;}
.carousel-control.left{ background-position:0 0; background-image:url(../images/slider-arrow.png); left:25px}
.carousel-control.right{ background-position:right 0; background-image:url(../images/slider-arrow.png); right:25px;}

.carousel-control.left:hover{ background-position:0 bottom;}
.carousel-control.right:hover{ background-position:right bottom;}


@media all and (max-width:1599px) and (min-width:1367px){ 
 .item:nth-of-type(2) .background-parallax-in{ max-width:820px;}
 .slider-product2-img1{ left:30px;}
 .slider-product2-img2{ left:250px;}
 .slider-product2-img3{ right:175px;}
 .slider-product2-img4 { right: 60px; top: 150px;}
 .slider-product2-img5 { left: -60px; top:305px;}
 .slider-product2-img7{ right:60px;}
 .slider-product2-img8{ right:20px;}
 .slider-product3-img1{ right:0;}
}

@media all and (max-width:1440px){
 #tatasalt-slider-carousel .carousel-caption h1{font-size: 70px; line-height: 65px;}	 
}

@media all and (max-width:1366px){
 .background-parallax-in{ max-width:767px;}	
 .background-parallax-in img{ max-width:100%;}

 .slider-img{ -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1); transition:all 1s; -webkit-transition:all 1s; -moz-transition:all 1s; -ms-transition:all 1s; -o-transition:all 1s;}
 
 .background-parallax2 .slider-img{ -webkit-transform:scale(0.85); -moz-transform:scale(0.85); -ms-transform:scale(0.85); -o-transform:scale(0.85); transform:scale(0.85); transition:all 1s; -webkit-transition:all 1s; -moz-transition:all 1s; -ms-transition:all 1s; -o-transition:all 1s;}
 
 .slider-product1-img1{ left:-10%; width:350px;}
 .slider-product1-glass1{ right:245px; width:230px; }
  .slider-product1-glass2{ width:220px;}
  
 .slider-product2-img2{ left:245px;}
 .slider-product2-img3{ right:150px;}
 .slider-product2-img4{ right:40px;}
 .slider-product2-img7{ right:50px;}
 .slider-product2-img8{ right:20px;}
 
 .slider-product3-img1{ bottom:40px; right:100px;}
 
  /**new slider**/
 #tatasalt-slider-carousel .carousel-caption0{ right:150px; top:8%;}
 .background-parallax0 .background-parallax-in{ right:260px;}
 .background-parallax-inner{right:2%;}
 #tatasalt-slider-carousel .slider-product0-img1{ top:0px; left:-30px;}
 /**new slider**/
}


@media all and (max-width:1280px){	
 /**Home Slider**/
 .slider-product2-img2{ left:250px;}
 .slider-product2-img3{ right:150px;}
 .slider-product2-img4 { right: 60px; top: 150px;}
 .slider-product2-img5 { left: -30px;}
 .slider-product2-img7{ right:60px;}
 .slider-product2-img8{ right:20px;}
 .slider-product3-img1{ right:100px;}
  
 .ourDifferentProducts-inner:before{left:-55px;} 
 .an-epic-journey-outer{ padding:100px 0;}
 
/*  .slider-product3-img1{-webkit-animation-delay:0s;animation-delay:0s;-moz-animation-delay:0s; -ms-animation-delay:0s; -o-animation-delay:0s;}
   .slider-img{ -webkit-transform:scale(0.85); -moz-transform:scale(0.85); -ms-transform:scale(0.85); -o-transform:scale(0.85); transform:scale(0.85); transition:transform 1s; -webkit-transition:-webkit-transform 1s; -moz-transition:-moz-transform 1s; -ms-transition:-ms-transform 1s; -o-transition:-o-transform 1s;}
*/}


@media all and (max-width:1200px){
/**Home Slider**/
.background-parallax{ position:relative;}
.background-parallax:after{ background:url(../images/tablet-home-slider-bottom.png) repeat-x; position:absolute; content:''; left:0; right:0; bottom:0; height:367px; width:100%;}

	
 /**Home page slider**/
 .carousel-indicators{ display:none;}
 #tatasalt-slider-carousel .carousel-caption{ max-width:65%; top:14%; bottom:inherit;}
 #tatasalt-slider-carousel .carousel-caption h2, #tatasalt-slider-carousel .carousel-caption h1{ font-size:48px; line-height:48px;}
 #tatasalt-slider-carousel .carousel-caption br{ display:none;}
 		
 .slider-img, .slider-product1-img1,.slider-product1-glass1,.slider-product1-glass2,.slider-product2-img0,.slider-product2-img1,.slider-product2-img2,.slider-product2-img3, .slider-product2-img4,.slider-product2-img5,   .slider-product2-img6,.slider-product2-img7, .slider-product3-img1{-webkit-animation:0; animation:0; -moz-animation:0; -ms-animation:0; -o-animation:0;}
 
/*.slider-img{ -webkit-transform:scale(0.75); -moz-transform:scale(0.75); -ms-transform:scale(0.75); -o-transform:scale(0.75); transform:scale(0.75);}*/
 
 
/* .slider-product3-img1{ right:-100px;}
 .slider-product1-img1, .slider-product1-glass2, .slider-product1-glass1{ bottom:-20px;}
 .slider-product1-img1{ left:30%; right:inherit;}
 .slider-product1-glass1{right:20%;}

 .slider-product1-glass1 {right: 22%;}
 
 .slider-product2-img0{right:6%; bottom:-50px; -webkit-transform:scale(0.8); -moz-transform:scale(0.8); -ms-transform:scale(0.8); -o-transform:scale(0.8); transform:scale(0.8);}
 .slider-product2-img8{ top:70%;}
 .slider-product2-img7 {top: 60%; right: 2%;}
 .slider-product2-img6 {top: 75%;right: 55%;}
 .slider-product2-img5 {top: 55%; right: 55%;}
 .slider-product2-img4 {top: 45%;}
 .slider-product2-img3 {top: 30%;}
 .slider-product2-img2 {top: 23%;right: 23%;}
 .slider-product2-img1 {top: 35%;}*/
 
 
 /**our Different Products**/
 .ourDifferentProducts-outer{ padding:85px 0px 0; overflow:hidden;}
 .ourDifferentProducts-inner{ width:110%; margin:0 -5%; padding:0;}
 .ourDifferentProducts-inner h2{ width:100%; max-width:330px; margin:0 auto;  float:none; border-bottom: 1px dashed #380f00; border-top: 1px dashed #380f00; padding:10px ;}  
 .ourDifferentProducts-inner:before{left:10%; top:-118px; transform:rotate(190deg); -moz-transform:rotate(190deg); -ms-transform:rotate(190deg); -o-transform:rotate(190deg); -webkit-transform:rotate(190deg);}
 
 /**An epic journey**/
 .an-epic-journey-outer{ padding:80px 0; background-size:cover;}
 
 /**New Slider**/
 #tatasalt-slider-carousel .carousel-caption0{ max-width:435px;}
 .background-parallax0 .background-parallax-in{ right:16%; bottom:10%;}
 #tatasalt-slider-carousel .slider-product0-img1{ top:65px; left:-40px;}/**New Slider**/

	#tatasalt-slider-carousel .carousel-caption01{}
#tatasalt-slider-carousel .background-parallax01 .background-parallax-in{left:10%; top:12%;}
#tatasalt-slider-carousel .carousel-caption01{top:64%;    max-width: 78%; left:10%;}
#tatasalt-slider-carousel .carousel-caption h2, #tatasalt-slider-carousel .carousel-caption h1{font-size: 36px; line-height: 38px;} 
#tatasalt-slider-carousel .carousel-caption01 .caption-text{font-size: 16px; line-height:22px;}
	#tatasalt-slider-carousel .slider-shuddhtamarch-img2{left: 220px;}
	#tatasalt-slider-carousel .slider-shuddhtamarch-img3{left:440px;}
	#tatasalt-slider-carousel .slider-shuddhtamarch-img4{left:620px;}
 
}

@media all and (max-width:1080px){
	.slider-product2-img0{right:2%; -webkit-transform:scale(0.75); -moz-transform:scale(0.75); -ms-transform:scale(0.75); -o-transform:scale(0.75); transform:scale(0.75);}
	.slider_media .slick-prev, .slider_media .slick-next{ width:26.6%;}
	
	.slider-product1-img1{ width:320px; left:-3%;}
	.slider-product1-glass1{width:210px;}
	.slider-product1-glass2{width:200px;}
	
	.slider-product2-img0{bottom:-10%;}	
	.slider-product2-img1{top: 35%; left: 15%;}
	.slider-product2-img2{top:25%; left:35%;}
	.slider-product2-img3{top:30%;}
	.slider-product2-img4{top:45%;}
	.slider-product2-img5 {left: 0; top: 60%;}
	.slider-product2-img6 {left: 20px; top: 80%;}
	.slider-product2-img7{ top:65%;}
	.slider-product2-img8{ top:75%;}
	
	.carousel-control.left:hover {background-position: 0 0;}
	.carousel-control.right:hover {background-position: right 0;}	
	.an-epic-journey-outer:hover{ background-size:cover;}
	
	/**NEW**/
	.ourDifferentProducts-outer{ padding:85px 0;}
    .background-parallax0 .background-parallax-in{right:12%;}
    #tatasalt-slider-carousel .carousel-caption0{right:70px;}	
	#tatasalt-slider-carousel .background-parallax0 .background-parallax-in{ left:15%;}
	#tatasalt-slider-carousel .slider-product0-img1{top:35px;}
	.background-parallax0 .slider-product0{ max-width:160px; max-height:192px;}
	.background-parallax0 .background-parallax-in{ bottom:40px;}
	

	
	
}

@media all and (max-width:992px){
 .slider-img{ -webkit-transform:scale(0.6); -moz-transform:scale(0.6); -ms-transform:scale(0.6); -o-transform:scale(0.6); transform:scale(0.6); width:auto;}	
/* .slider-product1-img1{ left:5%;}
 .slider-product1-glass1{ right:25%;}
 .slider-product2-img0{right:-4%;}
 .slider-product2-img1{top:40%;}
 .slider-product2-img2{top: 32%;right: 22%;}
 .slider-product2-img3{top: 36%;}
 .slider-product2-img4{top: 40%;}
 .slider-product2-img5{top: 60%; right: 58%;}
 .slider-product2-img6{top: 75%;right: 60%;}*/
 	
 /**our Different Products**/
 /*.ourDifferentProducts-inner{width: 104%;  margin: 0 -2%;}*/
 
 .slider_media{ margin:45px -2%;}
.slider_media .slick-slide.slick-center{ margin-top:0;}
.slider_media .slick-next, .slider_media .slick-prev{width:29%; }
/*.slider_media .slick-prev{left:24%;}
.slider_media .slick-next{right:24%;}
*/
.slider_media .slick-slide{width:300px; margin:-15px -20px 0; -webkit-transform: scale(0.73); -moz-transform: scale(0.73); -ms-transform: scale(0.73); -o-transform: scale(0.73); transform: scale(0.73);}
.slider_media .slick-next:before, .slider_media .slick-prev:before{-webkit-transform: scale(0.74);-ms-transform: scale(0.74);transform: scale(0.74); -moz-transform: scale(0.74); -o-transform: scale(0.74); /*top:12px; left:8px;*/}
.slider_media .slick-next:before{ left:-5%;}
.slider_media .slick-next:after{ left:2px;}

.slider_media .slick-prev:before{ right:-5%;}
.slider_media .slick-prev:after{ right:2px;}

.slider_media .content_text_slider{ font-size:18px; line-height:24px; padding:0 20px;}
.slider_media .image_holder{ margin-bottom:15px;}


.slider_media .image_holder:after{-webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7);}
.media-outer::before{ background-size:100%; height:300px; width:300px; top:-30%;}
.media-outer::after{ background-size:100%; height:300px; width:300px; bottom:-35%;}


.background-parallax-in{max-width: 100%;}
.slider-product1-img1{left: -2%; bottom:-10%}
.slider-product1-glass1, .slider-product1-glass2{ bottom:-8%;}	

.slider-product3-img1 {right:0%; bottom:0%; -webkit-transform:scale(0.85); -moz-transform:scale(0.85); -ms-transform:scale(0.85); -o-transform:scale(0.85); transform:scale(0.85); }

.background-parallax2 .slider-img{-webkit-transform:scale(0.6); -moz-transform:scale(0.6); -ms-transform:scale(0.6); -o-transform:scale(0.6); transform:scale(0.6); }
.slider-product2-img0{bottom:-15%; left:15%;}	
.slider-product2-img1{top:50%; left:15%;}
.slider-product2-img2{top:40%; left:35%;}
.slider-product2-img3{top:45%;}
.slider-product2-img4{top:55%;}
.slider-product2-img5 {left:10%; top:70%;}
.slider-product2-img6 {left:15%; top:85%;}
.slider-product2-img7{ top:65%;}
.slider-product2-img8{ top:75%; right:50px;}

.background-parallax-in.background-parallax-in1{ width:768px;}
.slider-product1-glass1 { right: 28%;}
.ourDifferentProducts-inner:before{left:5%;}

/**NEW**/
#tatasalt-slider-carousel .slider-product0-img1 {top: 140px; left: 0px;}
#tatasalt-slider-carousel .background-parallax0 .background-parallax-in{ left:-40px;}
.background-parallax-inner { right: -10%;}
.background-parallax0 .slider1-glass, 
.background-parallax0 .slider2-glass, 
.background-parallax0 .slider3-glass{-webkit-transform: scale(0.8);-moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8);}

.background-parallax0 .slider2-glass{ left:30%;}
.background-parallax0 .slider3-glass{ right:8%;}
.background-parallax0 .slider-product0 { left:15%;  max-width: 150px; max-height: 183px;-webkit-transform: scale(1);-moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);}
.background-parallax0 .slider-product0 .slider-img{-webkit-transform: scale(1);-moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);}

	
	
}

@media (max-width: 1023px) and (min-width: 768px) {
	#tatasalt-slider-carousel .background-parallax01 .background-parallax-in h1{padding-left: 35px;}
#tatasalt-slider-carousel .background-parallax01 .background-parallax-in{left:5%; top:12%;}
#tatasalt-slider-carousel .carousel-caption01{top:55%;    max-width: 78%; left:10%;}
#tatasalt-slider-carousel .carousel-caption h2, #tatasalt-slider-carousel .carousel-caption h1{font-size: 36px; line-height: 38px;} 
#tatasalt-slider-carousel .carousel-caption01 .caption-text{font-size: 16px; line-height:22px;}
	#tatasalt-slider-carousel .slider-shuddhtamarch-img1{top: 175px;}
	#tatasalt-slider-carousel .slider-shuddhtamarch-img2{left: 180px; top:78px;}
	#tatasalt-slider-carousel .slider-shuddhtamarch-img3{left:350px;top:25px;}
	#tatasalt-slider-carousel .slider-shuddhtamarch-img4{left:450px; top:142px;}
	
	
}

@media all and (max-width:767px){
 /**our Different Products**/
 .ourDifferentProducts-outer{ padding:30px 0 0;}
 .ourDifferentProducts-inner{margin: 0 -8%; width: 116%;}
 .ourDifferentProducts-inner:before{ display:none;}
 .ourDifferentProducts-inner h2{ max-width:280px;}
 
 /**An epic journey**/
 .an-epic-journey-outer{ background-position:center bottom; background-size:cover;}
 .an-epic-journey-outer h2{ font-size:45px;}
 .an-epic-journey-outer h3{ font-size:25px;}
 
 /**Home slider**/
 #tatasalt-slider-carousel{ height:auto;}
 #tatasalt-slider-carousel .carousel-caption{ max-width:100%; left:0; right:0; top:inherit; bottom:0; background:#ff7e00; height:200px; padding:40px; text-align:center; color:#fff; position:relative}
 #tatasalt-slider-carousel .carousel-caption:before{width:0; height: 0; border-left: 15px solid transparent; border-right:15px solid transparent; border-bottom: 15px solid #ff7e00; position:absolute; content:''; top:-15px; left:85%; margin:0 auto; text-align:right} 
 #tatasalt-slider-carousel .carousel-caption h2, #tatasalt-slider-carousel .carousel-caption h1{font-size:35px; line-height:35px;position:absolute; top:-250px; left:0; right:0; text-align:center; max-width:300px;}
 #tatasalt-slider-carousel .caption-text{ margin:0 auto 30px; font-size:14px; line-height:20px; color:#fff; max-width:100%;}
 #tatasalt-slider-carousel .know-more-btn{ background:#431300; margin:0 auto;}
 .carousel-control{ top:125px;}
 .carousel-control.right{ right:10px;}
 .carousel-control.left{left:10px;}


 .background-parallax{ height:300px;}
 .background-parallax:after{ background-position:center bottom -90px; background:transparent}
  #tatasalt-slider-carousel.carousel .item{ height:auto;} 
 
 
 .background-parallax-in{ width:568px; margin:0 auto; position:relative; height:100%; float:none; max-width:100%; text-align:center;}  
 .slider-img{-webkit-transform:scale(0.4); -moz-transform:scale(0.4); -ms-transform:scale(0.4);-o-transform:scale(0.4); transform:scale(0.4);}
 
 
 .slider-product1-img1, .slider-product1-glass2, .slider-product1-glass1{ bottom:inherit;}
 .slider-product1-glass2, .slider-product1-glass1{ bottom:-140px;}
 .slider-product1-img1{ left:-10%;}
 .slider-product2-img0{ bottom:-135px; left:0;}
 .slider-product2-img1,.slider-product2-img2, .slider-product2-img3, .slider-product2-img4, .slider-product2-img5, .slider-product2-img6, .slider-product2-img7, .slider-product2-img8{-moz-transform: scale(0.3); -webkit-transform: scale(0.3); -moz-transform: scale(0.3); -o-transform: scale(0.3); transform: scale(0.3); display:none;}
 .slider-product2-img1 { top: 20%;}
 
 /*.slider-product3-img1{bottom: -95px; right:-40%;} */
 .slider-product1-glass1{ right:25%;}
 
 .slider-img.slider-product3-img1, .slider-img.slider-product2-img0{width:100%; margin:0 auto; float:left; position:relative; -webkit-transform:scale(0.6); -moz-transform:scale(0.6); -ms-transform:scale(0.6);-o-transform:scale(0.6); transform:scale(0.6); top:100px; bottom:auto; right:auto;}
 .slider-img.slider-product2-img0{top:30px;-webkit-transform:scale(0.5); -moz-transform:scale(0.5); -ms-transform:scale(0.5);-o-transform:scale(0.5); transform:scale(0.5); }
 
 
 
 /**MEDIA**/
 .slider_media .slick-slide{ width:767px; max-width:100%; margin:0; webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);}
.slider_media .slick-slide.slick-center img{ margin:0 auto;}

.slider_media .slick-next{ right:-20px;}
.slider_media .slick-prev{ left:-20px;}


.media-outer{ padding:60px 0 ;}
.slider_media .content_text_slider{ font-size:22px; line-height:25px; max-width:100%; width:480px; padding:0; margin:0 auto;}
.media-outer-inner:after{ left:25px;}

.media-outer::after, .media-outer::before{-webkit-animation:0; -moz-animation:0; -ms-animation:0;-o-animation:0; animation:0;}
.media-outer::before{left:inherit; right:-135px;top:-120px;-webkit-transform:rotate(175deg); -moz-transform:rotate(175deg); transform:rotate(175deg); height:220px; width:220px;}
.media-outer::after{ right:inherit; left:-135px;  bottom:-120px;-webkit-transform:rotate(175deg); -moz-transform:rotate(175deg); transform:rotate(175deg); height:220px; width:220px; filter:saturate(35%); -moz-filter:saturate(35%); -webkit-filter:saturate(35%); -ms-filter:saturate(35%); -o-filter:saturate(35%);}
.media-outer-inner:before, .media-outer-inner:after{ display:none;}

.background-parallax-in.background-parallax-in1 { width: 568px;}

.slider_media .slick-next, .slider_media .slick-prev{width:40px; height:60px; top:50%; margin-top:-60px; }
.slider_media .slick-next:before{ left:-18%;}
.slider_media .slick-next:after{ left:6px;}

.slider_media .slick-prev:before{ right:-18%;}
.slider_media .slick-prev:after{ right:6px;}
 
/**NEW**/
#tatasalt-slider-carousel .background-parallax0 .background-parallax-in{ left:0; width:100%; bottom:0; top:inherit; height:100%;}
#tatasalt-slider-carousel .slider-product0-img1{ top:-95px;}
#tatasalt-slider-carousel .carousel-caption0 .know-more-btn{ color:#fff;}
.background-parallax-inner { width: 320px;}
.background-parallax0 .slider-product0{-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); width:80px; height:96px; left:22%; bottom:0;;}
.background-parallax0 .slider1-glass,
.background-parallax0 .slider2-glass, 
.background-parallax0 .slider3-glass {-webkit-transform: scale(0.6);  -moz-transform: scale(0.6); -ms-transform: scale(0.6);  -o-transform: scale(0.6);transform: scale(0.6);}

.background-parallax0 .slider1-glass,
.background-parallax0 .slider2-glass{ top:80px;}
.background-parallax0 .slider2-glass{ left:100px;}

.background-parallax0 .slider3-glass{ bottom:5%; right:inherit; left:175px}
	
	
	#tatasalt-slider-carousel .background-parallax01 .background-parallax-in{ left: 0;}	
#tatasalt-slider-carousel .background-parallax01 .background-parallax-in h1{font-size: 30px;}	
#tatasalt-slider-carousel .carousel-caption01 h2{top: -100px;     font-size: 28px;    line-height: 35px;}
#tatasalt-slider-carousel .carousel-caption01{height: 350px; }
	#tatasalt-slider-carousel .carousel-caption01 .caption-text{color:#fff;}
#tatasalt-slider-carousel .slider-shuddhtamarch-img1{top:100px; left: -65px;}
	#tatasalt-slider-carousel .slider-shuddhtamarch-img2{left:30px; top:24px;}
	#tatasalt-slider-carousel .slider-shuddhtamarch-img3{left:100px;top:-12px;}
	#tatasalt-slider-carousel .slider-shuddhtamarch-img4{left:150px; top:80px;}
		
}

@media all and (max-width:660px){
#tatasalt-slider-carousel .background-parallax0 .slider-product1-img1{ left:-40px;}
}

@media all and (max-width:568px){
.background-parallax-in{ width:480px; height:50%; top:50%; position:relative; max-width:100%;}
#tatasalt-slider-carousel .carousel-caption{ padding:20px;}
.slider-img{-webkit-transform:scale(0.4); -moz-transform:scale(0.4); -ms-transform:scale(0.4);-o-transform:scale(0.4); transform:scale(0.4);}
.slider-product1-img1, .slider-product1-glass2, .slider-product1-glass1{ bottom:inherit;}
.slider-product1-img1{ left:-100px; bottom:-125px;}
 
.slider-product1-glass1 {bottom: -145px; right: 10px;}
.slider-product1-glass2 {bottom: -145px; right: -100px;}  
.slider-product3-img1{right:-38%;}
 
/*.slider-product2-img0{right:auto; left:-35%; bottom:-145px;}

.slider-product3-img1 {right: -90%; left:auto;}
*/
.slider_media .slick-slide{width:395px;  -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); transform: scale(0.6);}
.slider_media .slick-slide a{ display:block;}
.slider-img.slider-product2-img0{ top:30px; -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); transform: scale(0.6);}
.slider-img.slider-product3-img1{ top:-30px; -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); transform: scale(0.95);}
.slider-img.slider-product2-img0{ top:-70px;}

.background-parallax-in.background-parallax-in1 { width: 364px;}

/**NEW**/
#tatasalt-slider-carousel .slider-product0-img1{ left:-85px; top:-100px; bottom:inherit;}
.background-parallax0 .slider-product0{ left:35%;}
.background-parallax-inner {width: 290px; right:0;}
}


@media all and (max-width:480px){
 .slider-img{-webkit-transform:scale(0.3); -moz-transform:scale(0.3); -ms-transform:scale(0.3);-o-transform:scale(0.3); transform:scale(0.3);}
 .slider-product1-glass1 {right:30px;}
 .slider-product1-glass2 {right:-60px;} 
  #tatasalt-slider-carousel .carousel-caption h2, #tatasalt-slider-carousel .carousel-caption h1{ top:-225px;}
 .slider_media .slick-slide { width:340px;}
 .slider-img.slider-product2-img0{top:-40px;-webkit-transform:scale(0.65);-moz-transform: scale(0.65); -ms-transform:scale(0.65); -o-transform:scale(0.65); transform:scale(0.65);}
.slider-img.slider-product3-img1{top:0px; -webkit-transform: scale(0.85); -moz-transform: scale(0.85); -ms-transform: scale(0.85); -o-transform: scale(0.85); transform: scale(0.85);}
 
/* .slider-product3-img1 {right: -72%;}
 .slider-product2-img0{ left:-25%;}*/
 
 /**NEW**/
 #tatasalt-slider-carousel .slider-product0-img1{ display:none;}
 .background-parallax0 .slider-product0{left:8%; bottom:22px; width:92px; height:110px;}
 .background-parallax-inner { width: 220px;}
 .background-parallax0 .slider1-glass, .background-parallax0 .slider2-glass, .background-parallax0 .slider3-glass { -webkit-transform: scale(0.4); -moz-transform: scale(0.4); -ms-transform: scale(0.4); -o-transform: scale(0.4);  transform: scale(0.4); }
 .background-parallax0 .slider2-glass { left: 56px;}
 .background-parallax0 .slider3-glass{ left:105px;}
	
	#tatasalt-slider-carousel .carousel-caption01 h2{top: -100px;}
}

@media all and (max-width:375px){
 .slider-product1-img1{-webkit-transform:scale(0.33); -moz-transform:scale(0.33); -ms-transform:scale(0.33);-o-transform:scale(0.33); transform:scale(0.33); bottom:-136px; left:-90px;}
 .slider-product1-glass1{ right:20px;}
 .slider-product1-glass1, .slider-product1-glass2{ bottom:-160px;}
/* .slider-product2-img0 {bottom: -155px; right:-150px;} */
.slider_media .slick-slide{width:288px;}

/*.slider-product2-img0{ left:-30%;}
.slider-product3-img1{ right:-85%;}*/
.slider-img.slider-product2-img0{top:-20px; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7);}
.slider-img.slider-product3-img1{top:20px; -webkit-transform: scale(0.95);-moz-transform: scale(0.95); -ms-transform:scale(0.95); -o-transform: scale(0.95); transform: scale(0.95);}
 
}

@media all and (max-width:320px){
 .slider-product1-img1{bottom:-120px;}
 /*.slider-product2-img0 { left: -45%;}
 .slider-product3-img1{right:-108%;}*/
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.an-epic-journey-outer{transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1);-o-transform: scale(1); -ms-transform: scale(1); background-position:center bottom;transition:transform 1s; -webkit-transition:-webkit-transform 1s; -moz-transition:-moz-transform 1s; -ms-transition:-ms-transform 1s; -o-transition:-o-transform 1s;}
.an-epic-journey-outer:hover{transform: scale(1.05); -moz-transform: scale(1.05); -webkit-transform: scale(1.05);-o-transform: scale(1.05); -ms-transform: scale(1.05);background-position:center bottom;transition:transform 3s; -webkit-transition:-webkit-transform 3s; -moz-transition:-moz-transform 3s; -ms-transition:-ms-transform 3s; -o-transition:-o-transform 3s;}
.resp-tab-active img, .resp-tabs-list li:hover img{ -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(../../images/grayscale.svg);
	filter: gray;}

}
