@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "Cormorant Garamond", "Sawarabi Mincho", Georgia, serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #231d1c;
  background-color: #fbfbf8; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    body {
      background-color: #fbfbf8; } }

#page:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/background-noise.png);
  opacity: .04;
  pointer-events: none; }

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .offcanvas #page {
    overflow: hidden;
    position: absolute; }
    .offcanvas #page:after {
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 101;
      background: rgba(0, 0, 0, 0.7);
      content: ""; }

a {
  color: #c0845e;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: #c0845e;
    outline: none;
    text-decoration: none; }

p {
  margin-bottom: 30px;
  font-style: 18px; }

h1, h2, h3, h4, h5, h6, figure {
  color: #231d1c;
  font-family: "Cormorant Garamond", "Sawarabi Mincho", Georgia, serif;
  font-weight: 400;
  margin: 0 0 20px 0; }

::-webkit-selection {
  color: #c0845e;
  background: #c0845e; }

::-moz-selection {
  color: #fff;
  background: #c0845e; }

::selection {
  color: #fff;
  background: #c0845e; }

.nav {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 1001;
  top: 0;
  padding: 186px 0;
  z-index: 30;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .nav .menu-1.menu-wrap {
    padding-top: 15px; }
  @media screen and (max-width: 480px) {
    .nav {
      position: absolute; } }
  .nav.scrolled {
    padding: 14px 0;
    top: -82px; }
    .nav.scrolled .menu-1.menu-wrap {
      padding-top: 0; }
    .nav.scrolled #logo a {
      font-size: 42px; }
    .nav.scrolled #logo h1 {
      display: none; }
    @media screen and (max-width: 480px) {
      .nav.scrolled {
        background: transparent; } }
  .nav #logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-family: "Cormorant Garamond", "Sawarabi Mincho", Georgia, serif;
    color: #c0845e !important; }
    .scrolled .nav #logo {
      color: #231d1c !important; }
    .nav #logo a {
      font-size: 125px;
      color: #fff !important; }
      @media screen and (max-width: 768px) {
        .nav #logo a {
          font-size: 90px; } }
      .scrolled .nav #logo a {
        color: #231d1c !important; }
      .nav #logo a span {
        color: #c0845e; }
  .nav h1 {
    color: #ccc5c5; }
  @media screen and (max-width: 768px) {
    .nav .menu-1 {
      display: none; } }
  .nav ul {
    padding: 0;
    margin: 5px 0 0 0; }
    .nav ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      display: inline; }
      .nav ul li > a {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px; }
      .nav ul li a {
        padding: 30px 15px;
        color: rgba(255, 255, 255, 0.7);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .scrolled .nav ul li a {
          color: rgba(0, 0, 0, 0.7); }
        .nav ul li a:hover, .nav ul li a:focus, .nav ul li a:active {
          color: white; }
          .scrolled .nav ul li a:hover, .scrolled .nav ul li a:focus, .scrolled .nav ul li a:active {
            color: black; }
      .nav ul li.has-dropdown {
        position: relative; }
        .nav ul li.has-dropdown .dropdown {
          width: 140px;
          -webkit-box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75);
          z-index: 1002;
          visibility: hidden;
          opacity: 0;
          position: absolute;
          top: 40px;
          left: 0;
          text-align: left;
          background: #c0845e;
          padding: 20px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          -webkit-transition: 0s;
          -o-transition: 0s;
          transition: 0s; }
          .nav ul li.has-dropdown .dropdown:before {
            bottom: 100%;
            left: 40px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-bottom-color: #c0845e;
            border-width: 8px;
            margin-left: -8px; }
          .nav ul li.has-dropdown .dropdown li {
            display: block;
            margin-bottom: 7px; }
            .nav ul li.has-dropdown .dropdown li:last-child {
              margin-bottom: 0; }
            .nav ul li.has-dropdown .dropdown li a {
              font-size: 17px;
              padding: 2px 0;
              display: block;
              color: white;
              line-height: 1.2;
              text-transform: none;
              letter-spacing: 0; }
              .nav ul li.has-dropdown .dropdown li a:hover {
                color: #c0845e; }
        .nav ul li.has-dropdown:hover a, .nav ul li.has-dropdown:focus a {
          color: #c0845e; }
          .scrolled .nav ul li.has-dropdown:hover a, .scrolled .nav ul li.has-dropdown:focus a {
            color: rgba(0, 0, 0, 0.7); }
      .nav ul li.active > a {
        color: #c0845e;
        position: relative; }
        .scrolled .nav ul li.active > a {
          color: rgba(0, 0, 0, 0.7); }
        .nav ul li.active > a:after {
          position: absolute;
          bottom: 25px;
          left: 0;
          right: 0;
          content: '';
          width: 30px;
          height: 2px;
          background: #c0845e;
          margin: 0 auto; }
@media only screen and (min-width: 770px) {
nav.nav::after {
  content: "";
  display: block;
  background: none;
  height: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all;
  background: #000 url(../images/broken_noise.png) repeat;
  opacity: 0;
}

nav.nav.scrolled::after {
  transition: all;
  opacity: 100;
  transition: opacity 0.5s ease-in-out;
  height: 140px;
}
}
.container {
  position: relative;
}
nav .container {
  z-index: 10;
}
#counter,
.bg,
#gallery .bg-img,
#gallery .gallery_big,
.product {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative; }

#header-logo {
  position: absolute;
  display: block;
  height: 115%;
  top: -47px;
  right: 0;
  left: 0;
  margin: auto; }
  @media screen and (max-width: 480px) {
    #header-logo {
      position: relative;
      width: 220%;
      margin: -47px -56%;
      text-align: center;
      overflow: hidden;
      height: auto; } }

#header {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative; }
  @media screen and (max-width: 768px) {
    #header {
      background-position: center center;
      background-attachment: scroll; } }
  #header .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(35, 29, 28, 0.5); }

