@charset "UTF-8";
html {
  box-sizing: border-box;
  font-size: 62.5%; }

body {
  color: #787878;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Arvo", serif !important;
  color: #404040 !important; }

*,
*:after,
*:before {
  box-sizing: inherit; }

blockquote {
  border-left: 0.3rem solid #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem; }
  blockquote *:last-child {
    margin: 0; }

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background-color: #e67e22;
  border: 0.1rem solid #e67e22;
  border-radius: 0.4rem;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  height: 3.8rem;
  letter-spacing: 0.1rem;
  line-height: 3.8rem;
  padding: 0 3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap; }
  .button:hover, .button:focus,
  button:hover,
  button:focus,
  input[type='button']:hover,
  input[type='button']:focus,
  input[type='reset']:hover,
  input[type='reset']:focus,
  input[type='submit']:hover,
  input[type='submit']:focus {
    background-color: #ea9448;
    border-color: #ea9448;
    color: white;
    outline: 0; }
  .button.button-disabled, .button[disabled],
  button.button-disabled,
  button[disabled],
  input[type='button'].button-disabled,
  input[type='button'][disabled],
  input[type='reset'].button-disabled,
  input[type='reset'][disabled],
  input[type='submit'].button-disabled,
  input[type='submit'][disabled] {
    opacity: 0.5;
    cursor: default; }
    .button.button-disabled:hover, .button.button-disabled:focus, .button[disabled]:hover, .button[disabled]:focus,
    button.button-disabled:hover,
    button.button-disabled:focus,
    button[disabled]:hover,
    button[disabled]:focus,
    input[type='button'].button-disabled:hover,
    input[type='button'].button-disabled:focus,
    input[type='button'][disabled]:hover,
    input[type='button'][disabled]:focus,
    input[type='reset'].button-disabled:hover,
    input[type='reset'].button-disabled:focus,
    input[type='reset'][disabled]:hover,
    input[type='reset'][disabled]:focus,
    input[type='submit'].button-disabled:hover,
    input[type='submit'].button-disabled:focus,
    input[type='submit'][disabled]:hover,
    input[type='submit'][disabled]:focus {
      background-color: #e67e22;
      border-color: #e67e22; }
  .button.button-outline,
  button.button-outline,
  input[type='button'].button-outline,
  input[type='reset'].button-outline,
  input[type='submit'].button-outline {
    color: #e67e22;
    background-color: transparent; }
    .button.button-outline:hover, .button.button-outline:focus,
    button.button-outline:hover,
    button.button-outline:focus,
    input[type='button'].button-outline:hover,
    input[type='button'].button-outline:focus,
    input[type='reset'].button-outline:hover,
    input[type='reset'].button-outline:focus,
    input[type='submit'].button-outline:hover,
    input[type='submit'].button-outline:focus {
      color: #ea9448;
      background-color: transparent;
      border-color: #ea9448; }
    .button.button-outline.button-disabled:hover, .button.button-outline.button-disabled:focus, .button.button-outline[disabled]:hover, .button.button-outline[disabled]:focus,
    button.button-outline.button-disabled:hover,
    button.button-outline.button-disabled:focus,
    button.button-outline[disabled]:hover,
    button.button-outline[disabled]:focus,
    input[type='button'].button-outline.button-disabled:hover,
    input[type='button'].button-outline.button-disabled:focus,
    input[type='button'].button-outline[disabled]:hover,
    input[type='button'].button-outline[disabled]:focus,
    input[type='reset'].button-outline.button-disabled:hover,
    input[type='reset'].button-outline.button-disabled:focus,
    input[type='reset'].button-outline[disabled]:hover,
    input[type='reset'].button-outline[disabled]:focus,
    input[type='submit'].button-outline.button-disabled:hover,
    input[type='submit'].button-outline.button-disabled:focus,
    input[type='submit'].button-outline[disabled]:hover,
    input[type='submit'].button-outline[disabled]:focus {
      color: #e67e22;
      border-color: inherit; }
  .button.button-clear,
  button.button-clear,
  input[type='button'].button-clear,
  input[type='reset'].button-clear,
  input[type='submit'].button-clear {
    color: #e67e22;
    background-color: transparent;
    border-color: transparent; }
    .button.button-clear:hover, .button.button-clear:focus,
    button.button-clear:hover,
    button.button-clear:focus,
    input[type='button'].button-clear:hover,
    input[type='button'].button-clear:focus,
    input[type='reset'].button-clear:hover,
    input[type='reset'].button-clear:focus,
    input[type='submit'].button-clear:hover,
    input[type='submit'].button-clear:focus {
      color: #ea9448;
      background-color: transparent;
      border-color: transparent; }
    .button.button-clear.button-disabled:hover, .button.button-clear.button-disabled:focus, .button.button-clear[disabled]:hover, .button.button-clear[disabled]:focus,
    button.button-clear.button-disabled:hover,
    button.button-clear.button-disabled:focus,
    button.button-clear[disabled]:hover,
    button.button-clear[disabled]:focus,
    input[type='button'].button-clear.button-disabled:hover,
    input[type='button'].button-clear.button-disabled:focus,
    input[type='button'].button-clear[disabled]:hover,
    input[type='button'].button-clear[disabled]:focus,
    input[type='reset'].button-clear.button-disabled:hover,
    input[type='reset'].button-clear.button-disabled:focus,
    input[type='reset'].button-clear[disabled]:hover,
    input[type='reset'].button-clear[disabled]:focus,
    input[type='submit'].button-clear.button-disabled:hover,
    input[type='submit'].button-clear.button-disabled:focus,
    input[type='submit'].button-clear[disabled]:hover,
    input[type='submit'].button-clear[disabled]:focus {
      color: #e67e22; }

.fab {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  position: fixed;
  cursor: pointer;
  transition: .3s;
  bottom: 5%;
  right: 5%;
  opacity: 0;
  background: #e67e22; }
  .fab:before {
    content: attr(tooltip);
    background: #595959;
    padding: 4px 8px;
    border-radius: 2px;
    position: absolute;
    top: 16px;
    right: 100%;
    color: white;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    transition: .3s; }
  .fab:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), 0 3px 8px rgba(0, 0, 0, 0.12); }
    .fab:hover:before {
      right: 110%;
      opacity: 1;
      visibility: visible; }

.top {
  background: #e67e22 url("http://goo.gl/BDOwrt") center no-repeat; }
  .top .show {
    opacity: 1; }

code {
  background: #f4f5f6;
  border-radius: 0.4rem;
  font-size: 86%;
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  white-space: nowrap; }

pre {
  background: #f4f5f6;
  border-left: 0.3rem solid #e67e22;
  font-family: "Menlo", "Consolas", "Bitstream Vera Sans Mono", "DejaVu Sans Mono", "Monaco", monospace; }
  pre > code {
    background: transparent;
    border-radius: 0;
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre; }

hr {
  border: 0;
  border-top: 0.1rem solid #f4f5f6;
  margin-bottom: 1.5rem;
  margin-top: 1rem; }

.divider {
  position: relative;
  text-align: center;
  line-height: 1.2;
  margin: 50px 0 10px; }

.divider::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.divider a {
  text-decoration: none; }

.divider a.name {
  display: inline-block;
  background: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 3px 8px 2px 12px;
  letter-spacing: .3em;
  color: #e67e22;
  position: relative; }

.divider a.name:hover {
  border-color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.8); }

.divider a.name:active {
  outline: 0; }

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
  appearance: none;
  background-color: transparent;
  border: 0.1rem solid #d1d1d1;
  border-radius: 0.4rem;
  box-shadow: none;
  height: 3.8rem;
  padding: 0.6rem 1rem;
  width: 100%; }
  input[type='email']:focus,
  input[type='number']:focus,
  input[type='password']:focus,
  input[type='search']:focus,
  input[type='tel']:focus,
  input[type='text']:focus,
  input[type='url']:focus,
  textarea:focus,
  select:focus {
    border: 0.1rem solid #e67e22;
    outline: 0; }

select {
  padding: 0.6rem 3rem 0.6rem 1rem;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjkgMTQiICAgaGVpZ2h0PSIxNHB4IiAgIGlkPSJMYXllcl8xIiAgIHZlcnNpb249IjEuMSIgICB2aWV3Qm94PSIwIDAgMjkgMTQiICAgd2lkdGg9IjI5cHgiICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjQ4LjQgcjk5MzkiICAgc29kaXBvZGk6ZG9jbmFtZT0iY2FyZXQtZ3JheS5zdmciPjxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhMzAzOSI+PHJkZjpSREY+PGNjOldvcmsgICAgICAgICByZGY6YWJvdXQ9IiI+PGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+PGRjOnR5cGUgICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+PC9jYzpXb3JrPjwvcmRmOlJERj48L21ldGFkYXRhPjxkZWZzICAgICBpZD0iZGVmczMwMzciIC8+PHNvZGlwb2RpOm5hbWVkdmlldyAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiICAgICBib3JkZXJvcGFjaXR5PSIxIiAgICAgb2JqZWN0dG9sZXJhbmNlPSIxMCIgICAgIGdyaWR0b2xlcmFuY2U9IjEwIiAgICAgZ3VpZGV0b2xlcmFuY2U9IjEwIiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAiICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSI5MDMiICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSI1OTQiICAgICBpZD0ibmFtZWR2aWV3MzAzNSIgICAgIHNob3dncmlkPSJ0cnVlIiAgICAgaW5rc2NhcGU6em9vbT0iMTIuMTM3OTMxIiAgICAgaW5rc2NhcGU6Y3g9Ii00LjExOTMxODJlLTA4IiAgICAgaW5rc2NhcGU6Y3k9IjciICAgICBpbmtzY2FwZTp3aW5kb3cteD0iNTAyIiAgICAgaW5rc2NhcGU6d2luZG93LXk9IjMwMiIgICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjAiICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJMYXllcl8xIj48aW5rc2NhcGU6Z3JpZCAgICAgICB0eXBlPSJ4eWdyaWQiICAgICAgIGlkPSJncmlkMzA0MSIgLz48L3NvZGlwb2RpOm5hbWVkdmlldz48cG9seWdvbiAgICAgcG9pbnRzPSIwLjE1LDAgMTQuNSwxNC4zNSAyOC44NSwwICIgICAgIGlkPSJwb2x5Z29uMzAzMyIgICAgIHRyYW5zZm9ybT0ibWF0cml4KDAuMzU0MTEzODcsMCwwLDAuNDgzMjkxMSw5LjMyNDE1NDUsMy42MjQ5OTkyKSIgICAgIHN0eWxlPSJmaWxsOiNkMWQxZDE7ZmlsbC1vcGFjaXR5OjEiIC8+PC9zdmc+) center right no-repeat; }
  select:focus {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjkgMTQiICAgaGVpZ2h0PSIxNHB4IiAgIGlkPSJMYXllcl8xIiAgIHZlcnNpb249IjEuMSIgICB2aWV3Qm94PSIwIDAgMjkgMTQiICAgd2lkdGg9IjI5cHgiICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjQ4LjQgcjk5MzkiICAgc29kaXBvZGk6ZG9jbmFtZT0iY2FyZXQuc3ZnIj48bWV0YWRhdGEgICAgIGlkPSJtZXRhZGF0YTMwMzkiPjxyZGY6UkRGPjxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPjxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PjxkYzp0eXBlICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPjwvY2M6V29yaz48L3JkZjpSREY+PC9tZXRhZGF0YT48ZGVmcyAgICAgaWQ9ImRlZnMzMDM3IiAvPjxzb2RpcG9kaTpuYW1lZHZpZXcgICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIgICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IiAgICAgYm9yZGVyb3BhY2l0eT0iMSIgICAgIG9iamVjdHRvbGVyYW5jZT0iMTAiICAgICBncmlkdG9sZXJhbmNlPSIxMCIgICAgIGd1aWRldG9sZXJhbmNlPSIxMCIgICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIgICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iOTAzIiAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iNTk0IiAgICAgaWQ9Im5hbWVkdmlldzMwMzUiICAgICBzaG93Z3JpZD0idHJ1ZSIgICAgIGlua3NjYXBlOnpvb209IjEyLjEzNzkzMSIgICAgIGlua3NjYXBlOmN4PSItNC4xMTkzMTgyZS0wOCIgICAgIGlua3NjYXBlOmN5PSI3IiAgICAgaW5rc2NhcGU6d2luZG93LXg9IjUwMiIgICAgIGlua3NjYXBlOndpbmRvdy15PSIzMDIiICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIwIiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0iTGF5ZXJfMSI+PGlua3NjYXBlOmdyaWQgICAgICAgdHlwZT0ieHlncmlkIiAgICAgICBpZD0iZ3JpZDMwNDEiIC8+PC9zb2RpcG9kaTpuYW1lZHZpZXc+PHBvbHlnb24gICAgIHBvaW50cz0iMjguODUsMCAwLjE1LDAgMTQuNSwxNC4zNSAiICAgICBpZD0icG9seWdvbjMwMzMiICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjM1NDExMzg3LDAsMCwwLjQ4MzI5MTEsOS4zMjQxNTUzLDMuNjI1KSIgICAgIHN0eWxlPSJmaWxsOiM5YjRkY2Y7ZmlsbC1vcGFjaXR5OjEiIC8+PC9zdmc+); }

