@font-face {
    font-family: 'rotondacregular';
    src: url('/fonts/rotondac/rotondac_0-webfont.eot');
    src: url('/fonts/rotondac/rotondac_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/rotondac/rotondac_0-webfont.woff2') format('woff2'),
         url('/fonts/rotondac/rotondac_0-webfont.woff') format('woff'),
         url('/fonts/rotondac/rotondac_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rotondacbold';
    src: url('/fonts/rotondac/rotondac-bold_0-webfont.eot');
    src: url('/fonts/rotondac/rotondac-bold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/rotondac/rotondac-bold_0-webfont.woff2') format('woff2'),
         url('/fonts/rotondac/rotondac-bold_0-webfont.woff') format('woff'),
         url('/fonts/rotondac/rotondac-bold_0-webfont.ttf') format('truetype');
    font-weigh normal;
    font-style: normal;
}
.mobile-only{ display:none !important; }
.nestle *{
  box-sizing: border-box;
}
.nestle {
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  font-size: 14px;
  line-height:17px;
  color: #666;
  padding:0 40px;
  margin:0 -23px;
}
.nestle__heading {
  background: url(/static/f/product_brand/3/images/bg.jpg) no-repeat center center;
  min-width: 752px;
  height: 416px;
  padding-top: 19px;
  border-radius: 10px;
  position:relative;
  width:100%;
}
.nestle__content {
  padding-bottom: 20px;
}
.nestle-title {
  font-size: 40px;
  line-height: 60px;
  font-family: 'RotonBol';
  color: #fff;
  position: relative;
}
.nestle-title span {
  position: relative;
  z-index: 1;
}
.nestle-title--first {
  padding: 13px 27px 0;
  margin-left: -12px;
}
.nestle-title--first:after {
  background: url(/static/f/product_brand/3/images/bg-title-1.png?rew=025) no-repeat 0 0 transparent;
  content: "";
  display: block;
  width: 386px;
  height: 92px;
  position: absolute;
  left: 0;
  top: 4px;
}
.nestle-title--second {
  padding: 13px 33px 0;
  margin-left: -18px;
  margin-top: -5px;
}
.nestle-title--second:after {
  background: url(/static/f/product_brand/3/images/bg-title-2.png?rew=025) no-repeat 0 0 transparent;
  content: "";
  display: block;
  width: 307px;
  height: 92px;
  position: absolute;
  left: 0;
  top: 4px;
}
.nestle-about {
  padding-top: 17px;
  padding-bottom: 28px;
}
.nestle-about-title {
  background: url(/static/f/product_brand/3/images/bg-content-title-1.png?rew=025) no-repeat 0 0 transparent;
  /*width: 549px;*/
  width: 595px;
  background-size: 100% 100%;
  height: 115px;
  margin: 0 auto;
  font-size: 28px;
  line-height: 28px;
  font-family: 'RotonBol';
  color: #1553a5;
  padding: 25px 58px;
  position: relative;
  z-index: 1;
}
.nestle-title-bear{
  background: url(/static/f/product_brand/3/images/title-bear.png) no-repeat 0 0;
  position:absolute;
  bottom:0;
  left:5%;
  width:269px;
  height:228px;
}
.nestle-title-logo{
  background: url(/static/f/product_brand/3/images/title-logo.png) no-repeat 0 0;
  position:absolute;
  top:0;
  right:3%;
  width:184px;
  height:123px;
}
.nestle-title-cereals{
  background: url(/static/f/product_brand/3/images/title-cereals.png) no-repeat 0 0;
  position:absolute;
  bottom:0;
  right:0;
  width:251px;
  height:185px;
  border-radius: 0 0 10px 0;
}
.nestle-title-star{
  background: url(/static/f/product_brand/3/images/title-star.png) no-repeat 0 0;
  position:absolute;
  top:50%;
  right:17%;
  width:97px;
  height:96px;
  margin-top:-72px;
}
.nestle-title-flower{
  background: url(/static/f/product_brand/3/images/title-flower.png) no-repeat 0 0;
  position:absolute;
  top:50%;
  right:27%;
  width:63px;
  height:63px;
  margin-top:33px;
}
.nestle-about-list {
  margin-left: -12px;
  margin-right: -12px;
}
.nestle-about-list:before,
.nestle-about-list:after {
  display: table;
  content: " ";
}
.nestle-about-list:after {
  clear: both;
}
.nestle-about-list__col {
  width: 33.3333%;
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
}
.nestle-about-list-bottom .nestle-about-list__col{
  width: 25%;
}
.nestle-about-item {
  position: relative;
  padding-top: 15px;
  text-align: center;
}
.nestle-about-item:before {
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 35px;
  height: 43px;
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
}
.nestle-about-item--left:before {
  background-image: url(/static/f/product_brand/3/images/arrow-1-1.png);
  right: 40px;
}
.nestle-about-item--left:hover:before {
  animation: img-1-keyframes 0.6s linear 0s 1 normal forwards;
}
@keyframes img-1-keyframes {
  0% {
    right: 40px;
    top: 0;
    animation-timing-function: ease-in-out;
  }
  50% {
    right: 45px;
    top: 5px;
    animation-timing-function: ease-in-out;
  }
  100% {
    right: 40px;
    top: 0;
    animation-timing-function: ease-in-out;
  }
}
.nestle-about-item--center:before {
  background-image: url(/static/f/product_brand/3/images/arrow-2-2.png);
  left: 115px;
}
.nestle-about-item--center:hover:before {
  animation: img-2-keyframes 0.6s linear 0s 1 normal forwards;
}
@keyframes img-2-keyframes {
  0% {
    left: 115px;
    top: 0;
    animation-timing-function: ease-in-out;
  }
  50% {
    left: 120px;
    top: 5px;
    animation-timing-function: ease-in-out;
  }
  100% {
    left: 115px;
    top: 0;
    animation-timing-function: ease-in-out;
  }
}
.nestle-about-item--right:before {
  background-image: url(/static/f/product_brand/3/images/arrow-3-3.png);
  left: 45px;
}
.nestle-about-item--right:hover:before {
  animation: img-3-keyframes 0.6s linear 0s 1 normal forwards;
}
@keyframes img-3-keyframes {
  0% {
    left: 45px;
    top: 0;
    animation-timing-function: ease-in-out;
  }
  50% {
    left: 50px;
    top: 5px;
    animation-timing-function: ease-in-out;
  }
  100% {
    left: 45px;
    top: 0;
    animation-timing-function: ease-in-out;
  }
}
.nestle-about-item__media {
  position: relative;
  z-index: 1;
}
.nestle-about-item__media img {
  max-width: 100%;
  height: auto;
}
.nestle-about-item__info {
  background-color: #b9e3fa;
  min-height: 120px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 18px;
  font-family: 'RotonBol';
  color: #1654a5;
  padding: 40px 15px 20px;
  margin-top: -48px;
}
.link-target {
  font-size: 16px;
  line-height: 18px;
  font-family: 'RotonBol';
  color: #035aa9;
  text-decoration: none;
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.link-target span {
  border-bottom: 2px dotted #035aa9;
  display: inline-block;
  vertical-align: middle;
}
.link-target:before {
  background: url(/static/f/product_brand/3/images/arrow-link.png?rew=025) no-repeat 0 0;
  width: 13px;
  height: 25px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
}
.link-target:hover:before {
  animation: arrow 0.6s linear 0s 1 normal forwards;
}
@keyframes arrow {
  0% {
    left: 0;
    animation-timing-function: ease-in-out;
  }
  50% {
    left: 4px;
    animation-timing-function: ease-in-out;
  }
  100% {
    left: 0;
    animation-timing-function: ease-in-out;
  }
}
.nestle-about-item__target {
  width: 164px;
  display: block;
  margin: 0 auto;
  padding: 12px 18px 9px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  cursor: pointer;
}
.nestle-about-item__target.active {
  background-color: #fee89d;
}
.nestle-about-content {
  top: -4px;
  position: relative;
}
.nestle-about-content .tab_container {
  display: none;
}
.nestle-about-content .tab_container.active {
  display: block;
}
.nestle-about-content-item {
  border: 10px solid #fee89d;
  border-radius: 6px;
  background-color: #fee89d;
}
.nesle-about-content-bifidus{
    width: 150px;
    margin-left: 35px;
    margin-top: 10px;
}
.nesle-about-content-iron{
    width: 150px;
    margin-left: 35px;
    margin-top: 45px;
}
.nesle-about-content-che{
    width: 150px;
    margin-left: 35px;
    margin-top: 10px;
}
.nestle-about-content-item__inner {
  border: 2px dashed #319fcb;
  border-radius: 6px;
  background-color: #fff;
  padding: 20px;
}
.nestle-about-content-item__inner:before,
.nestle-about-content-item__inner:after {
  display: table;
  content: " ";
}
.nestle-about-content-item__inner:after {
  clear: both;
}
.nestle-about-content-item__media {
  float: left;
}
.nestle-about-content-item__content {
  padding-left: 252px;
}
.nestle-about-content-item__footer {
  border-top: 2px dashed #eaeaea;
  margin-left: 252px;
  margin-top: 18px;
  padding-left: 24px;
  padding-top: 19px;
}
.nestle-about-content-item__content-1 {
  margin: 15px 0;
}
.nestle-about-content-item__content-3 {
  margin-top: 22px;
}
.nestle-about-content-item__title {
  font-size: 24px;
  line-height: 26px;
  font-family: 'rotondacbold';
  color: #0096dc;
  margin-bottom: 12px;
}
.nestle-about-content-item__subtitle {
  font-size: 16px;
  line-height: 20px;
  font-family: 'rotondacbold';
  color: #035aa9;
}
.nestle-about-content-item__info {
  font-size: 14px;
  line-height: 20px;
  font-family: 'rotondacregular';
  color: #035aa9;
}
.nestle-about-content-item__info span {
  font-weight: bold;
}
.nestle-list-leaf {
  list-style: none;
  list-style-type:none;
  padding: 0;
  margin: 0;
}
.region-content ul.nestle-list-leaf,
.region-content ul.nestle-list-circle {
  list-style-type:none;
}
.nestle-list-leaf__item {
  padding-left: 72px;
  position: relative;
}
.nestle-list-leaf__item + .nestle-list-leaf__item {
  margin-top: 9px;
}
[class*=icons-list-leaf-]:before {
  width: 60px;
  height: 60px;
  display: block;
  content: "";
  background-image: url(/static/f/product_brand/3/images/list-icons.jpg?rew=025);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.icons-list-leaf-orange:before {
  background-position: 0 0;
}
.icons-list-leaf-blue:before {
  background-position: 0 -60px;
}
.icons-list-leaf-red:before {
  background-position: 0 -120px;
}
.icons-list-leaf-purple:before {
  background-position: 0 -180px;
}
.nestle-list-leaf__item .nestle-about-content-item__title {
  margin-bottom: 0;
}
.nestle-list-circle {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nestle-list-circle__item {
  padding-left: 24px;
  position: relative;
}
.nestle-list-circle__item + .nestle-list-circle__item {
  margin-top: 9px;
}
.nestle-list-circle__item:before {
  width: 8px;
  height: 8px;
  display: block;
  content: "";
  background: url(/static/f/product_brand/3/images/list-icons.jpg?rew=025) no-repeat 0 -240px;
  position: absolute;
  left: 0;
  top: 4px;
}
.nestle-banner {
  background: url(/static/f/product_brand/3/images/nestle-banner.png?rew=025) no-repeat 0 0;
  width: 754px;
  height: 212px;
  color: #fff !important;
  padding-left: 273px;
  padding-top: 52px;/*40*/
  padding-right: 50px;
  position: relative;
  display: block;
  margin:0 auto;
}
.nestle-banner-ico {
  background: url("/static/f/product_brand/3/images/nestle-banner-xs.png?rew=021") no-repeat 0 0;
  width: 64px;
  height: 54px;
  position: absolute;
  left: 155px;
  top: -7px;
}
.nestle-banner:hover .nestle-banner-ico {
  animation: pulse 1s linear infinite;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.nestle-banner__title {
  font-size: 30px;
  line-height: 32px;
  font-family: 'RotonBol';
  margin-bottom: 14px;
}
.nestle-banner__info {
  font-size: 16px;
  line-height: 22px;
  font-family: 'RotonBol';
}
.nestle-banner-legend{
  margin-top: -20px;
  margin-bottom: 15px;
}

.nestle-products-title {
  background: transparent url(/static/f/product_brand/3/images/bg-content-title-2.png?rew=025) no-repeat scroll 0 0;
  /*width: 440px;*/
  width: 465px;
  background-size: 100% 100%;
  height: 84px;
  margin: 0 auto;
  padding: 25px 20px;
  font-size: 28px;
  line-height: 28px;
  font-family: 'RotonBol';
  color: #035aa9;
  text-align: center;
  position: relative;
  z-index: 1;
}
.nestle-products-item {
  position: relative;
  padding-top: 35px;
}
.nestle-products-item:before {
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 35px;
  height: 43px;
  content: "";
  position: absolute;
  top: -10px;
}
.nestle-products-item--left:before {
  background-image: url(/static/f/product_brand/3/images/arrow-1-1.png);
  right: 54px;
}
.nestle-products-item--left:hover:before {
  animation: img-4-keyframes 0.6s linear 0s 1 normal forwards;
}
@keyframes img-4-keyframes {
  0% {
    right: 54px;
    top: -10px;
    animation-timing-function: ease-in-out;
  }
  50% {
    right: 59px;
    top: -5px;
    animation-timing-function: ease-in-out;
  }
  100% {
    right: 54px;
    top: -10px;
    animation-timing-function: ease-in-out;
  }
}
.nestle-products-item__media{
  text-align:center;
}
.nestle-products-item--center:before {
  background-image: url(/static/f/product_brand/3/images/arrow-2-2.png);
  left: 94px;
}
.nestle-products-item--center:hover:before {
  animation: img-5-keyframes 0.6s linear 0s 1 normal forwards;
}
@keyframes img-5-keyframes {
  0% {
    left: 94px;
    top: -10px;
    animation-timing-function: ease-in-out;
  }
  50% {
    left: 99px;
    top: -5px;
    animation-timing-function: ease-in-out;
  }
  100% {
    left: 94px;
    top: -10px;
    animation-timing-function: ease-in-out;
  }
}
.nestle-products-item--right:before {
  background-image: url(/static/f/product_brand/3/images/arrow-3-3.png);
  left: 40px;
}
.nestle-products-item--right:hover:before {
  animation: img-6-keyframes 0.6s linear 0s 1 normal forwards;
}
.nestle-products-item--right-right:before{
  background-image: url(/static/f/product_brand/3/images/arrow-right-right.png);
  left: 40px;
}
@keyframes img-6-keyframes {
  0% {
    left: 40px;
    top: -10px;
    animation-timing-function: ease-in-out;
  }
  50% {
    left: 45px;
    top: -5px;
    animation-timing-function: ease-in-out;
  }
  100% {
    left: 40px;
    top: -10px;
    animation-timing-function: ease-in-out;
  }
}
.nestle-products-item-content {
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align:center;
}
.nestle-products-item__title {
  font-size: 18px;
  line-height: 20px;
  font-family: 'rotondacbold';
  color: #035aa9;
  margin-bottom: 5px;
  min-height:40px;
}
.nestle-products-item__info {
  font-size: 14px;
  line-height: 20px;
  color: #484848;
  min-height:30px;
}
.banner-target {
  display: block;
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 5px;
  position: relative;
  text-align:center;
}
.banner-mamaster{
  display: block;
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 5px;
  position: relative;
  text-align:center;
}
.video-target-ico {
  background: url(/static/f/product_brand/3/images/video-target-ico.png?rew=021);
  width: 85px;
  height: 80px;
  background-size: 85px 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -40px;
  transition: all .2s ease-in-out;
}
.banner-target-link{

}
.banner-target:hover .video-target-ico {
  animation: pulse2 .2s linear 0s 1 normal forwards;
}
@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.nestle-links {
  /*margin-left: -12px;
  margin-right: -12px;*/
}
.nestle-links:before,
.nestle-links:after {
  display: table;
  content: " ";
}
.nestle-links:after {
  clear: both;
}
.nestle-links__col {
  width: 100%;
  position: relative;
  min-height: 1px;
  float: left;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.nestle-links__col img {
  width: 100%;
   border-radius: 16px;
   min-height: 307px;
}
.nestle-links-item {
  background: url(/static/f/product_brand/3/images/bg-info.jpg?rew=025) no-repeat 0 0 transparent;
  width: 100%;
  height: 225px;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-top: 21px;
}
.nestle-links-item__title {
  font-size: 20px;
  line-height: 24px;
  font-family: 'RotonBol';
  color: #035aa9;
  text-align: center;
}
.nestle-links-item__media {
  text-align: center;
}
.nestle-links-item__media img {
  max-width: 100%;
  height: auto;
}
.nestle-links-item__caption {
  font-size: 16px;
  line-height: 18px;
  font-family: 'RotonBol';
  color: #035aa9;
  text-align: center;
}
.offset-nav {
  position: fixed;
  width: 122px;
  height: 100%;
  left: 53%;
  top: 0;
  margin-left: 450px;
}
.offset-nav-start {
  background: url(/static/f/product_brand/3/images/nav-start.gif?rev=011) no-repeat 0 0 transparent;
  width: 112px;
  height: 160px;
  position: absolute;
  left: 5px;
  top:440px;
  transition: opacity, visibility 0.15s linear;
  visibility: hidden;
  opacity: 0;
}
.offset-nav-start.in {
  visibility: visible;
  opacity: 1;
}
.offset-nav-totop {
  background: url(/static/f/product_brand/3/images/nav-top.png?rev=011) no-repeat 0 0 transparent;
  width: 122px;
  height: 156px;
  position: absolute;
  left: 0;
  bottom: 275px;
  cursor: pointer;
  transition: opacity, visibility 0.15s linear;
  visibility: hidden;
  opacity: 0;
}
.offset-nav-totop.in {
  visibility: visible;
  opacity: 1;
}
#cboxClose {
	display: block !important
}
.nestle-products-video-toggle{
	display: none;
	max-width: 240px;
	margin-bottom: 20px;
	padding: 15px 15px 25px;
}
/*============================================================================================================
	END nestle
============================================================================================================*/

@media (max-width: 900px){
  .nestle{
    padding:0 20px;
    margin:0;
  }
  .nestle__heading{
    min-width:0;
    /*background-position:45% 30%;
    background-size: contain;
    width:100%;*/
  }
  .nestle-title-bear{
    left:2%;
  }
  .nestle-title-star{
    right:5%;
  }
  .nestle-title-flower{
    display:none;
  }
  .nestle-title--second{
    margin-left:-20px;
  }
  .nestle-banner{
    background-size: contain;
    background-position:left center;
    padding-top: 40px;
    padding-left: 250px;
    width: 682px;
  }
  .nestle-banner-ico{
    left: 137px;
    top:0;
  }
}

@media (max-width: 759px){
  .not-for-mobile{ display:none; }
  .mobile-only{ display:block !important; }
  .nestle{
    padding:0;
  }
.nestle-about-list-bottom .nestle-about-list__col {
    width: 100%;
}
  .nestle-title{
    font-size: 16px;
    line-height: 34px;
  }
  .nestle-title--first{
    margin:0;
    padding:0 20px;
  }
  .nestle-title--second{
    margin:7px 0 0 0;
    padding:0 20px;
    line-height:25px;
  }
  .nestle-title--first::after{
    background-size:contain;
    margin-left:-6px;
    top:-5px;
    width:190px;
  }
  .nestle-title--second::after{
    background-size:contain;
    margin-left:0;
    width:150px;
    top:-9px;
  }
  .nestle__heading{
    background-size:cover;
    height:280px;
    border-radius:0;
  }
  .nestle-title-bear{
    background-size:contain;
    height:114px;
  }
  .nestle-title-logo{
    background-size:contain;
    height:62px;
    width:96px;
  }
  .nestle-title-cereals{
    background-size: contain;
    height:93px;
    width:127px;
  }
  .nestle-title-star{
    display:none;
  }
  .nestle-about{
    padding:17px 10px 28px;
  }
  .nestle-about-title{
    /*background-size: contain;*/
    text-align:center;
    font-size:16px;
    line-height:16px;
    padding:20px 15px;
    width:280px;
    height:auto;
  }
  .nestle-about-list__col{
    float:none;
    width:100%;
  }
  .nestle-about-item{
    padding-top:0;
  }
  .nestle-about-item--left::before,
  .nestle-about-item--center::before,
  .nestle-about-item--right::before{
    display:none;
  }
  .nestle-about-item__info{
    min-height: 0;
  }
  .nestle-about-item__target{
    border-radius:0 0 6px 6px;
  }
  .nestle-about-item__target.active{
    background:none;
  }
  .nestle-about-content{
    padding-bottom:20px;
    top:20px;
  }
  .nesle-about-content-bifidus{
    margin: 0;
  }
  .nesle-about-content-che{
    margin: 0;
  }
  .nesle-about-content-iron{
    margin: 0;
  }
  .nestle-about-content-item__media{
    text-align:center;
    float:none;
  }
  .nestle-about-content-item__media img{
    max-width:200px;
    width:60%;
  }
  .nestle-products-item__target{
    left:0 !important;
    top:-15px !important;
  }
  .nestle-about-content-item__content{
    padding-left:0;
  }
  .nestle-list-leaf__item{
    padding-left:0;
  }
  [class*="icons-list-leaf-"]::before{
      background:none;
  }
  .nestle-about-content-item__footer{
    margin-left:0;
  }
  .nestle-banner-legend{
    padding:0 10px;
  }
  .nestle-banner{
    background:#0a4d9e;
    width:auto;
    height:auto;
    padding:15px;
    margin:0 10px;
    border-radius:6px;
  }
  .nestle-banner-ico{
    display: none;
  }
  .nestle-products{
    padding:22px 10px 0;
  }
  .nestle-products-title{
    /*background-size: contain;*/
    background-position: center center;
    text-align:center;
    font-size:18px;
    line-height:31px;
    padding:20px 15px;
    width:100%;
    height:auto;
  }
  .nestle-products-item--left::before,
  .nestle-products-item--center::before,
  .nestle-products-item--right::before{
    background:none;
  }
  .nestle-links__col{
    width:100%;
    float:none;
  }
  .banner-target{
    width:95%;
    margin:0 auto;
  }
  .banner-mamaster{
    width:95%;
    margin:0 auto;
  }
  .banner-target-link img{
    margin:0 auto;
    width:95%;
  }
.titles.titles-brand {
    float: none;
    margin: 0 auto;
}
.page-cover .brandlogo {
    position: static;
    margin-top: 30px;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 768px){
.nestle-about-content{
	display: none;
}
.dash{
	border-bottom: 1px solid #ccc;
}
.nestle__content {
	padding-bottom: 0px;
	margin-bottom: 20px;
	background: #fff;
}
.nestle{
	background: #f1f1ed;
}
.nestle-products{
	background: #fff;
    padding-bottom: 35px;
}
.nestle-about-list-bottom .nestle-about-list__col {
	float: left;
}
@media (max-width: 570px){
  .nestle-page .nestle-dash {
      font-size: 32px;
  }
}

/* *********** SLIDER ************* */
.nestle-about-list-bottom{
	width: 280px;
	margin: 0 auto;
	position: relative;
}
.nestle-about-list-bottom .slick-dots{
    max-width: 104px;
    margin: 25px auto 0;
    overflow: hidden;
}
.nestle-about-list-bottom .slick-dots *{
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.nestle-about-list-bottom .slick-arrow{
    position: absolute;
    bottom: -14px;
    text-indent: -9999px;
    background: #fff;
}
.nestle-about-list-bottom .slick-prev{
    left: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 50%;
}
.nestle-about-list-bottom .slick-next{
    right: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 50%;
}
.nestle-about-list-bottom .slick-prev:before{
	content: '';
	display: block;
	width: 3px;
	height: 12px;
	background: #31a8db;
	position: absolute;
	top: 15px;
    left: 22px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nestle-about-list-bottom .slick-prev:after{
	content: '';
	display: block;
	width: 3px;
	height: 12px;
	background: #31a8db;
	position: absolute;
	top: 23px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nestle-about-list-bottom .slick-next:after{
	content: '';
	display: block;
	width: 3px;
	height: 12px;
	background: #31a8db;
	position: absolute;
	top: 23px;
    left: 23px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nestle-about-list-bottom .slick-next:before{
	content: '';
	display: block;
	width: 3px;
	height: 12px;
	background: #31a8db;
	position: absolute;
	top: 15px;
    left: 23px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nestle-about-list-bottom .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #26426f;
    margin: 0 7px;
    font-size: 0;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.nestle-about-list-bottom .slick-active button {
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.nestle-products-video-toggle{
	display: block;
}
.nestle-products-video-toggle:before {
    background: url(/static/f/product_brand/3/images/arrow-link.png?rew=025) no-repeat 0 0;
    width: 13px;
    height: 25px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -2px;
    position: relative;
}
.nestle__heading,
.illu-top-block,
.brand-top-block{
	display: none;
}
.page-cover-brand .page-cover {
    margin-bottom: 10px;
    background: url(/static/f/product_brand/3/images/top-bg.png) center top no-repeat !important;
    background-size: cover !important;
    position: relative;
    padding-bottom: 150px;
    overflow: visible;
}
.page-cover .titles-brand_nestle h1 {
    width: 100% !important;
    color: #31a8db;
    text-shadow: none;
}
.page-cover .brandlogo {
    margin-top: -10px;
}
.page-cover .titles:before, .page-cover .titles:after {
    border-radius: 3px;
}
.page-cover-brand .page-cover:after{
	content: '';
	display: block;
	position: absolute;
	height: 135px;
	width: 100%;
	bottom: -4px;
	left: 0;
	background: url(/static/f/product_brand/3/images/top-bear.png) center bottom no-repeat;
}



}

/*--- Nes Styles ---*/
.nestle-new-descr > div{
	padding-top:15px;
}

/*--- End New Styles ---*/