@import url(https://fonts.googleapis.com/css?family=Pontano+Sans);
@import url(https://fonts.googleapis.com/css?family=Cinzel:400,700,900);
@import url(https://fonts.googleapis.com/css?family=Crafty+Girls);
/* line 1, sass/_setup.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, sass/_setup.scss */
small {
  font-size: 80%;
}

/* line 26, sass/_setup.scss */
html {
  line-height: 1;
}

/* line 30, sass/_setup.scss */
ol, ul {
  list-style: none;
}

/* line 34, sass/_setup.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 39, sass/_setup.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 45, sass/_setup.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 50, sass/_setup.scss */
nav ul {
  list-style: none;
}

/* line 54, sass/_setup.scss */
q, blockquote {
  quotes: none;
}

/* line 58, sass/_setup.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 63, sass/_setup.scss */
a img {
  border: none;
}

/* change colours to suit your needs */
/* line 68, sass/_setup.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 75, sass/_setup.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 82, sass/_setup.scss */
del {
  text-decoration: line-through;
}

/* line 86, sass/_setup.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 91, sass/_setup.scss */
input, select {
  vertical-align: middle;
}

/* line 95, sass/_setup.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*  HEADINGS  ============================================================================= */
/* h1, h2, h3, h4, h5, h6 {
  font-weight : normal;
  margin-top: 0px;
  letter-spacing: 1px;
}

h1 { 
  margin-top : .2em;
  margin-bottom : .1em;
  font-size : 4em; 96 / 16
  line-height : 1em;
}

h2 { 
  margin-bottom : .2em;
  font-size : 3em; 40 / 16
  line-height : 1em;
}

h3 { 
  margin-bottom : 0.3em; 
  font-size : 1.5em; 28 / 16
  line-height : 1.3; 
}

h4 { 
  margin-bottom : 0.5em;
  font-size : 1.5em; 24 / 16
  line-height : 1.25; 
}

footer h4 { 
  color: #ccc;
}

h5 { 
  margin-bottom : 1.25em;
  font-size : 1em; 20 / 16 
}

h6 { 
  font-size : 1em; 16 / 16 
} */
/*  TYPOGRAPHY  ============================================================================= */
/* line 145, sass/_setup.scss */
p, ol, ul, dl, address {
  margin-bottom: 1.5em;
  font-size: 1em;
  /* 16 / 16 = 1 */
}

/* line 150, sass/_setup.scss */
p, span {
  hyphens: auto;
}

/* line 154, sass/_setup.scss */
p.introtext {
  font-size: 2.5em;
  /* 40 / 16 */
  line-height: 1.4em;
  letter-spacing: -1px;
  margin-bottom: 0.5em;
}

/* line 162, sass/_setup.scss */
p.handwritten {
  font-size: 1.1em;
  /* 24 / 16 */
  line-height: 1.4em;
  margin: 0.8em 0 0 0;
  color: #fadcbe;
  text-indent: 50px;
  padding-right: 20px;
}
/* line 170, sass/_setup.scss */
p.handwritten:before {
  content: open-quote;
}
/* line 173, sass/_setup.scss */
p.handwritten:after {
  content: close-quote;
}

/* line 178, sass/_setup.scss */
span.quote-author {
  text-align: right;
  font-size: 1em;
  line-height: 1.2em;
  margin-top: 0 !important;
}
/* line 183, sass/_setup.scss */
span.quote-author:before {
  content: '- ';
}

/* line 188, sass/_setup.scss */
p.center {
  text-align: center;
}

/* line 192, sass/_setup.scss */
.and {
  font-size: 1.5em;
  /* 24 / 16 */
}

/* line 196, sass/_setup.scss */
.heart {
  font-family: Pictos;
  font-size: 1.5em;
  /* 24 / 16 */
}

/* line 201, sass/_setup.scss */
ul,
ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 24px;
}

/* line 207, sass/_setup.scss */
li ul,
li ol {
  margin: 0;
  font-size: 1em;
  /* 16 / 16 = 1 */
}

/* line 213, sass/_setup.scss */
dl,
dd {
  margin-bottom: 1.5em;
}

/* line 218, sass/_setup.scss */
dt {
  font-weight: normal;
}

/* line 222, sass/_setup.scss */
b, strong {
  font-weight: bold;
}

/* line 226, sass/_setup.scss */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

/* line 235, sass/_setup.scss */
small {
  font-size: 1em;
  /* 16 / 16 = 1 */
}

/* line 239, sass/_setup.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 246, sass/_setup.scss */
sup {
  top: -.5em;
}

/* line 250, sass/_setup.scss */
sub {
  bottom: -.25em;
}

/* line 254, sass/_setup.scss */
.subtext {
  color: #666;
}

/* IMAGES ============================================================================= */
/* line 259, sass/_setup.scss */
img {
  border: 0;
  max-width: 100%;
}

/* line 264, sass/_setup.scss */
img.floatleft {
  float: left;
  margin: 0 10px 0 0;
}

/* line 265, sass/_setup.scss */
img.floatright {
  float: right;
  margin: 0 0 0 10px;
}

/* TABLES ============================================================================= */
/* line 268, sass/_setup.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.4em;
  width: 100%;
}

/* line 275, sass/_setup.scss */
th, td, caption {
  padding: .25em 10px .25em 5px;
}

/* line 279, sass/_setup.scss */
tfoot {
  font-style: italic;
}

/* line 283, sass/_setup.scss */
caption {
  background-color: transparent;
}

/* FORMS ============================================================================= */
/* line 288, sass/_setup.scss */
form {
  margin: 0;
}

/* line 292, sass/_setup.scss */
fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}

/* line 298, sass/_setup.scss */
legend {
  *margin-left: -7px;
  padding: 0;
  border-width: 0;
}

/* line 304, sass/_setup.scss */
label {
  font-weight: normal;
  cursor: pointer;
  display: block;
  margin: 10px 0 0 0;
  position: relative;
  top: 0;
  left: 0;
}
/* line 313, sass/_setup.scss */
label .inline {
  display: inline;
  margin: 0;
}
/* line 318, sass/_setup.scss */
label span {
  color: #666;
  font-size: 0.9em;
}
/* line 323, sass/_setup.scss */
label span.right {
  position: absolute;
  bottom: 0;
  right: 1em;
  text-align: right;
}
/* line 330, sass/_setup.scss */
label .disabled {
  color: #ccc;
}

/* line 335, sass/_setup.scss */
button,
search,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 346, sass/_setup.scss */
button, input {
  line-height: normal;
  *overflow: visible;
}

/* line 351, sass/_setup.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 0.5em 1em;
  margin: 0 0 1em 0;
  cursor: pointer;
  text-shadow: 0 1px 0 #fff;
}

/* line 361, sass/_setup.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}

/* line 366, sass/_setup.scss */
input[type="search"] {
  box-sizing: content-box;
}

/* line 370, sass/_setup.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 376, sass/_setup.scss */
input {
  display: block;
  width: 97%;
  margin: 0 0 20px 0;
  border: 1px solid #ccc;
  font-size: 1em;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  -moz-box-shadow: inset 0px 0px 6px #ccc;
  -webkit-box-shadow: inset 0px 1px 6px #ccc;
  box-shadow: inset 0px 1px 6px #ccc;
}

/* line 392, sass/_setup.scss */
input::-webkit-input-placeholder,
input:-moz-placeholder,
.placeholder {
  color: #bbb;
}

/* line 398, sass/_setup.scss */
input::-moz-focus-inner {
  border: 0;
}

/* line 400, sass/_setup.scss */
input[disabled="disabled"], input.disabled {
  color: #999;
  background: #f5f5f5;
  -moz-box-shadow: inset 0px 0px 2px #ddd;
  -webkit-box-shadow: inset 0px 1px 2px #ddd;
  box-shadow: inset 0px 1px 2px #ddd;
}

/* line 408, sass/_setup.scss */
textarea {
  width: 97%;
  height: 200px;
  margin: 0 0 20px 0;
  border: 1px solid #ccc;
  padding: 5px;
  font-family: inherit;
  font-size: 0.9em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0px 0px 6px #ccc;
  -webkit-box-shadow: inset 0px 1px 6px #ccc;
  box-shadow: inset 0px 1px 6px #ccc;
  overflow: auto;
  vertical-align: top;
}

/* Colors for form validity */
/* line 427, sass/_setup.scss */
input:valid,
textarea:valid {
  /* Styles */
}

/* line 431, sass/_setup.scss */
input:invalid,
textarea:invalid {
  -webkit-box-shadow: 0 0 2px #f00;
  -moz-box-shadow: 0 0 2px #f00;
  box-shadow: 0 0 2px #f00;
}

/* line 438, sass/_setup.scss */
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #ccc;
}