textarea {
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  min-height: 6.5rem; }

label,
legend {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem; }

fieldset {
  border-width: 0;
  padding: 0; }

input[type='checkbox'],
input[type='radio'] {
  display: inline; }

.label-inline {
  font-weight: normal;
  display: inline-block;
  margin-left: 0.5rem; }

.container {
  margin: 0 auto;
  max-width: 115rem;
  padding: 0 2rem;
  position: relative;
  width: 100%; }

.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%; }
  .row .row-wrap {
    flex-wrap: wrap; }
  .row .row-no-padding {
    padding: 0; }
    .row .row-no-padding > .column {
      padding: 0; }
  .row .row-top {
    align-items: flex-start; }
  .row .row-bottom {
    align-items: flex-end; }
  .row .row-center {
    align-items: center; }
  .row .row-stretch {
    align-items: stretch; }
  .row .row-baseline {
    align-items: baseline; }
  .row .column {
    display: block;
    flex: 1;
    margin-left: 0;
    max-width: 100%;
    width: 100%; }
    .row .column .col-top {
      align-self: flex-start; }
    .row .column .col-bottom {
      align-self: flex-end; }
    .row .column .col-center {
      align-self: center; }
    .row .column.column-offset-10 {
      margin-left: 10%; }
    .row .column.column-offset-20 {
      margin-left: 20%; }
    .row .column.column-offset-25 {
      margin-left: 25%; }
    .row .column.column-offset-33, .row .column.column-offset-34 {
      margin-left: 33.3333%; }
    .row .column.column-offset-50 {
      margin-left: 50%; }
    .row .column.column-offset-66, .row .column.column-offset-67 {
      margin-left: 66.6666%; }
    .row .column.column-offset-75 {
      margin-left: 75%; }
    .row .column.column-offset-80 {
      margin-left: 80%; }
    .row .column.column-offset-90 {
      margin-left: 90%; }
    .row .column.column-10 {
      flex: 0 0 10%;
      max-width: 10%; }
    .row .column.column-20 {
      flex: 0 0 20%;
      max-width: 20%; }
    .row .column.column-25 {
      flex: 0 0 25%;
      max-width: 25%; }
    .row .column.column-33, .row .column.column-34 {
      flex: 0 0 33.3333%;
      max-width: 100%; }
    .row .column.column-40 {
      flex: 0 0 40%;
      max-width: 40%; }
    .row .column.column-50 {
      flex: 0 0 50%;
      max-width: 50%; }
    .row .column.column-60 {
      flex: 0 0 60%;
      max-width: 60%; }
    .row .column.column-66, .row .column.column-67 {
      flex: 0 0 66.6666%;
      max-width: 100%; }
    .row .column.column-75 {
      flex: 0 0 75%;
      max-width: 75%; }
    .row .column.column-80 {
      flex: 0 0 80%;
      max-width: 80%; }
    .row .column.column-90 {
      flex: 0 0 90%;
      max-width: 90%; }

