html {
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}
.btn-default {
  background: none;
  border: 2px solid #333333;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn-default:focus,
.btn-default:hover {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.btn-default:active {
  background: none !important;
  border-color: #333333 !important;
}
.btn-default:active,
.btn-default:focus {
  outline: none !important;
}
.btn-primary {
  background-color: #555555;
  border: hidden;
  letter-spacing: 1px;
}
.btn-primary:focus,
.btn-primary:hover {
  background-color: #333333 !important;
}
.btn-primary:active,
.btn-primary:focus {
  outline: none !important;
}
.btn-primary,
.btn-default {
  border-radius: 2px;
  font-size: 12px;
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
}
.navbar-default {
  background: none;
  border: none;
  font-family: 'Montserrat', sans-serif;
  height: 100px;
}
.navbar-default .navbar-brand {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  height: 100px;
  letter-spacing: -2px;
}
.navbar-default .navbar-nav li a {
  color: #ccc;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav li a {
  line-height: 70px;
}
.navbar-default .navbar-nav .active a {
  background: none;
  color: #ffffff;
}
.navbar-default .navbar-nav .active a:focus,
.navbar-default .navbar-nav .active a:hover {
  background: none;
}
.shrink {
  background-color: #fafafa;
  height: 75px;
}
.shrink .navbar-brand {
  color: #555555;
  font-size: 34px;
  height: 75px;
  line-height: 45px;
}
.shrink .navbar-brand:hover {
  color: #777777;
}
.shrink .navbar-nav:hover {
  color: #222222;
}
.shrink .navbar-nav li:last-child {
  height: 75px;
}
.shrink .navbar-nav li a {
  color: #999999;
  height: 75px;
  line-height: 46px;
}
.shrink .navbar-nav .active a {
  color: #555555;
}
.shrink .navbar-nav .btn {
  margin-top: 4px;
}
.shrink .collapsing {
  background-color: #ffffff;
}
.navbar-default,
.navbar-default .navbar-brand,
.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li .btn,
.shrink {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.jumbotron {
  background-color: #333333;
  display: block;
  padding-bottom: 130px;
  padding-top: 140px;
  position: relative;
  z-index: 999;
}
.jumbotron:after {
  background: url("../img/10.jpg") no-repeat center center fixed;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  filter: alpha(opacity=75);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.jumbotron .col-md-5 div {
  margin-top: 75px;
}
.jumbotron .col-md-5 div h2 {
  color: #ffffff;
  font-size: 32px;
  margin-top: -8px;
}
.jumbotron .col-md-5 div h2:first-child {
  font-size: 36px;
}
.jumbotron .col-md-5 div h2:last-child {
  font-size: 28px;
}
.jumbotron .col-md-5 div h2:not(:last-child) {
  margin-top: -10px;
}
.jumbotron .text-muted {
  color: #ccc;
  font-size: 14px;
}
.jumbotron .btn-default {
  border-color: #ffffff;
  color: #ffffff;
}
.jumbotron .btn-default:focus,
.jumbotron .btn-default:hover {
  background-color: #ffffff;
  color: #333333;
}
.jumbotron .btn-default:active {
  background: none !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.features {
  margin-top: -30px;
  padding-top: 25px;
}
.features .col-md-4 {
  margin-bottom: 50px;
}
.features .fa {
  color: #353535;
  font-size: 44px;
  margin-top: 50px;
}
.features .feature p {
  color: #555555;
}
.portfolio {
  padding-top: 30px;
}
.portfolio .btn-group {
  margin-bottom: 30px;
}
.portfolio .btn-group .active {
  background: none !important;
  border-color: #555555;
}
.portfolio .btn-group .btn {
  margin-right: 10px;
}
.portfolio .portfolio-heading {
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.portfolio .portfolio-heading p {
  color: #555555;
}
.portfolio .portfolio-btn {
  padding-bottom: 30px;
  padding-top: 30px;
}
.portfolio .grid {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio .grid .grid-item {
  height: 300px;
  width: 380px;
}
.portfolio .grid .grid-item h5 {
  color: #ffffff;
  margin-top: -50px;
}
.portfolio .grid .grid-item span {
  color: #ccc;
  margin-top: -30px;
}
.portfolio .grid .grid-item h5,
.portfolio .grid .grid-item span {
  float: left;
  margin-left: 20px;
}
.portfolio .grid .grid-item img {
  height: 300px;
  width: 380px;
}
.effect {
  background-color: #555555;
  overflow: hidden;
}
.effect img {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.effect:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.effect h5 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.effect:hover h5 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.effect span {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
}
.effect:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0);
}
.featurete {
  background-color: #333333;
  display: block;
  position: relative;
  padding-top: 50px;
  z-index: 998;
}
.featurete:after {
  background: url("../img/10.jpg") no-repeat center center fixed;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.featurete h4 {
  color: #ffffff;
  margin-top: 40px;
}
.featurete p {
  color: #ccc;
}
.featurete hr {
  border-color: #999999;
  margin-bottom: 25px;
  margin-top: 5px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mini-banner {
  margin-bottom: 20px;
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}
.mini-banner .btn {
  margin-left: 10px;
}
.mini-banner p,
.mini-banner .btn {
  display: inline;
}
.mini-featurete {
  color: #ccc;
  background-color: #353535;
  padding-bottom: 20px;
  padding-top: 30px;
}
.mini-featurete .btn {
  border-color: #ccc;
  color: #ccc;
}
.mini-featurete .btn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #222222;
}
.mini-twitter {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-top: 30px;
}
.blog {
  padding-bottom: 55px;
}
.blog h2 {
  margin-bottom: 35px;
}
.blog .thumbnail {
  border: none;
  border-bottom: 2px solid #555555;
  border-radius: 2px;
  overflow: hidden !important;
  padding: 0;
}
.blog .thumbnail a:hover {
  color: #999;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.blog .thumbnail span {
  font-size: 12px;
}
.blog .thumbnail p,
.blog .thumbnail span,
.blog .thumbnail a {
  color: #555555;
  text-decoration: none;
}
.blog .thumbnail .blog-container {
  background-color: #555555;
  overflow: hidden !important;
}
.blog .thumbnail hr {
  margin-top: 15px;
  margin-bottom: 5px;
}
.blog .btn {
  margin-top: 15px;
}
.blog .effect-img img {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.blog .effect-img:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.twitter-updates {
  background-color: #333333;
  display: block;
  padding-bottom: 75px;
  padding-top: 75px;
  position: relative;
  z-index: 998;
}
.twitter-updates:after {
  background: url("../img/10.jpg") no-repeat center center fixed;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.twitter-updates h2 {
  color: #ffffff;
  margin-bottom: 25px;
}
.twitter-updates a:hover {
  color: #777777;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.twitter-updates p,
.twitter-updates span,
.twitter-updates a {
  color: #ccc;
  text-decoration: none !important;
}
.twitter-updates .owl-pagination .owl-page span {
  background-color: #aaa !important;
  height: 11px !important;
  width: 11px !important;
}
.footer {
  background-color: #252525;
  padding-top: 50px;
}
.footer hr {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.footer .col-md-3 {
  margin-bottom: 20px;
}
.footer .col-md-3 h4,
.footer .col-md-3 h5 {
  color: #eeeeee !important;
}
.footer .footer-logo {
  color: #eeeeee;
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -2px;
  margin-top: 10px;
}
.footer .micro {
  font-size: 12px;
  margin-top: 15px;
}
.footer .micro h5 {
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 5px;
}
.footer .micro hr {
  margin-bottom: 5px;
  margin-top: 5px;
}
.footer .micro p a:hover {
  color: #555555 !important;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.footer .micro p,
.footer .micro p a {
  color: #ccc;
  text-decoration: none;
}
.footer .social .icons {
  margin-top: 15px;
}
.footer .social .icons li:not(:first-child) {
  margin-left: 10px;
}
.footer .social .icons a {
  color: #aaa;
}
.footer .social .icons a:hover {
  color: #555555 !important;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.footer .effect {
  margin-left: -10px;
}
.footer .featured-work {
  line-height: 15px;
  margin-left: -2px;
  margin-top: 15px;
  padding-left: 4px;
}
.footer .featured-work img {
  height: 50px;
  width: 50px;
}
.footer .contact-info div {
  margin-bottom: 5px;
}
.footer .contact-info i {
  font-size: 16px;
  margin-right: 10px;
}
.footer .contact-info p,
.footer .contact-info i {
  color: #ccc !important;
}
.footer .text-muted {
  color: #ccc;
}
.footer .sub-footer {
  background-color: #151515;
  border-top: 4px dotted #222;
  color: #ccc;
  margin-top: 20px;
  padding-top: 10px;
  line-height: 30px;
}
.footer .sub-footer .fa {
  color: #ccc;
  margin-left: 2px;
  margin-right: 2px;
}
.collapsing {
  background: #333333;
  border: none;
  max-height: 100%;
  text-align: center;
  -webkit-transition: all 0.05s ease;
  transition: all 0.05s ease;
  overflow: visible;
}
.collapsing .navbar-nav li a {
  line-height: 39px;
  visibility: hidden;
}
.collapsing .navbar-nav li .btn {
  background: none;
  color: #ccc;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .navbar-default .navbar-brand {
    font-size: 34px;
  }
  .navbar-default .navbar-header .navbar-toggle {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 28px;
    line-height: 65px;
  }
  .navbar-default .navbar-header .navbar-toggle:focus,
  .navbar-default .navbar-header .navbar-toggle:hover {
    background: none;
    color: #555555;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .navbar-default .collapse {
    background: #333333;
    border: none;
    max-height: 100%;
    text-align: center;
    overflow: visible;
  }
  .navbar-default .collapse .navbar-nav li a {
    line-height: 39px;
    z-index: 999;
  }
  .navbar-default .collapse .navbar-nav li a:hover {
    color: #eeeeee;
  }
  .navbar-default .collapse .navbar-nav li .btn {
    background: none;
    color: #ccc;
  }
  .navbar-default .collapse .navbar-nav li .btn:focus,
  .navbar-default .collapse .navbar-nav li .btn:hover {
    background: #555555 !important;
    color: #eeeeee;
  }
  .shrink .navbar-brand {
    font-size: 32px;
  }
  .shrink .navbar-header .navbar-toggle {
    color: #555555;
    font-size: 24px;
    line-height: 41px;
  }
  .shrink .navbar-header .navbar-toggle:hover {
    color: #777777;
  }
  .shrink .collapse {
    background-color: #ffffff;
  }
  .shrink .collapse .navbar-nav li a {
    height: 60px;
    line-height: 41px;
    z-index: 999;
  }
  .shrink .collapse .navbar-nav li .btn {
    color: #999999;
  }
  .shrink .collapse .navbar-nav li .btn:hover {
    color: #ccc;
  }
  .jumbotron {
    padding-bottom: 140px;
    padding-top: 100px;
  }
  .jumbotron .col-md-5 {
    text-align: center;
  }
  .jumbotron .col-md-5 h2:first-child {
    font-size: 34px;
  }
  .features .col-md-4 {
    margin-bottom: 0;
  }
  .portfolio {
    overflow: hidden;
  }
  .portfolio .portfolio-btn {
    padding-top: 30px;
  }
  .portfolio .grid .grid-item {
    width: auto;
  }
  .featurete img {
    margin-top: 25px;
  }
  .featurete h4,
  .featurete p {
    text-align: center;
  }
  .mini-banner .btn {
    font-size: 12px !important;
    margin-left: 5px;
  }
  .mini-banner p,
  .mini-banner .btn {
    display: inherit;
  }
  .blog .btn {
    margin-bottom: -20px;
    margin-top: 10px;
  }
  .twitter-updates {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .mini-twitter .btn {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .navbar-default .navbar-brand {
    font-size: 34px;
  }
  .navbar-default .navbar-header .navbar-toggle {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 28px;
    line-height: 65px;
  }
  .navbar-default .navbar-header .navbar-toggle:focus,
  .navbar-default .navbar-header .navbar-toggle:hover {
    background: none;
    color: #555555;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .navbar-default .collapse {
    background: #333333;
    border: none;
    max-height: 100%;
    text-align: center;
    overflow: visible;
  }
  .navbar-default .collapse .navbar-nav li a {
    line-height: 39px;
    z-index: 999;
  }
  .navbar-default .collapse .navbar-nav li a:hover {
    color: #eeeeee;
  }
  .navbar-default .collapse .navbar-nav li .btn {
    background: none;
    color: #ccc;
  }
  .navbar-default .collapse .navbar-nav li .btn:focus,
  .navbar-default .collapse .navbar-nav li .btn:hover {
    background: #555555 !important;
    color: #eeeeee;
  }
  .shrink .navbar-brand {
    font-size: 32px;
  }
  .shrink .navbar-header .navbar-toggle {
    color: #555555;
    font-size: 24px;
    line-height: 41px;
  }
  .shrink .navbar-header .navbar-toggle:hover {
    color: #777777;
  }
  .shrink .collapse {
    background-color: #ffffff;
  }
  .shrink .collapse .navbar-nav li a {
    height: 60px;
    line-height: 41px;
    z-index: 999;
  }
  .shrink .collapse .navbar-nav li .btn {
    color: #999999;
  }
  .shrink .collapse .navbar-nav li .btn:hover {
    color: #ccc;
  }
  .jumbotron {
    padding-top: 90px;
  }
  .jumbotron .col-md-5 {
    text-align: center;
  }
  .features .col-md-4 {
    margin-bottom: 0;
  }
  .portfolio {
    overflow: hidden;
  }
  .portfolio .portfolio-btn {
    padding-top: 30px;
  }
  .portfolio .grid .grid-item {
    margin-left: 22%;
    margin-right: 24%;
    overflow: hidden;
    width: auto;
  }
  .featurete img {
    margin-top: 25px;
  }
  .featurete h4,
  .featurete p {
    text-align: center;
  }
  .mini-banner .btn {
    font-size: 12px !important;
    margin-left: 5px;
  }
  .mini-banner p,
  .mini-banner .btn {
    display: inherit;
  }
  .blog .btn {
    margin-bottom: -20px;
    margin-top: 10px;
  }
  .twitter-updates {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .mini-twitter .btn {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jumbotron img {
    margin-top: 50px;
  }
  .portfolio .portfolio-btn {
    padding-top: 30px;
  }
  .portfolio .grid {
    margin-left: 22%;
    margin-right: 22%;
  }
  .portfolio .grid .grid-item {
    width: auto;
  }
  .featurete img {
    margin-top: 25px;
  }
  .featurete h4,
  .featurete p {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jumbotron h2:first-child {
    font-size: 30px;
  }
  .portfolio .grid .grid-item {
    width: 310px;
  }
  .featurete img {
    padding-top: 130px;
  }
  .featurete .micro-feature:last-child {
    margin-bottom: 30px;
  }
}