body {
  font-family: 'Quicksand', sans-serif;
  background: #751308;
  color: #ffffff;
}
h1 {
  position: relative;
}
h1:after {
  position: absolute;
  bottom: -7px;
  width: 80px;
  height: 2px;
  background: #ffffff;
  opacity: 0.5;
  margin-left: -40px;
  left: 50%;
  content: '';
}
.btn {
  background: #85170a;
  color: white;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  outline: none;
  border: 2px solid white;
  transition: 200ms;
}
.btn:hover {
  background: white;
  color: #85170a;
}
.country-icon {
  width: 100px;
  height: 55px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.country-icon.large {
  width: 100px;
  height: 55px;
}
.country-icon.poland {
  background-image: url('../../images/poland.png');
}
.country-icon.england {
  background-image: url('../../images/englad.png');
}
.country-icon.germany {
  background-image: url('../../images/germany.png');
}
#scroll-top {
  background: #85170a;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 45px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: background .3s;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  display: none;
  /* z-index: -3; */
}
#scroll-top:hover {
  background: #730e09;
}
.navbar-brand {
  background: no-repeat url('../../images/logo.png');
  width: 131px;
  height: 70px;
  background-size: contain;
  margin: 10px 0;
  margin-left: 0px;
  -webkit-transition: margin 0.5s ease-in-out;
  -moz-transition: margin 0.5s ease-in-out;
  transition: margin 0.5s ease-in-out;
}
.navbar-toggle .icon-bar {
  background: white;
  display: block;
  width: 45px;
  height: 3px;
  border-radius: 1px;
  margin-top: 19px;
  padding: 2px;
}
.slide-image {
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-position: top center;
}
.slide-image.slide1 {
  background-image: url('../../images/back7.jpg');
  background-position: center;
}
.slide-image.slide2 {
  background-image: url('../../images/back2.jpg');
  background-position: center;
}
.slide-image.slide3 {
  background-image: url('../../images/back6.jpg');
  background-position: center;
}
.slide-image.slide4 {
  background-image: url('../../images/back1.jpg');
  background-position: center top !important;
}
.navbar {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.navbar .call-button-mobile {
  display: none;
  float: left;
  padding: 25px 0px;
  text-decoration: none;
  color: white;
}
.navbar .call-button-mobile span:nth-of-type(2) {
  font-size: 27px;
  font-weight: 400;
}
.navbar .call-button-mobile i {
  font-size: 23px;
}
.navbar li a {
  color: #ffffff;
  font-size: 18px;
  transition: 300ms;
  padding: 35px 20px;
}
.navbar li a:before {
  opacity: 0;
  transition: 200ms;
  z-index: -1;
  content: '';
  background: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.navbar li a:active,
.navbar li a:focus,
.navbar li a:hover {
  color: #85170a;
  background: transparent;
  position: relative;
}
.navbar li a:active:before,
.navbar li a:focus:before,
.navbar li a:hover:before {
  opacity: 1;
}
.navbar li a.call-button {
  padding: 48px 20px;
}
.navbar li a.call-button span:nth-of-type(2) {
  font-size: 27px;
  font-weight: 400;
}
.navbar li a.call-button i {
  font-size: 23px;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .navbar li a.call-button {
    display: none;
  }
}
.navbar li.active {
  background: #ffffff !important;
  color: #85170a;
}
.navbar li.active a {
  color: #85170a;
}
.navbar ul.lang-menu {
  margin-right: 0px;
}
.navbar ul.lang-menu li a {
  text-align: center;
  padding: 40px 10px;
}
.navbar ul.lang-menu li a i.country-icon {
  height: 16px;
  width: 26px;
}
.navbar ul.lang-menu li span {
  display: block;
}
.navbar.top-nav-collapse {
  background: #85170a;
  box-shadow: 0px 0px 2px #545454;
}
.navbar.top-nav-collapse li:not(.active) a:not(.navbar-brand):active,
.navbar.top-nav-collapse li:not(.active) a:not(.navbar-brand):focus,
.navbar.top-nav-collapse li:not(.active) a:not(.navbar-brand):hover {
  transition: 200ms;
  background: rgba(0, 0, 0, 0.2);
  color: inherit;
}
.navbar.top-nav-collapse li:not(.active) a:not(.navbar-brand):before {
  display: none;
}
.navbar.top-nav-collapse li:not(.active) a:not(.navbar-brand).call-button {
  padding: 33px 20px;
}
.navbar.top-nav-collapse .lang-menu li a {
  padding: 25px 10px;
}
.navbar .navbar-collapse.in {
  box-shadow: black -1px 3px 10px -1px;
}
@media (max-width: 768px) {
  .navbar ul li a {
    text-align: center;
    border-bottom: 1px solid #710000;
  }
  .navbar .navbar-brand {
    margin-left: 10px;
  }
  .navbar .navbar-collapse {
    background: #85170a;
  }
  .navbar .call-button-mobile {
    display: inline;
  }
}
@media (max-width: 550px) {
  .navbar .call-button-mobile {
    padding: 30px 0px;
  }
  .navbar .call-button-mobile span:nth-of-type(2) {
    font-size: 20px;
  }
}
@media (max-width: 490px) {
  .navbar .call-button-mobile span:nth-of-type(1) {
    display: none;
  }
}
@media (max-width: 420px) {
  .navbar .call-button-mobile {
    padding: 35px 0px;
  }
  .navbar .call-button-mobile span:nth-of-type(2) {
    font-size: 15px;
  }
}
@media (max-width: 390px) {
  .navbar .call-button-mobile {
    display: none;
  }
}
#bootstrap-touch-slider {
  position: relative;
  height: 100%;
}
#bootstrap-touch-slider .slider-button-container {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20vh;
  z-index: 20;
}
#bootstrap-touch-slider .slider-button-container .page-scroll {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: block;
  margin: 0 auto;
  font-size: 3.5em;
  color: white;
  transition: 400ms;
  position: relative;
}
#bootstrap-touch-slider .slider-button-container .page-scroll:after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: 0.5s;
  height: 90px;
  width: 90px;
  top: -12px;
  left: -12px;
  opacity: 0;
  transform: scale(0.8);
}
#bootstrap-touch-slider .slider-button-container .page-scroll:before {
  content: attr(data-title);
  position: absolute;
  font-size: 16px;
  width: 150px;
  left: 50%;
  margin-left: -75px;
  top: 80px;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
