:root {
  --dark: #41535B;
  --gold: #C18A44;
  --beige: #F5F2EA;
  --blue: #F5FBFD;
  --pink: #F2E7F3;
  --green: #7DB928;
		--black: #000000;
}


body {

  background-color: white;
 
}

body::-webkit-scrollbar {
  width: 12px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: var(--gold);
  outline: 0px solid slategrey;
}

.scroller {
  /*overflow-y: scroll;*/
  scrollbar-color:  var(--gold) black;
  scrollbar-width: thin;
}
body.modal-open {
 padding-right: 0px !important;
}

.modal-header {
 display: none;
}

.modal-body::-webkit-scrollbar {
  width: 8px;
}
 
.modal-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.0);
}
 
.modal-body::-webkit-scrollbar-thumb {
  background-color: var(--gold);
  outline: 0px solid slategrey;
}
.modal h2 {
 margin: 30px 0px;
}
.btn-close {
    float: right;
    box-sizing: content-box;
    width: 25px;
    height: 26px;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 0;
    border-radius: 50%;
    opacity: 1;
    margin: 10px;
    background-color: var(--gold);
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}


.g-3, .gx-3 {
    --bs-gutter-x: 0.62rem;
}

.negative {
 color: white;
 background-color: var(--dark);
}

.divider {
    background:url("../images/divider.svg") center center no-repeat;
    height: 16px;
    margin: 6% 0px;
 
}

.gridelement {
   opacity: 1;
        -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.grid .gridelement:nth-child(3) ~ .gridelement {
  display: none;
  opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.event {
   opacity: 1;
   visibility:visible;
      -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.blogBox img {
 padding: 0px;
}

.event.hiddendiv {
 opacity: 0;
 visibility: hidden;
}

.negative p,
.negative h1,
.negative h2,
.negative h3,
.negative h4,
.negative a,
.negative .readmore,
.negative .readmore .fas { 
 color: white;
}

.whitebg {
 background-color: white;
}
.widget-title {
 font-size: 1em;
    color: #00c962;
    padding-top: 0px;
}
.postmeta {
    padding: 9px 0px;
    margin: 20px 0px;
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.4;
}

.fadeinout {
  width: 100%;
  height: 100%;
  /*background: rgb(0,0,0,0.2);*/
  background: linear-gradient(0deg, rgba(0,0,0,1) 2%, rgba(0,0,0,0.2637429971988795) 25%, rgba(0,0,0,0.2861519607843137) 72%, rgba(0,0,0,1) 98%);
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
}
.darkbg {
   width: 100%;
  height: 100%;
  background: #0000006b;
  position: absolute;
  opacity: 0.5;
  z-index: 2;
  top: 0px;
  left: 0px;
}

header {
 position: relative;
 z-index: 3;
 background: rgb(255,255,255);
}

body.single header {
 
 background-color: var(--dark);
 
}

main {
 position: relative;
 z-index: 3;
}

footer {
 position: relative;
 z-index: 3;
}

.no-padding {
 padding: 0px;
}
/* ul li */
ul, ol {
    margin: 0 0 1.5em 0em;
}
li {

}
#content ul {
 
 padding-left: 20px;
}
.widget li::before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left:-20px;
    font-size: 12px;
    color: var(--gold);
    top: -4px;
    font-weight: 900;
}

#content li::before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left:-20px;
    font-size: 12px;
    color: var(--gold);
    top: -0px;
    font-weight: 900;
}

#content li {
    list-style-type: none;
    position: relative;
    line-height: 28px;
    text-align: left;
    padding-bottom: 5px;
    width: fit-content;
    display: block;
    margin: 0 auto;
 
}
.navbar li {
    line-height: inherit;
 
}
.navbar li::before {
    content: '';
 
}

/* Contact form */

.wpcf7 h3 {
 font-size: 1em;
 padding-bottom: 5px;
 margin: 0px;
}

.wpcf7-radio {
     margin: 15px 0px;
    padding: 0px;
    display: inline-block;
}

.wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    margin: 0px 20px 10px 0px;
}

@media screen and (max-width: 520px) {
    
    .wpcf7 h3 {
    font-size: 0.8em;
    padding-bottom: 5px;
    margin: 0px;
   }
   .negative {
    margin-bottom: -1px;
   }
}

/* Popup*/

.popwrapper {
 padding: 100px 20px;
}

.popwrapper .plus {
 width: 100%;
 text-align: center;
 font-size: 52px;
}

/* Links */

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

.bloggpostwrap a {
    color: #ee9d2e;
    text-decoration: none;
    background-color: transparent;
}

.box img,
.single-stations img,
.gray, 
.threepart img {
    /*filter: grayscale(100%) brightness(120%);*/
}

.single-stations i {
 color: #8eafd3;
 padding-right: 5px;
}

.home .right-column {
 padding: 10% 7%;
}

/* ACF */

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
   max-width: inherit !important;
}

/* BOXES */
.box {
 margin-bottom: 5%;
}
.boximage {
}
.boxcontent {
     background-color: white;
    padding: 20px;
    /* height: 100% !important; */
    display: flex;
    min-height: 280px;
}
/* BUTTONS */
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

button.readmore {
    background-color: transparent;
    border: 0px;
}
.negative input[type="submit"],
.negative .custombutton {
    background-color: #0000006b;
    color: var(--gold);
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    padding: 8px 29px;
    margin: 4px 0px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    border: 1px solid white;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    
}

.negative input[type="submit"]:hover,
.negative .custombutton:hover{
    background-color: var(--gold);
    opacity: 1;
    color: white;
    border-color: var(--gold);
 
}
input[type="submit"],
.custombutton {
    background-color: var(--gold);
    color: white;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    padding: 8px 29px;
    margin: 4px 0px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    border: 1px solid var(--gold);
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    
}
.custombutton:visited {
  background-color: var(--gold);
    color: white;
}
.swiper-slide .custombutton {
 background-color: #0000006b;
 color: var(--gold) !important;
}

input[type="submit"]:hover,
.custombutton:hover{
    background-color: var(--dark);
    opacity: 1;
    color: var(--gold) !important;
    border-color: var(--dark);
 
}
.startswiper .custombutton {
  margin: 0px 5px;
  margin-bottom: 20px;
}

.split-content .custombutton {
 border-color: black;
 background-color: transparent;
}

.custombutton.readme {
    padding: 0px;
    border: 0px;
    background-color: transparent;
}

.split-content .custombutton:hover {
 color: white;
 background-color: var(--gold);
 border-color: var(--gold);
}



a.readme {
 text-transform: uppercase;
 color: var(--gold);
 font-weight: 600;
 
}

a.readme:after {
 content:"\f061";
 font-family: "FontAwesome"; /* This is the correct font-family*/
 margin-left: 5px;
 font-size: 0.9em;

}

/* Swiper */

img.sliderlogo  {
  max-width: 320px;
  width: 80%;
  margin-bottom: 0px;
}
.startswiper .textbox {
  color: #fff;
}

.slider-swiper-4-wrapper, .slider-swiper-3-wrapper  {
    padding: 5% 0%;
    margin-bottom: 5%;
    background-color: var(--black);
    color: white;
}
.slider-swiper-4-wrapper .popwrapper,
.slider-swiper-3-wrapper .popwrapper{
 padding: 0px 0px;
 padding-right: 15%;
 z-index: 0;
 position: relative;
}
.slider-swiper-4-wrapper h2:after,
.slider-swiper-3-wrapper h2:after{
 background-color: white;
}
.slider-swiper-4-wrapper .popwrapper h2,
.slider-swiper-3-wrapper .popwrapper h2{
    padding: 0px 0px;
    margin: 0px 0px;
    font-size: 3.4em;
    font-weight: 600;
}

.slider-swiper-4-wrapper .popwrapper p,
.slider-swiper-3-wrapper .popwrapper p{
    font-size: 1em;
    width: 100%;
}

