body {
  overflow-x: hidden;
}

body.push-right #js-push_menu {
  transform: translateY(-64px);
  visibility: hidden;
  opacity: 0;
}

body.push-right #js-close_push_menu {
  transform: translateY(-64px);
  opacity: 1;
  visibility: visible;
}

body.push-right nav.push_menu {
  right: 0px;
  width: 300px;
}

body.push-right .wrapper, body.push-right nav.fixed-nav {
  left: -300px;
}

h2 {
  font-family: 'Poiret One', cursive;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 6rem;
}

h3 {
  font-family: 'Poiret One', cursive;
  color: #fff;
  background-color: #1d8a99;
  margin: 0;
  padding: 10px;
  margin-bottom: 3rem;
  font-size: 2rem
}

nav {
  height: 64px;
  line-height: 64px;
}

nav.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  transition-property: left;
  transition-duration: 400ms;
  animation: slide-out;
  transition-timing-function: ease-in-out;
  opacity: 0.8;
}

nav.push_menu {

  position: fixed;
  z-index: 10000;
  top: 0px;
  right: 0px;

  height: 100%;
  width: 0px;

  transition-property: width;
  transition-duration: 400ms;
  animation: slide-in;
  transition-timing-function: ease-in-out;

}

nav ul a {
  font-weight: bold;
}

nav ul a.active {
  background-color: rgba(0, 0, 0, 0.1);
}

nav.push_menu ul li {
  float: none;
  display: block;
}

nav.fixed-nav .nav-wrapper i {
  height: 64px;
  line-height: 64px;
}

/* default css */

.large-text {
  font-size: 4em;
}

.right-menu {
  overflow: hidden;
  float: right;
}

#js-push_menu, #js-close_push_menu {
  transition: transform .7s, opacity .7s, visibility .7s;
}

#js-push_menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

#js-close_push_menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(64px);
}

@media screen and (max-width: 992px) {
  .md-center {
    text-align: center;
  }
    
  .rocketchat-widget {
    right: 10px !important;
    bottom: 10px !important;
  }
  
}

@media screen and (min-width: 993px) {
  .lg-left {
    text-align: left;
  }
   
  .rocketchat-widget {
    right: 62px !important;
    bottom: 10px !important;
  }
  
}

#js-scroll-up-nav {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 44px;
  height: 64px;
}

.js-scroll-up-button {
  display: none;
}

/*#js-close_push_menu {*/
/*display: none;*/
/*top: 15px;*/
/*}*/

#logo-container {
  opacity: 0;
}

.parallax img {
  opacity: 0.8;
}

.wrapper {
  position: relative;
  left: 0px;
  width: 100%;
  height: 100%;
  transition-property: left;
  transition-duration: 400ms;
  animation: slide-out;
  transition-timing-function: ease-in-out;
}

.section {
  margin: 0 0 60px 0;
}

.icon-block {
  /*min-height: 350px;*/
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

#filters img {
  height: 30px;
}

#filters a, .small-logo, .no-logo {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 12px;
  margin-bottom: 5px;
  max-height: 100px;
  filter: grayscale(95%);
  -webkit-filter: grayscale(95%);
}

.small-logo, .no-logo {
  background: none;
  height: 55px;
}

.small-logo:hover, .no-logo:hover {
  background-color: rgba(0, 0, 0, 0.1);
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

.no-logo {
  display: table-cell;
  margin-top: -15px;
  min-width: 34px;
  max-width: 150px;
}

#filters a:hover, #filters a:focus, #filters a:active {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

.isotope-item {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.isotope-item .isotope-container {
  padding: 20px;
}

.isotope-item .icon-block {
  height: auto;
  border: none;
}

.field_with_errors i, .field_with_errors span.error {
  color: red;
}

.input-field input, .input-field textarea.materialize-textarea {
  padding-left: 0.7rem;
}

.field_with_errors span.error {
  margin-left: 3rem;
}

#contact-form-wrapper {
  position: relative;
  transition-property: background-color;
  transition-duration: 400ms;
  animation: successfully-sent;
  transition-timing-function: ease-in-out;
}

div#contact-form-wrapper.successfully-sent {
  background-color: #1d8a99; /* $color3 */
}

div#contact-form-wrapper i.successfully-sent {
  display: none;
}

div#contact-form-wrapper.successfully-sent i.successfully-sent {
  display: inline;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: 50%;
  margin-top: -38px;
}

#contact-form-wrapper.successfully-sent form {
  visibility: hidden;
}

.parallax-container {
  height: 1078px;
  margin-bottom: 120px;
}

.parallax img {
  max-width: 100%;
  transform: translate3d(-50%, 0px, 0px)
}

.grecaptcha-badge {
  top: 71px !important;
}