/* overlay */
.header {
    position: relative;
    height: 85vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    object-fit: cover;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

* { box-sizing: border-box; }
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}

.header .container {
    position: relative;
    z-index: 2;
}

.header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.25;
    z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
    .header {
        background-color: #ff0000;
    }

    .header video {
        display: none;
    }
}

/* news */

.b-0 {
    bottom: 0;
}

.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}

.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}

.overflow {
    position: relative;
    overflow: hidden;
}

.zoom img {
    transition: all 0.2s linear;
}

.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.stepper
    .line {
        width: 2px;
        background-color: lightgrey !important;
    }

.myRed{
    border-left: 3px solid transparent;
    -webkit-transition: width 2s, height 2s, background-color 2s, -webkit-transform 2s;
    transition: width 0.4s, height 0.4s, background-color 2s, border-left-color 0.5s, transform 0.4s;
}

.myRed:hover {
    border-left: 3px solid crimson;
}

.myRed:target {
    border-left: 3px dashed #262626;
}

.back-to-top {
    position: fixed;
    bottom: 1.2rem;
    right: 1.2rem;
    z-index: 2100;
    opacity: 0.61;
}

/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2107;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 1.2rem;
    transition: 0.5s;
}

.opened {
    width: 250px;
}

/* The navigation menu links */
.sidenav a {
    padding-left: 1rem;
    padding-right: 1rem;
    text-decoration: none;
    color: #bfbfbf;
    display: block;
    transition: 0.3s;
    z-index: 2108;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    background-color: #3d3a3a;
    color: #e7e7e7;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    margin-left: 5px;
    font-size: 2rem;
}

.pricing-divider {
    border-radius: 20px;
    background: #C64545;
    padding: 1em 0 4em;
    position: relative;
}
.blue .pricing-divider{
    background: #2D5772;
}
.green .pricing-divider {
    background: #1AA85C;
}
.red b {
    color:#C64545
}
.blue b {
    color:#2D5772
}
.green b {
    color:#1AA85C
}
.pricing-divider-img {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 80px;
}
.deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.img-float {
    width:50px; position:absolute;top:-3.5rem;right:1rem
}

.pricing-item {
    transition: all 150ms ease-out;
}
.pricing-item:hover {
    transform: scale(1.05);
}
.pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}
.pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}

a {text-decoration: none !important;}

.myNews:hover
{
    filter: brightness(1.2);
    filter: contrast(130%);
    transition: all 0.3s linear;
}

.d4 {
    background-color: #E94A4A;
    -webkit-clip-path: polygon(0 4vw,100% 0,100% 100%,0 calc(100% - 3vw));
    clip-path: polygon(0 4vw,100% 0,100% 100%,0 calc(100% - 3vw));
}

.d3 {
    background-color: #E94A4A;
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 calc(100% - 3vw));
    clip-path: polygon(0 0,100% 0,100% 100%,0 calc(100% - 3vw));
}

.d2 {
    background-color: #E94A4A;
    -webkit-clip-path: polygon(0 3vw,100% 0,100% 100%,0 calc(100% - 3vw));
    clip-path: polygon(0 3vw,100% 0,100% 100%,0 calc(100% - 3vw));
}

.d1 {
    background-color: #E94A4A;
    -webkit-clip-path: polygon(0 3vw,100% 0,100% 100%,0 calc(100% - 3vw));
    clip-path: polygon(0 3vw,100% 0,100% 100%,0 calc(100% - 3vw));
}