/*
		StudioFabryka.pl
*/

.hidden {
  display: none;
}

@font-face {
  font-family: "weather";
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff")
      format("woff"),
    url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf")
      format("truetype"),
    url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

#weather strong {
  display: flex;
  height: 80px;
  justify-content: center;
  align-items: center;
}

header {
  position: relative;
}

a,
button,
button:focus {
  outline: 0 none !important;
  box-shadow: none;
}

.fancybox-close-small:focus:after {
  outline: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: #4c4b47;
}

.pogoda i {
  color: #000;
  margin-right: 10px;
  font-family: weather !important;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
}

.pogoda span {
  color: #000;
}

.icon-0:before {
  content: ":";
}

.icon-1:before {
  content: "p";
}

.icon-2:before {
  content: "S";
}

.icon-3:before {
  content: "Q";
}

.icon-4:before {
  content: "S";
}

.icon-5:before {
  content: "W";
}

.icon-6:before {
  content: "W";
}

.icon-7:before {
  content: "W";
}

.icon-8:before {
  content: "W";
}

.icon-9:before {
  content: "I";
}

.icon-10:before {
  content: "W";
}

.icon-11:before {
  content: "I";
}

.icon-12:before {
  content: "I";
}

.icon-13:before {
  content: "I";
}

.icon-14:before {
  content: "I";
}

.icon-15:before {
  content: "W";
}

.icon-16:before {
  content: "I";
}

.icon-17:before {
  content: "W";
}

.icon-18:before {
  content: "U";
}

.icon-19:before {
  content: "Z";
}

.icon-20:before {
  content: "Z";
}

.icon-21:before {
  content: "Z";
}

.icon-22:before {
  content: "Z";
}

.icon-23:before {
  content: "Z";
}

.icon-24:before {
  content: "E";
}

.icon-25:before {
  content: "E";
}

.icon-26:before {
  content: "3";
}

.icon-27:before {
  content: "a";
}

.icon-28:before {
  content: "A";
}

.icon-29:before {
  content: "a";
}

.icon-30:before {
  content: "A";
}

.icon-31:before {
  content: "6";
}

.icon-32:before {
  content: "1";
}

.icon-33:before {
  content: "6";
}

.icon-34:before {
  content: "1";
}

.icon-35:before {
  content: "W";
}

.icon-36:before {
  content: "1";
}

.icon-37:before {
  content: "S";
}

.icon-38:before {
  content: "S";
}

.icon-39:before {
  content: "S";
}

.icon-40:before {
  content: "M";
}

.icon-41:before {
  content: "W";
}

.icon-42:before {
  content: "I";
}

.icon-43:before {
  content: "W";
}

.icon-44:before {
  content: "a";
}

.icon-45:before {
  content: "S";
}

.icon-46:before {
  content: "U";
}

.icon-47:before {
  content: "S";
}

.navbar-text .pogoda {
  position: relative;
}

.navbar-text .pogoda a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 80px;
  height: 80px;
}

main .pogoda h2 {
  text-align: center;
  width: 100%;
  display: block !important;
}

main .pogoda i {
  margin-right: 0;
}

main .pogoda h2 span {
  font-size: 16px;
  color: #999;
}

main .pogoda strong {
  display: inline-block !important;
  height: auto !important;
  margin-top: 15px;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1230px;
  }
}

@media screen and (min-width: 1360px) {
  .container {
    max-width: 1280px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1360px;
  }
}

