/**
 * Theme Name: g
 * Author: BULLSEYE - aim on branding
 * Author:      Sérgio 'wherd' Leal <sergio.leal@bullseye.pt>
 * Author URI:  http://bullseye.pt
 * Version: 0.2.9
 * License: Proprietary
 *
 * Copyright (C) 2015 Bullseye - aim on branding® - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Sérgio 'wherd' Leal <sergio.leal@bullseye.pt>
 */

article {
  padding-bottom: 2.5em;
}

h1 {
  margin-top: 0;
}

a {
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

body > header .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

body > header .form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

body > header.navbar-default .navbar-form {
  padding-left: 0;
}

body > header .form-control:focus {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body > header .input-group-btn:last-child > .btn {
  border: 0;
  border-radius: 0;
  margin-left: 0;
}

body > header .input-group-btn:last-child > .btn:hover {
  background-color: #fff;
}

body > footer {
  color: #fff;
  background-color: #000;
}

body > footer h5 {
  font-weight: bold;
}

body > footer a,
body > footer a:hover {
  color: #fff;
}

body > footer .row {
  padding-top: 1em;
  padding-bottom: 1em;
}

body > footer .col-xs-12 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.breadcrumb {
    margin-bottom: 0;
    text-align: center;
}

.home > .container {
  padding: 1em 0;
  text-align: center;
}

.home .carousel-inner > .item {
  height: 90vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home .carousel-caption {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  padding: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
color:#000;
}

.home .carousel-caption img {
  padding-bottom: 1em;
}

article > header {
  margin-bottom: 2.5em;
  margin-top: 20px;
}

.feat-image {
  height: 50vh;
  margin:  0 0 2.5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.feat-video {
  position: relative;
  overflow: hidden;
  height: 75vh;
}

.feat-video span {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

video {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.product-list-item {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}

.product-list-item h5,
.product-list-item p {
  margin: 0;
  padding: 0 20px;
}

.product-list-item h5 {
  padding-top: 40px;
}

.product-list-item a {
  position: relative;
  display: block;
  color: #333;
  padding: 60px 20px;
  text-decoration: none;
}

.product-list-item a:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: rgba(197, 32, 51, 0.5);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.product-list-item a:hover:after {
  height: 100%;
  opacity: 1;
}

.product-list-item a:hover span {
  height: 100%;
}

.pagination,
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span,
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-radius: 0;
}

.with-icon {
  padding-top: 44px;
  text-align: center;
  background-image: url(images/title-icon.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

.product-specs h2,
.product-specs strong {
  color: #000;
}

.product-specs h2 {
  margin-bottom: 20px;
}

.product-specs li {
  margin-bottom: 5px;
}

.tax-bullseye_product_type .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .product-categories li {
        background-image: none !important;
    }
}

@media screen and (min-width: 768px) {
  body > footer .col-sm-4 {
    text-align: left;
  }

  .product-categories {
    margin: 2em auto;
  }

  .product-categories li {
    position: relative;
    width: 120px;
    height: 120px;
    margin-right: 10px;
    background-color: #c52033;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .product-categories li:last-of-type {
    margin-right: 0;
  }

  .product-categories li a {
    display: block;
    overflow: hidden;
    height: 120px;
    line-height: 120px;
    color: #fff;
  }

  html,
  body {
    width: 100%;
    min-height: 100vh;
  }

  body {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;

    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body > nav,
  body > header,
  body > footer {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  body > main {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
}

.carousel-indicators .active { background-color: #000; }
.carousel-indicators li { border-color: #000; }