/*  CODE  ============================================================================= */
/* line 445, sass/_setup.scss */
pre.code {
  padding: 0;
  margin: 0;
  font-family: monospace;
  white-space: pre-wrap;
  font-size: 1.1em;
}

/* line 453, sass/_setup.scss */
strong.code {
  font-weight: normal;
  font-family: monospace;
  font-size: 1.2em;
}

/*  EXAMPLE  ============================================================================= */
/* line 462, sass/_setup.scss */
#example .col {
  background: #ccc;
  background: rgba(204, 204, 204, 0.85);
}

/*  NOTES  ============================================================================= */
/* line 471, sass/_setup.scss */
.note {
  position: relative;
  padding: 1em 1.5em;
  margin: 0 0 1em 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

/* line 480, sass/_setup.scss */
.note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: transparent transparent #cccccc #cccccc;
  background: #cccccc;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  width: 0;
  /* Firefox 3.0 damage limitation */
}

/* line 495, sass/_setup.scss */
.note.rounded {
  -webkit-border-radius: 5px 0 5px 5px;
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}

/* line 501, sass/_setup.scss */
.note.rounded:before {
  border-width: 8px;
  border-color: #ff #ff transparent transparent;
  background: url(/images/bodyback.png);
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}

/*  SCREENS  ============================================================================= */
/* line 512, sass/_setup.scss */
.siteimage {
  max-width: 90%;
  padding: 5%;
  margin: 0 0 1em 0;
  background: transparent url(/images/stripe-bg.png);
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

/* line 523, sass/_setup.scss */
.siteimage:hover {
  background: #bbb url(/images/stripe-bg.png);
  position: relative;
  top: -2px;
}

/*  COLUMNS  ============================================================================= */
/* line 532, sass/_setup.scss */
.twocolumns {
  -moz-column-count: 2;
  -moz-column-gap: 2em;
  -webkit-column-count: 2;
  -webkit-column-gap: 2em;
  column-count: 2;
  column-gap: 2em;
}

/*  BUTTONS  ============================================================================= */
/* line 544, sass/_setup.scss */
.button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: .5em 1em;
  margin: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #cc1122 url(/images/glass.png) repeat-x 0 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: LeagueGothicRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
  font-size: 1.5em;
  /* 24 / 16 */
}