.slider-swiper-4-wrapper .popwrapper h2:after
.slider-swiper-3-wrapper .popwrapper h2:after{
    display: none;
}
.swipe {
     z-index: 99;
    /* background-color: white; */
    display: flex;
    border: 0px solid;
    position: relative;
    background-color: transparent;
    width: 50px;
    height: 40px;
    margin-top: 20px;
    display: none;
}

.swipe .swiper-button-next {
 right: 0px;
 justify-content: right;
}
.swipe .swiper-button-prev {
 left: 0px;
 justify-content: left;
 margin-right: 30px;
}
.swipe .fas {
 color: white;
 font-size: 1.4em;
}

.slider-images .swipe .fas {
 color: black;
 font-size: 1.4em;
}
.swipe .swiper-button-disabled .fas {
 opacity: 0.5;
}
.swiper-button-next, .swiper-button-prev {
  
    color: white;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display:none;
}
.home .startswiper {
  width: 100%;
  height: 100vh;
  /*position: absolute;*/
width: 100%;
left: 0px;
top: 0px;
}
.startswiper {
  width: 100%;
  height: 100vh;
  position: fixed;
width: 50%;
left: 0px;
top: 0px;
}

.slider-swiper {
     width: 100%;
    height: auto;
    position: relative;
    left: 0;
    flex: 0 0 100%;
    max-width: 100%;
    z-index: 1;
}

.slider-swiper .swiper-slide {
 height: auto;
}


.page .start-swiper {
    height: 350px;
    top: -100px;
 }
.home .startswiper{
  height: 100vh;
}

footer .swiper-container {
  height: auto !important;
  padding: 40px 0px;
}
.swiper-slide {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;

  }

  
  @media screen and (max-width: 1240px) {
      header .custombutton {
      padding: 5px 16px;
      font-size: 12px;
      margin-right: 10px;
      display: inline-flex;
      height: 33px;
      margin-top: 10px;
     }
     header a.custombutton {
     color: white !important;
     }

  }

.video video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.video-wrapper {
  width: 100%;
  position: relative;
  padding-top: 58.25%;
}

.video-wrapper video
{     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 20px;
    border: 20px solid white;
  
}

footer .video-wrapper video
{     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    border: 0px solid white;
  
}


/*
video::-webkit-media-controls-panel {
 position: absolute;
  top: -7%;
  left: 3%;
  width: 90%;
  height:97%;
  padding: 20px;

}

.playpause {
    width:50%;
    height:50%;
    position:absolute;
    left:0%;
    right:0%;
    font-size: 90px;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}
*/


.swiper-slide .introtext-wrap {

    text-align: center;
    width: 100%;
    display: block;
}

.swiper-slide .right-column {
 background-color: #8eafd3;
 color: #fbf5e5;
 background: #8eafd3 url(../images/frykpattern-v2.png) center center repeat-y;
}


/* Page content */

.page-content {
 padding-left: 5%; padding-top: 4%; padding-bottom: 5%;
}
@media only screen and (max-width : 520px) {
 
 .page-content {

 padding-left: 2%; padding-top: 4%; padding-bottom: 0%;

 }
}
/* start page cpntent */
.startpagesection {
min-height: 100px; z-index: 1; position: fixed; left: 0px; bottom: 10%; width: 40%;
max-width: 830px; padding: 0%; background-color: white;
}
.pagefooter {
 padding-top: 10%;
}


.home .text-in {
 width: 50%;
 bottom: 0px;
 right: 0px;
}

@media only screen and (max-width : 992px) {
.home .text-in {
 width: 100%;
 bottom: 0px;
 right: 0px;
}
}

