@import url(https://fonts.googleapis.com/css?family=Lato:400,900);
@import url(https://fonts.googleapis.com/css?family=Exo:300,500,700);
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

/********** SLIDERS **********/

* {
  margin: 0;
  padding: 0px;
}

html,
body {
  overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  margin: 30px 0 15px;
  font-weight: 300;
  text-transform: uppercase;
}

body {
  background: #ffffff;
  margin: 0;
  height: 100%;
  color: #384452;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo", sans-serif;
  font-weight: 300;
}

h1,
h2 {
  font-weight: 300;
}

h4 {
  margin-top: 30px;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #384452;
  margin-top: 10px;
}

h1 {
  font-size: 3em;
  line-height: 1.213483146em;
  font-weight: 300;
}

h1 small {
  font-size: 60%;
}

h1 .small {
  font-size: 60%;
}

.h1 {
  font-size: 3em;
  line-height: 1.213483146em;
  font-weight: 300;
}

h2 {
  font-size: 2em;
  line-height: 1.25;
  letter-spacing: 0.02em;
  margin: 0.4em 0;
  font-weight: 300;
  text-transform: uppercase;
}

h2 small {
  font-size: 60%;
}

h2 .small {
  font-size: 60%;
}

.h2 {
  font-size: 2em;
  line-height: 1.25;
  letter-spacing: 0.02em;
  margin: 0.4em 0;
  font-weight: 300;
  text-transform: uppercase;
}

h3 {
  font-size: 1.619047619em;
  line-height: 1.058823529em;
  margin-top: 1.05882353em;
  margin-bottom: 1.05882353em;
}

h3 small {
  font-size: 60%;
}

h3 .small {
  font-size: 60%;
}

.h3 {
  font-size: 1.619047619em;
  line-height: 1.058823529em;
  margin-top: 1.05882353em;
  margin-bottom: 1.05882353em;
}

h4 {
  font-size: 1.125em;
  line-height: 1.714285714em;
}

.h4 {
  font-size: 1.125em;
  line-height: 1.714285714em;
}

h5 {
  font-size: 1.2em;
}

p {
  font-size: 1em;
  line-height: 1.4737;
  font-weight: 400;
  margin: 0 0 0.75em;
}

ol,
ul {
  padding-left: 20px;
}

ol li,
ul li {
  line-height: 24px;
  font-size: 15px;
}

img {
  height: auto;
  max-width: 100%;
}

.label {
  font-size: 85%;
  font-weight: normal;
}

a {
  color: #1c354e;
  /* #b2c85f*/
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.4s linear, color 0.4s linear;
  -moz-transition: background-color 0.4s linear, color 0.4s linear;
  -o-transition: background-color 0.4s linear, color 0.4s linear;
  -ms-transition: background-color 0.4s linear, color 0.4s linear;
  transition: background-color 0.4s linear, color 0.4s linear;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #5b6d68;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #2b2e31;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #2b2e31;
}

.centered {
  text-align: center;
}

.grey {
  background: #eee;
}

pre {
  margin: 20px 0;
}

code {
  padding: 5px 10px;
  margin: 10px 0;
  display: block;
}

blockquote p {
  margin-top: 0;
}

.navbar {
  min-height: 70px;
  padding-top: 10px;
  margin-bottom: 0px;
}

ul.nav li.dropdown-toggle:hover > ul.dropdown-menu {
  display: block;
}

.navbar-brand {
  height: auto;
  padding: 0;
  margin-top: 10px;
  font-size: 18px;
  line-height: auto;
}

.navbar-brand img {
  width: auto;
  margin-top: -17px;
  margin-left: -55px;
}

@media only screen and (max-width: 767px) {
  .navbar-brand {
    height: auto;
    padding: 0;
    margin-top: 21px;
    font-size: 18px;
    line-height: auto;
    float: inherit;
  }
  .navbar-brand img {
    width: auto;
    margin-top: 10px;
    max-width: 75%;
    margin-left: 0px;
  }
}

.navbar-default .navbar-nav > li > a {
  color: white;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  /*margin-top: 13px;*/
}

.navbar-default .navbar-nav > li > a:hover {
  color: white;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: transparent;
  text-decoration: underline white 3px;
}

.navbar-default {
  background-color: #1c354e;
  border-color: transparent;
  font-weight: bold;
}

.dropdown-menu {
  background: white;
  border: none !important;
  padding-top: 10px;
  padding-bottom: 0;
  min-width: 215px;
}

.navbar-default .lang {
  margin-left: 5px;
}

.navbar-default .lang a {
  margin-left: 5px;
  padding-left: 10px;
}

.navbar-default .lang ul a {
  margin-left: 0;
}

.navbar-default .lang:before {
  content: "";
  height: 14px;
  width: 1px;
  float: left;
  position: relative;
  top: 18px;
  border-left: 1px solid #fff;
}

.navbar-default .lang .dropdown-menu {
  min-width: 40px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .lang-title {
    color: #fff;
    margin-top: 30px;
    padding: 10px;
    background: #5e6772;
  }
  .navbar-default .lang {
    margin-bottom: 20px;
  }
  .navbar-default .lang:before {
    content: none;
  }
  .navbar-default .lang,
  .navbar-default .lang a {
    margin-left: 0;
  }
}

.navbar-right .dropdown-menu {
  left: 0;
}

.dropdown-menu > li > a {
  color: black;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 20px;
  border-top: 1px solid #4d5d70;
}

.dropdown-menu > li:first-child > a {
  border-top: none;
}

.dropdown-menu > li > a:hover {
  color: white;
  background: #1c354e;
}

.dropdown-menu > li > a.active,
.dropdown-menu > .active > a {
  color: white;
  background: #1c354e !important;
}

.xform input[type="submit"],
.btn-theme {
  color: #fff;
  background-color: #1c354e;
  border-color: #1c354e;
  margin: 4px;
}

.xform input[type="submit"],
.xform input[type="submit"]:focus,
.xform input[type="submit"]:active,
.xform input[type="submit"].active,
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #1c354e;
  border-color: #1c354e;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus {
  color: #ffffff;
  background-color: #1c354e;
  border-color: #1c354e;
}

.dmbutton {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding-top: 1.025rem;
  padding-right: 2.25rem;
  letter-spacing: 0.85px;
  padding-bottom: 1.0875rem;
  padding-left: 2.25rem;
  font-size: 1.55rem;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  -webkit-appearance: none;
  font-weight: normal !important;
}

.mtb {
  margin-top: 80px;
  margin-bottom: 80px;
  min-height: calc(75vh - 40px);
}

.mb {
  margin-bottom: 60px;
}

.mt {
  margin-top: 60px;
}

.hline {
  border-bottom: 1px solid #1c354e;
  margin: 40px 0 20px;
}

.hline-w {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 25px;
}

#headerwrap {
  background-color: #b2c85f;
  min-height: 550px;
  padding-top: 100px;
  padding-bottom: 0px;
  text-align: center;
}

#headerwrap h3,
#headerwrap h5 {
  color: white;
}

#headerwrap h1 {
  color: white;
  margin-bottom: 25px;
}

#headerwrap .img-responsive {
  margin: 0 auto;
}

#service {
  margin-top: 100px;
  margin-bottom: 80px;
}

/* Iconsize */

.service .size2 .fa {
  font-size: 20px;
}

.service .size3 .fa {
  font-size: 26px;
}

.breadcrumb-wrapper {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb-wrapper .home_link {
  padding-left: 10px;
}

.rex-breadcrumb {
  display: inline-block;
  padding-left: 0px;
  margin-bottom: 0;
}

.rex-breadcrumb > li,
.breadcrumb-wrapper .home_link {
  display: inline-block;
}

.rex-breadcrumb > li + li:before,
.breadcrumb-wrapper .home_link:after {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb-wrapper .home_link:after {
  padding-left: 10px;
}

#service i {
  color: #b2c85f;
  font-size: 60px;
  padding: 15px;
}

#portfoliowrap {
  display: block;
  text-align: center;
}

#portfoliowrap h2,
#portfoliowrap h3 {
  padding-bottom: 30px;
}

#portfoliowrap.full.framed {
  padding-left: 30px;
  padding-right: 30px;
}

#portfoliowrap.normal.frameless .row {
  margin-left: 0;
  margin-right: 0;
}

.portfolio {
  display: block;
}

#portfoliowrap.framed .portfolio-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

#portfoliowrap.frameless .portfolio-item {
  padding-left: 0;
  padding-right: 0;
}