@media screen and (min-width: 1536px) {
  .container {
    max-width: 1440px;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1592px;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: #333 url(../img/preloader.png) center no-repeat;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Hind", sans-serif;
  font-size: 16px;
  color: #989898;
}

header,
main {
  overflow: hidden;
  width: 100%;
}

.sub main strong,
.lead,
table th {
  color: #4c4b47;
}

table td p:last-of-type {
  margin-bottom: 0px;
}

.navbar {
  height: 80px;
  padding: 0;
  z-index: 999 !important;
  background: white;
  transition: all 0.2s;
  justify-content: center;
}

.navbar .navbar-text {
  background: #f4f4f4;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar .navbar-text .pogoda {
  height: 80px;
}

.navbar .navbar-text .tel {
  display: block;
  white-space: nowrap;
  padding-left: 35px;
  font-size: 16px;
  color: black;
  font-weight: 600;
  height: 80px;
  line-height: 80px;
  margin-left: 30px;
  background: url(../img/tel.png) left center no-repeat;
}

.navbar .navbar-text .tel a {
  color: black;
}

.navbar .navbar-text .tel a:hover {
  color: black;
  text-decoration: none;
}

.navbar-brand {
  margin-left: 60px;
}

.navbar-brand img {
  margin-top: 131px;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item:hover > .dropdown-menu {
  display: block;
}

.navbar-nav .dropdown-menu {
  min-width: 250px;
}

.navbar-nav .nav-item:hover > .dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
  background: #f8f8f8;
}

.navbar-nav .nav-link {
  font-weight: 400;
  color: #989898;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 0 20px;
  transition: all 0.2s;
}

.show > .nav-link,
.active > .nav-link,
.show > .nav-link:hover,
.show > .nav-link:focus,
.active > .nav-link:hover,
.active > .nav-link:focus,
.nav-link:hover,
.nav-link:focus {
  color: #4c4b47;
}

#navbar {
  display: flex;
  justify-content: center;
}

#navbar .btn-primary {
  margin-left: 60px;
}

.btn-primary {
  background: #d3bc6c;
  border: 0;
  color: white;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 30px;
}

.btn-primary img {
  margin-right: 10px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus:hover {
  background: #c7aa45;
  transform: scale(0.97);
}

.navbar-text {
  display: block;
  position: relative;
}

header {
  background: #f4f4f4;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

header .scroll {
  position: absolute;
  z-index: 30;
  padding-bottom: 60px;
  animation-name: scroll;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

header .head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

header h1 {
  color: white;
  font-family: "Playfair Display", serif;
  font-weight: normal;
  position: absolute;
  z-index: 20;
  text-align: center;
  font-size: 100px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
  max-width: 1170px;
}

header .cycle-slideshow {
  position: relative;
  z-index: 10;
  height: 100vh;
  width: 100%;
}

header .cycle-slideshow img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@keyframes scroll {
  0% {
    padding-bottom: 60px;
  }
  50% {
    padding-bottom: 50px;
  }
  100% {
    padding-bottom: 60px;
  }
}

.sub .pakiety {
  padding: 0px 0px 60px 0px;
}

.pakiety h2 {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../img/titlebg.png) center no-repeat;
  margin: 30px 0;
  line-height: 1.5em;
}

.pakiety h2 small {
  color: #d3bc6c;
  font-size: 14px;
  text-transform: uppercase;
}

.pakiety h2 strong {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 60px;
  color: #4c4b47;
}

.pakiety span strong {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 60px;
  color: #4c4b47;
  display: block;
  text-align: center;
  margin: 20px 0px;
}

.pakiety .col-lg-3 {
  margin-bottom: 30px;
}

.pakiety .col-lg-3 a {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}

.pakiety .col-lg-3 a img {
  position: relative;
  z-index: 10;
  transition: all 6s;
}

.pakiety .col-lg-3 a:hover {
  opacity: 0.9;
  box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.2);
}

.pakiety .col-lg-3 a:hover img {
  transform: scale(1.5);
}

.pakiety .col-lg-3 a span {
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 20;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 15px;
  border-left: 5px solid #d3bc6c;
  color: white;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  font-weight: normal;
}

.pakiety h3 {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../img/titlebg.png) center no-repeat;
  margin: 30px 0;
  line-height: 1.5em;
}

.pakiety h3 small {
  color: #d3bc6c;
  font-size: 14px;
  text-transform: uppercase;
}

.pakiety h3 strong {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 60px;
  color: #4c4b47;
}

.hotel {
  padding: 30px 0 60px;
}

.hotel h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.5em;
  margin: 0 0 30px;
}

.hotel h2 small {
  color: #d3bc6c;
  font-size: 14px;
  text-transform: uppercase;
}