.home .textbox {
  width: 50%;
  float: right;
     display: flex;

 align-items: flex-end !important;
 padding-bottom: 5%;
  
}
.page .textbox {
 width: 100%;
 float: right;
 display: flex;
 align-items:center !important;
 padding-bottom: 5%;
  
}
.home .textbox .row {

}
.sidebutton {
position: absolute;
right: -100px;
bottom: calc(50% - 25px);
z-index: 3;
width: fit-content; 
height: 50px;
transform: rotate(-90deg);
align-items: flex-end;
text-align: center;
padding: 10px;
border-top: 1px solid var(--dark);
margin-left: auto; 
  margin-right: auto


}
.sidebutton .fas {
color: var(--gold);
padding: 0px 20px;
font-size: 20px;
line-height: 38px;

}

.sidebutton a,
.sidebutton a:visited {
 color: var(--dark);
 line-height: 38px;
}

@media only screen and (min-width : 520px) and (max-height : 720px )  {
 .startpagesection { width: 50% }
 .pagefooter {
 padding-top: 2%;
}
.stratpagetextwrapper {
 padding: 2em !important;
}
.home .text-in {
  width: 50%;
}

}


@media only screen and (max-width : 992px) {
 
 .startpagesection {
  width: 80%;
  page: 10%;
 }

 .sidebutton {
  right: -100px;
 }
 .home .sidebutton {
  right: -90px;
  height: 38px;
  padding: 0px;
 }
 .sidebutton a, .sidebutton .fas {
  font-size: 0.8em;
 }
 
 .pagefooter {
  display: none;
 }
 html, body {
  overflow-x: hidden;
}
body {
  position: relative
}
footer {
 z-index: 2;
}
}

/* flexible content */
.gallery-images {
 /*border-radius: 100% !important;*/
}
.rounded {
    padding: 0px 20px;
    border-radius: 100% !important;
}

.featherlight-content img {
 filter: none;
}

.gray {
    filter: grayscale(100%) brightness(120%);
}

 table {
    border-collapse: separate;
    border-spacing: 0 1em;
}
 table tr {
  border-spacing: 5em;
  
 }
 
 td {
  padding: 5px 10px 5px 0px !important;
 }
 
 td:nth-child(2),  td:nth-child(3) {
   font-weight: 800;
 }
 
 .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #7d0f4f;
}

 .table tbody th,  .table tbody td {
    vertical-align: bottom;
    border-bottom: 1px solid #c8c8c8;
}

.table td, .table th {
    padding: .75rem 0rem;
    vertical-align: top;
    border-top: 0px solid #000;
}
 
 table tr th {
  border-bottom: 0px solid #000;
  color: #7d0f4f;
  
 }
 

.grecaptcha-badge {
 display: none;
}


/* Audio */
audio {

width: 100%;
}

audio::-webkit-media-controls-panel {
    background: #8eafd3 !important;
}

/* Collapses */

.btn-link {
    font-weight: 800;
    color: #008000 !important;
    background-color: transparent;
    cursor: pointer;
}

.pointer {cursor: pointer;}

   
 /* Filters*/
 
 #filters {
  padding: 0px 0px 20px 0px;
 }
 
 ul#filters{
  display: inline-block !important;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 30px;
  margin: 0px;
}


ul#filters li {
  display: inline-block !important;
  padding-left: 5px;
  padding-right: 5px;
}

ul#filters a {
    text-align: center;
	 color: #000;
	     font-size: 14px;
}

ul#filters a:active, 
ul#filters a:hover {
	 color: #000;
}



/* Vod */
	.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		overflow: hidden;
		width: 100%;
		height: auto;
	} 

	.embed-container iframe,
	.embed-container object,
	.embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
 

 .starts {
 display: none;
 
}
.split-content-left img {
	
height: auto;
    width: auto;
}