.portfolio-item .title:before {
  border-radius: 0;
  display: none;
}

.portfolio-item p {
  margin: 0px 0 30px;
}

.portfolio-item h3 {
  margin: -10px 0 10px;
  font-size: 16px;
  text-transform: uppercase;
}

.portfolio-item h3 {
  color: #fff;
  margin: 0;
  padding: 40px 5px 0;
  font-size: 16px;
  text-transform: uppercase;
}

.portfolio-item .dmbutton {
  display: inline-block;
  margin: 40px 5px 20px 5px;
  font-size: 13px;
}

.portfolio-item .bg {
  height: 100%;
  width: 100%;
  background-color: #b2c85f;
  background-color: rgba(56, 68, 82, 0.9);
  text-align: center;
}

.fullpicture {
  position: relative;
  background-color: #5b6d68;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: relative;
  background-position: center center;
  margin-top: 0px;
  padding-top: 60px;
  text-align: center;
  min-height: 400px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
}

.fullpicture .layer {
  background-color: #5b6d68;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 1;
}

.fullpicture .container {
  position: relative;
  z-index: 3;
}

.fullpicture .centered {
  position: relative;
  z-index: 2;
}

.fullpicture i {
  font-size: 50px;
  color: white;
  margin-bottom: 25px;
}

.fullpicture p {
  color: white;
  font-size: 15px;
  line-height: 30px;
}

.fullpicture h4 {
  color: #bfc9d3;
}

#cwrap {
  background: #f7f7f7;
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 100px;
}

#cwrap h3 {
  margin-bottom: 60px;
}

#sidenav_title {
  margin-top: 0;
}

.sidebar li a.rex-current {
  font-weight: bold;
}

#sidenav i {
  margin-right: 10px;
}

#sidenav {
  padding-left: 0;
  list-style-type: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

#sidenav li {
  padding: 2px 0;
}

#sidenav li a {
  text-transform: uppercase;
  font-weight: 500;
  color: #384452;
}

#sidenav li a:hover,
#sidenav li.active a {
  color: #b2c85f;
}

#sidenav li.active li a {
  color: #384452;
}

#sidenav li li a:hover,
#sidenav li li.active a {
  color: #bfc9d3;
}

#sidenav ul {
  margin-left: 15px;
  padding-top: 5px;
  padding-left: 20px;
  padding-bottom: 15px;
}

#sidenav ul li a {
  text-transform: none;
  font-weight: 300;
  color: #384452;
}

#footerwrap {
  padding-top: 20px;
  padding-bottom: 10px;
  background: #1c354e;
  font-family: arial, "licuda console", sans-serif;
}

#footerwrap .row {
  margin-right: -30px;
  margin-left: -30px;
}

#footerwrap .col-md-4 {
  padding-left: 30px;
  padding-right: 30px;
  width: 500px;
  max-width: 500px;
}

#footerwrap h4 {
  color: #000000;
}

#footerwrap p {
  color: #ffffff;
}

#footerwrap li {
  list-style-type: disc;
  color: #ffffff;
  display: inline;
  padding: 10px;
  font-weight: bold;
}

#footerwrap a {
  color: #ffffff;
}

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

#footerwrap li.active a {
  color: #ffffff;
}

#footerwrap .social-links a {
  margin-right: 20px;
}

#footerwrap i {
  font-size: 15px;
  color: #ffffff;
  padding-right: 5px;
}

#footerwrap i:hover {
  color: #ffffff;
}

.slider {
  position: relative;
}

.slider .slides li {
  position: relative;
}

.slider.small-controls .flex-direction-nav a {
  margin-top: -20px;
}

.slider.small-controls .flex-control-nav {
  display: none;
}

.hero-slider {
  margin-top: -80px;
  padding: 0px;
  position: relative;
}

.hero-slider .slides {
  overflow: hidden;
  height: 80vh;
}

.hero-slider .slides li {
  height: 650px;
  position: relative;
  background-size: cover !important;
}

.hero-slider .slides li .row {
  position: relative;
  z-index: 2;
}

.hero-slider .slides li h3 {
  font-size: 30px;
}

.hero-slider .slides li h2 {
  line-height: 1;
  margin-bottom: 33px;
  padding-bottom: 7px;
}

.hero-slider .slides li h1 {
  line-height: 1;
  font-size: 60px;
  margin-bottom: 33px;
}

@media (max-width: 767px) {
  .hero-slider .slides li h1 {
    line-height: 1;
    font-size: 30px;
    margin-bottom: 33px;
    padding: 0 0 0 0;
    /*Hero Slider changes*/
  }
}

.work-slider {
  margin-top: 28px;
}

.work-slider .slides li {
  height: 400px;
}

.slides li .fadeUp {
  opacity: 0;
}

.slides li {
  position: relative;
  color: #fff;
}

.slides li p,
.slides li a {
  color: #fff;
}

.slides li .slide-content {
  position: relative;
  z-index: 3;
}

.slides li h1,
.slides li p {
  padding-left: 100px;
  padding-right: 100px;
}

.slides li .overlay {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 2;
}

.slides li .btn-theme {
  border: none;
  background-color: #1c354e;
  color: #fff;
}

.slides li .btn-theme:hover,
.slides li .btn-theme:focus,
.slides li .btn-theme:active,
.slides li .btn-theme.active {
  background-color: #1c354e;
  color: #fff;
}

.hero-slider .slides li .slide-content img {
  max-height: 500px;
}

.hero-slider .flex-direction-nav a {
  height: 60px;
  width: 60px;
  font-size: 0;
}

.hero-slider .flex-direction-nav a:before {
  position: absolute;
  font-size: 40px;
  display: block;
  top: 15px;
  left: 23px !important;
  right: auto !important;
}

.hero-slider .flex-direction-nav a.flex-prev:before {
  left: 20px !important;
}

@media all and (max-width: 1100px) {
  .hero-slider .slides li .slide-content img {
    max-height: 300px;
  }
}

.background-breathe {
  -webkit-animation: burnsIn 16s ease infinite alternate;
  -moz-animation: burnsIn 16s ease infinite alternate;
  animation: burnsIn 16s ease infinite alternate;
}

.background-breathe .slide-content {
  -webkit-animation: burnsOut 16s ease infinite alternate;
  animation: burnsOut 16s ease infinite alternate;
  -moz-animation: burnsOut 16s ease infinite alternate;
  position: relative;
  top: 30px;
}

@-webkit-keyframes burnsIn {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
  }
}

@-webkit-keyframes burnsOut {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
  }
}

@-moz-keyframes burnsIn {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes burnsOut {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
  }
}

@keyframes burnsIn {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
  }
}

@keyframes burnsOut {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
  }
}

#headerpic {
  position: relative;
  background: #1c354e;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: relative;
  background-position: center center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
}

#headerpic .layer {
  background-color: #1c354e;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 2;
}

#headerpic h3 {
  position: relative;
  text-transform: uppercase;
  z-index: 3;
  color: white;
  display: inline;
  font-weight: 300;
  letter-spacing: 0.3em;
  border-bottom: 2px solid #fff;
}

.ctitle {
  color: #b2c85f;
  font-weight: 700;
  margin-bottom: 15px;
}

csmall {
  font-size: 12px;
  color: #b3b3b3;
}

csmall2 {
  font-size: 12px;
  color: #f39c12;
}

.spacing {
  margin-top: 40px;
  margin-bottom: 40px;
}

.badge-theme {
  background: #b2c85f;
}

.pictext h2,
.pictext h3 {
  margin-bottom: 25px;
}

.pictext img {
  border: 1px solid #ccc;
}

.downloads h3 {
  margin-bottom: 25px;
}

.downloads i.fa {
  margin-right: 10px;
  font-size: 18px;
  position: relative;
  top: 2px;
}

downloads a i.fa {
  color: #5b6d68;
}

downloads a:hover i.fa {
  color: #b2c85f;
}

#contactwrap {
  margin-top: -60px;
  padding-top: 0px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 400px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.comments {
  padding-top: 10px;
  margin-top: 50px;
  border-top: 2px solid #bfc9d3;
}

.comments h2 {
  font-size: 24px;
  padding-bottom: 30px;
}

#commentList li {
  margin-top: 30px;
  margin-bottom: 30px;
}

#commentList li::after {
  content: "";
  display: block;
  background: #bfc9d3;
  width: 100%;
  height: 1px;
  margin-left: -20px;
}

.board h1 {
  font-size: 24px;
}

.board h2 {
  font-size: 20px;
}

.parallax {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
}

