/*$c-red: #b0422a;*/
/*$c-button-hover: darken($c-blue, 5%);*/
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/* line 6, ../scss/homepage.scss */
.main-container.fixed-header-active {
  padding-top: 140px;
}
/* line 8, ../scss/homepage.scss */
.main-container.fixed-header-active .breadcrumbs {
  display: none;
}

/* line 13, ../scss/homepage.scss */
.nodesktop .breadcrumbs {
  display: none;
}

/* line 18, ../scss/homepage.scss */
#home-marquee {
  height: 289px;
  border-top: 2px solid #fff;
  background-color: #f0f0f0;
}
/* line 22, ../scss/homepage.scss */
#home-marquee .inner {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  background: #f0f0f0 url(../images/home/marquee-ribbons.png) no-repeat center 188px;
  background-size: 283px auto;
}
/* line 29, ../scss/homepage.scss */
#home-marquee .inner .banner-text h1 {
  font-size: 42px;
  color: #363636;
  font-weight: 300;
  margin-bottom: initial;
  text-transform: capitalize;
  text-align: center;
  max-width: 272px;
  margin: 22px auto 0;
  line-height: 1.1em;
  letter-spacing: -0.02em;
}
/* line 41, ../scss/homepage.scss */
#home-marquee .inner .banner-text h2 {
  display: none;
}
/* line 45, ../scss/homepage.scss */
#home-marquee .inner .reseller-logo {
  display: none;
}

/* line 52, ../scss/homepage.scss */
#home-categories {
  margin: 59px 0 0;
  width: 100%;
  display: block;
}
/* line 56, ../scss/homepage.scss */
#home-categories h2 {
  font-size: 36px;
  text-transform: capitalize;
  color: #363636;
  font-weight: 300;
  position: relative;
}
/* line 62, ../scss/homepage.scss */
#home-categories h2 span {
  margin: 0 auto;
  padding: 0 2%;
  z-index: 2;
  background-color: #fff;
  text-align: center;
  position: relative;
  display: table;
}
/* line 71, ../scss/homepage.scss */
#home-categories h2:before {
  content: '';
  border-bottom: 1px solid #c4c4c4;
  width: 95%;
  display: inline-block;
  height: 1px;
  position: absolute;
  top: 56%;
  left: 2.5%;
  z-index: 1;
}
/* line 83, ../scss/homepage.scss */
#home-categories .categoryWall {
  margin: 41px 0 0;
}
/* line 86, ../scss/homepage.scss */
#home-categories .categoryWall .categoryWallItemWrapper {
  display: inline-block;
  width: 100%;
  min-width: 254px;
}
/* line 91, ../scss/homepage.scss */
#home-categories .categoryWall .categoryWallItem {
  margin: 0 auto 22px;
  width: 254px;
  height: 324px;
  border: 1px solid #fff;
  display: block;
  position: relative;
  vertical-align: top;
}
/* line 104, ../scss/homepage.scss */
#home-categories .categoryWall .categoryWallItem .thumbnail {
  margin: 0 auto;
  width: 212px;
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  margin: auto;
}
/* line 113, ../scss/homepage.scss */
#home-categories .categoryWall .categoryWallItem .name {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #363636;
  font-weight: 400;
  position: absolute;
  left: 0;
  right: 0;
  top: 207px;
  margin: auto;
}
/* line 125, ../scss/homepage.scss */
#home-categories .categoryWall .categoryWallItem .slug {
  display: none;
  padding: 0 16px 0 29px;
  font-size: 14px;
  color: #363636;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 246px;
  margin: auto;
}
/* line 137, ../scss/homepage.scss */
#home-categories .categoryWall .categoryWallItem:hover {
  border: 1px solid #c7c7c7;
}
/* line 139, ../scss/homepage.scss */
#home-categories .categoryWall .categoryWallItem:hover .name {
  color: #0f396a;
  font-weight: 700;
}
/* line 142, ../scss/homepage.scss */
#home-categories .categoryWall .categoryWallItem:hover .name .arrow {
  position: relative;
  width: 19px;
  height: 10px;
  display: inline-block;
}
/* line 147, ../scss/homepage.scss */
#home-categories .categoryWall .categoryWallItem:hover .name .arrow .top {
  position: absolute;
  top: 0;
  width: 8px;
  height: 2px;
  background: #0f396a;
  transform: rotate(45deg);
}
/* line 155, ../scss/homepage.scss */
#home-categories .categoryWall .categoryWallItem:hover .name .arrow .bottom {
  position: absolute;
  top: 5px;
  width: 8px;
  height: 2px;
  background: #0f396a;
  transform: rotate(-45deg);
}
/* line 165, ../scss/homepage.scss */
#home-categories .categoryWall .categoryWallItem:hover .slug {
  display: block;
}

