@import url("https://fonts.googleapis.com/css?family=Open+Sans");
/* line 5, ../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 10, ../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
html, body {
  height: 100%;
}

/* line 12, ../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
main {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -68px;
}
/* line 18, ../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
main #root-footer {
  height: 68px;
}

/* line 20, ../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
footer {
  clear: both;
  position: relative;
  height: 68px;
}

@font-face {
  font-family: "sf_willametteregular";
  src: url("../fonts/sf_willamette-webfont.woff2") format("woff2"), url("../fonts/sf_willamette-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
	font-family: 'sf_willamettebold' ;
	src: url('../fonts/sf_willamette_bold-webfont.woff2') format('woff2'), url('../fonts/sf_willamette_bold-webfont.woff') format('woff');
	font-weight: normal ;
	font-style: normal ;
}*/
/* line 24, css.scss */
main, footer {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1000px) {
  /* line 24, css.scss */
  main, footer {
    padding: 20px;
  }
}
@media (max-width: 756px) {
  /* line 24, css.scss */
  main, footer {
    padding: 15px;
  }
}

/* line 40, css.scss */
:focus {
  outline: none;
}

/* line 41, css.scss */
::-moz-focus-inner {
  border: 0;
}

/* line 43, css.scss */
body {
  position: relative;
  left: 0;
  background: #000;
  font-family: "sf_willametteregular";
  text-align: center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 49, css.scss */
body.push {
  left: -250px;
}

/* line 56, css.scss */
* {
  box-sizing: border-box;
}

/* line 60, css.scss */
main {
  text-align: left;
  color: #ccc;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 66, css.scss */
main img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 70, css.scss */
main img#contacts-img {
  margin-top: 60px;
  margin-bottom: 10px;
  border: 35px solid #121212;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  /* line 70, css.scss */
  main img#contacts-img {
    border: 30px solid #121212;
  }
}
@media (max-width: 944px) {
  /* line 70, css.scss */
  main img#contacts-img {
    border: 25px solid #121212;
  }
}
@media (max-width: 860px) {
  /* line 70, css.scss */
  main img#contacts-img {
    margin-top: 40px;
  }
}
@media (max-width: 518px) {
  /* line 70, css.scss */
  main img#contacts-img {
    border: 20px solid #121212;
  }
}
@media (max-width: 360px) {
  /* line 70, css.scss */
  main img#contacts-img {
    border: 15px solid #121212;
  }
}
/* line 93, css.scss */
main h1 {
  color: #fff;
  font-size: 48px;
  line-height: 48px;
}
/* line 97, css.scss */
main h1 > a {
  color: #fff;
  text-decoration: none;
}
/* line 100, css.scss */
main h1 > a:visited {
  color: #fff;
}
/* line 105, css.scss */
main h3 {
  color: #ccc;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 7px;
  margin-top: 5px;
}
@media (max-width: 464px) {
  /* line 105, css.scss */
  main h3 {
    font-size: 22px;
    letter-spacing: 6px;
  }
}
@media (max-width: 410px) {
  /* line 105, css.scss */
  main h3 {
    font-size: 19px;
    letter-spacing: 5px;
  }
}
@media (max-width: 366px) {
  /* line 105, css.scss */
  main h3 {
    font-size: 16px;
    letter-spacing: 4px;
  }
}
/* line 123, css.scss */
main h3 > a {
  color: #ccc;
  text-decoration: none;
}
/* line 126, css.scss */
main h3 > a:visited {
  color: #ccc;
}
/* line 131, css.scss */
main p {
  font-size: 18px;
  line-height: 30px;
  margin: 35px 0;
}
/* line 135, css.scss */
main p span {
  color: #999;
}
@media (max-width: 476px) {
  /* line 131, css.scss */
  main p {
    font-size: 16px;
    line-height: 28px;
  }
}
/* line 143, css.scss */
main header {
  margin-top: 20px;
  position: relative;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  height: 49px;
}
@media (max-width: 366px) {
  /* line 143, css.scss */
  main header {
    height: 38px;
  }
}
/* line 152, css.scss */
main header nav {
  overflow: hidden;
  *zoom: 1;
  position: absolute;
  width: 100%;
  z-index: 999;
}
/* line 157, css.scss */
main header nav ul {
  list-style: none;
}
/* line 159, css.scss */
main header nav ul > li {
  display: block;
}
/* line 163, css.scss */
main header nav a {
  color: #ccc;
  text-decoration: none;
  font-size: 24px;
  line-height: 48px;
  padding: 0 25px;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 170, css.scss */
main header nav a:hover {
  color: #fff;
}
/* line 173, css.scss */
main header nav a.selected {
  color: #fff;
}
/* line 177, css.scss */
main header nav > ul {
  float: right;
}
@media (max-width: 800px) {
  /* line 177, css.scss */
  main header nav > ul {
    display: none;
  }
}
/* line 182, css.scss */
main header nav > ul > li {
  float: right;
}
/* line 185, css.scss */
main header nav > ul > li:first-child > a {
  padding-right: 2px;
}
/* line 189, css.scss */
main header nav > ul > li > ul {
  display: none;
  background: rgba(51, 51, 51, 0.98);
  padding: 15px 0;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
}
/* line 195, css.scss */
main header nav > ul > li > ul > li > a {
  line-height: 44px;
}
/* line 197, css.scss */
main header nav > ul > li > ul > li > a > img {
  display: none;
}
/* line 200, css.scss */
main header nav > ul > li > ul > li > a:not(:first-child) {
  display: none;
}
/* line 207, css.scss */
main header nav > ul > li:hover > ul {
  display: block;
}
/* line 213, css.scss */
main header nav > h2 {
  display: block;
  float: left;
  font-size: 36px;
  line-height: 50px;
  color: #ccc;
  font-weight: normal;
  letter-spacing: 3.5px;
}
@media (max-width: 464px) {
  /* line 213, css.scss */
  main header nav > h2 {
    letter-spacing: 3px;
    font-size: 32px;
  }
}
@media (max-width: 410px) {
  /* line 213, css.scss */
  main header nav > h2 {
    letter-spacing: 2.5px;
    font-size: 28px;
  }
}
@media (max-width: 366px) {
  /* line 213, css.scss */
  main header nav > h2 {
    letter-spacing: 2px;
    font-size: 24px;
    line-height: 36px;
  }
}
/* line 234, css.scss */
main header nav > h2 > a {
  color: #ccc;
  text-decoration: none;
  font-size: 36px;
  line-height: 50px;
  padding: 0;
}
/* line 240, css.scss */
main header nav > h2 > a:visited {
  color: #ccc;
}
@media (max-width: 464px) {
  /* line 234, css.scss */
  main header nav > h2 > a {
    font-size: 32px;
  }
}
@media (max-width: 410px) {
  /* line 234, css.scss */
  main header nav > h2 > a {
    font-size: 28px;
  }
}
@media (max-width: 366px) {
  /* line 234, css.scss */
  main header nav > h2 > a {
    font-size: 24px;
    line-height: 36px;
  }
}
/* line 255, css.scss */
main header nav > a#mm {
  display: none;
  line-height: 0;
  float: right;
  padding: 16px 0 16px 20px;
}
@media (max-width: 800px) {
  /* line 255, css.scss */
  main header nav > a#mm {
    display: block;
  }
}
@media (max-width: 366px) {
  /* line 255, css.scss */
  main header nav > a#mm {
    padding: 11px 0 11px 20px;
  }
}
/* line 266, css.scss */
main header nav > a#mm > span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
}
/* line 272, css.scss */
main header nav > a#mm > span:not(:first-child) {
  margin-top: 4px;
}
/* line 279, css.scss */
main section {
  font-family: "Open Sans", sans-serif;
}
/* line 281, css.scss */
main section#info {
  margin-top: 40px;
  display: flex;
}
@media (max-width: 860px) {
  /* line 281, css.scss */
  main section#info {
    display: block;
  }
}
/* line 288, css.scss */
main section#info > div:first-child {
  flex: 1 1 65%;
}
/* line 291, css.scss */
main section#info > div:last-child {
  flex: 1 1 35%;
  padding-left: 35px;
}
@media (max-width: 860px) {
  /* line 291, css.scss */
  main section#info > div:last-child {
    padding-left: 0;
  }
}
/* line 297, css.scss */
main section#info > div:last-child > h4 {
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 40px;
  color: #999;
}
/* line 305, css.scss */
main section#info > div:last-child table {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 72px;
}
@media (max-width: 860px) {
  /* line 305, css.scss */
  main section#info > div:last-child table {
    margin-bottom: 60px;
  }
}
/* line 313, css.scss */
main section#info > div:last-child table tr > td {
  color: #ccc;
  vertical-align: top;
  padding-right: 20px;
}
/* line 317, css.scss */
main section#info > div:last-child table tr > td:first-child {
  white-space: nowrap;
  color: #999;
}
/* line 324, css.scss */
main section#info > div:last-child > p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}
/* line 328, css.scss */
main section#info > div:last-child > p > a {
  color: #fff;
  text-decoration: underline;
}
/* line 339, css.scss */
main section.additional-info {
  display: flex;
}
@media (max-width: 524px) {
  /* line 339, css.scss */
  main section.additional-info {
    display: block;
  }
}
/* line 344, css.scss */
main section.additional-info > div {
  flex: 0 0 50%;
}
/* line 346, css.scss */
main section.additional-info > div > div.spacer {
  width: 75%;
  height: 1px;
  background: #ccc;
}
/* line 351, css.scss */
main section.additional-info > div hr {
  height: 1px;
  border: none;
  color: #333;
  background-color: #333;
  margin: 0;
  width: 75%;
}
/* line 359, css.scss */
main section.additional-info > div:first-child {
  padding-right: 10px;
}
@media (max-width: 524px) {
  /* line 359, css.scss */
  main section.additional-info > div:first-child {
    padding-right: 0;
  }
}
/* line 365, css.scss */
main section.additional-info > div:last-child {
  padding-left: 10px;
}
@media (max-width: 524px) {
  /* line 365, css.scss */
  main section.additional-info > div:last-child {
    padding-left: 0;
  }
}
/* line 373, css.scss */
main section#gallery {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 694px) {
  /* line 373, css.scss */
  main section#gallery {
    display: block;
  }
}
/* line 380, css.scss */
main section#gallery > a {
  display: block;
  flex: 0 1 30%;
  max-width: 272px;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  margin: 0 1%;
}
@media (max-width: 694px) {
  /* line 380, css.scss */
  main section#gallery > a {
    margin: 0 auto;
    width: 100%;
  }
}
/* line 392, css.scss */
main section#gallery > a > h2 {
  -moz-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  transition: all 0.48s ease;
  font-family: "sf_willametteregular";
  font-weight: normal;
  display: block;
  color: #ccc;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
}
@media (max-width: 982px) {
  /* line 392, css.scss */
  main section#gallery > a > h2 {
    font-size: 26px;
    line-height: 38px;
  }
}
@media (max-width: 764px) {
  /* line 392, css.scss */
  main section#gallery > a > h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
/* line 410, css.scss */
main section#gallery > a > img {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  transition: all 0.48s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* line 414, css.scss */
main section#gallery > a > img:last-child {
  margin-top: 3px;
}
@media (max-width: 764px) {
  /* line 414, css.scss */
  main section#gallery > a > img:last-child {
    margin-top: 2px;
  }
}
@media (max-width: 694px) {
  /* line 414, css.scss */
  main section#gallery > a > img:last-child {
    margin-top: 3px;
  }
}
/* line 425, css.scss */
main section#gallery > a:hover > h2 {
  color: #fff;
}
/* line 428, css.scss */
main section#gallery > a:hover > img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* line 434, css.scss */
main section#contacts {
  margin-top: 40px;
  display: flex;
}
@media (max-width: 860px) {
  /* line 434, css.scss */
  main section#contacts {
    display: block;
  }
}
/* line 441, css.scss */
main section#contacts > div:first-child {
  flex: 1 1 65%;
}
@media (max-width: 860px) {
  /* line 441, css.scss */
  main section#contacts > div:first-child {
    margin-bottom: 40px;
  }
}
/* line 447, css.scss */
main section#contacts > div:first-child > form > input, main section#contacts > div:first-child > form > textarea {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  display: block;
  background: transparent;
  padding: 9px 12px;
  color: #fff;
  border: 1px solid #999;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}