.hotel h2 strong {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 60px;
  color: #4c4b47;
  line-height: 1.05em;
}

.hotel .row {
  justify-content: space-between;
}

.galerie {
  margin: 0;
}

.galerie a {
  padding: 0 !important;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  max-height: 55vh;
}

.galerie a .text {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 60px 30px;
  color: white;
  transition: all 0.2s;
  background: -moz-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.85) 62%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.85) 62%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.85) 62%,
    rgba(0, 0, 0, 0.85) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000', GradientType=0);
}

.galerie a .text strong,
.galerie a .text span {
  display: block;
  width: 100%;
}

.galerie a .text strong {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 30px;
}

.galerie a .text span {
  font-size: 15px;
  opacity: 0.5;
  font-weight: 300;
  font-family: "Hind", sans-serif;
}

.galerie a img {
  position: relative;
  z-index: 10;
  max-width: 1000%;
  height: 100%;
  transition: all 5s;
}

.galerie a:hover img {
  opacity: 0.9;
  transform: scale(1.1);
}

.galerie a:hover .text {
  padding-bottom: 40px;
}

.raj {
  background-image: url(../img/gory.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 725px;
}

.raj .row,
.raj .col-12 {
  height: 725px !important;
}

.raj .col-lg-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 666;
}

.raj .certyfikat {
  position: absolute;
  left: calc(100% + 15px);
  top: 200px;
  z-index: 6666;
}

.raj h2 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 60px;
  color: #4c4b47;
  line-height: 1.05em;
  margin: 0 0 30px;
}

.snowboard {
  float: right;
  width: 100%;
  height: 725px;
  background: url(../img/snowboard.png) 0 0 no-repeat;
  background-attachment: fixed;
}

.certyfikat {
  float: right;
  height: 300px;
  background: url(../DATA/preview.jpg) 0 0 no-repeat;
  background-attachment: fixed;
}

footer {
  background: black;
  color: white;
}

footer a {
  color: white;
  transition: all 0.2s;
}

footer a:hover {
  opacity: 0.8;
  color: white;
  text-decoration: none;
}

footer .container > .row {
  padding: 60px 0;
  align-items: center;
}

footer .row:first-of-type {
  text-align: center;
  justify-content: center;
  padding-top: 60px;
}

footer h2 {
  font-size: 60px;
  font-family: "Playfair Display", serif;
  font-weight: normal;
  margin: 0 0 30px;
  color: white;
}

footer h3 {
  font-size: 30px;
  font-family: "Playfair Display", serif;
  font-weight: normal;
  margin: 0 0 60px;
  color: white;
}

footer .col-md-4 img {
  margin-bottom: 30px;
}

footer hr {
  border-color: #333;
  margin: 0 0 60px;
}

footer span {
  font-size: 12px;
}

footer span span a {
  opacity: 0.5;
  margin-right: 5px;
}

footer span span a:last-of-type {
  margin-left: 5px;
}

footer span span a:hover {
  opacity: 1;
}

#mapagoogle {
  width: 100%;
  height: 450px;
  background: #ccc;
}

.madeby {
  display: inline-block;
  line-height: 1em;
}

.madeby small {
  float: left;
  font-size: 10px;
  color: white;
  letter-spacing: 1px;
  margin: 2.2px 3px 0 0;
}

.sub .main {
  padding-bottom: 60px;
}

.row {
  justify-content: center;
}

.sub .main h2 {
  margin: 0 0 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.sub .main h2 small {
  color: #d3bc6c;
  font-size: 14px;
  text-transform: uppercase;
}

.sub .main h2 strong {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 60px;
  line-height: 1.1em;
}

.sub .main > .container > .row > .col-12:first-of-type h2,
.sub .main > .container > .row > .col-12:first-of-type h1 {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../img/titlebg.png) center no-repeat;
  margin: 30px 0;
  line-height: 1.5em;
}

.sub .main > .container > .row > .col-12:first-of-type h2 small,
.sub .main > .container > .row > .col-12:first-of-type h1 small {
  color: #d3bc6c;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Hind", sans-serif;
}

