/*
// Table of content
// -----------------------------------------------------------------------------
// - 1. Homepage
// - 2. About Page
// - 3. Gallery Page
// - 4. Gallery Detail Page
// - 5. Contact Page
*/
/* -----------------------------------------------------------------------------
// 1. Homepage 
// ----------------------------------------------------------------------------- */
.homepage .gallery {
  background-color: #f9f9f9;
  padding-bottom: 25px; }
  .homepage .gallery .gallery-item {
    position: relative;
    margin-bottom: 20px;
    text-align: center; }
    .homepage .gallery .gallery-item:hover .gallery-item-hover {
      opacity: 1; }
  .homepage .gallery .gallery-item-caption {
    padding: 30px 0;
    text-transform: uppercase;
    color: #4b4b4b; }
    .homepage .gallery .gallery-item-caption p {
      letter-spacing: 2px;
      font-size: 12px; }
  .homepage .gallery .gallery-item-hover {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s; }
    .homepage .gallery .gallery-item-hover a {
      padding: 12px 30px;
      text-transform: uppercase;
      color: #4b4b4b;
      background-color: #fff; }
      .homepage .gallery .gallery-item-hover a:hover {
        background-color: #f9f9f9;
        text-decoration: none; }
      .homepage .gallery .gallery-item-hover a:focus {
        outline: none; }

/* -----------------------------------------------------------------------------
// 2. About Page
// ----------------------------------------------------------------------------- */
.about .wrapper {
  background-color: #f9f9f9; }
.about .intro {
  border-bottom: 1px solid #e5e5e5; }
  .about .intro h3 {
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-size: 20px; }
.about .team {
  border-bottom: 1px solid #e5e5e5; }
  .about .team .person {
    text-align: center; }
    .about .team .person img {
      margin-bottom: 25px; }
    .about .team .person h5 {
      margin-bottom: 25px;
      font-size: 12px;
      letter-spacing: 2px; }
    .about .team .person em {
      font-weight: normal;
      font-style: normal;
      color: #9c9c9c; }
    @media (max-width: 992px) {
      .about .team .person {
        margin-bottom: 30px; } }
.about .skills h3 {
  margin: 0 0 30px 0;
  letter-spacing: 2px;
  font-size: 20px; }

/* -----------------------------------------------------------------------------
// 3. Gallery Page 
// ----------------------------------------------------------------------------- */
.gallery {
  background-color: #f9f9f9;
  padding-bottom: 100px; }
  .gallery .gallery-item {
    position: relative;
    margin-bottom: 20px;
    text-align: center; }
    .gallery .gallery-item:hover .gallery-item-hover {
      opacity: 1; }
  .gallery .gallery-item-caption {
    padding: 30px 0;
    text-transform: uppercase;
    color: #4b4b4b; }
    .gallery .gallery-item-caption p {
      letter-spacing: 2px;
      font-size: 12px; }
  .gallery .gallery-item-hover {
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s; }
    .gallery .gallery-item-hover a {
      padding: 12px 30px;
      text-transform: uppercase;
      color: #4b4b4b;
      background-color: #fff; }
      .gallery .gallery-item-hover a:hover {
        background-color: #f9f9f9;
        text-decoration: none; }
      .gallery .gallery-item-hover a:focus {
        outline: none; }

/* -----------------------------------------------------------------------------
// 4. Gallery Detail Page 
// ----------------------------------------------------------------------------- */
.gallery-detail .project {
  background-color: #f9f9f9; }
.gallery-detail .detail-img {
  position: relative;
  margin-bottom: 30px; }
  .gallery-detail .detail-img .caption {
    position: absolute;
    bottom: 20px;
    padding: 10px 60px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7); }
    .gallery-detail .detail-img .caption h4 {
      color: #4b4b4b;
      font-size: 13px;
      letter-spacing: 2px; }
.gallery-detail .project-info h3 {
  margin: 0 0 20px 0;
  font-size: 20px; }
  .gallery-detail .project-info h3 + p {
    margin-bottom: 30px; }
.gallery-detail .project-info h5 {
  font-size: 12px;
  letter-spacing: 2px; }
  .gallery-detail .project-info h5 + p {
    margin-bottom: 20px; }
.gallery-detail .project-info ul {
  margin-top: 30px;
  padding: 0;
  list-style-type: none; }
.gallery-detail .project-info li {
  display: inline; }
.gallery-detail .project-info a {
  margin-right: 20px;
  font-size: 14px;
  color: #c4c4c4;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s; }
  .gallery-detail .project-info a:hover {
    color: #5faab7; }

/* -----------------------------------------------------------------------------
// 5. Contact
// ----------------------------------------------------------------------------- */
.contact-form {
  background-color: #f9f9f9; }
  .contact-form img {
    margin-bottom: 100px; }
  .contact-form .form-control {
    background-color: #fff;
    color: #4b4b4b; }

.contact-info h3 {
  margin: 0 0 20px 0;
  font-size: 20px; }
  .contact-info h3 + p {
    margin-bottom: 30px; }
.contact-info h5 {
  font-size: 12px;
  letter-spacing: 2px; }
  .contact-info h5 + p {
    margin-bottom: 20px; }
.contact-info ul {
  margin-top: 30px;
  padding: 0;
  list-style-type: none; }
.contact-info li {
  display: inline; }
.contact-info a {
  margin-right: 20px;
  font-size: 14px;
  color: #c4c4c4;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s; }
  .contact-info a:hover {
    color: #5faab7; }

/*# sourceMappingURL=pages.css.map */