/* line 61, ../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
main section#contacts > div:first-child > form > input:-moz-placeholder, main section#contacts > div:first-child > form > textarea:-moz-placeholder {
  color: #999;
}
/* line 64, ../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
main section#contacts > div:first-child > form > input::-moz-placeholder, main section#contacts > div:first-child > form > textarea::-moz-placeholder {
  color: #999;
}
/* line 67, ../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
main section#contacts > div:first-child > form > input:-ms-input-placeholder, main section#contacts > div:first-child > form > textarea:-ms-input-placeholder {
  color: #999;
}
/* line 56, ../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
main section#contacts > div:first-child > form > input::-webkit-input-placeholder, main section#contacts > div:first-child > form > textarea::-webkit-input-placeholder {
  color: #999;
}
/* line 462, css.scss */
main section#contacts > div:first-child > form > div {
  display: flex;
  justify-content: center;
}
/* line 465, css.scss */
main section#contacts > div:first-child > form > div > a {
  display: block;
  font-size: 32px;
  line-height: 48px;
  margin: 0 60px;
  color: #ccc;
  text-decoration: none;
  font-family: "sf_willametteregular";
  font-weight: normal;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  -webkit-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
@media (max-width: 624px) {
  /* line 465, css.scss */
  main section#contacts > div:first-child > form > div > a {
    margin: 0 30px;
  }
}
@media (max-width: 488px) {
  /* line 465, css.scss */
  main section#contacts > div:first-child > form > div > a {
    font-size: 28px;
  }
}
/* line 481, css.scss */
main section#contacts > div:first-child > form > div > a:hover {
  color: #fff;
}
/* line 485, css.scss */
main section#contacts > div:first-child > form > div.g-recaptcha {
  display: block;
  margin: 16px 0 20px 0;
}
/* line 491, css.scss */
main section#contacts > div:first-child > h4 {
  color: #fff;
  display: block;
  font-family: "sf_willametteregular";
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  margin-top: 35px;
}
@media (max-width: 860px) {
  /* line 491, css.scss */
  main section#contacts > div:first-child > h4 {
    font-size: 36px;
  }
}
@media (max-width: 438px) {
  /* line 491, css.scss */
  main section#contacts > div:first-child > h4 {
    font-size: 34px;
  }
}
/* line 507, css.scss */
main section#contacts > div:last-child {
  flex: 1 1 35%;
  padding-left: 35px;
}
@media (max-width: 860px) {
  /* line 507, css.scss */
  main section#contacts > div:last-child {
    padding-left: 0;
  }
}
/* line 513, css.scss */
main section#contacts > div:last-child table {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 72px;
}
@media (max-width: 860px) {
  /* line 513, css.scss */
  main section#contacts > div:last-child table {
    margin-bottom: 0;
  }
}
/* line 521, css.scss */
main section#contacts > div:last-child table tr > td {
  color: #ccc;
  vertical-align: top;
  padding-right: 20px;
}
/* line 525, css.scss */
main section#contacts > div:last-child table tr > td:first-child {
  white-space: nowrap;
  color: #999;
}
/* line 529, css.scss */
main section#contacts > div:last-child table tr > td a {
  color: #ccc;
  text-decoration: none;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  -webkit-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
