@font-face{
  font-family: "Sansumi Bold";
  src: url("Sansumi-Bold.ttf") format("truetype");
}
@font-face{
  font-family: "Calibri Light";
  src: url("calibril.ttf") format("truetype");
}

body {
  font-family: "Calibri Light", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: rgb(133, 133, 133);
  background: white;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
}

body:before, body:after {
  content: "";
  position: fixed;
  background: #fff;
  left: 0;
  right: 0;
  height: 20px;
  z-index: 100;
}

@media screen and (max-device-width: 1024px) {
  body:before, body:after {
    display: none;
  }
}

body:before {
  top: 0;
}

body:after {
  bottom: 0;
}

@media screen and (max-device-width: 1024px) {
  body {
    border-left: none;
    border-right: none;
    border-bottom: 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: 100;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: lightgray;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: lightgray;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Calibri Light", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #ac7c2f;
}

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

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

.fh5co-nav {
  margin: 4em 0 3em 1.5em;
}

@media screen and (max-device-width: 1024px) {
  .fh5co-nav {
    margin: 0 0em 1em 0;
  }
}

.fh5co-nav .top-menu {
  padding: 0;
}

@media screen and (max-device-width: 1024px) {
  .fh5co-nav .top-menu {
    margin-top: 2em;
  }
}

@media screen and (max-device-width: 1024px) {
  .fh5co-nav .menu-1 {
    display: none;
  }
}

.fh5co-nav ul {
  padding: 0;
  margin: 1em 0 0 0;
}

.fh5co-nav ul li {
  font-family: "Calibri Light", sans-serif;
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  font-size: 19px;
}

.fh5co-nav ul li a {
  position: relative;
  padding: 30px 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #999999;
}

.fh5co-nav ul li.has-dropdown {
  position: relative;
}

.fh5co-nav ul li.has-dropdown .dropdown {
  width: 140px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 0;
  text-align: left;
  background: #000;
  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;
}

.fh5co-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: #000;
  border-width: 8px;
  margin-left: -8px;
}

.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}

.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}

.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}

.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #000;
}

.fh5co-nav ul li.btn-cta a {
  padding: 30px 0px;
  color: #fff;
}

.fh5co-nav ul li.btn-cta a span {
  background: lightgray;
  padding: 4px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

.fh5co-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.fh5co-nav ul li.active > a {
  color: rgb(72, 72, 72);
  position: relative;
}

.fh5co-nav ul li.active > a:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fh5co-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.logo {
  margin-top: -8.5em;
  padding: 0;
  margin-bottom: -1em;
  padding: 0;
  min-height: 210px;
  min-width: 210px;
}

@media screen and (max-device-width: 1024px) {
  .logo {
    margin-top: -3.3em;
    padding: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    width: 10%;
    height: auto;
  }
}  

.intro-image {
      padding-top: 300px;
      padding-bottom: 200px;
      margin-left: -1em;
      background-image: url(auma_post_008.jpg);
      background-size: cover;
      width: 100%;
      min-height: 450px;
      }

@media screen and (max-device-width: 1024px) {
.intro-image {
      background-image: url(auma_post_008.png);
      background-size: 105%;
      width: 109%;
      overflow: hidden;
      z-index: 1;
      background-repeat: no-repeat;
      background-position: center center;
      margin-top: -6em;
      margin-left: -1em;
      margin-right: -1em;
      margin-bottom: -20em;
    }
}

.header-text {
  font-size: 27px;
  color: black;
  margin-bottom: 20px;
}

@media screen and (max-device-width: 1024px) {
  .header-text {
    margin-top: auto;
    font-size: 22px;
    color: black;
  }
}

.contact-text {
  margin-left: 11em;
  font-size: 36px;
  color: black;
}

@media screen and (max-device-width: 1024px) {
  .contact-text {
    font-size: 26px;
    text-align: center;
    color: black;
  }
}

.sobre-text {
  font-size: 28px;
  color: black; 
}

@media screen and (max-device-width: 1024px) {
  .sobre-text {
    padding: 0px;
    margin-left: 0.7em;
    font-size: 26px;
    color: black;
  }
}

.sobre-image {
  margin-top: 3em;
  margin-right: -3em;
  margin-left: 3em;
  width: 50%;
  z-index: 1;
}

@media screen and (max-device-width: 1024px) {
  .sobre-image {
  width: 130%;
  margin-left: -2em;
  }
}

.project-text {
  font-size: 20.5px;
  color: black;
  text-align: justify;
}

@media screen and (max-device-width: 1024px) {
  .project-text {
  display: none;
  }
}

.column-left {
  width: 109%;
  margin-left: 4.4em;
  }
  
.column-right {
  width: 109%;
  }

@media screen and (max-device-width: 1024px) {
  .column-left {
  display: none;
  }
}
  
@media screen and (max-device-width: 1024px) {
  .column-right {
  display: none;
  }
}

.project-text-mobile {
  display: none;
}

@media screen and (max-device-width: 1024px) {
  .project-text-mobile {
  display: inline-block;
  font-size: 18px;
  margin-left: 1.2em;
  margin-right: 1.2em;
  color: black;
  text-align: justify;
  }
}
  
  .opaque-bg {
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
  padding: 1px 1px 5px 5px;
}

.fa-chevron-down {
  color: #ff6363 !important;
  bottom: 10px;
  margin-left: -30px;
  cursor: pointer;
  position: absolute;
  opacity: 0;
  -webkit-transition: 1.2s ease;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.fh5co-video {
  overflow: hidden;
}

@media screen and (max-device-width: 1024px) {
  .fh5co-video {
    height: 450px;
  }
}

.fh5co-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.fh5co-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}

.fh5co-video .overlay {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.10s;
  -o-transition: 0.10s;
  transition: 0.10s;
}

.fh5co-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}