/* ANIMATION */
.animatable {
  
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animated {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

 /* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}



@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	60% {
		-webkit-transform: translateX(20px);
	}

	80% {
		-webkit-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	60% {
		-moz-transform: translateX(20px);
	}

	80% {
		-moz-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(20px);
	}

	80% {
		-o-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	60% {
		transform: translateX(20px);
	}

	80% {
		transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	60% {
		-webkit-transform: translateX(-20px);
	}

	80% {
		-webkit-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	60% {
		-moz-transform: translateX(-20px);
	}

	80% {
		-moz-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	60% {
		-o-transform: translateX(-20px);
	}

	80% {
		-o-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	60% {
		transform: translateX(-20px);
	}

	80% {
		transform: translateX(5px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	50% {
		-webkit-transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}

	50% {
		-moz-transform: scale(1.05);
	}

	70% {
		-moz-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}

	50% {
		-o-transform: scale(1.05);
	}

	70% {
		-o-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	50% {
		transform: scale(1.05);
	}

	70% {
		transform: scale(.9);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@-webkit-keyframes moveUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(40px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes moveUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes moveUp {
	0% {
		opacity: 1;
		-o-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
		opacity: 1;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@-o-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}

.animated.animationDelay{
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.animated.animationDelayMed{
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.animated.animationDelayLong{
	animation-delay:1.6s;
	-webkit-animation-delay:1.6s;
}
.animated.fadeBgColor {
	-webkit-animation-name: fadeBgColor;
	-moz-animation-name: fadeBgColor;
	-o-animation-name: fadeBgColor;
	animation-name: fadeBgColor;
}
.animated.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
.animated.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
.animated.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
.animated.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
.animated.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.animated.moveUp {
	-webkit-animation-name: moveUp;
	-moz-animation-name: moveUp;
	-o-animation-name: moveUp;
	animation-name: moveUp;
}


@media screen and (max-width: 992px) {
 
 .startswiper {
  width: 100%;
  height: 45vh;
  position: relative;
  width: 100%;
  left: 0px;
  top: 0px;
 }
 
}


@media screen and (max-width: 992px) {
 
.textbox {
 margin-top: 0px;
}
.home .textbox {
 width: 100%;
 top: 0%;
 height: 43vh !important;
}
.textbox .sliderlogo {
margin-top: 60px;
width: 180px;
}
 
 .startswiper .custombutton {

  display: block;
  width: fit-content;
  margin: 0 auto !important;
  margin-bottom: 20px !important;
}

#start-slider {
 margin-top: -90px;
}

.playpause {

    font-size: 40px;

}

.content .container {
 padding: 0px 20px;
}
}



/* EXTRA  SLIDER CSS */
.introslider {
 text-align: center;
}

.introslider .icons {
 padding-bottom: 40px;
}

.introslider .icons .icon-thumbnail img {
   width: 90px !important;
}
.introslider h1 {
 font-weight: 800 !important;
  text-align: center !important;
  width: 100% !important;
  font-size: 2rem;
}
.introslider h2 {
 font-weight: 800 !important;
  text-align: center !important;
    width: 100% !important;
    font-size: 1em;
    text-transform: uppercase !important;

}

.introslider .ingress {
    font-size: 1.3em;
    text-align: center;
    padding: 30px 0px 10px;
    line-height: 120%;
}

.introslider p {
font-size: 1em;
    text-align: center;
    padding: 30px 0px 10px;
    line-height: normal;
}

.accordion {
    margin-bottom: 30px;
}

.accordion-item {
 background-color: transparent;
 border: 0px;
 margin-bottom: 20px;
}

.accordion-button {
 padding: 0px;
 background-color: transparent;
 color: black;
 
}

.accordion-button:not(.collapsed) {
    color: var(--orange);
    background-color: transparent;
    box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
}

.accordion-body {
 padding: 20px 0px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "\f067";
    background: none;
font-family: "FontAwesome"; /* This is the correct font-family*/
    font-style: normal;
    font-weight: normal;
    text-align: right;
    font-size: 1em;
    /*background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);*/
    /*background-repeat: no-repeat;
    background-size: 1.25rem;*/
    transition: color 0.2s ease-in-out;
    
}


.accordion-button:not(.collapsed)::after {
font-family: "FontAwesome"; /* This is the correct font-family*/
    font-style: normal;
    font-weight: normal;
    text-align: right;
    font-size: 1em;
content: "\f068";
    background: none;
    transition: color 0.2s ease-in-out;
       /*background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);*/
       /*transform: rotate(-180deg);*/
}


.blockset {
  min-width: 1350px;
}

.block-20 {
 padding-bottom: 20px;
 width: 20%;
 padding:0px 10px;
 z-index: 5;
 position: relative;
}

.block-33 {
 padding-bottom: 20px;
 width: 33%;
 padding:0px 10px;
 z-index: 5;
 position: relative;
}


.vertline {
 width: 40%;
 padding: 0px;
 height: 10px;
 border-bottom: 1px solid #00d78a;
 position: absolute;
 z-index: 3;
 right: -20%;
 margin-left: 220px;
 top: 15%;
}

.block-20:last-child .vertline {
 display: none;
}
.block-33:last-child .vertline {
 display: none;
}


.swiper-pagination-lock {
    display: inherit;
}


.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
cursor: pointer;
pointer-events: initial;
}
.swiper-button-lock {
    display:inherit;
}

@media only screen and (max-width : 560px) {
 .divider {
    background:url("../images/divider.svg") center center no-repeat;
    height: 10px;
    margin: 6% 0px;
 
}
 
 .introslider {
  padding-bottom: 0px;
 }
 .introslider .ingress {
    font-size: 1.1em;
    text-align: center;
    padding: 30px 20px;
    line-height: 120%;
}
 .blockset {
  min-width: 100%;
}
.vertline {
    width: 0%;
    padding: 0px;
    height: 10px;
    border-bottom: 0px solid #00d78a;
    position: absolute;
    z-index: 3;
    right: 50%;
    margin-left: 0px;
    top: 75%;
    border-left: 1px solid #00d78a;
    height: 20%;
    bottom: 0%;
}

.block-20, .block-33 {
 width: 100%;
 padding-bottom: 100px;
}

.block-20:last-child,
.block-33:last-child {

padding-bottom: 20px; 
 
}


section#start {
 overflow-x: hidden;
}


}

/* Laptops with low height*/

@media (min-width: 480px) and (max-height: 820px){
 
 img.wp-image-649 {
  max-width: 120px;
 }
 
   .col-lg-v-12 {
      flex: 0 0 auto;
      width: 80%;
   }
   .divider {
      background: url(../images/divider.svg) center center no-repeat;
      height: 12px;
      margin: 2% 0px;
  }
  img.sliderlogo {
    filter: brightness(10);
    max-width: 250px;
    width: 80%;
    margin-bottom: 0px;
 }
 .startswiper p {
   padding: 0% 20%;
 }
}

/* LOGIN */

Body.login
{
 background-color:#fff;
/*background-image:url("../images/login-page-bg.jpg");*/
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;

}

#login h1 a {
    background-image: url(/wp-content/uploads/2021/08/CLING-rgb-web.png);
    background-size: 360px;
    width: 370px;
    height: 150px;
}
.login form{
box-shadow:none;
padding:20px;
}
#login {
background: #fff;
margin: 50px auto;
padding: 40px 20px;
width: 400px;
}
.login form .input, .login form input[type=checkbox], .login input[type=text] {
    background: #fff;
    font-family: 'Raleway', sans-serif;

}

.login form .input, .login input[type=text] {
 font-family: 'Raleway', sans-serif;
    font-size: 24px;
    width: 100%;
    padding: 5px;
    margin: 2px 6px 16px 0;
    border: 0px solid #ddd;
    border-bottom: 1px solid black;
    box-shadow: 0px 0px 0px;
}
.login label {
color: #555;
font-size: 14px;
}
.login form .forgetmenot{
float:none;
}
#login form p.submit{
margin-top:15px;
}

.login #backtoblog, .login #nav {
 font-family: 'Raleway', sans-serif;
    font-size: 13px;
    padding: 0 24px 0;
    text-align: center;
}
.login #nav {
 font-family: 'Raleway', sans-serif;
    margin: 24px 0 0 0;
    text-align: center;
}
.login.wp-core-ui .button-primary {
background: #000;
border-color:#000;
box-shadow: 0 1px 0 #000;
color: #FFF;
text-shadow: none;
float: none;
clear: both;
display: block;
width: 100%;
padding: 7px;
height: auto;
font-size: 15px;
}

