﻿

@import url("https://fonts.googleapis.com/css2?family=Rubik: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"); /*Barlow*/

@import url('https://fonts.googleapis.com/css2?family=Barlow: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');

html{
  overflow-x: hidden;
}
body {
  width: 100%;
  letter-spacing: 0.03em;
  font-family: "Barlow", sans-serif;
}

a {
  font-family: "Barlow", sans-serif;

}
span {
  font-family: "Barlow", sans-serif;
}
strong {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 16px;
  font-family: "Barlow", sans-serif;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", sans-serif;
}

label {
  font-weight: 700;
  margin: 0;
}

.imageslide {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.imageslide.show {
  display: block;
}

.imageslide:before {
  content: "";
  background: #b3c6d8;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.imageslide .inner {
  position: absolute;
  width: 70%;
  height: 70%;
  margin-left: 15%;
  margin-top: 0;
  opacity: 1;
}

.slider {
  margin-top: 5vh;
  background-position: center;
  background-repeat: no-repeat;
  /*background-size: 100% 100%;*/
  background-size: contain;
  height: auto;
  max-height: 90vh;
  width: 100%;
}

.slider--content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
}

.slider__btn-right,
.slider__btn-left {
  background: transparent;
  border: none;
  outline: none;
  font-size: 4rem;
  color: #eee;
  padding: 0 1rem;
  cursor: pointer;
  transition: transform 0.1s ease-in-out;
}

.slider__btn-left:hover,
.slider__btn-left:active,
.slider__btn-right:hover,
.slider__btn-right:active,
.slider__btn-close:hover,
.slider__btn-close:active {
  border: none;
  outline: none;
}

.slider__btn-left {
  margin-left: -10vh;
}

.slider__btn-right {
  margin-right: -10vh;
}

.slider__btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  text-transform: uppercase;
  border: none;
  color: #444;
  border: 1px solid #444;
  outline: none;
  font-weight: 700;
  padding: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  border: none;
  outline: none;
}

.slider--btn {
  background: #fff;
  text-transform: uppercase;
  border: none;
  color: #444;
  border: 1px solid #444;
  outline: none;
  font-weight: 700;
  padding: 0.8rem 2rem;
  cursor: pointer;
  border: none;
  outline: none;
}

.slider__btn-left:hover,
.slider__btn-right:hover {
  transform: scale(0.95);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation: fadeIn 1s;
}

/*************** 1.0 NAVBAR ***************/

