.style2 {
    font-family: Verdana, Arial, Helvetica, sans-serif
}

#header {
    top: 0;
    position: fixed;
    border-bottom: 2px solid #c0c0c0;
    width: 100%;
    background: #4276a2f0;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    ;
    z-index: 50;
    background-image: url(headBack.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header img {
    height: 10vmin;
    margin-left: 20px;
    padding: 4px;
    position: fixed;
}

#header div {
    /* margin: auto; */
    margin-top: 10px;
    /* font-size: 1.7vmin; */
    text-align: center;
    /* font-family: monospace; */
    /* color: white; */
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    /* background-color: white; */
    padding-left: 30vmin;
    padding-bottom: 1vmin;
}

#main {
    /* height: 73vh; */
    overflow: hidden;
    min-height: 73vh;
    /* background-image: url(bg_you.jpg); */
    /* background-attachment: fixed; */
}

#mainData {
    padding-left: 10%;
    padding-right: 10%;
}

#footer {
    width: 100%;
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    ;
    background: #5e7d96de;
    border-top: 2px solid #c0c0c0;
    padding: 20px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    height: 12vh;
    overflow: hidden;
    color: #c0c0c0;
    /* font-size: x-small; */
    /* font-size: small; */
    bottom: 0;
    font-size: small;
}

#footer div {
    width: inherit;
    /* height: inherit; */
    overflow-y: overlay;
}

body {
    margin: 0;
    overflow-x: hidden;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#linkbar {
    text-align: center;
    margin: auto;
    width: 100%;
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    margin-bottom: 0.5em;
    /* display_: flex; */
    background: #ffffff91;
    margin-top: 3vmin;
}

#linkbar a {
    color: #000000;
}

.bc-bcCoupy {
    margin: 20px !important;
    padding: 10%!important;
    padding-top: 0!important;
    padding-bottom: 5%!important;
    border: none !important;
    background: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bc-bcHeader {
    color: #ffffff9c !important;
}

label {
    color: white !important;
}

.bc-bcFooter {
    background-color: #ffffff91!important;
    /* color: white !important; */
}

.bc-card {
    background-color: #dededeeb !important;
}

.bc-card:hover {
    background-color: #5e8eb7e0 !important;
}


/* form{
  padding: 10px;
  border-radius: 3.5px;
  position: fixed;
  top: 9vmin;
  left: 0%;
  z-index: 250;
  margin-left: 10%;
  margin-right: 10%;
}; */

.bc-bcCoupy .bc-btn-primary {
    color: #ffffff;
    background-color: #4a92d0d9 !important;
    border-color: #141361 !important;
}

#newSearch {
    display: none;
    border: 1px solid #ffffff5c;
    padding: 10px;
    font-size: 3.7vmin;
    margin-left: auto;
    margin-right: 10px;
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    border-radius: 10px;
    background-color: #c0c0c08f;
    color: white;
}

#banner {
    width: fit-content;
    width: moz-fit-content;
    margin: auto;
}

.style2 {
    font-family: Verdana, Arial, Helvetica, sans-serif
}

#header {
    top: 0;
    position: fixed;
    border-bottom: 2px solid #98ddb4;
    height: fit-content;
    height: -fit-content;
    width: 100%;
    background: #ececec;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    ;
    z-index: 50;
    /* background-image: url(bg_green.jpg); */
}

#main {
    /* height: 73vh; */
    /* overflow: overlay; */
    margin-top: 10vh;
    min-height: 73vh;
    /* background-image: url(bg_you.jpg); */
    /* background-attachment: fixed; */
}

#footer {
    width: 100%;
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    ;
    background: #f5f5f5;
    border-top: 2px solid #7dd8a1;
    padding: 20px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    height: 12vh;
    overflow: hidden;
    /* font-size: x-small; */
    /* font-size: small; */
}

#footer div {
    width: inherit;
    /* height: inherit; */
    overflow-y: overlay;
}