@media (min-width: 40rem) {
  .row {
    flex-direction: row;
    margin-left: -1rem;
    width: calc(100% + 2.0rem); }
    .row .column {
      margin-bottom: inherit;
      padding: 0 1rem; }
    .row.column-66, .row.column-67 {
      flex: 0 0 66.6666%;
      max-width: 66.6666%; }
    .row.column-33, .row.column-34 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; } }

a {
  color: #e67e22;
  text-decoration: none; }
  a:hover {
    color: #ea9448; }

dl,
ol,
ul {
  margin-top: 0;
  padding-left: 0; }
  dl ul,
  dl ol,
  ol ul,
  ol ol,
  ul ul,
  ul ol {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 3rem; }

dl {
  list-style: none; }

ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

dt,
dd,
li {
  list-style: none;
  margin-bottom: 1rem; }

.button,
button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

table {
  width: 100%; }

th,
td {
  border-bottom: 0.1rem solid #e1e1e1;
  padding: 1.2rem 1.5rem;
  text-align: left; }
  th:first-child,
  td:first-child {
    padding-left: 0; }
  th:last-child,
  td:last-child {
    padding-right: 0; }

p {
  margin-top: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin-bottom: 2rem;
  margin-top: 0; }

h1 {
  font-size: 4rem;
  letter-spacing: -0.1rem;
  line-height: 1.2; }

h2 {
  font-size: 3.6rem;
  letter-spacing: -0.1rem;
  line-height: 1.25; }

h3 {
  font-size: 3rem;
  letter-spacing: -0.1rem;
  line-height: 1.3; }

h4 {
  font-size: 2.4rem;
  letter-spacing: -0.08rem;
  line-height: 1.35; }

h5 {
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  line-height: 1.5; }

h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4; }