.teaser h2 {
  margin-top: 0;
}

.teaser .hline {
  margin-top: 30px;
  margin-bottom: 40px;
}

table {
  border-top: 1px solid #ccc;
  margin-top: 50px;
  width: 100%;
}

table tr {
  border-bottom: 1px solid #ccc;
}

table th {
  vertical-align: top;
  min-width: 200px;
  padding: 20px 0;
  border-top: 1px solid #5b6d68;
  border-bottom: 1px solid #5b6d68;
  text-transform: uppercase;
}

table td {
  vertical-align: top;
  padding: 20px 0;
}

.board table h2 {
  margin-top: 0;
  font-size: 18px;
}

.accordion .title {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion .content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.accordion li.active .content {
  max-height: 400px;
}

.accordion p:last-child {
  margin-bottom: 0;
}

.accordion-1 li {
  margin-bottom: 10px;
  display: block !important;
}

.accordion-1 li:last-child {
  margin-bottom: 0;
}

.accordion-1 .title {
  background: #f5f5f5;
  padding: 13px 23px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.bg-secondary .accordion-1 .title {
  background: #2d4f6d;
}

.bg-secondary .accordion-1 .title:hover {
  background: #2d4f6d;
}

.accordion-1 .title span {
  font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

.accordion-1 .active .title {
  background: #2d4f6d;
  color: #fff;
}

.accordion-1 .content {
  border: 1px solid #eee;
  border-top: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}

.accordion-1 .content p {
  padding: 13px;
}

.accordion-1 .active .content {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
}

.accordion-1 .title:hover {
  color: #2d4f6d;
  background: #dce7f0;
}

.accordion-1 .active .title:hover {
  color: #fff;
  background: #3c6991;
}

.accordion-2 li {
  display: block !important;
}

.accordion-2 .title {
  font-size: 16px;
  font-weight: 500;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0.7;
}

.accordion-2 .title:before {
  content: "\f067";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 10px;
  margin-right: 10px;
}

.accordion-2 .active .title {
  opacity: 1;
  color: #2d4f6d;
}

.accordion-2 .active .title:before {
  content: "\f068";
}

.accordion-2 .content p,
.accordion-2 .content ul,
.accordion-2 .content ol {
  padding: 16px 0;
}

.accordion-2 .title:hover {
  opacity: 1;
  color: #2d4f6d;
}

.tabs {
  overflow: hidden;
}

.tabs ul.tabs {
  padding-top: 20px;
}

.tabs ul.tabs,
.tabs ul.content {
  padding-left: 0;
}

.tabs li {
  display: inline-block;
  cursor: pointer;
}

.tabs.thirds {
  width: 100%;
}

.tabs.thirds li {
  width: 33.3333333%;
}

.tabs.thirds .tab-title {
  width: 100%;
}

.button-tabs .tabs {
  display: inline-block;
  overflow: hidden;
}

.button-tabs .tabs > li {
  margin-bottom: 8px;
  float: left;
}

.button-tabs .tabs > li:last-child {
  margin-right: 0;
}

.button-tabs .tab-title {
  padding: 13px;
  display: inline-block;
  text-align: center;
  min-width: 150px;
  background: #e0e4e6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.bg-secondary .button-tabs .tab-title {
  background: #eee;
}

.button-tabs .tab-title span {
  font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

.button-tabs .active .tab-title {
  background: #2d4f6d;
  color: #fff;
}

.button-tabs .tab-title:hover {
  background: #c7d2d8;
}

.button-tabs .active .tab-title:hover {
  background: #2d4f6d;
}

.button-tabs.vertical {
  overflow: hidden;
}

.button-tabs.vertical > .tabs {
  width: 30%;
  float: left;
}

.button-tabs.vertical > .content {
  padding-left: 3%;
  width: 70%;
  float: right;
}

.button-tabs.vertical > .tabs li,
.button-tabs.vertical .tab-title {
  width: 100%;
}

.button-tabs.vertical > .tabs li {
  margin-bottom: 10px;
}

.bg-dark .button-tabs .tab-title span {
  color: #222;
}

@media all and (max-width: 767px) {
  .button-tabs .tabs li {
    width: 49%;
    margin-bottom: 15px;
  }
  .button-tabs.vertical .tabs,
  .button-tabs.vertical .content {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
}

.tabbed-content .content > li {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  display: none;
}

.tabbed-content .content .active {
  opacity: 1;
  visibility: visible;
  display: block;
}

.text-tabs .tabs {
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
  overflow: visible;
}

.text-tabs.no-border .tabs {
  border-bottom: none;
}

.text-tabs .tab-title {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 0 24px;
  opacity: 0.5;
  position: relative;
}

.text-tabs .tab-title span {
  font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

.text-tabs .tab-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #91a05c;
  bottom: 10px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  bottom: -17px;
  left: 0;
}

.text-tabs .active .tab-title {
  opacity: 1;
  color: #2d4f6d;
}

.bg-primary .text-tabs .tab-title:after {
  background: #2d4f6d;
}

.text-tabs .active .tab-title:after {
  opacity: 1;
}

.text-tabs .tab-title:hover {
  opacity: 1;
}

@media all and (max-width: 767px) {
  .text-tabs .tabs {
    padding-bottom: 0;
  }
  .text-tabs .tabs li {
    width: 49%;
    margin-bottom: 15px;
  }
  .text-tabs .tab-title:after {
    display: none;
  }
  .text-tabs:not(.text-center) .tabs li:first-child .tab-title {
    padding-left: 24px;
  }
}

.icon-tabs .tabs li {
  width: 24.5%;
  margin-bottom: 24px;
}

.icon-tabs .tab-title {
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0.5;
}

.icon-tabs .tab-title:hover {
  opacity: 1;
}

.icon-tabs .active .tab-title {
  color: #91a05c;
  opacity: 1;
}

.icon-tabs .active .tab-title i {
  color: #91a05c;
}

.image-bg .icon-tabs .active .tab-title i {
  color: #fff;
}

.icon-tabs .tab-title i {
  display: block;
  margin-bottom: 16px;
}

.icon-tabs .tab-title span {
  font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

@media all and (max-width: 1199px) {
  .sidebar {
    clear: both;
  }
  .teaser .image-deco {
    margin-bottom: 20px;
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .container > .navbar-header {
    margin-bottom: 10px;
  }
  .navbar-brand {
    margin-left: 15px;
  }
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
  }
  .navbar-default .navbar-collapse {
    border: none;
  }
  .navbar-collapse {
    max-height: none;
  }
  .navbar-fixed-top {
    position: static;
  }
  .dropdown-menu {
    box-shadow: none;
    position: relative;
    display: block;
    float: none;
    padding-top: 8;
    padding-bottom: 8px;
    list-style-type: disc;
  }
  .navbar-default .dropdown-toggle a {
    border-bottom: 1px solid #5e6772;
  }
  .navbar-default .dropdown-menu li a,
  .navbar-default .dropdown-toggle:last-child a {
    border-bottom: none;
  }
  .dropdown-menu {
    margin-left: 0;
    /*padding-left: 30px;*/
  }
  .dropdown-menu > li {
    color: #fff;
    list-style-type: disc;
    list-style-position: outside;
  }
  .dropdown-menu > li > a {
    border: none;
    padding: 6px 0;
  }
  .dropdown-menu > li > a:hover {
    background: none;
  }
  .icon-tabs .tabs li {
    margin-bottom: 16px;
    margin-right: 0;
    width: 49%;
  }
  .icon-tabs .tab-title i {
    font-size: 32px;
  }
  .mtb {
    margin-bottom: 40px;
    margin-top: 0px;
  }
  .hero-slider {
    margin-top: 0px;
  }
  #footerwrap .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .parallax {
    background-attachment: scroll !important;
  }
}

html {
  font-size: 14px;
}

@media (min-width: 36em) {
  body {
    font-size: 110%;
  }
}

@media (min-width: 58em) {
  body {
    font-size: 120%;
  }
  body p,
  body .wrapper li {
    font-size: 1.143em;
  }
  body p.short,
  body .wrapper li.short {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  body p.large,
  body .wrapper li.large {
    font-size: 1.3em;
  }
}

@media (min-width: 115em) {
  body {
    font-size: 125%;
  }
}

@media (min-width: 125em) {
  body {
    font-size: 130%;
  }
}

@media (min-width: 145em) {
  body {
    font-size: 140%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    font-feature-settings: normal;
  }
}

.title {
  text-align: center;
  margin-bottom: 50px;
}

.title p {
  color: #777;
}

.text-gray {
  color: #777;
}

.quotes {
  position: relative;
  margin: 0 auto;
}

.quotes .large:before {
  position: absolute;
  font-size: 40px;
  font-family: sans-serif;
  color: #777;
  line-height: 0;
  content: "\201C";
  left: -10px;
  top: 5px;
}

.quotes .large:after {
  position: absolute;
  font-size: 40px;
  font-family: sans-serif;
  color: #777;
  line-height: 0;
  content: "\201D";
  right: -10px;
  bottom: -10px;
}

.quotes .author {
  max-width: 760px;
  margin: 0 90px;
  text-align: center;
  font-style: italic;
  position: relative;
  top: -6px;
}

.separator-container {
  text-align: center;
  position: relative;
}

.separator-container .separator {
  color: #1c354e;
  margin: 0 auto 1em;
  width: 11em;
}

.separator-container .separator.line-separator:before {
  display: block;
  width: 40%;
  content: " ";
  margin-top: 10px;
  border: 1px solid white;
  float: left;
}

.separator-container .separator.line-separator:after {
  display: block;
  width: 40%;
  content: " ";
  margin-top: 10px;
  border: 1px solid white;
  float: right;
}

*::selection {
  background: #1c354e;
  color: #fff;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

.animated {
  animation-duration: 5s;
  animation-fill-mode: both;
}

.loading {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1032;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.loading.hide {
  display: none;
}

.loading .loading-container {
  z-index: 1033;
  display: block;
  position: relative;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading .loading-container p {
  font-size: 30px;
  margin-bottom: 30px;
}

.loading .loading-container .bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

.loading .loading-container .bounce .child {
  width: 20px;
  height: 20px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bounce 1.4s ease-in-out 0s infinite both;
  animation: bounce 1.4s ease-in-out 0s infinite both;
}

.loading .loading-container .bounce .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loading .loading-container .bounce .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.gradient-image {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.gradient-image:after {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  content: "";
  background: linear-gradient(
    to bottom,
    #fff 0,
    rgba(255, 255, 255, 0.95) 22%,
    rgba(255, 255, 255, 0.9) 30%,
    rgba(255, 255, 255, 0.7) 65%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

.btn-black {
  background-color: #434547;
  border-color: #434547;
  color: #fff !important;
  opacity: 1;
  line-height: 1em;
  position: relative;
  padding: 16px 44px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-black i {
  position: absolute;
  top: 14px;
  right: 0.25em;
  opacity: 0;
  transition: all 150ms ease-out;
}

.btn-black:hover {
  background-color: #343434;
  border-color: #343434;
  color: #fff;
  padding: 16px 54px 16px 34px;
}

.btn-black:hover i {
  right: 26px;
  opacity: 1;
}

.btn-black:focus {
  background-color: #343434;
  border-color: #343434;
  color: #fff;
  padding: 16px 54px 16px 34px;
}

.btn-black:focus i {
  right: 26px;
  opacity: 1;
}

.btn-arrow {
  padding-right: 25px;
}

.btn-arrow:hover {
  padding-right: 34px;
}

.btn-arrow:hover:after {
  opacity: 1;
}

.btn-arrow:hover:focus {
  opacity: 1;
}

.btn-arrow:active {
  padding-right: 34px;
}

.btn-arrow:after {
  opacity: 0;
  content: "\f061";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 0 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.list-logos img {
  width: 250px;
  margin: 0 auto;
  display: block;
  z-index: 1;
  position: absolute;
}

.list-logos img.mono {
  opacity: 1;
  z-index: 2;
}

.list-logos img.mono:hover {
  opacity: 0;
}

.list-logos a img.mono {
  transition: all 150ms linear;
}

.section-clients-3 .nbs-flexisel-inner:before {
  position: absolute;
  top: 0;
  width: 6%;
  height: 50px;
  display: block;
  content: "";
  z-index: 3;
  background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='$left-color', endColorstr='$right-color', GradientType=1);
  left: 0;
}

.section-clients-3 .nbs-flexisel-inner:after {
  position: absolute;
  top: 0;
  width: 6%;
  height: 50px;
  display: block;
  content: "";
  z-index: 3;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='$left-color', endColorstr='$right-color', GradientType=1);
  right: 0;
}

.section-clients-3 .nbs-flexisel-nav-left {
  font-size: 30px;
}

.section-clients-3 .nbs-flexisel-nav-right {
  font-size: 30px;
}

.section-clients-3 #clients-carousel li {
  position: relative;
}

.section-clients-3 #clients-carousel li img {
  width: 50%;
  cursor: pointer;
  position: relative;
  margin: 0;
  max-height: 50px;
  max-width: 200px;
}

.section-clients-3 #clients-carousel li img:first-child {
  transition: all 150ms linear;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 2;
}

.section-clients-3 #clients-carousel li img:first-child:hover {
  opacity: 0;
}

.project-content {
  position: fixed;
  z-index: 1;
  color: #fff;
  pointer-events: none;
  background-color: rgba(51, 51, 51, 0);
  transition: all 400ms 50ms cubic-bezier(0.7, 0, 0.3, 1);
}

.project-content .icon-close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
  display: block;
  width: 72px;
  height: 52px;
  cursor: pointer;
  opacity: 0;
}

.project-content .icon-close i {
  transition: all 150ms linear;
  font-size: 50px;
}

.project-content .icon-close:hover {
  color: #c5a47e;
}

.project-content .icon-close:hover i {
  transform: rotate(90deg);
}

.project-content.scroll {
  overflow-y: auto;
}

.project-content.has-background {
  background: #343434;
}

.project-content > div {
  visibility: hidden;
  height: 0;
  transition: all 100ms 0ms cubic-bezier(0.7, 0, 0.3, 1);
}

.project-content > div .project-details {
  margin: 0 auto;
  transition: opacity 0.1s;
  perspective: 300px;
  transition-delay: 300ms;
}

.project-details p {
  color: #fff;
}

.project-content > div .project-details .container {
  position: relative;
  z-index: 2;
  margin-top: 5em;
}

.project-content > div .project-details .project-title {
  text-align: center;
  max-width: 768px;
  margin: 0 auto 75px;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.2s, transform 0.2s;
}

.project-content > div .project-details .project-title .full-image {
  height: 400px;
}

.project-content > div .project-details .project-title h5 {
  color: #9a9a9a;
}

.project-content > div .project-details .project-image {
  position: relative;
  width: 100%;
  max-height: 380px;
  margin-bottom: 30px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.2s, transform 0.2s;
}

.project-content > div .project-details .project-image img {
  width: 100%;
  height: auto;
}

.project-content > div .project-details .product .project-image {
  max-height: inherit;
  width: 100%;
}

.project-content > div .project-details .product .project-image img {
  width: 100%;
  height: auto;
}

.project-content > div .project-details .product .project-text.text-right {
  text-align: right;
  float: right;
}

.project-content > div .project-details .product .project-text p {
  margin-top: 50px;
}

.project-content > div .project-details .project-text {
  opacity: 0;
  transform: translateY(-20px);
  transition: background-color 0.25s, opacity 0.25s 0s, transform 0.25s 0s;
}

.project-content > div .project-details .project-text h3 {
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1.2em;
  letter-spacing: 1px;
}

.project-content > div .project-details .project-text h3 span {
  color: #c5a47e;
  font-size: 150%;
}

.project-content > div .project-details .project-text p {
  color: #e3e3e3;
  line-height: 1.4;
  font-size: 1em;
}

.project-content > div .project-details .project-text p span {
  width: 17%;
  margin-right: 3%;
  text-transform: uppercase;
  color: #9a9a9a;
  letter-spacing: 2px;
  font-weight: 300;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.project-content > div .project-details .article .project-image {
  width: 50%;
  margin: 0 40px 40px 0;
  float: left;
}

.project-content.open {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  pointer-events: auto;
  transition: all 400ms 500ms cubic-bezier(0.7, 0, 0.3, 1);
}

.project-content.open > div {
  visibility: visible;
  height: auto;
  opacity: 1;
  transition: all 0ms 1000ms cubic-bezier(0.7, 0, 0.3, 1);
}

.project-content.open > div .project-details {
  position: relative;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.1s;
  transition-delay: 1.2s;
}

.project-content.open > div .project-details .project-title {
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(0px);
  transition-delay: 1.3s;
}

.project-content.open > div .project-details .project-image {
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(0px);
  transition-delay: 1.3s;
  /*padding-bottom: 640px;*/
}

.project-content.open > div .project-details .project-text {
  opacity: 1;
  transition: opacity 0.2s, transform 0.2s;
  transform: translateY(0px);
  transition-delay: 1.5s;
}

.project-content.open .icon-close {
  transition: opacity 0.1s;
  transition-delay: 1.2s;
  opacity: 1;
}

@media (min-width: 992px) {
  .section-we-made-1 .row {
    margin: 0;
  }
  .section-we-made-1 .row [class^="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .section-we-made-2 .scroll-area {
    width: 70%;
    height: 100%;
    position: relative;
    margin: 0 auto;
  }
  .section-we-made-2 .projects {
    width: 100%;
    display: block;
    margin: 0;
    overflow: hidden;
  }
  .section-we-made-2 .projects .row {
    width: 2500px;
    margin: 0;
    position: relative;
  }
  .section-we-made-2 .projects .row.scroller [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .section-we-made-2 .projects .row.scroller [class^="col-"] .project {
    margin-bottom: 50px;
    height: 400px;
  }
  .section-we-made-2 .projects .row.scroller.scroller-portrait .project {
    height: 550px;
  }
  .section-we-made-2 .projects .project-description p {
    color: #777;
    display: inline;
  }
  .title.add-animation h5 {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s;
    transition: all 0.3s ease-out 0s;
  }
  .title.add-animation h2 {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s;
    transition: all 0.3s ease-out 0.15s;
  }
  .title.add-animation .separator-container {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s;
    transition: all 0.3s ease-out 0.3s;
  }
  .title.add-animation p {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s;
    transition: all 0.3s ease-out 0.45s;
  }
  .title.add-animation.animate h5 {
    transform: translate3D(0px, 0, 0);
    opacity: 1;
  }
  .title.add-animation.animate h2 {
    transform: translate3D(0px, 0, 0);
    opacity: 1;
  }
  .title.add-animation.animate .separator-container {
    transform: translate3D(0px, 0, 0);
    opacity: 1;
  }
  .title.add-animation.animate p {
    transform: translate3D(0px, 0, 0);
    opacity: 1;
  }
  .card.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s;
  }
  .card.add-animation.animation-1 {
    transition: all 0.3s ease-out 0s;
  }
  .card.add-animation.animation-2 {
    transition: all 0.3s ease-out 0.15s;
  }
  .card.add-animation.animation-3 {
    transition: all 0.3s ease-out 0.3s;
  }
  .card.add-animation.animation-4 {
    transition: all 0.3s ease-out 0.45s;
  }
  .card.add-animation.animate {
    transform: translate3D(0px, 0, 0);
    opacity: 1;
  }
  .card.add-animation.animate.open {
    transform: none;
    transition: none;
  }
  .list-logos .logo.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s;
  }
  .list-logos .logo.add-animation.animation-1 {
    transition: all 0.3s ease-out 0s;
  }
  .list-logos .logo.add-animation.animation-2 {
    transition: all 0.3s ease-out 0.15s;
  }
  .list-logos .logo.add-animation.animation-3 {
    transition: all 0.3s ease-out 0.3s;
  }
  .list-logos .logo.add-animation.animation-4 {
    transition: all 0.3s ease-out 0.45s;
  }
  .list-logos .logo.add-animation.animate {
    transform: translate3D(0px, 0, 0);
    opacity: 1;
  }
  .list-logos .logo.add-animation.animate.open {
    transform: none;
    transition: none;
  }
  .project.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s;
  }
  .project.add-animation.animation-1 {
    transition: all 0.3s ease-out 0s;
  }
  .project.add-animation.animation-2 {
    transition: all 0.3s ease-out 0.15s;
  }
  .project.add-animation.animation-3 {
    transition: all 0.3s ease-out 0.3s;
  }
  .project.add-animation.animation-4 {
    transition: all 0.3s ease-out 0.45s;
  }
  .project.add-animation.animate {
    transform: translate3D(0px, 0, 0);
    opacity: 1;
  }
  .project.add-animation.animate.open {
    transform: none;
    transition: none;
  }
  .projects .info.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s;
  }
  .projects .info.add-animation.animation-1 {
    transition: all 0.3s ease-out 0s;
  }
  .projects .info.add-animation.animation-2 {
    transition: all 0.3s ease-out 0.15s;
  }
  .projects .info.add-animation.animation-3 {
    transition: all 0.3s ease-out 0.3s;
  }
  .projects .info.add-animation.animation-4 {
    transition: all 0.3s ease-out 0.45s;
  }
  .projects .info.add-animation.animate {
    transform: translate3D(0px, 0, 0);
    opacity: 1;
  }
  .projects .info.add-animation.animate.open {
    transform: none;
    transition: none;
  }
  .tab-content.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s;
  }
  .tab-content.add-animation.animation-1 {
    transition: all 0.3s ease-out 0s;
  }
  .tab-content.add-animation.animation-2 {
    transition: all 0.3s ease-out 0.15s;
  }
  .tab-content.add-animation.animation-3 {
    transition: all 0.3s ease-out 0.3s;
  }
  .tab-content.add-animation.animation-4 {
    transition: all 0.3s ease-out 0.45s;
  }
  .tab-content.add-animation.animate {
    transform: translate3D(0px, 0, 0);
    opacity: 1;
  }
  .tab-content.add-animation.animate.open {
    transform: none;
    transition: none;
  }
  .nav.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s;
  }
  .nav.add-animation.animation-1 {
    transition: all 0.3s ease-out 0s;
  }
  .nav.add-animation.animation-2 {
    transition: all 0.3s ease-out 0.15s;
  }
  .nav.add-animation.animation-3 {
    transition: all 0.3s ease-out 0.3s;
  }
  .nav.add-animation.animation-4 {
    transition: all 0.3s ease-out 0.45s;
  }
  .nav.add-animation.animate {
    transform: translate3D(0px, 0, 0);
    opacity: 1;
  }
  .nav.add-animation.animate.open {
    transform: none;
    transition: none;
  }
  .team .member.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s;
  }
  .team .member.add-animation.animation-1 {
    transition: all 0.3s ease-out 0s;
  }
  .team .member.add-animation.animation-2 {
    transition: all 0.3s ease-out 0.15s;
  }
  .team .member.add-animation.animation-3 {
    transition: all 0.3s ease-out 0.3s;
  }
  .team .member.add-animation.animation-4 {
    transition: all 0.3s ease-out 0.45s;
  }
  .team .member.add-animation.animate {
    transform: translate3D(0px, 0, 0);
    opacity: 1;
  }
  .team .member.add-animation.animate.open {
    transform: none;
    transition: none;
  }
  .address.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s;
  }
  .address.add-animation.animation-1 {
    transition: all 0.3s ease-out 0s;
  }
  .address.add-animation.animation-2 {
    transition: all 0.3s ease-out 0.15s;
  }
  .address.add-animation.animation-3 {
    transition: all 0.3s ease-out 0.3s;
  }
  .address.add-animation.animation-4 {
    transition: all 0.3s ease-out 0.45s;
  }
  .address.add-animation.animate {
    transform: translate3D(0px, 0, 0);
    opacity: 1;
  }
  .address.add-animation.animate.open {
    transform: none;
    transition: none;
  }
  .address-container.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s;
  }
  .address-container.add-animation.animation-1 {
    transition: all 0.3s ease-out 0s;
  }
  .address-container.add-animation.animation-2 {
    transition: all 0.3s ease-out 0.15s;
  }
  .address-container.add-animation.animation-3 {
    transition: all 0.3s ease-out 0.3s;
  }
  .address-container.add-animation.animation-4 {
    transition: all 0.3s ease-out 0.45s;
  }
  .address-container.add-animation.animate {
    transform: translate3D(0px, 0, 0);
    opacity: 1;
  }
  .address-container.add-animation.animate.open {
    transform: none;
    transition: none;
  }
  .form-group.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s;
  }
  .form-group.add-animation.animation-1 {
    transition: all 0.3s ease-out 0s;
  }
  .form-group.add-animation.animation-2 {
    transition: all 0.3s ease-out 0.15s;
  }
  .form-group.add-animation.animation-3 {
    transition: all 0.3s ease-out 0.3s;
  }
  .form-group.add-animation.animation-4 {
    transition: all 0.3s ease-out 0.45s;
  }
  .form-group.add-animation.animate {
    transform: translate3D(0px, 0, 0);
    opacity: 1;
  }
  .form-group.add-animation.animate.open {
    transform: none;
    transition: none;
  }
  .footer .info.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s;
  }
  .footer .info.add-animation.animation-1 {
    transition: all 0.3s ease-out 0s;
  }
  .footer .info.add-animation.animation-2 {
    transition: all 0.3s ease-out 0.15s;
  }
  .footer .info.add-animation.animation-3 {
    transition: all 0.3s ease-out 0.3s;
  }
  .footer .info.add-animation.animation-4 {
    transition: all 0.3s ease-out 0.45s;
  }
  .footer .info.add-animation.animate {
    transform: translate3D(0px, 0, 0);
    opacity: 1;
  }
  .footer .info.add-animation.animate.open {
    transform: none;
    transition: none;
  }
  .description.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s;
  }
  .description.add-animation.animation-1 {
    transition: all 0.3s ease-out 0s;
  }
  .description.add-animation.animation-2 {
    transition: all 0.3s ease-out 0.15s;
  }
  .description.add-animation.animation-3 {
    transition: all 0.3s ease-out 0.3s;
  }
  .description.add-animation.animation-4 {
    transition: all 0.3s ease-out 0.45s;
  }
  .description.add-animation.animate {
    transform: translate3D(0px, 0, 0);
    opacity: 1;
  }
  .description.add-animation.animate.open {
    transform: none;
    transition: none;
  }
  .carousel.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s;
  }
  .carousel.add-animation.animation-1 {
    transition: all 0.3s ease-out 0s;
  }
  .carousel.add-animation.animation-2 {
    transition: all 0.3s ease-out 0.15s;
  }
  .carousel.add-animation.animation-3 {
    transition: all 0.3s ease-out 0.3s;
  }
  .carousel.add-animation.animation-4 {
    transition: all 0.3s ease-out 0.45s;
  }
  .carousel.add-animation.animate {
    transform: translate3D(0px, 0, 0);
    opacity: 1;
  }
  .carousel.add-animation.animate.open {
    transform: none;
    transition: none;
  }
  .static-image.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s;
  }
  .static-image.add-animation.animation-1 {
    transition: all 0.3s ease-out 0s;
  }
  .static-image.add-animation.animation-2 {
    transition: all 0.3s ease-out 0.15s;
  }
  .static-image.add-animation.animation-3 {
    transition: all 0.3s ease-out 0.3s;
  }
  .static-image.add-animation.animation-4 {
    transition: all 0.3s ease-out 0.45s;
  }
  .static-image.add-animation.animate {
    transform: translate3D(0px, 0, 0);
    opacity: 1;
  }
  .static-image.add-animation.animate.open {
    transform: none;
    transition: none;
  }
  p.add-animation {
    transform: translate3D(0px, 150px, 0);
    opacity: 0;
    transition: all 0.3s ease-out 0.6s;
  }
  p.add-animation.animation-1 {
    transition: all 0.3s ease-out 0s;
  }
  p.add-animation.animation-2 {
    transition: all 0.3s ease-out 0.15s;
  }
  p.add-animation.animation-3 {
    transition: all 0.3s ease-out 0.3s;
  }
  p.add-animation.animation-4 {
    transition: all 0.3s ease-out 0.45s;
  }
  p.add-animation.animate {
    transform: translate3D(0px, 0, 0);
    opacity: 1;
  }
  p.add-animation.animate.open {
    transform: none;
    transition: none;
  }
}

