@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;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: 'Montserrat', sans-serif;
  font-weight:300;
  background-color:#fff;
  width: 100%;
  line-height:1.8;
  overflow:hidden;
  color:white;
}
body:after {
  background: #123754;
  content: "";
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -1;
  animation: colorRotate 10s linear infinite;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  height: 100%;
}
body,p{
  font-size:20px}
h1,p{
  margin-bottom:0px}
.h4, h4 {
    font-size: 20px;
  	color: black;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Montserrat', sans-serif;
  font-weight:500;
  margin:0;
  letter-spacing:-1px;
  -webkit-font-smoothing:antialiased}
h1,h2,h3,h5,h6{
  color:#fff;
  text-transform: uppercase;}
b, strong {
    font-weight: 700;
}
h2,h3{
  margin-bottom:0px}
h1{
  	font-size:42px;
    line-height: 37px;
  	font-weight: 100;
}
h1:before {
    top: 0;
    left: -100%;
    background: rgba(0,0,0,0.5);
    width: 100%;
    position: absolute;
    height: 100%;
}
h2 {
  font-size: 21px;
  padding-bottom: 5px;
  font-weight: 500;
}
h3{
	font-size: 20px;
    font-weight: 700;
}
a{
  color: #5087b7;
  font-weight:500;
  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-bottom: solid 1px #fff;
}
.infoWrapper hr.red {
  border-bottom: 2px solid #fe0404;
}
.infoWrapper hr.blue {
  border-bottom: 2px solid #e00613;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.form-control,p{
  color:#fff;
  font-weight:400}
.form-control,.form-control:focus{
  box-shadow:none;
  background-size:0 2px,100% 1px}
table {
  width: 100%;
  color: #000;
}

/*buttons*/
.btn {
      -webkit-transition: all .3s;
    transition: all .3s;
}
.btn-default {
  color: #847774;
  background-color: #212121;
  border-color: #847774;
}
.btn-red, .btn-red:visited {
	border: 1px solid white;
    border-radius: 30px !important;
    min-width: 250px;
    text-align: center;
    color: #fff !important;
    background: #3e3e3e;
}
.btn-red:hover, .btn-red:active {
  	border: 1px solid #3e3e3e;
    background: #fff !important;
  	color: #000 !important;
}
.btn-white, .btn-white:visited {
    border: solid 2px #fff !important;
    border-radius: 30px !important;
    width: 250px;
    text-align: center;
    color: #fff !important;
}
.btn-white:hover, .btn-white:active {
    background: white !important;
  	color: black !important;
    border: solid 2px #fff !important;
}
.btn-square-sm {
    border: none;
    position: absolute;
    bottom: 0px;
    left: 15px;
    height: 40px;
    width: 40px;
    background: #e00613;
    color: #fff;
    text-align: center;
}
ion-icon {
  color: #000;
}
.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*/
.rainbow {
	transition: all 0.5s;
}
.navbar {
  	background: transparent;
  	font-size: 35px;
    font-weight: 500;
    color: #000;
	transition: all 0.5s;
  	filter: invert(0);
}
.navbar-brand {
	width: 150px;
    padding: 16px 0;
	transition: all 0.5s;
}
.logoText, .navbar-toggler {
    z-index: 800;
}
.navbar-nav {
	animation: colorRotate 10s linear infinite;
}
.navbar-nav .nav-link {
	transition: all 0.5s; 
  	text-transform: uppercase;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:active {
    color: #e00613 !important;
  	transform: scale(1.05);
}
.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: #e00613 !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;
  transition: all 0.5s;
}
.logo1 {
  	opacity:0;
    margin-top: -10px;
}
.logo2 {
    position: absolute;
    left: 0px;
    top: 16px;
  	opacity:0;
}
/* rainbow */
.rainbow {
    min-height: 75px;
    position: fixed;
    left: 0;
    width: 100%;
	z-index: 3;
	background: transparent;
}
.navbar li {
	border-bottom: none;
	padding: 0;
}
/***********/
.logoBig {
    max-height: 140px;
}
.pageWrapper {
    z-index: 2;
    position: relative;
    top: 75px;
    width: 100vw;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
  	margin-bottom: 75px;
}
#content{
  margin-top:50px;
  margin-bottom:150px}