#bootstrap-touch-slider .slider-button-container .page-scroll:hover:after {
  opacity: 1;
  transform: scale(1);
}
#bootstrap-touch-slider .slider-button-container .page-scroll:hover:before {
  top: 85px;
}
#bootstrap-touch-slider .slider-button-container .page-scroll i {
  animation-name: moveUpDown;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.intro-section {
  height: 100%;
  /*padding-top: 150px;*/
  text-align: center;
  background: #85170a;
}
.about-section {
  height: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  text-align: center;
  background: #85170a;
}
.about-section .icons-container i {
  font-size: 50px;
  color: #ffffff;
}
.about-section .text-container {
  padding-left: 0px;
}
.about-section p {
  font-size: 19px;
  margin: 10px;
}
.price-section {
  padding-top: 100px;
  padding-bottom: 60px;
  text-align: center;
  background: #85170a;
}
.price-section .price-item {
  border: 2px solid white;
  margin-bottom: 10px;
}
.price-section .price-item ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.travel-section {
  padding-top: 100px;
  padding-bottom: 60px;
  text-align: center;
  background: #85170a;
}
.travel-section .single-image {
  width: 100%;
  min-height: 220px;
  text-align: center;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.travel-section .single-image > div {
  display: table;
  width: 100%;
  height: 220px;
  text-decoration: none;
}
.travel-section .single-image .name {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  padding: 10px;
  background: rgba(20, 0, 0, 0.4);
  transition: background .3s;
}
.travel-section .single-image .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: transform .3s;
}
.travel-section .single-image:hover {
  text-decoration: none;
}
.travel-section .single-image:hover .name {
  background: rgba(20, 0, 0, 0.55);
}
.travel-section .single-image:hover .image {
  transform: scale(1.2);
}
.default-section {
  padding-top: 100px;
  padding-bottom: 60px;
  text-align: center;
  background: #85170a;
}
*::-webkit-input-placeholder {
  color: red;
}
*:-moz-placeholder {
  /* FF 4-18 */
  color: red;
}
*::-moz-placeholder {
  /* FF 19+ */
  color: red;
}
*:-ms-input-placeholder {
  /* IE 10+ */
  color: red;
}
.contact-section {
  height: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  text-align: center;
  background: #85170a;
}
.contact-section .form-control {
  background: #85170a;
  color: #ffffff;
  border-radius: 0;
  border: 2px solid #ffffff;
  font-size: 18px;
  padding: 20px;
}
.contact-section textarea.form-control {
  min-height: 210px;
}
.contact-section .contact-icons i {
  font-size: 80px;
}
.contact-section .contact-icons .icon-name {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
.contact-section .contact-icons a,
.contact-section .contact-icons p {
  font-size: 18px;
  display: block;
  color: #ffffff;
}
.contact-section #map {
  background: rgba(0, 0, 0, 0.2);
}
.contact-section #contactForm {
  margin-bottom: 30px;
}
.parallax-section {
  height: 160px;
  width: 100%;
}
.parallax-section .parallax {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
}
.parallax-section .parallax.parallax1 {
  background-image: url('../../images/back2.jpg');
}
.parallax-section .parallax.parallax2 {
  background-image: url('../../images/back5.jpg');
}
.call-us {
  overflow: hidden;
}
.call-us div.row {
  padding-top: 40px;
}
.call-us div > span {
  display: block;
  font-size: 45px;
  margin-bottom: 20px;
  text-shadow: 1px 2px 6px #000000;
  margin-top: 5px;
}
.call-us a {
  border: 2px solid white;
  padding: 15px;
  /* display: block; */
  color: white;
  font-size: 30px;
  background: rgba(0, 0, 0, 0.3);
}
.call-us a:hover {
  text-decoration: none;
  transition: 200ms;
}
.call-us i.fa {
  font-size: 100px;
  transform: rotate(245deg);
  margin-top: -5px;
  animation: move 3s infinite linear ;
  /* IE 10+, Fx 29+ */
}
@-webkit-keyframes move {
  0% {
    transform: rotate(245deg);
  }
  50% {
    transform: rotate(260deg);
  }
  100% {
    transform: rotate(245deg);
  }
}
@-moz-keyframes move {
  0% {
    transform: rotate(245deg);
  }
  100% {
    transform: rotate(260deg);
  }
}
@-o-keyframes move {
  0% {
    transform: rotate(245deg);
  }
  100% {
    transform: rotate(260deg);
  }
}
@keyframes move {
  0% {
    transform: rotate(245deg);
  }
  20% {
    transform: rotate(245deg);
  }
  30% {
    transform: rotate(260deg);
  }
  40% {
    transform: rotate(245deg);
  }
  50% {
    transform: rotate(260deg);
  }
  60% {
    transform: rotate(245deg);
  }
  70% {
    transform: rotate(245deg);
  }
  100% {
    transform: rotate(245deg);
  }
}
@media (max-width: 450px) {
  .call-us {
    text-align: center;
  }
  .call-us div > span {
    margin-top: 20px;
    font-size: 30px;
  }
}
.images-wrapper .image {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.images-wrapper .image.image1 {
  background-image: url('https://unsplash.it/400/600');
}
.images-wrapper .image.image2 {
  background-image: url('https://unsplash.it/400/603');
}
.images-wrapper .image.image3 {
  background-image: url('https://unsplash.it/401/600');
}
.images-wrapper .image.image4 {
  background-image: url('https://unsplash.it/400/609');
}
footer {
  background: #751308;
  color: #b15346;
  padding: 5px 0;
}
footer .copy {
  color: #fdc7c7;
  font-size: 15px;
}
footer a {
  color: #d48a80;
}
footer a:hover {
  color: #d48a80;
}
@keyframes moveUpDown {
  0% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
}
@media (min-width: 767px) {
  .navbar {
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background0 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar li a {
    padding: 50px 20px;
    -webkit-transition: padding 0.5s ease-in-out;
    -moz-transition: padding 0.5s ease-in-out;
    transition: padding 0.5s ease-in-out;
  }
  .navbar:not(.top-nav-collapse) .navbar-brand {
    margin-top: 25px;
  }
  .top-nav-collapse li a {
    padding: 35px 20px;
  }
}
.lb-data .lb-caption {
  font-size: 30px !important;
}
.navbar-brand.page-scroll {
  margin-left: 10px !important;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0px;
}
