/*-----------------------------------
[Table of Contents]
1. Base
2. Button
3. Animation
4. Navigation
5. Member
6. Socials
7. Testimonials
8. Contact
9. Icon-text and service
10. Gallery
11. Post
12. Post comments
13. Slide
14. Form
15. Footer
16. Fullscreen video
17. Milestone
18. Principles
19. Clients
20. Bargraph
21. Process
22. Sidebar

--------------*/
/* base */
/* button */
/* animation */
@-webkit-keyframes "move" {
  0% {
    -webkit-transform: translateX(0); }
  100% {
    -webkit-transform: translateX(50px); } }
@keyframes "move" {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px); } }
@-webkit-keyframes "slide" {
  0% {
    -webkit-transform: translateX(500px); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes "slide" {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
/* Navigation */
/*
.f-topbar-fixed {
  padding-top: 0 !important; }
*/
/* member */
/*socials*/
/* testimonials */
/* contact */
/* Icon-text and service */
/*
.services-desc {
   min-height: 230px;
}  
*/
/*
  .services p {
	
 	  position: absolute;
	  //bottom: 50%;
	  vertical-align: middle;
	  left: 0px;
	  padding-left: 10px;
	  padding-right: 10px;
}
*/
/*

.icon-text::after {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  top: 15px;
  left: 15px;
  opacity: 0;
  border: 1px solid #AB8860;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s; 
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 0; }
*/
/* gallery */
/*
.gallery-right-section {
  margin-top: 50px; }
*/
/*
  .work .info p::before {
    content: "";
    width: 35px;
    height: 1px;
    background: #999;
    display: inline-block;
    position: relative;
    top: -5px;
    margin-right: 12px; }
*/
/* post */
/* post comments */
/* slide */
/* form */
/* footer */
/* fullscreen video */
/* milestone */
/* principles */
/* Bargraph */
/* Process */
/* Sidebar */
/*#home-content-stories img.play-button, */
/*#home-content-stories img.play-button:hover, */
/*** END PLAY BUTTON OVERLAY - DP***/
.spacing {
  height: 20px; }

.two.spacing {
  height: 40px; }

.three.spacing {
  height: 60px; }

.four.spacing {
  height: 80px; }

.full {
  padding: 75px 0;
  background-size: cover;
  background-position: 50% 50%;
  position: relative; }

.full.light {
  color: #fff; }

.full.brown {
  background: #b2aa71; }

.full.light-grey {
  background: #f6f6f6; }

.full.light-grey2 {
  background: #e6e7e8; }

.full.light-cyan {
  background: #dae9ec; }

.full.grey {
  background: #edebe7; }

.full.white {
  background: #fff; }

.full.flower {
  background-image: url(../images/@stock/flower.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: fixed; }

.full.tree {
  min-height: 60%;
  background-image: url(../images/@stock/tree.png);
  background-repeat: no-repeat;
  background-position: center 55%;
  background-attachment: fixed; }

.full.lamp {
  min-height: 60%;
  background-image: url(../images/@stock/lamp.png);
  background-repeat: no-repeat;
  background-position: 80% 10%;
  background-attachment: fixed; }

.full.white-light {
  min-height: 60%;
  background-image: url(../images/@stock/white-light.png);
  background-repeat: no-repeat;
  background-position: 20% top;
  background-attachment: fixed; }

.full.dark {
  background: #333; }

.full.image-bg-1 {
  background-image: url(../images/@stock/image-bg.jpg); }

.overlay {
  padding: 100px 0 200px;
  background: rgba(34, 34, 34, 0.85); }

.no-padding {
  padding: 0; }

.no-overflow {
  overflow: hidden; }

.parallax {
  background-attachment: fixed; }

.centered-text {
  text-align: center; }

.right-aligned {
  text-align: right; }

.hide {
  display: none; }

.top-shift {
  margin-bottom: -80px;
  top: -100px; }

a {
  color: #ab8860;
  outline: none;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  a:hover {
    color: black; }

h1 {
  margin-bottom: 20px;
  margin-top: 0;
  letter-spacing: 3px; }

h2 {
  margin-bottom: 20px;
  margin-top: 0;
  letter-spacing: 3px; }
  h2 sup {
    font-size: small;
    margin-left: -0.8em;
    line-height: 0; }

h3 {
  margin-bottom: 20px;
  margin-top: 0;
  letter-spacing: 3px; }

h4 {
  margin-bottom: 20px;
  margin-top: 0;
  letter-spacing: 3px; }

h5 {
  margin-bottom: 20px;
  margin-top: 0;
  letter-spacing: 3px; }
  h5 sup {
    font-size: x-small;
    position: relative;
    top: -0.4em;
    margin-left: -0.8em; }

h6 {
  margin-bottom: 20px;
  margin-top: 0;
  letter-spacing: 3px; }

h1.white {
  color: #fff; }

h2.white {
  color: #fff; }

h3.white {
  color: #fff; }

h4.white {
  color: #fff; }

h5.white {
  color: #fff; }

h6.white {
  color: #fff; }

hr {
  border-color: #eee;
  marign: 0; }

.section-title {
  text-align: center;
  margin-bottom: 40px; }
  .section-title h2 {
    margin-bottom: 0; }
  .section-title p {
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    margin-top: 5px; }

.section-title.white p {
  color: #fff; }

.section-title.small {
  text-align: center;
  margin-bottom: 40px; }
  .section-title.small h2 {
    font-size: 36px; }
  .section-title.small p {
    font-size: 18px; }

.big-text {
  font-size: 24px;
  font-weight: 300; }

.header-quote p {
  font-size: 24px;
  line-height: 1.2em;
  position: relative;
  padding-right: 20px; }
.header-quote i {
  font-size: 64px !important;
  color: #E0C9B4;
  position: absolute;
  z-index: 0;
  top: -20px;
  left: -20px; }

body {
  overflow-x: hidden;
  font-size: 18px;
  letter-spacing: 2px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300; }

.rotate {
  -webkit-animation: rotate 10s ease-in-out infinite;
  animation: rotate 10s ease-in-out infinite; }

.small-video {
  width: 570px;
  height: 361px;
  position: absolute;
  z-index: 20; }

.big-video {
  position: relative;
  bottom: -100px;
  width: 860px;
  height: 481px;
  margin: -100px auto 60px;
  z-index: 20; }

.padding1 {
  padding-top: 20px; }

.button {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 4px;
  padding: 12px 15px 10px; }
  .button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    top: 0;
    z-index: -1;
    -webkit-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out; }
  .button:hover::before {
    right: 0; }

.button.black::before {
  background: #333; }

.button.white::before {
  background: #fff; }

.button.boxed.white {
  border: 1px solid #fff;
  background: none;
  color: #fff; }
  .button.boxed.white:hover {
    color: #333; }

.button.boxed.black {
  border: 1px solid #333;
  background: none;
  color: #333; }
  .button.boxed.black:hover {
    color: #fff; }

.button.boxed.light-brown {
  border: 1px solid #dcbc98;
  background: none;
  color: #dcbc98; }
  .button.boxed.light-brown:hover {
    color: #fff;
    background: #dcbc98; }

.button.boxed.brown {
  border: 1px solid #AB8860;
  background: none;
  color: #AB8860; }
  .button.boxed.brown:hover {
    color: #fff;
    background: #AB8860; }

.closetext {
  background: green;
  position: absolute;
  bottom: 10px;
  top: 500px; }

.title-area h1 {
  line-height: 1;
  padding-left: 15px; }
  .title-area h1 a {
    color: #333;
    font-size: 18px;
    font-family: "josefin sans";
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 10px; }
    .title-area h1 a span {
      color: #ab8860; }

.title-area.white h1 a {
  color: #fff; }

#menu-toggler {
  padding-right: 40px;
  margin-top: -60px;
  position: relative; }
  #menu-toggler i {
    background: #b3aa71;
    color: #fff;
    font-size: 32px;
    display: block;
    line-height: 0.5em;
    padding: 10px; }

.contain-to-grid {
  background: transparent;
  position: absolute;
  z-index: 99; }
  .contain-to-grid .top-bar {
    background: transparent;
    max-width: 100%; }

.top-bar-section ul li > a {
  font-family: "josefin sans";
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px; }
.top-bar-section li:not(.has-form).has-dropdown .dropdown a:not(.button) {
  line-height: 45px;
  font-family: "josefin sans";
  text-transform: capitalize; }

div.gallery-left-section img {
  margin-top: 20px; }

.member {
  text-align: center;
  margin: 0 auto 30px;
  position: relative; }
  .member img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
  .member img.colored {
    display: none;
    position: absolute;
    top: 0; }
  .member:hover img.colored {
    display: block; }
  .member h4 {
    margin-bottom: 4px; }
  .member p.position {
    margin-bottom: 40px;
    font-weight: 300; }

.hire {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }

div.member-info h4 {
  margin-bottom: 2px;
  margin-top: 20px; }

ul.socials {
  list-style: none;
  margin: 0; }
  ul.socials li {
    display: inline-block;
    padding: 0 5px; }
    ul.socials li a {
      color: #333; }
      ul.socials li a:hover {
        color: #AB8860; }

.quote {
  margin-bottom: 40px;
  padding: 40px 40px 20px 20px;
  border: 1px solid #eee;
  text-align: right;
  overflow-x: hidden;
  width: 100%; }

.quote.reverse {
  text-align: left;
  padding: 40px 20px 20px 40px; }

.author {
  color: #AB8860;
  font-size: 14px; }

.contact-details {
  text-align: center;
  margin-bottom: 40px; }
  .contact-details h3 {
    line-height: 30px; }
  .contact-details i {
    font-size: 40px;
    line-height: 30px;
    display: block;
    margin-bottom: 30px;
    color: #AB8860; }

.services {
  border: 1px solid #f0f0f0;
  border-right: none;
  border-bottom: none;
  overflow: hidden; }
  .services .columns {
    padding: 0; }

.icon-text {
  padding: 50px 34px 15px 34px;
  background: none;
  color: #333;
  text-align: center;
  display: block;
  border-right: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .icon-text i {
    color: #AB8860;
    font-size: 60px; }
  .icon-text:hover::after {
    opacity: 1; }

.service-info {
  padding-top: 40px; }

.service-info.right-text {
  text-align: right; }

.work-wrapper {
  text-align: center; }

.work {
  display: inline-block;
  margin: 0 auto 100px;
  margin-bottom: 40px;
  text-align: center; }
  .work img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .work .info {
    margin-top: 25px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .work .info h3 {
      margin-bottom: 5px;
      margin-top: 10px; }
    .work .info p {
      color: #999; }
  .work:hover img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01); }
  .work:hover .info {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }

.work.alt {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px; }
  .work.alt .info {
    background: #fff;
    position: absolute;
    bottom: 35px;
    padding: 30px 30px 20px;
    margin-left: 0;
    width: 80%; }
    .work.alt .info img {
      opacity: 1; }
    .work.alt .info h3 {
      margin-bottom: 10px; }
    .work.alt .info p::before {
      display: none; }
    .work.alt .info a i {
      vertical-align: text-top;
      line-height: 1.1em;
      font-size: 30px; }
  .work.alt:hover .info {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .work.alt:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }

.related-works .work {
  display: block; }
.related-works h3 {
  text-transform: uppercase;
  z-index: 1;
  background: white; }

div.related-works {
  margin-top: 90px; }

.gallery-categories a {
  color: #333;
  text-decoration: underline; }
  .gallery-categories a:hover {
    color: #FF5959; }

.strikeout {
  border-top: 2px solid #111;
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  z-index: -1; }

nav.wrapper {
  float: none;
  position: relative;
  list-style: none;
  margin: 0; }
  nav.wrapper li {
    display: inline-block; }
  nav.wrapper a {
    width: 260px;
    padding: 20px; }
  nav.wrapper a.previous {
    float: right; }
  nav.wrapper a.next {
    float: left; }

.sticky.post.fixed {
  position: relative; }

.sticky.post h2 a {
  color: #AB8860; }
.sticky.post h3 a {
  color: #AB8860; }

.post {
  color: #000000;
  margin-bottom: 50px;
  padding: 0 5px 20px;
  text-align: left; }
  .post .two-images img {
    width: 49%; }
  .post img {
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .post h2 {
    margin-bottom: 10px;
    line-height: 1.3; }
    .post h2 a {
      color: #333; }
      .post h2 a:hover {
        color: #AB8860; }
  .post h3 {
    margin-bottom: 10px;
    line-height: 1.3; }
    .post h3 a {
      color: #333; }
      .post h3 a:hover {
        color: #AB8860; }
  .post h4 {
    margin-bottom: 10px;
    line-height: 1.3; }
    .post h4 a {
      color: #333; }
      .post h4 a:hover {
        color: #AB8860; }
  .post p.info {
    font-size: 14px;
    margin-bottom: 30px; }
    .post p.info a {
      color: #AB8860; }
      .post p.info a:hover {
        color: #666; }
  .post .button:hover {
    opacity: 1; }
  .post a.button.red {
    color: #FF8635;
    border: 1px solid #FF8635;
    background: none; }

.recent-post {
  color: #000000;
  margin-bottom: 50px;
  padding: 0 5px 20px;
  text-align: left;
  margin-bottom: 0;
  border: none; }
  .recent-post img {
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .recent-post h2 {
    margin-bottom: 10px;
    line-height: 1.3; }
    .recent-post h2 a {
      color: #333; }
      .recent-post h2 a:hover {
        color: #AB8860; }
  .recent-post h3 {
    margin-bottom: 10px;
    line-height: 1.3; }
    .recent-post h3 a {
      color: #333; }
      .recent-post h3 a:hover {
        color: #AB8860; }
  .recent-post h4 {
    margin-bottom: 10px;
    line-height: 1.3; }
    .recent-post h4 a {
      color: #333; }
      .recent-post h4 a:hover {
        color: #AB8860; }
  .recent-post p.info {
    font-size: 14px;
    margin-bottom: 30px;
    font-size: 14px;
    margin-bottom: 30px; }
    .recent-post p.info a {
      color: #AB8860;
      color: #666; }
      .recent-post p.info a:hover {
        color: #666;
        color: #AB8860; }
  .recent-post .button:hover {
    opacity: 1; }
  .recent-post a.button.red {
    color: #FF8635;
    border: 1px solid #FF8635;
    background: none; }

.post.alt {
  border: none;
  padding: 0 40px; }
  .post.alt .post-content {
    padding: 20px 40px; }

.post.single {
  border: none;
  padding: 0; }
  .post.single .post-header {
    min-height: 80vh;
    background-image: url(../images/@stock/post-big.jpg);
    background-position: 50% top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -100px;
    position: relative; }
  .post.single .post-header.scholl {
    background-image: url(../images/scholl/scholl-00.jpg);
    background-image: url(../images/scholl/scholl-00.jpg); }
  .post.single .post-header.astro {
    background-image: url(../images/astro/astro-00.jpg);
    background-image: url(../images/astro/astro-00.jpg); }
  .post.single blockquote {
    padding: 20px 40px;
    font-style: italic;
    border-left: none;
    color: #333;
    font-size: 24px; }
  .post.single ul {
    padding-left: 40px; }
  .post.single .tags {
    border-top: 1px solid #eee;
    color: #333;
    padding-top: 20px;
    margin-top: 60px;
    margin-bottom: 40px; }
    .post.single .tags span {
      float: left;
      margin-right: 5px; }
    .post.single .tags ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .post.single .tags ul li {
        display: inline;
        padding: 0; }
  .post.single .post-header.daihatsu {
    background-image: url(../images/daihatsu/daihatsu-00.jpg); }
  .post.single .post-header.federal {
    background-image: url(../images/federal-auto/federal-auto-00.jpg); }

.default-post {
  margin-bottom: 60px; }

.load-more {
  font-size: 24px; }

.pagination {
  padding: 0 20px; }
  .pagination a {
    font-size: 18px; }
  .pagination .nav {
    list-style: none;
    margin: 0; }
    .pagination .nav .previous {
      float: left; }
    .pagination .nav .next {
      float: right; }

.comments-wrapper ul.comments {
  margin-left: 0; }
  .comments-wrapper ul.comments li {
    border-bottom: 1px solid #eee;
    padding: 20px 0 0;
    list-style: none; }
  .comments-wrapper ul.comments .meta .avatar {
    float: left;
    padding: 5px 10px 0 0; }
  .comments-wrapper ul.comments .meta .name {
    display: block; }
  .comments-wrapper ul.comments .meta .datetime {
    font-size: 0.875rem;
    color: #999; }
  .comments-wrapper ul.comments ul.children li {
    border-bottom: none;
    border-top: 1px solid #eee; }

.slide-people-mobile {
  background: green;
  display: block;
  margin-top: 300px; }

.slide-people {
  margin-top: 50px; }
  .slide-people span.people-name {
    font-size: 1.25rem;
    letter-spacing: 3px;
    font-family: "josefin sans";
    font-weight: 700;
    font-style: normal;
    text-rendering: optimizeLegibility; }
  .slide-people span.people-position {
    font-size: 1.125rem;
    text-rendering: optimizeLegibility;
    font-weight: 300;
    margin-left: 1em; }
  .slide-people p.first {
    margin-top: 2em; }

#slides-people-id div.bio {
  max-height: 90vh;
  overflow: scroll; }
  #slides-people-id div.bio p {
    font-size: 0.78em; }
  #slides-people-id div.bio .award {
    height: 300px;
    background-repeat: no-repeat;
    background-image: url("../images/people-awards-stephen-small.png"); }

.slide-info {
  position: absolute;
  width: 23%;
  top: 20%;
  z-index: 2;
  left: 13%; }
  .slide-info h1 {
    text-transform: uppercase;
    line-height: 1.2em;
    font-family: "josefin sans";
    font-size: 66px;
    letter-spacing: 4px;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all; }
    .slide-info h1 span {
      font-style: italic;
      font-weight: 300; }
  .slide-info p {
    color: #333;
    letter-spacing: 4px;
    font-weight: 300;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all; }
  .slide-info .image-wrapper {
    background-repeat: no-repeat;
    backbround-position: left top;
    background-size: contain;
    width: 100%;
    height: 460px;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: all;
    transition-property: all; }
  .slide-info .button {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all; }

.slide.active .slide-info {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }
  .slide.active .slide-info .image-wrapper {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .slide.active .slide-info h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .slide.active .slide-info p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .slide.active .slide-info .button {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.slide-right {
  width: 50%;
  height: 100vh;
  position: relative;
  left: 50%;
  -webkit-animation: slide 0.3s ease-in-out;
  animation: slide 0.3s ease-in-out; }
  .slide-right img {
    max-width: 100%;
    height: 100%; }

.slide-right-bg-1 {
  background: url(../images/@stock/half-1.jpg) center center no-repeat;
  background-size: cover; }

.slide-right-bg-3 {
  background: url(../images/@stock/half-3.jpg) center center no-repeat;
  background-size: cover; }

.slide-right-bg-4 {
  background: url(../images/@stock/half-4.jpg) center center no-repeat;
  background-size: cover; }

.slide-right-bg-5 {
  background: url(../images/@stock/half-5.jpg) center center no-repeat;
  background-size: cover; }

.slide-left {
  width: 50%;
  height: 100vh;
  position: absolute;
  right: 50%; }

.slide-left-bg-1 {
  background: #F7C162; }

.slide-left-bg-3 {
  background: #c9c9c9; }

.slide-left-bg-4 {
  background: #f6c418; }

.slide-left-bg-5 {
  background: #E4A48B; }

.slides-navigation a {
  color: #ab8860;
  font-size: 36px;
  padding: 20px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
.slides-navigation a.prev:hover {
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }
.slides-navigation a.next:hover {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px); }

.slides-pagination {
  text-align: right;
  width: 46%;
  bottom: 100px; }
  .slides-pagination a {
    text-indent: 100%;
    width: 18px;
    height: 18px; }

#slides-people-id .slides-pagination {
  display: none; }

.fullwidth {
  height: 70vh !important; }
  .fullwidth .slide-info {
    text-align: center;
    top: 33%; }
    .fullwidth .slide-info h1 {
      color: #fff;
      font-size: 60px;
      margin-bottom: 20px; }
    .fullwidth .slide-info p {
      color: #fff;
      font-size: 22px; }
    .fullwidth .slide-info .button {
      margin-top: 50px; }
  .fullwidth .slides-pagination {
    margin-left: 0;
    text-align: center; }

.fullscreen {
  height: 100vh; }
  .fullscreen .slide-info {
    text-align: center;
    top: 25%;
    left: 0;
    width: 100%; }
    .fullscreen .slide-info h1 {
      color: #fff;
      letter-spacing: 4px;
      margin-bottom: 20px; }
    .fullscreen .slide-info p {
      color: #fff;
      font-size: 22px; }
    .fullscreen .slide-info .button {
      margin-top: 50px; }
  .fullscreen .slides-pagination {
    margin-left: 0;
    text-align: center;
    width: 100%; }
  .fullscreen h1 {
    text-transform: uppercase;
    line-height: 1.1em;
    margin-bottom: 35px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all; }
  .fullscreen .image-wrapper {
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    margin-bottom: 0px;
    opacity: 0;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: all;
    transition-property: all; }
  .fullscreen .welcome {
    background-image: url(../images/@stock/welcome.png); }
  .fullscreen .happy {
    background-image: url(../images/@stock/happy.png); }
  .fullscreen .arrows {
    background-image: url(../images/@stock/arrows.png);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: Rotate(180deg);
    transform: Rotate(180deg); }
  .fullscreen .diamond {
    background-image: url(../images/@stock/diamond-white.png); }
  .fullscreen .slide.active .slide-info {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    .fullscreen .slide.active .slide-info .image-wrapper {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .fullscreen .slide.active .slide-info h1 {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .fullscreen .slide.active .slide-info p {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }

.slides .slick-dots {
  margin: 0;
  bottom: 20px !important; }
  .slides .slick-dots li button:before {
    font-size: 40px !important;
    color: #fff; }
.slides li button:before {
  font-size: 40px !important; }

.slick-slider {
  margin-bottom: 0; }

.slides.half-width img {
  width: 100%; }

.slides.boxed {
  height: 60vh;
  margin-top: 100px; }
  .slides.boxed .slick-slide {
    height: 60vh;
    position: relative; }
  .slides.boxed .slide-info {
    top: 30%;
    text-align: center; }
    .slides.boxed .slide-info h1 {
      font-size: 48px; }
    .slides.boxed .slide-info a {
      color: #fff; }
      .slides.boxed .slide-info a:hover {
        color: #AB8860; }
    .slides.boxed .slide-info p {
      color: #fff; }
  .slides.boxed h1 {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all; }
  .slides.boxed p {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all; }
  .slides.boxed .button {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all; }
  .slides.boxed .slick-active .slide-info {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    .slides.boxed .slick-active .slide-info h1 {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .slides.boxed .slick-active .slide-info p {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .slides.boxed .slick-active .slide-info .button {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }

input[type="text"] {
  padding: 15px;
  height: 3rem;
  margin-bottom: 1.875rem; }
  input[type="text"]:focus {
    background: none;
    border: 1px solid #AB8860; }

input[type="password"] {
  padding: 15px;
  height: 3rem;
  margin-bottom: 1.875rem; }
  input[type="password"]:focus {
    background: none;
    border: 1px solid #AB8860; }

input[type="date"] {
  padding: 15px;
  height: 3rem;
  margin-bottom: 1.875rem; }
  input[type="date"]:focus {
    background: none;
    border: 1px solid #AB8860; }

input[type="datetime"] {
  padding: 15px;
  height: 3rem;
  margin-bottom: 1.875rem; }
  input[type="datetime"]:focus {
    background: none;
    border: 1px solid #AB8860; }

input[type="datetime-local"] {
  padding: 15px;
  height: 3rem;
  margin-bottom: 1.875rem; }
  input[type="datetime-local"]:focus {
    background: none;
    border: 1px solid #AB8860; }

input[type="month"] {
  padding: 15px;
  height: 3rem;
  margin-bottom: 1.875rem; }
  input[type="month"]:focus {
    background: none;
    border: 1px solid #AB8860; }

input[type="week"] {
  padding: 15px;
  height: 3rem;
  margin-bottom: 1.875rem; }
  input[type="week"]:focus {
    background: none;
    border: 1px solid #AB8860; }

input[type="email"] {
  padding: 15px;
  height: 3rem;
  margin-bottom: 1.875rem; }
  input[type="email"]:focus {
    background: none;
    border: 1px solid #AB8860; }

input[type="number"] {
  padding: 15px;
  height: 3rem;
  margin-bottom: 1.875rem; }
  input[type="number"]:focus {
    background: none;
    border: 1px solid #AB8860; }

input[type="search"] {
  padding: 15px;
  height: 3rem;
  margin-bottom: 1.875rem; }
  input[type="search"]:focus {
    background: none;
    border: 1px solid #AB8860; }

input[type="tel"] {
  padding: 15px;
  height: 3rem;
  margin-bottom: 1.875rem; }
  input[type="tel"]:focus {
    background: none;
    border: 1px solid #AB8860; }

input[type="time"] {
  padding: 15px;
  height: 3rem;
  margin-bottom: 1.875rem; }
  input[type="time"]:focus {
    background: none;
    border: 1px solid #AB8860; }

input[type="url"] {
  padding: 15px;
  height: 3rem;
  margin-bottom: 1.875rem; }
  input[type="url"]:focus {
    background: none;
    border: 1px solid #AB8860; }

textarea {
  padding: 15px;
  height: 3rem;
  margin-bottom: 1.875rem; }
  textarea:focus {
    background: none;
    border: 1px solid #AB8860; }

form input[type="text"] {
  background: none;
  border: 1px solid #ccc;
  box-shadow: none;
  color: #333; }
form input[type="password"] {
  background: none;
  border: 1px solid #ccc;
  box-shadow: none;
  color: #333; }
form input[type="date"] {
  background: none;
  border: 1px solid #ccc;
  box-shadow: none;
  color: #333; }
form input[type="datetime"] {
  background: none;
  border: 1px solid #ccc;
  box-shadow: none;
  color: #333; }
form input[type="datetime-local"] {
  background: none;
  border: 1px solid #ccc;
  box-shadow: none;
  color: #333; }
form input[type="month"] {
  background: none;
  border: 1px solid #ccc;
  box-shadow: none;
  color: #333; }
form input[type="week"] {
  background: none;
  border: 1px solid #ccc;
  box-shadow: none;
  color: #333; }
form input[type="email"] {
  background: none;
  border: 1px solid #ccc;
  box-shadow: none;
  color: #333; }
form input[type="number"] {
  background: none;
  border: 1px solid #ccc;
  box-shadow: none;
  color: #333; }
form input[type="search"] {
  background: none;
  border: 1px solid #ccc;
  box-shadow: none;
  color: #333; }
form input[type="tel"] {
  background: none;
  border: 1px solid #ccc;
  box-shadow: none;
  color: #333; }
form input[type="time"] {
  background: none;
  border: 1px solid #ccc;
  box-shadow: none;
  color: #333; }
form input[type="url"] {
  background: none;
  border: 1px solid #ccc;
  box-shadow: none;
  color: #333; }
form textarea {
  background: none;
  border: 1px solid #ccc;
  box-shadow: none;
  color: #333;
  height: 200px; }

input[type="color"]:focus {
  background: none;
  border: 1px solid #AB8860; }

form.dark input[type="text"] {
  background: none;
  border: 1px solid #ccc;
  color: #333; }
  form.dark input[type="text"]:focus {
    background: none;
    border: 1px solid #999; }
form.dark input[type="password"] {
  background: none;
  border: 1px solid #ccc;
  color: #333; }
  form.dark input[type="password"]:focus {
    background: none;
    border: 1px solid #999; }
form.dark input[type="date"] {
  background: none;
  border: 1px solid #ccc;
  color: #333; }
  form.dark input[type="date"]:focus {
    background: none;
    border: 1px solid #999; }
form.dark input[type="datetime"] {
  background: none;
  border: 1px solid #ccc;
  color: #333; }
  form.dark input[type="datetime"]:focus {
    background: none;
    border: 1px solid #999; }
form.dark input[type="datetime-local"] {
  background: none;
  border: 1px solid #ccc;
  color: #333; }
  form.dark input[type="datetime-local"]:focus {
    background: none;
    border: 1px solid #999; }
form.dark input[type="month"] {
  background: none;
  border: 1px solid #ccc;
  color: #333; }
  form.dark input[type="month"]:focus {
    background: none;
    border: 1px solid #999; }
form.dark input[type="week"] {
  background: none;
  border: 1px solid #ccc;
  color: #333; }
  form.dark input[type="week"]:focus {
    background: none;
    border: 1px solid #999; }
form.dark input[type="email"] {
  background: none;
  border: 1px solid #ccc;
  color: #333; }
  form.dark input[type="email"]:focus {
    background: none;
    border: 1px solid #999; }
form.dark input[type="number"] {
  background: none;
  border: 1px solid #ccc;
  color: #333; }
  form.dark input[type="number"]:focus {
    background: none;
    border: 1px solid #999; }
form.dark input[type="search"] {
  background: none;
  border: 1px solid #ccc;
  color: #333; }
  form.dark input[type="search"]:focus {
    background: none;
    border: 1px solid #999; }
form.dark input[type="tel"] {
  background: none;
  border: 1px solid #ccc;
  color: #333; }
  form.dark input[type="tel"]:focus {
    background: none;
    border: 1px solid #999; }
form.dark input[type="time"] {
  background: none;
  border: 1px solid #ccc;
  color: #333; }
  form.dark input[type="time"]:focus {
    background: none;
    border: 1px solid #999; }
form.dark input[type="url"] {
  background: none;
  border: 1px solid #ccc;
  color: #333; }
  form.dark input[type="url"]:focus {
    background: none;
    border: 1px solid #999; }
form.dark textarea {
  background: none;
  border: 1px solid #ccc;
  color: #333; }
  form.dark textarea:focus {
    background: none;
    border: 1px solid #999; }
form.dark input[type="color"]:focus {
  background: none;
  border: 1px solid #999; }

form.update-form input {
  float: left; }
form.update-form input.update-field {
  width: calc(100% - 120px);
  height: 60px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px; }
  form.update-form input.update-field:focus {
    border: 1px solid #fff; }
form.update-form input.button {
  width: 120px;
  height: 60px;
  margin-left: -1px; }
  form.update-form input.button:hover {
    background: #fff; }

.footer {
  color: #333; }
  .footer p {
    font-size: 14px;
    margin-bottom: 5px; }
  .footer ul {
    list-style: none;
    margin: 0; }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #333; }
  .footer .socials {
    margin-bottom: 30px; }
    .footer .socials i {
      font-size: 20px; }
    .footer .socials a {
      color: #333; }
      .footer .socials a:hover {
        color: #fff; }
  .footer .back-to-top i {
    display: block;
    margin-bottom: 5px; }
  .footer .back-to-top a {
    color: #fff;
    text-transform: uppercase; }
    .footer .back-to-top a:hover {
      color: #eee; }

.video-bg {
  position: relative;
  width: 100vw;
  height: 100vh; }

.touch-video-image {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  background-size: cover; }

#fullscreen-video {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

.vimeo iframe {
  position: relative;
  min-width: 100%;
  max-height: 700px;
  width: auto;
  height: auto; }

.milestone .number {
  display: block;
  font-size: 72px;
  font-weight: 300;
  line-height: 1em;
  font-style: italic;
  margin-bottom: 10px; }
.milestone span {
  color: #888; }
.milestone i {
  font-size: 44px;
  height: 50px;
  display: block;
  margin-bottom: 30px; }
.milestone::before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  width: 1px;
  height: 200px;
  background: #ddd;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg); }

.milestone.first::before {
  display: none; }

.principle {
  margin-bottom: 40px; }
  .principle i {
    font-size: 48px;
    margin-bottom: 10px;
    display: block;
    color: #AB8860; }

.modBarGraph .bars {
  margin: 0;
  list-style: none;
  padding: 0 40px 0 20px; }
  .modBarGraph .bars h4 {
    font-weight: normal;
    text-transform: capitalize;
    font-family: "josefin sans";
    margin-bottom: 10px;
    letter-spacing: 1px; }
  .modBarGraph .bars p.highlighted {
    width: 0;
    background: #AB8860;
    height: 6px;
    margin-bottom: 30px; }

.process {
  margin-bottom: 30px; }
  .process span {
    color: #AB8860; }

.sidebar {
  color: #666;
  padding-left: 20px; }
  .sidebar h4 {
    margin-bottom: 30px; }
  .sidebar .latest-news .latest-post {
    overflow: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee; }
    .sidebar .latest-news .latest-post img {
      float: left;
      width: 120px;
      margin-right: 20px; }
    .sidebar .latest-news .latest-post h5 {
      margin-bottom: 5px; }
      .sidebar .latest-news .latest-post h5 a {
        color: #333; }
        .sidebar .latest-news .latest-post h5 a:hover {
          color: #AB8860; }
    .sidebar .latest-news .latest-post p {
      color: #999;
      font-size: 14px; }
  .sidebar .instagram {
    overflow: auto; }
    .sidebar .instagram img {
      float: left;
      width: 49%;
      margin-right: 1%;
      margin-bottom: 1%; }
  .sidebar .tags {
    margin-top: 20px; }
    .sidebar .tags a {
      font-size: 14px;
      border: 1px solid #ccc;
      float: left;
      margin-right: 5px;
      margin-bottom: 5px;
      padding: 5px 10px;
      font-style: italic; }
      .sidebar .tags a:hover {
        border: 1px solid #AB8860; }

.site-logo {
  margin-top: 28px;
  margin-left: 10px; }

.slide img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.top-bar {
  background: white; }
  .top-bar .top-bar-section ul {
    text-align: center;
    margin: 0 auto; }

.about-right-color {
  background-color: #b3aa71;
  color: white; }

div.services div.service-icon img {
  padding-bottom: 20px; }

.map-row {
  height: 400px; }

#map {
  height: 50vh; }

.bg-slide2 {
  height: 212px;
  width: 524px;
  background-image: url("../images/slide2-text.png"); }

.bg-slide3 {
  height: 212px;
  width: 524px;
  background-image: url("../images/slide3-text.png"); }

.bg-slide4 {
  height: 212px;
  width: 524px;
  background-image: url("../images/slide4-text.png"); }

.slide .slide-info h4 {
  margin-left: 22px;
  text-align: left; }

.slide-info-s {
  width: 100%;
  height: 100%;
  padding: 20% 10%;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.5); }

.columns.medium-centered {
  margin-left: auto;
  margin-right: auto;
  float: none !important; }

.info p.brand {
  font-size: small;
  margin-top: -22px; }

.recent-work .columns {
  padding-left: 0px;
  padding-right: 0px; }

p.copyright {
  color: white; }

h4.work-brand {
  margin-bottom: 30px; }

h2.work-brand {
  margin-bottom: 0px; }
  h2.work-brand img {
    margin-bottom: 10px; }

p.work-brand {
  margin-top: 20px; }

a.play-button-link {
  position: relative;
  display: inline-block;
  line-height: 0px; }
  a.play-button-link img.play-button {
    position: absolute;
    left: 0px;
    z-index: 10;
    opacity: 0.6;
    display: inline-block; }
  a.play-button-link:hover img.play-button {
    opacity: 1.0; }

.cf {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%; }

div#cf1.cf {
  background-image: url("../images/people-steven-hover.jpg"); }

div#cf2.cf {
  background-image: url("../images/people-jo-hover.jpg"); }

div#cf3.cf {
  background-image: url("../images/people-jon-hover.jpg"); }

div#cf4.cf {
  background-image: url("../images/people-huihui-hover.jpg"); }

div#cf5.cf {
  background-image: url("../images/people-andrea-hover.jpg"); }

div#cf6.cf {
  background-image: url("../images/people-selina-hover.jpg"); }

.cf img {
  margin: 0 auto;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

.cf img.top:hover {
  opacity: 0; }