.videoBg {
    position: absolute;
    z-index: 2;
    opacity: 1;
    width: 100vw;
    height: 68vh;
    overflow: hidden;
    top: 0;
}
.videoBgFooter {
    position: absolute;
    z-index: 0;
    opacity: 0.2;
    width: 100vw;  
    height: 312px;
    overflow: hidden;
}
img.img-top{
  display: block;
  min-width: 100vw;
  height: auto;
}
.offerInner {
    bottom: 5px;
    background: #0000008c;
    margin-right: 15px;
  	min-height: 170px;
}
.containerborder {
    border: solid 1px white;
}
/*******/
/* Background Slides */
#backgroundCarousel, #background {
  margin-top: 0px;
  position: absolute;
  z-index: 2;
  opacity: 1;
  width: 100vw;
  height: 68vh;
  overflow: hidden;
  top: 0; 
}
#backgroundCarousel .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 {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
}
#backgroundCarousel .carousel-item {
  height: 68vh;
}
/*******************/
/*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);
}
.slideOverlay {
	top: 150px;
    transition: all 1s;
    opacity: 1;
    left: 0;
    right: 0;
}
.slideOverlay h1 {
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ffffff, 0 0 30px #ffffff, 0 0 40px #ffffff, 0 0 55px #ffffff, 0 0 75px #ffffff, 2px 2px 2px rgb(206 145 64 / 0%);  
}
/******/
/*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-bottom: 1px solid white;
    color: white;
    padding: 10px;
    box-shadow: none;
    background: transparent;
    font-size: 20px;
}
::-webkit-input-placeholder { /* Edge */
  color: grey !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: grey !important;
}

::placeholder {
  color: grey !important;
}
select#gender {
    border: 1px solid #3e3e3e;
    height: 38px;
    background: #3e3e3e;
    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:white}
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: white;
  font-weight: 300;
  letter-spacing: -1px;
  -webkit-font-smoothing: antialiased;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 300;
}
.success-message-main {
  display: none;
  font-weight:500;
  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
}
/******/
/* Preview */
.flyerSide {
    overflow: hidden;
}

.infoSide {
}

  .carousel-inner img {
      width: 100%;
      height: 100%;
  }
.carouselOuter {
	margin-top: 375px;
    background: rgba(0,0,0,0);
    }
