@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400italic,500,700);
/* COLORS */
/*****************************************************************************
 *  BOOTSTRAP OVERRRIDES
 *****************************************************************************/
body {
  padding-top: 50px;
  font-family: "Source Sans Pro", sans-serif;
  color: #343837;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.3;
}
a {
  color: #2e9e88;
}
a:hover {
  color: #71d5c1;
}
blockquote {
  padding: 20px;
  margin: 0 0 20px;
  background: #e9edec;
  border-radius: 6px;
  position: relative;
  padding-left: 20px;
  border-left: 80px solid #e0e4e3;
}
blockquote:before {
  content: "\201D";
  font-size: 85px;
  position: absolute;
  top: 0;
  left: -55px;
  top: -5px;
  display: inline;
}
cite {
  font-style: italic;
}
.lead {
  margin: 10px 0 40px;
}
.navbar-toggle .icon-bar {
  width: 18px;
}
/*
 * Panel
 * ----------------------------------------------------------------- */
.panel-group {
  margin-bottom: 30px;
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border: 0;
  background: #f6f8f8;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #e4e8e7;
}
/*
 * Pager
 * ----------------------------------------------------------------- */
.pager {
  margin: 20px 0;
}
.pager li {
  padding: 0 15px;
}
.pager li > a,
.pager li > span {
  border: 0;
}
/*
 * Carousel
 * ----------------------------------------------------------------- */
.carousel {
  position: static;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 25px;
  font-size: 24px;
}
/*
 * Navbar
 * ----------------------------------------------------------------- */
.navbar-brand {
  font-weight: bold;
  color: #454948;
}
.navbar-default {
  background: #fff;
  border-bottom-color: #e9edec;
}
.navbar-inverse {
  background: #383435;
  border-bottom: #282425;
}
.navbar-inverse .navbar-brand {
  font-weight: bold;
  color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a {
  background: #4ecbb2;
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover {
  background: #282425;
}
.navbar-default .navbar-nav > li > a:hover {
  background: #f2f4f4;
}
.dropdown-menu {
  border: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #35b69c;
}
/*
 * Buttons
 * ----------------------------------------------------------------- */
.btn,
.btn:active,
.btn.active,
.form-control {
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* default */.btn-default:hover {
  background-color: #e5e5e5;
}
.btn-default:active,
.btn-default.active {
  background-color: #ccc;
}
/* primary */
.btn-primary {
  background: #4ecbb2;
}
.btn-primary:hover {
  background: #71d5c1;
}
.btn-primary:active,
.btn-primary.active {
  background: #35b69c;
}
/*****************************************************************************
 *  COMPONENTS
 *****************************************************************************/
/*
 * To top
 * ----------------------------------------------------------------- */
#to-top {
  background: #e9edec;
  display: none;
  padding: 7px 15px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-decoration: none;
  border-radius: 4px;
  z-index: 9999;
}
#to-top:hover {
  background: #f2f4f3;
}
#to-top:active {
  background: #e1e6e5;
}
/*
 * Knob
 * ----------------------------------------------------------------- */
.dial {
  font-family: "Source Sans Pro", sans-serif !important;
  color: #fff !important;
}
/*****************************************************************************
 *  SECTIONS
 *****************************************************************************/
section {
  padding: 40px 0 50px;
}
section:nth-child(2n) {
  color: #fff;
  background: #4ecbb2;
}
.section-title {
  margin: 0 0 20px;
  text-align: center;
}
.section-title-border {
  width: 70px;
  height: 3px;
  background: rgba(0, 0, 0, 0.13);
  margin: 0 auto 30px;
  border-radius: 3px;
}
/*
 * Hero
 * ----------------------------------------------------------------- */.hero-container {
  height: 500px;
  padding: 0;
}
.hero {
  background: rgba(54, 66, 64, 0.8);
  height: 500px;
  display: table;
  height: 100%;
  width: 100%;
  color: #fff;
}
.hero-inner {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.hero h1 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 55px;
  letter-spacing: 3px;
}
.hero h3 {
  font-weight: 300;
}
.hero .btn {
  margin-top: 40px;
}
/*
 * Services
 * ----------------------------------------------------------------- */.service-icon-container {
  width: 100px;
  height: 55px;
  background: #e9edec;
  position: relative;
  margin: 35px auto 40px;
}
.service-icon-container:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 25px solid #e9edec;
}
.service-icon-container:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid #e9edec;
}
.service-icon-container i {
  font-size: 35px;
  padding-top: 12px;
  display: block;
}
/*
 * Portfolio
 * ----------------------------------------------------------------- */