@media screen and (max-width: 768px) {
  #header,
  .cover {
    padding: 3em 0;
    height: 100vh; } }
#header .display-t,
.cover .display-t {
  display: table;
  width: 100%; }
  @media screen and (max-width: 768px) {
    #header .display-t,
    .cover .display-t {
      padding: 3em 0; } }
#header .display-tc,
.cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
  width: 100%; }
  @media screen and (max-width: 768px) {
    #header .display-tc,
    .cover .display-tc {
      padding: 3em 0; } }
  #header .display-tc h1, #header .display-tc h2,
  .cover .display-tc h1,
  .cover .display-tc h2 {
    margin: 0;
    padding: 0;
    color: white; }
  #header .display-tc h1,
  .cover .display-tc h1 {
    margin-bottom: 0px;
    font-size: 74px;
    font-size: 80px;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      #header .display-tc h1,
      .cover .display-tc h1 {
        font-size: 42px;
        line-height: 50px; } }
    #header .display-tc h1 em,
    .cover .display-tc h1 em {
      font-style: italic;
      font-weight: 600; }
  #header .display-tc h2,
  .cover .display-tc h2 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-style: italic; }
    #header .display-tc h2 a,
    .cover .display-tc h2 a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      color: #c0845e;
      position: relative; }
      #header .display-tc h2 a:before,
      .cover .display-tc h2 a:before {
        background: #c0845e;
        content: "";
        position: absolute;
        bottom: 0;
        height: 2px;
        width: 100%; }
  #header .display-tc .btn,
  .cover .display-tc .btn {
    padding: 10px 30px;
    color: #c0845e;
    border: none !important;
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      #header .display-tc .btn,
      .cover .display-tc .btn {
        width: 80%;
        margin: 0 auto; } }
    #header .display-tc .btn.btn-learn,
    .cover .display-tc .btn.btn-learn {
      background: #fee856;
      border: none;
      color: #231d1c !important; }
      #header .display-tc .btn.btn-learn:hover, #header .display-tc .btn.btn-learn:focus,
      .cover .display-tc .btn.btn-learn:hover,
      .cover .display-tc .btn.btn-learn:focus {
        background: rgba(254, 232, 86, 0.9) !important;
        color: #231d1c !important; }
    #header .display-tc .btn:hover, #header .display-tc .btn:focus,
    .cover .display-tc .btn:hover,
    .cover .display-tc .btn:focus {
      color: #c0845e !important; }
    #header .display-tc .btn.btn-demo,
    .cover .display-tc .btn.btn-demo {
      background: #c0845e;
      border: none; }
      #header .display-tc .btn.btn-demo:hover, #header .display-tc .btn.btn-demo:focus,
      .cover .display-tc .btn.btn-demo:hover,
      .cover .display-tc .btn.btn-demo:focus {
        background: rgba(192, 132, 94, 0.9) !important;
        color: #c0845e !important; }
    #header .display-tc .btn:hover,
    .cover .display-tc .btn:hover {
      background: #c0845e !important;
      -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
      -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
      box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important; }
  #header .display-tc .form-inline .form-group,
  .cover .display-tc .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px; }
    #header .display-tc .form-inline .form-group .form-control,
    .cover .display-tc .form-inline .form-group .form-control {
      width: 100%;
      background: #c0845e;
      border: none; }

.section {
  padding: 7em 0; }
  @media screen and (max-width: 480px) {
    .section {
      padding: 3em 0; } }
  .section p {
    color: rgba(255, 255, 255, 0.3);
    font-size: 18px;
    line-height: 1.5; }

.section-heading {
  width: 100%;
  float: left;
  margin-bottom: 50px; }
  .section-heading h2 {
    font-style: 40px;
    color: #c0845e;
    margin-top: 30px; }

#about {
  padding: 9em 0 1em !important; }
  #about .img-wrap img {
    margin-bottom: 30px; }
    @media screen and (max-width: 992px) {
      #about .img-wrap img {
        max-width: 100%; } }
  #about p {
    color: #231d1c; }