#custCarousel .carousel-indicators {
    position: static;
  background: #1d1d1d;
	width: 100%;
    height: 100%;
  	margin:0;
  	padding:0;
  	margin-top: 30px;
}
#custCarousel .carousel-indicators > li:first-child, #custCarousel .carousel-indicators > li:last-child {
	width: 150px;
    height: 100%;
    background: #1d1d1d;
}
#custCarousel .carousel-indicators > li {
	width: 500px;
    height: 100%;
  	padding: 0;
}

 #custCarousel .carousel-indicators li img {
    display: block;
    opacity: 1;
   width: 500px;
    height: auto;
 }

  #custCarousel .carousel-indicators li.active img {
    opacity: 1;
  }

  #custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
  }

  .carousel-item img, .eventWrapper img {
	width: auto;
    height: 400px;
  }
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
  	filter: contrast(1.5) !important;
}
.carousel-control-prev, .carousel-control-next {
    height: 150px;
    width: 70px;
}
/* Sections */
.colorWrapper {
    z-index: 6;
}
.colorWrapper:after {
	background: #123754;
    content: "";
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    animation: colorRotate 10s linear infinite;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    height: 100%;
}
.eventText {
  min-width: 182px;
}
#section1 {
  min-height: 20vh;
  z-index: 3;
}
#section2, #section4 {
	padding-top: 60px;
    padding-bottom: 60px;
}
#section2 h1, #section2 h2, #section2 h3, #section2 p, #section4 h1, #section4 h2, #section4 h3, #section4 p {
    color: white; 
}
#section3 h1, #section3 h2, #section3 h3, #section3 p {
  color: #fff;
}
#section3 {

}
.video {
	width: 100%;
    height: 618px;
    margin-top: 5px;
}
.infoWrapper {
	margin-left: 0px;
    margin-right: 0px;
}
.social-feed-element .carousel-item {
    height: 675px;
}
.social-feed-element .carousel-control-next-icon, .social-feed-element .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}
.social-feed-element .carousel-control-prev {
    left: -60px;
}
.social-feed-element .carousel-control-next {
    right: -60px;
}
#showCarousel .carousel-item {
    height: 680px;
}
.infoWrapper ion-icon {
  font-size: 30px;
}
#carousel-thumb .carousel-indicators {
    margin: 0;
    padding: 0;
    bottom: 85px;
}
#carousel-thumb .carousel-indicators li {
    margin: 0 !important;
    padding: 0 5px;
  	width: unset;
}
#GalleryCarousel .carousel-item {
    height: 34vh;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: 0 55vw !important;
}
#galleryInfo h3, #galleryInfo p {
  color: black;
} 
#KontaktCarousel .carousel-item {
    background-position: center !important;
}
#carousel-thumb img {
    border: 2px solid white;
}
#impressum h2, #impressum h3, #impressum h4, #impressum p {
  color: black;
}
/* Offer panels */
.offer {
    background-size: auto 100% !important;
  	background-repeat: no-repeat !important;
  	min-height: 550px;
  	transition: all 1.5s;
}
.offer:hover {
    background-size: auto 110% !important;
  	background-color: #00000054 !important;
}
.offer h2, .offer h3, .offer p {
   	color: white !important;
}
.offer p {
  	left: 0;
    bottom: 0;
}
.sponsoren {
  max-height: 45px;
}
/*Footer*/
#footer, .videoBgFooter {
  z-index: 2;
  height: 470px;
}
#footer .col-md-12, #footer .col-md-6, #footer .col-6 {
  padding-left: 0px;
  padding-right: 0px;
}
#footer li{
    list-style: none;
	border: none;
    text-transform: uppercase;
    font-weight: 200;  
}
#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: #e00613;
    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:300;
}
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;
}
footer img {
    max-width: 135px !important;
}
/*Hacks*/
.float-left {
  float:left;
}
.float-right {
  float:right;
}
.scrollTrigger {
    pointer-events: none;
    margin-top: -100px;
    padding-bottom: 100px;
}
.dropdown-toggle::after {
    display: none;
}
.bg-dark {
    background-color: #333!important;
}
.bg-black {
  background:black;
}
.smaller {
  font-size:50%;
  font-weight:400;
}
/* scrollbar */

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

/* Track */
::-webkit-scrollbar-track {
    background: black;
    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%);
  animation: colorRotate 10s linear infinite;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 40, 49, 0.7);
  animation: colorRotate 10s linear infinite;
}
/******/

/*Responsive*/

@media (min-width:1920px){
  .videoBg video {
    width: 100vw;
  }}


@media (max-width:1200px){
  #footer li {
    font-size: 16px;
}
.infoWrapper .carousel-item {
    height: 562px;
}
  .video {
    height: 517px;
}
#footer, .videoBgFooter {
    height: 410px;
}  
}
@media (min-width:991px){
  /* navbar */ 
  .navbar {
    padding: 0;
    min-height: 75px;
}
.navbar-nav {
    position: absolute;
    right: 0;
  	top: 0;
    padding: .5rem 0;
    font-size: 17px;
}
    .dropdown-menu {
    margin-top: 20px;
}
  /****/
  /*Lightbox*/
.lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    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;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.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;
    color: #B2B2B6;
    letter-spacing: -.6px;
    font-weight: 700;
    font-size: 28px;
    line-height: 120px;
    padding: 0px;
    width: 115px;
    height: 63px;
}
.navbar-brand img {
    margin-top: -63px;
}
.navbar-toggler {
	border: none;
    border-radius: 30px;
  } 
