/*
Template Name: Infrared
Theme URI: http://themes.wearekllr.com/infrared
Author: KLLR
Author URI: http://themes.wearekllr.com/
Description: HTML Template for photographers
Version: 1.0
Support: https://kllr.ticksy.com
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
01. Base
  01.1 Typography
  01.2 Forms
  01.3 Misc
02. Components
  02.1 Navigation
  02.2 Buttons
  02.3 Footer
03. Layout
  03.1 Home
  03.2 Portfolio
  03.3 About Agency
  03.4 About Freelancer
  03.5 Project
  03.6 Blog
  03.7 Blog Post
  03.8 Contact
04. Media Queries

--------------------------------------------------------------*/
/*--------------------------------------------------------------
01. Base
--------------------------------------------------------------*/
/**
 * 01.1 Typography
 */
body {
  font-family: 'Karla', sans-serif; }

h1,
h2 {
  font-family: 'Montserrat', sans-serif; }

h2 {
  font-size: 32px;
  line-height: 1.35em;
  margin-top: 0; }

/**
 * 01.2 Forms
 */
.contact-form label {
  font-size: 16px;
  margin-bottom: 10px; }

.form-control {
  font-size: 16px;
  height: 50px;
  border-color: #d8d8d8;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 30px; }

/**
 * 01.3 Misc
 */
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.strong {
  font-weight: 700; }

.grow {
  transition: all .8s ease-in-out; }

.grow:hover {
  transform: scale(1.02);
  box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5); }

.container-fluid {
  padding-right: 0px;
  padding-left: 0px; }

/*--------------------------------------------------------------
02. Componentes
--------------------------------------------------------------*/
/**
 * 02.1 Navigation
 */
.nav-container {
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 63px !important; }
  .nav-container .logo {
    background-image: url(../images/logo-dark.png);
    width: 112px;
    height: 15px;
    margin-top: 45px;
    margin-left: 30px; }