#featured-menu .heading, #gallery .heading, #reservation-form .heading {
  margin-bottom: 170px; }
  @media screen and (max-width: 768px) {
    #featured-menu .heading, #gallery .heading, #reservation-form .heading {
      margin-bottom: 0; } }
  #featured-menu .heading h2, #gallery .heading h2, #reservation-form .heading h2 {
    color: #c0845e;
    font-family: "Satisfy", cursive; }
#featured-menu .item-wrap, #gallery .item-wrap, #reservation-form .item-wrap {
  padding-left: 20px;
  padding-right: 20px; }
#featured-menu .item, #gallery .item, #reservation-form .item {
  float: left;
  width: 100%;
  background: #c0845e; }
  #featured-menu .item.margin_top, #gallery .item.margin_top, #reservation-form .item.margin_top {
    margin-top: 150px; }
    @media screen and (max-width: 480px) {
      #featured-menu .item.margin_top, #gallery .item.margin_top, #reservation-form .item.margin_top {
        margin-top: 0; } }
  #featured-menu .item h3, #gallery .item h3, #reservation-form .item h3 {
    margin-bottom: 0px;
    color: #c0845e; }
  #featured-menu .item .price, #gallery .item .price, #reservation-form .item .price {
    font-style: 20px;
    color: #fee856;
    margin-bottom: 20px;
    font-size: 30px;
    display: block; }
  #featured-menu .item img, #gallery .item img, #reservation-form .item img {
    margin-bottom: 30px; }

#gallery {
  margin-bottom: 100px; }
  #gallery .gallery {
    position: relative; }
  #gallery .gallery_item {
    padding-left: 10px;
    padding-right: 10px;
    overflow: pointer; }
  #gallery .bg-img, #gallery .gallery_big {
    float: left;
    margin-bottom: 20px;
    background-size: cover;
    cursor: zoom-in; }
  #gallery .bg-img {
    height: 250px;
    border: solid 1px #c0845e; }
    #gallery .bg-img section {
      display: none; }
      #gallery .bg-img section img {
        width: 80%;
        margin: 0 5% 0 auto;
        display: block; }
    #gallery .bg-img .made-date {
      vertical-align: bottom;
      text-align: right;
      color: #fff;
      position: absolute;
      z-index: 1;
      bottom: 0;
      right: 0;
      margin: 7px 15px;
      opacity: 0;
      transition: 0.2s; }
  #gallery .bg-img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-image: linear-gradient(135deg, #695e4d 0%, #844e42 100%);
    opacity: 0.5;
    transition: 0.4s;
    bottom: 0;
    vertical-align: bottom;
    margin: 0; }
  #gallery .bg-img:hover:after {
    opacity: 0.8;
    height: 40px; }
  #gallery .bg-img:hover .made-date {
    opacity: 1; }
  #gallery .gallery_big {
    height: 420px; }
    @media screen and (max-width: 768px) {
      #gallery .gallery_big {
        height: 200px; } }
  #gallery .row .gallery-bg:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-image: linear-gradient(135deg, #695e4d 0%, #844e42 100%);
    opacity: 0.5;
    transition: 0.4s;
    bottom: 0; }
  #gallery .row .gallery-bg:hover:after {
    opacity: 0.8;
    height: 50px; }
  #gallery .gallery-bg:hover p {
    opacity: 1; }
  #gallery .container > .gallery-bg {
    float: right; }
  #gallery .gallery-bg p {
    opacity: 0;
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 1;
    color: white;
    margin-bottom: 10px; }
  #gallery h2 {
    color: #c0845e;
    padding-left: 10px; }

#form-wrap {
  border: 4px solid rgba(255, 255, 255, 0.04);
  padding: 30px; }
  #form-wrap .form-group:last-child {
    margin-bottom: 0 !important; }

