/****************************************
 Generic styles
****************************************/
html, body, p, h1, h2 {
  font-family: 'Open Sans', sans-serif; }

html {
  color: #8e9396; }

span.heading-line {
  width: 54px;
  height: 4px;
  background: #e85f1b;
  display: block; }

hr {
  border: 0;
  border-top: 1px solid #e3e3e6; }

/****************************************
 Typography
****************************************/
h2 {
  font-size: 36px;
  font-weight: 700;
  color: #262b2f; }

h3 {
  font-size: 28px;
  font-weight: 700;
  color: #262b2f; }

h4 {
  font-size: 24px;
  font-weight: 700;
  color: #262b2f; }

h5 {
  font-size: 20px;
  font-weight: 700;
  color: #262b2f; }

h6 {
  font-size: 16px;
  font-weight: 700;
  color: #262b2f; }

p.sub-heading {
  color: #8e9396;
  font-size: 16px;
  line-height: 1.7em; }

a {
  color: #e85f1b; }
  a:hover {
    color: #e85f1b;
    text-decoration: underline; }

/****************************************
 Nav
****************************************/
.navbar-inverse {
  border-bottom: 1px solid #565656; }

.navbar {
  padding: 35px 0 15px 0; }

.navbar-brand {
  padding: 0;
  margin: 0; }

.navbar-brand img {
  margin: 0;
  padding: 0; }

.navbar-nav > li > a {
  padding: 5px 20px;
  font-size: 13px; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  background: #e85f1b;
  border-radius: 20px; }

.dropdown-menu {
  min-width: 130px; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: none; }

ul.dropdown-menu a {
  font-size: 13px; }
  ul.dropdown-menu a:hover {
    color: #e85f1b; }

/****************************************
 Intro
****************************************/
#intro {
  margin-top: 100px;
  padding: 90px 0 70px 0;
  background: url(../images/intro-bg.jpg) center center; }
  #intro p {
    font-size: 18px;
    color: #4a4f53;
    margin-bottom: 30px; }
  #intro .heading-line {
    margin: 20px 0; }

/****************************************
 Services
****************************************/
#services {
  background: #eeeef0;
  padding: 40px 0; }

.serv-container {
  background: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 40px 15px 20px 15px;
  position: relative; }
  .serv-container p {
    font-size: 13px;
    color: #8e9396;
    line-height: 1.7em; }

.serv-icon {
  background: #e85f1b;
  width: 98px;
  height: 98px;
  border-radius: 8px;
  margin: 0 auto 25px auto; }
  .serv-icon .fa {
    font-size: 40px;
    color: #fff;
    margin-top: 30px; }

.serv-icon2 {
  background: #ffc000; }

.serv-icon3 {
  background: #5f53b7; }

.serv-icon4 {
  background: #91c134; }

/****************************************
 Parallax
****************************************/
#action {
  background: url(../images/parallax-bg.jpg) 50% 0 repeat fixed;
  min-height: 450px;
  height: 450px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  #action .parallax {
    height: 458px;
    position: absolute;
    text-align: center;
    top: 140px;
    width: 100%; }
  #action p, #action h1 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px; }
  #action p {
    font-size: 20px; }
  #action h1 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 30px; }

#testimonials {
  text-align: center;
  padding: 75px 0;
  background: url(../images/parallax-2-bg.jpg) 50% 0 repeat fixed;
  min-height: 520px;
  height: 520px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative; }
  #testimonials .parallax {
    height: 520px; }
  #testimonials h3 {
    color: #fff; }
  #testimonials .heading-line {
    margin-top: 25px;
    margin-bottom: 25px; }

/****************************************
 Showcase
****************************************/
.showcase {
  text-align: center;
  padding: 90px 0 0 0; }
  .showcase .heading-line {
    margin-top: 25px;
    margin-bottom: 25px; }

.showcase-img {
  margin-top: 70px; }

/****************************************
 Projects
****************************************/
#projects {
  background: #262b2f;
  text-align: center;
  padding: 75px 0;
  overflow: hidden; }
  #projects .heading-line {
    margin-top: 25px;
    margin-bottom: 25px; }
  #projects h3 {
    color: #fff; }

.controls {
  display: inline-block;
  margin: 50px 0 65px 0;
  vertical-align: top; }
  .controls ul {
    padding: 0; }
  .controls li {
    background: #3a454e;
    font-size: 14px;
    color: #a9b2bd;
    display: inline-block;
    cursor: pointer;
    padding: 5px 22px;
    border-radius: 17px;
    margin: 0 4px; }
  .controls li.active {
    background: #e85f1b;
    color: #fff; }

#grid {
  text-align: left;
  margin-bottom: 35px; }
  #grid img {
    width: 250px;
    height: 230px; }
  #grid .gap {
    display: inline-block;
    width: 270px; }

