/*

Author: Jonatan Hernandez
Template: Jonatan Hernandez - Personal Portfolio Template
Version: 1.0

Table of contents:
1. General styles
2. Typography
3. Helpers
4. Preloader
5. Buttons
6. Social-list
7. Specing
8. Header and navigation
9. Intro
10. About
11. Portfolio
12. Portfolio-contact
13. Services
14. Testimonials
15. Clients
16. Contact
17. Footer
18. Responsive

*/

/* ----------------------------------------
   ------------ GENERAL STYLES ------------
   ---------------------------------------- */
html, body {
 	height: 100%;
}
body {
 	-webkit-font-smoothing: antialiased;
  background: #ffffff;
 	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
 	font-size: 16px;
 	line-height: 1.5;
 	letter-spacing: 1px;
}
body.no-scroll {
  overflow: hidden;
}
input::-moz-focus-inner {
    border: 0;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ol {
  display: inline-block;
  text-align: left;
  list-style-type: none;
}
/* ----------------------------------------
   -------------- TYPOGRAPHY --------------
   ---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
a {
 	color: #000;
 	font-family: 'Playfair Display', Helvetica, Arial, sans-serif;
 	font-weight: 600;
  line-height: 1.5;
 	margin: 0;
 	padding: 0;
}
h1 {
	font-size: 60px;
	letter-spacing: 0em;
}
h2 {
 	font-size: 32px;
 	letter-spacing: 0em;
}
h3 {
	font-size: 16px;
	letter-spacing: 0em;
}
h4 {
  font-size: 12px;
  letter-spacing: 0em;
}
p {
 	color: #666666;
 	line-height: 24px;
 	letter-spacing: 0.12em;
 	font-size: 16px;
}
a {
 	text-decoration: none;
 	font-size: 16px;
  outline: none !important;
  cursor: pointer;
}
a:hover,
a:focus,
a:active {
 	color: #fff;
 	text-decoration: none;
 	outline: none !important;
}
/* ----------------------------------------
   ---------------- HELPERS ---------------
   ---------------------------------------- */
.no-padding {
  padding: 0;
  overflow-x: hidden;
}
.img-full {
  width: 100%;
}
/* ----------------------------------------
   -------------- PRELOADER ---------------
   ---------------------------------------- */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}
.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.preloader-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0px;
}
.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background-color: #00A8BE;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}
.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}
@keyframes preloader-fx {
  0% {transform: scale(0, 0); opacity:0.5;}
  100% {transform: scale(1, 1); opacity:0;}
}
@-webkit-keyframes preloader-fx {
  0% {-webkit-transform: scale(0, 0); opacity:0.5;}
  100% {-webkit-transform: scale(1, 1); opacity:0;}
}
/* ----------------------------------------
   --------------- BUTTONS ----------------
   ---------------------------------------- */
.btn {
  font-weight: 700;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 14px 36px;
}
/* ----------------------------------------
   --------------- SOCIALS ----------------
   ---------------------------------------- */
.social-list li {
  display: inline-block;
  margin: 0 14px;
}
.social-list li a {
  color: #646464;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.social-list li:first-child {
  margin-left: 0;
}
.social-list li:last-child {
  margin-right: 0;
}
.social-list li:hover a {
  color: #00A8BE;
}
/* ----------------------------------------
   --------------- SPECING ----------------
   ---------------------------------------- */
.section-title {
  margin-bottom: 96px;
}
.section-title p {
  margin-top: 24px;
}
.pd-t-b-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}
.pd-t-b-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}
.pd-t-b-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pd-t-b-144 {
  padding-top: 90px;
  padding-bottom: 90px;
}
/* ----------------------------------------
   -------- HEADER AND NAVIGATION ---------
   ---------------------------------------- */