#featured-testimony {
  border: none !important; }
  #featured-testimony p {
    color: #231d1c; }
  #featured-testimony .heading {
    margin-bottom: 170px; }
    @media screen and (max-width: 768px) {
      #featured-testimony .heading {
        margin-bottom: 50px; } }
    #featured-testimony .heading h2 {
      color: #c0845e; }
  #featured-testimony .img-to-responsive img {
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #featured-testimony .img-to-responsive img {
        max-width: 100%; } }
  #featured-testimony blockquote {
    border: none;
    position: relative;
    margin-top: 100px; }
    @media screen and (max-width: 992px) {
      #featured-testimony blockquote {
        margin-top: 0; } }
    #featured-testimony blockquote p {
      font-size: 40px;
      line-height: 50px;
      font-style: italic;
      font-weight: 300;
      color: #c0845e; }
      @media screen and (max-width: 992px) {
        #featured-testimony blockquote p {
          font-size: 30px;
          line-height: 40px; } }
    #featured-testimony blockquote .author {
      color: rgba(255, 255, 255, 0.7);
      font-size: 30px; }
      @media screen and (max-width: 992px) {
        #featured-testimony blockquote .author {
          color: rgba(255, 255, 255, 0.3); } }

#slider .heading h2 {
  font-family: "Satisfy", cursive;
  color: #c0845e; }

#slider-wrwap {
  height: 500px !important;
  background: url(../images/loader.gif) no-repeat center center; }
  #slider-wrwap .btn {
    font-size: 24px; }
    #slider-wrwap .btn.btn-primary {
      padding: 14px 30px !important; }
  #slider-wrwap .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0; }
    #slider-wrwap .flexslider .slides {
      position: relative; }
      #slider-wrwap .flexslider .slides li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        height: 600px !important;
        position: relative; }
    #slider-wrwap .flexslider .flex-control-nav {
      top: -30px !important;
      z-index: 1000;
      right: 0;
      float: right;
      width: auto; }
      #slider-wrwap .flexslider .flex-control-nav li {
        margin-bottom: 10px; }
        #slider-wrwap .flexslider .flex-control-nav li a {
          background: #c0845e;
          box-shadow: none;
          width: 12px;
          height: 12px;
          cursor: pointer;
          border: 2px solid transparent; }
          #slider-wrwap .flexslider .flex-control-nav li a.flex-active {
            cursor: pointer;
            background: transparent;
            border: 2px solid #c0845e; }
    #slider-wrwap .flexslider .flex-direction-nav {
      display: none; }
    #slider-wrwap .flexslider .slider-text-bg {
      margin-left: -150px; }
      @media screen and (max-width: 992px) {
        #slider-wrwap .flexslider .slider-text-bg {
          margin-left: 0px; } }
      #slider-wrwap .flexslider .slider-text-bg .desc {
        margin-top: 9em;
        padding: 2em;
        background: transparent; }
        @media screen and (max-width: 992px) {
          #slider-wrwap .flexslider .slider-text-bg .desc {
            background: #231d1c; } }
        #slider-wrwap .flexslider .slider-text-bg .desc h2 {
          color: #c0845e !important; }
        @media screen and (max-width: 768px) {
          #slider-wrwap .flexslider .slider-text-bg .desc p {
            display: none; } }
    #slider-wrwap .flexslider .slider-text,
    #slider-wrwap .flexslider .slider-text-bg {
      display: table;
      opacity: 0;
      height: 600px;
      z-index: 9; }
      #slider-wrwap .flexslider .slider-text > .slider-text-inner,
      #slider-wrwap .flexslider .slider-text-bg > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        min-height: 500px; }

.bg-section {
  background: rgba(192, 132, 94, 0.03); }

#slider,
#about,
#wireframe,
#started,
#portfolio,
#gallery,
#content-section,
#contact,
#footer {
  padding: 7em 0 1em;
  clear: both; }
  @media screen and (max-width: 768px) {
    #slider,
    #about,
    #wireframe,
    #started,
    #portfolio,
    #gallery,
    #content-section,
    #contact,
    #footer {
      padding: 3em 0; } }

#content {
  border-bottom: 2px solid rgba(192, 132, 94, 0.1); }

#started {
  border-bottom: none; }

.social-icons {
  margin: 0;
  padding: 0; }
  .social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .social-icons li a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      color: #c0845e;
      padding-left: 10px;
      padding-right: 10px; }
      .social-icons li a i {
        font-size: 20px; }

#started {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%; }
  #started .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7); }
  #started .heading {
    margin-bottom: 0; }
    #started .heading h2 {
      font-family: "Satisfy", cursive;
      color: #c0845e;
      margin-bottom: 20px !important; }
    #started .heading p {
      color: rgba(255, 255, 255, 0.8);
      font-size: 20px; }