.gallery-filter {
  margin-bottom: 30px;
}
.gallery-filter li {
  padding: 5px;
}
.gallery-filter .active button {
  background-color: #ebebeb;
}
.gallery {
  margin-top: 10px;
  padding-left: 0;
  list-style-type: none;
  font-size: 0;
}
.gallery li {
  margin: 15px;
}
#Grid .mix {
  opacity: 0;
  display: none;
  position: relative;
}
.img-meta {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  background: rgba(54, 66, 64, 0.8);
  border-radius: 4px;
  padding-top: 25px;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
}
.img-meta:hover {
  text-decoration: none;
}
.img-meta h5 {
  margin-bottom: 7px;
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
.img-meta i {
  font-size: 19px;
  display: block;
  color: #fff;
}
.img-meta hr {
  width: 50px;
  margin-top: 13px;
  margin-bottom: 0;
  border-top: 1px solid #e9edec;
}
.mix:hover .img-meta {
  display: block;
  opacity: 1;
}
/*
 * Testimonials
 * ----------------------------------------------------------------- */.testimonials-nav {
  list-style-type: none;
  padding-top: 7px;
}
.testimonials-nav li {
  display: inline-block;
}
.testimonials-nav .active:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  border-bottom: 10px solid #e9edec;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -10px;
  left: 35%;
}
.testimonials-nav > li > a:hover {
  background: #f4f6f6;
  border-radius: 4px;
}
.testimonials-nav .active,
.testimonials-nav li.active > a:hover {
  position: relative;
  background: #e9edec;
  border-radius: 6px;
}
/*
 * Team
 * ----------------------------------------------------------------- */
.team-member {
  background: #f3f5f4;
  -webkit-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
  margin-bottom: 40px;
}
.team-member h4 {
  margin-top: 20px;
  margin-bottom: 3px;
  font-weight: bold;
}
.team-member p {
  padding-bottom: 15px;
}
.team-member h4,
.team-member i,
.team-member p {
  padding: 0 15px;
}
.team-member-img {
  background: #97d8cb;
}
.team-member-img img {
  margin: 0 auto;
}
.team-member-profession {
  display: block;
  margin: 0 0 10px;
}
.team-member-contact {
  background: #dde0df;
  padding: 9px 0;
  -webkit-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
}
.team-member-contact a {
  color: #747877;
}
.team-member-contact a:hover {
  text-decoration: none;
  color: #8f9191;
}
.team-member-contact a:active {
  color: #555757;
}
/*
 * Blog
 * ----------------------------------------------------------------- */