@media (min-width: 40rem) {
  h1 {
    font-size: 5rem; }
  h2 {
    font-size: 4.2rem; }
  h3 {
    font-size: 3.6rem; }
  h4 {
    font-size: 3rem; }
  h5 {
    font-size: 2.4rem; }
  h6 {
    font-size: 1.5rem; } }

.float-right {
  float: right; }

.float-left {
  float: left; }

.clearfix {
  *zoom: 1; }
  .clearfix:after, .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

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

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

.mt-30 {
  margin-top: 30px; }

.bg-p {
  background-color: #e67e22;
  color: white; }

.section {
  background: white;
  padding: 40px 20px; }

.section + .section {
  border-top: 1px solid rgba(211, 214, 219, 0.5); }

@media screen and (min-width: 980px) {
  .section {
    padding: 40px 0; }
  .section.is-medium {
    padding: 120px 0; }
  .section.is-large {
    padding: 240px 0; } }

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?76143325");
  src: url("../font/fontello.eot?76143325#iefix") format("embedded-opentype"), url("../font/fontello.woff?76143325") format("woff"), url("../font/fontello.ttf?76143325") format("truetype"), url("../font/fontello.svg?76143325#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?76143325#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-facebook-squared:before {
  content: '\e800'; }

/* '' */
.icon-twitter-circled:before {
  content: '\e801'; }