.cut-text {
  width: 100%;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cut-text p,
.cut-text a,
.cut-text h1,
.cut-text h2,
.cut-text h3,
.cut-text h4,
.cut-text h5,
.cut-text h6 {
  width: 98%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.smalltext {
  max-width: 80%;
}

.logoArea {
  position: relative;
  /*background: #fff;*/
  width: 100%;
  left: 0;
  top: 0;
  height: 110px;
  background: linear-gradient(180deg, #EEEEEE, white);
}

.logoArea .center-content {
  position: absolute;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.logoArea .center-content img {
  width: 200px;
}

.hoeksma_nav {
  width: 100%;
  height: 100%;
  background: #100054;
  position: relative;
  top: 0;
  left: 0;
  height: 90px;
  z-index: 99;
  margin-bottom: 60px;
  padding: 12px 0;
}
.hoeksma_nav .container{
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.hoeksma_nav li.toggle-navi {
  display: none;
}

.hoeksma_nav ul {
  padding-left: 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: none;
  white-space: nowrap;
}

.hoeksma_nav ul.mobile_view {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.hoeksma_nav ul > li {
  list-style-type: none;
  /* margin-right: 20px; */
  padding: 5px 10px;
  word-wrap: none;
  white-space: nowrap;
  background: right / 0% 100% no-repeat linear-gradient(#af00fb, #af00fb);
  transition: background-size 300ms;
}

.hoeksma_nav ul > li.active > a {
  color: #ffffff !important;
}

.hoeksma_nav ul > li > a {
  color: #ffffff;
  /* font-family: "Barlow", sans-serif; */
  font-size: 16px;
  font-weight: 100;
  white-space: nowrap;
}

.hoeksma_nav ul > li:hover,
.hoeksma_nav ul > li:focus,
.hoeksma_nav ul > li:active {
  color: #ffffff;
  background: #3c00fe;
  text-decoration: none;
  background: left / 100% 100% no-repeat linear-gradient(#af00fb, #af00fb);
}

.hoeksma_nav ul > li.hoeksma_dropdown .hoeksma_dropdown-menu {
  display: none;
}

.hoeksma_nav ul > li.hoeksma_dropdown.show-t .hoeksma_dropdown-menu {
  min-height: 100%;
  width: auto;
  max-width: 250px;
  display: block;
  position: absolute;
  background: #464646;
  top: 45px;
  margin-left: -8px;
  padding: 0;
  margin-top: 20px;
  overflow-x: hidden;
}

.hoeksma_nav ul > li.hoeksma_dropdown.show-t .hoeksma_dropdown-menu > li {
  float: left;
  width: 100%;
  position: relative;
  left: 0px;
  margin-left: 0;
  line-height: 20px;
  padding: 10px 10px !important;
  height: 45px !important;
}

.hoeksma_nav ul > li.hoeksma_dropdown.show-t .hoeksma_dropdown-menu > li > a {
  font-size: 12px;
  margin-left: 10px;
}

.hoeksma_nav ul > li > a.menu-btn:hover:after {
  display: none;
}
.hoeksma_nav ul > li > a.menu-btn:hover:before {
  display: none;
}

/*************** 2.0 RANDOM STYLING ***************/

.no-gutters {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.top-bar {
  width: 100%;
  height: 40px;
  background: #1e73be;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
}

.top-bar .right {
  display: flex;
  right: 0px;
  float: right;
  margin-top: 5px;
  position: relative;
}

.top-bar .right > a > i.fa {
  font-size: 22px;
  color: #2f4259;
  transform: rotate(-10deg);
  margin-left: -20px;
  position: absolute;
  margin-top: 5px;
}

.top-bar .right > a {
  margin-left: 20px;
  color: #fff;
  font-size: 17px;
}

a.langflag img {
  max-width: 18px;
}

.menuitem {
  margin-left: 30px;
}

.hoeksma_nav ul > .menuitem li.accountmenu {
  border-right: 0;
  float: left;
  margin-left: 30px;
  margin-top: -18px;
  list-style-type: none;
  margin-left: 0;
  border: 1px solid #6a7989;
  border-radius: 5px;
  padding: 5px;
}

.hoeksma_nav ul > .menuitem li.accountmenul {
  border-right: 0;
  float: left;
  margin-left: 30px;
  margin-top: 10px;
  list-style-type: none;
  margin-left: 0;
  border: 1px solid #6a7989;
  border-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.hoeksma_nav ul > .menuitem li.accountmenur {
  float: left;
  margin-left: -30px;
  border-right: 0;
  margin-top: 10px;
  list-style-type: none;
  margin-left: 0;
  border-top: 1px solid #6a7989;
  border-right: 1px solid #6a7989;
  border-bottom: 1px solid #6a7989;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.accountmenu a {
  color: #939eaa;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}

.accountmenur a,
.accountmenul a {
  color: #939eaa;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}

.content_start {
  position: relative;
  top: 0px;
  height: 100%;
  width: 100%;
  min-height: 400px;
}
.content_start h1{
  color: #100055;
  padding-right: 30px;
  display: inline-block;
}
.content_start h1+hr{
  margin-top: -30px;
  margin-bottom: 50px;
}
.listing_description{
  background: #fff;
  padding: 20px 20px 10px;
  margin-bottom: 45px;
  box-shadow: 0.487px 3.97px 15px 0px rgba(40, 58, 140, 0.19);
  border-radius: 10px;
}
.auction_inner {
  position: relative;
  margin-top: 10px;
}

.fitimage-top {
  margin-top: 65px;
}

.auction_inner h1 {
  font-size: 28px;
}

.auction_inner h2 {
  font-weight: 400;
  font-size: 24px;
  color: #535353;
}

.auction_inner ul.auinfo {
  list-style-type: none;
  margin-left: -40px;
}

.auction_inner ul.auinfo > li {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.auction_inner .auction_forms {
  background: #ffffff;
  width: 100%;
  padding: 30px 30px;
  box-shadow: 0 0 30px rgb(0 0 0 / 15%);
}
.login_link{
  margin-top: 30px;
  display: block;
  color: #3e00fe;
  text-decoration: underline;
}
.veilingimg_box {
  position: relative;
  top: 30px;
  margin-bottom: 30px;
}

.imagepopup img {
  max-height: 900px;
  overflow-y: scroll;
}

.auction_inner .veilingimg_box .img_selectionflex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.auction_inner .veilingimg_box .img_selectionflex img {
  max-width: 80px;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 80px;
  object-fit: cover;
}
.auction_inner .veilingimg_box .img_selectionflex img:nth-last-child(1){
  display: none;
}

.auction_inner .veilingimg_box .img_selectionflex img:hover {
  cursor: pointer;
}

.auction_inner .veilingimg_box img:hover {
  cursor: pointer;
}

.auction_inner .auction_forms h3.totalbid {
  /* color: #343538; */
  font-size: 16px;
  position: relative;
  left: 36px;
  margin-top: -21px;
}

.auction_inner .auction_forms h3.clock {
  display: flex;
  width: 100%;
  color: #343538;
  font-size: 16px;
}

span#clock {
  white-space: nowrap;
  display: flex !important;
  word-wrap: none;
  overflow: none;
}

.auction_inner .auction_forms h5 {
  color: #343538;
}

.auction_inner .auction_forms h3 i.fa {
  font-size: 21px;
  padding-right: 15px;
  color: #af00fb;
}
.button_back .arrow{
  display: inline-block;
  width: 30px;
  height: 16px;
  top: calc(50% - 8px);
  position: relative;
  scale: .8;
  margin-right: 10px;
}
.button_back .arrow:before {
  content: '';
  width: calc(100% - 2px);
  display: block;
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  transition: all .3s linear;
  height: 2px;
  background-color: #3c00fe;
}
.button_back .arrow:after {
  content: '';
  width: 8px;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: -1px;
  transition: all .3s linear;
  height: 8px;
  transform: rotate( -132deg );
  border-top: 2px solid #3c00fe;
  border-right: 2px solid #3c00fe;
}
.button_back {
  padding: 15px 0;
  border: 0;
  color: #3d00fe;
  border-radius: 5px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}
.button_back span{
  position: relative;
}

.button_back:hover {
  text-decoration: none;
  color: #3d00fe;
}
.button_back:hover .arrow {
  animation: knock-right-small 0.8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.auction_inner .auction_forms .button_bid,
.auction_inner .auction_forms .button_pay{
  background: #100055;
  padding: 10px 10px;
  border: 0;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-top: 20px;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.auction_inner .auction_forms .button_bid span,
.auction_inner .auction_forms .button_pay span,
.back_home span{
  position: relative;
  z-index: 1;
}
.auction_inner .auction_forms .button_bid:before,
.auction_inner .auction_forms .button_pay:before,
.back_home:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: right / 0% 100% no-repeat linear-gradient(#af00fb, #af00fb);
  transition: background-size 300ms;
}

.auction_inner .auction_forms form {
  margin-top: 30px;
}

.auction_inner .auction_forms .button_bid:hover:before ,
.auction_inner .auction_forms .button_pay:hover:before ,
.back_home:hover:before {
  background: left / 100% 100% no-repeat linear-gradient(#af00fb, #af00fb);
}
.back_home{
  width : 225px;
  background: #100055;
  padding: 15px 10px;
  border: 0;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  height: auto;
  margin-top: 20px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.back_home:hover{
  background: #100055;
}
.thanks_page_icon{
  color: #177d4a!important;
  width: 50px;
}
.thanks_page_error{
  width: 50px;
  height: auto;
  margin: 10px 0 15px;
}
.thanks_page_text p{
  font-size: 19px;
}
.thanks_page_text h1 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 2rem;
  margin-top: 30px;
}
.winner_wrap{
  border: 3px solid #af00fb;
  padding: 0 20px 10px 20px;
  color: #000;
  margin: 20px 0 0 0;
  width: max-content;
}
.winner{
  margin-top: 20px;
  font-weight: 700;
  font-size: 19px;
}
.auction_inner .auction_forms input {
  height: 40px;
}

.auction_inner .table thead th {
  font-weight: 100;
  background: #186e4e;
  color: #fff;
}

.auction_inner .table td {
  background: #fff;
}

.auction_inner .bidhistory {
  margin-top: 50px;
  overflow-y: auto;
  max-height: 400px;
  box-shadow: 0 0 30px rgb(0 0 0 / 15%);
}
.auction_inner .bidhistory table{
  margin: 0;
}

.auction_inner .bidhistory::-webkit-scrollbar {
  width: 10px;
}
.auction_inner .bidhistory::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.auction_inner .bidhistory::-webkit-scrollbar-thumb {
  background: #343538;
}
.auction_inner .bidhistory::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.auction_infobar {
  background: #f2f4f3;
  padding: 30px;
  width: 100%;
  position: relative;
  top: 20px;
  left: 0;
  height: 100%;
  margin-bottom: 80px;
}

.auction_infobar p {
  color: #6a7989;
  font-size: 25px;
  max-width: 100%;
  margin-left: -20px;
}

.auction_infobar .right {
  margin-top: -20px;
  margin-left: -20px;
  display: flex;
  float: right;
}

.auction_infobar .right a {
  background: #343538;
  padding: 10px;
  border: 0;
  color: #fff;
  border-radius: 5px;
  margin-left: 20px;
  text-align: right;
  text-transform: uppercase;
}

.auction_info {
  width: 100%;
  position: relative;
  margin-top: 60px;
  left: 0;
}
.auction_info .auction_info_wrap{
 background: #fff;
  padding: 30px;
  box-shadow: 0 0 30px rgb(0 0 0 / 15%);
}

.auction_info p {
  color: #000;
  margin: 15px 0 !important;
}

.page-signup {
  position: relative;
  top: 0px;
  min-height: 400px;
  width: 50%;
  margin: 0 auto;
  height: 100%;
  margin-bottom: 100px;
}

.reg-inner {
  background: #f5f5f5;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.reg-inner h2 {
  font-size: 18px;
  font-weight: 700;
}

.reg-inner span {
  font-size: 12px;
}

.reg-inner input {
  margin-top: 20px;
  margin-bottom: 20px;
}

.reg-inner button {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  margin-top: 5px;
  background: #100054;
  outline: 0;
  border-radius: 5px;
  border: 0;
  color: #fff;
  font-size: 25px;
}

.notfound {
  position: relative;
  margin-bottom: 30px;
  top: 60px;
  margin-top: 30px;
  width: 100%;
  height: auto;
  min-height: 450px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  margin-top: 25%;
  margin-bottom: 25%;
}
.notfound h1 {
  margin-bottom: 30px;
}

.notfound a {
  background: #eb6839;
  padding: 20px 20px;
  color: #fff;
  text-decoration: none;
  margin-top: 30px;
  border-radius: 10px;
}

.auction_box {
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
  transition: all .2s linear;
  background: #FFF;
  box-shadow: 0.487px 3.97px 15px 0px rgba(40, 58, 140, 0.19);
  border-radius: 10px;
  margin-bottom: 30px;
  min-height: 420px;
  overflow: hidden;
}
.auction_box:hover{
  box-shadow: 0 0 30px rgb(0 0 0 / 30%);
}

.auction_box .icon {
  position: absolute;
  z-index: 77;
  float: left;
  left: 5px;
  top: 10px;
  width: 60px;
  height: 60px;
}

.auction_box .icon img {
  width: 45px;
  height: 45px;
  background: #fff;
  padding: 5px 5px;
  border-radius: 50%;
}

.auction_box .g-icon {
  position: absolute;
  z-index: 77;
  float: left;
  left: 10px;
  top: 52px;
  width: 60px;
  height: 60px;
}

.auction_box .g-icon img {
  width: 35px;
  height: 35px;
  padding: 5px 5px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #1e73be;
}

.auction_box img {
  width: 100%;
  height: auto;
  aspect-ratio: 255/200;
  object-fit: contain;
  transform: scale(0.9);
}

.auction_box .title {
  margin-bottom: 10px;
  padding: 0 20px;
  font-weight: 500;
}

.auction_box .title p {
  color: #020A4F;
  font-size: 19px;
}

.auction_box .bottom {
  padding: 0 20px;
}

.auction_box .bottom p {
  color: #000;
  margin-top: 5px;
  font-size: 19px;
}

.peditable {
  border: 0;
  padding: 30px;
}

.peditable td {
  padding: 15px;
}

.bidicon {
  background: #af00fb;
  color: #fff;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.banner {
  margin-top: -30px;
  margin-bottom: 30px;
}

.banner img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.banner h1 {
  position: absolute;
  top: 100px;
  text-shadow: 2px 2px #fff;
  color: #1e73be;
}

.formupbit {
  margin-top: 0;
}
.formupbit select {
  height: 45px;
}
.upsell {
  position: relative;
  width: 100%;
  height: 100%;
  top: 100px;
  margin-bottom: 20px;
  background: #f5f5f5;
  padding: 20px 20px;
}

ul.dashlinks {
  margin-left: -40px;
}

ul.dashlinks li {
  border: 1px solid #d9dcd7;
  padding: 10px 10px;
  list-style-type: none;
  text-align: center;
}

ul.dashlinks li.active {
  font-weight: 700;
}

ul.dashlinks li > a {
  color: #000;
}

.t-btn {
  background: #1e73be;
  padding: 10px 20px;
  border: 0;
  color: #fff;
  font-weight: 400;
  border-radius: 5px;
  text-transform: uppercase;
}

.detailform input,
.detailform select {
  margin-bottom: 20px;
}

.detailform label {
  font-size: 14px;
}

.msgbar {
  background: #ffffff;
  border: 1px solid #d9dcd7;
  border-radius: 5px;
  margin-top: 20px;
  padding: 20px 20px;
}

.myauctions-msg {
  background: #ffffff;
  border: 1px solid #d9dcd7;
  border-radius: 5px;
  margin-top: 20px;
  padding: 20px 20px;
}

.saveauc {
  position: absolute;
  top: 0;
  right: 20px;
  visibility: hidden;
}

.saveauc button {
  border: 1px solid #d9dcd7;
  border-radius: 50%;
  background: #fff;
  font-size: 25px;
}

.saveauc button > i.fa {
  color: #ff0000;
}

.footer_top {
  text-align: center;
  position: relative;
  top: 150px;
  left: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer_top a {
  color: #000;
  margin-right: 30px;
  margin-top: 30px;
  font-weight: 500;
}

.footer {
  display: block;
  position: relative;
  top: 135px;
  left: 0;
  background: #f2f4f3;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 40px;
}

.footer img {
  max-width: 100%;
  max-height: 140px;
}

.footer .inner {
  margin-top: 50px;
}

.footer p {
  font-size: 16px;
  letter-spacing: 1px;
}

.footer strong {
  color: #1e73be;
}

.footer .social img {
  width: 40px;
  height: 40px;
}

.footer .contact {
  margin-bottom: 30px;
}

.footer .contact span {
  color: #778790;
  text-transform: uppercase;
  font-size: 12px;
}

.footer .contact a {
  color: #373939;
  font-size: 16px;
  margin-bottom: 0;
}

.footer .contact p {
  color: #373939;
  font-size: 16px;
  margin-bottom: 0;
}

.footer .copyright {
  display: flex;
}

.footer .copyright p {
  margin-right: 20px;
}

.footer .copyright a {
  color: #373939;
  text-decoration: underline;
}

.horse-icon {
  width: 20px;
}

.playbutton:before {
  content: "";
  float: center;
  position: absolute;
  margin-top: 16px;
  margin-left: 26px;
  background: url("../images/play.png") no-repeat center center;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
}

.playbutton:hover {
  cursor: pointer;
}

.showbig {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.showbig iframe {
  position: absolute;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 15vh;
  width: 100vh;
  height: 70vh;
}

.showbig img {
  position: absolute;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 15vh;
  width: 100vh;
}

.showbig button {
  border: 0;
  background: none;
  color: #fff;
  font-size: 30px;
  float: right;
}

.modaliframe {
  position: fixed;
  display: none;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.92);
}

.showLightbox {
  display: block !important;
}

.modaliframe .inner {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.modaliframe img {
  display: block;
  margin: auto;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.modaliframe iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.modaliframe button {
  position: absolute;
  float: right;
  right: 40px;
  top: 40px;
  border: 0;
  outline: 0;
  color: #fff;
  background: none;
  font-size: 25px;
  z-index: 9999;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

.modaliframe button.arrow-right {
  position: relative;
  bottom: 0;
  right: 0;
  float: right;
  border: 0;
  outline: 0;
  color: #fff;
  background: none;
  font-size: 25px;
  z-index: 9999;
}

.modaliframe button.arrow-left {
  position: relative;
  bottom: 0;
  left: 0;
  float: left;
  border: 0;
  outline: 0;
  color: #fff;
  background: none;
  font-size: 25px;
  z-index: 9999;
}

.modaliframe .inner .hideimg {
  display: none;
}

.hidebtn {
  display: none;
}

.show {
  display: block !important;
}

.thanks {
  margin-top: 30px;
}

.thanks h2 {
  margin-top: 30px;
  color: #1e73be;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.thanks img {
  margin-top: 60px;
  max-width: 20%;
}

.sidebarpage {
  background: #343538;
  width: 100%;
  height: auto;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.sidebarpage ul {
  margin-top: 20px;
}

.sidebarpage ul li {
  margin-top: 20px;
  list-style-type: none;
}

.sidebarpage ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.sidebarpage ul li a:hover {
  color: #1e73be;
}

.signupbtn {
  background: #343538;
  padding: 13px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.signupbtn:hover {
  background: #1e73be;
  color: #fff;
}

.pedi {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

blockquote {
  width: 100%;
  border-left: 6px solid #373939;
  padding-left: 20px;
  color: #373939;
  font-weight: 600;
}

blockquote strong {
  color: #373939;
}

.timer {
  position: relative;
  top: 0;
  background: #1e73be;
  width: 100%;
  height: 100%;
  margin-top: -15px;
  margin-bottom: 10px;
  padding: 2px;
}

.timer ul {
  display: flex;
  margin-left: -20px;
}

.timer ul li {
  list-style-type: none;
  color: #fff;
  padding-right: 40px;
  text-align: center;
}

.ctaBar {
  background: #ffffff;
  width: 100%;
  padding: 30px;
  height: 100%;
}

.ctaBar .iconBoxes {
  display: flex;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.ctaBar .iconBoxes .icon-item {
  margin-right: 10%;
  margin: 0 auto;
  text-align: center;
}

.ctaBar .iconBoxes .icon-item > i {
  border-radius: 50%;
  background: #3a3b3e;
  padding: 30px;
  color: #1e73be;
  font-size: 30px;
}

.ctaBar .iconBoxes .icon-item > a {
  color: #3a3b3e;
  font-weight: 600;
}

.bottomFoot {
  background: #F8F7F6;
  width: 100%;
  height: 100%;
  padding: 50px 0 30px;
  margin: 40px 0;
}
.bottomFoot .logo{
margin-bottom: 30px;
}
.bottomFoot p{

  font-weight: 200;
  letter-spacing: 1px;
}
.copyright {
  display: flex;
}
.copyright a {
  color: #373939;
  text-decoration: underline;
}
.copyright p {
  margin-right: 20px;
  margin-bottom: 16px;
}

.bottomFoot hr{
  margin-top: 40px;
}

.bottomFoot .centerInner {
  text-align: center;
}
.bottomFoot .logo {
  margin-bottom: 30px;
  display: block;
}

.bottomFoot .centerInner p {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0;
}

.bottomFoot .centerInner a {
  text-decoration: underline;
  padding-top: 10px;
  display: block;
}
.bottomFoot .centerInner a:hover {
  text-decoration: none;
}

.hoeksma_dropdown img {
  width: 15px;
  height: 15px;
  margin-top: -2px;
  margin-right: 5px;
}






@keyframes knock-right-small {
  0% {
    -webkit-transform : translateX(0px);
    -moz-transform    : translateX(0px);
    -ms-transform     : translateX(0px);
    -o-transform      : translateX(0px);
    transform         : translateX(0px);
  }
  50% {
    -webkit-transform : translateX(-10px);
    -moz-transform    : translateX(-10px);
    -ms-transform     : translateX(-10px);
    -o-transform      : translateX(-10px);
    transform         : translateX(-10px);
  }
  100% {
    -webkit-transform : translateX(0px);
    -moz-transform    : translateX(0px);
    -ms-transform     : translateX(0px);
    -o-transform      : translateX(0px);
    transform         : translateX(0px);
  }
}

@-khtml-keyframes knock-right-small {
  0% {
    -webkit-transform : translateX(0px);
    -moz-transform    : translateX(0px);
    -ms-transform     : translateX(0px);
    -o-transform      : translateX(0px);
    transform         : translateX(0px);
  }
  50% {
    -webkit-transform : translateX(-10px);
    -moz-transform    : translateX(-10px);
    -ms-transform     : translateX(-10px);
    -o-transform      : translateX(-10px);
    transform         : translateX(-10px);
  }
  100% {
    -webkit-transform : translateX(0px);
    -moz-transform    : translateX(0px);
    -ms-transform     : translateX(0px);
    -o-transform      : translateX(0px);
    transform         : translateX(0px);
  }
}

@-moz-keyframes knock-right-small {
  0% {
    -webkit-transform : translateX(0px);
    -moz-transform    : translateX(0px);
    -ms-transform     : translateX(0px);
    -o-transform      : translateX(0px);
    transform         : translateX(0px);
  }
  50% {
    -webkit-transform : translateX(-10px);
    -moz-transform    : translateX(-10px);
    -ms-transform     : translateX(-10px);
    -o-transform      : translateX(-10px);
    transform         : translateX(-10px);
  }
  100% {
    -webkit-transform : translateX(0px);
    -moz-transform    : translateX(0px);
    -ms-transform     : translateX(0px);
    -o-transform      : translateX(0px);
    transform         : translateX(0px);
  }
}

@-ms-keyframes knock-right-small {
  0% {
    -webkit-transform : translateX(0px);
    -moz-transform    : translateX(0px);
    -ms-transform     : translateX(0px);
    -o-transform      : translateX(0px);
    transform         : translateX(0px);
  }
  50% {
    -webkit-transform : translateX(-10px);
    -moz-transform    : translateX(-10px);
    -ms-transform     : translateX(-10px);
    -o-transform      : translateX(-10px);
    transform         : translateX(-10px);
  }
  100% {
    -webkit-transform : translateX(0px);
    -moz-transform    : translateX(0px);
    -ms-transform     : translateX(0px);
    -o-transform      : translateX(0px);
    transform         : translateX(0px);
  }
}

@-o-keyframes knock-right-small {
  0% {
    -webkit-transform : translateX(0px);
    -moz-transform    : translateX(0px);
    -ms-transform     : translateX(0px);
    -o-transform      : translateX(0px);
    transform         : translateX(0px);
  }
  50% {
    -webkit-transform : translateX(-10px);
    -moz-transform    : translateX(-10px);
    -ms-transform     : translateX(-10px);
    -o-transform      : translateX(-10px);
    transform         : translateX(-10px);
  }
  100% {
    -webkit-transform : translateX(0px);
    -moz-transform    : translateX(0px);
    -ms-transform     : translateX(0px);
    -o-transform      : translateX(0px);
    transform         : translateX(0px);
  }
}

@-webkit-keyframes knock-right-small {
  0% {
    -webkit-transform : translateX(0px);
    -moz-transform    : translateX(0px);
    -ms-transform     : translateX(0px);
    -o-transform      : translateX(0px);
    transform         : translateX(0px);
  }
  50% {
    -webkit-transform : translateX(-10px);
    -moz-transform    : translateX(-10px);
    -ms-transform     : translateX(-10px);
    -o-transform      : translateX(-10px);
    transform         : translateX(-10px);
  }
  100% {
    -webkit-transform : translateX(0px);
    -moz-transform    : translateX(0px);
    -ms-transform     : translateX(0px);
    -o-transform      : translateX(0px);
    transform         : translateX(0px);
  }
}




.colored-contentbanner {
  position: relative;
  top: 0;
  left: 0;
  background: url('../images/bg.jpg') repeat;
  width: 100%;
  height: 100%;
  padding: 5%;
  box-shadow: 0.487px 3.97px 15px 0px rgba(40, 58, 140, 0.19);
}

.colored-contentbanner h2{
  color: #FFF;
  text-align: center;
  font-weight: 700;
}

.listnum {
  text-align: center;
}

.listnum h5{
  color: #FFF;
  font-weight: 700;
}

.listnum p{
  color: #FFF;
}

.downabit {
  margin-top: 70px;
}

.listnum .num {
  margin: auto;
  background: #FFF;
  border-radius: 50%;
  border-bottom-right-radius: 80%;
  padding: 8px;
  width: 80px;
  height: 80px;
  text-align: center;
  color: #020A4F;
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 20px;
}

.colored-contentbanner a {
  text-align: center;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.abutton {
  background: #af00fc;
  padding: 10px;
  border-radius: 5px;
  color: #FFF;
  font-size: 25px;
  transition: all .2s linear;
  font-weight: 100;
}

.abutton:hover {
  background: #FFF;
  text-decoration: none;
  color: #020A4F;
}

.mt-80 {
  margin-top: 80px;
}


.banner-information {
  position: relative;
  width: 100%;
  height: 450px;
  box-shadow: 0.487px 3.97px 15px 0px rgba(40, 58, 140, 0.05);
}

.banner-information > img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0.487px 3.97px 15px 0px rgba(40, 58, 140, 0.05);
  object-position: top;
}

.banner-information .inner-text {
  position: absolute;
  background: rgba(2,10,79, 0.5);
  content: '';
  height: 450px;
  width: 100%;
  border-radius: 10px;
  left: 0;
  top: 0;
}

.banner-information .inner-text h1 {
  margin-left: 10%;
  margin-top: 15%;
  color: #FFF;
  font-weight: 700;
}

.banner-information .inner-text p {
  margin-left: 10%;
  color: #FFF;
  font-size: 22px;
}

.banner-information .inner-text a {
  margin-left: 10%;
  margin-top: 20px;
  display: inline-block;
}

.bedankt {
  position: relative;
  top: 100px;
  min-height: 600px;
  width: 50%;
  margin: 0 auto;
  height: 100%;
  margin-bottom: 100px;
  text-align: center;
}

.bedankt h2 {
  margin-top: 30%;
}

.button-c {
  background: #af00fc;
  padding: 15px;
  color: #FFF;
  border-radius: 10px;
  font-weight: 700;
  transition: all .2s linear;
}
.button-c:hover {
  background: #fff;
  color: #af00fc;
}
.h1{
  font-weight: 700;
  margin-bottom: 30px;
}
.h2{
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 2rem;
  margin-top: 30px;
}
.table {
  color: #000;
  font-size: 14px;
}
.hover_btn{
  background: #100055;
  padding: 10px 10px;
  border: 0;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-top: 20px;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.hover_btn:hover{
  color: #fff;
}
.hover_btn span {
  position: relative;
  z-index: 1;
}
.hover_btn:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: right / 0% 100% no-repeat linear-gradient(#af00fb, #af00fb);
  transition: background-size 300ms;
}
.hover_btn:hover:before {
  background: left / 100% 100% no-repeat linear-gradient(#af00fb, #af00fb);
}
.payment_list_table_wrap{
  overflow: scroll;
  box-shadow: 0.487px 3.97px 15px 0px rgba(40, 58, 140, 0.19);
  margin-bottom: 30px;
}
.show_payment_table_wrap{
  overflow: scroll;
  box-shadow: 0.487px 3.97px 15px 0px rgba(40, 58, 140, 0.19);
  margin-bottom: 30px;
  width: max-content;
}
.show_payment_table_wrap table{
  margin-bottom: 0;
  width: max-content;
}
.show_payment_table_wrap th{
  font-weight: 100;
  background: #186e4e;
  color: #fff;
}
.payment_list_table{
  white-space: nowrap;
  margin-bottom: 0px;
}
.payment_list_table thead th {
  font-weight: 100;
  background: #186e4e;
  color: #fff;
}