@charset "UTF-8";
@import url(../css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Lobster|Open+Sans:300,400,600,700,800");
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

/* Box Model */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Basic */
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px;
  }
}
body {
  background: #1b1b1b;
  color: rgba(255, 255, 255, 0.9);
}

body.is-loading *, body.is-loading *:before, body.is-loading *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/* Type */
body, input, select, textarea {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 13pt;
  font-weight: 300;
  line-height: 1.65;
}

@media screen and (max-width: 1680px) {
  body, input, select, textarea {
    font-size: 11pt;
  }
}
@media screen and (max-width: 1280px) {
  body, input, select, textarea {
    font-size: 11pt;
  }
}
@media screen and (max-width: 980px) {
  body, input, select, textarea {
    font-size: 12pt;
  }
}
@media screen and (max-width: 736px) {
  body, input, select, textarea {
    font-size: 12pt;
  }
}
@media screen and (max-width: 480px) {
  body, input, select, textarea {
    font-size: 12pt;
  }
}
a {
  text-decoration: none;
  transition: color 0.2s ease-out;
}

a:hover {
  color: var(--color-tertiary);
  text-shadow: 4px solid rgba(255, 255, 255, 0.4);
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

p {
  margin: 0 0 1em 0;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--color-text-base);
  text-decoration: none;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.35em;
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

blockquote {
  border-left: solid 4px;
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em;
}

code {
  border-radius: 4px;
  border: solid 1px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0;
}

pre code {
  display: block;
  line-height: 1.75;
  padding: 1em 1.5em;
  overflow-x: auto;
}

input, select, textarea {
  color: #fff;
}

a {
  color: var(--color-text-base);
}

strong, b {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
}

blockquote {
  border-left-color: rgba(144, 144, 144, 0.25);
}

code {
  background: rgba(144, 144, 144, 0.075);
  border-color: rgba(144, 144, 144, 0.25);
}

hr {
  border-bottom-color: rgba(144, 144, 144, 0.25);
}

.inner {
  width: 60em;
}

@media screen and (max-width: 1280px) {
  .inner {
    width: 65em;
  }
}
@media screen and (max-width: 980px) {
  .inner {
    width: 80%;
  }
}
@media screen and (max-width: 736px) {
  .inner {
    width: 90%;
    margin: 2em auto;
  }
}
/* Box */
.box {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  margin-bottom: 1em;
  overflow: hidden;
  padding: 2em;
}

.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}

.box header h2 {
  margin: 0 0 0.5em 0;
  color: #f7f1e3;
}

.box header p {
  color: rgba(255, 255, 255, 0.5);
}

.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0;
}

@media screen and (max-width: 980px) {
  .box {
    padding: 2em;
  }
}
@media screen and (max-width: 736px) {
  .box {
    padding: 2em;
  }
}
@media screen and (max-width: 480px) {
  .box {
    padding: 2em 1em;
  }
}
/* Button */
input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  height: 2.85em;
  line-height: 2.95em;
  padding: 0 1.5em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
}

input[type=submit].icon,
input[type=reset].icon,
input[type=button].icon,
button.icon,
.button.icon {
  padding-left: 1.35em;
}

input[type=submit].icon:before,
input[type=reset].icon:before,
input[type=button].icon:before,
button.icon:before,
.button.icon:before {
  margin-right: 0.5em;
}

input[type=submit].fit,
input[type=reset].fit,
input[type=button].fit,
button.fit,
.button.fit {
  display: block;
  margin: 0 0 1em 0;
  width: 100%;
}

input[type=submit].small,
input[type=reset].small,
input[type=button].small,
button.small,
.button.small {
  font-size: 0.8em;
}

input[type=submit].big,
input[type=reset].big,
input[type=button].big,
button.big,
.button.big {
  font-size: 1.35em;
}

input[type=submit].disabled, input[type=submit]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=button].disabled,
input[type=button]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  opacity: 0.25;
}

@media screen and (max-width: 480px) {
  input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
    padding: 0;
  }
}
input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  background-color: #5a5a5a;
  color: #f7f1e3 !important;
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover,
.button:hover {
  background-color: #676767;
}

input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
button:active,
.button:active {
  background-color: #4d4d4d;
}

input[type=submit].alt,
input[type=reset].alt,
input[type=button].alt,
button.alt,
.button.alt {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
  color: #f7f1e3 !important;
}