.fh5co-video:hover a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#fh5co-hero {
  min-height: 400px;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

@media screen and (max-device-width: 1024px) {
  #fh5co-hero {
    min-height: 300px;
  }
}

#fh5co-hero .btn {
  font-size: 24px;
}

#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}

#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}

#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
  max-width: 91%;
  margin-left: 4.4em;
  margin-right: 5em;
  position: relative;
}

@media screen and (max-device-width: 1024px) {
  #fh5co-hero .flexslider .slides li {
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    max-width: 92%;
    margin-left: 1em;
  }
}

#fh5co-hero .flexslider .slides .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.10s;
  -o-transition: 0.10s;
  transition: 0.10s;
}

#fh5co-hero .flexslider .flex-control-nav {
  bottom: 250px;
  z-index: 1000;
  margin-left: 82em;
  float: right;
  width: auto;
}

@media screen and (max-device-width: 1024px) {
  #fh5co-hero .flexslider .flex-control-nav {
  margin-left: 23em;
  bottom: 70px;
  width: auto;
  }
}

#fh5co-hero .flexslider .flex-control-nav li {
  display: block;
  margin-bottom: 10px;
}

#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: transparent;
  border: 2px solid #fff;
}

#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}

#fh5co-hero .flexslider .slider-text {
  opacity: 0;
  min-height: 300px;
  z-index: 9;
  position: relative;
}

@media screen and (max-device-width: 1024px) {
  #fh5co-hero .flexslider .slider-text {
    min-height: 300px;
  }
}

#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 2em 3em 0;
}

@media screen and (max-device-width: 1024px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner {
    text-align: left;
    margin-left: 10px;
  }
}

#fh5co-hero .flexslider .slider-text > .slider-text-inner h1, #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: black;
}

#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 300;
  color: #fff;
  display: inline;
  display: inline;
  background-color: #F95959;
  box-shadow: 0.2em 0 0 #F95959, -0.2em 0 0 #F95959;
  padding: 0.1em 0em;
  box-decoration-break: clone;
}

#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 a {
  color: #fff;
}

@media screen and (max-device-width: 1024px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 24px;
  }

}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Open Sans", arial, sans-serif;
}

#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 a {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

#fh5co-contact,
#fh5co-work,
#fh5co-footer {
  padding: 5em 0;
  clear: both;
  line-height: 30px;
}

@media screen and (max-device-width: 1024px) {
  #fh5co-contact,
  #fh5co-work,
  #fh5co-footer {
    padding: 3em 1em;
  }
}

#fh5co-intro {
  margin-top: -4em;
}

@media screen and (max-device-width: 1024px) {
  #fh5co-intro {
    padding-bottom: -50px;
  }  
}

#fh5co-intro h2 {
  font-size: 75px;
  line-height: 65px;
}

#fh5co-intro h2 span {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 16px;
}

#fh5co-intro h2 span em {
  color: rgba(0, 0, 0, 0.3);
  margin-right: 5px;
}

.portfolio-grid {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

@media screen and (max-device-width: 1024px) {
  .portfolio.grid {
  margin-top: -30em;
  padding-top: 5px;
  }
}
.portfolio-grid:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.portfolio-grid img {
  position: relative;
  max-width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.portfolio-grid .desc {
  z-index: 9;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 30px;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

@media screen and (max-device-width: 1024px) {
  .portfolio-grid .desc {
    opacity: 1;
  }
}

.portfolio-grid .desc h3 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
}

.portfolio-grid .desc span {
  color: rgba(255, 255, 255, 0.8);
}

.portfolio-grid:hover:after {
  opacity: 1;
}

.portfolio-grid:hover .desc {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.portfolio-grid:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.detail h2 {
  margin-bottom: 10px;
}

.detail span {
  display: block;
  color: #999999;
  margin-bottom: 30px;
}

.detail p {
  font-size: 18px;
}

.form-wrap {
  margin-top: -3em;
  padding: 3em;
  background: whitesmoke;
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}

.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
  color: #000;
}

.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 18px;
  color: lightgray;
}

.contact-info li a {
  color: #000;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.form-control:focus, .form-control:active {
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.8);
}

input[type="text"] {
  height: 50px;
}

.form-group {
  margin-bottom: 30px;
}

.form-group .btn-modify {
  font-family: "Calibri Light", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 15px;
  color: black;
}

.copyright-name {
  margin-left: 30em;
  margin-top: 13em;
  font-size: 19px;
}