/* line 568, sass/_setup.scss */
.button:hover {
  background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
  color: #fff;
  text-decoration: none;
}

/* line 573, sass/_setup.scss */
.button:active {
  background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
  color: #fff;
  position: relative;
  top: 1px;
}

/* line 579, sass/_setup.scss */
.button:visited {
  color: #fff;
}

/* VENDOR-SPECIFIC ============================================================================= */
/* line 585, sass/_setup.scss */
html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #349edb;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 591, sass/_setup.scss */
.clearfix {
  zoom: 1;
}

/* line 594, sass/_setup.scss */
::-webkit-selection {
  background: #1777af;
  color: #fafafa;
  text-shadow: none;
}

/* line 599, sass/_setup.scss */
::-moz-selection {
  background: #1777af;
  color: #fafafa;
  text-shadow: none;
}

/* line 604, sass/_setup.scss */
::selection {
  background: #1777af;
  color: #fafafa;
  text-shadow: none;
}

/* line 609, sass/_setup.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}

/* line 615, sass/_setup.scss */
::-webkit-input-placeholder {
  font-size: .875em;
  line-height: 1.4;
}

/* line 619, sass/_setup.scss */
input:-moz-placeholder {
  font-size: .875em;
  line-height: 1.4;
}

/* line 623, sass/_setup.scss */
.ie7 img,
.iem7 img {
  -ms-interpolation-mode: bicubic;
}

/* line 627, sass/_setup.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}

/* line 631, sass/_setup.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

/* line 635, sass/_setup.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 640, sass/_setup.scss */
p {
  /* http://www.w3.org/TR/css3-text/#hyphenation */
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto;
}

