@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  outline: 0; }

html {
  overflow-x: hidden;
  overflow-y: scroll; }

body {
  position: relative;
  max-width: 100%;
  height: 100%;
  margin-top: 150px;
  background-color: #F9F9f9;
  color: #645E57;
  font: 300 18px/1.5 'Source Sans Pro', sans-serif; }

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

ul li {
  list-style: none; }

.btn,
button {
  outline: 0;
  border: 0; }

.btn:focus,
button:focus {
  outline: 0;
  box-shadow: none; }

.clear {
  *zoom: 1; }

.clear::after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F9F9f9;
  z-index: 999;
  padding: 5px 50px; }
  @media (min-width: 768px) {
    header {
      padding-top: 20px;
      padding-bottom: 0; } }
  @media (min-width: 1024px) {
    header {
      height: 150px; } }
  header #logo {
    height: 100%; }
  header .navbar {
    width: 100%;
    display: none; }
    @media (min-width: 768px) {
      header .navbar {
        width: auto; } }
    @media (min-width: 1024px) {
      header .navbar {
        display: block;
        margin-top: 36px; } }
  header .navbar-toggler {
    margin-left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 768px) {
      header .navbar-toggler {
        margin-top: 10px;
        float: right; } }
    @media (min-width: 1024px) {
      header .navbar-toggler {
        display: none;
        opacity: 0;
        visibility: hidden; } }
  header .navbar-nav {
    width: 100%;
    padding: 10px;
    background: #F9F9f9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    @media (min-width: 768px) {
      header .navbar-nav {
        box-shadow: none; } }
    @media (min-width: 1024px) {
      header .navbar-nav {
        width: auto;
        padding-right: 50px; } }
    header .navbar-nav .nav-link {
      width: 100%;
      font-size: 20px;
      text-align: center;
      padding: 5px;
      color: #F6AA53;
      cursor: pointer;
      transition: all .25s ease; }
      header .navbar-nav .nav-link:hover {
        color: #fbdab4;
        text-decoration: underline; }
      header .navbar-nav .nav-link.active {
        color: #fbdab4; }
  header .dropdown:hover > .dropdown-menu {
    display: block; }
  header .dropdown-menu {
    margin-top: 0; }
    header .dropdown-menu a:hover {
      color: #F6AA53; }

.animated-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .animated-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    background: #F6AA53;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }

.animated-icon span:nth-child(1) {
  top: 0px; }

.animated-icon span:nth-child(2), .animated-icon span:nth-child(3) {
  top: 10px; }

.animated-icon span:nth-child(4) {
  top: 20px; }

.animated-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%; }

.animated-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.animated-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%; }

main {
  margin-top: 200px;
  background-image: url("../img-efflector/labyrinth_2.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 80%; }
  main section {
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      main section {
        width: 75%;
        margin: 0 auto; } }
    main section h3 {
      width: 100%;
      padding-bottom: 25px;
      color: #F6AA53; }

.home .title {
  color: #71030a;
  font-size: 36px; }

.home .slug {
  display: block;
  color: #87030d;
  font-size: calc(36px - 10px);
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px; }

.efflector__button {
  margin-top: 50px; }
  @media (min-width: 768px) {
    .efflector__button {
      width: 100%; } }
  .efflector__button__item {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #F6AA53;
    color: #F6AA53; }
    .efflector__button__item:hover {
      color: #fff;
      background-color: #F6AA53;
      border-color: #F6AA53; }
    @media (min-width: 768px) {
      .efflector__button__item {
        margin-bottom: 0; } }

.efflector__modal .modal-title {
  margin-bottom: 20px;
  color: #F6AA53; }

.efflector__modal ul li,
.efflector__modal ol li {
  list-style-position: inside; }
  .efflector__modal ul li i,
  .efflector__modal ol li i {
    font-weight: bold; }
  .efflector__modal ul li p,
  .efflector__modal ol li p {
    display: inline-block;
    margin-left: 15px; }
  .efflector__modal ul li strong,
  .efflector__modal ol li strong {
    font-weight: bold; }

.efflector__modal button.close {
  font-size: 40px; }

.efflector #modal-1 .modal-body > div h5 {
  font-style: italic; }

@media (min-width: 768px) {
  .efflector #modal-1 .modal-body > div p {
    min-height: 350px; } }

@media (min-width: 1024px) {
  .efflector #modal-1 .modal-body > div p {
    min-height: 230px; } }

.efflector #modal-1 .modal-body div:first-child {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee; }
  @media (min-width: 768px) {
    .efflector #modal-1 .modal-body div:first-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-right: 1px solid #eee;
      border-bottom: none; } }

.hr-tool ul li::before {
  content: "\2022";
  color: #F6AA53;
  font-weight: bold;
  display: inline-block;
  width: 1em; }

.phons {
  display: flex;
  flex-flow: row wrap; }
  .phons__col-1 {
    order: 2; }
    @media (min-width: 768px) {
      .phons__col-1 {
        order: 0; } }
  .phons__col-2 {
    order: 1; }
  .phons img {
    margin-bottom: 10px; }
  .phons h4 {
    margin-bottom: 0; }
  .phons span {
    display: block;
    font-style: italic;
    font-size: 16px; }

@media all and (min-width: 600px) {
  .vlog__video iframe {
    width: 560px;
    height: 315px; } }

.contact p {
  margin-bottom: 30px;
  font-size: 20px; }

.contact__form input {
  border: 1px solid #333;
  padding: 5px 10px; }

.contact__form .action-btn {
  background-color: #F6AA53;
  margin-top: 20px;
  padding: 10px 20px;
  color: #fff;
  transition: all 0.25s ease; }
  .contact__form .action-btn:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.contact__form .g-recaptcha {
  margin-top: 20px; }

footer {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background-color: #605b5b;
  color: #fff; }