.sub .main > .container > .row > .col-12:first-of-type h2 strong,
.sub .main > .container > .row > .col-12:first-of-type h1 strong {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 60px;
  color: #4c4b47;
  text-align: center;
  line-height: 1.1em;
}

.sub .main hr {
  border: 0;
  width: 100%;
  height: 83px;
  background: url(../img/hr.jpg) center no-repeat;
}

.sub .main ul {
  padding-left: 20px;
}

.sub .main ul li {
  list-style-image: url(../img/bullet.png);
  line-height: 1.3em;
  margin-bottom: 10px;
}

.sub .main a {
  color: #d3bc6c;
}

.sub .main .btn-primary {
  color: white;
}

.sub .main .btn.float-left {
  margin-right: 15px;
}

.sub main h2,
.sub main h3,
.sub main h4,
.sub main h5,
.sub main h6 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  color: #4c4b47;
}

.sub main h3,
.sub main h4,
.sub main h5,
.sub main h6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.gallery {
  padding: 60px 0;
  background: #f7f7f7;
}

.gallery a,
.gallery img {
  float: left;
  width: 100%;
  transition: all 0.2s;
}

.gallery a {
  margin-bottom: 30px;
  overflow: hidden;
}

.gallery a:hover {
  opacity: 0.8;
}

.gallery a:hover img {
  transform: scale(1.05);
}

.form {
  padding: 60px 0;
}

.ajax-form button {
  transition: all 0.2s;
  cursor: pointer;
}

.ajax-form button:hover {
  transform: scale(0.97);
}

.ajax-form .alert {
  margin-bottom: 15px;
}

.ajax-form .has-error {
  color: red;
}

.ajax-form .has-error input,
.ajax-form .has-error textarea {
  border-color: red;
}

.ajax-form input:focus,
.ajax-form textarea:focus {
  border-color: #111;
}

.fade-content > * {
  transition: ease opacity 0.45s, ease transform 0.35s;
  transition-delay: 0.2s;
}

/* Offsets timing for groups of three. This must be adjusted if there are more or less than three element per row.*/

.fade-content > *:nth-child(3n + 2) {
  transition-delay: 0.2s;
}

.fade-content > *:nth-child(3n + 3) {
  transition-delay: 0.4s;
}

/* Facebook slider - right */

.fb_slider_right {
  position: fixed;
  top: 220px;
  left: -320px;
  z-index: 10000;
  width: 348px;
  height: 100px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.fb_slider_right .sliderbody {
  float: left;
  width: 320px;
}

.fb_slider_right:hover {
  left: 0;
  height: 100%;
}

.fb_slider_right .button {
  float: right;
}

.fb_slider_right iframe {
  float: left;
  background: white;
}

/* list of files to download */

.download {
  padding: 30px 0 60px;
  background: #f7f7f7;
}

.download ul {
  margin: 0;
  padding: 0;
}

.download .plik {
  display: none;
  color: #fff;
}

.download .col-md-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.download a {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.2s;
  color: #8c8c8c;
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.3em;
  font-size: 1.2em;
  font-weight: 300;
  border-bottom: 1px solid #e2e2e2;
}

.download .btn-primary {
  background: #d3bc6c;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 15px;
  transition: all 0.15s;
}

.download a:hover .btn-primary {
  background: #c7aa45;
  transform: scale(0.97);
}

.download .btn-primary:hover,
.download .btn-primary:focus,
.download .btn-primary:focus:hover {
  background: #dfce93 !important;
  transform: scale(1.03) !important;
  box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.3) !important;
}

.download li:first-child a {
  border-top: 1px solid #e2e2e2;
}

.download a:hover {
  text-decoration: none;
  background: #f4f4f4;
  color: #d3bc6c;
}

.type_text .plik {
  display: inline;
  color: #8c8c8c;
  text-transform: uppercase;
}

.download .col-md-2 {
  border-left: 1px solid #e2e2e2;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .download .col-md-2 {
    border-left: 0 !important;
    margin-top: 10px;
  }
  .download .btn {
    width: 100%;
  }
  .download .col-md-8 {
    text-align: center;
  }
}