input[type=submit].alt:hover,
input[type=reset].alt:hover,
input[type=button].alt:hover,
button.alt:hover,
.button.alt:hover {
  background-color: rgba(144, 144, 144, 0.075);
}

input[type=submit].alt:active,
input[type=reset].alt:active,
input[type=button].alt:active,
button.alt:active,
.button.alt:active {
  background-color: rgba(144, 144, 144, 0.2);
}

input[type=submit].alt.icon:before,
input[type=reset].alt.icon:before,
input[type=button].alt.icon:before,
button.alt.icon:before,
.button.alt.icon:before {
  color: rgba(255, 255, 255, 0.5);
}

/* Flex */
.flex {
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.flex.flex-2, .flex.flex-3 {
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

.flex.flex-2.center, .flex.flex-3.center {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.flex.flex-2 .col {
  width: 48%;
}

.flex.flex-2 .col.col1 {
  width: 30%;
}

.flex.flex-2 .col.col2 {
  width: 66%;
}

@media screen and (max-width: 736px) {
  .flex.flex-2 .col.col1, .flex.flex-2 .col.col2 {
    width: 100%;
    margin-bottom: 2em;
  }

  .flex.flex-2 .col.col1 .image, .flex.flex-2 .col.col2 .image {
    max-width: 60%;
    margin: 0 auto 2em auto;
  }
}
.flex.flex-3 .col {
  width: 28%;
}

@media screen and (max-width: 736px) {
  .flex.flex-3 .col {
    width: 100%;
    margin-bottom: 2em;
  }

  .flex.flex-3 .col .image {
    max-width: 60%;
    margin: 0 auto 2em auto;
  }
}
.flex.flex-4 .col {
  width: 22%;
}

.flex.flex-tabs {
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex.flex-tabs ul {
  width: 20%;
}

.flex.flex-tabs .tabs {
  width: 77%;
}

@media screen and (max-width: 980px) {
  .flex.flex-4 .col {
    width: 48%;
  }

  .flex.flex-tabs ul {
    width: 30%;
  }

  .flex.flex-tabs .tabs {
    width: 67%;
  }

  .flex.flex-tabs .flex-3 .col {
    width: 48%;
  }
}
@media screen and (max-width: 736px) {
  .flex.flex-2 .col, .flex.flex-3 .col, .flex.flex-4 .col {
    width: 100%;
    -moz-order: 2;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }

  .flex.flex-2 .col.first, .flex.flex-3 .col.first, .flex.flex-4 .col.first {
    -moz-order: 1;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
  }

  .flex.flex-tabs {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex.flex-tabs ul {
    width: 100%;
  }

  .flex.flex-tabs .tabs {
    width: 100%;
  }

  .flex.flex-tabs .flex-3 .col {
    width: 100%;
  }
}
/* Form */
form {
  margin: 0 0 2em 0;
}

form .field {
  display: block;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 980px) {
  form .field.half {
    display: block;
    width: 100%;
  }

  form .field.half.first {
    margin-right: 0;
  }
}
label {
  display: block;
  font-size: 0.9em;
  font-weight: 300;
  margin: 0 0 0.5em 0;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=name],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 4px;
  border: none;
  border: solid 1px;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%;
}

input[type=text]:invalid,
input[type=password]:invalid,
input[type=email]:invalid,
input[type=tel]:invalid,
input[type=name]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}

.select-wrapper {
  text-decoration: none;
  display: block;
  position: relative;
}

.select-wrapper:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.select-wrapper:before {
  content: "";
  display: block;
  height: 2.75em;
  line-height: 2.75em;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 2.75em;
}

.select-wrapper select::-ms-expand {
  display: none;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=name],
select {
  height: 2em;
}

textarea {
  padding: 0.75em 1em;
  margin-bottom: 0.5em;
}

input[type=checkbox],
input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}

input[type=checkbox] + label,
input[type=radio] + label {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  padding-left: 2.4em;
  padding-right: 0.75em;
  position: relative;
}

input[type=checkbox] + label:before,
input[type=radio] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

input[type=checkbox] + label:before,
input[type=radio] + label:before {
  border-radius: 4px;
  border: solid 1px;
  content: "";
  display: inline-block;
  height: 1.65em;
  left: 0;
  line-height: 1.58125em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.65em;
}

input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  content: "";
}

input[type=checkbox] + label:before {
  border-radius: 4px;
}

input[type=radio] + label:before {
  border-radius: 100%;
}

::-webkit-input-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

.formerize-placeholder {
  opacity: 1;
}

label {
  color: #f7f1e3;
}

input[type=text],
input[type=password],
input[type=email],
select,
textarea {
  background: rgba(144, 144, 144, 0.075);
  border-color: rgba(144, 144, 144, 0.25);
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=name]:focus,
select:focus,
textarea:focus {
  border-color: #480a0b;
  box-shadow: 0 0 0 1px #480a0b;
}

.select-wrapper:before {
  color: rgba(144, 144, 144, 0.25);
}

input[type=checkbox] + label,
input[type=radio] + label {
  color: rgba(255, 255, 255, 0.75);
}

input[type=checkbox] + label:before,
input[type=radio] + label:before {
  background: rgba(144, 144, 144, 0.075);
  border-color: rgba(144, 144, 144, 0.25);
}

input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  background-color: #480a0b;
  border-color: #480a0b;
  color: #f7f1e3;
}

