/**Homepage**/
/**Variables**/
/*Sizes*/
/*Colors*/
/*Paddings*/
/*Margins*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  float: none;
  margin: 0 auto;
  display: block;
}
/*Colors*/
.orange-font {
  color: #FF6600;
}
/*Helper Classes*/
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hidden {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.bold {
  font-style: bold;
}
.line-break {
  float: left;
  clear: left;
  width: 100%;
}
.fa {
  font-family: 'fontawesome';
}
.img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.overflow-hidden {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 999px) {
  .show-desktop {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .hide-tablet {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 1000px) {
  .hide-desktop {
    display: none;
    visibility: hidden;
  }
}
/* LAYERING SLOT */
.pt_storefront {
  /**Mobile Only**/
  /**Mobile and Tablet**/
  /**Tablet Only**/
  /**Tablet and Desktop**/
  /**Desktop Only**/
  /*IE8*/
}
.pt_storefront .homepage .layering-slot {
  padding: 0 0 25px 0;
}
.pt_storefront .homepage .layering-slot .shop-layer-menu {
  float: left;
  width: 100px;
  margin-top: 50px;
}
.pt_storefront .homepage .layering-slot .shop-layer-menu h2 {
  font-size: 24px;
  font-family: 'TradeGothicLt-Bold';
  line-height: 22px;
  font-weight: normal;
}
.pt_storefront .homepage .layering-slot .shop-layer-menu a {
  font-size: 24px;
  font-family: 'TradeGothicLt-Bold';
  text-decoration: none;
  line-height: 22px;
}
.pt_storefront .homepage .layering-slot .shop-layer-menu .mens a.off,
.pt_storefront .homepage .layering-slot .shop-layer-menu .womens a.off {
  color: #cccccc;
}
.pt_storefront .homepage .layering-slot .layering {
  float: left;
  width: 900px;
  box-sizing: border-box;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.pt_storefront .homepage .layering-slot .layering ul li {
  float: left;
  text-align: center;
  background: none;
  padding: 15px 0 15px 5px;
  font-family: 'TradeGothicLT-Bold';
  margin-right: 25px;
  position: relative;
}
.pt_storefront .homepage .layering-slot .layering ul li:after {
  content: "\f067";
  font-family: 'fontawesome';
  color: #cccccc;
  position: absolute;
  right: -20px;
  top: 50%;
  font-size: 18px;
}
.pt_storefront .homepage .layering-slot .layering ul li:last-of-type {
  margin-right: 0;
}
.pt_storefront .homepage .layering-slot .layering ul li:last-of-type:after {
  content: "";
}
.pt_storefront .homepage .layering-slot .layering ul li.last {
  padding-right: 16px;
}
.pt_storefront .homepage .layering-slot .layering ul li:hover {
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VlZjFmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #eef1f3 50%, #ededed 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #eef1f3), color-stop(100%, #ededed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #eef1f3 50%, #ededed 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #eef1f3 50%, #ededed 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #eef1f3 50%, #ededed 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #eef1f3 50%, #ededed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  /* IE6-8 */
}
.pt_storefront .homepage .layering-slot .layering ul li.last {
  margin: 0;
  padding-right: 0;
}
.pt_storefront .homepage .layering-slot .layering ul li > a {
  display: block;
  position: relative;
  color: #646464;
  overflow: visible;
}
.pt_storefront .homepage .layering-slot .layering ul li a:hover {
  text-decoration: none;
}
.pt_storefront .homepage .layering-slot .layering ul li .title {
  font-size: 14px;
  text-transform: uppercase;
  height: auto;
  width: 100%;
  text-align: center;
}
.pt_storefront .homepage .layering-slot .layering ul.mens-womens-switch {
  display: block;
  width: 204px;
  margin: 0 auto;
}
.pt_storefront .homepage .layering-slot .layering ul.mens-womens-switch li {
  padding: 0;
}
.pt_storefront .homepage .layering-slot .layering ul.mens-womens-switch li a {
  font-family: 'TradeGothicLT-Bold';
  font-size: 14px;
  color: #999999;
  height: auto;
  width: 102px;
  line-height: 32px;
  background: none;
  text-transform: uppercase;
}
.pt_storefront .homepage .layering-slot .layering ul.mens-womens-switch li a:hover {
  color: #646464;
}
.pt_storefront .homepage .layering-slot .layering ul.mens-womens-switch li a.on {
  color: #646464;
  background: #cccccc;
}
.pt_storefront .homepage .layering-slot .layering-list {
  position: absolute;
  top: 0;
  right: 0;
}
.pt_storefront .homepage .layering-slot .layering-list:before,
.pt_storefront .homepage .layering-slot .layering-list:after {
  content: " ";
  display: table;
}
.pt_storefront .homepage .layering-slot .layering-list:after {
  clear: both;
}
.pt_storefront .homepage .layering-slot .layering-list:before,
.pt_storefront .homepage .layering-slot .layering-list:after {
  content: " ";
  display: table;
}
.pt_storefront .homepage .layering-slot .layering-list:after {
  clear: both;
}
.pt_storefront .homepage .layering-slot .layering-list li {
  box-sizing: border-box;
}
.pt_storefront .homepage .layering-slot .layering-list.womens {
  display: none;
}
@media screen and (max-width: 767px) {
  .pt_storefront .responsive-header.fixed {
    position: relative;
    box-shadow: none;
  }
  .pt_storefront .homepage .layering-slot {
    display: none;
  }
  .pt_storefront .global-bg {
    display: none;
    visibility: hidden;
  }
  .pt_storefront .homepage #slider {
    display: none;
  }
  .pt_storefront #mobile-homepage-nav li {
    /*display: table;*/
    text-align: center;
    width: 40%;
    margin: 20px 5%;
    background: rgba(255, 255, 255, 0.7);
    float: left;
    height: 130px;
    font-size: 21px;
    font-family: 'TradeGothicLT-Bold';
    box-sizing: border-box;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .pt_storefront #mobile-homepage-nav li:hover {
    background: #ffffff;
  }
  .pt_storefront #mobile-homepage-nav a {
    /*height: 100%;*/
    line-height: 1.5;
    /*display: table-cell;
			vertical-align: middle;
			padding: 10px;*/
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .pt_storefront #mobile-homepage-nav a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 999px) {
  .pt_storefront .homepage .promos-slot {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .pt_storefront .homepage {
    padding: 10px;
  }
  .pt_storefront .homepage-slider {
    height: 315px;
  }
  .pt_storefront #hero-slider .slides li {
    height: 425px;
  }
  .pt_storefront .homepage #hero-slider {
    margin-top: -90px;
  }
  .pt_storefront .slide-content {
    width: 768px;
  }
  .pt_storefront .slide-content .shop-btn {
    font-size: 16px;
  }
  .pt_storefront .homepage .layering-slot .layering {
    width: 748px;
    height: 160px;
  }
  .pt_storefront .homepage .layering-slot .shop-layer-menu h2 {
    float: left;
  }
  .pt_storefront .homepage .layering-slot .layering-list li img {
    width: auto;
    height: 100px;
    max-width: 100%;
    position: absolute;
    left: 0;
    bottom: 25px;
  }
  .pt_storefront .homepage .layering-slot .layering ul li {
    width: 85px;
    height: 150px;
  }
  .pt_storefront .homepage .layering-slot .layering ul li a {
    height: 100%;
    width: 100%;
  }
  .pt_storefront .homepage .layering-slot .layering ul li .title {
    position: absolute;
    bottom: 0;
    font-size: 11px;
  }
  .pt_storefront .homepage .layering-slot {
    padding: 0;
    width: 100%;
  }
  .pt_storefront .homepage .layering-slot .shop-layer-menu {
    width: 100%;
  }
  .pt_storefront #shop-layer-menu-controls {
    float: left;
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .pt_storefront .homepage-slider {
    width: 100%;
  }
  .pt_storefront .homepage-slider .flex-control-nav {
    bottom: -25px;
  }
  .pt_storefront .homepage #hero-slider {
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
  }
  .pt_storefront #hero-slider .slides li {
    width: 100%;
    background-position: center center;
    background-size: cover;
  }
  .pt_storefront .slide-content {
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .pt_storefront .slide-content .shop-btn {
    display: block;
    font-family: 'TradeGothicLT-Bold';
    font-size: 20px;
    background: #fff;
    color: #3f3832;
    position: absolute;
    text-align: center;
    padding: 10px;
    transition: color .5s;
  }
  .pt_storefront .slide-content .shop-btn:hover {
    color: #ff6600;
    text-decoration: none;
  }
  .pt_storefront .slide-content .callout {
    position: absolute;
    bottom: 0;
    height: 80%;
    width: auto;
    padding: 20px;
    box-sizing: border-box;
  }
  .pt_storefront .callout .callout-headline {
    font-family: 'TradeGothicLT-Bold';
    text-transform: uppercase;
    font-size: 48px;
    line-height: 1.1;
    color: #000;
  }
  .pt_storefront .slide-content .left-callout {
    left: 0;
  }
  .pt_storefront .slide-content .right-callout {
    right: 0;
  }
  .pt_storefront .callout .callout-subheadline {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 22px;
  }
  .pt_storefront .callout p {
    font-size: 16px;
    line-height: 1.6;
    max-width: 95%;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1000px) {
  .pt_storefront #header {
    width: 1000px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    z-index: 999;
  }
  .pt_storefront .homepage-slider,
  .pt_storefront #hero-slider .slides li {
    height: 530px;
  }
  .pt_storefront .homepage #hero-slider {
    max-width: 1760px;
  }
  .pt_storefront .slide-content {
    width: 1000px;
  }
  .pt_storefront .callout .callout-headline {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1760px) {
  .pt_storefront .homepage #hero-slider {
    left: 50%;
    margin-left: -880px;
  }
}
.pt_storefront .ie8-hero {
  display: none;
}
.pt_storefront .ie8 .ie8-hero {
  display: block;
}
.pt_storefront .ie8-hero,
.pt_storefront .ie8 .hompage-slider {
  height: 530px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.pt_storefront #ie8-hero-image {
  height: 100%;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
