/** Global Homepage Specific Stylesheet **/
/*
* Essential sass includes 
*/
/**
* Typographies, breadcrumbs, buttons and utilities
*/
/*------------------------------------*    #UTILITY
\*------------------------------------*/
/* * Use this mixin for text style */
/*
* Use this mixin for tablet and desktop specific styling
*/
/*------------------------------------*    #TYPOGRAPHY
\*------------------------------------*/
/**
* Essential sass includes 
*/
/* regular button like add to cart, load more product, etc.*/
/* Redesign mixins for regular button like add to cart, load more product, etc.*/
/* Horizontal Carousel previous and next button*/
/* Banner Horizontal Carousel previous and next button for home page, PDP page*/
/* Vertical Carousel Up and Down button */
/*
 * SVG related
 */
.svgWrapper .svgSlide {
  position: relative; }

svg a:hover {
  text-decoration: none; }

svg.svgSlideContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/** 
* conflict & Baltica Font 
*/
/**
* Colour Palette 
*/
/*** Variables as per SG ***/
/*** SECONDARY COLOURS ***/
/*** PRIMARY COLOURS ***/
/*** BASIC COLOURS ***/
/**
 * This includes the styles for breadcrumbs as a component and can be included
 * globally. Any variations related to styles will have to go in page specific
 * files.
 */
/*------------------------------------*	#BREADCRUMBS Section
\*------------------------------------*/
/**
 * This includes the styles for flexslider as a component and can be included
 * globally. Any variations related to styles will have to go in page specific
 * files.
 */
/* PLP Product Tiles */
.catListSecondaryCats .productGrid {
  margin-left: -10px;
  margin-right: -10px; }
  .catListSecondaryCats .productGrid:before, .catListSecondaryCats .productGrid:after {
    content: " ";
    display: table; }
  .catListSecondaryCats .productGrid:after {
    clear: both; }