#grid:after {
  content: '';
  display: inline-block;
  width: 100%; }

#grid .mix {
  display: none;
  opacity: 0;
  width: 270px;
  height: 230px;
  text-align: center;
  margin: 0 1px 9px 1px; }

/* project thumbs */
span.project-thumb {
  width: 260px;
  height: 230px;
  display: block;
  border-radius: 8px; }

.project-thumb-1 {
  background: url(../images/project-thumb-1.jpg); }

.project-thumb-2 {
  background: url(../images/project-thumb-2.jpg); }

.project-thumb-3 {
  background: url(../images/project-thumb-3.jpg); }

.project-thumb-4 {
  background: url(../images/project-thumb-4.jpg); }

.project-thumb-5 {
  background: url(../images/project-thumb-5.jpg); }

.project-thumb-6 {
  background: url(../images/project-thumb-6.jpg); }

.project-thumb-7 {
  background: url(../images/project-thumb-7.jpg); }

.project-thumb-8 {
  background: url(../images/project-thumb-8.jpg); }

.proj-thumb-text {
  position: absolute;
  width: 260px;
  height: 230px;
  border-radius: 8px;
  background: rgba(232, 95, 27, 0.8);
  display: block;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  opacity: 0; }

.project-thumb .proj-thumb-text {
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s; }

.project-thumb:hover .proj-thumb-text {
  opacity: 1; }

span.thumb-text-big {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30%;
  margin-bottom: 10px;
  display: block; }

span.thumb-text-small {
  font-size: 16px;
  display: block; }

.single-project {
  text-align: left;
  margin-bottom: 70px; }
  .single-project h3 {
    margin-top: 0;
    margin-bottom: 20px; }
  .single-project p {
    color: #8e9396;
    line-height: 1.8em; }
  .single-project .btn {
    margin-top: 20px; }
  .single-project ul.f-social {
    margin-top: 5px; }
  .single-project .carousel ol li::before {
    counter-increment: none;
    content: none; }
  .single-project .carousel img {
    border-radius: 8px; }
  .single-project .carousel-control .icon-prev, .single-project .carousel-control .icon-next {
    width: 50px;
    height: 50px;
    font-size: 50px; }
  .single-project .carousel-control.left {
    background: none; }
  .single-project .carousel-control.right {
    background: none; }
  .single-project .proj-control {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px; }
    .single-project .proj-control a {
      display: inline-block;
      color: #8e9396; }
      .single-project .proj-control a:hover {
        color: #fff;
        text-decoration: none; }
    .single-project .proj-control i {
      font-size: 16px; }
  .single-project a.close-proj {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: #8e9396;
    cursor: pointer;
    line-height: 12px; }
    .single-project a.close-proj:hover {
      color: #fff;
      text-decoration: none; }

p.proj-desc-title {
  font-weight: 700;
  color: #fff;
  margin-bottom: 0; }

p.proj-desc {
  margin-bottom: 15px; }

/****************************************
 Statistics
****************************************/
#stats {
  text-align: center;
  padding: 75px 0; }
  #stats .heading-line {
    margin-top: 25px;
    margin-bottom: 25px; }
  #stats i {
    font-size: 44px;
    margin: 40px 0 20px 0; }