/* '' */
.icon-instagram:before {
  content: '\e802'; }

/* '' */
.icon-up-open:before {
  content: '\e803'; }

/* '' */
.icon-tumblr-circled:before {
  content: '\e804'; }

/* '' */
.icon-pinterest-circled:before {
  content: '\e805'; }

/* '' */
.icon-tag:before {
  content: '\e806'; }

/* '' */
/*scroll down animation*/
@-webkit-keyframes circleBounce {
  0% {
    -webkit-transform: scale(0.9);
    opacity: 0; }
  20% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  80% {
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1.1);
    opacity: 0; } }

.scrollDown {
  position: relative;
  top: 150px;
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border: 3px solid #e67e22;
  border-top: none;
  border-left: none;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%; }

.scrollDown:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 23px);
  /*circle = 1+50+1 = 52px*/
  left: calc(50% - 23px);
  /*arrow = 3+3 = 6px*/
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border: 3px solid #e67e22;
  border-radius: 50%;
  -webkit-animation: circleBounce 1.2s linear infinite; }

.scrollDown:hover:after {
  background-color: rgba(255, 0, 0, 0.15); }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: inherit;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #ddd;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #e67e22;
  border-color: #e67e22;
}

/* Mobile First Media Queries */
html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }

/*Navigation styles*/
.menu-btn {
  display: block;
  margin: 1.6em;
  width: 36px; }