/* Admin */
#adminmenu, #adminmenu .wp-submenu, #adminmenuback, #adminmenuwrap {
    width: 160px;
    background-color: #1d232c;
     color: white;

}

#dashboard-widgets-wrap .inside img {
  width: 100%;
  height: auto;
}
.acf-fc-popup a {
    background: #0073aa;
    color: #fff !important;
}

.acf-tooltip.-confirm a[data-event="confirm"] {
    color: #F55E4F;
}

.acf-tooltip.-confirm a {
    text-decoration: none;
    color: #9ea3a8;
}

.wp-core-ui .button-primary, .wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
    background: #135e96;
    border-color: #135e96;
    color: #fff !important;
}
#adminmenu .opensub .wp-submenu li.current a, #adminmenu .wp-submenu li.current, #adminmenu .wp-submenu li.current a, #adminmenu .wp-submenu li.current a:focus, #adminmenu .wp-submenu li.current a:hover, #adminmenu a.wp-has-current-submenu:focus+.wp-submenu li.current a {
    color: #fff !important;
}
#adminmenu a {
    display: block;
    line-height: 1.3;
    padding: 2px 5px;
    color: #f0f0f1 !important;
}

.wp-menu-name {
 /*color: black;*/
 text-align: center;
 padding-bottom: 20px;
 text-transform: uppercase;
 padding: 5px 0px !important;
 color: white !important;

}

.wp-menu-name:after {
  position: relative;
    content: "";
    width: 30%;
    left: 35%;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid rgb(82, 94, 107);
}
#wp-admin-bar-wp-logo {
 display: none !important;
}
.dashicons-before {
 display: none;
}
body.wp-admin {
   background-color: white;
   /*color: #000;*/
   /*font-family: 'Poppins', sans-serif;*/

   font-size: 16px;
   font-size: 1rem;
   line-height: 1.5;
}

#wpadminbar a {
 color: white !important;
}

#adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu.sub-open, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, #adminmenu a.wp-has-current-submenu:focus+.wp-submenu, .no-js li.wp-has-current-submenu:hover .wp-submenu {
    position: relative;
    z-index: 3;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border: 0 none;
    margin-top: 0;
    box-shadow: none;
    background-color: #353e46;
    text-align: center;
}

#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head, #adminmenu .wp-menu-arrow, #adminmenu .wp-menu-arrow div, #adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, .folded #adminmenu li.current.menu-top, .folded #adminmenu li.wp-has-current-submenu {
    background: #1d232c;
    color: #fff;
}

#wpadminbar .quicklinks .ab-empty-item, #wpadminbar .quicklinks a, #wpadminbar .shortlink-input {
    height: 32px;
    display: block;
    padding: 0 10px;
    margin: 0;
    text-transform: uppercase;
}

.collapse-button-label {
    transition: all .1s ease-in-out;
    display: none !important;
}

#adminmenu div.wp-menu-image.svg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px auto;
    display: none;
}
#wpadminbar *:not([class="ab-icon"]){font-family:"Raleway",sans-serif !important;
#adminmenu .wp-submenu-head, #adminmenu a.menu-top {
    font-size: 12px;
font-family: 'Raleway', sans-serif !important;
    font-weight: 300;
    line-height: 1.3;
    padding: 0;
    letter-spacing: 1px;
}



#adminmenu .wp-submenu a {
    font-size: 12px;
font-family: 'Raleway', sans-serif !important;
    /* line-height: 15px; */
    line-height: 1.5;
    margin: 0;
    padding: 5px 0;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 9px;
}

#wpadminbar {
    direction: ltr;
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; */
    line-height: 32px;
    height: 32px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 600px;
    z-index: 99999;
    background: #295375 !important;
}