/* line 533, css.scss */
main section#contacts > div:last-child table tr > td a:hover {
  color: #fff;
}
/* line 543, css.scss */
main section#plans {
  margin-top: 40px;
}
/* line 545, css.scss */
main section#plans > img {
  border: 35px solid #121212;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  /* line 545, css.scss */
  main section#plans > img {
    border: 30px solid #121212;
  }
}
@media (max-width: 944px) {
  /* line 545, css.scss */
  main section#plans > img {
    border: 25px solid #121212;
  }
}
@media (max-width: 860px) {
  /* line 545, css.scss */
  main section#plans > img {
    margin-top: 40px;
  }
}
@media (max-width: 518px) {
  /* line 545, css.scss */
  main section#plans > img {
    border: 20px solid #121212;
  }
}
@media (max-width: 360px) {
  /* line 545, css.scss */
  main section#plans > img {
    border: 15px solid #121212;
  }
}
/* line 565, css.scss */
main section#plans > p {
  text-align: center;
  margin-bottom: 0;
}
/* line 568, css.scss */
main section#plans > p > a {
  color: #fff;
  text-decoration: none;
}

/* line 577, css.scss */
div#vacation-rental {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 0;
}
/* line 581, css.scss */
div#vacation-rental > span {
  display: block;
  color: #f7f7f7;
  text-align: center;
  font-size: 44px;
  font-weight: 400;
  margin-bottom: 10px;
}
/* line 589, css.scss */
div#vacation-rental > a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  background: #333;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 15px 8px 15px;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  -webkit-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
/* line 600, css.scss */
div#vacation-rental > a:hover {
  color: #222;
  background: #d8d8d8;
}