/* cross-browser css3 schemes */
@font-face {
  font-family: 'Montserrat-Bold';
  src: url("extern/fonts/Montserrat/Montserrat-Bold.otf");
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("extern/fonts/Montserrat/Montserrat-SemiBold.otf");
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("extern/fonts/Montserrat/Montserrat-Regular.otf");
}
/* line 58, sass/_typography.scss */
#zagajnik h1, #zagajnik h2, #zagajnik h3, #zagajnik h4, #zagajnik h5, #zagajnik h6 {
  font-family: 'Montserrat-Bold', Georgia, arial, serif;
  font-weight: 400;
}
/* line 64, sass/_typography.scss */
#zagajnik h2 {
  font-size: 2.8333em;
  margin-bottom: .5rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  /* line 64, sass/_typography.scss */
  #zagajnik h2 {
    font-size: 2.8333em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 64, sass/_typography.scss */
  #zagajnik h2 {
    font-size: 1.8333em;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  /* line 64, sass/_typography.scss */
  #zagajnik h2 {
    font-size: 1.8333em;
  }
}
/* line 80, sass/_typography.scss */
#zagajnik h3 {
  font-size: 2.6667em;
  margin-bottom: .25em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  /* line 80, sass/_typography.scss */
  #zagajnik h3 {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 80, sass/_typography.scss */
  #zagajnik h3 {
    font-size: 1.8333em;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  /* line 80, sass/_typography.scss */
  #zagajnik h3 {
    font-size: 2em;
  }
}
/* line 96, sass/_typography.scss */
#zagajnik h4 {
  font-size: 1.333em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  /* line 96, sass/_typography.scss */
  #zagajnik h4 {
    font-size: 1.333em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 96, sass/_typography.scss */
  #zagajnik h4 {
    font-size: 1em;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  /* line 96, sass/_typography.scss */
  #zagajnik h4 {
    font-size: 1em;
  }
}
/* line 111, sass/_typography.scss */
#zagajnik p, #zagajnik span:not(.glyphicon), #zagajnik small, #zagajnik strong, #zagajnik label {
  font-family: 'Montserrat-SemiBold', Garamond, arial, serif;
  font-weight: 200;
  line-height: 1.5;
}
/* line 117, sass/_typography.scss */
#zagajnik p, #zagajnik span {
  text-align: justify;
}
/* line 120, sass/_typography.scss */
#zagajnik p.orange, #zagajnik span.orange {
  color: #fab400;
}
/* line 123, sass/_typography.scss */
#zagajnik p.green, #zagajnik span.green {
  color: #64dc00;
}
/* line 126, sass/_typography.scss */
#zagajnik p.big, #zagajnik span.big {
  font-size: 1.75em;
}

