/* styles.css
	Project:
	Author:
	Date:

	Helpful links:
	Web colors:
	https://en.wikipedia.org/wiki/Web_colors#X11_color_names
	Color picker tool:
	https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Colors/Color_picker_tool
	http://colorpicker.com
*/
.button {
  display: inline-block;
  color: #6a6a6a;
  height: 43px;
  line-height: 43px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: none;
  font-weight: normal;
  transition: all 0.15s ease;
}
.button.hidden {
  width: 0;
  opacity: 0;
}
.button-solid {
  width: 180px;
  border-radius: 22.5px;
}
.button-primary {
  border: 1px solid #c50011;
  background: #c50011;
  color: #fff;
  width: 180px;
  border-radius: 22.5px;
}
.button-outline {
  border: 1px solid #6a6a6a;
  background: #fff;
  width: 180px;
  border-radius: 22.5px;
}
.button-outline:hover {
  background: #6a6a6a;
  color: #fff;
}
.icon-listen {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.icon-facebook,
.icon-twitter,
.icon-linkedin,
.icon-email {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #d8d8d8;
  border-radius: 15px;
}
.icon-left,
.icon-right {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #d8d8d8;
  vertical-align: middle;
}
.icon-close {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 22.5px;
  background: rgba(0, 0, 0, 0.5);
}
.actions-text {
  text-align: center;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #6a6a6a;
}
article {
  max-width: 960px;
  background: #fff;
  margin: 10px auto;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  text-align: left;
}
article .source-triangle {
  position: absolute;
  top: -10px;
  margin-left: -28px;
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 40px solid #f4f4f4;
}
article header .close {
  position: absolute;
  top: 20px;
  right: 16px;
}
article header .close img {
  width: 60px;
  height: 60px;
}
article header .header-image {
  height: 400px;
  background: no-repeat;
  background-size: cover;
}
article header .content {
  padding-top: 40px;
}
article .content {
  font-size: 16px;
  margin: 0 80px;
}
article .byline {
  color: #6a6a6a;
}
article .author {
  color: #c50011;
}
article .body {
  color: #555;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease;
}
article .body.hidden {
  max-height: 20em;
}
article .body.hidden .shield {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
article .actions {
  float: left;
  width: 180px;
  position: relative;
  top: -70px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #6a6a6a;
}
@media (max-width: 960px) {
  article .actions {
    float: none;
    width: auto;
    position: static;
    margin-top: 20px;
  }
  article .actions > * {
    display: inline-block;
    vertical-align: middle;
  }
  article .actions button.play {
    margin-bottom: 0;
    width: auto;
  }
  article .actions ul.social {
    margin-left: 10px;
  }
  article .actions ul.social li {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
  }
}
article button.play {
  cursor: pointer;
  border: 0;
  background: none;
  width: 100px;
  margin-bottom: 50px;
  padding: 0;
  text-align: center;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #6a6a6a;
}
article button.play .icon-listen {
  margin-bottom: 5px;
  vertical-align: middle;
}
article button.play label {
  display: inline-block;
  text-align: center;
  width: 100px;
  vertical-align: middle;
  cursor: pointer;
}
article ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
}
article ul.social li {
  margin-top: 10px;
}
article nav {
  padding: 20px 0 40px;
  clear: both;
}
article nav .nav-content {
  text-align: center;
}
article nav .nav-content .button {
  margin: 0 10px;
}
article nav .previous {
  float: left;
  margin-left: 40px;
}
article nav .previous .icon-left {
  margin-right: 10px;
}
article nav .next {
  float: right;
  margin-right: 40px;
}
article nav .next .icon-right {
  margin-left: 10px;
}
body {
  background-color: #f4f4f4;
  font-family: 'Lato', sans-serif;
}
#gallery {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.thb {
  position: relative;
  display: inline-block;
  margin: 10px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  transition: transform 0.15s ease;
}
.thb.thb-3-across,
.thb.thb-3-across img {
  width: 306.66666667px;
  height: 306.66666667px;
}
.thb.thb-4-across,
.thb.thb-4-across img {
  width: 225px;
  height: 225px;
}
.thb:hover,
.thb.active {
  transform: scale(1.05);
}
.thb:hover .caption,
.thb.active .caption {
  height: 80px;
  padding: 10px;
  padding-top: 10px;
  background-color: rgba(180, 0, 20, 0.9);
  color: #fef157;
}
.caption {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.15s;
  color: #fff;
  font-size: 20px;
  height: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 0.95;
}
.sourcetitle {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 980px) {
  #gallery {
    text-align: center;
  }
  .thb.thb-3-across,
  .thb.thb-3-across img,
  .thb.thb-4-across,
  .thb.thb-4-across img {
    width: 306.66666667px;
    height: 306.66666667px;
  }
}
/* Modal/Detail */
/* close btn */
header.intro {
  padding-top: 80px;
}
header.intro .header-image {
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 0;
  right: 0;
  height: 400px;
  background: no-repeat #6a6a6a;
  background-size: cover;
}
header.intro > .content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
}
header.intro h2 {
  color: white;
  font-size: 56px;
  margin: 0 40px 80px;
  font-weight: normal;
}
header.intro h2 sub {
  display: block;
  font-size: 24px;
  margin-top: 40px;
  line-height: 1.2;
}
#profile {
  display: none;
}
#profile .content {
  margin: 0 auto;
  width: 600px;
}
#profile header .content {
  padding-top: 20px;
}

#returnbar {
  width: 100%;
  z-index: 95;
  height: 40px;
  position: absolute;
  background-color: white;
  text-align: center;
}

#returnbar img {
  z-index: 95;
  height: 35px;
  margin: 0px auto;
  margin-top: 4px;
}

#mapbox {
  margin: 0px auto;
  text-align: center;
}

#footer {
  width: 100%;
  background-color: #c50011;
  height: 80px;
  text-align: center;
  font-size: 12px;
  position: absolute;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

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