.stat1 {
  color: #e85f1b; }

.stat2 {
  color: #ffc000; }

.stat3 {
  color: #5f53b7; }

.stat4 {
  color: #91c134; }

.stats-text-big {
  font-size: 42px;
  font-weight: 700;
  color: #262b2f; }

.stats-text-small {
  font-size: 18px;
  font-weight: 700;
  color: #262b2f; }

/****************************************
 Testimonials
****************************************/
#testimonials #carousel-intro {
  margin-top: 50px; }
#testimonials .carousel-indicators {
  top: 240px; }
#testimonials .carousel-indicators .active {
  background-color: #e85f1b;
  border: none;
  width: 14px;
  height: 14px; }
#testimonials ol li::before {
  counter-increment: none;
  content: none; }
#testimonials .carousel-indicators li {
  background-color: #fff;
  border: none;
  width: 13px;
  height: 13px;
  margin: 3px;
  border-radius: 13px; }
#testimonials .item p {
  color: #fff;
  font-size: 18px;
  line-height: 1.8em; }
#testimonials .testimonial-author {
  margin: 30px 0 0 0; }
  #testimonials .testimonial-author p {
    text-align: left; }

p.t-author-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1em !important;
  margin-top: 12px; }

p.t-author-pos {
  font-size: 14px !important;
  font-weight: 700; }

/****************************************
 About
****************************************/
#about {
  padding: 75px 0; }
  #about .heading-line {
    margin-top: 15px;
    margin-bottom: 30px; }
  #about p {
    font-size: 14px;
    color: #8e9396;
    line-height: 1.8em; }

.progress {
  height: 35px; }

.progress-bar {
  background: #e85f1b;
  box-shadow: none;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  padding: 0 10px; }