.member {
  width: 100%;
  float: left; }
  .member .author {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 400px; }
  .member .desc {
    width: 80%;
    margin: 0 auto;
    margin-top: 4em; }
    .member .desc h3 {
      margin-bottom: 10px; }
    .member .desc span {
      display: block;
      margin-bottom: 20px;
      font-size: 14px;
      color: rgba(35, 29, 28, 0.3); }

#timeline {
  padding: 7em 0; }
  @media screen and (max-width: 768px) {
    #timeline {
      padding: 3em 0; } }
  #timeline .timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative; }
    #timeline .timeline:before {
      top: 20px;
      bottom: 0;
      position: absolute;
      content: " ";
      width: 2px;
      background: #434343;
      left: 50%;
      margin-left: 0px; }
      @media screen and (max-width: 768px) {
        #timeline .timeline:before {
          margin-left: -64px; } }
      @media screen and (max-width: 480px) {
        #timeline .timeline:before {
          margin-left: -64px; } }
    @media screen and (max-width: 768px) {
      #timeline .timeline .timeline-heading {
        margin-bottom: 30px; } }
    #timeline .timeline .timeline-heading > div h3 {
      display: inline-block;
      padding: 7px 15px;
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 5px;
      color: #fff;
      position: relative;
      z-index: 99;
      background: #434343;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
      @media screen and (max-width: 768px) {
        #timeline .timeline .timeline-heading > div h3 {
          float: left;
          margin-bottom: 0; } }
    #timeline .timeline .timeline-heading h3 {
      color: #c0845e; }
    #timeline .timeline > li {
      margin-bottom: 20px;
      position: relative; }
      @media screen and (max-width: 768px) {
        #timeline .timeline > li {
          margin-bottom: 4em; } }
      #timeline .timeline > li:before, #timeline .timeline > li:after {
        content: " ";
        display: table; }
      #timeline .timeline > li:after {
        clear: both; }
      #timeline .timeline > li > .timeline-panel {
        width: 45%;
        float: left;
        margin-bottom: 0;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px; }
        @media screen and (max-width: 768px) {
          #timeline .timeline > li > .timeline-panel {
            width: 85% !important; } }
        @media screen and (max-width: 480px) {
          #timeline .timeline > li > .timeline-panel {
            width: 75% !important; }
            #timeline .timeline > li > .timeline-panel:before {
              top: 30px; }
            #timeline .timeline > li > .timeline-panel:after {
              top: 31px; } }
      #timeline .timeline > li > .timeline-badge {
        color: #fff;
        width: 44px;
        height: 44px;
        line-height: 50px;
        font-size: 1.4em;
        text-align: center;
        position: absolute;
        top: 40px;
        left: 50%;
        margin-left: -21px;
        background-color: #c0845e;
        z-index: 100;
        display: table;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        @media screen and (max-width: 768px) {
          #timeline .timeline > li > .timeline-badge {
            margin-left: -10px !important; } }
        @media screen and (max-width: 992px) {
          #timeline .timeline > li > .timeline-badge {
            margin-left: -10px !important; } }
        #timeline .timeline > li > .timeline-badge i {
          display: table-cell;
          vertical-align: middle;
          height: 44px;
          font-size: 18px; }
      #timeline .timeline > li.timeline-unverted {
        text-align: right; }
        @media screen and (max-width: 768px) {
          #timeline .timeline > li.timeline-unverted {
            text-align: left; } }
      #timeline .timeline > li.timeline-inverted > .timeline-panel {
        float: right; }
        #timeline .timeline > li.timeline-inverted > .timeline-panel:before {
          border-left-width: 0;
          border-right-width: 15px;
          left: -15px;
          right: auto; }
        #timeline .timeline > li.timeline-inverted > .timeline-panel:after {
          border-left-width: 0;
          border-right-width: 14px;
          left: -14px;
          right: auto; }
  #timeline .timeline-title {
    margin-top: 0; }
  #timeline .company {
    display: block;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: bold; }
  #timeline .timeline-body > p,
  #timeline .timeline-body > ul {
    margin-bottom: 0; }
  #timeline .timeline-body > p + p {
    margin-top: 5px; }
  @media (max-width: 992px) {
    #timeline ul.timeline:before {
      left: 90px; }
    #timeline ul.timeline > li > .timeline-panel {
      width: calc(100% - 200px);
      width: -moz-calc(100% - 200px);
      width: -webkit-calc(100% - 200px); }
    #timeline ul.timeline > li > .timeline-badge {
      left: 15px;
      margin-left: 0;
      top: 16px; }
    #timeline ul.timeline > li > .timeline-panel {
      float: right; }
    #timeline ul.timeline > li > .timeline-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto; }
    #timeline ul.timeline > li > .timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto; } }

