@font-face {
  font-family: 'robotolight';
  src: url("fonts/Roboto-Light-webfont.eot");
  src: url("fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Light-webfont.woff") format("woff"), url("fonts/Roboto-Light-webfont.ttf") format("truetype"), url("fonts/Roboto-Light-webfont.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal; }

header {
  
  padding: 12px 15px;
  height: 53px; 
  
  }

.logo img {
  max-height: 28px; }

.category-selector {
  text-transform: capitalize;
  position: relative;
  border: 0;
  background: none;
  font-size: 16px; }

.category-selector__toggle {
  text-transform: capitalize;
  border: none;
  background: none;
  font-size: 18px;
  padding: 0 0 0 25px;
  margin: 2px 0 0 5px;
  cursor: pointer;
  font-family: "robotolight", helvetica, arial, sans-serif;
  background: url("images/menu-deselected.svg") no-repeat 0 center; }

.category-selector__toggle--on {
  background-image: url("images/menu-selected.svg"); }

.category-list {
  position: absolute;
  left: 25px;
  top: -17px;
  z-index: 1;
  list-style: none;
  opacity: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid black;
  display: block;
  visibility: hidden; }

.category-list--on {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible; }

.category-list__item {
  margin: 12px 17px; }

.category-list__button {
  text-transform: capitalize;
  background: none;
  border: none;
  font-size: 18px;
  white-space: nowrap;
  display: block;
  text-align: left;
  cursor: pointer;
  font-family: "robotolight", helvetica, arial, sans-serif;
  color: inherit; }

.details {
  padding: 12px 15px;
  height: 40px;
  font-size: 14px;
  line-height: 16px;

  }
  


  

.details__container {
  width: 170px;
  white-space: nowrap;
  overflow: hidden; }

.details__icon {
  vertical-align: bottom;
  margin-right: 5px; }

.details__text {
  margin-right: 20px; }

.view-more {
  width: 100px;
  text-align: right;
  position: relative; }

.view-more__link {
  text-decoration: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: -30px;
  display: inline-block; }

.view-more__icon {
  width: 28px;
  height: 28px;
  display: block;
  margin: 0 auto 2px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  background: url("images/more-icon.svg") center no-repeat; 
  visibility: hidden;
  
  }


.view-more__link:hover .view-more__icon {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  transition: -webkit-transform 1000ms -webkit-background-image 1000ms ease-in-out;
  transition: transform 500ms;
  
   background: url("https://s3-ap-southeast-2.amazonaws.com/kiwiops-static/assets.stuff.co.nz/adtech/Armstrong+AutoPlay+Test+Widget/dist/images/reddot.png") center no-repeat; 
   background-size:contain;
   
   
  }

footer {
  height: 46px;
  line-height: 22px;
  padding: 12px 15px;
  background: #00224b;
  color: #fff; 
  vertical-align:middle;
  text-align:center;
  align-content:center;
  }

.pager {
  font-size: 12px; 
  vertical-align:text-middle;
  text-align:center;
  margin:auto;
  align-content:center;
  }

.pager__button {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  width: 12px;
  height: 16px;
  margin: 0 5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center; }

.image-area {
  overflow: hidden;
  height: 220px; }

.image-container {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

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

.slide__text {
  position: absolute;
  bottom: 0;
  padding: 12px 15px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.slide__heading {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.slide__details {
  font-size: 12px;
  margin: 0;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.slide__image {
  position: relative;
  display: block;
  height: 220px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  box-shadow: inset 0 7px 20px -7px rgba(0, 0, 0, 0.5);
  opacity: 0; }

.slide__image--on {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.8s; }

* {
  box-sizing: border-box; }

a img {
  border: none; }

body {
 
  font-family: helvetica, arial, sans-serif; 
  
  }

.widget {
  width: 300px;
  margin: 6px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
   position:absolute;
   margin-left:auto;
   margin-right:auto;
   left:0px;
   right:0px;

  }
  
 

.row:after {
  content: "";
  display: table;
  clear: both; }

.left-col {
  float: left; }

.right-col {
  float: right; }

/*# sourceMappingURL=main.min.css.map */
