@charset "UTF-8";
/* ------- FONTS ------- */
/* ------- BORDERS ------- */
/* ------- BACKGROUNDS ------- */
/* ------- COLORS ------- */
/* ------- Indents ------- */
/* ------- Product Elements ------- */
/* ------- Buttons ------- */
/* ------- Buttons +/- ------ */
/* ------- Button Small ------- */
/* ------- Button exclusive-medium ------- */
/* ------- My Account List bg ------- */
/* ------- Product Listing ------- */
/* ------- Grid/List vars ------- */
/* ------- Pagination vars ------- */
/* ------- Product Info ------- */
/* ------- Cart Steps ------- */
/* ------- sub heading (h2,h3) define ------- */
/* ------- Image vars ------- */
/******************************************************************************
						Home Page Slider
*******************************************************************************/
#homepage-slider {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
  position: relative;
  z-index: 1; }
  #homepage-slider #homeslider {
    margin: 0 auto;
    padding: 0; }
  #homepage-slider .homeslider-description {
    padding: 12% 40px 50px 40px;
    cursor: pointer;
    text-align: right; }
    #homepage-slider .homeslider-description h2 {
      color: white;
      margin: 0;
      padding: 0;
      font-weight: 900;
      font-size: 64px;
      line-height: normal;
      text-transform: uppercase;
      letter-spacing: -3px;
      text-shadow: 2px 4px 2px rgba(0, 0, 0, 0.7); }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        #homepage-slider .homeslider-description h2 {
          font-size: 47px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        #homepage-slider .homeslider-description h2 {
          font-size: 35px;
          letter-spacing: -1px; } }
      @media only screen and (max-width: 480px) {
        #homepage-slider .homeslider-description h2 {
          font-size: 20px;
          letter-spacing: 0; } }
    #homepage-slider .homeslider-description h3 {
      font-size: 39px;
      font-weight: 500;
      color: #de1c36;
      text-transform: uppercase;
      line-height: normal;
      margin: -18px 0 4px 0;
      letter-spacing: -2px;
      padding-right: 20px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        #homepage-slider .homeslider-description h3 {
          font-size: 30px;
          margin-top: -5px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        #homepage-slider .homeslider-description h3 {
          font-size: 28px;
          margin-top: -5px;
          letter-spacing: -1px; } }
      @media only screen and (max-width: 480px) {
        #homepage-slider .homeslider-description h3 {
          font-size: 18px;
          margin-top: 0px;
          letter-spacing: 0px;
          padding-right: 0; } }
    #homepage-slider .homeslider-description p.banner-descr {
      width: 45%;
      float: right;
      font-size: 15px;
      line-height: 23px;
      padding: 0 0;
      color: white;
      text-transform: uppercase; }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        #homepage-slider .homeslider-description p.banner-descr {
          font-size: 12px;
          width: 75%; } }
      @media only screen and (max-width: 480px) {
        #homepage-slider .homeslider-description p.banner-descr {
          display: none; } }
    #homepage-slider .homeslider-description a.btn.btn-default {
      margin-right: 20px;
      font-size: 17px;
      font-style: italic;
      font-weight: 900;
      display: inline-block;
      color: #fff;
      text-transform: uppercase;
      background: url(../../../img/banner-button-bg.png) repeat-x;
      border: none;
      position: relative;
      padding: 7px 20px 9px; }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        #homepage-slider .homeslider-description a.btn.btn-default {
          padding: 7px 10px 9px;
          font-size: 14px; } }
      @media only screen and (max-width: 480px) {
        #homepage-slider .homeslider-description a.btn.btn-default {
          display: none; } }
      #homepage-slider .homeslider-description a.btn.btn-default:before {
        content: ".";
        display: block;
        text-indent: -5000px;
        width: 12px;
        height: 100%;
        position: absolute;
        left: -12px;
        top: 0;
        background: url(../../../img/banner-button-before.png) no-repeat; }
      #homepage-slider .homeslider-description a.btn.btn-default:after {
        content: ".";
        display: block;
        text-indent: -5000px;
        width: 12px;
        height: 100%;
        position: absolute;
        right: -12px;
        top: 0;
        background: url(../../../img/banner-button-after.png) no-repeat; }
      #homepage-slider .homeslider-description a.btn.btn-default:hover {
        color: #333; }
    @media (max-width: 1200px) {
      #homepage-slider .homeslider-description {
        padding: 20px;
        font-size: 0.8em; } }
    @media (max-width: 768px) {
      #homepage-slider .homeslider-description {
        padding: 30px;
        font-size: 0.7em; }
        #homepage-slider .homeslider-description p {
          font-size: 1.5em; } }
    @media (max-width: 480px) {
      #homepage-slider .homeslider-description {
        padding: 30px;
        font-size: 0.5em; }
        #homepage-slider .homeslider-description p {
          font-size: 1.7em; } }