.main_header {
  max-height: 90px; }
  .main_header.sticky {
    position: fixed;
    background: white;
    border-bottom: 1px solid #E9E9E9;
    width: 100%;
    z-index: 99;
    top: -70px;
    transform: translateY(70px);
    transition: transform 500ms ease,background 900ms ease;
    -webkit-transition: transform 500ms ease,background 900ms ease; }

.menu-btn:before,
.menu-btn:after {
  background-color: #333;
  content: '';
  display: block;
  height: 4px;
  transition: all 200ms ease-in-out; }

.menu-btn:before {
  box-shadow: 0 10px 0 #333;
  margin-bottom: 16px; }

.menu-btn:hover:before {
  box-shadow: 0 0 0 #333;
  transform: translateY(10px) rotate(45deg); }

.menu-btn:hover:after {
  transform: translateY(-10px) rotate(-45deg); }

.menu-btn.active {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  display: block; }

.menu-btn:before.active {
  background-color: white !important;
  box-shadow: 0 10px 0 white !important; }

.menu-btn:after.active {
  background-color: white !important; }

.navbar {
  padding: 5px 0; }
  .navbar .navbar__quote {
    padding-top: 20px;
    display: none; }
  .navbar .navbar__logo {
    display: none; }

/*Overlay navigation styles*/
.overlay-navigation {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transform: translateY(-100%); }

.overlay-slide-down {
  transition: all .4s ease-in-out;
  transform: translateY(0); }

.overlay-slide-up {
  transition: all .8s ease-in-out;
  transform: translateY(-100%); }

nav,
nav ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

nav ul {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center; }

nav ul li {
  flex-basis: 33.3%;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  transform: translateY(-100%); }

nav li a {
  position: relative;
  top: 46%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 4px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 11px;
  font-size: 0.9rem;
  z-index: 99; }

nav li a:before {
  content: '';
  width: 15px;
  width: 15rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 150%;
  left: 0;
  z-index: 100;
  transform: translateX(-100%);
  opacity: 0;
  transition: all .2s linear; }

nav li a:after {
  content: attr(data-content);
  transition: all .2s linear;
  opacity: 0;
  position: absolute;
  z-index: 100;
  color: #fff;
  display: block;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  bottom: -50px;
  text-transform: none;
  font-family: 'Open sans', serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0;
  font-size: 0.6rem; }

nav li a:hover:before {
  transform: translateX(0);
  opacity: 1; }

nav li a:hover:after {
  transform: translateY(15px);
  opacity: 1; }

/*nav li:nth-of-type(1){background-color: #29363B}
nav li:nth-of-type(2){background-color: #EA495F}
nav li:nth-of-type(3){background-color: #F4837D}
nav li:nth-of-type(4){background-color: #FDCEA9}
nav li:nth-of-type(5){background-color: #99B998}
nav li:nth-of-type(6){background-color: #1C74AC}*/
nav li:nth-of-type(1),
nav li:nth-of-type(2),
nav li:nth-of-type(3) {
  background-size: cover;
  background-repeat: no-repeat; }

nav li:nth-of-type(1):after,
nav li:nth-of-type(2):after,
nav li:nth-of-type(3):after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9)); }

nav li:nth-of-type(1) {
  background-image: url("../img/nav1.png");
  position: relative; }

nav li:nth-of-type(2) {
  background-image: url("../img/nav2.png"); }

nav li:nth-of-type(3) {
  background-image: url("../img/nav3.png"); }

.slide-in-nav-item {
  animation: slide-in-nav-item 0.4s linear 1 .2s both; }

.slide-in-nav-item-delay-1 {
  animation: slide-in-nav-item 0.4s linear 1 .4s both; }

.slide-in-nav-item-delay-2 {
  animation: slide-in-nav-item 0.4s linear 1 .6s both; }

.slide-in-nav-item-delay-3 {
  animation: slide-in-nav-item 0.4s linear 1 .8s both; }

.slide-in-nav-item-delay-4 {
  animation: slide-in-nav-item 0.4s linear 1 1s both; }