/* line 607, css.scss */
div#watch-video {
  text-align: center;
  margin: 40px 0;
  padding-top: 0;
}
/* line 611, css.scss */
div#watch-video > a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  background: #333;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 15px 8px 15px;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  -webkit-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
/* line 622, css.scss */
div#watch-video > a:hover {
  color: #222;
  background: #d8d8d8;
}

/* line 629, css.scss */
footer {
  height: 68px;
  text-align: center;
}
/* line 633, css.scss */
footer > div {
  border-top: 1px solid #ccc;
}
/* line 635, css.scss */
footer > div > p {
  display: block;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  color: #666;
  font-size: 13px;
  line-height: 36px;
}

/* line 646, css.scss */
nav#mobile {
  position: fixed;
  width: 250px;
  height: 100%;
  right: -250px;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #eee;
  -webkit-box-shadow: inset 9px 0px 9px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 9px 0px 9px -4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 9px 0px 9px -4px rgba(0, 0, 0, 0.3);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 30px;
}
/* line 659, css.scss */
nav#mobile.mobile-open {
  right: 0;
}
/* line 663, css.scss */
nav#mobile > a {
  display: block;
  width: 100%;
  font-size: 32px;
  text-decoration: none;
  text-align: left;
  line-height: 54px;
  padding-left: 30px;
  color: #000;
}

/* line 1, _intro.scss */
a#intro {
  text-decoration: none;
  display: flex;
  width: 100%;
  min-height: 95%;
  justify-content: center;
  align-items: center;
  /*> h1 {
  	display: block ;
  	margin-top: 20px ;
  	color: #ccc ;
  	font-size: 44px ;
  	line-height: 44px ;
  	@include breakpoint(max-width 640px) {
  		font-size: 40px ;
  		line-height: 40px ;
  	}
  	@include breakpoint(max-width 496px) {
  		font-size: 36px ;
  		line-height: 36px ;
  	}
  }*/
}
/* line 8, _intro.scss */
a#intro > img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 800px;
  /*&:last-child {
  	max-width: 480px ;
  }
  &:first-child {
  	max-width: 560px ;
  }*/
}

/* line 677, css.scss */
#video-popup {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  /*pointer-events: none ;*/
}
/* line 687, css.scss */
#video-popup > div {
  /*pointer-events: auto ;*/
  position: relative;
}
/* line 690, css.scss */
#video-popup > div > video {
  width: 100%;
  height: auto;
}