.download li {
  list-style: none !important;
}

.type_icons a {
  text-decoration: none !important;
  padding: 1px 0 2px 27px;
  background: url(../img/modules/download/page_white.png) 0 0 no-repeat;
  background-position: 0 3px !important;
}

.type_icons .pdf {
  background: url(../img/modules/download/acrobat.png) 0 0 no-repeat;
}

.type_icons .swf {
  background: url(../img/modules/download/flash.png) 0 0 no-repeat;
}

.type_icons .txt,
.rtf {
  background: url(../img/modules/download/text.png) 0 0 no-repeat;
}

.type_icons .doc,
.type_icons .docx,
.type_icons .odf,
.type_icons .ott,
.type_icons .sxw,
.type_icons .stw {
  background: url(../img/modules/download/word.png) 0 0 no-repeat;
}

.type_icons .jpg,
.type_icons .jpe,
.type_icons .jfif,
.type_icons .png,
.type_icons .jpeg,
.type_icons .gif,
.type_icons .tif,
.type_icons .tiff,
.type_icons .ico,
.type_icons .bmp,
.type_icons .raw,
.type_icons .dcs {
  background: url(../img/modules/download/picture.png) 0 0 no-repeat;
}

.type_icons .flv,
.type_icons .mov,
.type_icons .mpeg,
.type_icons .avi,
.type_icons .divx {
  background: url(../img/modules/download/movie.png) 0 0 no-repeat;
}

.type_icons .ods,
.type_icons .sxc,
.type_icons .xls,
.type_icons .xlt {
  background: url(../img/modules/download/excel.png) 0 0 no-repeat;
}

.type_icons .odg,
.type_icons .sxd,
.type_icons .psd {
  background: url(../img/modules/download/paint.png) 0 0 no-repeat;
}

.type_icons .cdr,
.type_icons .ai {
  background: url(../img/modules/download/vector.png) 0 0 no-repeat;
}

.type_icons .php,
.type_icons .html,
.type_icons .css,
.type_icons .js,
.type_icons .less,
.type_icons .asp,
.type_icons .c {
  background: url(../img/modules/download/code.png) 0 0 no-repeat;
}

.type_icons .sql,
.type_icons .db,
.type_icons .dbf,
.type_icons .dbk {
  background: url(../img/modules/download/database.png) 0 0 no-repeat;
}

.type_icons .zip,
.type_icons .tar,
.type_icons .gz,
.type_icons .gzip,
.type_icons .rar {
  background: url(../img/modules/download/zip.png) 0 0 no-repeat;
}

.type_icons .rb {
  background: url(../img/modules/download/ruby.png) 0 0 no-repeat;
}

.type_icons .as {
  background: url(../img/modules/download/actionscript.png) 0 0 no-repeat;
}

.type_icons .cf {
  background: url(../img/modules/download/coldfusion.png) 0 0 no-repeat;
}

.type_icons .odp,
.type_icons .sxi,
.type_icons .ppt {
  background: url(../img/modules/download/powerpoint.png) 0 0 no-repeat;
}

.type_icons .iso,
.type_icons .nrg {
  background: url(../img/modules/download/dvd.png) 0 0 no-repeat;
}

form .alert {
  display: none;
  font-size: 13px;
  line-height: 1.2em;
  margin-bottom: 0;
}

form * {
  border-radius: 0 !important;
}

.map iframe {
  width: 100%;
}

form label {
  font-weight: normal;
}

.forform {
  margin-top: 1em;
}

/* paginator */

#pages {
  margin: 0 0 15px;
}

.jPaginate {
  height: 34px;
  position: relative;
  color: #a5a5a5;
  font-size: small;
  width: 100%;
}

.jPaginate a {
  line-height: 30px;
  height: 30px;
  cursor: pointer;
  padding: 0 10px !important;
  margin: 0 2px;
  float: left;
  text-decoration: none !important;
}

.jPag-control-back {
  position: absolute;
  left: 0px;
}

.jPag-control-front {
  position: absolute;
  top: 0px;
}

.jPaginate span {
  cursor: pointer;
}