body {
    margin: 0;
    overflow-x: hidden;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#linkbar {
    text-align: center;
    margin: auto;
    width: 100%;
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    margin-bottom: 0.5em;
    /* display_: flex; */
    background: #ffffff91;
}

#linkbar a {
    color: #000000;
}


/* .bc-bcCoupy {
  margin: 20px !important;
  padding: 10%!important;
  padding-top: 0!important;
  padding-bottom: 5%!important;
  border: none !important;
  background: none !important;
  -moz-box-shadow:  none !important;
  -webkit-box-shadow:  none !important;
  box-shadow:  none !important;
} */

.bc-bcHeader {
    color: #ffffff9c !important;
}

label {
    /* color: white !important; */
}

.bc-bcFooter {
    background-color: #ffffff91!important;
    /* color: white !important; */
}

.bc-card {
    background-color: #dededeeb !important;
}

.bc-card:hover {
    background-color: #7dd8a1c2 !important;
}

form {
    background: #dededeeb;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 3.5px;
}

.bc-bcCoupy .bc-btn-primary {
    color: #ffffff;
    background-color: #66d492 !important;
    border-color: #66d492 !important;
}

#bookingStart {
    /* position: fixed; */
    background: #66d492;
    color: white;
    /* max-width: 10vw; */
    margin: 0.3vmin;
    padding: 0.5vmin;
    font-size: x-small;
    cursor: pointer;
    text-align: center;
    border: 1px solid silver;
    z-index: 10;
    font-size: 2em;
    font-family: monospace;
}

#booking {
    display: none;
    padding: 4em;
    background: #66d492;
    color: white;
    font: message-box;
    position: fixed;
    width: -webkit-fill-available;
    z-index: 316;
    height: 91%;
    top: 8vmin;
    border-top: 2px solid;
    padding-top: 1em;
    overflow: overlay;
}

#booking table {
    color: inherit;
}

.mailForm {
    position: inherit;
    border: 1px solid;
    width: fit-content;
    width: moz-fit-content;
}

#contactDiv {
    display: none;
}

.clickLink {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.priceTD {
    font-size: larger;
    text-align: right;
    width: 4em;
}

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #333;
    /* old IE */
    background-color: #333;
    /* Modern Browsers */
}

.slide-container {
    overflow: auto;
    white-space: nowrap;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    ;
}

.slide-container a {
    margin: auto;
    margin-top: 0;
    width: 19vmin;
}

.slide-container img {
    margin: auto;
    margin-top: 0;
    width: 19vmin;
}

#SC_stCloud {
    margin: auto;
}

#closeBooking {
    float: right;
}

.close {
    width: 2vmin;
    height: 2vmin;
    position: relative;
    cursor: pointer;
}

.close:after {
    content: '';
    height: 2vmin;
    border-left: 2px solid #fff;
    position: absolute;
    transform: rotate(45deg);
    left: 28px;
}

.close:before {
    content: '';
    height: 2vmin;
    border-left: 2px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    left: 28px;
}

.cloud {
    background: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 52px;
    -webkit-box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.1);
    /* height: 120px; */
    position: relative;
    /* width: 350px; */
    margin-bottom: 8%;
    margin-top: 3%;
}

.cloud:after,
.cloud:before {
    background: #fff;
    content: '';
    position: absolute;
    z-indeX: -1;
}

.cloud:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 33%;
    left: -4%;
    top: -5%;
    width: 16%;
}

.cloud:before {
    -webkit-border-radius: 75%;
    -moz-border-radius: 75%;
    border-radius: 75%;
    width: 25%;
    height: 26%;
    left: 3%;
    top: -10%;
}

a:-webkit-any-link {
    color: #000000;
}


/**********/

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flex {
    min-height: 2em;
    width: 254px !important;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    ;
    align-items: center;
    justify-content: center;
    background-color: #c0c0c08f;
}

a.bttn {
    color: #7dd8a1;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
}