.pattern-image {
  width: 100%;
  background-size: 100%;
}

.pattern-image:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  opacity: 0.4;
  background: url(files/pattern.png);
}

.body-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1030;
  background-color: rgba(0, 0, 0, 0.1);
  visibility: hidden;
  transition: all 0.1s ease;
}

.body-layer .open {
  visibility: visible;
}

.card .icon {
  font-size: 75px;
  line-height: 75px;
}

.card .icon ~ h3 {
  margin-top: 5px;
  margin-bottom: 10px;
}

.card img {
  max-width: 100%;
}

.card p {
  font-size: 1em;
  min-height: 100px;
}

.card h3 {
  font-weight: 300;
}

.section-header {
  padding: 0;
}

.section-header .container {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
}

.section-header .content {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  vertical-align: center;
  line-height: 1.7;
  position: relative;
  top: 44%;
  transform: translateY(-50%);
}

.section-header h1 {
  letter-spacing: 0.1em;
  font-weight: 300;
  font-size: 5em;
  text-transform: uppercase;
  text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.3), -2px 4px 2px rgba(0, 0, 0, 0.1);
}

.section-header h5 {
  font-size: 1.3em;
  margin: 0 auto 0.5em;
  line-height: 1.5;
  letter-spacing: 0.125em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  font-wight: 300;
  text-transform: uppercase;
}