@media screen and (max-device-width: 1024px) {
  .copyright-name {
  margin-left: 0em;
  margin-top: -2em;  
  }
}

.fh5co-social-icons {
  margin-left: -3px;
  margin: 0;
  padding: 0;
  align-items: center;
  align-self: center;
  display: center;
  text-justify: center;
  text-align: center;
  -ms-flex-item-align: center;
}

@media screen and (max-device-width: 1024px) {
  .fh5co-social-icons {
  margin-left: 0em;
  margin-top: 0em;
  margin-bottom: 4em;
  }
}

.fh5co-social-icons li {
  padding: 0;
  list-style: center;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: rgb(72, 72, 72);
  padding-left: 8px;
  padding-right: 8px;
}

.fh5co-social-icons li a i {
  font-size: 30px;
}

.fh5co-heading {
  margin-bottom: 0;
}

.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 0;
}

.fh5co-heading h2 {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Calibri Light", sans-serif;
  text-transform: uppercase;
  color: #000;
}

.fh5co-heading span {
  display: block;
  text-transform: uppercase;
}

#fh5co-footer {
  margin-top: 20px;
  letter-spacing: 1.5px;
  align-items: center;
  text-justify: center;
}

@media screen and (max-device-width: 1024px) {
  #fh5co-footer {
    margin-top: 10px;
    letter-spacing: 1px;
    align-items: center;
    text-justify: center;
    font-size: 12px;
  }
}

#fh5co-footer .fh5co-footer-links {
  padding: 0;
}

@media screen and (max-device-width: 1024px) {
  #fh5co-footer .fh5co-footer-links {
    margin-bottom: 30px;
  }
}

#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 5px 0 10px 0;
  list-style: none;
  display: block;
  text-align: center;
}

#fh5co-footer .fh5co-footer-links li a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  text-align: center;
}

#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}

#fh5co-footer h4 {
  margin-bottom: 20px;
  font-size: 26px;
  text-align: center;
}

@media screen and (max-device-width: 1024px) {
  #fh5co-footer h4 {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
  }
}
  
#fh5co-footer .copyright {
  display: block;
  font-size: 18px;
}

@media screen and (max-device-width: 1024px) {
  #fh5co-footer .copyright {
    display: block;
    font-size: 16px;
    text-align: center;
    text-justify: center;
  }
}

#fh5co-footer .copyright .block {
  display: block;
}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-device-width: 1024px) {
  #fh5co-offcanvas {
    display: block;
    overflow-x: hidden;
  }
}

.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}

#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}

#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 18px;
}

#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  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: "\e0c5";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-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);
}

#fh5co-offcanvas ul li.active > a {
  color: lightgray;
}

.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;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  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;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 25px;
}

.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}

.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none;
}

.fh5co-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;
}

.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}

.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #000;
}

.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #000;
}

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

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

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

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

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

.fh5co-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: #fff;
}

.fh5co-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: #fff;
}

.fh5co-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;
}

@media screen and (max-device-width: 1024px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}

.btn.btn-md {
  padding: 8px 20px;
}

.btn.btn-lg {
  padding: 18px 36px;
}

.btn:hover, .btn:active, .btn:focus {
  box-shadow: none;
  outline: none;
}

.btn-primary {
  background: lightgray;
  color: #fff;
  border: 2px solid lightgray;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: lightgray;
  border-color: lightgray;
}

.btn-primary.btn-outline {
  background: transparent;
  color: lightgray;
  border: 2px solid lightgray;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: lightgray;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c;
  border-color: #4cae4c;
}

.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: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da;
  border-color: #46b8da;
}

.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: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236;
  border-color: #eea236;
}

.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: #fff;
}

.btn-danger {
  background: #ac7c2f;
  color: #fff;
  border: 2px solid #ac7c2f;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #ac7c2f;
  border-color: #ac7c2f;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #ac7c2f;
  border: 2px solid #ac7c2f;
}

.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #ac7c2f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  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: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}

.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: lightgray;
}

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

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

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

.padding-right {
  padding: 0;
  padding-right: 10px;
}

@media screen and (max-device-width: 1024px) {
  .padding-right {
    padding-right: 0;
  }
}

.padding-left {
  padding: 0;
  padding-left: 10px;
}

@media screen and (max-device-width: 1024px) {
  .padding-left {
    padding-left: 0;
  }
}

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

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

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: bold; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: red; }

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: bold; }

.image-item {
  margin-top: 35px;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 10px;
  float: right;
  width: 45%;
}

@media screen and (max-device-width: 1024px) {
  .image-item {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 95%;
    align-self: center;
  }
}  

#bio {
  line-height: 21px;  
  text-align: justify;
}

@media screen and (max-device-width: 1024px) {
  #bio {
    line-height: 21px;  
    text-align: justify;
    font-size: 16px;
    width: 120%;
    margin-left: -2em;
    padding: 0;
  }
}
  
#sticky_item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#sticky_item.is_stuck {
  margin-top: 60px;
}

@media screen and (max-device-width: 1024px) {
  .sticky-parent {
    clear: both;
    height: inherit;
    float: left;
    padding-top: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