input[type=checkbox]:focus + label:before,
input[type=radio]:focus + label:before {
  border-color: #480a0b;
  box-shadow: 0 0 0 1px #480a0b;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.formerize-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.icon > .label {
  display: none;
}

/* Image */
.image {
  border-radius: 4px;
  border: 0;
  display: inline-block;
  position: relative;
}

.image img {
  border-radius: 4px;
  display: block;
}

.image.left, .image.right {
  max-width: 40%;
}

.image.left img, .image.right img {
  width: 100%;
}

.image.left {
  float: left;
  margin: 0 1.5em 1em 0;
  top: 0.25em;
}

.image.right {
  float: right;
  margin: 0 0 1em 1.5em;
  top: 0.25em;
}

.image.fit {
  display: block;
  margin: 0 0 2em 0;
  width: 100%;
}

.image.fit img {
  width: 100%;
}

.image.main {
  display: block;
  margin: 0 0 3em 0;
  width: 100%;
}

.image.main img {
  width: 100%;
}

/* List */
ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}

ol li {
  padding-left: 0.25em;
}

ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em;
}

ul li {
  padding-left: 0.5em;
}

ul.alt {
  list-style: none;
  padding-left: 0;
}

ul.alt li {
  border-top: solid 1px;
  padding: 0.5em 0;
}

ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}

ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

ul.icons li {
  display: inline-block;
  padding: 0 1em 0 0;
}

ul.icons li:last-child {
  padding-right: 0;
}

ul.icons li .icon:before {
  font-size: 2em;
}

