/*---------------------------------------------------------------------

    Grand River Base Styles

    Theme Fallback
    1. grandriver/default
    2. rwd/enterprise
    3. rwd/default

    Google Fonts Are Pulled via local.xml in CLIENT directory

---------------------------------------------------------------------*/
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/*----------------------------------------------

  Typography

----------------------------------------------*/
/*----------------------------------------------

  Colors

----------------------------------------------*/
/*----------------------------------------------

  Container Padding and Inner Column Padding

----------------------------------------------*/
/*----------------------------------------------

  Column Percentages

----------------------------------------------*/
/*----------------------------------------------

  If icons are altered/updated content will
  need to be changed as well.
  - see /icon-reference directory

----------------------------------------------*/
@font-face {
  font-family: "liga";
  src: url("../icon-reference/fonts/liga.eot");
  src: url("../icon-reference/fonts/liga.eot?#iefix") format("embedded-opentype"), url("../icon-reference/fonts/liga.woff") format("woff"), url("../icon-reference/fonts/liga.ttf") format("truetype"), url("../icon-reference/fonts/liga.svg#liga") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="gri-icon"]:before,
[class*="gri-icon"]:before {
  font-family: "liga" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*----------------------------------------------*/
html {
  font-size: 62.5%;
}
html body {
  font-size: 1.5rem;
  font-family: "Lato", Verdana, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

header .skip-account span.label {
  position: relative;
  top: 2px;
}

.inner-column {
  padding: 10px;
}

.container-padding {
  padding: 20px;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #666666;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666666;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #666666;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #666666;
}

.mobile-only {
  display: none !important;
}

.no-mobile {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }

  .no-mobile {
    display: none !important;
  }
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 18px;
  cursor: pointer;
}

.flag-icon:before {
  content: "\00a0";
}

.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-us {
  background-image: url(../images/flags/4x3/us.svg);
}

.flag-icon-us.flag-icon-squared {
  background-image: url(../images/flags/1x1/us.svg);
}

.flag-icon-ca {
  background-image: url(../images/flags/4x3/ca.svg);
}

.flag-icon-ca.flag-icon-squared {
  background-image: url(../images/flags/1x1/ca.svg);
}

.flag-icon-gb {
  background-image: url(../images/flags/4x3/gb.svg);
}

.flag-icon-gb.flag-icon-squared {
  background-image: url(../images/flags/1x1/gb.svg);
}

.flag-icon-au {
  background-image: url(../images/flags/4x3/au.svg);
}

.flag-icon-au.flag-icon-squared {
  background-image: url(../images/flags/1x1/au.svg);
}

/* ============================================ *
 * Overlay Styles
 * ============================================ */
#mask,
.mask {
  display: none;
  background: #000000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#overlay {
  display: none;
  background: #ffffff;
  width: 320px;
  height: 320px;
  padding: 20px;
  position: fixed;
  top: 100px;
  left: 40%;
  z-index: 1001;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
#overlay .cloned-elm {
  display: block !important;
}

#close-overlay {
  position: absolute;
  top: 26px;
  right: 20px;
  width: 20px;
  height: 20px;
}

#overlay-sample {
  display: none;
}

.youtube-container {
  display: block;
  width: 100%;
}
.youtube-container .youtube-player {
  display: block;
  width: 100%;
  /* assuming that the video has a 16:9 ratio */
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  height: 100%;
  cursor: pointer;
}
.youtube-container .youtube-player img.youtube-thumb {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
}
.youtube-container .youtube-player div.play-button {
  width: 50px;
  height: 35px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -17px;
  position: absolute;
  background: url(../images/youtube-play-btn.png) left center no-repeat;
}
.youtube-container .youtube-player div.play-button:hover {
  background-position: right center;
}
.youtube-container .youtube-player .youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*----------------------------------------------

  Multiple Wishlist

----------------------------------------------*/
.link-edit {
  padding-left: 0;
  line-height: 18px;
  background: url(../images/bkg_link-edit.png) no-repeat 0 0;
  display: inline-block;
}

.wishlist-management .link-edit {
  width: 16px;
  padding: 0;
  margin: 0 5px;
  height: 16px;
  text-indent: -999em;
  overflow: hidden;
  vertical-align: middle;
}

.wishlist-management .btn-create {
  float: right;
  margin-bottom: 10px;
}

.wishlist-management .sub-title {
  float: left;
  max-width: 100%;
}

.wishlist-management .sub-title h2 {
  word-wrap: break-word;
}

.wishlist-management .note-msg {
  clear: both;
  margin: 0 0 10px;
  padding: 10px;
  border-style: solid !important;
  border-width: 1px !important;
  font-size: 12px !important;
  border-color: #fcd344;
  background-color: #fafaec;
  color: #3d6611;
}