.slide-in-nav-item-delay-5 {
  animation: slide-in-nav-item 0.4s linear 1 1.2s both; }

.slide-in-nav-item-reverse {
  animation: slide-in-nav-item-reverse .3s linear 1 .5s both; }

.slide-in-nav-item-delay-1-reverse {
  animation: slide-in-nav-item-reverse .3s linear 1 .4s both; }

.slide-in-nav-item-delay-2-reverse {
  animation: slide-in-nav-item-reverse .3s linear 1 .3s both; }

.slide-in-nav-item-delay-3-reverse {
  animation: slide-in-nav-item-reverse .3s linear 1 .2s both; }

.slide-in-nav-item-delay-4-reverse {
  animation: slide-in-nav-item-reverse .3s linear 1 both; }

.slide-in-nav-item-delay-5-reverse {
  animation: slide-in-nav-item-reverse .2s linear 0.8 both; }

@keyframes slide-in-nav-item {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slide-in-nav-item-reverse {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

/*
 * Gridism
 * A simple, responsive, and handy CSS grid by @cobyism
 * https://github.com/cobyism/gridism
 */
/* Preserve some sanity */
.grid,
.unit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Set up some rules to govern the grid */
.grid {
  display: block;
  clear: both; }

.grid .unit {
  float: left;
  width: 100%;
  padding: 10px; }

/* This ensures the outer gutters are equal to the (doubled) inner gutters. */
.grid .unit:first-child {
  padding-left: 20px; }

.grid .unit:last-child {
  padding-right: 20px; }

/* Nested grids already have padding though, so let’s nuke it */
.unit .unit:first-child {
  padding-left: 0; }

.unit .unit:last-child {
  padding-right: 0; }

.unit .grid:first-child > .unit {
  padding-top: 0; }

.unit .grid:last-child > .unit {
  padding-bottom: 0; }

/* Let people nuke the gutters/padding completely in a couple of ways */
.no-gutters .unit,
.unit.no-gutters {
  padding: 0 !important; }

/* Wrapping at a maximum width is optional */
.wrap .grid,
.grid.wrap {
  max-width: 978px;
  margin: 0 auto; }

/* Width classes also have shorthand versions numbered as fractions
 * For example: for a grid unit 1/3 (one third) of the parent width,
 * simply apply class="w-1-3" to the element. */
.grid .whole, .grid .w-1-1 {
  width: 100%; }

.grid .half, .grid .w-1-2 {
  width: 50%; }

.grid .one-third, .grid .w-1-3 {
  width: 33.3332%; }

.grid .one-quarter,
.grid .one-fourth, .grid .w-1-4 {
  width: 25%; }

.grid .three-quarters,
.grid {
  *zoom: 1; }

.grid:before, .grid:after {
  display: table;
  content: "";
  line-height: 0; }

.grid:after {
  clear: both; }

/* A property for a better rendering of images in units: in
   this way bigger pictures are just resized if the unit
   becomes smaller */
.unit img {
  max-width: 100%; }

/* Hide elements using this class by default */
.only-on-mobiles {
  display: none !important; }

/* Responsive Stuff */
@media screen and (max-width: 568px) {
  /* Stack anything that isn’t full-width on smaller screens
     and doesn't provide the no-stacking-on-mobiles class */
  .grid:not(.no-stacking-on-mobiles) > .unit {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px; }
  .unit .grid .unit {
    padding-left: 0px;
    padding-right: 0px; }
  /* Sometimes, you just want to be different on small screens */
  .center-on-mobiles {
    text-align: center !important; }
  .hide-on-mobiles {
    display: none !important; }
  .only-on-mobiles {
    display: block !important; } }

/* Expand the wrap a bit further on larger screens */
@media screen and (min-width: 1180px) {
  .wider .grid,
  .grid.wider {
    max-width: 1180px;
    margin: 0 auto; } }

#toures {
  margin-top: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)),
      color-stop(100%, rgba(255, 255,255, 1))), url('../img/hero_new.jpg'); /* Chrome,Safari4+ */
    background-size:cover;
    background-repeat:no-repeat;
    height: 100%;
    max-height: 100%;
}
  #toures .touresThumbnail {
    overflow: hidden; }
    #toures .touresThumbnail img {
      height: 171px;
      width: 100%;
      max-height: 171px; }
  #toures .touresDesc {
    font-size: .9em; }
  #toures .touresPrice span {
    text-align: center;
    color: #e67e22;
    font-size:1.4em;}
  #toures .touresPrice .subtitle {
    margin-bottom: 35px; }
  #toures .touresSidebar .divider {
    margin-top: 0 !important; }
  #toures .touresSidebar .sidebarRecentToure img {
    width: 50%;
    height: 150%; }
  #toures .similarToures {
    font-size: 0.8em; }