ul.actions {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

ul.actions li {
  display: inline-block;
  padding: 0 1em 0 0;
  vertical-align: middle;
}

ul.actions li:last-child {
  padding-right: 0;
}

ul.actions.small li {
  padding: 0 0.5em 0 0;
}

ul.actions.vertical li {
  display: block;
  padding: 1em 0 0 0;
}

ul.actions.vertical li:first-child {
  padding-top: 0;
}

ul.actions.vertical li > * {
  margin-bottom: 0;
}

ul.actions.vertical.small li {
  padding: 0.5em 0 0 0;
}

ul.actions.vertical.small li:first-child {
  padding-top: 0;
}

ul.actions.fit {
  display: table;
  margin-left: -1em;
  padding: 0;
  table-layout: fixed;
  width: calc(100% + 1em);
}

ul.actions.fit li {
  display: table-cell;
  padding: 0 0 0 1em;
}

ul.actions.fit li > * {
  margin-bottom: 0;
}

ul.actions.fit.small {
  margin-left: -0.5em;
  width: calc(100% + 0.5em);
}

ul.actions.fit.small li {
  padding: 0 0 0 0.5em;
}

@media screen and (max-width: 480px) {
  ul.actions {
    margin: 0 0 2em 0;
  }

  ul.actions li {
    padding: 1em 0 0 0;
    display: block;
    text-align: center;
    width: 100%;
  }

  ul.actions li:first-child {
    padding-top: 0;
  }

  ul.actions li > * {
    width: 100%;
    margin: 0 !important;
  }

  ul.actions li > *.icon:before {
    margin-left: -2em;
  }

  ul.actions.small li {
    padding: 0.5em 0 0 0;
  }

  ul.actions.small li:first-child {
    padding-top: 0;
  }
}
dl {
  margin: 0 0 2em 0;
}

dl dt {
  display: block;
  font-weight: 600;
  margin: 0 0 1em 0;
}

dl dd {
  margin-left: 2em;
}

ul.alt li {
  border-top-color: rgba(144, 144, 144, 0.25);
}

/* Section/Article */
header p {
  position: relative;
  margin: 0 0 1.5em 0;
}

header h2 + p {
  font-size: 1.25em;
  margin-top: -1em;
}

header h3 + p {
  font-size: 1.1em;
  margin-top: -0.8em;
}

header h4 + p,
header h5 + p,
header h6 + p {
  font-size: 0.9em;
  margin-top: -0.6em;
}

header p {
  color: rgba(255, 255, 255, 0.5);
}

/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

table {
  margin: 0 0 2em 0;
  width: 100%;
}

table tbody tr {
  border: solid 1px;
  border-left: 0;
  border-right: 0;
}

table td {
  padding: 0.75em 0.75em;
}

table th {
  font-size: 0.9em;
  font-weight: 600;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}

table thead {
  border-bottom: solid 2px;
}

table tfoot {
  border-top: solid 2px;
}

table.alt {
  border-collapse: separate;
}

table.alt tbody tr td {
  border: solid 1px;
  border-left-width: 0;
  border-top-width: 0;
}

table.alt tbody tr td:first-child {
  border-left-width: 1px;
}

table.alt tbody tr:first-child td {
  border-top-width: 1px;
}

table.alt thead {
  border-bottom: 0;
}

table.alt tfoot {
  border-top: 0;
}

table tbody tr {
  border-color: rgba(144, 144, 144, 0.25);
}

table tbody tr:nth-child(2n+1) {
  background-color: rgba(144, 144, 144, 0.075);
}

table th {
  color: #f7f1e3;
}

table thead {
  border-bottom-color: rgba(144, 144, 144, 0.25);
}

table tfoot {
  border-top-color: rgba(144, 144, 144, 0.25);
}

table.alt tbody tr td {
  border-color: rgba(144, 144, 144, 0.25);
}

/* Wrapper */
.wrapper {
  padding: 6em 0;
  position: relative;
}

@media screen and (max-width: 980px) {
  .wrapper {
    padding: 4em 0;
  }
}
@media screen and (max-width: 736px) {
  .wrapper {
    padding: 2em 0;
  }
}
/* Header */
body.subpage {
  padding-top: 3.125em;
}

@-moz-keyframes reveal-header {
  0% {
    top: -4em;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes reveal-header {
  0% {
    top: -4em;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-ms-keyframes reveal-header {
  0% {
    top: -4em;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes reveal-header {
  0% {
    top: -4em;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fdd1d1;
  cursor: pointer;
  height: 55px;
  left: 0;
  line-height: 3.25em;
  position: fixed;
  width: 100%;
  z-index: 10001;
  padding: 0 1.5em;
}

#header.alt {
  top: 0;
  background: #480a0b;
}

#header .logo {
  display: inline-block;
  height: 45px;
  left: 1.5em;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

#header .logo p {
  position: absolute;
  left: -9999px;
}

#header > a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

#header > a[href="#menu"] {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  background: #480a0b;
  border-radius: 100%;
  height: 2.5em;
  width: 2.5em;
  line-height: 2.5em;
  color: #f7f1e3;
  text-align: center;
}

#header > a[href="#menu"]:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

#header > a[href="#menu"]:hover {
  color: rgba(255, 255, 255, 0.5);
  background: rgba(178, 74, 70, 0.7);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
}

#header > a[href="#menu"]:before {
  margin: 0;
}

#header > a[href="#menu"] span {
  display: none;
}

@media screen and (max-width: 736px) {
  #header > a {
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 980px) {
  body.subpage {
    padding-top: 50px;
  }

  #header {
    height: 50px;
    line-height: 50px;
  }

  #header > h1 {
    left: 1em;
  }

  #header > h1 a {
    font-size: 1em;
  }
}
@media screen and (max-width: 480px) {
  #header {
    min-width: 320px;
    top: 0;
    font-size: 0.9em;
    background: rgba(255, 255, 255, 0.8);
  }
}
/* Menu */
#menu {
  -moz-transform: translateX(20em);
  -webkit-transform: translateX(20em);
  -ms-transform: translateX(20em);
  transform: translateX(20em);
  -moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -webkit-overflow-scrolling: touch;
  background: linear-gradient(to left, #480a0b, #611a1a, #7b2928, #963937, #b24946);
  box-shadow: none;
  color: #f7f1e3;
  height: 100%;
  max-width: 80%;
  overflow-y: auto;
  padding: 3em 2em;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 20em;
  z-index: 10002;
}

