@font-face {
  font-family: 'DINPro-Regular';
  src: url('/content/dam/Australia/kelloggs_nz/fonts/DINPro-Regular_13937.ttf'); /* Modern Browsers */
  font-style:   normal;
  font-weight:  normal;
}
@font-face {
  font-family: 'DINPro-Bold';
  src: url('/content/dam/Australia/kelloggs_nz/fonts/DINPro-Bold_13934.ttf'); /* Modern Browsers */
  font-style:   normal;
  font-weight:  normal;
}
@font-face {
  font-family: 'DINPro-Light';
  src: url('/content/dam/Australia/kelloggs_nz/fonts/DINPro-Light_13935.ttf'); /* Modern Browsers */
  font-style:   normal;
  font-weight:  normal;
}

body {
    background-image: none;
    background-color: #000000!important;
    color: #666666;
}


.yt_player {
    padding-bottom: 39.2%!important;
}

.unstoppable_grid-container {
  display: grid;
  grid-template-columns: 33% 33% 33%;
}

.unstoppable_item {
  width: 100%;
  display: inline-block;
}

.unstoppable_bottom-banner_mob {
  display: none;
} 
.unstoppable_grid_container-center {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.widget-list.social-networks {
    display: none;
}

.unstoppable_grid_container-bckground{
	background-color: #000000;
}

.fullbleed{
	width: 100%!important;
}

.kstl-feature-inset{
    max-width: 25%;
    bottom: 0;
    right: 42%!important;
}

.content_wrapper{
	margin-top: 0px!important;
}


.unstoppable_carousel-button {

    display: inline-block;
    margin-bottom: 12px;
    padding: 10px 30px;
    background-color: #000000;
    border-radius: 999px;
    text-transform: uppercase;
    font-size: 16px;
    color: white;
    font-family: DINPro-Regular;
    text-decoration: none;
    transition: background-color .3s, border .3s;
    box-sizing: border-box;

}


@media only screen and (min-width: 300px) and (max-width: 850px) {
	.unstoppable_grid-container {
	  grid-template-columns: 100%!important;
	}
    .unstoppable_grid_container-center {
      width: 100%!important;

    }
	.unstoppable_item {
      width: 100%;
      display: inline-block;
    }
    .unstoppable_carousel-button {
        display: inline-block;
        margin-bottom: 0px!important;
        padding: 8px 20px!important;
        background-color: #000000;
        border-radius: 999px;
        text-transform: uppercase;
        font-size: 15px!important;
        font-family: DINPro-Regular;
        color: white;
        text-decoration: none;
        transition: background-color .3s, border .3s;
        box-sizing: border-box;

    }

    .unstoppable_bottom-banner_desk{
    	display:none;
    }

    .yt_player {
        padding-bottom: 100%!important;
    }

    .ytp-cued-thumbnail-overlay-image {
        top: 20px!important;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
    }
    .kstl-full-image-slide{
   		height: auto!important;
    }
 }

 @media only screen and (min-width: 1275px) and (max-width: 1285px) {

 	.kstl-feature-inset{
        max-width: 25%;
        bottom: 0;
        right: 41.3%!important;
    }

    .fullbleed{
        width: 101.5%!important;
    }

    .yt_player {
        padding-bottom: 41.5%!important;
    }

}

/*------------------------------------------------------ owl-carousel css starts------------------------- */

.carousel-heading{
  color: white;
  text-align: center;
  margin-top: 20px;
}

.owl-wrapper{
  width: 100%;
  margin-bottom: 50px;
}
.carousel{
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}
.carousel .card{
  background: none;
  text-align: center;
  margin: 20px 0;
  border-radius: 10px;
}

.owl-carousel .nav-btn{
  height: 50px;
  width: 50px;
  position: absolute;
  background-color: red;
  color: #000;
  cursor: pointer;
  top: 45%!important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  background: url(/content/dam/Australia/kelloggs_nz/images/articles/left-arrow.png);
  background-size: 50px 50px;
  background-repeat: no-repeat; 
  left: -33px;
}
.owl-carousel .next-slide{
  background: url(/content/dam/Australia/kelloggs_nz/images/articles/right-arrow.png);
  background-size: 50px 50px;
  background-repeat: no-repeat; 
  right: -33px;
} 

.owl-dots{
  text-align: center;
  margin-top: 10px;
}
.owl-dot{
  height: 15px;
  width: 15px;
  margin: 0 5px;
  outline: none;
  border-radius: 15px;
  border: 2px solid #000!important;
  box-shadow: 0px 5px 15px rgba(255, 254, 254, 0.5);
  transition: all 0.3s ease;
}
.owl-dot.active,
.owl-dot:hover{
  background: #FFF!important;
}

.instagram-media {
  background:#FFF; border:0; 
  border-radius:10px; 
  margin: 1px; 
  max-width:540px; 
  min-width:326px; 
  max-height:550px; 
  padding:0; 
  width:99.375%; 
  width:-webkit-calc(100% - 2px); 
  width:calc(100% - 2px);
}


@media only screen and (min-width: 270px) and (max-width: 700px){
  .carousel{
    max-width: 1024px;
    margin: auto;
    padding: 0 5px;
  }

  .carousel .card{
    text-align: center;
    margin: 0px 0px;
    padding: 30px 30px 0px 30px!important;
    border-radius: 10px;
  }

  .instagram-media {
    background:#FFF; border:0; 
    border-radius:3px; 
    margin: 1px; 
    max-width:100%!important; 
    min-width:90%!important; 
    padding:0; 
    width:99.375%; 
    width:-webkit-calc(100% - 2px); 
    width:calc(100% - 2px);
  }

  .owl-dots{
    text-align: center;
    margin-top: 10px;
  }
  .owl-carousel .prev-slide{
    background: url(/content/dam/Australia/kelloggs_nz/images/articles/left-arrow.png);
    background-size: 50px 50px;
    background-repeat: no-repeat; 
    left: -10px;
  }
  .owl-carousel .next-slide{
    background: url(/content/dam/Australia/kelloggs_nz/images/articles/right-arrow.png);
    background-size: 50px 50px;
    background-repeat: no-repeat; 
    right: -10px;
  } 
}

@media only screen and (min-width: 700px) and (max-width: 999px){
  .carousel{
    max-width: 1200px;
    margin: auto;
    padding: 0 5px;
  }

  .carousel .card{
    text-align: center;
    margin: 0px 0px;
    padding: 30px 30px!important;
    border-radius: 10px;
  }

  .instagram-media {
    background:#FFF; border:0; 
    border-radius:3px; 
    margin: 1px; 
    max-width:95%!important; 
    min-width:90%!important; 
    padding:0; 
    width:99.375%; 
    width:-webkit-calc(100% - 2px); 
    width:calc(100% - 2px);
  }

  .owl-carousel .prev-slide{
    background: url(/content/dam/Australia/kelloggs_nz/images/articles/left-arrow.png);
    background-size: 50px 50px;
    background-repeat: no-repeat; 
    left: -10px;
  }
  .owl-carousel .next-slide{
    background: url(/content/dam/Australia/kelloggs_nz/images/articles/right-arrow.png);
    background-size: 50px 50px;
    background-repeat: no-repeat; 
    right: -10px;
  } 
}

@media only screen and (min-width: 270px) and (max-width: 280px){

	.carousel .card{
      text-align: center;
      margin: 0px 0px;
      padding: 30px 70px 0px 30px!important;
      border-radius: 10px;
     }

	.instagram-media {
      background:#FFF; border:0; 
      border-radius:10px; 
      margin: 1px; 
      max-width:540px; 
      min-width:326px; 
      max-height:350px; 
      padding:0; 
      width:99.375%; 
      width:-webkit-calc(100% - 2px); 
      width:calc(100% - 2px);
    }

   .owl-dots{
     text-align: center;
     margin-top: 0px;
     margin-right: 45px; 
    }

  .owl-carousel .prev-slide{
    background: url(/content/dam/Australia/kelloggs_nz/images/articles/left-arrow.png);
    background-size: 30px 30px;
    background-repeat: no-repeat; 
    left: -4px;
  }
  .owl-carousel .next-slide{
    background: url(/content/dam/Australia/kelloggs_nz/images/articles/right-arrow.png);
    background-size: 30px 30px;
    background-repeat: no-repeat; 
    right: 15px;
  } 
}

@media only screen and (min-width: 281px) and (max-width: 300px){

	.carousel .card{
      text-align: center;
      margin: 0px 0px;
      padding: 30px 50px 0px 50px!important;
      border-radius: 10px;
     }

	.instagram-media {
      background:#FFF; border:0; 
      border-radius:10px; 
      margin: 1px; 
      max-width:540px; 
      min-width:326px; 
      max-height:355px; 
      padding:0; 
      width:99.375%; 
      width:-webkit-calc(100% - 2px); 
      width:calc(100% - 2px);
    }
    .owl-carousel .prev-slide{
        background: url(/content/dam/Australia/kelloggs_nz/images/articles/left-arrow.png);
        background-size: 30px 30px;
        background-repeat: no-repeat; 
        left: 15px;
    }
    .owl-carousel .next-slide{
        background: url(/content/dam/Australia/kelloggs_nz/images/articles/right-arrow.png);
        background-size: 30px 30px;
        background-repeat: no-repeat; 
        right: 0px;
    } 
}

@media only screen and (min-width: 320px) and (max-width: 340px){

	.instagram-media {
      max-height:400px; 
    }
}

@media only screen and (min-width: 370px) and (max-width: 380px){

	.instagram-media {
      max-height:475px; 
    }
}

@media only screen and (min-width: 360px) and (max-width: 370px){

	.carousel .card{
      text-align: center;
      margin: 0px 0px;
      padding: 30px 30px 0px 30px!important;
      border-radius: 10px;
     }

	.instagram-media {
      background:#FFF; border:0; 
      border-radius:10px; 
      margin: 1px; 
      max-width:540px; 
      min-width:326px; 
      max-height:450px; 
      padding:0; 
      width:99.375%; 
      width:-webkit-calc(100% - 2px); 
      width:calc(100% - 2px);
    }
    .owl-carousel .prev-slide{
        background: url(/content/dam/Australia/kelloggs_nz/images/articles/left-arrow.png);
        background-size: 30px 30px;
        background-repeat: no-repeat; 
        left: 0px;
    }
    .owl-carousel .next-slide{
        background: url(/content/dam/Australia/kelloggs_nz/images/articles/right-arrow.png);
        background-size: 30px 30px;
        background-repeat: no-repeat; 
        right: -15px;
    } 
}

@media only screen and (min-width: 400px) and (max-width: 410px){

	.instagram-media {
      max-height:505px; 
    }
}


@media only screen and (min-width: 411px) and (max-width: 420px){

	.instagram-media {
      max-height:520px; 
    }
}

@media only screen and (min-width: 540px) and (max-width: 550px){

	.instagram-media {
      max-height:680px; 
    }
}
/*------------------------------------------------------ owl-carousel css ends------------------------- */