/**
 * 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
 */
/*
// ----------------------------------------------
// 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; }
}

// ----------------------------------------------
*/
.page-header {
  background: #292929;
}

.logo {
  max-width: 250px;
}

.menu-opener {
  background-color: #ff8800;
  border-top-color: #ff8800;
  border-bottom-color: #ff8800;
}

.skip-links.skip-link:not(.skip-active) {
  background: #292929;
}

@media only screen and (min-width: 770px) {
  .skip-language.skip-active {
    background: #f8f8f8;
  }
}
@media only screen and (max-width: 769px) {
  .skip-links .skip-link:not(.skip-active) {
    background: #292929;
  }
}
@media only screen and (min-width: 770px) {
  #header-account.skip-active {
    min-width: 132px;
  }

  .skip-account.skip-active {
    background: #f8f8f8;
  }
}
#search_mini_form .input-box input.input-text {
  color: #292929;
}
#search_mini_form .input-box input.input-text::-webkit-input-placeholder {
  color: #292929;
}
#search_mini_form .search-button {
  background-color: #ff8800;
}

.skip-cart .count {
  background-color: #ff8800;
  color: #FFFFFF;
}

@media only screen and (min-width: 770px) {
  .skip-cart.skip-active {
    background: #f8f8f8;
  }
}
.footer-container .copyright {
  background-color: #292929;
}