i.fas.fa-bars {
    font-size: 28px;
    padding: 11px;
    color: #ffffff;
}
  .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: black;
    min-width: 100vw;
    left: 0;
    position: fixed;
    top: 75px;
    z-index: 0;
    padding: 30px;
    padding-top: 100px;
    font-size: 17px;
    margin-top: -75px;
    height: 100vh;
}
  .navbar {
    padding-top: 0px;
    padding-bottom: 0 !important;
}
.headerRadioWrapper {
    margin-right: -13px !important;
    float: right;
    margin-bottom: 10px;
}

  
  /********/
  .eventWrapper {
    height: auto;
    padding: 0px;
}
.carousel-item img, .eventWrapper img {
    width: 100%;
    height: auto;
}  
  .videoBg video {
    left: -50vw;
    position: relative;
}
.social-feed-element p {
    font-size: 18px;
    line-height: 18px;
}   
.infoWrapper .carousel-item {
    height: 413px;
} 
    .video {
    height: 382px;
}
  #GalleryCarousel .carousel-item {
    background-position: 0 75vw !important;
}
  .slideOverlay {
    top: 150px;
  	bottom: unset;
}  
.logo2 {
    left: 15px;
    top: 11px;
} 
  #custCarousel .carousel-indicators > li:first-child, #custCarousel .carousel-indicators > li:last-child, #custCarousel .carousel-indicators > li:first-child, #custCarousel .carousel-indicators > li:last-child  {
    width: 30px;
}
.carousel-control-prev, .carousel-control-next {
    height: 50px;
    width: 30px;
}  
.navbar-nav .nav-link {
    line-height: 15px;
}  
}
@media (max-height:835px) and (min-width:700px) {
#section1 {
    min-height: 30vh;
}
  #section1.homeSec1 {
    min-height: 20vh;
}
}
@media (min-width:768px){
 /* navbar */ 
.dropdown-menu {
    background: #FFF!important;
    border: none;
    border-bottom: 2px solid #e00613;
    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;
  font-weight:300;
}
  .collapsing {
    overflow: hidden !important;
  }
  }
@media (max-width:767px){
.mainWrapper {
 margin-top: 120px;
}
.pace-progress {
    top: 80px;
}
.pageWrapper {
    top: 0px;
  	margin-bottom: 0px;
}  
 
  /*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);
  }
  #section1  {
    min-height: 35vh;
}
  .logoText a {
    font-size: 30px;
}
  .ct-address {
    padding-top: 45px;
  }
h1 {
    font-size: 30px;
    line-height: 25px;
}
  #custCarousel {
    margin-top: -50px;
}
#footer .copyright {
    float: right;
}
    /*footer*/
#footer li {
    font-size: 12px;
}
#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;
}
 #footer, .videoBgFooter {
    height: 520px;
}  
.lightboxOverlay {
    overflow: hidden;
    max-width: 100vw;
}
.social-feed-element p {
    font-size: 18px;
    line-height: 18px;
}   
.infoWrapper .carousel-item {
    height: auto;
}   
.video {
  height: 281px;
}
    .videoBg, #backgroundCarousel, #backgroundCarousel .carousel-item {
    height: 100vh !important;
}
}
@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){
body, p {
    font-size: 17px;
}  
  .navbar .logoText a {
    font-size: 19px;
} 
  .video {
  height: 225px;
}
	#GalleryCarousel .carousel-item {
    height: 20vh;
}
.social-feed-element .carousel-control-prev {
    left: 0px;
  	top: -235px;
}
.social-feed-element .carousel-control-next {
    right: 0px;
  	top: -235px;
}
.logoText img {
    height: 35px;
}  
#section1 {
    min-height: 35vh;
}
  .slideOverlay {
    opacity: 1;
  }
}
@media (max-width:360px){
  .galleryInner {
    overflow: hidden;
    height: 165px;
    padding-top: 0;
    margin-bottom: 15px;
}
    .video {
  height: 168px;
}
}
@media (max-width:320px){
    .navbar .logoText a {
  	font-size: 17px;
}
  .navbar-toggler {
    padding: 2px !important;
    height: 52px;
}
.slideOverlay {
    top: 100px;
}
}
@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: black !important;
    color: white !important;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: white !important;
    background-color: black !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: 'Montserrat', sans-serif;
  	border: solid 1px #31a8f0;
}
.cc_container .cc_message {
    transition: font-size 200ms !important;
    font-size: 0.6em;
    display: block !important;
    color: white !important;
}


/* radio */
.nowplaying {
    width: 100%;
    height: 174px;
    position: absolute;
    top: 175px;
    left: 0;
    overflow: hidden;
    padding-top: 129px;
}

.nowplaying body {
  font-family: 'Montserrat', sans-serif;
}

#audioControl img, #audioControl2 img {
  width: 100px;
  height: 100px;
  text-align: left;
}