ul.jPag-pages {
  float: left;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

ul.jPag-pages li {
  display: inline;
  float: left;
  padding: 0px;
  margin: 0px;
}

ul.jPag-pages li a {
  float: left;
  padding: 2px 5px;
}

span.jPag-current {
  cursor: default;
  font-weight: normal;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  margin: 0 2px;
  float: left;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img {
  height: 34px;
  margin: 0 2px;
  float: left;
  line-height: 26px;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img {
  margin: 2px 0px 2px 2px;
  font-size: 12px;
  font-weight: bold;
  width: 10px;
}

ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img {
  margin: 2px 2px 2px 0px;
  font-size: 12px;
  font-weight: bold;
  width: 10px;
}

span.jPag-sprevious,
span.jPag-sprevious-img {
  margin: 2px 0px 2px 2px;
  font-size: 14px;
  width: 15px;
  text-align: right;
}

span.jPag-snext,
span.jPag-snext-img {
  margin: 2px 2px 2px 0px;
  font-size: 14px;
  width: 15px;
  text-align: right;
}

ul.jPag-pages li span.jPag-previous-img {
  background: transparent url(../images/previous.png) no-repeat center right;
}

ul.jPag-pages li span.jPag-next-img {
  background: transparent url(../images/next.png) no-repeat center left;
}

span.jPag-sprevious-img {
  background: transparent url(../images/sprevious.png) no-repeat center right;
}

span.jPag-snext-img {
  background: transparent url(../images/snext.png) no-repeat center left;
}

.jPag-last,
.jPag-first {
  line-height: 30px !important;
  font-size: 14px;
}

.alert {
  border-radius: 0px;
  padding: 30px;
}

.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  margin-top: 0px !important;
}

.alert ul,
.alert ul li:last-of-type,
.alert p:last-of-type {
  margin-bottom: 0px !important;
}

.alert-light {
  background: #f4f4f4;
}

.sub .gallery h3 {
  margin-bottom: 3.5rem;
}

.sub .gallery p {
  margin-top: -2.5rem;
  margin-bottom: 3.5rem;
}

.sub .main blockquote {
  font-style: italic;
  font-size: 22px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  color: black;
}

.sub .main .akordeon td {
  padding: 0;
}

.sub .main .akordeon .odd td {
  padding: 30px;
  background: #fdfdfd;
}

.sub .main .akordeon h3 {
  margin: 0 !important;
  padding: 30px;
  transition: all 0.2s;
  cursor: pointer;
  font-family: "Hind", sans-serif;
  font-size: 18px;
  background: url(../img/akobullet.png) 98% center no-repeat;
}

.sub .main .akordeon h3 small {
  font-size: 60%;
  color: #999;
  text-transform: uppercase;
}

.sub .main .akordeon .active h3,
.sub .main .akordeon h3:hover {
  background: #f4f4f4 url(../img/akobullet2.png) 98% center no-repeat;
}

.navbar {
  z-index: 99999999;
}

.langs {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  float: right;
  z-index: 9999;
}

.langs a {
  transition: all 0.2s;
  float: left;
  width: 100%;
}

.langs a:hover {
  opacity: 0.7;
}

.langs img {
  border: 1px solid #e2e2e2;
  float: left;
}

.langs .dropdown-menu {
  min-width: 10px;
  padding: 12px 15px;
  border: 0;
  left: -15px;
  box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.1);
}

.langs .dropdown-menu li {
  padding: 3px 0;
  float: left;
  width: 100%;
}

.floating_widgets {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 666;
}

.floating_widgets a,
.floating_widgets img {
  display: block;
  background-color: #fff;
}

.floating_widgets a:not(:last-child) {
  margin-bottom: 10px;
}

.fancybox-container .fancybox-slide a img {
  max-width: 70vw;
  height: auto;
  display: block;
}

/*

RRRRRRRRRRRRRRRRR         WWWWWWWW                           WWWWWWWW     DDDDDDDDDDDDD
R::::::::::::::::R        W::::::W                           W::::::W     D::::::::::::DDD
R::::::RRRRRR:::::R       W::::::W                           W::::::W     D:::::::::::::::DD
RR:::::R     R:::::R      W::::::W                           W::::::W     DDD:::::DDDDD:::::D
 R:::::R     R:::::R       W:::::W           WWWWW           W:::::W        D:::::D    D:::::D
 R:::::R     R:::::R        W:::::W         W:::::W         W:::::W         D:::::D     D:::::D
 R:::::RRRRRR:::::R          W:::::W       W:::::::W       W:::::W          D:::::D     D:::::D
 R:::::::::::::RR             W:::::W     W:::::::::W     W:::::W           D:::::D     D:::::D
 R::::RRRRRR:::::R             W:::::W   W:::::W:::::W   W:::::W            D:::::D     D:::::D
 R:::::R     R:::::R            W:::::W W:::::W W:::::W W:::::W             D:::::D     D:::::D
 R:::::R     R:::::R             W:::::W:::::W   W:::::W:::::W              D:::::D     D:::::D
 R:::::R     R:::::R              W:::::::::W     W:::::::::W               D:::::D    D:::::D
RR:::::R     R:::::R              W:::::::W       W:::::::W              DDD:::::DDDDD:::::D
R::::::R     R:::::R               W:::::W         W:::::W               D:::::::::::::::DD
R::::::R     R:::::R                W:::W           W:::W                D::::::::::::DDD
RRRRRRRR     RRRRRRR                 WWW             WWW                 DDDDDDDDDDDDD

*/

/* height: 1050px */

@media screen and (max-width: 1680px) {
  .navbar-nav .nav-link {
    margin-left: 5px;
  }
  .dropdown-toggle::after {
    display: none;
  }
}

/* height: 900px */

@media screen and (max-width: 1600px) {
}

/* height: 864px */

@media screen and (max-width: 1536px) {
  #navbar .btn-primary {
    margin-left: 30px;
    margin-right: 15px;
  }
  .navbar .navbar-text {
    padding: 0 30px 0 15px;
  }
}