.section-header p {
  letter-spacing: 0.1em;
  margin: 1em 0 0.5em;
  font-weight: 300;
  text-transform: uppercase;
}

.section-header p span {
  text-transform: lowercase;
}

.section-header .separator {
  color: #fff;
  margin: 2em auto;
}

.section-header .separator.line-separator:before {
  border-color: #fff;
}

.section-header .separator.line-separator:after {
  border-color: #fff;
}

.section-header video {
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  width: auto;
  height: auto;
}

.section-header .line-separator span {
  top: -13px;
}

.section-textpic-1 .parallax {
  height: 450px;
}

.section-textpic-1 .full-image {
  height: 450px;
}

.section-textpic-1 #carousel .carousel-control {
  width: 50%;
}

.section-textpic-1 #carousel .left {
  z-index: 2;
  cursor: url(files/arrow-left.png), url(files/arrow-left.cur), default !important;
}

.section-textpic-1 #carousel .right {
  z-index: 2;
  cursor: url(files/arrow-right.png), url(files/arrow-right.cur), default !important;
}

.section-textpic-1 #carousel .carousel-inner {
  max-height: 400px;
}

.section-textpic-1 p,
.section-textpic-1 li {
  color: #777;
}

.section-textpic-2 {
  position: relative;
  z-index: 3;
}

