/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * 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@magento.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.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
@media only screen and (min-width: 771px) {
  .logo {position: absolute; z-index: 2; left: 0; bottom: 15px; padding: 0 }
  .logo .large {position: static; margin-top: 0;  }
  #header-search {margin-top: -13px !Important;  }
}

#cookiealert {
  z-index: 100000;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  margin: 0;
  width: 100%;
  background: #ececec;
  text-align: center;
}

#cookiealert .close-cookie-alert {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #333;
}

#cookiealert a {
  display: inline-block;
  padding: 0 10px;
}

#cookiealert .btn {
  border: 1px solid #333;
  background: #333;
  color: #fff;
  padding: 5px 10px;
  margin-left: 10px;
  text-decoration: none;
  transition: all ease .3s;
}
#cookiealert .btn:hover {
  background: #143e8a;
}