#menu > ul {
  margin: 0 0 1em 0;
}

#menu > ul.links {
  list-style: none;
  padding: 0;
}

#menu > ul.links > li {
  padding: 0;
}

#menu > ul.links > li > a:not(.button) {
  border: 0;
  border-top: solid 1px rgba(255, 255, 255, 0.25);
  color: inherit;
  display: block;
  line-height: 3.5em;
  text-decoration: none;
}

#menu > ul.links > li > a:hover,
#menu > ul.links > li > a:focus {
  transform: scale(0.97);
  font-weight: bold;
}

#menu > ul.links > li > .button {
  display: block;
  margin: 0.5em 0 0 0;
}

#menu > ul.links > li:first-child > a:not(.button) {
  border-top: 0 !important;
}

#menu .close {
  text-decoration: none;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  color: #f7f1e3;
  cursor: pointer;
  display: block;
  height: 3.25em;
  line-height: 3.25em;
  padding-right: 1.25em;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 7em;
}

#menu .close:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

#menu .close:before {
  font-size: 1.25em;
}

#menu .close:hover {
  color: #b24946;
  transform: scale(0.95);
}

@media screen and (max-width: 736px) {
  #menu .close {
    height: 4em;
    line-height: 4em;
  }
}
#menu.visible {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.2);
  visibility: visible;
}

@media screen and (max-width: 736px) {
  #menu {
    padding: 2.5em 1.75em;
  }
}
/* Banner */
#banner {
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 8em 0 6em 0;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-top: 0;
  min-height: 100vh;
  height: 100vh;
  position: relative;
  text-align: center;
  overflow: hidden;
}

#banner .inner {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: opacity 1s ease, -moz-transform 1s ease;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  -ms-transition: opacity 1s ease, -ms-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  opacity: 1;
  position: relative;
  z-index: 2;
}

#banner h1 {
  font-size: 6em;
  line-height: 1.1;
  font-family: "Lobster", cursive;
  margin-bottom: 0.25em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.75);
  text-shadow: rgba(0, 0, 0, 0.13) -2px -2px 0px;
}

#banner p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.75em;
}

@-moz-keyframes more {
  0% {
    bottom: -3em;
  }
  100% {
    bottom: 2em;
  }
}
@-webkit-keyframes more {
  0% {
    bottom: -3em;
  }
  100% {
    bottom: 2em;
  }
}
@-ms-keyframes more {
  0% {
    bottom: -3em;
  }
  100% {
    bottom: 2em;
  }
}
@keyframes more {
  0% {
    bottom: -3em;
  }
  100% {
    bottom: 2em;
  }
}
#banner .more {
  -moz-transition: height 0.2s ease;
  -webkit-transition: height 0.2s ease;
  -ms-transition: height 0.2s ease;
  transition: height 0.2s ease;
  -moz-animation: more 0.75s ease-out 3s forwards;
  -webkit-animation: more 0.75s ease-out 3s forwards;
  -ms-animation: more 0.75s ease-out 3s forwards;
  animation: more 0.75s ease-out 3s forwards;
  background-color: rgba(255, 255, 255, 0.15);
  border: 0;
  border-radius: 1em 1em 0 0;
  bottom: -3em;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  height: 3em;
  left: 50%;
  margin-left: -1.5em;
  overflow: hidden;
  position: absolute;
  text-indent: 3em;
  white-space: nowrap;
  width: 3em;
  z-index: 2;
  border-radius: 100%;
  text-decoration: none;
}

#banner .more:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

#banner .more:hover {
  background: none;
  color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.5);
}

#banner .more:hover:before {
  color: rgba(255, 255, 255, 0.5);
}

#banner .more:before {
  content: "";
  color: #f7f1e3;
  font-size: 2em;
  position: absolute;
  right: 0.425em;
  bottom: -0.075em;
}

