/******************************************************************
Theme Name: Sparrow Site Template
Description: .
Author: 
Author URI: 
Version: 1.0
******************************************************************/
/*
[Table of contents]

1.  Common Styles
2.  #preloader
3.  .site-header
4.  .site-banner
5.  #team
6.  #works
7.  #services
8.  #pricing
9.  #twitter-feed
10.  #blog
11.  #client
12.  #contact
      12.1  .address
      12.2  .contact-form
13.  .footer
          13.1  .copyright
          13.2  .credits

------------------------------------------------------------------

[Color codes]

Background: #ffffff (white)
Primary:    #e6ae03 (light golden)
Content:    #777 (light ash)

a (standard):   #777 (light ash)
a (hover)   :   #e6ae03 (light golden)

-----------------------------------------------------------------------

[Typography]

Body :  Raleway', sans-serif; 14px/26px
        Ubuntu, sans-serif;
        Oswald, sans-serif;
        Poiret One, cursive;
        Tulpen One, cursive;
title : hipstelveticalight";
-----------------------------------------------------------------------*/
/*==============================================
    Variables
===============================================*/
/*==============================================
    Mixins
===============================================*/
/*==============================================
    Preloader
===============================================*/
#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 2000;
}
#global {
  cursor: pointer;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -35px;
  position: absolute;
  top: 50%;
  width: 70px;
}
.mask {
  position: absolute;
  border-radius: 2px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
}
.plane {
  background-color: #e6ae03;
  width: 400%;
  height: 100%;
  z-index: 100;
  position: absolute;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
}
.animation {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#first .plane {
  z-index: 2000;
  -webkit-animation: trans1 1.3s ease-in infinite 0s backwards;
  -moz-animation: trans1 1.3s ease-in infinite 0s backwards;
  animation: trans1 1.3s ease-in infinite 0s backwards;
}
#middle .plane {
  background-color: #e6ae03;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-animation: trans2 1.3s linear infinite  0.3s  backwards;
  -moz-animation: trans2 1.3s linear infinite  0.3s  backwards;
  animation: trans2 1.3s linear infinite  0.3s  backwards;
}
#bottom .plane {
  z-index: 2000;
  -webkit-animation: trans3 1.3s ease-out infinite 0.7s backwards;
  -moz-animation: trans3 1.3s ease-out infinite 0.7s backwards;
  animation: trans3 1.3s ease-out infinite 0.7s backwards;
}
#first {
  width: 53px;
  height: 20px;
  left: 20px;
  z-index: 100;
  -webkit-transform: skew(-15deg, 0);
  -moz-transform: skew(-15deg, 0);
  -ms-transform: skew(-15deg, 0);
  -o-transform: skew(-15deg, 0);
  transform: skew(-15deg, 0);
}
#middle {
  width: 33px;
  height: 20px;
  left: 20px;
  top: 15px;
  -webkit-transform: skew(-15deg, 40deg);
  -moz-transform: skew(-15deg, 40deg);
  -ms-transform: skew(-15deg, 40deg);
  -o-transform: skew(-15deg, 40deg);
  transform: skew(-15deg, 40deg);
}
#bottom {
  width: 53px;
  height: 20px;
  top: 30px;
  -webkit-transform: skew(-15deg, 0);
  -moz-transform: skew(-15deg, 0);
  -ms-transform: skew(-15deg, 0);
  -o-transform: skew(-15deg, 0);
  transform: skew(-15deg, 0);
}
#global p {
  left: -3px;
  position: absolute;
  text-transform: capitalize;
  top: 55px;
}
@-webkit-keyframes trans1 {
  from {
    -webkit-transform: translate3d(53px, 0, 0);
    -moz-transform: translate3d(53px, 0, 0);
    -ms-transform: translate3d(53px, 0, 0);
    -o-transform: translate3d(53px, 0, 0);
    transform: translate3d(53px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
  }
}
@-moz-keyframes trans1 {
  from {
    -webkit-transform: translate3d(53px, 0, 0);
    -moz-transform: translate3d(53px, 0, 0);
    -ms-transform: translate3d(53px, 0, 0);
    -o-transform: translate3d(53px, 0, 0);
    transform: translate3d(53px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
  }
}
@keyframes trans1 {
  from {
    -webkit-transform: translate3d(53px, 0, 0);
    -moz-transform: translate3d(53px, 0, 0);
    -ms-transform: translate3d(53px, 0, 0);
    -o-transform: translate3d(53px, 0, 0);
    transform: translate3d(53px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
  }
}
@-webkit-keyframes trans2 {
  from {
    -webkit-transform: translate3d(-160px, 0, 0);
    -moz-transform: translate3d(-160px, 0, 0);
    -ms-transform: translate3d(-160px, 0, 0);
    -o-transform: translate3d(-160px, 0, 0);
    transform: translate3d(-160px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(53px, 0, 0);
    -moz-transform: translate3d(53px, 0, 0);
    -ms-transform: translate3d(53px, 0, 0);
    -o-transform: translate3d(53px, 0, 0);
    transform: translate3d(53px, 0, 0);
  }
}
@-moz-keyframes trans2 {
  from {
    -webkit-transform: translate3d(-160px, 0, 0);
    -moz-transform: translate3d(-160px, 0, 0);
    -ms-transform: translate3d(-160px, 0, 0);
    -o-transform: translate3d(-160px, 0, 0);
    transform: translate3d(-160px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(53px, 0, 0);
    -moz-transform: translate3d(53px, 0, 0);
    -ms-transform: translate3d(53px, 0, 0);
    -o-transform: translate3d(53px, 0, 0);
    transform: translate3d(53px, 0, 0);
  }
}
@keyframes trans2 {
  from {
    -webkit-transform: translate3d(-160px, 0, 0);
    -moz-transform: translate3d(-160px, 0, 0);
    -ms-transform: translate3d(-160px, 0, 0);
    -o-transform: translate3d(-160px, 0, 0);
    transform: translate3d(-160px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(53px, 0, 0);
    -moz-transform: translate3d(53px, 0, 0);
    -ms-transform: translate3d(53px, 0, 0);
    -o-transform: translate3d(53px, 0, 0);
    transform: translate3d(53px, 0, 0);
  }
}
@-webkit-keyframes trans3 {
  from {
    -webkit-transform: translate3d(53px, 0, 0);
    -moz-transform: translate3d(53px, 0, 0);
    -ms-transform: translate3d(53px, 0, 0);
    -o-transform: translate3d(53px, 0, 0);
    transform: translate3d(53px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-220px, 0, 0);
    -moz-transform: translate3d(-220px, 0, 0);
    -ms-transform: translate3d(-220px, 0, 0);
    -o-transform: translate3d(-220px, 0, 0);
    transform: translate3d(-220px, 0, 0);
  }
}
@-webkit-keyframes trans3 {
  from {
    -webkit-transform: translate3d(53px, 0, 0);
    -moz-transform: translate3d(53px, 0, 0);
    -ms-transform: translate3d(53px, 0, 0);
    -o-transform: translate3d(53px, 0, 0);
    transform: translate3d(53px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-220px, 0, 0);
    -moz-transform: translate3d(-220px, 0, 0);
    -ms-transform: translate3d(-220px, 0, 0);
    -o-transform: translate3d(-220px, 0, 0);
    transform: translate3d(-220px, 0, 0);
  }
}
@-moz-keyframes trans3 {
  from {
    -webkit-transform: translate3d(53px, 0, 0);
    -moz-transform: translate3d(53px, 0, 0);
    -ms-transform: translate3d(53px, 0, 0);
    -o-transform: translate3d(53px, 0, 0);
    transform: translate3d(53px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-220px, 0, 0);
    -moz-transform: translate3d(-220px, 0, 0);
    -ms-transform: translate3d(-220px, 0, 0);
    -o-transform: translate3d(-220px, 0, 0);
    transform: translate3d(-220px, 0, 0);
  }
}
@keyframes trans3 {
  from {
    -webkit-transform: translate3d(53px, 0, 0);
    -moz-transform: translate3d(53px, 0, 0);
    -ms-transform: translate3d(53px, 0, 0);
    -o-transform: translate3d(53px, 0, 0);
    transform: translate3d(53px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-220px, 0, 0);
    -moz-transform: translate3d(-220px, 0, 0);
    -ms-transform: translate3d(-220px, 0, 0);
    -o-transform: translate3d(-220px, 0, 0);
    transform: translate3d(-220px, 0, 0);
  }
}
/*==============================================
    Basic Style 
===============================================*/
@font-face {
  font-family: "hipstelveticalight";
  src: url("../fonts/hipstelvetica/hipstelvetica_light-webfont.eot");
  src: url("../fonts/hipstelvetica/hipstelvetica_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hipstelvetica/hipstelvetica_light-webfont.woff2") format("woff2"), url("../fonts/hipstelvetica/hipstelvetica_light-webfont.woff") format("woff"), url("../fonts/hipstelvetica/hipstelvetica_light-webfont.ttf") format("truetype"), url("../fonts/hipstelvetica/hipstelvetica_light-webfont.svg#hipstelveticalight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hipstelveticaultralight";
  src: url("../fonts/hipstelvetica/hipstelvetica_ultralight-webfont.eot");
  src: url("../fonts/hipstelvetica/hipstelvetica_ultralight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hipstelvetica/hipstelvetica_ultralight-webfont.woff2") format("woff2"), url("../fonts/hipstelvetica/hipstelvetica_ultralight-webfont.woff") format("woff"), url("../fonts/hipstelvetica/hipstelvetica_ultralight-webfont.ttf") format("truetype"), url("../fonts/hipstelvetica/hipstelvetica_ultralight-webfont.svg#hipstelveticaultralight") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
  font-size: 14px;
  color: #777777;
  font-weight: 300;
  position: relative;
}
body.home:after {
  background-color: #dddddd;
  z-index: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 750px;
}
a {
  color: #e6ae03;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
p {
  margin-bottom: 20px;
}
iframe {
  border: 0;
  width: 100%;
}
a,
a:focus,
a:hover,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  box-shadow: none;
  text-decoration: none;
  outline: 0 none;
}
a:focus,
a:hover {
  color: #e6ae03;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
abbr[title] {
  font-style: italic;
}
abbr[title] a {
  color: ;
}
blockquote {
  border-left-color: #e6ae03;
  border-left-width: 3px;
  font-style: italic;
  line-height: 30px;
  margin-left: 20px;
  padding-bottom: 12px;
  padding-top: 6px;
}
.list-none {
  margin: 0;
  padding: 0;
  list-style: none;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear {
  *zoom: 1;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
/**
 *  Remove box-shadow
 *  and border radious from i device
 **/
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
/**
 *  Reset input fields opacity
 *
 **/
::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}
:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: inherit;
}
::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: inherit;
}
:-ms-input-placeholder {
  opacity: 1;
  color: #aaa;
}
.display-table {
  display: table;
  vertical-align: middle;
}
.display-tablecell {
  display: table-cell;
  vertical-align: middle;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.section {
  padding-top: 62.5px;
  padding-bottom: 62.5px;
}
.top-only {
  padding-top: 62.5px;
}
.bottom-only {
  padding-bottom: 62.5px;
}
.top-full {
  padding-top: 35px;
}
.bottom-full {
  padding-bottom: 125px;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
header,
footer,
section {
  position: relative;
  z-index: 2;
}
.section-head {
  font-family: "Roboto", sans-serif;
  position: relative;
  text-align: center;
}
.section-head h2 {
  color: #333333;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.section-head.white h2 {
  color: #ffffff;
}
.section-head .separator {
  background-color: #e1e1e1;
  display: block;
  height: 2px;
  margin: 0 auto 44px;
  width: 90px;
}
.section-head p {
  border-bottom: 1px solid #d3d3d1;
  font-weight: 100;
  color: #878682;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 70px;
  padding-bottom: 37px;
}
.sub-heading {
  position: relative;
  padding-left: 30px;
}
.sub-heading:before {
  background-color: #e1e1e1;
  content: "";
  height: 100%;
  left: -16px;
  position: absolute;
  top: 0;
  width: 2px;
}
.section-title {
  color: #ffffff;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.section-title:before {
  background-color: #959595;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -35px;
  position: absolute;
  width: 70px;
}
.section-title h2 {
  font-family: hipstelveticaultralight;
  font-size: 60px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.icon-btn {
  color: #ffffff;
  display: inline-block;
}
.icon-btn:hover {
  color: #ffffff;
}
.icon-btn:hover i {
  background-color: #e6ae03;
}
.icon-btn:hover span {
  background-color: #1c1c1c;
}
.icon-btn i {
  background-color: #373737;
  float: left;
  font-size: 38px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.icon-btn span {
  background-color: #666666;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  line-height: 60px;
  min-height: 60px;
  min-width: 158px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.alignleft {
  float: left;
  margin: 11px 20px 0 0;
}
.alignright {
  float: right;
  margin: 11px 0 0 20px;
}
.aligncenter {
  float: none;
  margin: 20px 0;
}
.wp-caption-text {
  color: #b2b2b1;
  margin: 15px 15px 0;
}
.quote-half {
  width: 50%;
}
.quote-left {
  float: left;
}
.quote-right {
  float: right;
}
.parallax {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.parallax .overlay {
  background-color: rgba(51, 51, 51, 0.75);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* =================================== */
/*  Color Switcher
/* =================================== */
.preview-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-left: 0;
  color: #333;
  display: block;
  left: 0px;
  position: fixed;
  top: 130px;
  width: 260px;
  z-index: 200;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.preview-wrapper.extend {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.switcher-head {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  height: 46px;
  line-height: 46px;
  position: relative;
}
.switcher-head span {
  border-bottom: 2px solid #eee;
  display: block;
  margin: 0 20px;
}
.switcher-trigger {
  background-color: #fff;
  border: 1px solid #ddd;
  border-left: 0;
  cursor: pointer;
  font-size: 20px;
  height: 48px;
  left: auto;
  line-height: 46px;
  position: absolute;
  right: -48px;
  text-align: center;
  top: -1px;
  width: 48px;
}
.switcher-body {
  padding: 20px;
  position: relative;
}
.switcher-body h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
.color-options {
  margin-bottom: 30px;
}
.color-options li {
  display: inline-block;
  background-color: #e6ae03;
  height: 30px;
  margin-bottom: 10px;
  margin-right: 6px;
  text-indent: -9999em;
  width: 30px;
  cursor: pointer;
}
.color-options li.c1 {
  background-color: #4682b4;
}
.color-options li.c2 {
  background-color: #66cdaa;
}
.color-options li.c3 {
  background-color: #ff6347;
}
.color-options li.c4 {
  background-color: #ffd600;
}
.color-options li.c5 {
  background-color: #a0ce4e;
}
.color-options li.c6 {
  background-color: #e9967a;
}
.color-options li.c7 {
  background-color: #1abc9c;
}
.color-options li.c8 {
  background-color: #9b59b6;
}
.color-options li.c9 {
  background-color: #34495e;
}
.color-options li.c10 {
  background-color: #e67e22;
}
.color-options li.c11 {
  background-color: #c0392b;
}
.color-options li.c12 {
  background-color: #336E7B;
}
.color-options li.c13 {
  background-color: #3A539B;
}
.color-options li.c14 {
  background-color: #019875;
}
.pattern-options li {
  font-family: "Roboto", sans-serif;
  border: 1px solid #cccccc;
  cursor: pointer;
  float: left;
  height: 40px;
  margin: 0 10px 10px 0;
  text-transform: capitalize;
  width: 50px;
}
.pattern-options li:last-child {
  border: 0 none;
  height: auto;
  padding-top: 8px;
  width: auto;
}
.pattern-options li img {
  width: 100%;
  height: 100%;
}
/*==============================================
    Site Header
===============================================*/
.site-header {
  background-color: #ffffff;
  position: relative;
  z-index: 30;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.site-header.navbar-fixed-top {
  background-color: transparent;
  box-shadow: none;
  position: fixed;
}
.site-header .navbar-nav > li {
  position: relative;
}
.site-header .navbar-nav > li > a {
  color: #959595;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 120px;
  padding: 0 20px;
  text-transform: uppercase;
  z-index: 1;
}
.site-header .navbar-nav > li > a:hover,
.site-header .navbar-nav > li > a.active {
  color: #e6ae03;
}
.site-header .navbar-header {
  left: 0;
  position: absolute;
  top: 61%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-header .navbar-brand {
/*  height: auto;*/
  padding: 0;
}
.site-header .navbar-brand img {
  position: relative;
  top: -4px;
  width: 400px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.site-header.on .navbar-nav > li > a {
  line-height: 70px;
}
.site-header.on .navbar-brand img {
  top: -7px;
}
.header2 .navbar-brand img {
  top: 0;
}
.header-top {
  background-color: #353535;
  font-family: "Roboto", sans-serif;
  padding: 7px 0;
}
.header-top .support p {
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.header-top .support p a {
  color: rgba(255, 255, 255, 0.5);
}
.header-top .support p a:hover {
  color: #e6ae03;
}
.header-top .social-link li {
  display: inline-block;
}
.header-top .social-link li a {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  padding: 0 5px;
}
.header-top .social-link li a:hover {
  color: #ffffff;
}
.site-logo .logo {
  display: block;
  text-align: center;
}
.center-nav {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.center-nav .navbar-nav {
  display: block;
  float: none;
  text-align: center;
}
.center-nav .navbar-nav > li {
  display: inline-block;
  float: none;
}
.center-nav .navbar-nav > li > a {
  color: #858585;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 26px 20px;
}
.center-nav .sub-menu {
  text-align: left;
}
.center-nav .sub-menu li a {
  color: #e4e4e4;
  font-weight: 700;
}
.sticky .center-nav {
  background-color: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.sticky .navbar-nav > li > a {
  color: #777777;
}
.sticky .navbar-nav > li > a.active {
  color: #e6ae03;
}
.borders {
  position: relative;
  top: 110px;
  z-index: 10;
}
.borders .container {
  position: relative;
}
.borders .border {
  background-color: #fff;
  position: absolute;
  display: block;
}
.borders .border:first-child,
.borders .border:last-child {
  height: 170px;
  left: 0;
  top: 50%;
  width: 1px;
}
.borders .border:nth-child(2),
.borders .border:nth-child(3) {
  height: 1px;
  left: 0;
  margin-top: -0.5px;
  top: 50%;
  width: 134px;
}
.borders .border:nth-child(3),
.borders .border:last-child {
  left: auto;
  right: 0;
}
.borders.bottom {
  bottom: 312px;
  position: absolute;
  top: auto;
  width: 100%;
}
.borders.bottom .border:first-child,
.borders.bottom .border:last-child {
  bottom: 0;
  top: auto;
}
.borders.bottom .border:last-child {
  height: 280px;
}
.sub-menu {
  background-color: #333333;
  border-top: 2px solid #e6ae03;
  list-style: none;
  padding: 0 0 5px;
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  right: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  width: 220px;
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.sub-menu > li > a {
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: uppercase;
}
.sub-menu > li:hover a {
  background-color: #e6ae03;
}
.navbar-nav > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-inner {
  position: relative;
}
.if-has-search .navbar-collapse {
  margin-right: 34px;
}
.header-search {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: -webkit-calc(100% - 169px);
  width: calc(100% - 169px);
  display: flex;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.header-search .toggle {
  background-color: transparent;
  border: 1px solid #a9a9a9;
  border-radius: 2px;
  height: 41px;
  line-height: 39px;
  margin: -20px 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 41px;
  text-align: center;
  color: #a9a9a9;
  font-size: 16px;
  padding: 0;
}
.header-search .sclose {
  display: none;
  font-size: 41px;
  position: relative;
  text-align: center;
  top: -2px;
}
.header-search .search-field {
  border: 0 none;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  width: 95%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.if-has-search.active .header-search {
  background-color: #fff;
  z-index: 20;
}
.if-has-search.active .search-field {
  font-size: 24px;
  line-height: 40px;
  opacity: 1;
  padding-left: 30px;
  visibility: visible;
}
.if-has-search.active .toggle i {
  display: none;
}
.if-has-search.active .toggle .sclose {
  display: inline-block;
}
.sticky-header.on {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 110;
}
/*==============================================
    Site Banner
===============================================*/
.site-banner {
  position: relative;
  z-index: 10;
  clear: both;
}
.home-slider .item {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-slider .item .container {
  height: 500px;
  position: relative;
}
.home-slider .item img {
  margin-bottom: 12px;
  width: auto;
}
.home-slider .item1 {
  background-position: center 0;
}
.home-slider .item2,
.home-slider .item3 {
  background-position: right 0;
  background-size: auto auto;
}
.slider-content {
  position: absolute;
  left: 15px;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.item1 .slider-content h2, .item2 .slider-content h2, .item3 .slider-content h2 {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
  padding: 16px 29px 23px 28px;
}
/*.item2 .slider-content h2,
.item3 .slider-content h2 {
  color: #a7a6a6;
  font-family: "Poiret One", cursive;
  font-size: 110px;
  font-weight: 900;
  line-height: 100px;
  margin-bottom: 40px;
}
.item2 .slider-content h3,
.item3 .slider-content h3 {
  font-family: "Raleway", sans-serif;
  color: #333333;
  font-size: 36px;
  line-height: 42px;
  font-weight: 100;
}*/
.btn-theme-color {
  background-color: #e6ae03;
  border-radius: 0;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 900;
  margin: 15px 0 0;
  padding: 13px 28px 13px 29px;
  text-transform: uppercase;
}
/* ----- home slider controls ---------*/
.home-slider .owl-controls .owl-prev,
.home-slider .owl-controls .owl-next {
  background-color: transparent;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  width: 50px;
  height: 95px;
  font-size: 42px;
  line-height: 95px;
  position: absolute;
  top: 50%;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.home-slider .owl-controls .owl-prev {
  left: 0;
}
.home-slider .owl-controls .owl-next {
  right: 0;
}
.home-slider:hover .owl-prev,
.home-slider:hover .owl-next {
  opacity: 1;
}
.home-slider:hover .owl-prev:hover,
.home-slider:hover .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
/* index 2 */
.banner-img {
  height: 750px;
}
.banner-img img {
  display: block;
  height: auto;
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: 30%;
  -webkit-transform: translateX(-50%) translateY(-41%);
  -moz-transform: translateX(-50%) translateY(-41%);
  -ms-transform: translateX(-50%) translateY(-41%);
  -o-transform: translateX(-50%) translateY(-41%);
  transform: translateX(-50%) translateY(-41%);
}
.banner-img img:last-child {
  top: 100%;
}
.banner-text {
  padding-top: 270px;
  z-index: 12;
}
.banner-text h2 {
  color: #ffffff;
  font-family: "hipstelveticalight";
  font-size: 200px;
  text-shadow: 0.5px 0.866px 7px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
.banner-text h3 {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  color: #acacac;
  display: inline-block;
  font-family: "Tulpen One",cursive;
  font-size: 60px;
  letter-spacing: 5px;
  margin-top: 20px;
  text-transform: uppercase;
}
/*==============================================
    Service- wrap
===============================================*/
.service-wrap {
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.service-wrap .service-icon {
  border-radius: 50%;
  color: #e6ae03;
  font-size: 48px;
  height: 98px;
  line-height: 98px;
  margin: 0 auto 42px;
  position: relative;
  width: 98px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.service-wrap .service-icon:before {
  background-color: rgba(230, 174, 3, 0.1);
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.service-wrap .service-icon:after {
  border: 1px solid #e6ae03;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.service-wrap:hover .service-icon:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.service-wrap:hover .service-icon:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.service-wrap .service-desc {
  border-bottom: 2px solid #eaeaea;
}
.service-wrap h3 {
  color: #393c3f;
  line-height: 30px;
  margin-bottom: 12px;
}
.service-wrap p {
  font-size: 16px;
  color: #7f8488;
  line-height: 28px;
  margin-bottom: 34px;
}
/*==============================================
    Intro
===============================================*/
.intro-top {
  background-color: #e6ae03;
}
.intro-top .intro-text {
  background-color: transparent;
}
.intro-top .intro-text h2,
.intro-top .intro-text p {
  color: #ffffff;
}
.intro-text {
  background-color: #ecebeb;
  padding: 55px 70px;
}
.intro-text h2 {
  font-family: "Poiret One", cursive;
  color: #333333;
  font-size: 60px;
  margin-bottom: 16px;
}
.intro-text p {
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}
.intro-thumb {
  padding: 0;
}
.intro-thumb img {
  height: 100%;
  width: 100%;
}
/*==============================================
    Team
===============================================*/
.team-mate {
  border: 1px solid #e1e0e0;
  padding: 25px 25px 15px 15px;
}
.team-mate:hover .member-thumb:before,
.team-mate:hover .member-thumb:after {
  background-color: #e6ae03;
}
.member-thumb {
  position: relative;
}
.member-thumb:before,
.member-thumb:after {
  background-color: #1c1c1c;
  content: "";
  height: 10px;
  position: absolute;
  right: 0;
  top: -10px;
  width: 159px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.member-thumb:after {
  width: 10px;
  height: 154px;
  right: -10px;
  top: -10px;
}
.member-thumb img {
  width: 100%;
}
.member-info {
  background-color: #333333;
  margin-top: 1px;
}
.social-profile {
  position: relative;
}
.social-profile > span {
  background-color: #1c1c1c;
  border-right: 1px solid;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 16px;
  height: 45px;
  position: relative;
  line-height: 45px;
  text-align: center;
  width: 45px;
  z-index: 10;
}
.social-profile > span:hover + .social-links {
  width: 100%;
}
.social-links {
  background-color: #333333;
  left: 0;
  overflow: hidden;
  padding-left: 45px;
  position: absolute;
  white-space: nowrap;
  width: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.social-links:hover {
  width: 100%;
}
.social-links li {
  display: inline-block;
}
.social-links li a {
  color: #ffffff;
  display: block;
  line-height: 45px;
  text-align: center;
  width: 45px;
}
.social-links li a:hover {
  background-color: #1c1c1c;
}
.member-name {
  padding-left: 45px;
  text-align: center;
}
.member-name h4 {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  padding-top: 15px;
  text-transform: uppercase;
}
/*! Gray v1.4.5 (https://github.com/karlhorky/gray) | MIT */
.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  filter: gray;
}
.grayscale-half {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0.8);
  -moz-filter: grayscale(0.8);
  -ms-filter: grayscale(0.8);
  -o-filter: grayscale(0.8);
  filter: grayscale(0.8);
  filter: gray;
}
.grayscale-half.grayscale-fade,
.grayscale.grayscale-fade {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale-half.grayscale-fade,
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter 0.5s;
    transition: -webkit-filter 0.5s;
  }
}
.grayscale.grayscale-off,
.grayscale-half.grayscale-fade:hover,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/* Background element */
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter: none;
}
.grayscale.grayscale-replaced > svg {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  opacity: 1;
}
.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}
/*==============================================
    Works
===============================================*/
/* Portfolio filter */
.portfolio-filter {
  margin: 0 0 50px;
}
.portfolio-filter li a {
  border: 1px solid transparent;
  color: #777;
  display: block;
  font-size: 16px;
  line-height: normal;
  padding: 6px 12px;
  text-transform: uppercase;
}
.portfolio-filter li a:hover {
  color: #e6ae03;
}
.portfolio-filter li a.active {
  border-color: #e6ae03;
  color: #e6ae03;
}
.creative-item {
  position: relative;
}
.creative-item img {
  width: 100%;
}
.creative-item .caption {
  bottom: -100%;
  opacity: 0;
  position: absolute;
  right: 15px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.creative-item .caption li {
  display: inline-block;
}
.creative-item .caption li a {
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 1.5px;
  text-align: center;
  color: #777777;
  display: block;
  font-size: 15.6px;
  line-height: 39px;
  width: 39px;
}
.creative-item .caption li a:hover {
  background-color: #e6ae03;
  border-color: #ffffff;
  color: #ffffff;
}
.creative-item .caption h4 {
  bottom: 13px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
.creative-item:hover .caption {
  bottom: 75%;
  opacity: 1;
}
.mfp-bg.white-bg {
  background-color: #ffffff;
  opacity: 1;
}
.popup-wrapper {
  padding: 45px 0;
}
.popup-wrapper .post-media {
  margin-bottom: 30px;
}
.popup-wrapper .post-media img {
  width: 100%;
}
.project-info h3 {
  color: #333333;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.project-details {
  font-family: "Roboto", sans-serif;
}
.project-details p {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.project-details p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.project-details p span {
  font-weight: 700;
}
/*==============================================
    Services
===============================================*/
.text-block {
  margin-bottom: 55px;
}
.text-block h2 {
  color: #323232;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.text-block p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 24px;
}
.service-block .service-icon {
  background-color: #faf8f8;
  color: #e6ae03;
  font-size: 60px;
  position: relative;
  min-height: 252px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.service-block .service-icon i {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.service-block .service-desc {
  background-color: #efefef;
  padding: 35px;
  position: relative;
  font-weight: 300;
}
.service-block .service-desc:before {
  border: 1px solid transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.service-block .service-desc h2 {
  font-family: "Poiret One", cursive;
  color: #333333;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 13px;
}
.service-block .service-desc p {
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}
.service-block:hover .service-icon {
  background-color: #373737;
  color: #676767;
}
.service-block:hover .service-desc:before {
  border-color: #d4d4d4;
}
/*==============================================
    Pricing
===============================================*/
.price-table:hover .price-head {
  background-color: #e6ae03;
}
.price-table:hover .price-head h2 {
  color: #ffffff;
}
.price-table:hover .price-head h2 strong {
  color: #333333;
}
.price-table:hover .icon-btn i {
  background-color: #e6ae03;
}
.price-table:hover .icon-btn span {
  background-color: #373737;
}
.price-head {
  background-color: #eeeeee;
  padding: 18px 47px 19px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.price-head h2 {
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 49px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.price-head h2 strong {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.price-head h2 span {
  font-size: 24px;
  margin-left: -10px;
}
.price-body {
  font-family: "Roboto", sans-serif;
  padding-left: 50px;
  padding-top: 70px;
}
.price-body p {
  margin-bottom: 24px;
  padding-right: 65px;
}
.price-body ul {
  position: relative;
  padding-bottom: 55px;
}
.price-body ul:before {
  background-color: #373737;
  bottom: 0;
  content: "";
  height: 2px;
  left: 3px;
  position: absolute;
  width: 31px;
}
.price-body li {
  line-height: 40px;
}
.price-foot {
  background-color: #eeeeee;
  margin-top: 60px;
  padding: 40px 0;
}
/*==============================================
    Twitter Feed
===============================================*/
.tweet-wrapper {
  position: relative;
}
.tweet-wrapper .twitter-follow {
  border: 1px solid;
  color: #ffffff;
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  padding: 14px 15px;
/*  position: absolute;*/
text-align:center;
height: 60px;
vertical-align:center;
  right: 5px;
  text-transform: uppercase;
  top: -13px;
  z-index: 999;
}
.tweet-wrapper .twitter-follow:hover {
  background-color: #e6ae03;
  border-color: #e6ae03;
}
.twitter-item {
  display: table;
  width: 100%;
}
.twitter-item > div {
  display: table-cell;
  vertical-align: top;
}
.twitter-item .twitter-pic {
  padding-right: 20px;
}
.twitter-item .twitter-pic img {
  width: auto;
}
.twitter-item .author-name {
  font-size: 18px;
  margin-right: 10px;
}
.twitter-item .author-username {
  font-size: 13px;
}
.twitter-item .tweet-content {
  color: #ffffff;
  font-weight: 400;
  position: relative;
  top: -5px;
}
.twitter-item .tweet-content a {
  font-weight: 400 !important;
}
.twitter-item .tweet-content a:hover {
  color: #ffffff;
}
.twitter-item .tweet-content span {
  display: inline-block;
}
.twitter-item .tweet-content .tweet-time {
  float: left;
}
.twitter-feed .owl-dots {
  text-align: center;
  margin-top: 15px;
}
.twitter-feed .owl-dots .owl-dot {
  background-color: #000;
  border-radius: 50px;
  display: inline-block;
  height: 12px;
  margin: 0 2px;
  opacity: 0.5;
  width: 12px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.twitter-feed .owl-dots .owl-dot:hover {
  opacity: 1;
}
.twitter-feed .owl-dots .owl-dot.active {
  background-color: #e6ae03;
  opacity: 1;
}
/*==============================================
    NewsBlock
===============================================*/
.news-row {
  position: relative;
}
.news-heading {
  margin-bottom: 30px;
}
.news-heading h2 {
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.news-block {
  background-color: #eeeeee;
  position: relative;
}
.news-block:before {
  border: 1px solid transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.news-block:hover:before {
  border-color: #cccccc;
}
.news-block .post-entry {
  border-bottom: 0 none;
  margin-bottom: 0;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.news-block h2 {
  color: #333333;
  font-family: "Poiret One", cursive;
  margin-bottom: 20px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}
.news-block p {
  font-family: "Roboto", sans-serif;
}
.news-block .icon-btn {
  margin-left: -30px;
  padding-top: 10px;
}
.news-block .icon-btn span {
  min-width: 198px;
  font-size: 16px;
}
.news-block .post-thumb img {
  width: 100%;
}
.more-posts {
  bottom: -9px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.more-posts a {
  color: #999;
  display: inline-block;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
}
.more-posts a:hover {
  color: #e6ae03;
}
/*==============================================
    Brand Carousel
===============================================*/
.brands {
  margin-top: 30px;
}
.brands .item {
  height: 100px;
  position: relative;
}
.brands .item img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
/*==============================================
    Contact
===============================================*/
.contact-info {
  font-family: "Roboto", sans-serif;
  color: #333333;
  font-size: 16px;
}
.contact-info a {
  color: #333333;
}
.contact-info a:hover {
  color: #e6ae03;
}
.contact-info img {
  margin-bottom: 22px;
}
.contact-info span {
  display: block;
  margin-bottom: 25px;
}
.contact-info p {
  font-weight: 700;
}
.contact-info p i {
  margin-right: 12px;
}
.contact-form {
  margin-top: -28px;
}
.contact-form .form-group {
  margin: 28px 0 0;
}
.form-group label.error {
  color: #ff0000;
  display: block;
  font-weight: 400;
  line-height: normal;
  margin: 8px 0 0;
}
.input-field {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #777777;
  height: 52px;
  padding: 1px 0 0;
  text-indent: 20px;
  width: 100%;
}
textarea.input-field {
  text-indent: 0;
  height: 248px;
  padding: 13px 20px 20px;
  resize: vertical;
}
.cf-submit input {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #777777;
  display: inline-block;
  margin-top: 25px;
  padding: 9px 29px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cf-submit input:hover {
  background-color: #333333;
  color: #ffffff;
}
.msg-success,
.msg-failed {
  display: none;
  font-size: 20px;
  font-weight: 700;
  left: 15px;
  letter-spacing: 1px;
  position: relative;
/*  top: -37px;*/
top: -100px;

}
/*==============================================
    Google Map
===============================================*/
.map-wrapper {
  background-color: #e6ae03;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.map-wrapper a, .map-wrapper span {
  color: #ffffff;
  display: inline-block;
  padding: 35px 0;
  font-weight: 300;
  position: relative;
}
.map-wrapper a i {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.map-wrapper a:hover {
  padding: 35px 0 50px;
}
.map-wrapper a:hover i {
  top: 60%;
  opacity: 1;
}
.map-toggle .fa-angle-down.up:before {
  content: "\f106";
}
#map-canvas {
  background-color: #f1f1f1;
  display: none;
  height: 350px;
  width: 100%;
}
/*==============================================
    Footer
===============================================*/
.footer-top {
  background: url("../img/patterns/footer.png") repeat scroll 0 0 transparent;
  padding: 100px 0;
  position: relative;
}
.footer-top:after {
  background-color: #f1f1f1;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}
.ft-content {
  position: relative;
  z-index: 10;
}
.ft-content a {
  display: inline-block;
}
.ft-content p {
  font-family: "Poiret One", cursive;
  font-size: 16px;
  margin-bottom: 16px;
  color: #424242;
}
.footer-social {
  margin-top: 35px;
}
.footer-social li a {
  color: #424242;
  font-size: 20px;
}
.footer-social li a:hover {
  color: #ffffff;
}
.site-footer {
  background-color: #222222;
  border-top: 1px solid #303030;
  padding: 42px 0;
  text-transform: uppercase;
}
.site-footer .copyright {
  font-family: "Poiret One", cursive;
  font-size: 15px;
  color: #757575;
}
.site-footer .copyright span a {
  color: #f3f3f3;
}
.site-footer .copyright span a:hover {
  color: #e6ae03;
}
.site-footer .credit a {
  font-weight: 700;
}
.site-footer .credit a:hover {
  text-decoration: underline;
}
.go-top {
  background-color: #444;
  bottom: 111px;
  opacity: 0.4;
  display: none;
  font-size: 26px;
  height: 45px;
  line-height: 45px;
  position: fixed;
  right: 75px;
  text-align: center;
  width: 45px;
  z-index: 90;
}
.go-top:hover {
  opacity: 1;
}
/*==============================================
    Privacy
===============================================*/
.privacy h2 {
  margin-bottom: 20px;
}
/*==============================================
    404 error
===============================================*/
.error404 {
  color: #000;
}
.error404 h3 {
  font-weight: 100;
  font-size: 42px;
  margin: 91px 0 24px;
}
.error-title h2 {
  font-size: 140px;
  font-weight: 700;
  margin-bottom: 30px;
}
.error-title h2 img {
  max-width: 50%;
}
.error404 p {
  font-size: 25px;
  line-height: 45px;
  margin-bottom: 0;
}
.error404 p a {
  color: #777777;
  display: inline-block;
  font-size: 40px;
  margin-top: 30px;
}
.error404 p a:hover {
  color: #e6ae03;
}
/*==============================================
    Coming Soon
===============================================*/
.top-left {
  background-color: #eee;
  padding: 58.5px 30px;
}
.top-left img {
  float: left;
  padding-right: 30px;
}
.top-left p {
  color: #333333;
  font-size: 35px;
  line-height: 45px;
  margin: 12px 0 0;
}
.launch-date {
  background-color: #e6ae03;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  height: 311px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.launch-date i {
  color: #e6ae03;
  font-size: 80px;
  left: -25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.launch-date span {
  display: block;
  font-size: 30px;
  font-weight: 300;
  line-height: normal;
}
.launch-date strong {
  font-size: 200px;
  font-weight: 800;
  line-height: 180px;
}
.launch-date p {
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.countdown-wrapper {
  background-color: #333;
  height: 100%;
  height: 311px;
  position: relative;
  text-align: center;
  width: 100%;
}
.countdown-wrapper .timer {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.countdown-wrapper .timer li {
  padding: 0 15px;
}
.countdown-wrapper .timer li span:first-child {
  display: block;
  font-size: 88px;
  font-weight: 300;
  line-height: 80px;
}
.countdown-wrapper .timer li span:last-child {
  color: #e6ae03;
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  margin-top: 15px;
}
.mailchimp-form {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  background-color: #e6ae03;
  padding: 30px;
}
.mailchimp-form p {
  font-size: 16px;
  margin-bottom: 25px;
}
.mailchimp-form h3,
.contact-info h3 {
  margin-bottom: 30px;
}
.mc-field-group .input-field {
  border-color: #ffffff;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
}
.cf-submit .button {
  border-color: #ffffff;
  color: #ffffff;
  margin-top: 15px;
}
.cf-submit .button:hover {
  border-color: #333333;
}
.bottom-right {
  background-color: #eee;
  padding: 30px;
}
.bottom-right p {
  margin-bottom: 5px;
  font-weight: 400;
}
.bottom-right p:last-child {
  margin-bottom: 0;
}
.bottom-right .footer-social {
  margin-top: 20px;
}
/*======================================================
    Typhography
========================================================*/
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6,
.typography p {
  font-weight: 300;
  margin-bottom: 20px;
}
.highlight-text {
  background-color: #e6ae03;
  padding: 0 5px 1px;
  color: #fff;
}
.table-typography {
  margin-bottom: 50px;
}
.html-tags {
  margin-top: 30px;
}
/*Latin Caracter set */
.caracter-set {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-left: 1px solid rgba(51, 51, 51, 0.1);
}
.caracter-set th,
.caracter-set td {
  font-family: serif;
  font-size: 25px;
  padding: 15px 20px;
  font-weight: normal;
  text-align: center;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
.caracter-set td {
  border-width: 0 1px 1px 0;
}
/*==============================================
    Blog page
===============================================*/
.blog-banner {
  background-color: #eeeeee;
  padding: 51px 0 52px;
  margin-bottom: 120px;
}
.blog-banner h1 {
  color: #bdbaba;
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 4px;
}
.blog-banner p {
  margin-bottom: 0;
  font-weight: 500;
}
.post-wrapper,
.widget-area {
  margin-bottom: 80px;
}
.entry-post {
  border-bottom: 1px solid #ededed;
  margin-bottom: 60px;
  padding-bottom: 10px;
}
.entry-post:last-child {
  margin-bottom: 0;
}
.entry-post .post-media {
  margin-bottom: 33px;
}
.entry-post .post-media img {
  max-width: 100%;
  height: auto;
  display: block;
}
.entry-post .post-meta {
  display: table;
  width: 100%;
  margin-bottom: 28px;
}
.entry-post .post-title {
  display: table-cell;
  text-transform: uppercase;
}
.entry-post .post-title a {
  color: #000;
}
.entry-post .post-title a:hover {
  color: #e6ae03;
}
.entry-post .post-title span {
  display: inline-block;
  letter-spacing: 3.6px;
  margin-bottom: 7px;
}
.entry-post .post-title h3 {
  font-weight: 700;
  text-transform: uppercase;
}
.entry-post .datetime {
  display: table-cell;
  text-align: right;
  vertical-align: bottom;
}
.entry-post .post-excerpt h3 {
  font-weight: 700;
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
}
.post-excerpt img {
  width: 100%;
}
.post-media.embed,
.post-media.link-post {
  background-color: #eee;
  padding: 30px 0;
}
.post-media.link-post {
  text-align: center;
  font-size: 18px;
}
.post-media.link-post a {
  display: inline-block;
  color: #333333;
  word-wrap: break-word;
}
.post-media.link-post a:hover {
  color: #e6ae03;
  text-decoration: underline;
}
.post-media .twitter-tweet {
  margin: 0 auto;
}
.post-media .fb_iframe_widget {
  display: block;
  text-align: center;
}
.post-media .owl-nav > div {
  display: inline-block !important;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  font-size: 42px;
  height: 94px;
  line-height: 94px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 49px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-media .owl-nav .owl-prev {
  border-left: 0 none;
  left: 0;
}
.post-media .owl-nav .owl-next {
  border-right: 0 none;
  right: 0;
}
.post-media:hover .owl-nav > div {
  opacity: 1;
}
.post-footer {
  display: table;
  width: 100%;
}
.post-footer > * {
  display: table-cell;
  vertical-align: middle;
}
.post-footer .read-more a {
  font-style: italic;
  font-weight: 700;
  color: #444;
}
.post-footer .read-more a:hover {
  color: #e6ae03;
}
.dropcap {
  background-color: #e6ae03;
  color: #ffffff;
  float: left;
  font-size: 25px;
  line-height: 35px;
  margin-right: 10px;
  padding: 3px 13px 5px;
}
.share-icon li {
  padding: 0;
}
.share-icon li a {
  border: 1px solid;
  border-radius: 2px;
  color: #ccc;
  display: inline-block;
  height: 29px;
  line-height: 28px;
  text-align: center;
  width: 29px;
}
.share-icon li a:hover {
  background-color: #e6ae03;
  border-color: #e6ae03;
  color: #ffffff;
}
.post-pagination {
  position: relative;
}
.post-pagination li {
  padding: 0 3.5px;
}
.post-pagination li a {
  border: 1px solid #777777;
  display: block;
  height: 14px;
  text-indent: -9999em;
  width: 14px;
  -webkit-transform: rotate(45deg) translateY(5px) translateX(5px);
  -moz-transform: rotate(45deg) translateY(5px) translateX(5px);
  -ms-transform: rotate(45deg) translateY(5px) translateX(5px);
  -o-transform: rotate(45deg) translateY(5px) translateX(5px);
  transform: rotate(45deg) translateY(5px) translateX(5px);
}
.post-pagination li a:hover,
.post-pagination li.active a {
  background-color: #e6ae03;
  border-color: #e6ae03;
}
.post-pagination span {
  background-color: #eee;
  font-size: 18px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-pagination .prev-post {
  right: 27px;
}
/*==============================================
    Blog Widgets
===============================================*/
.widget {
  margin-bottom: 39px;
}
.widget h4 {
  background-color: #eee;
  border-radius: 4px;
  color: #777;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 13px 0;
  text-align: center;
  text-transform: uppercase;
}
.widget:last-child {
  margin-bottom: 0;
}
/*---------------- Search --------------*/
.search-widget {
  position: relative;
}
.search-widget .input-field {
  height: 42px;
  padding-right: 45px;
  border-color: #eee;
}
.search-widget button {
  background-color: transparent;
  border: 0 none;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  border-left: 1px solid #eee;
}
/*---------------- about me --------------*/
.about-me {
  text-align: center;
}
.about-me img {
  border: 1px solid #eee;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.about-me p {
  margin-bottom: 8px;
}
.about-me span {
  color: #444;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 12px;
}
/*---------------- instafeed --------------*/
.social-feed {
  margin: -5px;
}
.social-feed li {
  float: left;
  margin: 5px;
  width: 30%;
  /* fallback if needed */
  width: -webkit-calc(33% - 9px);
  width: calc(33% - 9px);
}
.social-feed li a {
  display: block;
}
.social-feed li img {
  width: 100%;
}
#lightcase-case .lightcase-info {
  width: 100%;
}
#lightcase-case .lightcase-sequenceInfo {
  float: right;
}
/*---------------- advertise --------------*/
.advertise img {
  margin: 0 auto;
}
/*---------------- categories --------------*/
.border-anim li {
  position: relative;
}
.border-anim li:before,
.border-anim li:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  background-color: #eee;
  height: 1px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.border-anim li:after {
  height: 0;
  left: auto;
  right: 0;
  width: 1px;
}
.border-anim li:hover:before {
  width: 100%;
}
.border-anim li:hover:after {
  height: 100%;
}
.categories li a {
  color: #999;
  display: block;
  margin-bottom: 2px;
  padding-bottom: 4px;
}
.categories li a:hover {
  color: #e6ae03;
}
/*---------------- widget-posts --------------*/
.widget-posts li {
  display: table;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.widget-posts li > * {
  display: table-cell;
  vertical-align: top;
}
.widget-posts li:last-child {
  margin-bottom: 0;
}
.widget-posts li .post-thumb {
  padding-right: 30px;
}
.widget-posts li .post-excrpt a {
  color: #444;
  display: inline-block;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
}
.widget-posts li .post-excrpt a:hover {
  color: #e6ae03;
}
.widget-posts li .post-excrpt p {
  margin-bottom: 2px;
}
/*---------------- tag-cloud --------------*/
.tag-cloud a {
  border: 1px solid #eee;
  color: #444;
  display: inline-block;
  line-height: normal;
  margin-bottom: 5px;
  padding: 6px 15px;
  text-transform: uppercase;
}
.tag-cloud a:hover {
  background-color: #eee;
}
/*---------------- Search --------------*/
/*==============================================
    Blog Single comments
===============================================*/
/* single page post author */
.comments-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
}
.post-author .media-left {
  padding-right: 30px;
}
.post-author .media-heading {
  margin-bottom: 10px;
}
.post-author li a {
  border: 1px solid #d7d7d7;
  border-radius: 30px;
  color: #c7c7c7;
  display: inline-block;
  height: 30px;
  text-align: center;
  width: 30px;
}
.post-author li a:hover {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.comments-post {
  padding-bottom: 0;
}
.comment_author_thumb {
  float: left;
  width: 70px;
}
.single_comment {
  border-top: 1px solid #ededed;
  margin: 25px 0 0;
  padding: 25px 0 0;
}
.single_comment .single_comment {
  margin-left: 100px;
}
.comment_author_thumb a {
  display: block;
}
.comment_author_thumb img:hover {
  opacity: 0.8;
}
.comment_info {
  margin: 10px 0 30px 90px;
}
.comment_info h4 {
  color: #333333;
  text-shadow: none;
}
.comment_info h4 a:not(.reply) {
  color: #777777;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.comment_info h4 a:not(.reply):hover {
  color: #e6ae03;
}
.comment_info h4 .reply {
  background-color: #ddd;
  border-radius: 2px;
  color: #333333;
  display: inline-block;
  float: right;
  font-size: 13px;
  margin-top: -3px;
  padding: 5px 11px 6px;
  text-decoration: none;
}
.comment_info h4 .reply:hover {
  background-color: #e6ae03;
  color: #ffffff;
}
.comment_info p a {
  color: #b2b2b1;
  display: inline-block;
  text-decoration: underline;
}
.comment_form {
  padding-top: 40px;
}
.comment_form h3 {
  border-bottom: 1px solid #ededed;
  color: #000;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-weight: 700;
}
/*==============================================
    Elements
===============================================*/
/* tab elements */
.tab-default {
  background-color: #f5f5f5;
  padding: 50px 70px 70px;
  position: relative;
  margin-top: 29px;
}
.tab-default .tab-navs {
  left: 80px;
  position: absolute;
  top: -30px;
}
.tab-default .tab-pane {
  font-size: 18px;
  line-height: 30px;
}
.tab-default .tab-pane .continue {
  color: #777777;
  display: inline-block;
  font-size: 14px;
}
.tab-default .tab-pane .continue:hover {
  color: #e6ae03;
}
.tab-navs li {
  float: left;
}
.tab-navs li a {
  border-bottom: 1px solid transparent;
  color: #666;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 35px 11px;
  z-index: 12;
}
.tab-navs li:before {
  border-radius: 50px;
  bottom: 5px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
  content: "";
  height: 10px;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.tab-navs li.active:before {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out 0.4s;
  -moz-transition: all 0.4s ease-in-out 0.4s;
  -o-transition: all 0.4s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out 0.4s;
}
.tab-navs li.active {
  position: relative;
  z-index: 1;
}
.tab-navs li.active a {
  background-color: #f5f5f5;
  border-bottom-color: #e6ae03;
}
.tab-navs li:not(.active) a {
  margin-top: -11px;
}
/*------- Progress bars --------*/
.progress {
  background-color: #eeeeee;
  box-shadow: none;
  height: 50px;
  margin-bottom: 30px;
  overflow: visible;
}
.progress:last-child {
  margin-bottom: 0;
}
.progress.style2 {
  border-radius: 40px;
  height: 12px;
  margin-bottom: 60px;
}
.progress.style2 .progress-bar {
  border-radius: 40px;
  height: 10px;
  margin-top: 1px;
  margin-left: 1px;
}
.progress.style2 .progress-bar span {
  color: #e6ae03;
  top: 14px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.progress.style2 .progress-bar .progress-value {
  color: #1e1e1e;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.progress-bar {
  background-color: #e6ae03;
  box-shadow: none;
  position: relative;
  text-align: inherit;
}
.progress-bar span {
  font-size: 18px;
  font-weight: 700;
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.progress-bar .progress-value {
  left: auto;
  right: 20px;
}
/*------- Accordion --------*/
.progress-default {
  border: 1px solid #e7e7e7;
  padding: 96px 40px;
}
.panel-default {
  border: 0 none !important;
  box-shadow: none;
}
.panel-default .panel-heading {
  background-color: transparent;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  padding: 13px 15px 14px 60px;
}
.panel-default .panel-heading.active {
  border-bottom: 0 none;
  border-color: #999999;
}
.panel-default .panel-heading.active h4 {
  color: #e6ae03;
}
.panel-default .panel-heading.active h4:before {
  background-color: #e6ae03;
}
.panel-default .panel-heading.active + .panel-collapse {
  border: 1px solid #999999;
  border-top: 0;
}
.panel-default .panel-heading.active i:before {
  content: "\f106";
}
.panel-default .panel-heading i {
  font-size: 24px;
  left: -41px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.panel-default .panel-body {
  border-top: 0 !important;
  padding-top: 33px;
}
.panel-default .panel-body p:last-child {
  margin-bottom: 0;
}
.panel-title {
  color: #666;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.panel-title:before {
  background-color: transparent;
  bottom: -14px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
}
/*--------- Serivces ---------*/
.service-item {
  text-align: center;
}
.service-item .service-icon {
  background-color: #e7e7e7;
  border-radius: 3px;
  color: #555;
  font-size: 48px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto 74px;
  text-align: center;
  width: 100px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.service-item .service-icon:before {
  background-color: #444;
  bottom: -14px;
  content: "";
  height: 2px;
  left: 100%;
  margin-left: -10px;
  position: absolute;
  width: 48px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.service-item .service-icon i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.service-item:hover .service-img:after {
  background-color: #e6ae03;
}
.service-item:hover .service-icon {
  background-color: #444444;
  color: #ffffff;
}
.service-item h3 {
  color: #666;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.service-item p {
  margin-bottom: 0;
}
/*------------- Service two / img icon service ----------*/
.service-img {
  margin-bottom: 80px;
  position: relative;
}
.service-img:after {
  background-color: #444;
  bottom: -42px;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -24px;
  position: absolute;
  width: 48px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/*------------- list style ----------*/
.list-style li {
  color: #444;
  border-bottom: 1px solid #fff;
  padding: 10px 20px 12px;
}
.list-style li:before {
  color: #e6ae03;
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
}
.list-one li:before {
  content: "\f105";
  margin-right: 9px;
}
.list-two li:before {
  content: "\f101";
  margin-right: 9px;
}
.list-three li:before {
  content: "\f061";
  margin-right: 9px;
}
.list-four li:before {
  content: "\f0a9";
  margin-right: 9px;
}
.list-bg li {
  background-color: #f3f3f3;
}
.gray-border li {
  border-bottom-color: #e7e7e7;
}
/*------------- Buttons ----------*/
.btn-group .btn-sprw {
  margin-right: 25px;
}
.btn-group .btn-sprw:last-child {
  margin-right: 0;
}
.btn-sprw {
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  padding: 13px 25px 12px 74px;
  position: relative;
  text-transform: uppercase;
}
.btn-sprw i {
  border-radius: 3px;
  box-shadow: 4px 0 6px -5px rgba(0, 0, 0, 0.75);
  height: 49px;
  left: 1px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 48px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-icon-dark {
  background-color: #444444;
}
.btn-icon-dark:hover {
  color: #ffffff;
}
.btn-icon-dark:hover i {
  background-color: #ffffff;
  color: #444;
}
.btn-icon-theme {
  background-color: #e6ae03;
}
.btn-icon-theme:hover {
  color: #444;
}
.btn-icon-theme:hover i {
  background-color: #ffffff;
  color: #444;
}
.btn-icon-theme-bdr {
  background-color: transparent;
  border: 1px solid #e6ae03;
  padding: 12px 25px 11px 74px;
  color: #444;
}
.btn-icon-theme-bdr i {
  background-color: #e6ae03;
  border-radius: 2px;
  color: #fff;
  left: 0;
  top: 0;
  width: 50px;
}
.btn-icon-theme-bdr:hover {
  border-color: #444;
  color: #444;
}
.btn-icon-theme-bdr:hover i {
  background-color: #444;
}
.btn-icon-dark-bdr {
  background-color: transparent;
  border: 1px solid #444;
  padding: 12px 25px 11px 74px;
  color: #444;
}
.btn-icon-dark-bdr i {
  background-color: transparent;
  border-right: 1px solid #444;
  left: 0;
  top: 0;
}
.btn-icon-dark-bdr:hover {
  border-color: #e6ae03;
}
.btn-icon-dark-bdr:hover i {
  border-right-color: #e6ae03;
}
.btn-theme {
  background-color: #e6ae03;
  padding: 13px 50px 12px;
}
.btn-theme:hover {
  color: #444;
}
.btn-theme-border {
  background-color: transparent;
  border: 1px solid #e6ae03;
  padding: 13px 50px 12px;
  color: #444;
}
.btn-theme-border:hover {
  border-color: #444;
  color: #444;
}
/*==============================================
    Magnific Popup
===============================================*/
/* ====== Zoom effect ====== */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}




.service-block .service-desc {
    min-height: 252px;
}
.subrayado {
    border-bottom: 1px solid #d3d3d1;
    font-weight: bold;
    color: #878682;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 50px;
    padding-bottom: 20px;
}
h4 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight:normal;	
}

.item1 .slider-content h1, .item2 .slider-content h2, .item3 .slider-content h2  {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
  padding: 16px 29px 23px 28px;
}