#audioControl, #audioControl2 {
    text-decoration: none !important;
    position: absolute;
    left: 0;
    top: 180px;
    z-index: 2;
    width: 100%;
    height: 118px;
    background: rgba(0,0,0,0.8);
    text-align: left;
    padding-top: 25px;
    padding-bottom: 7px;
    border-bottom: 1px solid #004989;
}
.audioControlHeader img {
  width: 50px;
  height: 50px;
  text-align: left;
}
.headerRadioWrapper {
	width: 110px;
    height: 50px;
    background: black;
    border-radius: 30px;
    margin-right: 10px;
    position: relative;
    top: -3px;
}
.audioControlHeader {
	text-decoration: none !important;
    position: absolute !important;
    left: 10px !important;
    top: 1px !important;
    z-index: 2 !important;
    height: 40px !important;
    text-align: left !important;
    padding-left: 0px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    background: none !important;
    border: none !important;
    width: unset !important;
}
.audioControlHeader #play2, .audioControlHeader #pause2 {
    font-size: 34px !important;
}

.player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    padding-top: 38px;
}
#pause, #pause2 {
  display: none;
  transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
}
#play, #play2{
  font-size:3.000em;
  float:center;  
  color: #ffffff;
  transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
}
#pause, #pause2{
  font-size:3.000em;
  float:center;  
  color: #ffffff;
  transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
}
@media(max-width: 520px) {
  #play, #play2{
    font-size:3.000em;
  }
  #pause, #pause2{
    font-size:3.000em;
  }
  .break {
    display:none;
  }
}
@media(min-width: 521px) {
  #play, #play2{
    font-size:3.000em;
  }
  #pause, #pause2{
    font-size:3.000em;
  }
}
.ping {
	background-color: #ffffff5e;
    border-radius: 50%;
    display: flex;
    height: 8px;
    justify-content: center;
    position: absolute;
    width: 8px;
    left: 0;
    margin-top: 0px;
}
.ping:before {
  animation: ping ease-out infinite;
  border-radius: 50%;
  border: 1px solid #fff;
  content: '';
  display: block;
  padding: 10px;
  position: absolute;
  top: -19px;
  align-items: center;
  animation-duration: 3s;
  width: 50px;
  height: 50px;
}
.panel {
  background-color: #000;
  border-radius: 10px;
  border: 2px solid #fff;
  box-sizing: border-box;
  display: flex;
  min-height: 60px;
  margin-top: 35px;
  position: relative;
  z-index: 0;
  left: 49px;
  min-width: 112px;
}
.panel:before {
  background-color: #fff;
  box-sizing: border-box;
  content: '';
  display: block;
  min-height: 2px;
  position: absolute;
  top: -2px;
  transform-origin: bottom right;
  transform: rotate(19deg);
  min-width: 90%;
}
.panel:after {
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
  content: '';
  display: block;
  min-height: 35px;
  margin: 10px;
  min-width: 35px;
  margin-left: 63px;
}
@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */ 
  .panel {
    left: 16px;
  }
  .jp-jplayer {
    background-color: #000000;
    margin-top: -31px;
  }
  iframe#Frame2 {
    height: 1011px !important;
    margin-top: -933px !important;
  }
  .nowplaying-wrapper {
    margin: 71px 95px !important;
    height: 65px !important;
  }
}
.controls,
.controls:before,
.controls:after {
  background-color: #fff;
  border-radius: 4px;
  display: block;
  height: 2px;
}
.controls {
  order: 999;
  position: relative;
}
.controls:before, .controls:after {
  content: '';
  position: absolute;
}
.controls:before {
  top: -10px;
}
.controls:after {
  top: -10px;
}
.radio-container {
  position: relative;
  border: 1px solid #fff;
  text-align: center;
  height: 300px;
}
.radio-logo {
    height: 100px;
    z-index: 1;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.nowplaying-wrapper {
  margin: -62px 95px;
  max-width: 261px;
  overflow: hidden;
  position: absolute;
  right: -84px;
  height: 51px;
}
iframe#Frame2 {
  border: 0px none;
  height: 950px;
  margin-left: -11px;
  margin-top: -884px;
  width: 280px;
  filter: grayscale(100%) opacity(37%) contrast(270%);
}
  .nowplaying-wrapper {
    margin: 71px 95px !important;
    height: 65px !important;
  }
  .toppadding {
    border-right: 20px solid transparent;
  }
  .thread-link {
    font-size: 4.1vw !important;
}
  button.radioo {
    top: 357px;
}
}

