html {
  webkit-font-smoothing: antialiased;
}
body {
  padding-top: 72px;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 24px;
}
h3 {
  margin-bottom: 24px;
}
h4 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 12px;
}
p {
  font-weight: 300;
  margin: 0 0 12px 0;
  padding: 0 0 24px 0;
}
p.lead {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 0px;
  color: #95a5a6;
}
section {
  padding: 72px 0;
}
input {
  margin-bottom: 19px;
}
hr {
  margin: 24px 0 47px;
}
.main-content {
  background-color: white;
  padding: 72px 0;
}
section {
  background: white;
}
.carousel-indicators {
  margin-bottom: -36px;
  top: auto;
  bottom: 0;
  left: 30%;
  right: 30%;
}
.carousel-indicators li {
  height: 12px;
  width: 12px;
}
.carousel-indicators li.active {
  height: 12px;
  width: 12px;
}
.tooltip-trigger,
.popover-trigger {
  color: #1abc9c;
  border-bottom: dotted 1px;
}
.popover-trigger {
  cursor: pointer;
}
.popover-content {
  padding-bottom: 9px;
}
#error-info,
#contact-error {
  margin-top: 24px;
}
.panel-heading {
  padding: 0;
}
.panel-heading h3 {
  font-size: 22px;
  padding: 0 24px;
  line-height: 48px;
}
.panel-title {
  padding: 6px 12px;
}
.panel-title a {
  display: block;
}
.panel-body {
  padding: 24px;
}
.panel {
  margin-bottom: 48px;
}
input,
textarea {
  border: none !important;
  background-color: #ecf0f1 !important;
}
form .btn {
  margin-top: 19px;
}
.project,
.related-projects {
  padding-bottom: 24px;
}
.project .btn,
.related-projects .btn {
  margin: .5em;
}
.project img,
.related-projects img {
  padding-bottom: 24px;
}
.hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hover:hover {
  opacity: 0.9;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.btn,
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-weight: 300;
}
.inline {
  margin-left: 12px;
}
.icon-huge {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.icon-huge img {
  height: 240px;
  width: 240px;
  margin-bottom: 48px;
}
.header {
  padding: 0;
}
.header .navbar {
  margin-bottom: 0;
  border-radius: 0px;
  border-bottom: solid 1px #ecf0f1;
  min-height: 72px;
  background: white;
}
.header .navbar .navbar-header a.navbar-brand {
  padding: 18px 0;
}
.header .navbar .navbar-header h1 {
  margin-bottom: 0;
}
.header .navbar .navbar-header h1 a.navbar-brand {
  padding: 21px 0 0 0;
  margin: 0;
}
.header .navbar .navbar-header .logo-img {
  height: 36px;
}
.header .navbar .navbar-header .navbar-toggle {
  padding: 12px 24px;
  height: 72px;
}
.header .navbar .navbar-header .navbar-toggle:before {
  color: #34495e;
}
.header .navbar .navbar-header .navbar-toggle:hover:before {
  color: #1abc9c;
}
.header .navbar .navbar-collapse {
  max-height: 500px;
}
.header .navbar .navbar-collapse ul.navbar-nav li a {
  padding: 24px;
  color: #34495e;
}
.header .navbar .navbar-collapse ul.navbar-nav li a:hover {
  color: #1abc9c;
}
.header .navbar .navbar-collapse ul.navbar-nav li.active a {
  color: #1abc9c;
}
.hero {
  padding: 0;
  background: transparent;
  height: 600px;
}
.hero .intro {
  padding-top: 144px;
  padding-bottom: 24px;
}
.hero .intro img {
  padding-bottom: 24px;
}
.hero .lead {
  color: #2c3e50;
  font-size: 2.5em;
  line-height: 1.3em;
}
#parallax {
  height: 672px;
  width: 100%;
  position: fixed;
  background: url('img/hero-bg.png') center center no-repeat;
  background-size: cover;
  z-index: -100;
}
.features {
  background-color: white;
  padding-bottom: 48px;
}
.features .feature-icon {
  margin: 24px auto;
}
.features .feature-icon img {
  height: 168px;
  width: 168px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.features .feature-icon img:hover {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.newsletter {
  background-color: #1abc9c;
  padding-bottom: 48px;
}
.newsletter p.lead {
  color: white;
  padding-top: 6px;
}
.newsletter input {
  border: none;
}
.newsletter .btn-hg {
  height: 53px;
}
.newsletter .btn-inverse {
  border: none;
  background-color: #2c3e50;
}
.newsletter form .btn {
  margin-top: 0;
}
.gallery {
  background-color: #ecf0f1;
}
.gallery .gallery-filter {
  min-height: 96px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.gallery #gallery-items {
  margin: 24px 0;
}
.gallery #gallery-items .gallery-item {
  padding-bottom: 24px;
}
.gallery #gallery-items .gallery-item figure {
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gallery #gallery-items .gallery-item figure:hover {
  opacity: 0.9;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.gallery #gallery-items .gallery-item figure:hover .item-hover {
  opacity: 1;
  top: 50%;
}
.gallery #gallery-items .gallery-item figure .item-hover {
  position: absolute;
  padding: 12px 0;
  margin: -24px auto 0;
  text-align: center;
  height: auto;
  width: 100%;
  top: 60%;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  opacity: 0;
  z-index: 999;
  overflow: hidden;
  font-size: 18px;
  line-height: 27px;
  transition: all 0.3s;
}
.gallery #gallery-items .gallery-item figure .item-hover a {
  padding: 0 18px;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