/****************************************
 Pricing
****************************************/
.pricing {
  background: #262b2f;
  text-align: center;
  padding: 75px 0; }
  .pricing .heading-line {
    margin-top: 25px;
    margin-bottom: 25px; }
  .pricing h3 {
    color: #fff; }
  .pricing ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #8e9396; }
  .pricing li {
    border-bottom: 1px solid #e1e3e3;
    padding: 12px 0 14px 0; }
  .pricing .btn {
    margin: 30px 0 35px 0;
    background: #8e9396; }
    .pricing .btn:hover {
      background: #e85f1b;
      color: #fff; }

.pricing-table {
  background: #fff;
  border-radius: 8px;
  margin-top: 80px; }

.pt-title {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #e1e3e3;
  padding: 20px 0;
  margin: 0; }

.pt-price {
  font-size: 42px;
  font-weight: 700;
  border-bottom: 1px solid #e1e3e3;
  padding: 15px 0 20px 0; }

span.pt-period {
  font-size: 13px;
  font-weight: 400;
  color: #8e9396; }

.pt-big {
  margin-top: 45px; }
  .pt-big .pt-title {
    padding: 40px 0;
    border: none; }
  .pt-big .pt-price {
    background: #e85f1b;
    color: #fff;
    border: none; }
  .pt-big span.pt-period {
    color: #fff; }
  .pt-big .btn {
    margin: 40px 0 45px 0;
    background: #e85f1b; }
    .pt-big .btn:hover {
      background: #8e9396; }

/****************************************
 Team
****************************************/
.team {
  text-align: center;
  padding: 75px 0; }
  .team .heading-line {
    margin-top: 25px;
    margin-bottom: 25px; }
  .team ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .team li {
    display: inline;
    margin: 0 2px; }
  .team i {
    background: #eeeef0;
    width: 42px;
    padding: 14px 0;
    border-radius: 6px;
    color: #8e9396; }
  .team a:hover i {
    background: #e85f1b;
    color: #fff; }

.team-img {
  border-radius: 8px;
  margin: 45px 0 20px 0; }

p.team-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px; }

p.team-pos {
  font-size: 14px;
  font-weight: 700;
  color: #8e9396;
  margin-bottom: 15px; }

p.team-text {
  color: #8e9396;
  line-height: 1.8em;
  margin-bottom: 30px; }

/****************************************
 Blog-homepage
****************************************/
.blog-homepage {
  background: #262b2f;
  text-align: center;
  padding: 75px 0 85px 0; }
  .blog-homepage .heading-line {
    margin-top: 25px;
    margin-bottom: 25px; }
  .blog-homepage h3 {
    color: #fff; }
  .blog-homepage h5 {
    color: #fff;
    text-align: left; }
  .blog-homepage ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 13px;
    color: #8e9396; }
  .blog-homepage li {
    display: inline;
    margin: 0 18px 0 0; }
  .blog-homepage i {
    font-size: 14px;
    margin: 0 4px 0 0; }

.blog-thumb {
  border-radius: 8px;
  margin: 45px 0 30px 0; }

/****************************************
 Partners
****************************************/
.partners {
  text-align: center;
  padding: 75px 0; }
  .partners .heading-line {
    margin-top: 25px;
    margin-bottom: 25px; }
  .partners img {
    margin-top: 50px; }

/****************************************
 Contact
****************************************/
.contact {
  background: #262b2f;
  text-align: center;
  padding: 75px 0; }
  .contact .heading-line {
    margin-top: 25px;
    margin-bottom: 35px; }
  .contact h3 {
    color: #fff; }
  .contact form {
    margin-top: 40px;
    text-align: left; }

.contact-info {
  text-align: left; }
  .contact-info .heading-line {
    margin-top: 14px; }
  .contact-info h4 {
    color: #fff;
    margin-top: 40px; }
  .contact-info p {
    font-size: 16px;
    font-weight: 700;
    color: #fff; }

p.ci-small {
  font-size: 13px;
  color: #8e9396;
  font-weight: 400;
  margin-bottom: 25px; }

/****************************************
 Map
****************************************/
.map {
  padding: 0;
  overflow: hidden; }
  .map iframe {
    width: 100%;
    height: 400px; }

/****************************************
 Call to action
****************************************/
.call-to-action {
  background: #303539;
  color: #fff;
  text-align: center;
  padding: 50px 0 55px 0; }
  .call-to-action:hover {
    background: #e85f1b; }
  .call-to-action h3 {
    color: #fff; }

/****************************************
 Footer
****************************************/
footer {
  background: #262b2f;
  padding: 70px 0; }
  footer h4 {
    color: #fff; }
  footer .heading-line {
    margin-top: 15px;
    margin-bottom: 30px; }
  footer p {
    color: #8e9396;
    line-height: 1.8em; }
  footer a:hover {
    text-decoration: none; }

ul.f-social {
  color: #8e9396;
  list-style: none;
  padding: 0;
  margin: 25px 0 0 0; }
  ul.f-social li {
    display: inline;
    text-align: center;
    margin: 0 3px; }
  ul.f-social i {
    background: #2f3438;
    width: 42px;
    padding: 14px 0;
    border-radius: 8px;
    color: #8e9396; }
    ul.f-social i:hover {
      background: #eeeef0; }

p.f-post-title {
  margin: 0; }

p.f-post-date {
  color: #545d63;
  margin-bottom: 25px; }

.flickr {
  display: inline-block;
  border-radius: 8px;
  margin: 0 5px 5px 0; }

.copyright {
  background: #1e2327;
  padding: 35px 0; }
  .copyright p {
    color: #8e9396;
    font-size: 13px; }

/****************************************
 Page styles
****************************************/
.page-intro {
  background: #eeeef0;
  margin-top: 100px;
  padding: 15px 0 25px 0; }
  .page-intro h2 {
    display: inline-block; }

.breadcrumbs {
  display: inline-block;
  margin-top: 30px;
  font-size: 13px;
  color: #8e9396; }
  .breadcrumbs .arrow {
    margin: 0 5px; }

/****************************************
 Blog
****************************************/
.blog {
  padding: 80px 0 60px 0; }

.post {
  margin-bottom: 90px; }
  .post p {
    line-height: 1.8em;
    color: #8e9396; }
  .post .btn {
    margin-top: 20px; }

.post-img {
  border-radius: 8px;
  margin: 0 0 30px 0; }

ul.post-info {
  list-style: none;
  margin: 20px 0 25px 0;
  padding: 0;
  font-size: 13px;
  color: #8e9396; }
  ul.post-info li {
    display: inline;
    margin-right: 20px; }
  ul.post-info i {
    margin-right: 4px; }

.sidebar h4 {
  margin: 0; }
.sidebar .heading-line {
  margin-top: 15px; }
.sidebar .form-control {
  height: 44px;
  margin-bottom: 40px; }

ul.categories {
  list-style: none;
  padding: 0;
  margin: 30px 0 45px 0; }
  ul.categories li {
    margin-bottom: 16px; }
  ul.categories i {
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px; }
  ul.categories a {
    color: #8e9396; }
    ul.categories a:hover {
      text-decoration: none;
      color: #e85f1b; }

.popular-posts {
  margin-bottom: 25px; }
  .popular-posts p {
    color: #8e9396; }
  .popular-posts .heading-line {
    margin-bottom: 35px; }
  .popular-posts a:hover {
    text-decoration: none; }

.pop-post-img {
  /*background: url(../images/p-post-img.jpg);*/
  border-radius: 8px; }

img.pop-post-img {
  display: inline-block; }

p.pop-post-date {
  font-size: 13px;
  margin-bottom: 35px; }

.tags .heading-line {
  margin-bottom: 40px; }

.tag {
  background: #eeeef0;
  display: inline-block;
  color: #8e9396;
  border-radius: 6px;
  margin: 0 6px 9px 0;
  padding: 5px 12px; }

/****************************************
 Single post
****************************************/
.blog.single-post .post p {
  margin-bottom: 25px; }
.blog.single-post .post h4 {
  line-height: 1.8em; }

.post-quote {
  background: #f5f5f7;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 8px; }
  .post-quote p.post-quote-text {
    font-size: 20px;
    font-style: italic;
    color: #363b3f;
    margin-bottom: 10px !important; }

p.post-quote-author {
  font-size: 14px;
  color: #8e9396;
  margin: 0 !important; }

.post-left-img {
  background: url(../images/post-left-img.jpg);
  width: 260px;
  height: 190px;
  float: left;
  border-radius: 6px;
  margin: 8px 25px 0 0; }

.post-right-img {
  background: url(../images/post-right-img.jpg);
  width: 260px;
  height: 190px;
  float: right;
  border-radius: 6px;
  margin: 8px 0 20px 25px; }

.post-share {
  margin-bottom: 80px; }
  .post-share ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .post-share li {
    text-align: center;
    display: inline;
    margin: 0 2px; }
  .post-share li:first-child {
    margin-right: 25px;
    text-align: left;
    font-size: 18px;
    font-weight: 700; }
  .post-share i {
    background: #eeeef0;
    width: 42px;
    padding: 14px 0;
    border-radius: 6px;
    color: #8e9396; }

.single-post hr {
  margin-bottom: 30px; }

.post-author {
  border: 1px solid #e3e3e6;
  border-radius: 8px;
  padding: 25px; }
  .post-author p {
    color: #8e9396;
    margin: 0; }
  .post-author p.post-author-text {
    font-size: 18px;
    font-weight: 700;
    color: #262b2f;
    margin-bottom: 10px; }

.related-posts {
  margin-top: 60px;
  margin-bottom: 45px; }
  .related-posts .heading-line {
    margin-top: 15px;
    margin-bottom: 40px; }
  .related-posts img {
    border-radius: 8px;
    margin-bottom: 15px; }
  .related-posts p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6em; }

.comments .heading-line {
  margin-bottom: 40px; }

.comment {
  margin-bottom: 40px; }

.comment-body {
  border: 1px solid #e3e3e6;
  padding: 24px 30px;
  border-radius: 8px;
  margin-left: -18px; }

p.comment-author {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px; }

p.comment-text {
  color: #8e9396;
  margin: 0; }

span.comment-date {
  font-size: 14px;
  font-weight: 400;
  color: #8e9396;
  margin-left: 15px; }

a.reply-comment {
  font-size: 14px;
  font-weight: 400;
  color: #e85f1b;
  border: 1px solid #e3e3e5;
  border-radius: 15px;
  padding: 2px 18px; }
  a.reply-comment:hover {
    text-decoration: none;
    background: #e85f1b;
    color: #fff;
    border-color: #e85f1b; }

.comments-form {
  margin-bottom: 30px; }
  .comments-form .heading-line {
    margin-bottom: 40px; }
  .comments-form input {
    margin-bottom: 20px;
    width: 240px;
    height: 40px;
    display: inline-block; }
  .comments-form input.name, .comments-form input.email {
    margin-right: 10px; }
  .comments-form .btn {
    margin-top: 30px; }

#project1, #project2, #project3 {
  background: #fff;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: none; }

.project-thumb {
  cursor: pointer; }