#main {
  width:500px;
  height:500px;
  top:50%;
  left:50%;
  margin:-250px 0 0 -250px;
  position:absolute;
  -webkit-animation:rotate 10s linear infinite;
  -moz-animation:rotate 10s linear infinite;
  -ms-animation:rotate 10s linear infinite;
  -o-animation:rotate 10s linear infinite;
  animation:rotate 10s linear infinite;
}
#r1, #r2, #r3, #r4 {
  width:150px;
  height:150px;
  position:absolute;
}
#r1 {
  top:100px;
  left:100px;
}
#r2 {
  top:100px;
  left:250px;
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  transform:rotateY(180deg);
}
#r3 {
  top:250px;
  left:100px;
  -webkit-transform:rotateX(180deg);
  -moz-transform:rotateX(180deg);
  -ms-transform:rotateX(180deg);
  -o-transform:rotateX(180deg);
  transform:rotateX(180deg);
}
#r4 {
  top:250px;
  left:250px;
  -webkit-transform:rotateX(180deg) rotateY(180deg);
  -moz-transform:rotateX(180deg) rotateY(180deg);
  -ms-transform:rotateX(180deg) rotateY(180deg);
  -o-transform:rotateX(180deg) rotateY(180deg);
  transform:rotateX(180deg) rotateY(180deg);
}
.circle {
  background:#000;
  width:25px;
  height:25px;
  top:140px;
  left:140px;
  border:3px solid #fff;
  border-radius:100px;
  opacity:0;
  position:absolute;
  -webkit-animation:rotate 1s linear infinite;
  -moz-animation:rotate 1s linear infinite;
  -ms-animation:rotate 1s linear infinite;
  -o-animation:rotate 1s linear infinite;
  animation:rotate 1s linear infinite;
  -webkit-transition:0.5s linear;
  -moz-transition:0.5s linear;
  -ms-transition:0.5s linear;
  -o-transition:0.5s linear;
  transition:0.5s linear;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform:rotate(0deg);
  }
  100% {
    -webkit-transform:rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform:rotate(0deg);
  }
  100% {
    -moz-transform:rotate(360deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -ms-transform:rotate(0deg);
  }
  100% {
    -ms-transform:rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -o-transform:rotate(0deg);
  }
  100% {
    -o-transform:rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform:rotate(0deg);
  }
  100% {
    transform:rotate(360deg);
  }
}
.profradio {
    position: absolute;
    top: -66px;
    left: -100px;
    transform: scale(0.45);
    clip-path: polygon(0 37%, 100% 37%, 100% 63%, 0 63%) !important;
    z-index: 4;
  	width: 100%;
}
input[type=range] {
    width: 100%;
    display: none;
}
#mycanvas {
  opacity: 0;
background: transparent;
  transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.radio {
	z-index: 3;
    transform: scale(0.3);
    margin-right: -65px;
    padding-top: 18px;
}
#radiooff {
    position: absolute;
    top: 227px;
    left: 125px;
    z-index: 3;
    opacity: 1;
    display: block;
}

/// ANIMATIONS


/* radio animation  */
@keyframes ping {
  0% {
    border-color: #3b72ff;
    transform: scale(0);
  }
  50% {
    border-color: #ff3b3b;
    transform: scale(0.5);
  }
  100% {
    border-color:#3eb365;
    transform: scale(1);
  }
}
.psy {
	position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 300px;
  	opacity:0;
}
.psy img {
      margin-top: -440px;
    filter: blur(5px);
}
/* color rotate */
@keyframes colorRotate {
  100% {
    -webkit-filter: hue-rotate(360deg);
  }
}


.ccm__content__heading p {
  color:black !important;
}


#play, #pause {
    width: 51px;
    transform: translateX(-50%);
    margin-left: 50%;
    position: absolute;
}
#radiooff, .profradio {
  display:none !important;
}
.qrCode {
 max-width: 250px;  
}
.nowplaying {
    background: black;
    border: white solid 1px;
    margin-left: -1px;
    width: calc(100% + 2px);
    font-weight: 700;
}