.info {
  padding: 0;
}
.info .info-section-white,
.info .info-section-gray {
  padding: 72px 0;
  -webkit-backface-visibility: hidden;
}
.info .info-section-gray {
  background-color: #ecf0f1;
}
.info .info-section-white {
  background-color: white;
}
.info .carousel-indicators li.active {
  background-color: #1abc9c;
}
.pricing {
  background-color: #ecf0f1;
  text-align: center;
}
.pricing ul {
  list-style: none;
}
.pricing .pricing-box {
  margin: 48px 0;
}
.pricing .pricing-box .pricing-heading {
  background-color: #1abc9c;
  color: #ecf0f1;
  font-size: 24px;
  line-height: 48px;
  padding: 12px;
}
.pricing .pricing-box .pricing-price {
  background-color: #16a085;
  font-weight: 400;
  color: #ecf0f1;
  font-size: 60px;
  line-height: 72px;
  padding: 12px;
}
.pricing .pricing-box .pricing-description {
  background-color: #1abc9c;
  font-size: 21px;
  line-height: 48px;
  color: #ecf0f1;
  padding: 12px;
}
.pricing .pricing-box ul.pricing-list {
  margin: 0;
  padding: 0;
}
.pricing .pricing-box ul.pricing-list li {
  font-size: 18px;
  line-height: 48px;
  color: #7f8c8d;
  padding: 12px 0;
  list-style: none;
}
.pricing .pricing-box ul.pricing-list li:nth-child(odd) {
  background-color: white;
}
.pricing .pricing-box ul.pricing-list li:nth-child(even) {
  background-color: #f5f7f7;
}
.pricing .pricing-box .pricing-cta {
  background: #1abc9c;
  text-transform: uppercase;
  padding: 24px;
}
.pricing .pricing-box .pricing-cta .btn-pricing {
  font-size: 1.1em;
  background-color: #16a085;
  color: white;
}
.pricing .pricing-box .pricing-cta .btn-pricing:hover {
  background-color: #14937a;
  color: white;
}
.pricing .pricing-box.popular {
  margin-top: 24px;
}
.pricing .pricing-box.popular .pricing-heading {
  background-color: #e74c3c;
  color: #ffffff;
  font-size: 28px;
  padding: 24px;
}
.pricing .pricing-box.popular .pricing-price {
  background-color: #c0392b;
  font-weight: 400;
  color: #ffffff;
}
.pricing .pricing-box.popular .pricing-description {
  background-color: #e74c3c;
  color: #ffffff;
}
.pricing .pricing-box.popular .pricing-cta {
  background: #e74c3c;
  text-transform: uppercase;
  padding: 24px;
}
.pricing .pricing-box.popular .pricing-cta .btn-pricing-popular {
  font-size: 1.1em;
  background-color: #c0392b;
  color: white;
}
.pricing .pricing-box.popular .pricing-cta .btn-pricing-popular:hover {
  background-color: #b33528;
  color: white;
}
.testimonials {
  background-color: #1abc9c;
}
.testimonials .quote-icon img {
  height: 168px;
  width: 168px;
  margin-left: -12px;
}
.testimonials p.lead {
  color: white;
  padding-top: 24px;
}
.testimonials cite {
  color: #ecf0f1;
  font-size: 18px;
  font-weight: 300;
}
.testimonials cite a {
  color: #ecf0f1;
  border-bottom: dotted 1px #ecf0f1;
}
.faq .panel-group .panel + .panel {
  margin-top: 14px;
}
.faq .panel-heading a {
  padding: 1em;
  display: block;
}
.faq #accordion {
  margin-bottom: 15px;
}
.faq #accordion .btn {
  text-align: left;
}
.faq #accordion .answer {
  padding: 18px 24px 0;
  border-radius: 5px;
  background-color: #ecf0f1;
}
.faq .contact-intro {
  margin-bottom: 24px;
}
.faq .contact-intro img {
  height: 120px;
  width: 120px;
}
.faq .contact-intro .lead {
  padding-top: 24px;
  color: #2c3e50;
}
.faq input,
.faq textarea {
  border: none;
  background-color: #ecf0f1;
}
.faq form .btn {
  margin-top: 19px;
}
.twitter {
  background-color: #ecf0f1;
}
.twitter img {
  height: 144px;
  width: 144px;
  padding-bottom: 24px;
}
.twitter ul.tweet_list {
  list-style: none;
  padding-left: 0;
}
.footer {
  padding: 0;
  margin: 0;
}
.footer .bottom-menu,
.footer .bottom-menu-inverse {
  padding: 24px 0 0;
}
.footer .bottom-menu p,
.footer .bottom-menu-inverse p {
  margin-bottom: 0;
  color: #95a5a6;
}
.footer .bottom-menu a,
.footer .bottom-menu-inverse a {
  color: white;
}
.footer .bottom-menu a:hover,
.footer .bottom-menu-inverse a:hover {
  color: #1abc9c;
}
.footer .bottom-menu ul.bottom-menu-iconic-list li,
.footer .bottom-menu-inverse ul.bottom-menu-iconic-list li {
  text-align: right;
}
.footer .bottom-menu ul.bottom-menu-iconic-list li a,
.footer .bottom-menu-inverse ul.bottom-menu-iconic-list li a {
  font-size: 18px;
  padding-top: 6px;
  color: white;
}
.footer .bottom-menu ul.bottom-menu-iconic-list li a:hover,
.footer .bottom-menu-inverse ul.bottom-menu-iconic-list li a:hover {
  color: #1abc9c;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
@media (max-width: 991px) {
  body {
    padding-top: 0;
  }
  .header .navbar .navbar-collapse ul.navbar-nav li a {
    padding-left: 0;
  }
  .newsletter p.lead {
    text-align: center;
  }
  .info {
    text-align: center;
  }
  .info .pull-right,
  .info .pull-left {
    float: none !important;
  }
  .info img.img-responsive {
    width: 100%;
    padding-bottom: 36px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .info .carousel-indicators {
    margin-bottom: 24px;
  }
  .info .carousel-inner {
    padding-bottom: 48px;
  }
  .info .btn {
    margin-bottom: 24px;
  }
  .info .fitvids {
    margin-bottom: 27px;
  }
  .testimonials {
    text-align: center;
  }
  .testimonials .quote-icon {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .testimonials img {
    margin-left: auto;
  }
  .faq {
    text-align: center;
  }
  .faq img {
    margin: 24px auto 0;
    height: 196px !important;
    width: 196px !important;
    display: block;
    text-align: center;
  }
  .faq .alert {
    text-align: left;
  }
  .footer {
    text-align: center;
  }
  .footer .social {
    text-align: center;
    margin: 0 auto;
    display: table;
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .header .navbar {
    position: relative;
  }
  .header .navbar .navbar-header {
    min-height: 72px;
  }
  .header .navbar .navbar-collapse ul {
    width: 75%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .header .navbar .navbar-collapse ul li {
    background-color: #ecf0f1;
    text-align: center;
    padding: 12px;
    margin-bottom: 24px;
  }
  .hero {
    text-align: center;
    height: auto;
    background-color: #ecf0f1;
    padding: 48px 0;
  }
  .hero .intro {
    padding: 0;
  }
  .gallery .col-xs-6 {
    width: 49.99%;
  }
}