.wishlist-management .table-caption .label {
  font-size: 12px;
  float: left;
  line-height: 21px;
}

#wishlists-move {
  float: right;
  margin-left: 10px;
}

#wishlists-copy {
  float: right;
}

#wishlists-select {
  background: none;
  padding-left: 0;
  white-space: nowrap;
  float: left;
  max-width: 220px;
}

#wishlists-select strong {
  background: none;
  padding-right: 0;
  padding-left: 7px;
  padding-top: 2px;
  font-weight: normal;
  font-size: 12px;
  text-transform: none;
}

#wishlists-select strong span {
  font-weight: bold;
}

#wishlists-select .change {
  text-indent: 0;
  width: auto;
  background: none;
  margin-left: 4px;
  border: 0;
  right: auto;
  left: 100%;
  text-decoration: none;
  line-height: 19px;
  margin-top: 1px;
}

#wishlists-select .change span {
  text-transform: none;
}

#wishlists-select .list-container {
  right: auto;
  left: 0;
  margin-top: 4px;
}

#wishlists-select .list-container ul {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

#wishlists-select .list-container li:first-child {
  border-top: 0;
}

#wishlists-select .list-container li {
  border-color: #d9d9d9;
}

#wishlists-select .list-container a,
#wishlists-select .list-container a:hover,
#wishlists-select .list-container span {
  color: #999999;
  cursor: pointer;
  display: block;
  font-size: 11px;
  line-height: 1.2 !important;
  overflow: hidden;
  padding: 5px 18px;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: none;
}

#wishlists-select .list-container li:hover {
  background-color: #f8f8f8;
}

#wishlists-select .list-container li.new:hover {
  background-color: #999;
  color: #fff;
}

#wishlists-select .list-container li.new:hover a,
#wishlists-select .list-container li.new:hover span {
  color: #fff;
}

.split-button {
  display: inline-block;
  z-index: 1;
  position: relative;
  max-width: 300px;
  white-space: nowrap;
}

.split-button.clickable:active {
  left: 1px;
  top: 1px;
}

.split-button {
  height: 21px;
  padding: 0 0 0 10px;
  margin: 0;
}

.split-button.active {
  z-index: 100;
}

.split-button strong {
  cursor: default;
  margin: 0;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.split-button.clickable > strong,
.split-button strong[onclick] {
  text-transform: uppercase;
  text-transform: uppercase;
  cursor: pointer;
}

.split-button .change {
  display: inline-block;
  text-indent: -999em;
  overflow: hidden;
  width: 15px;
  cursor: pointer;
  height: 11px;
  margin-left: 8px;
  vertical-align: middle;
}

.split-button .change {
  position: absolute;
  right: 5px;
  top: 0px;
  height: 19px;
}

.split-button.light.clickable:active {
  top: auto;
  left: auto;
}

.split-button.light strong {
  display: inline-block;
  text-transform: none;
  background: none;
  font-weight: normal;
  padding: 0;
  height: auto;
  overflow: visible;
  font-weight: normal;
  white-space: normal;
  text-overflow: visible;
}

.split-button.light.clickable > strong,
.split-button.light strong[onclick] {
  color: #3399CC;
}

.split-button.light {
  width: auto;
  float: none;
  text-align: center;
  background: none;
  height: auto;
}

.my-wishlist .split-button.light {
  background: none;
  height: auto;
  padding: 7px 0 12px 0;
  float: left;
  width: 50%;
  text-align: left;
}

.split-button.light.clickable > strong:hover,
.split-button.light strong[onclick]:hover {
  text-decoration: none;
}

.split-button.light .change {
  position: static;
  right: auto;
  top: auto;
  height: 11px;
  border: none;
  display: none;
}

.split-button.active .change,
.split-button .change:hover {
  background-position: -995px 50%;
}

.split-button .list-container {
  position: absolute;
  display: none;
  right: -40px;
  top: 27px;
  padding: 0;
  min-width: 100%;
  max-width: 300px;
  float: left;
}

.split-button.active .list-container {
  display: block;
}

.split-button .list-container ul {
  background: #fff;
  border: none;
  position: relative;
  margin: 0;
}

.split-button .list-container ul > li {
  white-space: nowrap;
  border-top: 1px solid #dfe3e7;
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
  display: block !important;
  margin: 0 !important;
}

.split-button .list-container ul > li:first-child {
  border: none;
}

.split-button .list-container li a,
.split-button .list-container li span {
  color: #333;
  display: block;
  cursor: pointer;
  padding: 5px 18px;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}

.split-button .list-container li:hover a,
.split-button .list-container li:hover span,
.split-button .list-container li:hover {
  color: #fff;
  text-decoration: none;
}

.split-button .list-container li:hover {
  background-color: #999;
  background-position: 5px -984px;
}

.split-button .list-container li.new:hover {
  background-color: #999;
  background-position: 5px -485px;
}

.split-button:hover .list-container {
  display: block;
}

.my-wishlist .split-button .list-container {
  right: auto;
}

#wishlist-table .item-manage .btn-update {
  display: block;
  clear: both;
}