#banner:before {
  -moz-transition: opacity 3s ease;
  -webkit-transition: opacity 3s ease;
  -ms-transition: opacity 3s ease;
  transition: opacity 3s ease;
  -moz-transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
  -ms-transition-delay: 1.25s;
  transition-delay: 1.25s;
  content: "";
  display: block;
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.45;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 980px) {
  #banner {
    font-size: 0.85em;
  }

  #banner br {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  #banner {
    background-attachment: scroll;
    min-height: 0;
    padding: 8em 2em 4em 2em;
  }

  #banner h1 {
    font-size: 6em;
  }
}
@media screen and (max-width: 480px) {
  #banner h1 {
    font-size: 4em;
  }

  #banner .more {
    display: none;
  }
}
body.is-loading #banner .inner {
  -moz-transform: scale(0.99);
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
  opacity: 0;
}

body.is-loading #banner:before {
  opacity: 1;
}

/* Banner */
#post {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#post .inner {
  margin: 0 auto;
}

#post .button.icon {
  padding: 0;
  width: 3em;
  height: 3em;
  line-height: 3em;
  border-radius: 100%;
  text-align: center;
}

#post .button.icon:before {
  margin-right: 0;
  color: #f7f1e3;
}

#post .button.icon.fa-chevron-left:before {
  margin-left: -3px;
}

#post .button.icon.fa-chevron-right:before {
  margin-left: 3px;
}

#post ul.actions li {
  width: 49.5%;
  margin: 0;
  padding: 0;
}

#post ul.actions li:first-child {
  text-align: left;
}

#post ul.actions li:last-child {
  text-align: right;
}

@media screen and (max-width: 736px) {
  #post {
    background-attachment: scroll;
    background-size: cover;
  }

  #post h2 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  #post ul.actions li {
    display: inline-block;
    width: 49%;
    margin: 0;
    padding: 0;
  }
}
.post {
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-top: 0;
  min-height: 100vh;
  height: 100vh;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.post .box {
  margin: 0;
}

@-moz-keyframes inner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes inner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes inner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes inner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.post .inner {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: opacity 1.25s ease, -moz-transform 1s ease;
  -webkit-transition: opacity 1.25s ease, -webkit-transform 1s ease;
  -ms-transition: opacity 1.25s ease, -ms-transform 1s ease;
  transition: opacity 1.25s ease, transform 1s ease;
  opacity: 0;
  position: relative;
  z-index: 2;
}

.post .inner.current {
  opacity: 1;
}

.post:before {
  -moz-transition: opacity 3s ease;
  -webkit-transition: opacity 3s ease;
  -ms-transition: opacity 3s ease;
  transition: opacity 3s ease;
  -moz-transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
  -ms-transition-delay: 1.25s;
  transition-delay: 1.25s;
  content: "";
  display: block;
  background-color: linear-gradient(to right, #480a0b, #611a1a, #7b2928, #963937, #b24946);
  height: 100%;
  left: 0;
  opacity: 0.45;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@-moz-keyframes more {
  0% {
    bottom: -3em;
  }
  100% {
    bottom: 2em;
  }
}
@-webkit-keyframes more {
  0% {
    bottom: -3em;
  }
  100% {
    bottom: 2em;
  }
}
@-ms-keyframes more {
  0% {
    bottom: -3em;
  }
  100% {
    bottom: 2em;
  }
}
@keyframes more {
  0% {
    bottom: -3em;
  }
  100% {
    bottom: 2em;
  }
}
.post .more {
  background-color: rgba(255, 255, 255, 0.15);
  border: 0;
  border-radius: 1em 1em 0 0;
  bottom: -3em;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  height: 3em;
  left: 50%;
  margin-left: -1.5em;
  overflow: hidden;
  position: absolute;
  text-indent: 3em;
  white-space: nowrap;
  width: 3em;
  z-index: 2;
  border-radius: 100%;
  text-decoration: none;
}

.post .more:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.post .more.current {
  -moz-transition: height 0.2s ease;
  -webkit-transition: height 0.2s ease;
  -ms-transition: height 0.2s ease;
  transition: height 0.2s ease;
  -moz-animation: more 0.75s ease-out 2s forwards;
  -webkit-animation: more 0.75s ease-out 2s forwards;
  -ms-animation: more 0.75s ease-out 2s forwards;
  animation: more 0.75s ease-out 2s forwards;
}

.post .more:hover {
  background: none;
  color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.5);
}

.post .more:hover:before {
  color: rgba(255, 255, 255, 0.5);
}

.post .more:before {
  content: "";
  color: #f7f1e3;
  font-size: 2em;
  position: absolute;
  right: 0.425em;
  bottom: -0.075em;
}

@media screen and (max-width: 980px) {
  @-moz-keyframes more {
    0% {
      bottom: -3em;
    }
    100% {
      bottom: 1.5em;
    }
  }
  @-webkit-keyframes more {
    0% {
      bottom: -3em;
    }
    100% {
      bottom: 1.5em;
    }
  }
  @-ms-keyframes more {
    0% {
      bottom: -3em;
    }
    100% {
      bottom: 1.5em;
    }
  }
  @keyframes more {
    0% {
      bottom: -3em;
    }
    100% {
      bottom: 1.5em;
    }
  }
}
@media screen and (max-width: 736px) {
  .post {
    min-height: 0;
    height: auto;
    background-attachment: scroll;
  }

  .post h2 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .post h2 {
    font-size: 1.25em;
  }

  .post .more {
    display: none;
  }

  .post .button {
    width: 100%;
  }
}
/* Main */
#main {
  padding: 4em 0 2em 0;
}

@media screen and (max-width: 736px) {
  #main {
    padding: 3em 0 1em 0;
  }
}
/* Footer */
#footer {
  background-color: linear-gradient(to right, #480a0b, #611a1a, #7b2928, #963937, #b24946);
  color: #f7f1e3;
  padding: 6em 0 4em 0;
  background: linear-gradient(to left, #480a0b, #611a1a, #7b2928, #963937, #b24946);
}

#footer input, #footer select, #footer textarea {
  color: #f7f1e3;
}