/* height: 900px */

@media screen and (max-width: 1440px) {
  #navbar .btn-primary {
    padding: 15px;
  }
  .navbar-nav .nav-link {
    letter-spacing: 0;
  }
}

/* height: 768px */

@media screen and (max-width: 1366px) {
  .navbar-brand {
    margin-left: 30px;
  }
  .navbar .btn-primary img {
    display: none;
  }
  .navbar-nav {
    align-items: center;
    display: flex;
  }
  #navbar .btn-primary {
    margin-left: 15px;
    margin-right: 15px;
  }
  .langs {
    margin-left: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
    line-height: 1.1em;
  }
}

/* height: 768px */

@media screen and (max-width: 1360px) {
}

/* height: 1024 & 720px */

@media screen and (max-width: 1280px) {
  .navbar-text {
    display: none !important;
  }
  #navbar {
    justify-content: flex-end;
  }
  .navbar-nav .nav-link {
    letter-spacing: 1px;
  }
}

/* height: 768px, 600px */

@media screen and (max-width: 1199px) {
  .navbar-nav .nav-link {
    letter-spacing: 0;
  }
  .btn-primary img {
    display: none;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
  #navbar .btn-primary {
    margin-left: 10px;
    margin-right: 0;
  }
  .navbar-brand {
    margin-left: 15px;
  }
  .snowboard {
    background-size: 400px auto;
  }
  .galerie a {
    height: 380px;
  }
  .galerie a .text {
    padding: 30px 15px 15px;
  }
  .raj h2 {
    font-size: 40px;
  }
  .pakiety .col-lg-3 a span {
    font-size: 14px;
  }
}