#blog {
  padding: 9em 0 0; }
  #blog h2 {
    color: #c0845e; }
  #blog p {
    color: #231d1c;
    margin-bottom: 0; }

#gallery .heading, #contact .heading {
  margin-bottom: 25px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #gallery .heading, #contact .heading {
      margin-bottom: 50px; } }
  #gallery .heading h2, #contact .heading h2 {
    font-family: "Satisfy", cursive;
    color: #c0845e; }

.gallery {
  width: 100%;
  float: left;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .gallery {
      width: 100%; } }
  .gallery .gallery-bg {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 300px;
    border: #c0845e solid 1px; }
    @media screen and (max-width: 768px) {
      .gallery .gallery-bg {
        height: 400px;
        background-position: top center; } }
  .gallery .gallery-text {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    padding: 30px;
    float: left;
    background: rgba(255, 255, 255, 0.03);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .gallery .gallery-text span {
      display: inline-block;
      margin-bottom: 20px;
      font-size: 14px !important;
      color: rgba(35, 29, 28, 0.3); }
    .gallery .gallery-text .stuff {
      margin: 0;
      padding: 0;
      border-top: 1px solid rgba(35, 29, 28, 0.05);
      padding-top: 20px; }
      .gallery .gallery-text .stuff li {
        list-style: none;
        display: inline-block;
        margin-left: 10px;
        color: #c0845e; }
        .gallery .gallery-text .stuff li:first-child {
          margin-left: 0; }
        .gallery .gallery-text .stuff li:last-child {
          float: right; }
          .gallery .gallery-text .stuff li:last-child i {
            padding-right: 0;
            padding-left: 10px; }
        .gallery .gallery-text .stuff li i {
          margin-top: 7px;
          margin-right: 5px;
          color: rgba(255, 255, 255, 0.5);
          float: left;
          font-size: 14px;
          padding-right: 5px; }
    .gallery .gallery-text h3 {
      font-size: 24px;
      margin-bottom: 20px;
      line-height: 1.5; }
      .gallery .gallery-text h3 a {
        color: #c0845e; }

.portfolio {
  width: 100%;
  float: left;
  margin-bottom: 40px; }
  .portfolio > a {
    width: 100%;
    float: left;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06); }
    .portfolio > a:hover {
      webkit-box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
      -moz-box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
      box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13); }
  .portfolio .portfolio-entry {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 300px; }
    @media screen and (max-width: 768px) {
      .portfolio .portfolio-entry {
        height: 400px; } }
  .portfolio .portfolio-text {
    width: 100%;
    float: left;
    padding: 20px; }
    .portfolio .portfolio-text .stuff {
      margin: 0;
      padding: 0;
      border-top: 1px solid rgba(35, 29, 28, 0.05);
      padding-top: 20px; }
      .portfolio .portfolio-text .stuff li {
        list-style: none;
        display: inline-block;
        margin-left: 10px;
        color: rgba(35, 29, 28, 0.3); }
        .portfolio .portfolio-text .stuff li:first-child {
          margin-left: 0; }
        .portfolio .portfolio-text .stuff li:last-child {
          float: right; }
        .portfolio .portfolio-text .stuff li i {
          font-size: 14px;
          padding-right: 5px; }

.team {
  position: relative;
  background: #c0845e;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06); }
  @media screen and (max-width: 768px) {
    .team {
      border-right: 0;
      margin-bottom: 80px; } }
  .team h2 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px; }
  .team figure {
    position: relative;
    top: 0px;
    background-size: cover;
    margin-bottom: 20px; }
    .team figure img {
      width: 150px;
      height: 150px;
      border: 10px solid #c0845e;
      background-size: cover;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .team > div {
    padding: 30px 30px 0 30px; }
    .team > div h3 {
      margin-bottom: 0;
      font-size: 20px;
      color: #c0845e; }
    .team > div .position {
      color: #f9f8f8;
      margin-bottom: 30px; }
  .team > div,
  .team blockquote {
    border: none;
    padding: 0;
    margin-bottom: 20px; }
    .team > div p,
    .team blockquote p {
      font-size: 16px;
      line-height: 1.5;
      color: #555555; }
  .team span {
    color: #d7cecd; }

#footer {
  background: #171717; }
  #footer .footer-links {
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 768px) {
      #footer .footer-links {
        margin-bottom: 30px; } }
    #footer .footer-links li {
      padding: 0;
      margin: 0;
      list-style: none;
      color: rgba(255, 255, 255, 0.5); }
      #footer .footer-links li a {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none; }
        #footer .footer-links li a:hover {
          text-decoration: underline;
          color: #c0845e; }
  #footer .widget {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      #footer .widget {
        text-align: left;
        margin-right: 30px;
        padding-left: 15px; } }
    #footer .widget h4 {
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 20px;
      font-size: 14px;
      letter-spacing: 1px; }
  #footer .copyright .block {
    display: block;
    color: #c0845e; }