.blog-post {
  background: #fff;
  color: #343636;
  position: relative;
  text-align: left;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 35px;
}
.blog-post-img {
  background: #f2f4f4;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}
.blog-post-img img {
  margin: 0 auto;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}
.blog-post-body {
  padding: 10px 15px;
}
.blog-post-body h4 {
  font-weight: bold;
  margin-bottom: 13px;
}
.blog-post-meta {
  background: #f2f4f4;
  -webkit-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}
.blog-post-meta ul {
  font-size: 13px;
}
.blog-post-meta li {
  padding: 10px 15px;
  border-right: 1px solid #dcdfdf;
}
.blog-post-meta li:last-child {
  border-right: 0;
}
.blog-post-meta i {
  margin-right: 2px;
}
/*
 * Timeline
 * ----------------------------------------------------------------- */.timeline {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAIAAACUgoPjAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB90JBwsLGuBwMMkAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAABJJREFUCNdjvPfwIQMDAwMDAwAVEQKiShCEOAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  background-position: 50% 0;
}
.timeline .year {
  background: #343837;
  margin: 1em auto 55px;
  font-size: 40px;
}
.timeline .event {
  padding: 25px;
  border: 0;
  background: #f2f4f4;
}
.timeline .event:nth-child(2n) .event-date {
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px;
}
.timeline .event:nth-child(2n-1) .event-date {
  -webkit-border-radius: 0px 5px 0px 0px;
  border-radius: 0px 5px 0px 0px;
}
.timeline .event:nth-child(2n):after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -15px !important;
  top: 0;
  width: 0;
  height: 0;
  border-left: 15px solid #dadddd;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
.timeline .event:nth-child(2n):before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -7% !important;
  top: 11px;
  width: 11px;
  height: 11px;
  background: #dadddd;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.timeline .event:nth-child(2n-1):after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -15px !important;
  top: 0;
  width: 0;
  height: 0;
  border-right: 15px solid #dadddd;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
.timeline .event:nth-child(2n-1):before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -6.5% !important;
  top: 11px;
  width: 11px;
  height: 11px;
  background: #dadddd;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.timeline .event-date {
  margin: -25px -25px 20px;
  background: #dadddd;
  text-align: left;
  padding: 8px 20px;
  font-weight: bold;
}
.timeline .event-date i {
  margin-right: 7px;
}
/*
 * Pricing tables
 * ----------------------------------------------------------------- */
.pricing-table {
  background: #fff;
  border-radius: 6px;
  text-align: center;
  color: #343837;
}
.pricing-table .header {
  background: #343837;
  color: #fff;
  border-radius: 6px 6px 0 0;
  padding: 15px 0;
}
.pricing-table .features {
  list-style-type: none;
  padding: 0;
}
.pricing-table .features li {
  padding: 15px 0;
}
.pricing-table .features li:nth-child(2n) {
  background: #f3f5f4;
}
.pricing-table .features li:nth-child(2n):last-child {
  border-radius: 0 0 6px 6px;
}
.pricing-table .features .price {
  font-weight: bold;
  font-size: 60px;
}
.pricing-table .features .price sup {
  font-size: 25px;
  top: -20px;
}
.pricing-table .features .price sub {
  font-size: 15px;
  bottom: -5px;
}
/*
 * Contact
 * ----------------------------------------------------------------- */
#contact {
  background: #343837 !important;
  color: #fff;
}
#contact hr {
  margin: 35px 0 45px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.contact-meta li {
  margin-bottom: 5px;
}
/*
 * Footer
 * ----------------------------------------------------------------- */
footer {
  padding: 30px 0 20px;
  color: #fff;
  background: #242827;
}
/*****************************************************************************
 *  RESPONSIVE STYLES
 *****************************************************************************/
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  #skills .skill {
    display: inline-block;
    margin: 15px 5px;
  }
  .timeline .event:nth-child(2n-1):before,
  .timeline .event:nth-child(2n):before {
    display: none;
  }
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  label {
    margin-bottom: 5px !important;
  }
  #gmap {
    margin-top: 40px;
  }
  .team-member-container {
    max-width: 285px;
    display: inline-block;
  }
  .blog-post-container {
    max-width: 292px;
    display: inline-block;
  }
  .service {
    padding-bottom: 30px;
  }
  .iphone-img {
    display: none;
  }
  .pricing-table-container {
    width: 270px;
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .hero-container,
  .hero {
    height: 400px;
  }
  .hero-container h1,
  .hero h1 {
    font-size: 30px;
  }
  .hero-container h3,
  .hero h3 {
    font-size: 17px;
  }
  .timeline .event {
    padding: 10px;
    border: 0;
    background: #f2f4f4;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
  }
  .timeline .event-date {
    margin: -10px -10px 15px !important;
  }
  .timeline .event:nth-child(2n-1):after,
  .timeline .event:nth-child(2n):after {
    display: none;
  }
}