.button-container {
  position: relative;
  z-index: 1000;
  right: 30px;
  top: 40px;
  float: right;
  height: 27px;
  width: 30px;
  cursor: pointer;
  z-index: 1000;
  transition: opacity .25s ease; }
  .button-container:hover {
    opacity: 0.8; }
  .button-container.active .top {
    transform: translateY(9px) translateX(0) rotate(45deg);
    background-color: #303030; }
  .button-container.active .middle {
    opacity: 0;
    background-color: #303030; }
  .button-container.active .bottom {
    transform: translateY(-9px) translateX(0) rotate(-45deg);
    background-color: #303030; }
  .button-container span {
    background: #303030;
    height: 3px;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .35s ease;
    cursor: pointer; }
    .button-container span:nth-of-type(2) {
      top: 9px; }
    .button-container span:nth-of-type(3) {
      top: 18px; }

.overlay-nav {
  position: fixed;
  z-index: 100;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 101; }
  .overlay-nav .col-md-3 {
    height: 100vh; }
  .overlay-nav.open {
    opacity: .94;
    visibility: visible;
    height: 100%; }
    .overlay-nav.open li {
      animation: fadeInRight .5s ease forwards;
      animation-delay: .35s; }
      .overlay-nav.open li:nth-of-type(2) {
        animation-delay: .4s; }
      .overlay-nav.open li:nth-of-type(3) {
        animation-delay: .45s; }
      .overlay-nav.open li:nth-of-type(4) {
        animation-delay: .50s; }
  .overlay-nav nav {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .overlay-nav p {
    color: #bfbfbf;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    margin-left: 40px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .overlay-nav a {
    color: #303030;
    text-decoration: none;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    margin-left: 40px;
    display: block;
    overflow: hidden;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .overlay-nav a:hover {
      opacity: 0.7; }
    .overlay-nav a:hover:after, .overlay-nav a:focus:after, .overlay-nav a:active:after {
      width: 100%; }
    .overlay-nav a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 3px;
      background-color: #fff;
      -webkit-transition: .35s;
      transition: .35s; }
  .overlay-nav .col-md-3 {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }
/* midnight nav */
.midnightHeader.default {
  background: none; }
  .midnightHeader.default .midnightInner {
    overflow: hidden !important; }

.midnightHeader.white .logo {
  background-image: url(../../../assets/images/logo.png); }
.midnightHeader.white span {
  background: #fff; }
.midnightHeader.white .midnightInner {
  overflow: hidden !important; }

/* bottom page-nav */
.page-nav {
  padding: 90px 0px; }
  .page-nav a {
    font-size: 18px;
    text-transform: uppercase;
    color: #ccc;
    text-decoration: none; }
  .page-nav i {
    color: #404040; }
  .page-nav i.fa.fa-th {
    color: #ccc;
    font-size: 20px; }
  .page-nav h2 {
    font-size: 32px;
    font-weight: 700;
    color: #303030; }

.page-nav-grid {
  padding-top: 40px; }

/**
 * 02.2 Buttons
 */
.btn {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  border-width: 2px;
  padding: 12px 35px;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms; }

.btn-default {
  background-color: transparent;
  border-color: #303030; }
  .btn-default:hover {
    background-color: #303030;
    color: #fff;
    border-color: #303030; }

.btn-white {
  background-color: #fff;
  color: #303030; }
  .btn-white:hover {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff; }

.btn-dark {
  background-color: #303030;
  color: #fff; }
  .btn-dark:hover {
    background-color: #fff;
    color: #303030;
    border-color: #303030; }

.btn-white-border {
  background-color: transparent;
  color: #fff;
  border-color: #fff; }
  .btn-white-border:hover {
    background-color: #fff;
    color: #303030; }

.btn-tag {
  background-color: transparent;
  color: #303030;
  border-color: #d8d8d8;
  font-size: 16px;
  font-weight: 400;
  border-radius: 25px;
  border-width: 1px;
  text-transform: lowercase;
  padding: 8px 16px; }
  .btn-tag:hover {
    background-color: #303030;
    color: #fff;
    border-color: #303030; }

.btn-round {
  background-color: transparent;
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border-color: #d8d8d8;
  border-radius: 25px;
  border-width: 1px;
  width: 40px;
  height: 40px;
  padding: 6px 0; }
  .btn-round:hover {
    background-color: #303030;
    color: #fff;
    border-color: #303030; }

/**
 * 02.3 Footer
 */
footer {
  padding-top: 50px;
  border-top: 1px solid #d8d8d8; }
  footer .social {
    text-align: right; }
    footer .social a {
      color: #303030;
      font-size: 18px; }
    footer .social i {
      transition: transform ease-in-out 300ms;
      -webkit-transition: transform ease-in-out 300ms; }
      footer .social i:hover {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px); }
    footer .social li {
      margin-left: 6px; }

.nav-footer a {
  color: #303030;
  font-size: 14px;
  text-transform: uppercase;
  transition: opacity ease-in-out 300ms;
  -webkit-transition: opacity ease-in-out 300ms; }
  .nav-footer a:hover {
    text-decoration: none;
    opacity: 0.7; }
.nav-footer li {
  margin-right: 30px; }

.copyright {
  background-color: #303030;
  color: #fff;
  text-align: center;
  margin-top: 28px;
  padding-top: 28px;
  padding-bottom: 28px; }
  .copyright p {
    margin-bottom: 0; }

/*--------------------------------------------------------------
03. Layout
--------------------------------------------------------------*/
/**
 * 03.1 Home
 */
#home {
  color: #fff;
  height: 100vh;
  position: relative; }

/* home 1 */
.home-1 {
  background-image: url(../images/bg-1.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  .home-1 p {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .home-1 .home-link {
    color: #fff;
    position: absolute;
    padding-left: 20px;
    bottom: 50px;
    transition: transform ease-in-out 300ms;
    -webkit-transition: transform ease-in-out 300ms; }
    .home-1 .home-link:hover {
      text-decoration: none;
      transform: translateY(-7px); }
  .home-1 .col-md-3 {
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    height: 100vh; }
    .home-1 .col-md-3:last-of-type {
      border-right: none; }

/* home 2 */
.home-2 {
  background-image: url(../images/bg-2.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  .home-2 .home-link {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 20px;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms; }
    .home-2 .home-link:hover {
      background-color: rgba(255, 255, 255, 0.8);
      color: #303030;
      text-decoration: none; }
  .home-2 .row {
    height: 33vh; }
  .home-2 .col-md-3 {
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    height: 100%; }
    .home-2 .col-md-3:last-of-type {
      border-right: none; }
  .home-2 h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
    margin-left: 75px; }

/* home 2-2 */
.home-2-2 {
  background-image: url(../images/bg-3.jpg);
  background-size: cover;
  background-position: center; }
  .home-2-2 .home-link {
    padding-left: 35px;
    padding-right: 35px; }
    .home-2-2 .home-link .content {
      position: absolute;
      bottom: 20px; }
  .home-2-2 h2 {
    margin-top: 0;
    margin-left: 0 !important; }
  .home-2-2 p {
    color: #d8d8d8;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase; }

/* home 2-3 */
.home-2-3 {
  background-image: url(../images/bg-4.jpg);
  background-size: cover;
  background-position: center; }
  .home-2-3 h2 {
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    top: 155px;
    left: -55px;
    margin: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }

/* home 3*/
.home-3 header {
  background-color: #fff;
  padding-top: 280px;
  position: relative; }
.home-3 h1 {
  color: #303030;
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: absolute;
  bottom: -45px; }
.home-3 h2,
.home-3 p {
  color: #303030; }
.home-3 .item {
  width: 100%;
  height: 500px;
  position: relative; }
  .home-3 .item:hover .overlay {
    opacity: 1; }
.home-3 .overlay {
  background-color: rgba(255, 255, 255, 0.92);
  text-align: center;
  position: absolute;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  top: 40px;
  bottom: 40px;
  left: 40px;
  right: 40px;
  opacity: 0;
  transition: all ease-in-out 500ms;
  -webkit-transition: all ease-in-out 500ms; }
.home-3 .content {
  margin: auto auto; }
  .home-3 .content p {
    color: #bfbfbf;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .home-3 .content h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    width: 70%;
    margin-left: auto;
    margin-right: auto; }
.home-3 .info {
  background-color: #fff;
  padding-bottom: 150px; }
  .home-3 .info h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: -40px; }
  .home-3 .info p {
    color: #404040;
    font-size: 24px; }
.home-3 .btn {
  margin-top: 20px;
  margin-right: 20px; }

/* home 4 */
#home.home-4 {
  background-image: url(../images/bg-9.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  #home.home-4 .content {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #home.home-4 h1 {
    font-size: 66px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px; }
  #home.home-4 p {
    font-size: 22px;
    font-weight: 400;
    text-transform: none;
    width: 60%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto; }

/* home 5 */
.home-5 {
  position: relative;
  overflow: hidden; }
  .home-5 header {
    padding-top: 280px;
    position: relative; }
  .home-5 h1 {
    color: #303030;
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: absolute;
    bottom: -45px;
    z-index: 10; }
  .home-5 .info {
    padding-top: 80px;
    padding-bottom: 150px; }
    .home-5 .info h2 {
      color: #303030;
      font-size: 50px;
      font-weight: 700; }
    .home-5 .info p {
      color: #404040;
      font-size: 24px;
      font-weight: 400;
      text-transform: none; }
  .home-5 .btn {
    margin-top: 30px;
    margin-right: 20px; }

/**
 * 03.2 Portfolio
 */
.portfolio-page {
  padding-top: 240px;
  padding-bottom: 150px;
  overflow: hidden; }
  .portfolio-page .intro {
    position: relative; }
    .portfolio-page .intro h1 {
      color: #303030;
      font-size: 70px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 4px;
      position: absolute;
      z-index: 10;
      bottom: -45px; }

.portfolio-1 .item {
  position: relative;
  display: block; }
  .portfolio-1 .item:hover .overlay {
    opacity: 1; }
  .portfolio-1 .item img {
    margin-left: auto;
    margin-right: auto; }
.portfolio-1 .overlay {
  background-color: rgba(255, 255, 255, 0.92);
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 40px;
  right: 40px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  transition: all ease-in-out 500ms;
  -webkit-transition: all ease-in-out 500ms; }
.portfolio-1 .content {
  margin: auto auto; }
  .portfolio-1 .content p {
    color: #bfbfbf;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .portfolio-1 .content h2 {
    color: #303030;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px; }

.portfolio-2 .item {
  width: 100%;
  height: 500px;
  position: relative; }
  .portfolio-2 .item:hover .overlay {
    opacity: 1; }
.portfolio-2 .overlay {
  background-color: rgba(255, 255, 255, 0.92);
  text-align: center;
  position: absolute;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  top: 40px;
  bottom: 40px;
  left: 40px;
  right: 40px;
  opacity: 0;
  transition: all ease-in-out 500ms;
  -webkit-transition: all ease-in-out 500ms; }
.portfolio-2 .content {
  margin: auto auto; }
  .portfolio-2 .content p {
    color: #bfbfbf;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .portfolio-2 .content h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    width: 70%;
    margin-left: auto;
    margin-right: auto; }

/**
 * 03.3 About Agency
 */
.about-intro {
  padding-top: 150px; }
  .about-intro h1 {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 4px;
    position: relative;
    z-index: 100;
    bottom: -45px; }

.about-intro-bg {
  background-image: url(../images/about-agency-bg.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px; }

.about-text {
  margin-bottom: 90px; }
  .about-text h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1em;
    position: relative;
    z-index: 100;
    top: -35px;
    margin-bottom: -50px; }
  .about-text p {
    font-size: 22px;
    margin-top: 30px; }
  .about-text img {
    padding-top: 70px; }

ul.partners {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px; }
  ul.partners li {
    margin: auto auto; }

.about-team {
  padding: 150px 0px 130px 25px; }
  .about-team header h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px; }
  .about-team header p {
    font-size: 22px; }

.team-member {
  position: relative;
  text-align: center;
  margin-bottom: 30px; }
  .team-member:hover .overlay {
    opacity: 1; }
  .team-member .overlay {
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity ease-in-out 300ms;
    -webkit-transition: opacity ease-in-out 300ms;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex; }
  .team-member .content {
    margin: auto auto; }
  .team-member p {
    font-size: 24px;
    font-weight: 700; }
  .team-member i {
    color: #303030;
    font-size: 18px; }

/**
 * 03.4 About Freelancer
 */
.freelance-intro {
  padding-top: 150px;
  margin-bottom: 110px; }
  .freelance-intro h1 {
    font-size: 70px;
    font-weight: 700;
    padding-bottom: 50px; }
  .freelance-intro p {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 25px; }

.testimonials {
  margin-bottom: 100px; }

.testimonial-box-large {
  border: 1px solid #d8d8d8;
  padding: 100px 65px 212px 65px;
  position: relative; }
  .testimonial-box-large p {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.4em; }
  .testimonial-box-large span {
    color: #f4f4f4;
    font-family: 'Montserrat', sans-serif;
    font-size: 180px;
    font-weight: 700;
    position: absolute;
    margin-top: -10px;
    margin-left: -90px; }

.testimonial-id {
  position: absolute;
  right: 40px;
  bottom: 30px; }
  .testimonial-id p {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 0; }
  .testimonial-id .testimonial-src {
    color: #d8d8d8;
    font-size: 16px;
    text-transform: uppercase; }
  .testimonial-id .content {
    text-align: right;
    vertical-align: bottom;
    margin-right: 20px; }
  .testimonial-id .content,
  .testimonial-id img {
    display: inline-block; }

.testimonial-box-small {
  border: 1px solid #d8d8d8;
  padding: 35px 30px 80px 30px;
  margin-bottom: 30px; }
  .testimonial-box-small p {
    font-size: 20px;
    font-weight: 700; }
  .testimonial-box-small .testimonial-id {
    position: absolute;
    right: 45px;
    bottom: 50px; }
    .testimonial-box-small .testimonial-id p {
      font-size: 17px;
      font-weight: 400;
      text-transform: uppercase; }
    .testimonial-box-small .testimonial-id .testimonial-src {
      font-size: 14px;
      text-transform: uppercase; }

.pricing {
  background-image: url(../images/pricing-bg.jpg);
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 130px;
  margin-bottom: 170px;
  text-align: center; }

.pricing-box {
  background-color: #ffffff;
  padding: 40px 0px;
  margin-top: -40px; }
  .pricing-box h2 {
    font-size: 24px;
    font-weight: 700; }
  .pricing-box a {
    text-transform: uppercase; }

.pricing-value {
  padding-bottom: 30px;
  position: relative; }
  .pricing-value p {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 700; }
  .pricing-value span {
    font-size: 24px;
    position: absolute;
    margin-top: 17px;
    margin-left: -15px; }
  .pricing-value p:nth-child(2) {
    font-size: 14px;
    position: absolute;
    margin-top: -30px;
    margin-left: 110px; }

.taxes {
  color: #d8d8d8; }

.pricing-info {
  margin-bottom: 40px; }
  .pricing-info p {
    font-size: 16px; }
  .pricing-info ul {
    list-style-type: none; }

/**
 * 03.5 Project
 */
.project {
  padding-bottom: 50px;
  overflow: hidden; }

.project-intro {
  padding-top: 180px;
  padding-bottom: 90px; }
  .project-intro .sub-text {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .project-intro h1 {
    font-size: 80px;
    font-weight: 700;
    margin-top: -20px;
    margin-bottom: 35px;
    width: 70%; }
  .project-intro li {
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 15px; }
    .project-intro li span {
      color: #d8d8d8; }
  .project-intro ul {
    margin-bottom: 35px; }
  .project-intro .description {
    font-size: 24px;
    width: 70%; }

/* project 1 */
/* slider */
.slider.slick-initialized.slick-slider.slick-dotted {
  z-index: 1; }

.slide.slick-slide.slick-current.slick-active.slick-center {
  padding: 0px 30px; }

.slick-dots {
  bottom: -45px; }
  .slick-dots li button:before {
    font-size: 10px; }

.slide-offset {
  padding-left: 200px; }

.slide {
  background-size: cover; }

/* Project 2 */
.project-gallery {
  margin-bottom: 50px; }
  .project-gallery img {
    margin-bottom: 30px; }

/**
 * 03.6 Blog
 */
.blog {
  padding-top: 150px;
  padding-bottom: 150px; }
  .blog a.post-preview {
    color: #303030;
    margin-bottom: 30px;
    display: block;
    transition: opacity ease-in-out 300ms;
    -webkit-transition: opacity ease-in-out 300ms; }
    .blog a.post-preview:hover {
      text-decoration: none;
      opacity: 0.8; }
  .blog .border {
    border: 1px solid #d8d8d8;
    padding-top: 28px;
    padding-bottom: 20px; }
    .blog .border .content {
      padding-left: 28px;
      padding-right: 28px; }
  .blog img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
  .blog h2 {
    font-size: 32px;
    font-weight: 700; }
  .blog .date {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0; }

/**
 * 03.7 Blog Post
 */
.post-title {
  padding-top: 90px; }
  .post-title p {
    font-size: 18px;
    margin-bottom: -60px; }
  .post-title h1 {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 4px;
    position: relative;
    z-index: 2;
    bottom: -45px; }
  .post-title .date {
    color: #d8d8d8;
    font-size: 18px;
    text-transform: uppercase; }

.blog-intro-bg {
  background-image: url(../images/about-agency-bg.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px; }

.post-intro {
  padding-bottom: 80px; }
  .post-intro h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2em;
    position: relative;
    z-index: 2;
    top: -45px;
    margin-bottom: -50px; }
  .post-intro p {
    font-size: 22px;
    padding: 10px 0px; }

.post-content p {
  font-size: 22px;
  margin-top: 50px;
  margin-bottom: 50px; }

p.post-quote {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

.post-tags {
  margin-top: 50px;
  text-align: center; }

.post-share {
  text-align: center;
  margin-top: 80px; }
  .post-share p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 40px; }
  .post-share i.btn.btn-round.fa {
    padding: 9px; }

/**
 * 03.8 Contact
 */
.contact {
  padding-bottom: 200px; }
  .contact header {
    margin-bottom: 50px; }
    .contact header h1 {
      font-size: 70px;
      font-weight: 700;
      margin-bottom: 20px; }
    .contact header p {
      font-size: 20px; }

#map {
  height: 450px;
  width: 100%;
  margin-bottom: 120px; }

.gmnoprint,
.gm-style-cc {
  display: none; }

.contact-info {
  border: 1px solid #d8d8d8;
  padding: 40px; }
  .contact-info h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px; }
  .contact-info p {
    font-size: 18px; }
  .contact-info ul {
    margin-top: 35px; }
  .contact-info li {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px; }
    .contact-info li span {
      color: #d8d8d8; }

/**
 * 04 Media Queries
 */
@media only screen and (max-width: 1200px) {
  .home-2 h2 {
    margin-left: 60px; }

  .home-3 h1 {
    font-size: 60px;
    letter-spacing: 0;
    bottom: -40px; }

  .portfolio-1 .content h2 {
    font-size: 30px; }

  .freelance-intro h1 {
    font-size: 60px; }
  .freelance-intro p {
    font-size: 20px; }

  .testimonial-box-large {
    padding: 80px 45px 150px 45px; }
    .testimonial-box-large p {
      font-size: 28px; }

  .testimonial-id p {
    font-size: 16px; }
  .testimonial-id .testimonial-src {
    font-size: 14px; }

  .testimonial-box-small {
    padding: 25px 20px 30px 20px; }
    .testimonial-box-small p {
      font-size: 16px; }
    .testimonial-box-small .testimonial-id {
      text-align: center;
      position: relative;
      right: auto;
      bottom: auto; }
      .testimonial-box-small .testimonial-id .content,
      .testimonial-box-small .testimonial-id img {
        display: block; }
      .testimonial-box-small .testimonial-id .content {
        margin: 0; }
      .testimonial-box-small .testimonial-id p {
        text-align: center; }
      .testimonial-box-small .testimonial-id img {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto; }

  .blog .border {
    padding-top: 0; }
  .blog h2 {
    font-size: 26px; }

  .post-title h1 {
    font-size: 50px;
    letter-spacing: 2px; }

  .post-intro h2 {
    font-size: 40px;
    margin-bottom: -30px; }
  .post-intro p {
    font-size: 18px; }

  .post-content p {
    font-size: 18px; }
  .post-content img {
    margin-left: auto;
    margin-right: auto; }

  .page-nav h2 {
    font-size: 24px; } }
@media only screen and (max-width: 992px) {
  .overlay-nav {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex; }
    .overlay-nav nav {
      top: auto;
      -webkit-transform: none;
      transform: none; }
    .overlay-nav .col-md-3 {
      height: auto;
      border: none !important;
      margin-bottom: 10px; }
    .overlay-nav .overlay-menu {
      margin: auto auto; }

  .home-1 {
    text-align: center;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex; }
    .home-1 .content {
      margin: auto auto; }
    .home-1 .home-link {
      position: relative; }
    .home-1 .col-md-3 {
      height: auto;
      border: none; }

  .home-2 {
    text-align: center;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex; }
    .home-2 .content {
      margin: auto auto; }
    .home-2 h2 {
      margin-left: 0; }
    .home-2 .row {
      height: auto;
      margin-top: -15px; }
    .home-2 .col-md-3 {
      height: auto;
      border: none; }
    .home-2 .home-link {
      position: relative;
      padding-right: 0; }

  .home-2-2 .home-link .content {
    position: relative; }
  .home-2-2 .home-link p {
    margin-bottom: 0; }

  .home-2-3 h2 {
    font-size: 20px;
    left: auto;
    top: auto;
    position: relative;
    margin-bottom: 20px;
    -webkit-transform: none;
    transform: none; }
  .home-2-3 .row {
    margin-top: 0 !important; }

  #home.home-4 h1 {
    font-size: 55px; }
  #home.home-4 p {
    width: 90%; }

  .home-5 h1 {
    font-size: 50px;
    letter-spacing: 2px;
    bottom: -20px; }

  .about-team header {
    margin-bottom: 45px; }

  .freelance-intro img {
    margin-left: auto;
    margin-right: auto; }

  .testimonial-box-large {
    text-align: center;
    margin-bottom: 30px;
    padding: 80px 45px 45px 45px; }

  .testimonial-id {
    position: relative;
    right: auto;
    bottom: auto; }
    .testimonial-id .content,
    .testimonial-id img {
      display: block; }
    .testimonial-id .content {
      text-align: center;
      margin-right: auto;
      margin-top: 20px; }
    .testimonial-id img {
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto; }
    .testimonial-id .testimonial-id p {
      text-align: center; }

  .testimonial-box-small {
    padding-top: 40px; }
    .testimonial-box-small p {
      text-align: center; }

  .pricing-box {
    margin-top: 0;
    margin-bottom: 50px; }
    .pricing-box .pricing-value p:nth-child(2) {
      position: relative; }

  .project-intro h1 {
    font-size: 50px; }
  .project-intro .description {
    width: 100%; }

  .page-nav {
    text-align: center; }
    .page-nav .pull-right {
      float: none !important; }
    .page-nav ul {
      margin-top: 50px; }

  .contact-info {
    margin-top: 50px; }

  footer {
    text-align: center; }
    footer .social {
      text-align: center; }

  .logo-footer {
    margin-bottom: 30px; }

  .nav-footer {
    margin-bottom: 30px; } }
@media only screen and (max-width: 768px) {
  .home-3 h1 {
    font-size: 50px; }
  .home-3 .info h2 {
    font-size: 40px; }

  #home.home-4 h1 {
    font-size: 40px; }

  .about-team img {
    margin-left: auto;
    margin-right: auto; }

  .testimonial-box-large {
    padding: 70px 30px 30px 30px; }

  .about-intro h1 {
    font-size: 50px; }

  .about-text h2 {
    font-size: 30px; }

  .about-team header h2 {
    font-size: 30px; }

  .freelance-intro h1 {
    font-size: 45px; } }
@media only screen and (max-width: 480px) {
  .home-2-2 h2 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px; }

  .home-3 h1 {
    font-size: 35px; }

  .home-5 h1 {
    font-size: 30px;
    letter-spacing: 0;
    position: relative;
    bottom: 30px; }

  .portfolio-2 .content h2 {
    font-size: 25px; }
  .portfolio-2 .content .overlay {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px; } }
@media only screen and (max-width: 380px) {
  .home-2-2 p {
    display: none; }

  .portfolio-2 .overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; } }
@media only screen and (max-width: 330px) {
  .home-1 h2 {
    font-size: 20px; } }
@media only screen and (max-height: 600px) {
  .home-1 .content {
    margin-top: 150px; }

  .home-2 h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px; }

  .home-2-2 h2 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px; }
  .home-2-2 p {
    display: none; } }