@import url(https://fonts.googleapis.com/css?family=Lato:400,300,400italic,900);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);
body {
  background: #fff;
  color: #3c3c3c;
  font-family: "Lora", serif;
  font-size: 18px;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.regular {
  padding: 64px 0;
  max-width: 960px;
  margin: 0 auto;
}

.hero {
  padding-bottom: 64px;
  position: relative;
  margin-top: -21px;
}

.hero .hero-background {
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  position: relative;
}

.hero .hero-background .overlay {
  height: 700px;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.hero header,
.hero article {
  padding: 64px 0;
  max-width: 700px;
  margin: 0 auto;
  z-index: 2;
}

.hero header {
  color: #fff;
  position: relative;
  text-align: center;
}

.hero header h1 {
  margin-top: 200px;
}

.hero header h2 {
  font-family: "Lora", serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
}

.hero .meta {
  position: absolute;
  width: 700px;
  left: 50%;
  margin: 0 0 0 -350px;
  bottom: 32px;
  z-index: 5;
  text-align: center;
}

.hero .meta .avatar,
.hero .meta .name,
.hero .meta .length,
.hero .meta .date {
  display: block;
  text-align: center;
}

.hero .meta .name {
  color: #fff;
  margin: 5px 0;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 18px;
  text-transform: normal;
  -webkit-font-smoothing: antialiased;
}

.hero .meta img {
  display: inline-block;
}

.hero .meta .date {
  color: #fff;
  margin-top: 10px;
  -webkit-font-smoothing: antialiased;
}

section header .meta .author {
  float: left;
}

section header .meta img {
  float: left;
  margin-right: 12px;
}

section header .meta a {
  display: block;
}

section header .meta .date {
  margin-top: 8px;
  float: right;
}

footer.article-footer {
  background: #fafafa;
  padding: 32px 0;
}

.block .meta {
  margin: 5px 0 0;
}

footer.page {
  background: #3c3c3c;
  padding: 64px 0;
  text-align: center;
  color: #b8b8b8;
}

footer.page p.copyright {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 14px;
}

footer.page p.tribute {
  color: #b8b8b8;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.section-things {
  background: #f2f2f2;
}

.section-things section header {
  padding: 64px 0 32px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  z-index: 2;
}

.read-more {
  margin-top: 96px;
  font-family: "Lato", sans-serif;
  text-align: center;
  display: block;
  color: #b8b8b8;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.read-more a {
  color: #445566;
}

.pegasas-jumbotron {
  background: url("/assets/img/1-airplane-jet-aviation-aircraft-1.jpg") #333333;
  background-size: cover;
  color: #FFF;
  padding: 96px 0;
  margin-bottom: 0;
}

.pegasas-jumbotron h1 {
  font-weight: 200;
  font-size: 5em;
  letter-spacing: .5em;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #000;
}

.pegasas-jumbotron small {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  letter-spacing: .5em;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #000;
}

.pegasas-container-mission {
  background-color: #44422d;
  color: white;
  line-height: 1.5em;
  letter-spacing: .2em;
  padding: 2em 0;
  border-top: 5px #445566 solid;
  border-bottom: 5px #445566 solid;
}

.pegasas-container-mission .yank-right {
  background-color: white;
  padding: 1em;
  float: right;
  border: 1px solid #3c3c3c;
}

.pegasas-container-footer {
  padding: 2em 0;
  background-color: #3c3c3c;
  color: #b8b8b8;
  font-size: 16px;
  line-height: 1.5em;
  font-family: "Lato", sans-serif;
}

.pegasas-container-footer .img-responsive {
  max-height: 150px;
}

input.giant {
  font-family: "Lato", sans-serif;
  font-size: 60px;
  font-weight: 300;
  color: #3c3c3c;
  box-shadow: none;
  border: none;
  border-radius: 0;
  height: 96px;
  margin-bottom: 32px;
  margin-left: -5px;
  padding: 0px;
  letter-spacing: -.03em;
  outline: none;
}

input.giant:focus,
input.giant:active {
  outline: none;
  box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 200;
  letter-spacing: 0em;
  margin: 0 0 32px -1px;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

h6 em {
  color: #b8b8b8;
  font-style: normal;
}

.special {
  font-family: "Lora", serif;
  margin-bottom: 64px;
}

.special small {
  display: block;
  font-family: "Lato", sans-serif;
  color: #b8b8b8;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 10px;
}

section header h1 {
  font-family: "Lato", sans-serif;
  line-height: 1;
  margin-bottom: 32px;
  letter-spacing: 0em;
  text-transform: uppercase;
  font-weight: 200;
}

section header h2 {
  font-size: 32px;
  font-weight: 200;
  margin-bottom: 64px;
  letter-spacing: 0em;
}

article.content p {
  font-family: "Lora", serif;
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 32px;
}

article.content p > a {
  color: #3c3c3c;
  text-decoration: none;
  text-shadow: -1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
  position: relative;
  white-space: nowrap;
}

article.content p > a:after {
  display: block;
  position: absolute;
  width: 100%;
  border-top: 1px solid #000;
  content: "";
  bottom: 0.1em;
  left: 0;
  z-index: -1;
}

article.content blockquote {
  border: none;
  padding: 0;
  margin: 0;
  margin: 0 -160px 32px -160px;
}

article.content blockquote p {
  font-size: 28px;
  font-style: italic;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

article.content ul,
article.content ol {
  margin-bottom: 32px;
}

article.content li {
  margin-bottom: 16px;
}

article.content li:last-child {
  /* margin-bottom: 0; */
}

article.content img {
  margin-top: 10px;
  max-width: 100%;
  text-align: center;
}

article.content img.yank-left {
  max-width: 30%;
  float: left;
  margin-left: -15%;
  margin-right: 32px;
}

article.content img.yank-right {
  max-width: 30%;
  float: right;
  margin-right: -15%;
  margin-left: 32px;
}

article.content img.oversized {
  margin: 0 -15% 0 -15%;
  max-width: 130%;
}

article.content p.caption {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 14px;
  text-align: center;
  padding-top: 3px;
}

article.content iframe {
  margin-bottom: 32px;
}

.block {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.block h3 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 5px;
  line-height: 1.5;
}

.block p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0;
}

.block a {
  color: #3c3c3c;
}

.block a:hover,
.block a:focus {
  text-decoration: none;
}

.block img {
  max-width: 100%;
}

.block img.small-image {
  border: 1px solid rgba(0, 0, 0, 0.05);
  float: right;
  margin: 3px 0 0 32px;
}

.block img.large-image {
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
}

.meta {
  color: #b8b8b8;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  margin: 0 0 64px;
}

.meta a {
  color: #005566;
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
}

.meta .date {
  color: #3c3c3c;
  font-weight: bold;
  letter-spacing: 0px;
  text-transform: uppercase;
}

code {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 16px;
}

.centered {
  text-align: center;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 0em;
  font-family: "Lato", sans-serif;
}

.gallery header {
  padding: 64px 0 32px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  z-index: 2;
}

.gallery-images {
  padding: 10px;
}

.gallery-images img {
  vertical-align: bottom;
  opacity: 0;
}

.navbar-redwood {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  min-height: 60px;
  margin-bottom: 0;
}

.navbar-redwood .nav {
  color: #b8b8b8;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  overflow: hidden;
}

.navbar-redwood .nav a {
  color: #b8b8b8;
  letter-spacing: .1em;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
}

.navbar-redwood .nav a:before {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: #b8b8b8;
  content: '';
  transition: all 100ms ease;
  opacity: 0;
}

.navbar-redwood .nav a:hover,
.navbar-redwood .nav a:focus {
  background: transparent;
}

.navbar-redwood .nav a:hover:before,
.navbar-redwood .nav a:focus:before {
  opacity: 1;
  bottom: 0;
}

.navbar-redwood .nav .active a {
  color: #b8b8b8;
  font-weight: bold;
  position: relative;
}

.navbar-redwood .nav .active a:before {
  bottom: 0;
  height: 2px;
  background: #b8b8b8;
  opacity: 1;
}

.navbar-redwood .navbar-brand {
  color: #b8b8b8;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  height: 60px;
  padding: 20px 15px;
  letter-spacing: .5em;
  font-family: "Lato", sans-serif;
}

.navbar-redwood .navbar-form {
  margin-top: 13px;
}

.navbar-redwood .search {
  border-radius: 32px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  width: 180px;
  display: block;
  transition: width 220ms ease;
}

.navbar-redwood .search.grow {
  width: 300px;
}

.tags {
  display: block;
  margin: 0 0 32px;
  padding: 32px 0 0;
  list-style: none;
}

.tags li {
  display: inline-block;
  margin-right: 10px;
}

.tags a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.05);
  color: #445566;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 2px;
}

.tiles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 64px;
}

.tiles .item {
  background: #fff;
  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.2);
  padding: 30px;
  height: 300px;
  width: 300px;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  margin: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.tiles .item:hover {
  text-decoration: none;
}

.tiles .item .image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.tiles .item .caption {
  text-align: center;
  box-shadow: 0px 0px 50px 100px rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.75);
  color: #3c3c3c;
  font-weight: 300;
  margin: 0;
  opacity: 0;
  transition: all .15s;
}

.tiles .item:hover .caption {
  opacity: 1;
}

img[data-action="zoom"] {
  cursor: pointer;
  cursor: -moz-zoom-in;
}

.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  transition: all 300ms;
}

img.zoom-img {
  cursor: pointer;
  cursor: -moz-zoom-out;
}

.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  transition: opacity 300ms;
}

.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}


#products-index {
  display: flex;
}

#products-by-group h3 {
  padding: 2rem 0 1rem;
  margin: 0;
}

#products-sidebar {
  margin-left:2rem;
  padding:2rem;
  width: 60rem;
  background-color: #bdbdb6;
  border-top: 5px solid #44422F;
  border-bottom: 1px solid #44422F;
}

#products-by-group {
  flex-grow: 1;
  width: auto;
}