.toures-item {
  font-size: 0.9em; }

.touresThumb img {
  width: 100%;
  height: 175px; }
.touresBody b{text-transform:uppercase;}
.touresBody .touresDescription .price {
  float: right;
  color: #e67e22; }

.column.column-67.filter-button-group{
    display:flex;
    flex-direction:column;
    text-align:center;
}
.tourFilterBtn{font-size:1.3rem;}
.tourSingleCrumb{font-size:1.3rem;}
.toursSection-title{
    text-align:center;
}
.bx-viewport {
  width: auto !important;
  max-width: 733px !important; }

.bx-wrapper ul li {
  height: auto !important;
  max-height: 536px !important; }

.bx-wrapper img {
  width: 100%;
  height: 100%; }

.bx-wrapper .bx-controls-direction a {
  z-index: 98 !important; }

.tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0; }

.tabs-nav li:first-child a {
  border-right: 0;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px; }

.tabs-nav .tab-active a {
  background: white;
  border-bottom-color: transparent;
  color: #e67e22;
  cursor: default; }

.tabs-nav a {
  background: #f4f6f4;
  border: 1px solid #c6c9cd;
  color: #8b9098;
  display: block;
  font-size: 11px;
  font-weight: bold;
  height: 40px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  width: 140px; }

.tabs-nav li {
  float: left; }

.tabs-stage {
  border: 1px solid #c6c9cd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  clear: both;
  margin-bottom: 20px;
  position: relative;
  top: -9px; }
.tabs-stage div{
    padding:15px;
}

.tabs-stage p {
  margin: 0;
  padding: 20px;
  color: #545454;
   }
.tabs-stage p:empty {
  display:none;
}

.rateit {
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none; }

.rateit .rateit-range {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  background: url(../img/star.gif);
  height: 16px;
  outline: none; }

.rateit .rateit-range * {
  display: block; }

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range {
  display: inline; }

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range {
  display: inline; }

.rateit .rateit-hover, .rateit .rateit-selected {
  position: absolute;
  left: 0px; }

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl {
  left: auto;
  right: 0px; }

.rateit .rateit-hover {
  background: url(../img/star.gif) left -32px; }

.rateit .rateit-hover-rtl {
  background-position: right -32px; }

.rateit .rateit-selected {
  background: url(../img/star.gif) left -16px; }

.rateit .rateit-selected-rtl {
  background-position: right -16px; }

.rateit .rateit-preset {
  background: url(../img/star.gif) left -48px; }

.rateit .rateit-preset-rtl {
  background: url(../img/star.gif) left -48px; }

.rateit button.rateit-reset {
  background: url(../img/delete.gif) 0 0;
  width: 16px;
  height: 16px;
  display: -moz-inline-box;
  display: inline-block;
  float: left;
  outline: none;
  border: none;
  padding: 0; }

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus {
  background-position: 0 -16px; }

@media screen and (min-width: 80rem) {
  .hamburger, .header-toggle {
    height: 50px;
    width: 50px; }
  nav li a {
    font-size: 1.6em; }
  nav li a:after {
    font-size: 1.2rem; }
  nav li a:before {
    width: 15rem; }
  .navbar .navbar__quote {
    padding-top: 20px;
    display: block; }
  .navbar .navbar__logo {
    display: block; }
  .tabs-stage {
    margin-bottom: 5em !important; }
    .column.column-67.filter-button-group{
        flex-direction:row;
    }
    .toursSection-title{
        text-align:left;
    }
}

#containerMix .mix{
    display: none;
}