.productGrid .productItem {
  height: 525px;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media only screen and (max-width: 767px) {
    .productGrid .productItem {
      height: 802px;
      margin-bottom: 35px; } }
  @media only screen and (max-width: 639px) {
    .productGrid .productItem {
      height: 638px;
      margin-bottom: 18px; } }
  @media (min-width: 768px) {
    .productGrid .productItem {
      position: relative;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px;
      float: left;
      width: 33.3333333333%; } }
  @media only screen and (min-width: 768px) {
    .productGrid .productItem {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 940px) {
    .productGrid .productItem {
      height: 590px; } }

@media (max-width: 767px) and (max-width: 767px) {
  .productGrid .productItem .quicklookLink {
    display: none !important; } }
  @media only screen and (min-width: 768px) {
    .productGrid .productItem .quicklookLink {
      display: none; } }
  .productGrid .productItem:hover .quicklookLink {
    display: block;
    backface-visibility: hidden; }

.productGrid .productUl, .productGrid .prodBlock, .productGrid .reevooPLPBadge {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.productGrid .productColorSwatches {
  float: left; }
  .productGrid .productColorSwatches:before, .productGrid .productColorSwatches:after {
    content: " ";
    display: table; }
  .productGrid .productColorSwatches:after {
    clear: both; }
  @media (max-width: 767px) {
    .productGrid .productColorSwatches {
      margin-top: 20px;
      height: 130px; } }
  @media only screen and (max-width: 639px) {
    .productGrid .productColorSwatches {
      margin-top: 10px;
      min-height: 65px;
      height: auto; } }
  @media only screen and (min-width: 768px) {
    .productGrid .productColorSwatches {
      height: 85px; } }
  .productGrid .productColorSwatches .swatchItem {
    float: left;
    margin-left: 5px;
    display: inline-block;
    transform: skewX(-15deg); }
    .productGrid .productColorSwatches .swatchItem:before, .productGrid .productColorSwatches .swatchItem:after {
      content: " ";
      display: table; }
    .productGrid .productColorSwatches .swatchItem:after {
      clear: both; }
    @media only screen and (min-width: 768px) {
      .productGrid .productColorSwatches .swatchItem {
        margin-top: 7px; } }
    .productGrid .productColorSwatches .swatchItem img {
      border: 1px solid transparent;
      border-radius: 10px 0 10px 10px; }
      @media (max-width: 767px) {
        .productGrid .productColorSwatches .swatchItem img {
          width: 54px;
          height: 44px; } }
      @media only screen and (min-width: 768px) {
        .productGrid .productColorSwatches .swatchItem img {
          width: 36px;
          height: 30px; } }
      @media only screen and (max-width: 639px) {
        .productGrid .productColorSwatches .swatchItem img {
          width: 27px;
          height: 22px;
          border-radius: 5px 0 5px 5px; } }
    .productGrid .productColorSwatches .swatchItem.active {
      margin-right: 1px; }
      @media (max-width: 767px) {
        .productGrid .productColorSwatches .swatchItem.active img {
          width: 64px;
          height: 53px; } }
      @media only screen and (min-width: 768px) {
        .productGrid .productColorSwatches .swatchItem.active img {
          width: 42px;
          height: 36px; } }
      @media only screen and (max-width: 639px) {
        .productGrid .productColorSwatches .swatchItem.active img {
          width: 32px;
          height: 27px; } }
  .productGrid .productColorSwatches .showAllSwatches {
    font-size: 12px;
    font-family: "BalticaRegular";
    color: #000; }
    @media (max-width: 767px) {
      .productGrid .productColorSwatches .showAllSwatches {
        font-size: 24px; } }
    @media only screen and (max-width: 639px) {
      .productGrid .productColorSwatches .showAllSwatches {
        font-size: 12px; } }
  .productGrid .productColorSwatches .moreColorsAvail {
    float: left;
    width: 100%;
    margin: 15px 0 0; }
    @media only screen and (max-width: 639px) {
      .productGrid .productColorSwatches .moreColorsAvail {
        margin: 5px 0; } }
    @media only screen and (min-width: 768px) {
      .productGrid .productColorSwatches .moreColorsAvail {
        margin: -3px 0 0; } }

@media (min-width: 640px) and (max-width: 767px) {
  .productGrid .productUl {
    padding-left: 15px; } }

@media only screen and (min-width: 768px) {
  .productGrid .productUl {
    padding: 0; } }

@media (min-width: 640px) and (max-width: 767px) {
  .productGrid .prodBlock {
    padding-left: 15px; } }

@media only screen and (min-width: 768px) {
  .productGrid .prodBlock {
    padding: 0; } }

.productGrid .prodBlock .price {
  font-size: 20px;
  font-family: "ConflictBlack";
  color: #000; }
  @media (max-width: 767px) {
    .productGrid .prodBlock .price {
      font-size: 30px; } }
  @media only screen and (max-width: 639px) {
    .productGrid .prodBlock .price {
      font-size: 15px; } }

.productGrid .prodBlock .productTitle {
  font-size: 18px;
  height: 40px;
  overflow: hidden;
  font-family: "ConflictBlack";
  color: #000;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .productGrid .prodBlock .productTitle {
      font-size: 30px;
      height: 60px; } }
  @media only screen and (max-width: 639px) {
    .productGrid .prodBlock .productTitle {
      font-size: 15px;
      height: 32px; } }

.productGrid .prodBlock .promoMessage {
  font-size: 14px;
  padding: 5px 0;
  font-family: "ConflictBlack";
  color: #d50032;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .productGrid .prodBlock .promoMessage {
      font-size: 26px; } }
  @media only screen and (max-width: 639px) {
    .productGrid .prodBlock .promoMessage {
      font-size: 13px; } }

.productGrid .prodBlock .promoMessageText {
  overflow: hidden;
  min-height: 28px; }
  @media (max-width: 767px) {
    .productGrid .prodBlock .promoMessageText {
      height: 52px; } }
  @media only screen and (max-width: 639px) {
    .productGrid .prodBlock .promoMessageText {
      min-height: 26px; } }
  .productGrid .prodBlock .promoMessageText * {
    margin: 0; }

.productGrid .productName {
  border-bottom: 1px solid #d7d2cb; }
  @media only screen and (min-width: 768px) {
    .productGrid .productName {
      padding: 5px 0 30px 0;
      line-height: 1.2; } }
  @media (max-width: 767px) {
    .productGrid .productName {
      padding: 15px 0 32px; } }
  @media only screen and (max-width: 767px) and (max-width: 639px) {
    .productGrid .productName {
      padding: 15px 0 10px; } }

.productGrid .productDescription {
  min-height: 85px;
  border-bottom: 1px solid #d7d2cb; }
  @media (max-width: 767px) {
    .productGrid .productDescription {
      height: 120px;
      padding: 22px 0; } }
  @media only screen and (max-width: 639px) {
    .productGrid .productDescription {
      height: 75px;
      padding: 10px 0; } }
  @media only screen and (min-width: 768px) {
    .productGrid .productDescription {
      padding: 20px 0; } }
  .productGrid .productDescription .price.current.sale {
    display: inline-block; }
    .productGrid .productDescription .price.current.sale + .price {
      display: inline-block;
      font-size: 14px;
      font-family: "ConflictBlack";
      color: #000; }
      @media (max-width: 767px) {
        .productGrid .productDescription .price.current.sale + .price {
          font-size: 26px; } }
      @media only screen and (max-width: 639px) {
        .productGrid .productDescription .price.current.sale + .price {
          font-size: 13px; } }

.productGrid .imageHolder {
  min-height: 293px;
  position: relative;
  overflow: hidden;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 939px) {
    .productGrid .imageHolder {
      min-height: 229px; } }
  @media only screen and (max-width: 639px) {
    .productGrid .imageHolder {
      min-height: 188px; } }
  .productGrid .imageHolder img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .productGrid .imageHolder img {
        max-height: 293px; } }
  .productGrid .imageHolder .primaryImg {
    opacity: 1;
    transition: opacity .4s ease; }
  .productGrid .imageHolder:hover .secondaryImg-container {
    opacity: 1; }

.productGrid .secondaryImg-container {
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  text-align: center;
  transition: opacity .4s ease; }

.productGrid .reevooPLPBadge {
  padding: 10px; }
  @media (min-width: 640px) and (max-width: 767px) {
    .productGrid .reevooPLPBadge {
      padding: 15px 0 15px 15px; } }
  @media only screen and (min-width: 768px) {
    .productGrid .reevooPLPBadge {
      padding-left: 0;
      padding-right: 0; } }

.productGrid .notShowIE91 {
  position: relative; }

.productGrid .quicklookLink {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 15px 0;
  background-color: #003865;
  color: #fff;
  font-size: 20px;
  height: 55px;
  display: inline-block;
  border-radius: 10px 0 10px 10px;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  background-image: none;
  font-family: "ConflictBlack";
  transform: skewX(-15deg);
  border: 1px solid transparent; }
  @media (max-width: 767px) {
    .productGrid .quicklookLink {
      font-size: 30px;
      height: 90px; } }
  @media only screen and (max-width: 639px) {
    .productGrid .quicklookLink {
      font-size: 15px;
      height: 45px; } }
  .productGrid .quicklookLink:hover {
    background-color: #009cde;
    color: #fff; }
  .productGrid .quicklookLink span, .productGrid .quicklookLink a {
    transform: skewX(15deg);
    display: inline-block; }

.infinityScrollLoadingImage .loaderimg {
  background-image: url(../img/loading.gif); }

/**
* Essential sass includes 
*/
.recommendationsWrapperOuter {
  float: left;
  width: 100%; }

.recommendationsWrapper {
  display: none;
  background: #fff;
  clear: both;
  margin-bottom: 20px; }
  @media only screen and (min-width: 940px) {
    .recommendationsWrapper {
      margin-right: auto;
      margin-left: auto;
      padding-left: 10px;
      padding-right: 10px;
      max-width: 940px; }
      .recommendationsWrapper:before, .recommendationsWrapper:after {
        content: " ";
        display: table; }
      .recommendationsWrapper:after {
        clear: both; } }
  .recommendationsWrapper.tabbedWrapper {
    position: relative;
    overflow: hidden;
    max-height: 775px; }
    .recommendationsWrapper.tabbedWrapper .tab {
      position: absolute;
      display: block;
      top: 70px;
      bottom: 0;
      z-index: 0;
      width: 100%;
      max-width: 940px;
      background: #fff;
      margin-bottom: 0; }
      @media only screen and (max-width: 940px) {
        .recommendationsWrapper.tabbedWrapper .tab {
          margin-right: auto;
          margin-left: auto;
          padding-left: 10px;
          padding-right: 10px;
          max-width: 940px; }
          .recommendationsWrapper.tabbedWrapper .tab:before, .recommendationsWrapper.tabbedWrapper .tab:after {
            content: " ";
            display: table; }
          .recommendationsWrapper.tabbedWrapper .tab:after {
            clear: both; } }
      @media (max-width: 767px) {
        .recommendationsWrapper.tabbedWrapper .tab {
          top: 54px;
          padding: 0 25px; } }
  @media only screen and (max-width: 767px) and (max-width: 639px) {
    .recommendationsWrapper.tabbedWrapper .tab {
      top: 27px;
      padding: 0 10px; } }
      .recommendationsWrapper.tabbedWrapper .tab .recommendationsTitle {
        position: absolute;
        top: -62px;
        font-family: "ConflictBlack";
        color: #e9e6df;
        font-size: 24px;
        text-transform: uppercase;
        width: 50%;
        cursor: pointer;
        white-space: nowrap;
        padding-right: 20px; }
        @media (max-width: 767px) {
          .recommendationsWrapper.tabbedWrapper .tab .recommendationsTitle {
            top: -54px;
            font-size: 32px; } }
  @media only screen and (max-width: 767px) and (max-width: 639px) {
    .recommendationsWrapper.tabbedWrapper .tab .recommendationsTitle {
      top: -27px;
      font-size: 18px; } }
      .recommendationsWrapper.tabbedWrapper .tab:first-child {
        z-index: 1; }
        .recommendationsWrapper.tabbedWrapper .tab:first-child .recommendationsTitle {
          text-align: right; }
      .recommendationsWrapper.tabbedWrapper .tab:nth-child(2) .recommendationsTitle {
        text-align: left;
        left: 50%;
        padding-left: 20px;
        padding-right: 0; }
        .recommendationsWrapper.tabbedWrapper .tab:nth-child(2) .recommendationsTitle:before {
          content: "/";
          color: #d50032;
          position: absolute;
          margin-left: -25px; }
          @media only screen and (max-width: 940px) {
            .recommendationsWrapper.tabbedWrapper .tab:nth-child(2) .recommendationsTitle:before {
              margin-left: -20px; } }
          @media (max-width: 767px) {
            .recommendationsWrapper.tabbedWrapper .tab:nth-child(2) .recommendationsTitle:before {
              margin-left: -16px; } }
  @media only screen and (max-width: 767px) and (max-width: 639px) {
    .recommendationsWrapper.tabbedWrapper .tab:nth-child(2) .recommendationsTitle:before {
      margin-left: -20px; } }
      .recommendationsWrapper.tabbedWrapper .tab.tab-active .recommendationsTitle {
        color: #152935; }
  .recommendationsWrapper.tabbedWrapper .tab .recommendationsTitle.tabFulllWidth {
    width: 100%;
    left: 0;
    text-align: center;
    cursor: default; }
    .recommendationsWrapper.tabbedWrapper .tab .recommendationsTitle.tabFulllWidth:before {
      content: " "; }
  .recommendationsWrapper.cartRecommendations .flex-direction-nav li {
    margin-right: 8px; }
  .recommendationsWrapper .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    top: 26%;
    position: absolute;
    width: 100%;
    z-index: 23;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 940px; }
    .recommendationsWrapper .flex-direction-nav:before, .recommendationsWrapper .flex-direction-nav:after {
      content: " ";
      display: table; }
    .recommendationsWrapper .flex-direction-nav:after {
      clear: both; }
    @media only screen and (max-width: 1599px) {
      .recommendationsWrapper .flex-direction-nav {
        z-index: 10; } }
    @media only screen and (max-width: 639px) {
      .recommendationsWrapper .flex-direction-nav {
        top: 25%; } }
    .recommendationsWrapper .flex-direction-nav .flex-disabled {
      display: none; }
    .recommendationsWrapper .flex-direction-nav li {
      position: absolute;
      z-index: 1;
      right: 0;
      display: inline-block;
      cursor: pointer;
      text-align: center;
      background-image: none;
      transform: skewX(-15deg);
      padding: 13px 0 12px 0;
      background-color: #d7d2cb;
      width: 59px;
      height: 46px;
      border-radius: 5px 0 5px 10px;
      margin-right: 8px; }
      @media (max-width: 767px) {
        .recommendationsWrapper .flex-direction-nav li {
          width: 88px;
          height: 68px;
          border-radius: 10px 0 10px 15px;
          padding: 19px 0 18px 0; } }
      @media only screen and (max-width: 639px) {
        .recommendationsWrapper .flex-direction-nav li {
          width: 44px;
          height: 34px;
          border-radius: 10px 0 10px 15px;
          padding: 9px 0; } }
      .recommendationsWrapper .flex-direction-nav li:hover {
        background-color: #d7d2cb; }
      .recommendationsWrapper .flex-direction-nav li a {
        transform: skewX(15deg);
        display: inline-block; }
      @media only screen and (max-width: 940px) {
        .recommendationsWrapper .flex-direction-nav li {
          margin-right: 25px; } }
      .recommendationsWrapper .flex-direction-nav li:first-child {
        left: 0;
        margin-right: 0;
        margin-left: 4px; }
      .recommendationsWrapper .flex-direction-nav li a {
        text-indent: -9999px; }
      .recommendationsWrapper .flex-direction-nav li .flex-prev {
        background-image: url(../img/sprites.png);
        background-position: -32px -690px;
        width: 22px;
        height: 21px; }
        @media only screen and (max-width: 639px) {
          .recommendationsWrapper .flex-direction-nav li .flex-prev {
            background-image: url(../img/sprites.png);
            background-position: -698px -272px;
            width: 16px;
            height: 16px; } }
      .recommendationsWrapper .flex-direction-nav li .flex-next {
        background-image: url(../img/sprites.png);
        background-position: 0px -690px;
        width: 22px;
        height: 21px; }
        @media only screen and (max-width: 639px) {
          .recommendationsWrapper .flex-direction-nav li .flex-next {
            background-image: url(../img/sprites.png);
            background-position: -698px -246px;
            width: 16px;
            height: 16px; } }

@media only screen and (max-width: 767px) and (max-width: 639px) {
  .recommendationsWrapper .imageHolder {
    min-height: 165px; } }
  .recommendationsWrapper .prodBlock {
    padding: 0; }
  .recommendationsWrapper .productName {
    border: none; }
    @media (max-width: 767px) {
      .recommendationsWrapper .productName .productTitle {
        height: 60px; } }
  @media only screen and (max-width: 767px) and (max-width: 639px) {
    .recommendationsWrapper .productName .productTitle {
      line-height: 20px; } }
  .recommendationsWrapper .showAllSwatches {
    clear: both;
    display: block; }
    @media only screen and (max-width: 639px) {
      .recommendationsWrapper .showAllSwatches {
        padding-top: 15px; } }
  .recommendationsWrapper .slide {
    margin-left: 20px; }
    .recommendationsWrapper .slide:first-child {
      margin-left: 0; }
  @media (max-width: 767px) {
    .recommendationsWrapper .productColorSwatches {
      height: auto; } }
  @media only screen and (max-width: 639px) {
    .recommendationsWrapper .productColorSwatches .swatchItem img {
      width: 27px;
      height: 22px; } }
  @media only screen and (max-width: 639px) {
    .recommendationsWrapper .productColorSwatches .swatchItem.active img {
      width: 32px;
      height: 27px; } }
  .recommendationsWrapper .productDescription {
    clear: both;
    border-top: 1px solid #d7d2cb;
    height: auto; }
  .recommendationsWrapper reevoo-reviewable-badge {
    float: left; }
    .recommendationsWrapper reevoo-reviewable-badge .reevoomark_badge {
      display: none; }
      .recommendationsWrapper reevoo-reviewable-badge .reevoomark_badge:first-child {
        display: block; }
  .recommendationsWrapper .reevooPLPBadge {
    padding-left: 0;
    padding-right: 0; }

.recommendationsWrapperOuter {
  margin: 20px 0 20px 0;
  float: left;
  width: 100%; }

@media only screen and (max-width: 767px) and (max-width: 639px) {
  .recommendationsWrapperOuter {
    margin: 10px 0 10px 0; } }
  .recommendationsWrapperOuter .recommendationsWrapper {
    margin-bottom: 0; }

.recommendationsWrapperOuter.pdpRecommendationsWrapperOuter {
  padding: 20px 0 20px 0; }

@media only screen and (max-width: 767px) and (max-width: 639px) {
  .recommendationsWrapperOuter.pdpRecommendationsWrapperOuter {
    padding: 10px 0 10px 0; } }

.homeRecommendationsWrapperOuter, .pdpRecommendationsWrapperOuter {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden; }

.homeRecommendationsWrapperOuter {
  margin-top: -20px; }
  .homeRecommendationsWrapperOuter .recommendationsWrapper {
    margin-top: 20px; }

.recommendationShard {
  display: none;
  position: absolute;
  right: 0;
  z-index: 9;
  bottom: 0;
  overflow: hidden;
  pointer-events: none; }
  @media only screen and (max-width: 1599px) {
    .recommendationShard {
      display: none; } }

.pdpRecommendationsWrapperOuter .flex-direction-nav li:first-child {
  left: 0;
  margin-right: 0;
  margin-left: 4px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tabbedWrapper.recommendationsWrapper {
    overflow: visible; } }

.categoriesList {
  display: none; }

.slot-home-main-01 {
  min-height: initial;
  max-height: initial;
  margin-bottom: 14px; }
  @media only screen and (max-width: 639px) {
    .slot-home-main-01 {
      margin-bottom: 7px; } }
  .slot-home-main-01 .flexslider {
    position: relative;
    overflow: hidden; }
  .slot-home-main-01 .slides li {
    display: none; }
    .slot-home-main-01 .slides li:first-child {
      display: block; }
    .slot-home-main-01 .slides li a {
      display: inline-block;
      position: relative; }
    .slot-home-main-01 .slides li img {
      width: 100%;
      height: auto; }
  .slot-home-main-01 .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    top: 54%;
    position: absolute;
    width: 100%;
    transform: translate(0, -54%);
    z-index: 23; }
    @media only screen and (max-width: 1599px) {
      .slot-home-main-01 .flex-direction-nav {
        z-index: 10; } }
    @media (max-width: 767px) {
      .slot-home-main-01 .flex-direction-nav {
        display: none; } }
    .slot-home-main-01 .flex-direction-nav li {
      position: absolute;
      z-index: 1;
      right: 0;
      display: inline-block;
      cursor: pointer;
      background-image: none;
      transform: skewX(-15deg);
      background-color: #d7d2cb;
      width: 89px;
      height: 46px;
      border-radius: 5px 0 5px 10px;
      padding: 13px 30px 12px 0;
      margin-right: -33px; }
      .slot-home-main-01 .flex-direction-nav li:hover {
        background-color: #d7d2cb; }
      .slot-home-main-01 .flex-direction-nav li a {
        transform: skewX(15deg);
        display: inline-block; }
      .slot-home-main-01 .flex-direction-nav li:first-child {
        left: 0;
        display: inline-block;
        cursor: pointer;
        background-image: none;
        transform: skewX(-15deg);
        background-color: #d7d2cb;
        width: 89px;
        height: 46px;
        border-radius: 5px 0 5px 10px;
        padding: 13px 0 12px 30px;
        margin-left: -36px; }
        .slot-home-main-01 .flex-direction-nav li:first-child:hover {
          background-color: #d7d2cb; }
        .slot-home-main-01 .flex-direction-nav li:first-child a {
          transform: skewX(15deg);
          display: inline-block; }
      .slot-home-main-01 .flex-direction-nav li a {
        text-indent: -9999px; }
      .slot-home-main-01 .flex-direction-nav li .flex-prev {
        background-image: url(../img/sprites.png);
        background-position: -32px -690px;
        width: 22px;
        height: 21px; }
      .slot-home-main-01 .flex-direction-nav li .flex-next {
        background-image: url(../img/sprites.png);
        background-position: 0px -690px;
        width: 22px;
        height: 21px; }
    .slot-home-main-01 .flex-direction-nav .flex-disabled {
      display: none; }
      .slot-home-main-01 .flex-direction-nav .flex-disabled:first-child {
        display: none; }
  .slot-home-main-01 .flex-control-paging {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0; }
    .slot-home-main-01 .flex-control-paging li {
      margin: 0;
      display: inline-block;
      zoom: 1; }
      .slot-home-main-01 .flex-control-paging li a {
        width: 12px;
        height: 12px;
        margin: 7px;
        display: block;
        background: transparent;
        border: 1px solid #003865;
        border-radius: 50%;
        cursor: pointer;
        text-indent: -9999px; }
        .slot-home-main-01 .flex-control-paging li a.flex-active {
          background: #003865;
          cursor: default; }
  .slot-home-main-01 .svgSlideContent .headText {
    pointer-events: none;
    font-family: "ConflictBlack"; }
  .slot-home-main-01 .svgSlideContent .headButton {
    pointer-events: all;
    cursor: pointer; }
  .slot-home-main-01 .svgSlideContent .headButtonText {
    pointer-events: none;
    font-family: "ConflictBlack"; }

/*
 * home page slot 2
 */
.slot-home-main-02 {
  width: 100%;
  float: left;
  margin-bottom: 20px; }
  @media only screen and (max-width: 639px) {
    .slot-home-main-02 {
      margin-bottom: 10px; } }
  .slot-home-main-02 .slot2Box {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin: 0; }
    @media (min-width: 768px) {
      .slot-home-main-02 .slot2Box {
        position: relative;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        float: left;
        width: 50%; } }
    @media (max-width: 767px) {
      .slot-home-main-02 .slot2Box {
        margin-top: 20px; } }
  @media only screen and (max-width: 767px) and (max-width: 639px) {
    .slot-home-main-02 .slot2Box {
      margin-top: 10px; } }
  .slot-home-main-02 svg {
    overflow: visible; }
  .slot-home-main-02 .headText {
    pointer-events: none;
    font-family: "ConflictBlack"; }
  .slot-home-main-02 .headButton {
    pointer-events: all;
    cursor: pointer; }
    @media (max-width: 767px) {
      .slot-home-main-02 .headButton {
        transform: scale(0.65); } }
  .slot-home-main-02 .headButtonText {
    pointer-events: none;
    font-family: "ConflictBlack"; }

/*
 * home page slot 4
 */
.slot-home-main-04 {
  width: 100%;
  float: left;
  margin-bottom: 20px; }
  @media only screen and (max-width: 639px) {
    .slot-home-main-04 {
      margin-bottom: 10px; } }
  .slot-home-main-04 .slot2Box {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin: 0; }
    @media (min-width: 768px) {
      .slot-home-main-04 .slot2Box {
        position: relative;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        float: left;
        width: 50%; } }
    @media (max-width: 767px) {
      .slot-home-main-04 .slot2Box {
        margin-top: 20px; } }
  @media only screen and (max-width: 767px) and (max-width: 639px) {
    .slot-home-main-04 .slot2Box {
      margin-top: 10px; } }
  .slot-home-main-04 svg {
    overflow: visible; }
  .slot-home-main-04 .headText {
    pointer-events: none;
    font-family: "ConflictBlack"; }
  .slot-home-main-04 .headButton {
    pointer-events: all;
    cursor: pointer; }
    @media (max-width: 767px) {
      .slot-home-main-04 .headButton {
        transform: scale(0.65); } }
  .slot-home-main-04 .headButtonText {
    pointer-events: none;
    font-family: "ConflictBlack"; }

/*
 * home page slot 5
 */
.slot-home-main-05 {
  width: 100%;
  float: left; }
  .slot-home-main-05 .headText {
    pointer-events: none;
    font-family: "ConflictBlack"; }
  .slot-home-main-05 .headSubText {
    pointer-events: none;
    font-family: "ConflictBlack"; }
  .slot-home-main-05 .content-asset {
    margin-bottom: -6px; }

/*
 * home page slot 6
 */
.slot-home-main-06 {
  text-align: center;
  background-color: #d7d2cb;
  margin-bottom: 1px;
  clear: both; }
  @media (max-width: 767px) {
    .slot-home-main-06 {
      display: none; } }
  .slot-home-main-06 .title {
    text-transform: uppercase;
    margin: 60px 0 40px 0; }
  .slot-home-main-06 .description {
    margin: 0 0 60px 0; }