.list-container {
  border: 1px solid #dfe3e7;
  background: #fff;
  overflow: hidden;
}

.wishlist-management #wishlists-select .list-container {
  left: 17px;
  top: 18px;
}

.wishlist-management .table-caption {
  padding: 0 0 12px 0;
}

@media only screen and (max-width: 767px) {
  .wishlist-management #wishlists-select {
    float: none;
    width: 100%;
  }

  .wishlist-management .table-caption #wishlists-copy,
  .wishlist-management .table-caption #wishlists-move {
    display: none;
  }

  .wishlist-management .table-caption #wishlists-copy {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
  }

  .wishlist-management .table-caption #wishlists-copy .change {
    border: none;
  }

  .wishlist-management .table-caption #wishlists-move {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    clear: left;
  }

  .wishlist-management .table-caption .split-button .list-container {
    right: -6px;
  }

  #wishlist-create-button {
    float: none;
    width: 100%;
    clear: both;
    margin: 15px 0;
  }

  .wishlist-management #wishlists-select .change {
    display: inline-block;
    float: none;
  }

  .my-wishlist .btn-update {
    margin: 20px 0 0 0;
  }

  .my-wishlist .btn-share {
    margin: 0 20px 0 0;
  }

  #wishlist-table .split-button {
    width: 49%;
    text-align: center;
    margin: 15px 0;
  }

  #wishlist-table .split-button .list-container {
    top: 24px;
  }
}
/*----------------------------------------------

  Multiple Address Checkout

----------------------------------------------*/
.checkout-progress {
  padding: 0 50px;
  margin: 10px 0 20px 0;
  overflow: hidden;
}

.checkout-progress li {
  float: left;
  width: 20%;
  border-top: 5px solid #ccc;
  text-align: center;
  color: #ccc;
}

.checkout-progress li.active {
  border-top-color: #000;
  color: #000;
}

#multiship-addresses-table .btn-remove2 {
  display: block;
  text-indent: -9999px;
}

/*----------------------------------------------

  Magento Window Overlay

----------------------------------------------*/
.window-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #000;
  opacity: 0.5;
  width: 100%;
  z-index: 990;
  display: none;
}

.window-overlay.active {
  display: block;
}

.popup-block {
  border: 1px solid #cfcfcf;
  background: #fff;
  left: 50%;
  top: 40%;
  position: absolute;
  margin: -85px 0 0 -250px;
  width: 500px;
  text-align: left;
  z-index: 1000;
  position: fixed;
  display: none;
}

.popup-block.active {
  display: block;
}

.popup-block .block-title {
  padding: 10px;
  border: none;
}

.popup-block .btn-close {
  position: absolute;
  top: 11px;
  right: 11px;
  font-size: 1.2rem;
  cursor: pointer;
}

.popup-block .block-content {
  padding: 10px;
}

.popup-block .form-list .control label {
  margin: 2px 20px 0 8px;
}

.popup-block button.button {
  margin: 0 15px 0 0;
}

/*----------------------------------------------

  Homepage

----------------------------------------------*/
.home-content {
  overflow: hidden;
}
.home-content section {
  float: left;
  width: 33.33333%;
}
.home-content section .inner-column {
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .home-content section {
    width: 100%;
  }
  .home-content section .inner-column {
    padding: 10px 0;
  }
}
/*-----------------------------------

  Grand River Modules

  - Sub Category Listing Page
  - Ajax Cart (custom sytles)

-------------------------------------*/
/*----------------------------------------------

  Sub Category Listing Page

----------------------------------------------*/
ul.category-listing {
  overflow: hidden;
  margin-right: -10px;
  margin-left: -10px;
}
ul.category-listing li {
  float: left;
  width: 25%;
  text-align: center;
}
ul.category-listing li .inner-column {
  padding: 10px;
}

/* @Mobile Landscape and Portrait */
@media only screen and (max-width: 767px) {
  ul.category-listing li {
    width: 50%;
  }
}
/*---------------------------------------------------------

  Ajax Cart Custom Styles
  - Base styles are in base/default/grandriver/ajaxcart

-----------------------------------------------------------*/
#ajax-cart #cartHeader strong {
  color: #636363;
  font-size: 1.5rem;
  position: relative;
  top: 2px;
}

#ajax-cart #cartHeader:hover strong {
  color: #2e8ab8;
}

@media only screen and (max-width: 479px) {
  #ajax-cart #cartHeader strong {
    display: none;
  }
}

/*# sourceMappingURL=perficient.css.map */