#footer a {
  color: #f7f1e3;
}

#footer strong, #footer b {
  color: #f7f1e3;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color: #f7f1e3;
}

#footer blockquote {
  border-left-color: rgba(255, 255, 255, 0.25);
}

#footer code {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.25);
}

#footer hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

#footer input[type=submit],
#footer input[type=reset],
#footer input[type=button],
#footer button,
#footer .button {
  background-color: #5a5a5a;
  color: #f7f1e3 !important;
}

#footer input[type=submit]:hover,
#footer input[type=reset]:hover,
#footer input[type=button]:hover,
#footer button:hover,
#footer .button:hover {
  background-color: #676767;
}

#footer input[type=submit]:active,
#footer input[type=reset]:active,
#footer input[type=button]:active,
#footer button:active,
#footer .button:active {
  background-color: #4d4d4d;
}

#footer input[type=submit].alt,
#footer input[type=reset].alt,
#footer input[type=button].alt,
#footer button.alt,
#footer .button.alt {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
  color: #f7f1e3 !important;
}

#footer input[type=submit].alt:hover,
#footer input[type=reset].alt:hover,
#footer input[type=button].alt:hover,
#footer button.alt:hover,
#footer .button.alt:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

#footer input[type=submit].alt:active,
#footer input[type=reset].alt:active,
#footer input[type=button].alt:active,
#footer button.alt:active,
#footer .button.alt:active {
  background-color: rgba(255, 255, 255, 0.25);
}

#footer input[type=submit].alt.icon:before,
#footer input[type=reset].alt.icon:before,
#footer input[type=button].alt.icon:before,
#footer button.alt.icon:before,
#footer .button.alt.icon:before {
  color: #fbb5b5;
}

#footer label {
  color: #f7f1e3;
  font-weight: 500;
}

#footer input[type=text],
#footer input[type=password],
#footer input[type=email],
#footer input[type=tel],
#footer input[type=name],
#footer select,
#footer textarea {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.75);
}

#footer input[type=text]:focus,
#footer input[type=password]:focus,
#footer input[type=email]:focus,
#footer input[type=tel]:focus,
#footer input[type=name]:focus,
#footer select:focus,
#footer textarea:focus {
  border-color: #f7f1e3;
  box-shadow: 0 0 0 1px #f7f1e3;
}

#footer .select-wrapper:before {
  color: rgba(255, 255, 255, 0.25);
}

#footer input[type=checkbox] + label,
#footer input[type=radio] + label {
  color: #fdd1d1;
}

#footer input[type=checkbox] + label:before,
#footer input[type=radio] + label:before {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.25);
}

