/*
// Table of content
// -----------------------------------------------------------------------------
// - 1. Header
// - 2. Footer
// - 3. Hero Title
*/
/* -----------------------------------------------------------------------------
// 1. Header 
// ----------------------------------------------------------------------------- */
header {
  position: relative; }

.header-search {
  display: none;
  background-color: #181818;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0; }
  .header-search a[role=button] {
    margin: 27px 33px 0 0;
    font-size: 24px;
    color: #fff; }
  .header-search input {
    position: absolute;
    height: 100%;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 30px; }
    .header-search input::-webkit-input-placeholder {
      color: #fff;
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      -ms-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
    .header-search input:-moz-placeholder {
      /* Firefox 18- */
      color: #fff;
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      -ms-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
    .header-search input::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff;
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      -ms-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
    .header-search input:-ms-input-placeholder {
      color: #fff;
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      -ms-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
    .header-search input:focus {
      outline: none; }
      .header-search input:focus::-webkit-input-placeholder {
        opacity: .2; }
      .header-search input:focus:-moz-placeholder {
        /* Firefox 18- */
        opacity: .2; }
      .header-search input:focus::-moz-placeholder {
        /* Firefox 19+ */
        opacity: .2; }
      .header-search input:focus:-ms-input-placeholder {
        opacity: .2; }

/* -----------------------------------------------------------------------------
// 2. Footer 
// ----------------------------------------------------------------------------- */
footer {
  padding: 100px 0 10px 0;
  background-color: #181818; }

.footer-col h5 {
  margin-bottom: 40px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px; }
.footer-col .list li:before {
  color: #717171; }
.footer-col .list li:hover:before {
  color: #3fb3e5; }
.footer-col .list li:hover a {
  color: #fff;
  text-decoration: none; }
.footer-col p,
.footer-col li,
.footer-col a {
  color: #717171; }
.footer-col .social {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #242424; }
  .footer-col .social:before, .footer-col .social:after {
    content: " ";
    display: table; }
  .footer-col .social:after {
    clear: both; }
  .footer-col .social li {
    float: left;
    margin-right: 15px; }
  .footer-col .social a {
    font-size: 16px;
    color: #3c3c3c; }
    .footer-col .social a:hover {
      color: #3fb3e5; }

@media (max-width: 992px) {
  .footer-col {
    margin-bottom: 50px; } }
.footer-copyright {
  margin-top: 100px;
  padding-top: 20px;
  border-top: 1px solid #242424;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-align: center; }

/* -----------------------------------------------------------------------------
// 3. Hero Title 
// ----------------------------------------------------------------------------- */
.hero-title {
  padding: 100px 0;
  background-color: #aeaeae;
  text-align: center;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .hero-title h2 {
    text-transform: uppercase;
    color: #fff; }
  .hero-title .hero-title-shop {
    padding: 200px 0; }

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