a.bttn:hover {
    color: #fff;
}

a.bttn:focus {
    color: #fff;
}

a.bttn-dark {
    color: #644cad;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
}

a.bttn-dark:hover {
    color: #fff;
}

a.bttn-dark:focus {
    color: #fff;
}

.bttn {
    font-size: 15px;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    width: 270px;
    font-weight: bold;
    padding: 14px 0px;
    border: 3px solid #7dd8a1;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.bttn:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: #7dd8a1;
    z-index: -2;
}

.bttn:hover:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.bttn:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.bttn-dark {
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    width: 270px;
    font-weight: bold;
    padding: 14px 0px;
    border: 3px solid #644cad;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.bttn-dark:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: #644cad;
    z-index: -1;
}

.bttn-dark:hover:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.bttn-dark:focus:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.companyLogo {
    max-width: 22vmin !important;
}

.mailForm {
    position: inherit;
    border: 1px solid;
    width: fit-content;
    width: moz-fit-content;
}

#contactDiv {
    display: none;
}

.clickLink {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.priceTD {
    font-size: larger;
    text-align: right;
    width: 4em;
}

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #333;
    /* old IE */
    background-color: #333;
    /* Modern Browsers */
}

.slide-container {
    overflow: auto;
    white-space: nowrap;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    ;
}

.slide-container a {
    margin: auto;
    margin-top: 0;
    width: 19vmin;
}

.slide-container img {
    margin: auto;
    margin-top: 0;
    width: 19vmin;
}

#SC_stCloud {
    margin: auto;
}

#closeBooking {
    float: right;
}

#tagBox {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    ;
    FLEX-FLOW: wrap;
}

.tag {
    padding: 0.2em;
    BORDER: 1px solid grey;
    border-radius: 45px;
    line-height: -1em;
    background: #4a7ba594;
    height: fit-content;
    height: -fit-content;
    margin: 0.2em;
}

.marginDiv {
    margin: auto;
    width: fit-content;
    width: moz-fit-content;
}

#filterHolder {
    margin: auto;
    width: fit-content;
    width: moz-fit-content;
}

#filterHolder input,
#filterHolder select {
    width: 100%;
    font-size: 1.6vh;
}

#searchButton {
    margin: auto;
    width: fit-content;
    width: moz-fit-content;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: x-large;
}

.listElement {
    display: block;
    border: 1px black;
    background-color: white;
    padding: 1em;
    margin: 1em;
}

.listElement table {
    margin-right: 10px;
    width: 22vmin;
}

.listElement h2 {
    overflow: hidden;
    padding: 1em;
    padding: 1;
    color: black;
    text-decoration: none;
}

.listElement p {
    color: black;
}

.listElement a {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    ;
    text-decoration: none;
}

#filter {
    position: absolute;
    text-align: left;
    top: 103px;
    font-size: 1.5em;
}

#filter table {
    margin: auto;
}

#filter input,
#filter select {
    width: 100%;
    font-size: 1em;
    border-radius: 31px;
    padding: 2px;
    border: none;
    padding-left: 10px;
    font: inherit;
    background: transparent;
    border-bottom: 2px solid #7dd8a1;
    color: white;
}

#filter select option {
    background: #4276a2;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

 ::-webkit-input-placeholder {
    /* Edge */
    color: white;
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

::placeholder {
    color: white;
}

#filter select {
    padding-left: 8px;
    /* width: 102%; */
}

#filter button {
    font-size: 1.2em;
    border-radius: 35px;
    color: azure;
    background-color: #096a93;
    margin: 5px;
    padding-left: 12px;
    padding-right: 12px;
}

#loadMoreBTN {
    border-radius: 35px;
    color: azure;
    /* background-color: #096a93; */
    margin: auto;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1.2em;
}

#loadMoreBTN div {
    margin: auto;
}

#loadMoreBTN_LI {
    display: block;
    text-align: center;
}