.navbar-fixed-bottom, .navbar-fixed-top {
  z-index: 99;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  padding: 24px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-default .navbar-brand {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: -12px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
}
.navbar-default .navbar-brand.black {
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #00A8BE;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #00A8BE;
  background-color: transparent;
}
.top-nav-collapse {
  color: #000;
  background-color: #fff;
  padding: 12px 0;
  box-shadow: 0 0 9px #888;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-nav-collapse .navbar-nav > li > a {
  color: #000;
}
.navbar-default .navbar-toggle {
  border: none;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.top-nav-collapse .navbar-toggle .icon-bar {
  background-color: #000;
}
/* ----------------------------------------
   ----------------- INTRO ----------------
   ---------------------------------------- */
.intro {
  background: url(../img/work.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  position: relative;
}
.intro-msg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-65%);
  color: #fff;
  text-align: center;
}
.intro-msg h1 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 64px;
  line-height: 80px;
  margin-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0em;
}
.intro .see-more {
  position: absolute;
  bottom: 36px;
  left: 0;
  right: 0;
  text-align: center;
}
.intro .see-more:hover h4 {
  color: #00A8BE;
}
.intro .see-more span {
  color: #fff;
  font-size: 25px;
}
.intro .see-more h4 {
  margin-top: 12px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* ----------------------------------------
   ----------------- ABOUT ----------------
   ---------------------------------------- */
.about .about-left h3 {
  margin-bottom: 24px;
}
.about .about-left h3 span {
  color: #00A8BE;
}
.about .about-left .social-list {
  margin-top: 36px;
}
.about .skills .progress-lt {
  margin-top: 28px;
}
.about .skills .progress-lt:first-child {
  margin-top: 0;
}
.about .progress-lt h4 {
  display: inline-block;
  text-align: right;
  width: 49%;
  margin-right: 2px;
}
.about .progress-lt h4:first-child {
  text-align: left;
}
.about .skills .progress-lt .progress {
  margin-bottom: 0;
  height: 8px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 16px;
}
.about .skills .progress-lt .progress-bar {
  background-color: #00A8BE;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width 1.2s ease;;
  transition: width 1.2s ease;
}
/* ----------------------------------------
   -------------- PORTFOLIO ---------------
   ---------------------------------------- */
.grid-item {
  position: relative;
  overflow: hidden;
  display: block;
}
.grid-item .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34,195,216,0.80);
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #fff;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.grid-item:hover .portfolio-overlay {
  opacity: 1;
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}
.grid-item .portfolio-overlay .portfolio-overlay-text {
  display: none;
}
.grid-item:hover .portfolio-overlay .portfolio-overlay-text {
  display: block;
}
.grid-item:hover .portfolio-overlay .portfolio-overlay-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.grid-item:hover .portfolio-overlay .portfolio-overlay-text h3 {
  color: #fff;
  letter-spacing: 0.27em;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
/* ----------------------------------------
   ----------- PORTFOLIO-CONTACT ----------
   ---------------------------------------- */
.portfolio-contact {
  background-color: #00A8BE;
}
.portfolio-contact h2 {
  color: #fff;
  line-height: 52px;
}
.portfolio-contact a.btn-white{
  border: 2px solid #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.portfolio-contact a.btn-white:hover,
.portfolio-contact a.btn-white:focus {
  background-color: #fff;
  color: #00A8BE;
}
/* ----------------------------------------
   --------------- SERVICES ---------------
   ---------------------------------------- */
.services-item {
  padding: 0 12px;
}
.services-item .services-icon {
  margin-bottom: 24px;
}
.services-item,
.services-item .services-icon span,
.services-item .services-info h3 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.services-item span {
  font-size: 39px;
}
.services-item:hover span,
.services-item:hover .services-info h3 {
  color: #00A8BE;
}
.services-item .services-info h3 {
  margin-bottom: 18px;
}
.services-spacing {
  margin-bottom: 60px;
}
/* ----------------------------------------
   ------------- TESTIMONIALS -------------
   ---------------------------------------- */
.testimonials {
  background: url(../img/work-2.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.testimonials h2 {
  margin-bottom: 36px;
}
.testimonials .item h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
.testimonials .owl-carousel .owl-stage-outer {
  padding-bottom: 24px;
}
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #00A8BE;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #00A8BE;
}
/* ----------------------------------------
   ---------------- CLIENTS ---------------
   ---------------------------------------- */
.clients {
  background-color: #fbfbfb;
}
.clients .clients-item {
  height: 110px;
  line-height: 110px;
  text-align: center;
}
.clients .clients-item .clients-logos {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.75;
}
.clients .clients-item:hover .clients-logos {
  opacity: 1;
}
/* ----------------------------------------
   ---------------- CONTACT ---------------
   ---------------------------------------- */
.contact ul {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 72px;
}
.contact ul li {
  width: 33.333%;
  float: left;
}
.contact ul li div {
  text-align: center;
}
.contact span {
  font-size: 25px;
  color: #00A8BE;
}
.contact ul li h3 {
  margin-top: 18px;
  margin-bottom: 12px;
}
.contact h4 a {
  font-size: 12px;
}
.contact h4 a:hover {
  color: #000;
}
.contact .form-group {
  margin-bottom: 12px;
}
.contact .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  border: 2px solid #ccc;
  padding: 20px 12px;
}
.contact textarea {
  resize: none;
  overflow: auto;
}
.contact .form-control:hover,
.contact .form-control:active,
.contact .form-control:focus {
  border-color: #00A8BE;
  color: #262626;
}
.contact .btn {
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 2px solid #00A8BE;
  color: #00A8BE;
  text-align: left;
}
.contact .btn:hover,
.contact .btn:focus {
  background-color: #00A8BE;
  color: #fff;
}
/* ----------------------------------------
   ---------------- FOOTER ----------------
   ---------------------------------------- */
footer {
  background: #222;
}
footer .social-list li a {
  color: #ccc;
}
footer p {
  color: #ccc;
  margin: 18px 0 0 0;
}
footer p span {
  color: #00A8BE;
}
/* ----------------------------------------
   -------------- RESPONSIVE --------------
   ---------------------------------------- */

/* Extra small devices (phones, less than 500px) */
@media only screen and (max-width: 500px) {
  .about .progress-lt h4 {
    width: 48%;
  }
}
/* Extra small devices (phones, less than 768px) */
@media only screen and (max-width: 767px) {
  .pd-t-b-96 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pd-t-b-120 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .pd-t-b-144 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section-title {
    margin-bottom: 60px;
  }
  .navbar-default {
    color: #000;
    background-color: #fff;
    padding: 8px 0;
    box-shadow: 0 0 9px #888;
  }
  .navbar-default .navbar-brand {
    color: #000;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
  }
  .navbar-default .navbar-nav > li > a {
    color: #000;
  }
  .intro,
  .testimonials {
    background-attachment: scroll;
  }
  .intro .see-more {
    bottom: 72px;
  }
  .about .about-left .social-list {
    margin-bottom: 60px;
  }
  .portfolio-contact h2 {
    line-height: normal;
    margin-bottom: 24px;
  }
  .services {
    padding-bottom: 48px;
  }
  .services-item {
    margin-bottom: 60px;
  }
  .services-spacing {
    margin-bottom: 0;
  }
  .clients .clients-item {
    width: 50%;
    height: auto;
    line-height: 72px;
  }
  .contact ul {
    margin-bottom: 36px;
  }
  .contact ul li {
    display: block;
    text-align: center;
    float: none;
    width: 100%;
    margin-bottom: 36px;
  }
}
/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 72px;
  }
  .about .about-left .social-list {
    margin-bottom: 60px;
  }
  .portfolio-contact h2 {
    line-height: normal;
    margin-bottom: 24px;
  }
  .services {
    padding-bottom: 84px;
  }
  .services-item {
    margin-bottom: 60px;
  }
  .services-spacing {
    margin-bottom: 0;
  }
}
/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .portfolio-contact h2 {
    line-height: normal;
  }
}