/* line 2, sass/_buttons.scss */
#zagajnik .buttons {
  margin-top: 1rem;
  display: block;
}
/* line 6, sass/_buttons.scss */
#zagajnik .buttons.bottom {
  position: absolute;
  bottom: 0;
}
/* line 11, sass/_buttons.scss */
#zagajnik .buttons.right {
  text-align: right;
  right: 0;
}
/* line 15, sass/_buttons.scss */
#zagajnik .buttons.right .btn {
  float: right;
}
/* line 20, sass/_buttons.scss */
#zagajnik .buttons .btn {
  margin-right: .25rem;
  margin-left: .25rem;
}
/* line 24, sass/_buttons.scss */
#zagajnik .buttons .btn:last-of-type {
  margin-right: 0;
}
/* line 28, sass/_buttons.scss */
#zagajnik .buttons .btn:first-of-type {
  margin-left: 0;
}
/* line 34, sass/_buttons.scss */
#zagajnik .btn {
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  font-family: 'Montserrat-SemiBold', Garamond, arial, serif;
}
/* line 38, sass/_buttons.scss */
#zagajnik .btn.orange {
  background-image: -webkit-linear-gradient(-180deg, #fab400 0%, #c89000 100%);
  background-image: -moz-linear-gradient(-180deg, #fab400 0%, #c89000 100%);
  background-image: -o-linear-gradient(-180deg, #fab400 0%, #c89000 100%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(-180deg), color-stop(0, #fab400), to(#c89000));
  background-image: linear-gradient(-180deg, #fab400 0%, #c89000 100%);
  border: 1px solid #af7d00;
  color: white;
}
/* line 43, sass/_buttons.scss */
#zagajnik .btn.orange:hover {
  background-image: -webkit-linear-gradient(-180deg, #fab400 0%, #e1a200 100%);
  background-image: -moz-linear-gradient(-180deg, #fab400 0%, #e1a200 100%);
  background-image: -o-linear-gradient(-180deg, #fab400 0%, #e1a200 100%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(-180deg), color-stop(0, #fab400), to(#e1a200));
  background-image: linear-gradient(-180deg, #fab400 0%, #e1a200 100%);
  border: 1px solid #e1a200;
}
/* line 49, sass/_buttons.scss */
#zagajnik .btn.btn-large {
  font-size: 1.5em;
}

/* line 1, sass/_header.scss */
#zagajnik header nav.navbar {
  margin-bottom: 2rem;
}
/* line 4, sass/_header.scss */
#zagajnik header nav.navbar .navbar-toggle {
  background-image: -webkit-linear-gradient(-180deg, #fab400 0%, #c89000 100%);
  background-image: -moz-linear-gradient(-180deg, #fab400 0%, #c89000 100%);
  background-image: -o-linear-gradient(-180deg, #fab400 0%, #c89000 100%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(-180deg), color-stop(0, #fab400), to(#c89000));
  background-image: linear-gradient(-180deg, #fab400 0%, #c89000 100%);
  border: 1px solid #af7d00;
  color: white;
  margin: 15px;
  text-shadow: none;
  font-family: 'Montserrat-SemiBold', Garamond, arial, serif;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  /* line 14, sass/_header.scss */
  #zagajnik header nav.navbar .navbar-header {
    height: 5.75rem;
  }
}
/* line 19, sass/_header.scss */
#zagajnik header nav.navbar .navbar-header a.navbar-brand {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  text-decoration: none;
  color: #202020;
}
/* line 24, sass/_header.scss */
#zagajnik header nav.navbar .navbar-header a.navbar-brand .logo {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  /* line 24, sass/_header.scss */
  #zagajnik header nav.navbar .navbar-header a.navbar-brand .logo {
    width: 17.5rem;
    margin: 0;
    padding: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 24, sass/_header.scss */
  #zagajnik header nav.navbar .navbar-header a.navbar-brand .logo {
    width: 14rem;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  /* line 24, sass/_header.scss */
  #zagajnik header nav.navbar .navbar-header a.navbar-brand .logo {
    width: 19rem;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 24, sass/_header.scss */
  #zagajnik header nav.navbar .navbar-header a.navbar-brand .logo {
    width: 22rem;
  }
}
@media only screen and (max-width: 767px) {
  /* line 43, sass/_header.scss */
  #zagajnik header nav.navbar .navbar-header a.navbar-brand .logo h1, #zagajnik header nav.navbar .navbar-header a.navbar-brand .logo h2, #zagajnik header nav.navbar .navbar-header a.navbar-brand .logo h3, #zagajnik header nav.navbar .navbar-header a.navbar-brand .logo h4 {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 43, sass/_header.scss */
  #zagajnik header nav.navbar .navbar-header a.navbar-brand .logo h1, #zagajnik header nav.navbar .navbar-header a.navbar-brand .logo h2, #zagajnik header nav.navbar .navbar-header a.navbar-brand .logo h3, #zagajnik header nav.navbar .navbar-header a.navbar-brand .logo h4 {
    display: inline-block;
  }
}
/* line 53, sass/_header.scss */
#zagajnik header nav.navbar .navbar-header a.navbar-brand .title {
  font-size: 4em;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  /* line 53, sass/_header.scss */
  #zagajnik header nav.navbar .navbar-header a.navbar-brand .title {
    font-size: 3em;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 53, sass/_header.scss */
  #zagajnik header nav.navbar .navbar-header a.navbar-brand .title {
    font-size: 2.5em;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  /* line 53, sass/_header.scss */
  #zagajnik header nav.navbar .navbar-header a.navbar-brand .title {
    font-size: 3.5em;
  }
}
/* line 71, sass/_header.scss */
#zagajnik header nav.navbar .navbar-header a.navbar-brand .subtitle {
  font-family: 'Crafty Girls', cursive;
  line-height: 1;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  /* line 71, sass/_header.scss */
  #zagajnik header nav.navbar .navbar-header a.navbar-brand .subtitle {
    font-size: 1.31em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 71, sass/_header.scss */
  #zagajnik header nav.navbar .navbar-header a.navbar-brand .subtitle {
    font-size: 1em;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  /* line 71, sass/_header.scss */
  #zagajnik header nav.navbar .navbar-header a.navbar-brand .subtitle {
    font-size: 1.2em;
  }
}
/* line 89, sass/_header.scss */
#zagajnik header nav.navbar #menu-top {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 89, sass/_header.scss */
  #zagajnik header nav.navbar #menu-top {
    padding: 0;
  }
}
/* line 96, sass/_header.scss */
#zagajnik header nav.navbar .contact-phone {
  display: block;
  text-align: right;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  /* line 96, sass/_header.scss */
  #zagajnik header nav.navbar .contact-phone {
    text-align: left;
  }
}
/* line 105, sass/_header.scss */
#zagajnik header nav.navbar .contact-phone h1, #zagajnik header nav.navbar .contact-phone h2, #zagajnik header nav.navbar .contact-phone h3, #zagajnik header nav.navbar .contact-phone h4, #zagajnik header nav.navbar .contact-phone h5, #zagajnik header nav.navbar .contact-phone h6 {
  display: inline-block;
  line-height: 32px;
  margin: 0;
}
/* line 111, sass/_header.scss */
#zagajnik header nav.navbar .contact-phone img {
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 767px) {
  /* line 117, sass/_header.scss */
  #zagajnik header nav.navbar ul.nav.navbar-nav {
    margin: 0;
  }
}
/* line 123, sass/_header.scss */
#zagajnik header nav.navbar ul.nav.navbar-nav li a {
  background: transparent;
  padding: 1rem;
}
/* line 127, sass/_header.scss */
#zagajnik header nav.navbar ul.nav.navbar-nav li a span {
  font-size: 1.5em;
  color: #202020;
  background: transparent;
  text-shadow: none;
}
/* line 136, sass/_header.scss */
#zagajnik header nav.navbar ul.nav.navbar-nav li:hover a span {
  background: transparent;
  color: #fab400;
}
/* line 142, sass/_header.scss */
#zagajnik header nav.navbar ul.nav.navbar-nav li:last-of-type a {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  /* line 122, sass/_header.scss */
  #zagajnik header nav.navbar ul.nav.navbar-nav li {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: rgba(0, 0, 0, 0.3);
  }
  /* line 150, sass/_header.scss */
  #zagajnik header nav.navbar ul.nav.navbar-nav li a {
    text-align: center;
  }
  /* line 152, sass/_header.scss */
  #zagajnik header nav.navbar ul.nav.navbar-nav li a span {
    color: white;
    font-size: 2em;
  }
  /* line 158, sass/_header.scss */
  #zagajnik header nav.navbar ul.nav.navbar-nav li:last-of-type a {
    padding-right: 1rem;
  }
  /* line 162, sass/_header.scss */
  #zagajnik header nav.navbar ul.nav.navbar-nav li:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fab400;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 168, sass/_header.scss */
  #zagajnik header nav.navbar ul.nav.navbar-nav li a span {
    font-size: 1.1em;
  }
}