.contact-info {
  margin-bottom: 4em;
  padding: 0; }
  .contact-info li {
    list-style: none;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 40px;
    color: #c0845e; }
    .contact-info li i {
      position: absolute;
      top: .3em;
      left: 0;
      font-size: 22px;
      color: rgba(192, 132, 94, 0.3); }
    .contact-info li a {
      color: #c0845e; }

#offcanvas {
  position: absolute;
  z-index: 1901;
  width: 100vw;
  /* background: #000 url(../images/broken_noise.png) repeat; */
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(100vw);
  -webkit-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  -o-transform: translateX(100vw);
  transform: translateX(100vw);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 768px) {
    #offcanvas {
      display: block; } }
  .offcanvas #offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  #offcanvas a {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5); }
    #offcanvas a:hover {
      color: rgba(255, 255, 255, 0.8); }
  #offcanvas ul {
    padding: 0;
    margin: 0; }
    #offcanvas ul li {
      padding: 0;
      margin: 0 auto;
      display: table;
      list-style: none; }
      #offcanvas ul li > ul {
        padding-left: 20px;
        display: none; }
      #offcanvas ul li.offcanvas-has-dropdown > a {
        display: block;
        position: relative; }
        #offcanvas ul li.offcanvas-has-dropdown > a:after {
          position: absolute;
          right: 0px;
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\ebfc";
          font-size: 20px;
          color: rgba(255, 255, 255, 0.2);
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      #offcanvas ul li.offcanvas-has-dropdown.active a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }

.uppercase {
  font-size: 14px;
  color: #231d1c;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase; }

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .gototop.active {
    opacity: 1;
    visibility: visible; }
  .gototop a {
    width: 50px;
    height: 50px;
    display: table;
    border: solid 1px;
    color: #c0845e;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    .gototop a i {
      height: 50px;
      display: table-cell;
      vertical-align: middle; }
    .gototop a:hover, .gototop a:active, .gototop a:focus {
      text-decoration: none;
      outline: none; }

.nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 25px !important; }
  .nav-toggle.active i::before, .nav-toggle.active i::after {
    background: #444; }
  .nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    transition: all .2s ease-out; }
    .nav-toggle i::before, .nav-toggle i::after {
      content: '';
      width: 25px;
      height: 2px;
      background: #252525;
      position: absolute;
      left: 0;
      transition: all .2s ease-out; }
  .nav-toggle.nav-white > i {
    color: #c0845e;
    background: #c0845e; }
    .nav-toggle.nav-white > i::before, .nav-toggle.nav-white > i::after {
      background: #c0845e; }

.nav-toggle i::before {
  top: -7px; }

.nav-toggle i::after {
  bottom: -7px; }

.nav-toggle:hover i::before {
  top: -10px; }

.nav-toggle:hover i::after {
  bottom: -10px; }

.nav-toggle.active i {
  background: transparent; }

.nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #c0845e; }

.nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #c0845e; }

.nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important; }
  @media screen and (max-width: 768px) {
    .nav-toggle {
      display: block;
      position: fixed; } }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Cormorant Garamond", "Sawarabi Mincho", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 10px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #c0845e;
  color: #c0845e;
  border: 2px solid #c0845e; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #c79270 !important;
    border-color: #c79270 !important; }
  .btn-primary.btn-outline {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background: transparent;
    color: #c0845e;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 1px;
    border: 2px solid #c0845e; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #c0845e;
      color: #fff; }

.btn-success {
  background: #5cb85c;
  color: #c0845e;
  border: 2px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #c0845e; }

.btn-info {
  background: #5bc0de;
  color: #c0845e;
  border: 2px solid #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #c0845e; }

.btn-warning {
  background: #f0ad4e;
  color: #c0845e;
  border: 2px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #c0845e; }

.btn-danger {
  background: #d9534f;
  color: #c0845e;
  border: 2px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #c0845e; }

.btn-outline {
  background: none;
  border: 2px solid #aa9794;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    box-shadow: none; }

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .btn.with-arrow:hover {
    padding-right: 50px; }
    .btn.with-arrow:hover i {
      color: #c0845e;
      right: 18px;
      visibility: visible;
      opacity: 1; }

.form-group {
  margin-bottom: 30px !important; }
  .form-group label {
    color: #c0845e;
    text-transform: uppercase;
    letter-spacing: 1px; }

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  height: 54px;
  font-size: 20px;
  font-weight: 300;
  font-family: "Satisfy", cursive;
  color: #c0845e; }
  .form-control:active, .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #c0845e; }

textarea {
  resize: vertical;
  overflow: auto; }

.row-pb-md {
  padding-bottom: 4em !important; }

.row-pb-md div:first-child {
  margin-right: 160px; }

.row-pb-sm {
  padding-bottom: 2em !important; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff; }

.js .animate-box {
  opacity: 0; }

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%; } }

.bootstrap-datetimepicker-widget {
  color: #231d1c !important; }

.gallery_item .square-rotation {
  position: fixed;
  width: 100px;
  height: 100px;
  pointer-events: none;
  stroke-dashoffset: 0;
  bottom: calc(5% - 20px);
  left: calc(6% - 20px);
  transition-property: transform;
  transform: rotate(45deg);
  transition: 0.7s;
  background: #c0845e;
  padding: 5px 7px 6px 5px;
  z-index: 5000;
  display: none; }
  @media screen and (max-width: 768px) {
    .gallery_item .square-rotation {
      zoom: 0.85; } }
  .gallery_item .square-rotation .st0 {
    fill: none;
    transition: 1s;
    stroke: #FFFFFF;
    stroke-width: 3;
    stroke-miterlimit: 10;
    stroke: salmon;
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    stroke-width: 2;
    transition: stroke-dashoffset 0.9s linear;
    color: #fff;
    stroke: white;
    stroke-width: 3px; }
.gallery_item .go-to-siteP {
  position: fixed;
  margin: 0;
  width: 55px;
  height: 55px;
  bottom: 5%;
  left: calc(6% + 2px);
  z-index: 5001;
  color: #fff;
  display: none; }
  @media screen and (max-width: 768px) {
    .gallery_item .go-to-siteP {
      zoom: 0.85; } }
.gallery_item svg {
  border: solid 1px #ffffff4f; }
.gallery_item .go_to_site {
  position: fixed;
  display: none;
  width: 120px;
  height: 120px;
  bottom: calc(5% - 32px);
  left: calc(6% - 32px);
  z-index: 5003; }
  .gallery_item .go_to_site:hover + p + div {
    transform: rotate(0deg); }
    .gallery_item .go_to_site:hover + p + div .st0 {
      stroke-dashoffset: 0; }
  @media screen and (max-width: 768px) {
    .gallery_item .go_to_site {
      zoom: 0.85; } }
.gallery_item section {
  background: #584234d9;
  position: fixed;
  height: calc(100% - 12px);
  width: calc(100% - 12px);
  top: 0px;
  left: 0px;
  margin: 6px;
  z-index: 3000;
  display: block;
  overflow: hidden;
  cursor: default; }
  .gallery_item section .scrollbar {
    height: 85%;
    width: 90%;
    overflow: auto;
    padding-right: 20px;
    margin: 20% auto 2%; }
    @media screen and (min-width: 700px) {
      .gallery_item section .scrollbar {
        margin: 10% auto 2%; } }
    @media screen and (min-width: 1400px) {
      .gallery_item section .scrollbar {
        margin: 7% auto 2%;
        width: 1100px;
        height: 80%; } }
    .gallery_item section .scrollbar img {
      width: 90%;
      cursor: default; }

.gallery_item section .scrollbar::-webkit-scrollbar {
  width: 8px; }

.gallery_item section .scrollbar::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ffffff26; }

.gallery_item section .scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #c0845e; }

.closeGallery {
  display: block;
  position: fixed;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
  cursor: pointer;
  text-decoration: none;
  top: 4% !important;
  right: 3.5%;
  transition: 0.5s; }
  @media screen and (min-width: 700px) {
    .closeGallery {
      top: 3% !important; } }
  @media screen and (min-width: 1000px) {
    .closeGallery {
      top: 7% !important; } }

.closeGallery > i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #c0845e;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  transition: all .2s ease-out; }
  .closeGallery > i::before, .closeGallery > i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    transition: all .2s ease-out; }

.closeGallery i:before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #c0845e; }

.closeGallery i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #c0845e; }

.banner {
  width: 80%;
  margin: 0 5% 0 auto;
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#gallery .bg-img section .banner img {
  padding: 10px 0 0;
  width: auto;
  margin: 0 0 0 auto;
  max-width: 100%;
}
/*# sourceMappingURL=style.css.map */