@media only screen and (min-width: 479px) {
  /* line 183, ../scss/homepage.scss */
  #home-marquee .inner {
    background-size: 396px auto;
    background-position: center 156px;
  }
  /* line 187, ../scss/homepage.scss */
  #home-marquee .inner .banner-text h1 {
    margin-top: 39px;
    max-width: 340px;
  }
}
@media only screen and (min-width: 600px) {
  /* line 202, ../scss/homepage.scss */
  #home-marquee .inner {
    background-image: none;
    position: relative;
  }
  /* line 205, ../scss/homepage.scss */
  #home-marquee .inner:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 289px;
    height: 228px;
    background: url(../images/home/marquee-ribbons.png) no-repeat 0 0;
    background-size: auto 228px;
    z-index: 0;
  }
  /* line 216, ../scss/homepage.scss */
  #home-marquee .inner .banner-text {
    width: 290px;
    margin: 55px 0 0 12px;
    display: inline-block;
  }
  /* line 220, ../scss/homepage.scss */
  #home-marquee .inner .banner-text h1 {
    margin-top: 0;
    max-width: 100%;
    font-size: 34px;
    text-align: left;
    line-height: 1.2em;
  }
  /* line 227, ../scss/homepage.scss */
  #home-marquee .inner .banner-text h2 {
    margin: 20px 0 0 0;
    color: #ea3094;
    font-size: 20px;
    font-weight: 300px;
    line-height: 1.4;
    text-align: left;
    text-transform: capitalize;
    display: inline-block;
  }

  /* line 243, ../scss/homepage.scss */
  #home-categories .categoryWall .categoryWallItemWrapper {
    width: 49%;
  }
}
@media only screen and (min-width: 770px) {
  /* line 270, ../scss/homepage.scss */
  #home-marquee .inner:after {
    width: 378px;
    height: 251px;
    background-size: auto 251px;
    background-position-x: 11px;
  }
  /* line 276, ../scss/homepage.scss */
  #home-marquee .inner .banner-text {
    margin: 48px 0 0 14px;
    width: 326px;
  }
  /* line 279, ../scss/homepage.scss */
  #home-marquee .inner .banner-text h1 {
    font-size: 42px;
    line-height: 1.1em;
  }
  /* line 283, ../scss/homepage.scss */
  #home-marquee .inner .banner-text h2 {
    margin: 16px 0 0 0;
    font-size: 24px;
    line-height: 1.3;
  }

  /* line 294, ../scss/homepage.scss */
  #home-categories .categoryWall .categoryWallItemWrapper {
    width: 32%;
  }
}
@media only screen and (min-width: 979px) {
  /* line 311, ../scss/homepage.scss */
  #home-marquee .inner:after {
    width: 552px;
    height: 221px;
    right: 29px;
    background-size: auto 221px;
  }
  /* line 318, ../scss/homepage.scss */
  #home-marquee .inner .reseller-logo {
    display: block;
    position: absolute;
    width: auto;
    height: 100px;
    bottom: 100px;
    right: 10px;
    z-index: 1;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 347, ../scss/homepage.scss */
  #home-marquee .inner:after {
    width: 616px;
    height: 266px;
    right: 265px;
    background-size: 616px auto;
  }
  /* line 353, ../scss/homepage.scss */
  #home-marquee .inner .banner-text {
    margin-left: 40px;
  }
  /* line 356, ../scss/homepage.scss */
  #home-marquee .inner .reseller-logo {
    height: 110px;
    bottom: 117px;
    right: 13px;
  }

  /* line 366, ../scss/homepage.scss */
  #home-categories .categoryWall .categoryWallItemWrapper {
    width: 24.7%;
  }
}