.section-textpic-2 .parallax {
  height: 450px;
}

.section-textpic-2 .full-image {
  height: 450px;
}

.section-textpic-2 #carousel .carousel-control {
  width: 50%;
}

.section-textpic-2 #carousel .left {
  z-index: 2;
  cursor: url(files/arrow-left.png), url(files/arrow-left.cur), default !important;
}

.section-textpic-2 #carousel .right {
  z-index: 2;
  cursor: url(files/arrow-right.png), url(files/arrow-right.cur), default !important;
}

.section-textpic-2 .text-area {
  padding: 4.375em 0 5em;
}

.section-textpic-2 h2 span {
  font-size: 70%;
}

.section-we-do-1 .text-area {
  padding: 4.375em 0 0;
}

.section-we-do-1 .card {
  text-align: center;
}

.section-we-do-1 h3 {
  margin: 10px 0 20px;
}

.section-we-do-1 h5 {
  margin-bottom: 0;
}

.section-we-do-1 p {
  color: #777;
}

.section-we-do-1 .title {
  margin-bottom: 70px;
}

.section-we-do-2 .text-area {
  padding: 4.375em 0 0;
}

.section-we-do-2 .card {
  text-align: center;
}

.section-we-do-2 h3 {
  margin: 10px 0 20px;
}

.section-we-do-2 h5 {
  margin-bottom: 0;
}

.section-we-do-2 p {
  color: #777;
}

.section-we-do-2 .title {
  margin-bottom: 70px;
}

.section-we-do-2 .icon {
  font-size: 75px;
  line-height: 75px;
  color: #c5a47e;
  margin-bottom: 10px;
}

.hidde {
  top: -70px;
}

.section-we-made-1 {
  padding: 0;
}

.section-we-made-1 .row [class^="col-"] img {
  width: 100%;
  position: relative;
}

.section-we-made-1 .row [class^="col-"] img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: url(files/pattern.png);
  z-index: 2;
  content: "";
}

.section-we-made-2.section-with-hover .col-md-3 a .content h4 {
  font-size: 60px;
}

.section-we-made-2.section-with-hover .col-md-3 a .content p {
  font-size: 16px;
}

.section-we-made-2.section-with-hover .col-md-2 a .content h4 {
  font-size: 50px;
}

.section-we-made-2.section-with-hover .col-md-2 a .content p {
  font-size: 16px;
}

.section-we-made-2 .row [class^="col-"] img {
  width: 100%;
  position: relative;
}

.section-we-made-2 .row [class^="col-"] img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: url(files/pattern.png);
  z-index: 2;
  content: "";
}