/* line 2, sass/_footer.scss */
#footer-push {
  padding-bottom: 12rem;
  min-height: 100vh;
}

/* line 7, sass/_footer.scss */
#zagajnik footer {
  margin-top: -12rem;
  height: 12rem;
  clear: both;
  color: white;
}
/* line 13, sass/_footer.scss */
#zagajnik footer .logo {
  margin-top: .5rem;
}
/* line 16, sass/_footer.scss */
#zagajnik footer .logo .multiline {
  display: inline-block;
}
/* line 20, sass/_footer.scss */
#zagajnik footer .logo span {
  font-weight: 200;
}
/* line 25, sass/_footer.scss */
#zagajnik footer .buttons {
  margin-top: 1.25rem;
}

/* line 1, sass/_layout.scss */
html, body {
  height: 100%;
}

/* line 5, sass/_layout.scss */
html {
  overflow-y: hidden;
}

/* line 9, sass/_layout.scss */
body {
  background-image: url("../content/beach_background-min.jpg");
  background-size: cover;
  overflow-y: scroll;
  background-attachment: fixed;
}

/* line 16, sass/_layout.scss */
#zagajnik .title {
  font-family: 'Cinzel', Georgia, arial, serif;
  font-weight: 900;
}

/* line 21, sass/_layout.scss */
article.content {
  margin: 0 auto;
}
/* line 24, sass/_layout.scss */
article.content p {
  margin-bottom: .5rem;
}
/* line 28, sass/_layout.scss */
article.content section {
  margin-bottom: 3rem;
}
/* line 31, sass/_layout.scss */
article.content section.panel {
  background: rgba(255, 255, 225, 0.9);
  margin-bottom: 3rem;
}
/* line 35, sass/_layout.scss */
article.content section.panel h1, article.content section.panel h2, article.content section.panel h3, article.content section.panel h4 {
  margin: .25rem 0 .5rem 0;
}
@media only screen and (max-width: 767px) {
  /* line 39, sass/_layout.scss */
  article.content section.panel .panel-body {
    padding: 0;
  }
}
/* line 45, sass/_layout.scss */
article.content section.padding {
  padding: .5rem 1rem;
}
/* line 50, sass/_layout.scss */
article.content .prompt-container:hover {
  text-decoration: none;
}
/* line 53, sass/_layout.scss */
article.content .prompt-container:hover .bg-image {
  background-position-x: 40%;
}
/* line 57, sass/_layout.scss */
article.content .prompt-panel {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  height: 335px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 64, sass/_layout.scss */
article.content .prompt-panel header,
article.content .prompt-panel .bg-image,
article.content .prompt-panel .buttons {
  padding: 1rem;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 71, sass/_layout.scss */
article.content .prompt-panel header {
  width: 100%;
  z-index: 1;
  position: relative;
  color: white;
}
/* line 78, sass/_layout.scss */
article.content .prompt-panel .bg-image {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position-x: 10%;
}
@media only screen and (max-width: 767px) {
  /* line 78, sass/_layout.scss */
  article.content .prompt-panel .bg-image {
    background-position-x: 36%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 78, sass/_layout.scss */
  article.content .prompt-panel .bg-image {
    background-position-x: 36%;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  /* line 78, sass/_layout.scss */
  article.content .prompt-panel .bg-image {
    background-position-x: 3%;
  }
}
/* line 97, sass/_layout.scss */
article.content .prompt-panel .buttons {
  position: relative;
}
/* line 102, sass/_layout.scss */
article.content .prompt-panel:hover header {
  color: #fab400;
}
/* line 106, sass/_layout.scss */
article.content .prompt-panel:hover .bg-dark {
  background-color: rgba(0, 0, 0, 0.75);
}
/* line 110, sass/_layout.scss */
article.content .prompt-panel:hover .bg-image {
  filter: saturate(150%);
  -webkit-filter: saturate(150%);
  -moz-filter: saturate(150%);
  -ms-filter: saturate(150%);
  -o-filter: saturate(150%);
}

/* line 117, sass/_layout.scss */
.left > * {
  float: left;
}

/* line 121, sass/_layout.scss */
.right > * {
  float: right;
}

/* line 126, sass/_layout.scss */
.multiline span {
  display: block;
}

/* line 131, sass/_layout.scss */
.bg-dark {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 134, sass/_layout.scss */
.bg-light {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 139, sass/_layout.scss */
#zagajnik .modal-dialog .modal-content {
  background-color: rgba(255, 255, 225, 0.9);
}
/* line 140, sass/_layout.scss */
#zagajnik .modal-dialog .modal-content .close {
  font-size: 4em;
  margin: 0;
}
/* line 144, sass/_layout.scss */
#zagajnik .modal-dialog .modal-content .close span {
  line-height: 1;
}

/* line 154, sass/_layout.scss */
#contact-fields input,
#contact-fields textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 160, sass/_layout.scss */
.icon-container {
  margin-bottom: 1em;
}

/* line 1, sass/_gallery.scss */
.photo,
.pswp__img {
  border: .25rem solid white;
  border-radius: 0;
}

/* line 7, sass/_gallery.scss */
.photo-container {
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  /* line 7, sass/_gallery.scss */
  .photo-container {
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 7, sass/_gallery.scss */
  .photo-container {
    position: relative;
  }
}
/* line 17, sass/_gallery.scss */
.photo-container .photo {
  margin-bottom: -3em;
}
@media only screen and (max-width: 767px) {
  /* line 17, sass/_gallery.scss */
  .photo-container .photo {
    width: 90%;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  /* line 17, sass/_gallery.scss */
  .photo-container .photo {
    width: 110%;
  }
}

/* line 29, sass/_gallery.scss */
img.photo {
  box-shadow: 4px 4px 10px 2px #403030;
  margin-bottom: 2rem;
  position: relative;
}
/* line 36, sass/_gallery.scss */
img.photo.rotate.angle--5 {
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
/* line 36, sass/_gallery.scss */
img.photo.rotate.angle--4 {
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
/* line 36, sass/_gallery.scss */
img.photo.rotate.angle--3 {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
/* line 36, sass/_gallery.scss */
img.photo.rotate.angle--2 {
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
/* line 36, sass/_gallery.scss */
img.photo.rotate.angle--1 {
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
/* line 36, sass/_gallery.scss */
img.photo.rotate.angle-0 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 36, sass/_gallery.scss */
img.photo.rotate.angle-1 {
  -webkit-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
}
/* line 36, sass/_gallery.scss */
img.photo.rotate.angle-2 {
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
/* line 36, sass/_gallery.scss */
img.photo.rotate.angle-3 {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
/* line 36, sass/_gallery.scss */
img.photo.rotate.angle-4 {
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}
/* line 36, sass/_gallery.scss */
img.photo.rotate.angle-5 {
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
/* line 41, sass/_gallery.scss */
img.photo.rotate.right {
  right: -.5rem;
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  /* line 41, sass/_gallery.scss */
  img.photo.rotate.right {
    right: -2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 41, sass/_gallery.scss */
  img.photo.rotate.right {
    right: -5rem;
  }
}
/* line 50, sass/_gallery.scss */
img.photo.rotate.left {
  left: -.5rem;
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  /* line 50, sass/_gallery.scss */
  img.photo.rotate.left {
    left: -1rem;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 50, sass/_gallery.scss */
  img.photo.rotate.left {
    left: 0rem;
  }
}

/* line 63, sass/_gallery.scss */
.image-gallery img.photo {
  cursor: pointer;
  width: 100%;
  z-index: 1;
  margin: .5rem;
  position: relative;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 72, sass/_gallery.scss */
.image-gallery img.photo.rotate-0:hover {
  z-index: 100;
  -webkit-transform: rotate(-4.5deg) scale(1.6, 1.6);
  -ms-transform: rotate(-4.5deg) scale(1.6, 1.6);
  transform: rotate(-4.5deg) scale(1.6, 1.6);
}
/* line 72, sass/_gallery.scss */
.image-gallery img.photo.rotate-1:hover {
  z-index: 100;
  -webkit-transform: rotate(-3.5deg) scale(1.6, 1.6);
  -ms-transform: rotate(-3.5deg) scale(1.6, 1.6);
  transform: rotate(-3.5deg) scale(1.6, 1.6);
}
/* line 72, sass/_gallery.scss */
.image-gallery img.photo.rotate-2:hover {
  z-index: 100;
  -webkit-transform: rotate(-2.5deg) scale(1.6, 1.6);
  -ms-transform: rotate(-2.5deg) scale(1.6, 1.6);
  transform: rotate(-2.5deg) scale(1.6, 1.6);
}
/* line 72, sass/_gallery.scss */
.image-gallery img.photo.rotate-3:hover {
  z-index: 100;
  -webkit-transform: rotate(-1.5deg) scale(1.6, 1.6);
  -ms-transform: rotate(-1.5deg) scale(1.6, 1.6);
  transform: rotate(-1.5deg) scale(1.6, 1.6);
}
/* line 72, sass/_gallery.scss */
.image-gallery img.photo.rotate-4:hover {
  z-index: 100;
  -webkit-transform: rotate(-0.5deg) scale(1.6, 1.6);
  -ms-transform: rotate(-0.5deg) scale(1.6, 1.6);
  transform: rotate(-0.5deg) scale(1.6, 1.6);
}
/* line 72, sass/_gallery.scss */
.image-gallery img.photo.rotate-5:hover {
  z-index: 100;
  -webkit-transform: rotate(0.5deg) scale(1.6, 1.6);
  -ms-transform: rotate(0.5deg) scale(1.6, 1.6);
  transform: rotate(0.5deg) scale(1.6, 1.6);
}
/* line 72, sass/_gallery.scss */
.image-gallery img.photo.rotate-6:hover {
  z-index: 100;
  -webkit-transform: rotate(1.5deg) scale(1.6, 1.6);
  -ms-transform: rotate(1.5deg) scale(1.6, 1.6);
  transform: rotate(1.5deg) scale(1.6, 1.6);
}
/* line 72, sass/_gallery.scss */
.image-gallery img.photo.rotate-7:hover {
  z-index: 100;
  -webkit-transform: rotate(2.5deg) scale(1.6, 1.6);
  -ms-transform: rotate(2.5deg) scale(1.6, 1.6);
  transform: rotate(2.5deg) scale(1.6, 1.6);
}
/* line 72, sass/_gallery.scss */
.image-gallery img.photo.rotate-8:hover {
  z-index: 100;
  -webkit-transform: rotate(3.5deg) scale(1.6, 1.6);
  -ms-transform: rotate(3.5deg) scale(1.6, 1.6);
  transform: rotate(3.5deg) scale(1.6, 1.6);
}
/* line 72, sass/_gallery.scss */
.image-gallery img.photo.rotate-9:hover {
  z-index: 100;
  -webkit-transform: rotate(4.5deg) scale(1.6, 1.6);
  -ms-transform: rotate(4.5deg) scale(1.6, 1.6);
  transform: rotate(4.5deg) scale(1.6, 1.6);
}

/* line 1, sass/_slider.scss */
.unslider {
  margin: 1rem 0;
}
/* line 4, sass/_slider.scss */
.unslider .slider {
  position: relative;
  width: 100%;
  overflow: auto;
  padding: 0px;
  margin: 0px;
}
/* line 11, sass/_slider.scss */
.unslider .slider ul {
  padding: 0px;
  margin: 0px;
}
/* line 15, sass/_slider.scss */
.unslider .slider ul li {
  float: left;
  padding: 0px;
  margin: 0px;
  min-height: 200px;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -ms-background-size: 100% auto;
  background-size: 100% auto;
  background-position-y: -75px;
  box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.1);
}
/* line 31, sass/_slider.scss */
.unslider .unslider-arrow {
  background-color: #202020;
  margin: .2em 0;
  text-decoration: none;
}
/* line 48, sass/_slider.scss */
.unslider .unslider-nav {
  margin-top: .5em;
}
/* line 51, sass/_slider.scss */
.unslider .unslider-nav ol li {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  margin: 0 .4em;
  background: #64dc00;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
  border: none;
}
/* line 63, sass/_slider.scss */
.unslider .unslider-nav ol li.unslider-active {
  background: #fab400;
}
/* line 69, sass/_slider.scss */
.unslider li {
  padding: 0px;
  margin: 0px;
}

/* line 1, sass/_directions.scss */
#google-maps-container {
  border: none;
}
