/*/
VARIABLES
/*/
/*/
MIXIN
/*/
/*/
RESET
/*/
/* line 37, ../sass/_reset.scss */
html,
body {
  padding: 0;
  margin: 0;
}

/* line 42, ../sass/_reset.scss */
body {
  font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  background-color: #fff;
}

/* line 49, ../sass/_reset.scss */
* {
  box-sizing: border-box;
}

/* line 52, ../sass/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
div,
p {
  display: block;
  vertical-align: top;
}

/* line 69, ../sass/_reset.scss */
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

/* line 75, ../sass/_reset.scss */
ul {
  margin: 0;
  padding: 0;
}

/* line 79, ../sass/_reset.scss */
li {
  list-style-position: inside;
}

/* line 82, ../sass/_reset.scss */
button,
input,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
  color: inherit;
  border: 0;
  border-radius: 0;
  background: none;
}

select{
	width: 100%;
}

.logo-footer{
	width: 90%;
}

/* line 95, ../sass/_reset.scss */
button,
input[type="submit"] {
  cursor: pointer;
}

/* line 99, ../sass/_reset.scss */
textarea {
  resize: none;
}

/* line 102, ../sass/_reset.scss */
.flex, #cookie-alert.active, .close-cookie-alert {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-align-flex-direction: column;
  -moz-align-flex-direction: column;
  -o-align-flex-direction: column;
  flex-direction: column;
}

/* line 120, ../sass/_reset.scss */
.cover, .parallax {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

/* line 126, ../sass/_reset.scss */
.parallax {
  background-attachment: fixed;
}

/* line 130, ../sass/_reset.scss */
.toggle-content {
  display: none;
}

/* line 133, ../sass/_reset.scss */
.opacity, a, .close-cookie-alert, .social-bottom img, .form [type='submit'], .form button {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media screen and (min-width: 1025px) {
  /* line 137, ../sass/_reset.scss */
  .opacity:hover, a:hover, .close-cookie-alert:hover, .social-bottom img:hover, .form [type='submit']:hover, .form button:hover {
    opacity: .7;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
  }
}

/* line 143, ../sass/_reset.scss */
.form-error,
.mail-sent,
.query-error,
.query-success {
  /*display: none;*/
  font-size: 22px;
  margin-top: 20px;
  color: #af8d45;
}
.form-error {
  display: none;
  margin: 0;
}
/* line 150, ../sass/_reset.scss */
.form-error,
.query-error {
  color: red;
}

/* line 154, ../sass/_reset.scss */
.recaptcha {
  margin-top: 20px;
}
/* line 156, ../sass/_reset.scss */
.recaptcha > div {
  margin: auto;
}

/* line 161, ../sass/_reset.scss */
#cookie-alert {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #000;
  background-color: rgba(221, 221, 221, 0.8);
  padding: 10px;
}
/* line 170, ../sass/_reset.scss */
#cookie-alert p {
  font-size: 11px;
  text-align: center;
  padding: 0 20px;
  margin: 0;
}
/* line 179, ../sass/_reset.scss */
#cookie-alert a {
  text-decoration: underline;
}

/* line 183, ../sass/_reset.scss */
.close-cookie-alert {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-style: normal;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  cursor: pointer;
}

/* line 16, ../sass/stylesheet.scss */
.alternative-font, h1, .social-top {
  font-family: "Prata", "Roboto", "Arial", "Helvetica Neue", sans-serif;
  font-weight: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* line 22, ../sass/stylesheet.scss */
.container {
  width: 675px;
  max-width: 100%;
  text-align: center;
  margin: auto;
}

/* line 28, ../sass/stylesheet.scss */
.header-logo {
  padding-top: 70px;
}

/* line 31, ../sass/stylesheet.scss */
.header-invited {
  padding: 35px 0 15px;
}

/* line 34, ../sass/stylesheet.scss */
h1 {
  display: inline-block;
  font-size: 34px;
  line-height: 1.5em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 35px 0 30px 0;
  text-transform: initial;
  text-transform: initial;
}

/* line 43, ../sass/stylesheet.scss */
h2 {
  font-family: "Prata", "Roboto", "Arial", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: none;
  margin: 0 0 20px 0;
  line-height: initial;
}

.description p {
  font-family: "Quicksand", "Roboto", "Arial", "Helvetica Neue", sans-serif;
}

.limit{
	margin: 0 0 20px 0;
	display: inline-block;
	font-style:italic;
}

/* line 51, ../sass/stylesheet.scss */
.footer-top {
  padding: 80px 0 30px;
}

/* line 54, ../sass/stylesheet.scss */
.footer-left,
.footer-right {
  display: inline-block;
  width: 49%;
}

/* line 59, ../sass/stylesheet.scss */
.footer-left {
  padding: 30px 0;
  border-right: 1px solid #000;
}

/* line 63, ../sass/stylesheet.scss */
.footer-right {
  font-size: 14px;
  text-align: left;
  word-break: break-all;

}
/* line 66, ../sass/stylesheet.scss */
.footer-right img {
  vertical-align: middle;
  margin: 0 5px 0 15px;
}
img {
  max-width: 100%;
}

/* line 72, ../sass/stylesheet.scss */
.footer-line.location {
  margin-bottom: 10px;
}
/* line 75, ../sass/stylesheet.scss */
.footer-line.email {
  margin-bottom: 15px;
}

/* line 82, ../sass/stylesheet.scss */
.social-rectangle {
  display: inline-block;
  width: 85px;
  height: 18px;
  background-color: #000;
  vertical-align: bottom;
}

/* line 89, ../sass/stylesheet.scss */
.social-top {
  display: inline-block;
  font-size: 21px;
  color: #fff;
  background-color: #000;
  padding: 10px 25px 0;
  vertical-align: bottom;
  width: 100%;
}

/* line 98, ../sass/stylesheet.scss */
.social-bottom {
  background-color: #000;
  padding: 10px 0;
}
/* line 101, ../sass/stylesheet.scss */
.social-bottom img {
  margin: 0 2px;
}

/* line 107, ../sass/stylesheet.scss */
.form {
  display: block;
  width: 520px;
  max-width: 100%;
  margin: auto;
}
/* line 112, ../sass/stylesheet.scss */
.form label {
  display: block;
  font-size: 13px;
  text-align: left;
  padding: 0 0 0 5px;
  margin: 0 0 20px;
}
/* line 119, ../sass/stylesheet.scss */
.form input,
.form button {
  border-radius: 2px;
}
/* line 123, ../sass/stylesheet.scss */
.form [type='text'] {
  width: 100%;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #ddd;
}
/* line 21, ../sass/_reset.scss */
.form [type='text']::-webkit-input-placeholder {
  color: grey;
}
/* line 24, ../sass/_reset.scss */
.form [type='text']::-moz-placeholder {
  color: grey;
}
/* line 27, ../sass/_reset.scss */
.form [type='text']:-ms-input-placeholder {
  color: grey;
}
/* line 30, ../sass/_reset.scss */
.form [type='text']:-moz-placeholder {
  color: grey;
}
/* line 130, ../sass/stylesheet.scss */
.form [type='submit'] {
  font-size: 18px;
  color: #fff;
  background-color: #000;
  padding: 5px 50px;
  margin-top: 10px;
}
/* line 138, ../sass/stylesheet.scss */
.form button {
  display: block;
  width: auto;
  font-size: 17px;
  border: 1px solid;
  margin: 0 auto;
  padding: 5px 25px;
}

/* line 148, ../sass/stylesheet.scss */
.guest-title {
  text-align: center;
  padding: 20px 0;
  margin: 0;
}