.section-with-hover .project {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section-with-hover .project .animate {
  position: relative;
  z-index: 2;
}

.section-with-hover .project .over-area {
  display: inline-block;
  text-align: center;
  position: absolute;
  z-index: 3;
  padding: 10% 8%;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  background: rgba(0, 0, 0, 0.55);
  transition: background 0.5s, opacity 0.5s 0.5s;
}

.section-with-hover .project .over-area:hover {
  opacity: 1;
  transition: background 0.25s, opacity 0.25s 0s;
  transition-delay: 0s;
}

.section-with-hover .project .over-area:hover .content {
  opacity: 1;
  transition: opacity 0.2s;
}

.section-with-hover .project .over-area:hover .content h4 {
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(0px);
}

.section-with-hover .project .over-area:hover .content p {
  opacity: 1;
  transform: translateY(0px);
}

.section-with-hover .project .over-area:hover .content .btn {
  opacity: 1;
  transform: translateY(0px);
}

.section-with-hover .project .over-area:hover .btn {
  opacity: 1;
  transform: translateY(0px);
}

.section-with-hover .project .over-area.no-opacity {
  background-color: #333;
}

.section-with-hover .project .over-area.over-area-sm {
  padding: 20px 30px;
}

.section-with-hover .project .over-area.over-area-sm .content {
  text-align: center;
}

.section-with-hover .project .over-area.over-area-sm .content h4 {
  font-size: 1.2em;
}

.section-with-hover .project .over-area.over-area-sm .content p {
  font-size: 1em;
}

.section-with-hover .project .over-area.color-black {
  background: rgba(52, 52, 52, 0.7);
}

.section-with-hover .project .over-area.color-green {
  background: rgba(0, 163, 224, 0.3);
}

.section-with-hover .project .over-area.color-gold {
  background: rgba(197, 164, 126, 0.55);
}

.section-with-hover .project .over-area.color-blue {
  background: rgba(61, 146, 207, 0.55);
}

.section-with-hover .project .over-area.color-purple {
  background: rgba(89, 57, 111, 0.55);
}

.section-with-hover .project .over-area.gradient-1 {
  background: linear-gradient(
    135deg,
    rgba(151, 78, 32, 0.4) 0,
    rgba(244, 218, 138, 0.4) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#66954d20', endColorstr='#66f4d887', GradientType=1);
}

.section-with-hover .project .over-area.gradient-2 {
  background: linear-gradient(
    135deg,
    rgba(216, 44, 73, 0.4) 0,
    rgba(217, 99, 131, 0.4) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#66d82c49', endColorstr='#66d96383', GradientType=1);
}

.section-with-hover .project .over-area.gradient-3 {
  background: linear-gradient(
    135deg,
    rgba(223, 212, 139, 0.4) 0,
    rgba(236, 101, 101, 0.4) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#66dfd48b', endColorstr='#66ec6565', GradientType=1);
}

.section-with-hover .project .over-area.gradient-4 {
  background: linear-gradient(
    135deg,
    rgba(174, 97, 167, 0.4) 0,
    rgba(210, 121, 135, 0.4) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#66ae61a8', endColorstr='#66d27987', GradientType=1);
}

.section-with-hover .project .over-area.gradient-5 {
  background: linear-gradient(
    135deg,
    rgba(107, 57, 172, 0.4) 0,
    rgba(200, 254, 206, 0.4) 100%
  );
}

.section-with-hover .project .content {
  position: relative;
  opacity: 0;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  min-height: 165px;
  word-break: break;
  transition: opacity 0.5s;
  perspective: 300px;
}

.section-with-hover .project h4 {
  font-size: 3em;
  line-height: 1.3em;
  font-weight: 700;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(-20px);
  transition: opacity 0.2s, transform 0.2s;
}

.section-with-hover .project p {
  font-size: 1em;
  color: #fff;
  opacity: 0;
  transform: translateY(-20px);
  transition: background-color 0.5s, opacity 0.5s 0.15s, transform 0.5s 0.15s;
}

.section-with-hover .project .btn {
  opacity: 0;
  transform: translateY(-20px);
  transition: background-color 0.3s, opacity 0.3s 0.3s, transform 0.3s 0.3s;
  color: #fff;
  border-color: #fff;
}

.section-with-hover .col-md-4 h4 {
  font-size: 2em;
}

.section-with-hover .col-sm-4 h4 {
  font-size: 2em;
}

.section-with-hover .col-xs-4 h4 {
  font-size: 2em;
}

.section-clients-1 .list-logos {
  padding-top: 70px;
}

.section-clients-1 .logo {
  position: relative;
  margin-bottom: 30px;
}

.section-clients-2 {
  padding: 5em 0 3em;
}

.section-clients-2 .nav-text {
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
}

.section-clients-2 .nav-text li {
  margin: 0 15px;
}

.section-clients-2 .nav-text li a {
  opacity: 0.9;
  color: #343434;
  padding: 3px 0;
}

.section-clients-2 .nav-text li a img {
  width: 120px;
}

.section-clients-2 .nav-text > li a:hover {
  color: #c5a47e !important;
}

.section-clients-2 .nav-text > li.active a {
  color: #c5a47e !important;
  border-bottom: 2px solid #c5a47e;
}

.section-clients-2 .nav-text > li.active a img:first-child {
  opacity: 0;
}

.section-clients-2 .tab-content {
  text-align: center;
  max-width: 760px;
  min-height: 130px;
}

.section-clients-2 .tab-content p.large {
  color: #777;
  padding: 0 20px;
}

.section-clients-2 .tab-content a:not(.btn) {
  color: #c5a47e;
}

.section-team-1 {
  padding: 0;
}

.section-team-1 .container {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 5;
}

.section-team-1 .text-area {
  background-color: transparent;
  max-width: 760px;
  margin: 0 auto;
}

.section-team-1 p {
  color: #555;
}

.section-team-1 .static-image img {
  width: 100%;
}

.section-team-2 {
  padding-top: 0;
}

.section-team-2 .team-text {
  position: relative;
  padding: 0 0 75px;
}

.section-team-2 .team {
  display: block;
  position: relative;
}

.section-team-2 .team .member {
  border-radius: 50%;
  display: block;
  text-align: center;
}

.section-team-2 .team .member p {
  font-size: 1em;
}

.section-team-2 .team .member .social-buttons {
  display: inline-block;
  padding: 15px 35px;
}

.section-team-2 .team .member img {
  background: none repeat scroll 0 0 transparent;
  height: auto;
  width: 120px;
  margin: 0 auto;
}

.section-team-2 .team .description {
  padding: 10px 0;
  text-align: center;
}

.section-team-4 {
  padding-top: 5em;
}

.section-team-4 .team {
  text-align: center;
  padding: 70px 0 10px;
}

.section-team-4 .team .member {
  padding: 0 10px;
}

.section-team-4 .team .member img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.section-team-4 .team .member .description {
  padding: 10px 0;
}

.section-team-4 .team .member .description .details {
  font-size: 14px;
}

.section-team-4 .team .member .description .details i {
  color: #777;
}

.img-circle {
  border-radius: 50%;
  border: 3px solid #c5a47e;
}

.img-circle.img-profile {
  width: 120px;
  height: 120px;
}

.description {
  margin-bottom: 20px;
}

.big-text {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.small-text {
  color: #777;
  text-align: center;
}

.social-buttons {
  margin-top: -20px;
  border-top: 1px solid #ddd;
  text-align: center;
}

.scroller {
  transition: all 0.4s ease-out;
}

.scroll-anchor {
  position: relative;
  top: -10px;
}

.text-white {
  color: #fff !important;
}

.section-numbers-1 .card {
  text-align: center;
}

.section-numbers-1 h3 {
  line-height: 1;
}

.section-numbers-1 .number {
  font-size: 40px;
  color: #c5a47e;
  font-wight: 300;
  text-transform: uppercase;
}

.section-numbers-1 .description {
  margin-bottom: 80px;
}

.section-numbers-1 .icon {
  color: #999;
}

.section-numbers-2 {
  overflow: hidden;
  padding: 0;
}

.section-numbers-2 .card {
  text-align: center;
}

.section-numbers-2 .card h5 {
  font-size: 1em;
}

.section-numbers-2 h2,
.section-numbers-2 h3 {
  color: #fff;
}

.section-numbers-2 h3 {
  line-height: 1;
}

.section-numbers-2 .number {
  font-size: 40px;
  color: #c5a47e;
  font-wight: 300;
  text-transform: uppercase;
  color: #fff;
}

.section-numbers-2 .description {
  margin-bottom: 80px;
}

.section-numbers-2 .icon {
  color: #999;
}

.section-numbers-2 .full-image {
  position: absolute;
  z-index: 1;
  height: 650px;
}

.section-numbers-2 .parallax {
  position: absolute;
  z-index: 1;
  height: 650px;
}

.section-numbers-2 .container {
  position: relative;
  z-index: 2;
  padding: 60px 0 120px;
}

.section-numbers-2 p {
  color: #fff;
}

.section-numbers-2 h5 {
  color: #fff;
}

.section-numbers-2 h5.text-gray {
  color: #fff;
}

.section-numbers-2 .separator {
  color: #fff;
}

.section-numbers-2 .separator.line-separator:before {
  border-color: #fff;
}

.section-numbers-2 .separator.line-separator:after {
  border-color: #fff;
}

.section-numbers-2 .text-area {
  background-color: transparent;
}

.section-numbers-2 .filter:after {
  opacity: 0.8;
}

.section-numbers-3 .full-image {
  position: absolute;
  z-index: 1;
  height: 650px;
}

.section-numbers-3 .text-area {
  background-color: transparent;
}

.section-numbers-3 .separator.line-separator:before {
  border-color: #fff;
}

.section-numbers-3 .separator.line-separator:after {
  border-color: #fff;
}

.section-numbers-3 .card h5 {
  font-size: 1em;
}

.address h4 {
  font-size: 1.6em;
}

.address p {
  font-size: 1em;
}

.section-closure {
  padding: 0;
  overflow: hidden;
}

.section-closure .full-image {
  position: absolute;
  z-index: 1;
}

.section-closure .container {
  position: relative;
  z-index: 2;
  padding: 150px 0;
}

.section-closure .text-area {
  background-color: transparent;
  color: #fff;
}

@media (max-width: 992px) {
  .project-content .project-details {
    padding: 0 30px;
  }
  .project-content .icon-close {
    right: -15px;
  }
  .project-content .icon-close i {
    font-size: 30px;
  }
  .section-header {
    padding: 0 !important;
  }
  .section-header .parallax {
    height: 80vh;
  }
  .section-header .parallax:after {
    height: 80vh;
  }
  .section-header .full-image {
    height: 80vh;
  }
  .section-header .full-image:after {
    height: 80vh;
  }
  .section-header .content {
    top: 50%;
  }
  .section-header .content h1 {
    margin: 0;
    font-size: 4.5em;
    letter-spacing: 0.07em;
    line-height: 1.7;
  }
  .section-header .content h1 span {
    font-size: 1em;
  }
  .section-header .content h5 {
    margin: 0;
    font-size: 1.125em;
    margin-top: 50px;
  }
  .section-header .content p {
    margin: 0;
  }
  .section-header .content .separator {
    width: 12em;
  }
  .section-with-hover .project .over-area {
    opacity: 1;
    transition: background 0.25s, opacity 0.25s 0.25s;
    transition-delay: 0;
  }
  .section-with-hover .project .over-area .content {
    opacity: 1;
    transition: opacity 0.2s;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
  }
  .section-with-hover .project .over-area .content h4 {
    opacity: 1;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(0px);
  }
  .section-with-hover .project .over-area .content p {
    opacity: 1;
    transform: translateY(0px);
  }
  .close-block .icon-close {
    right: -15px;
  }
  .close-block .icon-close i {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  h1.responsive-small {
    font-size: 4em !important;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 2em;
    line-height: 1.25;
  }
  h1.responsive-small {
    font-size: 2.3em !important;
  }
  h2 {
    font-size: 1.625em;
    line-height: 1.15384615;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.13636364;
  }
  h4 {
    line-height: 1.11111111;
  }
  .navbar-transparent {
    background-color: transparent;
  }
  .wrapper {
    text-align: center !important;
    overflow: hidden;
  }
  .section {
    padding: 50px 0 0;
  }
  .section .title {
    max-width: 90%;
    margin-bottom: 40px;
  }
  .section .text-area {
    padding: 0;
  }
  .section-team-3 .name {
    margin-top: -10px;
  }
  .section-team-3 .motto h3 {
    font-size: 1em;
  }
  .btn {
    margin: 0 auto 15px;
    float: none;
  }
  .project-content .product .project-text {
    text-align: center !important;
  }
  .project-content .article .project-image {
    width: 100% !important;
  }
  footer {
    padding-top: 15px;
  }
  footer .row .info {
    margin-top: 15px;
  }
  footer .row .info .title {
    text-align: center !important;
    margin-top: 25px;
  }
  footer .row .info ul {
    text-align: center;
  }
  footer .row div:first-child .title {
    margin-top: 0;
  }
  .nav-open .navbar .container {
    /*transform: translate3d(-230px, 0, 0); */
  }
  .section-we-made-1 p {
    display: none;
  }
  .section-clients-1 .logos ul li {
    width: 33%;
  }
  .section-clients-1 .logos ul li img {
    width: 80%;
  }
  .section-clients-1 .logos ul li img:last-child {
    opacity: 0;
  }
  .section-clients-2 .tab-content {
    min-height: 130px;
  }
  .section-team-1 .full-image img {
    margin-top: 0;
  }
}

input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: 0;
}

.ui-slider-handle:focus {
  outline: 0 !important;
}

.input-group .form-control:first-child {
  border-right: 0 none;
}

.input-group .form-control:last-child {
  border-left: 0 none;
}

fieldset[disabled] .form-control {
  background-color: #e3e3e3;
  color: #888;
  cursor: not-allowed;
}

.navbar-nav > li > .dropdown-menu {
  border-radius: 10px;
  margin-top: -5px;
}

.nav-open .nav .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}

.btn-group.select .dropdown-menu {
  min-width: 100%;
}

section-team-1 .full-image {
  height: auto;
  min-height: 100vh;
  overflow: auto;
}

.nav-text > li.active a {
  transition: all 150ms linear;
}

.animate.moving.open {
  transform: none !important;
}

.line-separator span {
  font-size: 30px;
  position: relative;
  top: -3px;
}

.section-we-made-3 .row [class^="col-"] {
  margin-bottom: 10px;
  padding: 0 5px;
}

.section-we-made-3 .row [class^="col-"] img {
  width: 100%;
  position: relative;
}

.section-we-made-3 .row [class^="col-"] img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: url(files/pattern.png);
  z-index: 2;
  content: "";
}

.section-we-made-3 .row .col-md-4 a {
  padding: 4% 8%;
}

.section-we-made-3 .row .col-md-4 a .content h4 {
  font-size: 28px;
}

.section-we-made-3 .row .col-md-4 a .content p {
  font-size: 16px;
}

.section-team-3 .team {
  margin-bottom: 50px;
}

.section-team-3 .team .member {
  text-align: center;
}

.section-team-3 .team .member .big-text {
  margin-bottom: 20px;
}

.section-team-3 .team .member img {
  margin: 0 auto;
}

.section-team-3 .team .member .first-name {
  min-width: 65%;
  padding: 0 15px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  font-size: 18px;
  padding-top: 9px;
  vertical-align: middle;
  margin-top: 35px;
  float: right;
}

.section-team-3 .team .member .last-name {
  min-width: 65%;
  padding: 0 15px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  font-size: 18px;
  padding-top: 9px;
  vertical-align: middle;
  margin-top: 35px;
  float: left;
}

.section-team-3 .team .member .motto {
  position: relative;
  text-transform: none;
  color: #c5a47e;
  max-width: 55%;
  margin: 0 auto;
}

.section-team-3 .team .member .motto h3 {
  font-size: 22px;
}

.img-hover-zoom {
  max-height: 240px;
  /* [1.1] Set it as per your need */
  overflow: hidden;
  /* [1.2] Hide the overflowing of child elements */
  margin-top: 10px;
  margin-bottom: 10px;
}

/* [2] Transition property for smooth transformation of images */

.img-hover-zoom img {
  height: 240px;
  transition: transform 1s ease;
}

/* [3] Finally, transforming the image when container gets hovered */

.img-hover-zoom:hover img {
  transform: scale(1.5);
}

.img-hover-text {
  position: absolute;
  color: white !important;
  bottom: 10px;
  left: 10%;
  right: 10%;
  text-align: center;
  transition: 2s;
}

.img-hover-text p {
  color: white !important;
}

.img-hover-zoom:hover .img-hover-text {
  bottom: 50px;
}

/*Media query for smallscreens*/
/*
@media (max-width: 768px) {
  .slide-content {
    padding-top: 0px !important;
  }
}*/