/*****************************************************************************
						BXSlider Styles
********************************************************************************/
#homepage-slider .homeslider-container {
  position: relative; }
#homepage-slider .homeslider-image {
  position: absolute;
  left: 0;
  top: 0; }
#homepage-slider .homeslider-description {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: right; }
#homepage-slider .bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1; }
  #homepage-slider .bx-wrapper a {
    display: block; }
  #homepage-slider .bx-wrapper img {
    display: block;
    max-width: 100%;
    height: auto; }
#homepage-slider .bx-wrapper .bx-viewport {
  width: 100%; }
#homepage-slider .bx-wrapper .bx-pager,
#homepage-slider .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 999; }
#homepage-slider .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }
#homepage-slider .bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }
#homepage-slider .bx-wrapper .bx-pager .bx-pager-item,
#homepage-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }
#homepage-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: none;
  border: 3px solid #fff;
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px; }
#homepage-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#homepage-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff; }
#homepage-slider .bx-wrapper .bx-prev {
  left: 10px; }
  #homepage-slider .bx-wrapper .bx-prev:after {
    content: "\f104"; }
#homepage-slider .bx-wrapper .bx-next {
  right: 10px; }
  #homepage-slider .bx-wrapper .bx-next:after {
    content: "\f105"; }
#homepage-slider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 44%;
  outline: 0;
  text-indent: -9999px;
  z-index: 9999; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #homepage-slider .bx-wrapper .bx-controls-direction a {
      top: 38%; } }
  #homepage-slider .bx-wrapper .bx-controls-direction a:before {
    display: none; }
  #homepage-slider .bx-wrapper .bx-controls-direction a:after {
    display: block;
    color: white;
    text-indent: 0;
    text-align: center;
    font-size: 36px;
    height: 40px;
    margin-top: 10px;
    font-family: "FontAwesome"; }
  #homepage-slider .bx-wrapper .bx-controls-direction a:hover {
    color: #de1c36; }
    #homepage-slider .bx-wrapper .bx-controls-direction a:hover:before, #homepage-slider .bx-wrapper .bx-controls-direction a:hover:after {
      color: #de1c36; }
#homepage-slider .bx-wrapper .bx-controls-direction a.disabled {
  display: none; }
#homepage-slider .bx-wrapper .bx-controls-auto {
  text-align: center; }
#homepage-slider .bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px; }
  #homepage-slider .bx-wrapper .bx-controls-auto .bx-start:before {
    content: '';
    font-family: "FontAwesome";
    color: #fff; }
#homepage-slider .bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px; }
  #homepage-slider .bx-wrapper .bx-controls-auto .bx-stop:before {
    content: '';
    font-family: "FontAwesome";
    color: #fff; }
#homepage-slider .bx-wrapper .bx-controls .bx-controls-auto {
  right: 15px;
  width: 35px;
  top: 15px; }
#homepage-slider .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }
#homepage-slider .bx-wrapper .bx-caption span {
  color: white;
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: .85em;
  padding: 10px; }

.ie8 #homepage-slider .bx-wrapper .bx-controls-direction a:before {
  background: #2e2e32; }

#bx-pager-thumb {
  text-align: center;
  padding: 10px 0; }
  #bx-pager-thumb a {
    display: inline-block;
    max-width: 150px;
    width: 31%; }
    #bx-pager-thumb a img {
      max-width: 100%;
      height: auto; }
