/* styles for browsers smaller than 1440px; */
@media (max-width: 1440px) {
  .hidden {
    visibility: hidden;
  }
}

/* styles for browsers larger than 1440px; */
@media (min-width: 1441px) {
  .hidden {
    visibility: visible;
  }
}


h1, h2, h3, h4, h5, h6 .wumsHead{
	font-family: 'Anton', 'Barlow Condensed', 'Fira Sans Extra Condensed', 'Anton', sans-serif;
}


.wumsFooterMenu{
	/*font-size:24px;*/
	font-size:16px;
	text-decoration; none;
}

.colorTextYellow {
	color: #ffffff;
}


.footerOrig{
	font-size: 13px;
}


.functionCyrcle{
	color: #ffffff;
	background: #00baff;
	border: 0px;
	font-weight: bold;
}



.video-container{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 425px;
}

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



.slider-menu-position {
  position: relative;
}

.slider-menu-position .rd-navbar-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}




.bg-macaroni {
	background: -moz-linear-gradient(90deg, #00baff 0%, #3c6e7f 100%);
	background: -webkit-linear-gradient(90deg, #00baff 0%, #3c6e7f 100%);
	background: -o-linear-gradient(90deg, #00baff 0%, #3c6e7f 100%);
	background: -ms-linear-gradient(90deg, #00baff 0%, #3c6e7f 100%);
	background: linear-gradient(90deg, #00baff 0%, #3c6e7f 100%);
}