@media screen and (max-width: 1023px) {
  .langs {
    position: fixed;
    top: 33px;
    right: 60px;
  }
  #navbar {
    display: none;
  }
  #navbar.show {
    display: block;
    text-align: center;
    overflow: auto;
    position: absolute;
    top: 100%;
    background: white;
    width: 100%;
    max-height: 80vh;
    padding: 15px;
  }
  .navbar-nav .nav-item {
    float: left;
    width: 100%;
  }
  .navbar-nav .nav-link {
    margin: 0;
    width: 100%;
    display: block;
    padding: 10px 15px;
    text-align: center;
    border-top: 1px solid #ddd;
  }
  .navbar-nav .nav-item:hover > .dropdown-menu .dropdown-menu,
  .navbar-nav .dropdown-menu {
    position: relative;
    float: left;
    clear: left;
    width: 100%;
    top: auto;
    left: auto !important;
    background: #f8f8f8;
    border: 0;
    padding: 0;
  }
  .navbar-nav .nav-item:hover > .dropdown-menu .dropdown-menu {
    background: #f4f4f4;
  }
  .navbar-nav {
    width: 100%;
    text-align: center;
  }
  .navbar-brand {
    margin: 0 auto;
  }
  .navbar-toggler {
    position: fixed;
    top: 25px;
    right: 15px;
    border-color: #333;
    border-radius: 0;
    padding: 0.25rem 0.45rem;
    cursor: pointer;
    background: white;
    z-index: 999999;
  }
  .icon-bar {
    width: 1.5rem;
    height: 3px;
    background: #333;
    display: block;
    margin-top: 3px;
  }
  .icon-bar:last-of-type {
    margin-bottom: 3px;
  }
  .navbar-brand img {
    transition: all 0.2s;
    height: 211px;
  }
  .affix .navbar-brand img {
    height: 93px;
    margin-top: 13px;
  }
  footer .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .hidden-md {
    display: none;
  }
  .raj,
  .raj .row,
  .raj .col-12 {
    height: auto !important;
    text-align: center;
  }
  .raj {
    padding: 60px 0 140px;
  }
  .btn-primary {
    white-space: normal !important;
  }
  .raj .certyfikat {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    max-width: 300px;
    height: auto;
    display: block;
    margin: 15px auto;
  }
  .hotel .col-lg-6 {
    margin-top: 15px;
  }
  .galerie a .text strong {
    font-size: 25px;
    line-height: 1.1em;
    margin-bottom: 10px;
  }
  .fb_slider_right,
  .sfl-widget--ribbon {
    display: none !important;
  }
  .sfl-widget--ribbon {
    transform: scale(0.5);
    right: -16px !important;
  }
  .sub .main img {
    max-width: 100%;
    height: auto;
  }
  .gallery .col-sm-6 {
    max-width: 50%;
  }
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 640px) {
  header h1 {
    font-size: 80px;
  }
  .galerie a .text {
    padding: 15px 15px 15px;
  }
  .galerie a .text p {
    color: white;
    padding: 0;
    font-size: 13px;
  }
  .galerie a {
    height: 270px;
  }
  .galerie .col-6 {
    max-height: 270px;
  }
  .galerie a .text strong {
    font-size: 18px;
  }
  footer .float-md-right,
  footer .float-md-left {
    text-align: center;
  }
  .pakiety .col-lg-3 a span {
    font-size: 15px;
  }
}

@media screen and (max-width: 600px) {
  header .cycle-slideshow img {
    height: 100vh;
    width: auto;
  }
  .sub .main > .container > .row > .col-12:first-of-type h2 strong {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .pakiety .col-lg-3 a img {
    max-width: 500%;
    width: 100%;
  }
  .pakiety h2 strong,
  .pakiety span strong,
  .hotel h2 strong,
  .raj h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 435px) {
  header h1 {
    font-size: 45px;
  }
  .galerie a .text span {
    opacity: 1;
  }
}

@media screen and (max-width: 425px) {
}

@media screen and (max-width: 414px) {
  .langs {
    position: fixed;
    top: 33px;
    left: 30px;
  }
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 360px) {
  .galerie .col-6 {
    max-height: 250px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .langs {
    position: fixed;
    top: 33px;
    left: 15px;
  }
}

@media screen and (max-width: 320px) {
  .pakiety h2 strong,
  .pakiety span strong,
  .hotel h2 strong,
  .raj h2 {
    font-size: 30px;
  }
}

.TA_certificateOfExcellence {
  position: fixed;
  bottom: -10px;
  right: 120px;
  z-index: 999;
}