#footer input[type=checkbox]:checked + label:before,
#footer input[type=radio]:checked + label:before {
  background-color: #f7f1e3;
  border-color: #f7f1e3;
  color: #480a0b;
}

#footer input[type=checkbox]:focus + label:before,
#footer input[type=radio]:focus + label:before {
  border-color: #f7f1e3;
  box-shadow: 0 0 0 1px #f7f1e3;
}

#footer ::-webkit-input-placeholder {
  color: #d1ccc0 !important;
}

#footer :-moz-placeholder {
  color: #d1ccc0 !important;
}

#footer ::-moz-placeholder {
  color: #d1ccc0 !important;
}

#footer :-ms-input-placeholder {
  color: #d1ccc0 !important;
}

#footer .formerize-placeholder {
  color: #d1ccc0 !important;
}

#footer ul.alt li {
  border-top-color: rgba(255, 255, 255, 0.25);
}

#footer table tbody tr {
  border-color: rgba(255, 255, 255, 0.25);
}

#footer table tbody tr:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.075);
}

#footer table th {
  color: #f7f1e3;
}

#footer table thead {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

#footer table tfoot {
  border-top-color: rgba(255, 255, 255, 0.25);
}

#footer table.alt tbody tr td {
  border-color: rgba(255, 255, 255, 0.25);
}

#footer .inner {
  margin: 0 auto;
}

#footer h2,
#footer h3 {
  margin-bottom: 1.5em;
  text-align: center;
}

#footer .icons {
  text-align: center;
  padding-top: 1em;
}

#footer .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8em;
  margin: 0 0 2em 0;
  padding: 0;
  text-align: center;
}

#footer .icon.round {
  display: block;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 100%;
  height: 4em;
  width: 4em;
  line-height: 4em;
  color: #f7f1e3;
}

#footer .icon.round:hover {
  color: rgba(255, 255, 255, 0.25);
  background: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 736px) {
  #footer {
    padding: 3em 0 1em 0;
  }
}
/*Changes*/
.address {
  text-decoration: none;
}

.address.main-page {
  padding: 1em 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.2em;
  font-weight: 400;
  text-shadow: 0 1px 0 #ccc, 0 0.5px 0 #c9c9c9, 0 1px 0 #bbb, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2);
  transition: color 0.2s ease-out;
}

.address.main-page:hover,
.address.main-page:focus {
  color: rgba(95, 114, 221, 0.7);
}

.content {
  width: 100%;
  margin: 1em auto;
}

.inner > .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-container > .flex-content {
  width: 45%;
}

@media screen and (max-width: 736px) {
  .flex-container > .flex-content {
    width: 90vw;
    margin-bottom: 1em;
  }
}
.flex-container > .flex-content a {
  margin: 10px auto;
  text-decoration: none;
  font-weight: 400;
}

.flex-container > .flex-content p {
  text-indent: 1em;
  text-align: justify;
}

.flex-content p:nth-child(2n) {
  text-align: center;
}

.content a,
.contact-number {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-weight: 400;
  text-shadow: 0 1px 0 #ccc, 0 0.5px 0 #c9c9c9, 0 1px 0 #bbb, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2);
  transition: color 0.2s ease-out;
}

.contact-number {
  white-space: nowrap;
}

.content a:hover,
.content a:focus,
.contact-number:hover,
.contact-number:focus {
  color: #b24946;
}

.field > #tel {
  margin-bottom: 0.5em;
}

.icon-whatsapp {
  width: 1.5em;
  vertical-align: middle;
}

.depoimentos {
  margin: auto 1%;
}

.depoimentos img {
  margin: 1em auto;
}

/* Component - map */
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.content .attention {
  font-size: 0.6em;
  text-align: end;
}

/* Component - Message Status */
.message-form {
  text-align: center !important;
}
.message-form .spinner-compass {
  width: 70px;
  height: 70px;
  display: none;
}
.message-form .message-status {
  display: none;
  text-align: center !important;
}

/*Aviso Covid_19*/
#aviso {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 999999;
}

.aviso-covid {
  width: 100%;
  position: absolute;
  z-index: 999999;
}
.aviso-covid img {
  width: 60%;
}
.aviso-covid a {
  position: absolute;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.5em;
}

@media (max-width: 425px) {
  .aviso-covid img {
    width: 90%;
  }
}
.esconde-aviso {
  display: none;
}

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