/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
html {
  width: 100%;
  height: 100%;
}
a {
  text-decoration: none;
}
p {
  text-align: justify;
}
.mainpage {
  max-width: 1500px;
  padding: 0px 50px;
  width: 100%;
  margin: auto;
  position: relative;
  height: 100px;
  background: #fff;
}
.mainpage .logonew {
  width: 290px;
  height: 68px;
  position: absolute;
  top: 26px;
  left: 50px;
}
.mainpage .logonew img {
  display: block;
  width: 100%;
  height: auto;
}
.mainpage .facebook {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 50px;
  top: 32px;
  border: 1px solid #d7d7d7;
  background: url(../img/facebook.jpg) no-repeat;
}
.mainpage .menu-top {
  position: absolute;
  top: 41px;
  left: 50%;
  width: 830px;
  margin-left: -375px;
}
.mainpage .menu-top a {
  color: #2e2e2e;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 16px;
  font-size: 18px;
  transition: color 0.3s;
}
.mainpage .menu-top a:nth-last-child(1) {
  margin-right: 0px;
}
.mainpage .menu-top a:hover {
  color: #236238;
}
@media only screen and (max-width: 1130px) {
  .mainpage .menu-top {
    width: 516px;
    margin-left: -203px;
  }
  .mainpage .menu-top a {
    margin-right: 20px;
  }
}
.mainpage .lang {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 100px;
  top: 32px;
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  z-index: 2000;
}
.mainpage .lang span {
  display: block;
  height: 40px;
  line-height: 40px;
  background: url(../img/arrow-lang.png) 28px 18px no-repeat;
  cursor: pointer;
}
.mainpage .lang .list-lang {
  display: none;
  margin-left: -7px;
  background: #fff;
}
.mainpage .lang .list-lang a {
  display: block;
  width: 40px;
  padding-left: 7px;
  height: 40px;
  line-height: 40px;
  color: #2e2e2e;
  font-weight: 400;
  transition: color 0.3s;
}
.mainpage .lang .list-lang a:hover {
  color: #236238;
}
.mainpage .lang:hover .list-lang {
  display: block;
}
@media only screen and (max-width: 980px) {
  .mainpage {
    padding: 0px 20px;
  }
  .mainpage .menu-top {
    display: none;
  }
  .mainpage .logo {
    left: 20px;
  }
  .mainpage .facebook {
    display: none;
  }
  .mainpage .lang {
    right: 70px;
  }
  .mainpage .menu-mobile-icon {
    display: block!important;
    position: absolute;
    top: 33px;
    right: 20px;
    color: #236238;
    cursor: pointer;
    font-size: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .mainpage {
    height: 82px;
  }
  .mainpage .lang {
    top: 21px;
  }
  .mainpage .logo {
    width: 130px;
    background-size: 100%;
  }
  .mainpage .menu-mobile-icon {
    top: 21px;
  }
}
.menu-mobile-icon {
  display: none!important;
}
.subpage {
  max-width: 1204px;
  padding: 0px 20px;
  width: 100%;
  margin: auto;
  position: relative;
  height: 100px;
  background: #fff;
}
.subpage .logonew {
  width: 265px;
  height: 68px;
  position: absolute;
  top: 26px;
  left: 15px;
}
.subpage .logonew img {
  display: block;
  width: 100%;
  height: auto;
}
.subpage .facebook {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 32px;
  border: 1px solid #d7d7d7;
  background: url(../img/facebook.jpg) no-repeat;
}
.subpage .menu-top {
  position: absolute;
  top: 41px;
  left: 311px;
  width: 760px;
}
.subpage .menu-top a {
  color: #2e2e2e;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 25px;
  font-size: 16px;
  transition: color 0.3s;
}
.subpage .menu-top a:nth-last-child(1) {
  margin-right: 0px;
}
.subpage .menu-top a:hover {
  color: #236238;
}
@media only screen and (max-width: 1130px) {
  .subpage .menu-top {
    width: 516px;
    margin-left: 0px;
  }
  .subpage .menu-top a {
    margin-right: 20px;
  }
}
.subpage .lang {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 70px;
  top: 32px;
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  z-index: 2;
}
.subpage .lang span {
  display: block;
  height: 40px;
  line-height: 40px;
  background: url(../img/arrow-lang.png) 28px 18px no-repeat;
  cursor: pointer;
}
.subpage .lang .list-lang {
  display: none;
  margin-left: -7px;
  background: #fff;
}
.subpage .lang .list-lang a {
  display: block;
  width: 40px;
  padding-left: 7px;
  height: 40px;
  line-height: 40px;
  color: #2e2e2e;
  font-weight: 400;
  transition: color 0.3s;
}
.subpage .lang .list-lang a:hover {
  color: #236238;
}
.subpage .lang:hover .list-lang {
  display: block;
}
@media only screen and (max-width: 980px) {
  .subpage {
    padding: 0px 20px;
  }
  .subpage .menu-top {
    display: none;
  }
  .subpage .logo {
    left: 20px;
  }
  .subpage .facebook {
    display: none;
  }
  .subpage .lang {
    right: 70px;
  }
  .subpage .menu-mobile-icon {
    display: block!important;
    position: absolute;
    top: 33px;
    right: 20px;
    color: #236238;
    cursor: pointer;
    font-size: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .subpage {
    height: 82px;
  }
  .subpage .lang {
    top: 21px;
  }
  .subpage .logo {
    width: 130px;
    background-size: 100%;
  }
  .subpage .menu-mobile-icon {
    top: 21px;
  }
}
body {
  background: #fff;
  width: 100%;
  height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #2d2d2d;
}
h1 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400!important;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.wrapper {
  max-width: 1460px;
  padding: 0px 30px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .wrapper {
    padding: 0px 20px;
  }
}
.addressprint {
  display: none;
}
.box-prints {
  margin-top: -20px;
}
.blog-link {
  width: 100%;
  display: block;
  border: 3px solid #236238;
  text-align: center;
  padding: 15px 0px;
  font-size: 18px;
  font-weight: 600;
  color: #2e2e2e;
  margin-top: 20px;
  transition: color 0.3s, backgroud 0.3s;
}
.blog-link:hover {
  background: #236238;
  color: #fff;
}
.blog-link span {
  letter-spacing: 1px;
}
.imageleft {
  float: left;
  max-width: 100%;
  width: auto;
  display: block;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.imageright {
  float: right;
  max-width: 100%;
  width: auto;
  display: block;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.imagecenter {
  float: none;
  margin: auto;
  display: block;
  max-width: 100%;
  width: auto;
  margin-bottom: 10px;
  margin-top: 10px;
}
.slider {
  margin: auto;
  position: relative;
  width: 100%;
}
.slider .menu-sidebar {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 270px;
  z-index: 1000;
}
.slider .menu-sidebar h2 {
  display: block;
  height: 60px;
  width: 100%;
  font-weight: 400;
  padding-left: 20px;
  background: #d00a00;
  color: #fff;
  line-height: 60px;
  font-size: 30px;
  margin-bottom: 2px;
}
.slider .menu-sidebar a {
  display: block;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  background: #236238;
  color: #fff;
  line-height: 40px;
  font-size: 18px;
  margin-bottom: 2px;
  transition: all 0.3s;
}
.slider .menu-sidebar a:hover {
  color: #236238;
  background: #fff;
}
.slider img {
  display: block;
  width: 100%;
}
.slider .photo-slider-top {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
}
@media only screen and (max-width: 1130px) {
  .slider .menu-sidebar {
    top: 0px;
  }
}
@media only screen and (max-width: 980px) {
  .slider .menu-sidebar {
    display: none;
    width: 100%;
    background: #fff;
  }
}
.go-down {
  display: block;
  width: 50px;
  cursor: pointer;
  height: 50px;
  background: #236238;
  border-radius: 100px;
  position: relative;
  margin: auto;
  margin-top: -200px;
  transition: background-position 0.3s;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
}
.motto {
  max-width: 760px;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 202px;
  margin-bottom: 62px;
}
.motto h2 {
  font-weight: 300;
  font-size: 54px;
  letter-spacing: 6px;
  margin-bottom: 20px;
}
.motto p {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
}
.motto img {
  margin: auto;
  margin-top: 60px;
  display: block;
  max-width: auto;
  max-width: 100%;
}
.aboutus {
  max-width: 740px;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 82px;
  margin-bottom: 62px;
}
.aboutus h2 {
  font-weight: 300;
  font-size: 60px;
  letter-spacing: 6px;
  margin-bottom: 20px;
}
.aboutus p {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
}
.aboutus .more {
  display: block;
  background: #236238;
  width: 126px;
  height: 45px;
  margin: auto;
  color: #fff;
  text-align: center;
  line-height: 45px;
  margin-top: 50px;
  transition: background 0.3s;
}
.aboutus .more:hover {
  background: #2e2e2e;
}
.testimonials-box {
  width: 100%;
  background: #236238;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.testimonials-box h2 {
  font-weight: 300;
  font-size: 60px;
  letter-spacing: 6px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  padding-top: 83px;
}
.testimonials-box .testimonials-slider {
  width: 75%;
  margin: auto;
  color: #fff;
  text-align: center;
}
.testimonials-box .testimonials-slider h3 {
  margin-top: 27px;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 1px;
}
.testimonials-box .testimonials-slider .desc {
  line-height: 26px;
  font-size: 16px;
  margin-top: 25px;
  color: #fff;
}
.testimonials-box .testimonials-slider .date {
  font-weight: 600;
  display: block;
  margin-top: 40px;
  font-size: 16px;
}
.testimonials-box .testimonials-slider .owl-prev {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 100px;
  left: -135px;
  transition: left 0.3s;
}
.testimonials-box .testimonials-slider .owl-prev:hover {
  left: -140px;
}
.testimonials-box .testimonials-slider .prev {
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/slider-arrow.png) 0px -38px no-repeat;
  cursor: pointer;
}
.testimonials-box .testimonials-slider .owl-next {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 100px;
  right: -135px;
  transition: right 0.3s;
}
.testimonials-box .testimonials-slider .owl-next:hover {
  right: -140px;
}
.testimonials-box .testimonials-slider .next {
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/slider-arrow.png) 0px 0px no-repeat;
  cursor: pointer;
}
.testimonials-box .more {
  display: block;
  background: #fff;
  width: 126px;
  height: 45px;
  margin: auto;
  color: #236238;
  text-align: center;
  line-height: 45px;
  margin-top: 75px;
  transition: all 0.3s;
}
.testimonials-box .more:hover {
  background: #2e2e2e;
  color: #fff;
}
.testimonials-box .testimonials-box-inside {
  position: relative;
  width: 100%;
}
.movie {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}
.ourteam {
  width: 100%;
  height: 480px;
  padding: 0px 120px;
  padding-bottom: 30px;
  background: #236238;
}
.ourteam h2 {
  font-weight: 300;
  font-size: 60px;
  letter-spacing: 6px;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  padding-top: 80px;
  margin-bottom: 30px;
}
.ourteam .desc {
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.ourteam .person {
  width: 188px;
  height: 188px;
  margin: auto;
  position: relative;
  text-align: center;
}
.ourteam .person .name {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin-top: 10px;
  display: block;
}
.ourteam .person .desc-person {
  display: none;
  width: 358px;
  position: absolute;
  top: 30px;
  padding-left: 10px;
  left: 187px;
  background: url(../img/cloud.png) left center no-repeat;
  min-height: 141px;
  z-index: 100;
}
.ourteam .person .person-left {
  display: block;
  width: 78px;
  min-height: 50px;
  padding-top: 20px;
  float: left;
}
.ourteam .person .person-left .flag {
  display: block;
  width: 37px;
  height: 21px;
  background: url(../img/flags.jpg) 0px 0px no-repeat;
  margin: auto;
  margin-bottom: 18px;
}
.ourteam .person .person-left .fr {
  background-position: 0px -42px;
}
.ourteam .person .person-left .de {
  background-position: 0px -21px;
}
.ourteam .person .person-left .it {
  background-position: 0px -63px;
}
.ourteam .person .person-left .es {
  background-position: 0px -84px;
}
.ourteam .person .person-left .ru {
  background-position: 0px -105px;
}
.ourteam .person .person-right {
  display: block;
  float: left;
  width: 270px;
  text-align: left;
  padding-left: 20px;
}
.ourteam .person .person-right span {
  display: block;
  margin-top: 8px;
}
.ourteam .person .person-right h3 {
  font-size: 22px;
  font-weight: 300;
  margin-top: 10px;
}
.ourteam .person .person-right a {
  color: #236238;
}
.ourteam .ryszard .desc-person,
.ourteam .marek .desc-person {
  left: auto;
  right: 187px;
  background: url(../img/cloud2.png) left center no-repeat;
  padding-left: 0px;
  padding-right: 10px;
}
.ourteam .row-person {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
.ourteam .row-person .box-person {
  width: 25%;
  float: left;
  margin-bottom: 77px;
}
.ourteam .row-person .box-person img {
  border-radius: 100px;
  max-width: 188px;
}
.ourteam .row-person .flags {
  width: 75%;
  float: right;
  padding-right: 60px;
  margin-top: 50px;
}
.ourteam .row-person .flags span {
  display: block;
  position: relative;
  transition: background 0.3s;
  float: right;
  width: 95px;
  height: 95px;
  border: 2px solid #c4c3be;
  border-radius: 100px;
  margin-left: 20px;
}
.ourteam .row-person .flags span:hover {
  background: #c4c3be;
}
.ourteam .row-person .flags i {
  display: block;
  position: absolute;
  top: 37px;
  left: 27px;
  width: 37px;
  height: 21px;
  background: url(../img/flags.jpg) 0px 0px no-repeat;
}
.ourteam .row-person .flags .de i {
  background-position: 0px -21px;
}
.ourteam .row-person .flags .en i {
  background-position: 0px 0px;
}
.ourteam .row-person .flags .fr i {
  background-position: 0px -42px;
}
.ourteam .row-person .flags .it i {
  background-position: 0px -63px;
}
.ourteam .row-person .flags .es i {
  background-position: 0px -84px;
}
.ourteam .row-person .flags .ru i {
  background-position: 0px -105px;
}
.contactbox {
  width: 100%;
  height: 664px;
  position: relative;
}
.contactbox p {
  text-align: center;
}
.contactbox h2 {
  font-weight: 300;
  font-size: 60px;
  letter-spacing: 6px;
  margin-bottom: 20px;
  color: #2d2d2d;
  text-align: center;
  padding-top: 83px;
}
.contactbox .layer-contact {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
}
.contactbox .desc {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  margin: auto;
  width: 100%;
  max-width: 500px;
  padding: 0px 20px;
}
.contactbox .row-contact {
  display: block;
  position: relative;
  width: 100%;
  padding: 0px 104px;
  padding-top: 47px;
}
.contactbox .row-contact .box-contact {
  width: 25%;
  float: left;
  padding: 0px 24px;
  text-align: center;
  padding-top: 30px;
  font-size: 16px;
}
.contactbox .row-contact .box-contact h4 {
  font-weight: 500;
  font-size: 22px;
  margin-top: 28px;
}
.contactbox .row-contact .box-contact i {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  background: url(../img/icon-contact.png) no-repeat;
}
.contactbox .row-contact .box-contact .icon1 {
  width: 36px;
}
.contactbox .row-contact .box-contact .icon2 {
  width: 55px;
  background-position: -282px 0px;
}
.contactbox .row-contact .box-contact .icon3 {
  width: 55px;
  background-position: -575px 0px;
}
.contactbox .row-contact .box-contact .icon4 {
  width: 55px;
  background-position: -865px 0px;
}
.contactbox .row-contact a {
  color: #236238;
  transition: color 0.3s;
}
.contactbox .row-contact a:hover {
  color: #2e2e2e;
}
.contactbox .closemap {
  display: none;
  position: absolute;
  top: 566px;
  z-index: 100;
  left: 50%;
  margin-left: -78px;
  background: #236238;
  transition: background 0.3s;
  width: 156px;
  height: 45px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
}
.contactbox .closemap:hover {
  background: #2e2e2e;
}
.contactbox .showmap {
  display: block;
  position: absolute;
  top: 566px;
  z-index: 100;
  left: 50%;
  margin-left: -78px;
  background: #236238;
  transition: background 0.3s;
  width: 156px;
  height: 45px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
}
.contactbox .showmap:hover {
  background: #2e2e2e;
}
#maps {
  width: 100%;
  height: 100%;
}
footer {
  width: 100%;
}
footer .menu-footer {
  width: 100%;
  max-width: 1160px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea;
}
footer .menu-footer a {
  margin-right: 10px;
  color: #2e2e2e;
  transition: color 0.3s;
}
footer .menu-footer a:hover {
  color: #236238;
}
footer .copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  max-width: 1160px;
  margin: auto;
  position: relative;
}
footer .copyright .itros {
  position: absolute;
  top: 20px;
  right: 0px;
  color: #2e2e2e;
  transition: color 0.3s;
}
footer .copyright .itros:hover {
  color: #236238;
}
footer .copyright .moim {
  position: absolute;
  top: 20px;
  right: 200px;
  color: #2e2e2e;
  transition: color 0.3s;
  background: url(../img/krokosz.png) right no-repeat;
  padding-right: 75px;
}
footer .copyright .moim:hover {
  color: #236238;
}
.wrapper-subpage {
  max-width: 1204px;
  padding: 0px 20px;
  width: 100%;
  margin: auto;
}
.content-page {
  max-width: 1204px;
  padding: 0px 20px;
  width: 100%;
  margin: auto;
}
.content-page .left {
  width: 262px;
  float: left;
}
.content-page .menu-sidebar {
  width: 262px;
}
.content-page .menu-sidebar h2 {
  display: block;
  height: 60px;
  width: 100%;
  font-weight: 400;
  padding-left: 20px;
  background: #d00a00;
  color: #fff;
  line-height: 60px;
  font-size: 30px;
  margin-bottom: 2px;
}
.content-page .menu-sidebar a {
  display: block;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  background: #236238;
  color: #fff;
  line-height: 40px;
  font-size: 18px;
  margin-bottom: 2px;
  transition: all 0.3s;
}
.content-page .menu-sidebar a:hover {
  color: #236238;
  background: #fff;
}
.content-page .menu-sidebar .active {
  color: #236238;
  background: #fff;
}
.content-page .menu-subpage {
  margin-top: 45px;
  margin-bottom: 45px;
  width: 100%;
  padding: 0px 20px;
}
.content-page .menu-subpage h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 3px;
  margin-top: 18px;
}
.content-page .menu-subpage a {
  display: block;
  font-size: 16px;
  border-bottom: 1px solid #f2f2f2;
  line-height: 20px;
  color: #236238;
  transition: color 0.3s;
  padding: 8px 0px;
}
.content-page .menu-subpage a:hover {
  color: #2e2e2e;
}
.content-page .right {
  width: calc(100% - 262px);
  padding-left: 29px;
  float: right;
}
.content-page .right .desc h2 {
  font-size: 16px;
  font-weight: 600;
}
.content-page .opinie-box {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.content-page .pagination .active {
  color: #2e2e2e;
}
.content-page .pagination .prev,
.content-page .pagination .next {
  font-weight: 800;
}
.content-page .pagination a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #eaeaea;
  float: left;
  text-align: center;
  line-height: 28px;
  margin-right: 5px;
}
.content-page .catdesc h1 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
.content-page .catdesc h2 {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 980px) {
  .content-page .left {
    display: none;
  }
  .content-page .right {
    width: 100%;
    padding-left: 0px;
  }
}
.slider-box-border {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  max-height: 399px;
  overflow: hidden;
}
.slider-box-border .serwis-name {
  display: inline-block;
  position: absolute;
  z-index: 500;
  bottom: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.7);
  height: 60px;
  line-height: 60px;
  padding: 0px 15px;
  font-weight: 300;
  font-size: 45px;
}
.slider-box-border .owl-prev {
  position: absolute;
  left: 20px;
  top: 46%;
  z-index: 100;
}
.slider-box-border .owl-prev i {
  opacity: 0.5;
  transition: opacity 0.3s;
}
.slider-box-border .owl-prev i:hover {
  opacity: 1;
}
.slider-box-border .owl-next {
  position: absolute;
  right: 20px;
  top: 46%;
  z-index: 100;
}
.slider-box-border .owl-next i {
  opacity: 0.5;
  transition: opacity 0.3s;
}
.slider-box-border .owl-next i:hover {
  opacity: 1;
}
.slider-box-border i {
  color: #fff;
  font-size: 50px;
  cursor: pointer;
}
.slider-box-border .single-desc-photo {
  position: absolute;
  z-index: 100;
  bottom: 80px;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  line-height: 22px;
  font-size: 16px;
}
.subpage-slider {
  margin-bottom: 20px;
}
.subpage-slider-static {
  width: 100%;
  height: auto;
}
.subpage-slider-static img {
  display: block;
  width: 100%;
  height: auto;
}
.breadcrumbs {
  font-size: 15px;
  padding: 25px 0px;
  padding-top: 15px;
}
.breadcrumbs span {
  color: #808080;
}
.breadcrumbs a {
  margin: 0px 5px;
  color: #2e2e2e;
  transition: color 0.3s;
  text-transform: lowercase;
}
.breadcrumbs a:hover {
  color: #236238;
}
.list-category {
  width: calc(100% + 20px);
  margin-left: -20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.list-category .category-item {
  width: 33.3%;
  float: left;
  padding-left: 20px;
  margin-bottom: 20px;
}
.list-category .category-item a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #eaeaea;
  padding: 16px;
  position: relative;
  transition: background 0.3s;
}
.list-category .category-item a:hover {
  background: #236238;
}
.list-category .category-item img {
  display: block;
  width: 100%;
  margin-top: 57px;
}
.list-category .category-item span {
  display: block;
  position: absolute;
  height: 57px;
  overflow: hidden;
  top: 16px;
  left: 16px;
  background: #fff;
  padding: 6px;
  font-size: 18px;
  color: #2e2e2e;
  font-weight: 600;
  width: calc(100% - 32px);
}
.list-category .special a {
  border: 1px solid #236238;
  background: #236238;
}
.list-category .special span {
  color: #fff;
  background: #236238;
}
.desc {
  font-size: 16px;
  line-height: 23px;
  color: #2e2e2e;
}
.desc .print-textpage {
  float: right;
  font-size: 30px;
  position: relative;
  top: -10px;
  transition: color 0.3s;
  cursor: pointer;
}
.desc .print-textpage:hover {
  color: #236238;
}
.desc a {
  color: #236238;
  transition: color 0.3s;
}
.desc a:hover {
  color: #2e2e2e;
}
.desc ul {
  list-style: none;
  margin: 10px 0px;
}
.desc ul li {
  background: url(../img/li.jpg) 0px 9px no-repeat;
  padding-left: 15px;
  margin-bottom: 20px;
}
.desc-travel-list h1 {
  font-size: 18px;
  font-weight: 400;
}
.infoboxaside {
  width: 250px;
  padding: 20px;
  border: 1px solid #236238;
  position: fixed;
  bottom: 0px;
  right: -270px;
  background: #fff;
  z-index: 1000;
}
.infoboxaside h1 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 0px!important;
}
.infoboxaside .closed {
  position: absolute;
  top: -1px;
  left: -20px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #236238;
  text-align: center;
}
.list-travel {
  width: 100%;
  margin-top: 40px;
}
.list-travel .travel-item {
  width: 100%;
  display: table;
  margin-bottom: 25px;
}
.list-travel .travel-item .photo {
  width: 220px;
  padding: 15px;
  float: left;
  border: 1px solid #eaeaea;
  transition: background 0.3s;
}
.list-travel .travel-item .photo img {
  display: block;
  width: 100%;
  height: auto;
}
.list-travel .travel-item .photo:hover {
  background: #236238;
}
.list-travel .travel-item .desc {
  width: calc(100% - 220px);
  padding-left: 20px;
  float: left;
}
.list-travel .travel-item .name {
  display: block;
  font-weight: 400;
  font-size: 22px;
  margin-top: 5px;
}
.list-travel .travel-item .cat {
  display: block;
  font-weight: 500;
  margin-top: 10px;
  font-size: 14px;
}
.list-travel .travel-item .shortdesc {
  padding: 10px 0px;
}
.list-travel .travel-item .readmore {
  display: block;
}
.list-travel .info-box-blog {
  margin-top: 12px;
  display: block;
}
.list-travel .info-box-blog i {
  margin-right: 3px;
}
.list-travel .info-box-blog i:nth-child(2) {
  margin-left: 15px;
}
.list-travel .info-box-blog .fa-user {
  margin-left: 15px;
}
.blog-content .info-box-blog {
  display: block;
}
.blog-content .info-box-blog i {
  margin-right: 3px;
}
.blog-content .info-box-blog i:nth-child(2) {
  margin-left: 15px;
}
.recommend-box {
  width: 100%;
  background: #236238;
  padding-bottom: 90px;
  margin-top: 20px;
  position: relative;
}
.recommend-box h2 {
  font-weight: 300;
  font-size: 60px;
  letter-spacing: 6px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  padding-top: 40px;
}
.recommend-box .recommend-slider {
  width: 100%;
  margin: auto;
  color: #fff;
  text-align: center;
  padding: 0px 40px;
  position: relative;
}
.recommend-box .recommend-slider h3 {
  margin-top: 27px;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 1px;
}
.recommend-box .recommend-slider .item {
  background: #fff;
  padding: 20px;
  height: 380px;
}
.recommend-box .recommend-slider .desc {
  font-size: 14px;
  line-height: 18px;
}
.recommend-box .recommend-slider .img-link {
  display: block;
  height: 138px;
  overflow: hidden;
}
.recommend-box .recommend-slider .img-link img {
  max-width: 100%;
}
.recommend-box .recommend-slider .name-link {
  color: #2e2e2e;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 0px;
  transition: color 0.3s;
  display: block;
  height: 79px;
  overflow: hidden;
  margin-bottom: 10px;
}
.recommend-box .recommend-slider .name-link:hover {
  color: #236238;
}
.recommend-box .recommend-slider .readmore {
  display: block;
  width: 125px;
  height: 48px;
  background: #236238;
  color: #fff;
  margin: auto;
  margin-top: 20px;
  line-height: 48px;
  transition: background 0.3s;
}
.recommend-box .recommend-slider .readmore:hover {
  background: #2e2e2e;
}
.recommend-box .nav-recommend {
  width: 100px;
  height: 38px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -50px;
}
.recommend-box .nav-recommend .owl-prev {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: left 0.3s;
}
.recommend-box .nav-recommend .owl-prev:hover {
  left: -5px;
}
.recommend-box .nav-recommend .prev {
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/slider-arrow2.png) right 0px no-repeat;
  cursor: pointer;
}
.recommend-box .nav-recommend .owl-next {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: right 0.3s;
}
.recommend-box .nav-recommend .owl-next:hover {
  right: -5px;
}
.recommend-box .nav-recommend .next {
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/slider-arrow2.png) left 0px no-repeat;
  cursor: pointer;
}
.travel-page-content .content-travel {
  width: calc(100% - 260px);
  float: left;
  padding-right: 20px;
}
.travel-page-content .content-travel h3 {
  color: #236238;
  font-size: 16px;
  font-weight: 600;
}
.travel-page-content .content-travel h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.travel-page-content .content-travel h1 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
.travel-page-content .content-travel p {
  margin-bottom: 20px;
  text-align: justify;
}
.travel-page-content .content-travel nav {
  margin-left: -20px;
}
.travel-page-content .content-travel nav span {
  display: block;
  width: 50%;
  float: left;
  padding-left: 20px;
}
.travel-page-content .content-travel nav a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e5e5e5;
  font-weight: 600;
}
.travel-page-content .content-travel #program,
.travel-page-content .content-travel #information,
.travel-page-content .content-travel #conditions {
  padding-top: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.travel-page-content .content-travel #conditions {
  border-bottom: 0px;
}
.travel-page-content aside {
  width: 260px;
  float: right;
  background: #f6f6f8;
  position: relative;
}
.travel-page-content aside .icon-box {
  width: 100%;
  background: #fff;
  height: 60px;
  line-height: 71px;
}
.travel-page-content aside .icon-box .print-action {
  font-size: 30px;
  cursor: pointer;
  margin-left: 20px;
  transition: color 0.3s;
}
.travel-page-content aside .icon-box .print-action:hover {
  color: #236238;
}
.travel-page-content aside .requestform {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  background: #236238;
  cursor: pointer;
  color: #fff;
  padding-left: 20px;
  font-weight: 600;
  transition: background 0.3s;
}
.travel-page-content aside .requestform:hover {
  background-color: #95948e;
}
.travel-page-content aside .button_fixed {
  position: absolute;
  left: 0px;
  z-index: 100;
  bottom: -60px;
  width: 100%;
  background: url(../img/form-icon.png) 208px 17px no-repeat #236238;
}
.travel-page-content aside .wrapper-travel {
  padding: 20px;
}
.travel-page-content aside .maps-box {
  padding-top: 30px;
}
.travel-page-content aside .maps-box i {
  font-size: 20px;
}
.travel-page-content aside h3 {
  font-size: 28px;
  font-weight: 300;
  color: #236238;
  margin-bottom: 20px;
}
.travel-page-content aside h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
.travel-page-content aside .testimonials-aside-box p {
  font-size: 14px;
}
.travel-page-content aside .testimonials-aside-box .sign {
  font-weight: 600;
  font-size: 14px;
}
.travel-page-content aside .testimonials-aside-box .testimonials-carusel {
  max-height: 208px;
  overflow-y: hidden;
}
.travel-page-content aside .testimonials-aside-box .testimonials-carusel p {
  cursor: move;
}
.travel-page-content aside .gallery-box {
  margin-left: -20px;
}
.travel-page-content aside .gallery-box .singlephoto {
  display: block;
  width: 50%;
  padding-left: 20px;
  float: left;
  margin-bottom: 20px;
}
.travel-page-content aside .gallery-box .singlephoto a {
  display: block;
  transition: opacity 0.3s;
}
.travel-page-content aside .gallery-box .singlephoto a:hover {
  opacity: 0.8;
}
.travel-page-content aside .gallery-box .singlephoto img {
  display: block;
  max-width: 100%;
  height: 100px;
}
.travel-page-content aside .box-aside-text {
  background: #fff;
  width: 100%;
  padding-top: 20px;
}
.travel-page-content aside .box-aside-text .box-aside-text-inside {
  width: 100%;
  padding: 20px;
  border: 1px solid #f2f2f2;
  font-size: 16px;
}
.searchbox {
  width: 100%;
  position: relative;
  height: 40px;
  margin-top: 0px;
}
.searchbox input {
  width: 100%;
  height: 40px;
  padding: 5px 20px;
  border: 1px solid #f2f2f2;
  font-size: 18px;
  padding-right: 55px;
  transition: 0.3s;
}
.searchbox input:focus {
  outline: none;
  border: 1px solid #236238;
}
.searchbox button {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 5px;
  z-index: 4;
  background: none;
  border: 0px;
  font-size: 22px;
  transition: 0.3s;
}
.searchbox button:hover {
  color: #236238;
  outline: none;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.thanks h1 {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.form-box h3 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.form-box .person2,
.form-box .person3,
.form-box .person4 {
  display: none;
}
.form-box .left-form {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.form-box .right-form {
  width: 50%;
  float: right;
  padding-left: 20px;
}
.form-box .row-form {
  width: 100%;
  margin-bottom: 10px;
}
.form-box .row-form select {
  width: 100%;
  height: 30px;
  padding: 5px;
}
.form-box .row-form .col1-form {
  width: 30%;
  float: left;
  padding-right: 10px;
}
.form-box .row-form .col2-form {
  width: 70%;
  float: left;
  padding-left: 10px;
}
.form-box .row-form input[type="text"],
.form-box .row-form input[type="email"],
.form-box .row-form input[type="tel"] {
  width: 100%;
  padding: 5px;
  height: 30px;
}
.form-box .row-form input[type="radio"] {
  margin-right: 5px;
  position: relative;
  top: 3px;
  margin-left: 10px;
}
.form-box .row-form input[type="radio"]:nth-child(1) {
  margin-left: 0px;
}
.form-box .row-form textarea {
  width: 100%;
  height: 60px;
  resize: none;
  padding: 5px;
}
.form-box input[type="button"] {
  width: 100%;
  background: #236238;
  max-width: 210px;
  height: 45px;
  color: #fff;
  border: 0px;
  font-weight: bold;
  margin-top: 10px;
  transition: background 0.3s;
}
.form-box input[type="button"]:hover {
  background: #95948e;
}
.form-box input[type="submit"] {
  width: 100%;
  background: #236238;
  max-width: 156px;
  height: 45px;
  color: #fff;
  border: 0px;
  font-weight: bold;
  margin-top: 10px;
  transition: background 0.3s;
}
.form-box input[type="submit"]:hover {
  background: #95948e;
}
.form-box .desc-form {
  padding: 20px 0px;
}
.form-box h2 {
  margin-bottom: 30px;
  font-size: 18px;
}
@media only screen and (max-width: 830px) {
  .form-box .left-form {
    width: 100%;
    padding-right: 0px;
  }
  .form-box .right-form {
    width: 100%;
    padding-left: 0px;
  }
}
.mapsframe {
  width: 100%;
  height: calc(100% - 5px);
  border: 0px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1260px) {
  .ourteam {
    padding: 0px;
  }
  .contactbox .row-contact {
    padding: 0px;
  }
}
@media only screen and (max-width: 980px) {
  .content-page .left {
    display: none;
    width: 100%;
    padding-bottom: 20px;
  }
  .content-page .menu-sidebar {
    width: 100%;
  }
  .content-page .menu-subpage {
    display: none;
  }
  .wrapper-photo {
    padding: 0px;
  }
  .go-down {
    display: none;
  }
  .motto h2 {
    font-size: 30px;
  }
  .motto img {
    display: none;
  }
  .testimonials-box h2 {
    font-size: 30px;
    padding-top: 30px;
  }
  .recommend-box h2 {
    font-size: 30px;
    padding-top: 30px;
  }
  .testimonials-box .more {
    margin-top: 0px;
  }
  .testimonials-box {
    padding-bottom: 30px;
  }
  .aboutus h2 {
    font-size: 30px;
  }
  .aboutus {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .ourteam {
    height: auto;
    padding-bottom: 30px;
  }
  .ourteam h2 {
    font-size: 30px;
    padding-top: 30px;
  }
  .ourteam .row-person .box-person {
    width: 50%;
    margin-bottom: 70px;
  }
  .row-flags {
    display: none!important;
  }
  .ourteam .row-person {
    margin-bottom: 0px;
  }
  .contactbox h2 {
    font-size: 30px;
    padding-top: 30px;
  }
  .contactbox .row-contact .box-contact {
    width: 50%;
    height: 252px;
  }
  .contactbox .row-contact .box-contact h4 {
    margin-top: 0px;
  }
  .contactbox {
    height: 740px;
  }
  .contactbox .showmap {
    top: 645px;
  }
  .contactbox .closemap {
    top: 645px;
  }
  .testimonials-box .testimonials-slider {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .list-category .category-item {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .list-travel .travel-item .photo {
    margin: auto;
    float: none;
  }
  .list-travel .travel-item .desc {
    width: 100%;
    padding-left: 0px;
  }
  .travel-page-content aside {
    width: 100%;
  }
  .travel-page-content aside .button_fixed {
    display: none;
  }
  .travel-page-content .content-travel {
    width: 100%;
  }
  .slider-box-border .serwis-name {
    display: none;
  }
  .list-travel .travel-item .photo {
    width: 100%;
    display: block;
  }
  .list-travel .travel-item .photo img {
    max-width: 300px;
    margin: auto;
  }
}
@media only screen and (max-width: 450px) {
  .list-category .category-item {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .ourteam .row-person .box-person {
    width: 100%;
    margin-bottom: 70px;
  }
  .ourteam .ryszard .desc-person,
  .ourteam .marek .desc-person {
    display: none!important;
  }
  .contactbox .row-contact .box-contact {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .contactbox {
    height: 1126px;
  }
  .contactbox .showmap {
    top: 1018px;
  }
  .contactbox .closemap {
    top: 1018px;
  }
  footer .menu-footer {
    padding: 0px;
  }
  footer .copyright {
    height: 120px;
  }
  footer .copyright .moim {
    right: auto;
    left: 0px;
    top: 51px;
  }
  footer .copyright .itros {
    right: auto;
    left: 0px;
    top: 80px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../admin/img/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../admin/img/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../admin/img/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../img/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../admin/img/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../admin/img/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
@media print {
  .box-prints {
    display: none;
  }
  .print-action {
    display: none;
  }
  .wrapper {
    padding: 0px;
  }
  .content-page {
    padding: 0px;
  }
  header {
    border-bottom: 1px solid #dd696a;
    padding-bottom: 20px;
    height: auto;
  }
  .addressprint {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
  }
  .content-page .left {
    display: none;
  }
  .content-page .right {
    width: 100%;
    padding-left: 0px;
    padding-top: 40px;
  }
  .subpage .menu-top {
    display: none;
  }
  .lang {
    display: none;
  }
  .subpage .logo {
    left: 0px;
    top: 10px;
  }
  .subpage .facebook {
    display: none;
  }
  .slider-box-border {
    display: none;
  }
  .travel-page-content .content-travel {
    width: 100%;
    padding-right: 0px;
  }
  .travel-page-content aside {
    display: none;
  }
  .breadcrumbs {
    display: none;
  }
  .travel-page-content .content-travel #program,
  .travel-page-content .content-travel #information,
  .travel-page-content .content-travel #conditions {
    border-bottom: 0px;
  }
  footer .menu-footer {
    padding: 0px;
  }
  footer .copyright .itros {
    display: none;
  }
  footer .copyright .moim {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */