@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
html {
  scroll-behavior: smooth;
}
html{
  position:relative;
  min-height:100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body{
  font-family:'Prompt', sans-serif;
  font-weight:200;
  background-color:#fff;
  width: 100%;
  margin-bottom:90px;
  line-height:1.8;
  overflow:hidden;
  color:#333;
  letter-spacing: 0.5px;
}
body,p{
  font-size:20px}
h1,p{
  margin-bottom:30px}
.h4, h4 {
    font-size: 20px;
  	color: #333;
}
h1,h2,h3,h4,h5,h6{
  font-weight:400;
  margin:0;
  -webkit-font-smoothing:antialiased}
h1,h2,h3,h5,h6{
  color:#fff;}
h1,h2,h3{
  font-weight:700;
  text-transform:uppercase}
h4,h5,h6{
  font-weight:400;}
h1 span{
  text-transform:none;
  font-weight: 200 !important;}
b, strong {
    font-weight: 600;}
h2,h3{
  margin-bottom:20px}
h1{
  	font-size:42px;
	background: rgba(0,0,0,0.5);
    line-height: 37px;
}
h1:before {
    content: "";
    top: 0;
    left: -100%;
    background: rgba(0,0,0,0.5);
    width: 100%;
    position: absolute;
    height: 100%;
}
h1:after {
    content: "";
    top: 0;
    right: -100%;
    background: rgba(0,0,0,0.5);
    width: 100%;
    position: absolute;
    height: 100%;  
}
h2 {
  font-size: 26px;
  padding-bottom: 5px;
}
h3{
	font-size: 20px;
}
a{
  color: #023e8a;
  font-weight:400;
  cursor:pointer;
  -webkit-transition:color .15s ease-in-out 0s;
  -moz-transition:color .15s ease-in-out 0s;
  -o-transition:color .15s ease-in-out 0s;
  transition:color .15s ease-in-out 0s}
a:focus,a:hover{
  color:#bbdcff;
  text-decoration:none}
p{
  line-height:26px;}
hr {
  border-top: 1px solid #01285b;
  border-bottom: 0px solid #01285b;
}
.infoWrapper hr.red {
  border-top: 1px solid #01285b;
  border-bottom: 0px solid #01285b;
}
.infoWrapper hr.blue {
  border-top: 1px solid #01285b;
  border-bottom: 0px solid #01285b;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    color: #333;
    border-bottom: 1px solid #cacaca;
    padding: 15px 0;
}
.form-control,p{
  color:#fff;
}
.form-control,.form-control:focus{
  box-shadow:none;
  background-size:0 2px,100% 1px}
table {
  width: 100%;
  color: #333;
}

/*buttons*/
.btn {
      -webkit-transition: all .3s;
    transition: all .3s;
}
.btn-default {
  color: #847774;
  background-color: #212121;
  border-color: #847774;
}
.btn-blue, .btn-blue:visited {
    background: #0a50a1 !important;
    border: solid 1px #0a50a1 !important;
    border-radius: 0px !important;
  	color: #fff !important;
}
.btn-blue:hover, .btn-blue:active {
    background: #fff !important;
    border: solid 1px #0a50a1 !important;
    border-radius: 0px !important;
  	color: #0a50a1 !important;
}
.btn-white, .btn-white:visited {
    background: #ffffff !important;
    border: solid 1px #0a50a1 !important;
    border-radius: 0px !important;
    color: #0a50a1 !important;
	bottom: 0px !important;
}
.btn-white:hover, .btn-white:active {
    background: #0a50a1 !important;
    border: solid 2px #fff !important;
    border-radius: 0px !important;
    color: #fff !important;
}
.btn-square-sm {
    border: none;
    position: absolute;
    bottom: 0px;
    left: 15px;
    height: 40px;
    width: 40px;
    background: #0a50a1;
    color: #fff;
    text-align: center;
}
.arrowDown {
	width: 165px;
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 110px;
    left: 50%;
    margin-top: 0px;
    height: 50px;
    transform: translateX(-50%);
    bottom: 145px;
  	cursor: pointer;
}
.arrowDown ion-icon {
    color: #fff;
}
ion-icon {
  color: #333;
}
.zoom {
    position: absolute;
    top: 50%;
    z-index: 2;
    font-size: 95px !important;
    left: 50%;
    transform: translate(-50%, -50%);
}
.zoomWrapper {
    top: 50%;
    z-index: 2;
    font-size: 95px !important;
    left: 50%;
    transform: translate(-50%, -50%);
}	
/*********/
/*Navbar*/
.navbar {
	transition: all 0.5s;
  	background: transparent !important;
  	font-size: 35px;
    color: #333;
}
.navbar-brand {
	width: 150px;
    padding: 16px 0;
	transition: all 0.5s;
}
.navbar-nav .nav-link {
    color: #333 !important;
  	text-transform: uppercase;
  	font-weight: 700;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:active {
    color: #0a50a1 !important;
}
.dropdown-item {
    transition: all .5s;
  	font-size: 20px;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item.active:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #0a50a1 !important;
}
.navbar-toggler:focus {
  outline: none;
}
.dropdown-menu {
    -webkit-box-shadow: 0px 5px 7px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 7px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 7px 2px rgba(0,0,0,0.2);
}
.logoText img {
    height: 50px;
}
/* rainbow */
.rainbow {
    min-height: 75px;
    position: fixed;
    left: 0;
    width: 100%;
	z-index: 3;
	background: rgba(255,255,255,.85);
}
.realRainbow {
    height: 3px;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 3;
    top: 75px;
    background: #0a50a1;
}
.navbar li {
	border-bottom: none;
	padding: 0;
}
/***********/
.pageWrapper {
    z-index: 2;
    position: fixed;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: calc(100vh - 75px);
  	overflow-y: auto;
  	overflow-x: hidden;
  	scroll-behavior: smooth;
}
#content{
  margin-top:50px;
  margin-bottom:150px}

img.img-top{
  display: block;
  min-width: 100vw;
  height: auto;
}
.offerInner {
    bottom: 0;
    background: #0000008c;
    margin-right: 15px;
  	min-height: 270px;
}
/*******/
/* Background Slides */
#backgroundCarousel, #background {
  z-index: 1;
  position: fixed;
  width: 100%;
}
.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.2);
}
.carousel-item {
  height: 100vh;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
}
/*******************/
/*Background*/
#background {
  height: 100vh;
  background-size: cover !important;
  background-repeat: no-repeat;
}
#background:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.2);
}

/******/
/*scroll top*/
.scroll-top-container {
    height: 20px;
    position: fixed;
    bottom: 20px;
    right: 0;
}
.scroll-top-container p {
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
}
.scroll-top-container i.fas.fa-arrow-up {
    padding: 0;
}
.scroll-top-container p {
    background: #fff;
    border: 2px solid #910a3c;
    color: #930a3c;
    width: 40px;
}
/*Form*/
.kontaktWrapper {
  margin-top: 100px;
}
#kontakt {
    padding-top: 70px;
    padding-bottom: 70px;
}
.kontaktBox input.form-control, .kontaktBox textarea.form-control {
border: 1px solid #002831;
    color: #333;
    padding: 10px;
    box-shadow: none;
    background: #fff;
    font-size: 20px;
}
select#gender {
    border: #0a50a1 solid 1px;
    height: 38px;
    background: #0a50a1;
    color: #fff;
    padding: 9px;
    font-size: 16px;
}
.form-control{
  border:0;
  height:38px!important;
  font-size:14px;
  border-radius:0;
  float:none;
  padding:0}
.form-control:focus{
  outline:0}
textarea.form-control{
  height:100px!important}
.ct-address p{
  margin-bottom:20px}
.ct-address p span{
  float:left;
  padding-right:20px;
  min-height:40px;
  color:#847774}
div#morepanels.col-md-3.wf-collection-item {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
div#wf-related-collection-services {
  padding-left: 15px;
  padding-right: 15px;
}
form {
  color: #222;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.success-message-main {
  display: none;
  font-weight:400;
  background: #7bc557 !important;
  border: solid 2px #7bc557 !important;
  border-radius: 0px !important;
  color: #fff !important;
  -webkit-transition: color .3s, border-color .3s, background-color .3s;
  transition: color .3s, border-color .3s, background-color .3s;
  text-transform: uppercase;
  padding: 5px;
  text-align: center;
}
#map {
    min-height: 350px
}
/******/
/* Sections */
#section1 {
  min-height: calc(100vh - 100px);
}
#section2, #section4 {
	padding-top: 60px;
    padding-bottom: 60px;
    background: rgba(255,255,255,.92);
}
#section2 h1, #section2 h2, #section2 h3, #section2 p, #section4 h1, #section4 h2, #section4 h3, #section4 p {
    color: #333;
}
#section3 h1, #section3 h2, #section3 h3, #section3 p {
  color: #fff;
}
#section3 {
	padding-top: 60px;
    padding-bottom: 60px;
    background: rgba(0,0,0,.75);
}
.infoWrapper {
	margin-left: 0px;
    margin-right: 0px;
  	padding: 15px 0;
}
.infoWrapper .carousel-item {
    height: 330px;
}
#showCarousel .carousel-item {
    height: 600px;
}
.infoWrapper ion-icon {
  font-size: 30px;
}
/* Offer panels */
.offer {
    background-size: cover !important;
  	background-repeat: no-repeat !important;
  	min-height: 550px;
}
.offer h2, .offer h3, .offer p {
   	color: white !important;
}
.offer p {
  	left: 0;
    bottom: 0;
  	font-weight: 200;
}
/*Footer*/
#footer {
    color: #333;
    height: 45px;
    background-color: rgba(255,255,255,.85);
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 2;
    border-top: 3px solid #0a50a1;
    padding-top: 6px;
  	text-transform: uppercase;
  	font-size: 17px;
}
#footer .col-md-12, #footer .col-md-6, #footer .col-6 {
  padding-left: 0px;
  padding-right: 0px;
}
#footer li{
	float: left;
    list-style: none;
	border: none;
}
#footer li a{
  font-weight:400}
#footer li:last-child{
  border-right:0;
  padding-right:0}
#footer .links{
    text-align: right;
    float: right;
    padding: 0;}
#footer .links a {
    padding: 7px 20px;
    background: #0a50a1;
    width: 200px;
    color: #fff;
    border-radius: 30px;
}
#footer .copyright{
  float:left}
#footer .links ul{
  margin:0;
  padding:0}
#footer .links ul li{
  list-style:none}
ul#footerNavigation {
    position: relative;
    width: 100%;
    height: 100%;
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.mobileFooterMenu {
  list-style: none;
}
ul.childMenu {
    list-style: none;
    padding-left: 0;
	color: #002831;
    font-size: 13px!important;
    text-transform: uppercase!important;
  font-weight:200;
}
li.footerMenu {
    float: left;
}
footer .row {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0;
}
.footerMenu a.scrollmore {
  	display: block;
    text-transform: uppercase;
    padding-bottom: 20px;
}
  .links li {
    float: right;
}
/*Hacks*/
.float-left {
  float:left;
}
.float-right {
  float:right;
}
.scrollTrigger {
    position: sticky;
    top: 1000px;
    pointer-events: none;
}
.dropdown-toggle::after {
    display: none;
}
/* scrollbar */

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: white;
    border: solid 1px rgb(0 40 49 / 0%);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(37 107 167);
    border: solid 1px rgb(0 40 49 / 0%);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 40, 49, 0.7);
}
/******/

/*Responsive*/
@media (max-width:1200px){
  #footer li {
    font-size: 16px;
}
}
@media (min-width:991px){
  /* navbar */ 
  .navbar {
    padding: 0;
    min-height: 75px;
}
.navbar-nav {
    position: absolute;
    right: 0;
    padding: .5rem 0;
    font-size: 17px;
}
    .dropdown-menu {
    margin-top: 17px;
}
  /****/
  /*Lightbox*/
.lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 300;
    outline: 0;
    position: fixed !important;
    top: 50px !important;
}
.lb-outerContainer {
    position: relative;
    height: auto !important;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
}
.lightbox .lb-image {
	display: block;
    height: auto !important;
    max-width: inherit;
    max-height: 80vh !important;
    border-radius: 3px;
    border: 4px solid #fff;
    width: auto !important;
}
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 80vw !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
/***********/
  /* hacks */
  
  .mobile {
    display: none;
  }
}

@media (max-width:991px){
    /*hacks*/
    .desktop {
    display: none;
  }
  /*navbar*/
.navbar-brand {
    display: block;
    line-height: 120px;
    padding: 0px;
    width: 115px;
    height: 63px;
}
.navbar-brand img {
    margin-top: -63px;
}
.navbar-toggler {
  border: solid 1px #0a50a1;
  border-radius: 0px;
  } 
i.fas.fa-bars {
    font-size: 28px;
    padding: 11px;
  	color: #002831;
}
  .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
	background: rgb(255, 255, 255);
    min-width: 100vw;
    left: 0;
    position: fixed;
    top: 75px;
    z-index: 30000;
    padding: 30px;
    font-size: 17px;
}
  .navbar {
    padding-top: 5px;
}
  /********/
}
@media (min-width:768px){
 /* navbar */ 
.dropdown-menu {
    background: #FFF!important;
    border: none;
    border-bottom: 2px solid #0a50a1;
    border-radius: 0!important;
}
.dropdown-menu li {
    float: right;
    margin: 0!important;
    padding: 0!important;
    border-top: 0!important;
    line-height: 25px!important;
    height: auto!important;
    border: none;
    color: #fff;
    text-align: right;
    width: 601px;
}
.dropdown-menu li a {
    color: #ffffff!important;
    font-size: 13px!important;
    height: 40px!important;
    width: auto!important;
    font-weight: 400!important;
    text-transform: uppercase!important;
    line-height: 40px!important;
    padding-right: 135px;
}
  .collapsing {
    overflow: hidden !important;
  }
  }
@media (max-width:767px){
.mainWrapper {
 margin-top: 120px;
}
.pace-progress {
    top: 80px;
}
  /*navbar*/
  .dropdown-menu {
    box-shadow: none;
    border: none;
    text-align: right;
    padding:0;
    margin:0;
}
  .dropdown-item {
    font-size: 15px;
    padding-right: 0;
}
  #slider-content, .top-image {
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8855917366946778) 54%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8855917366946778) 54%, rgba(0,0,0,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.8855917366946778) 54%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }
  .logoText a {
    font-size: 30px;
}
  .ct-address {
    padding-top: 45px;
  }
h1 {
    font-size: 25px;
    line-height: 25px;
}
#footer .copyright {
    float: right;
}
    /*footer*/
#footer {
    height: 33px;
}
#footer li {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
    float: left !important;
}
#footer li:nth-child(1) {
    width: 100%;
}
#footer li:nth-child(2), #footer li:nth-child(3) {
    margin-top: -5px;
}
  #footer .links a {
    font-size: 12px;
}
  
element.style {
    display: block;
    width: 725px;
    height: 2560px;
}
.lightboxOverlay {
    overflow: hidden;
    max-width: 100vw;
}
}
@media (max-width:575px){
#footer .links {
    text-align: center;
      margin-top: 5px;
}
}

@media (max-width:540px){
  .navbar .logoText a {
  	font-size: 22px;
}
}
@media (max-width:480px){
  .navbar .logoText a {
    font-size: 19px;
}  
}
@media (max-width:360px){
  .galleryInner {
    overflow: hidden;
    height: 165px;
    padding-top: 0;
    margin-bottom: 15px;
}
}
@media (max-width:320px){
    .navbar .logoText a {
  	font-size: 17px;
}
  .navbar-toggler {
    padding: 2px !important;
    height: 52px;
}
}
@media (max-width:291px){
.navbar .logoText a {
    font-size: 15px;
}
}
/******/

@media screen and (max-width: 767px) and (max-height: 596px) {
.arrowDown {
    bottom: unset;
    top: 35px;
}
 } 
/* Policy */
.cc_container {
    background: #fff !important;
    color: #333 !important;
    font-size: 17px;
    font-family:'Prompt', sans-serif !important;
    box-sizing: border-box;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #fff !important;
    background-color: #0a50a1 !important;
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    font-family: 'Prompt', sans-serif !important;
}
.cc_container .cc_message {
    transition: font-size 200ms !important;
    font-size: 0.6em;
    display: block !important;
    color: #333 !important;
}
