.whitey {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 60px;
    background: url(./images/vhs-assets-css-1236a3634d82707d465a7b00265f2697.png ) center top no-repeat;
    z-index: 100;
}
.header {
    position: relative;
}


.master-slider-parent h2,
.master-slider-parent p
{
    font-size: 36px;
    line-height: 100%;
    font-weight: 100;
    color: #fff;
    margin: 0;

}
.master-slider-parent p {
    font-size: 25.6px;
}

.master-slider-parent h2 {
    font-weight: bold;
    margin-bottom: 0;
}

.header {
    z-index: 10000;
}

.language-selector a {
    margin-right: 2px;
}

.fading_out {
    -webkit-animation-name: fadout;
    animation-name: fadout;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    display: block !important;
    visibility: visible;
}

@-webkit-keyframes fadout {
    0%   {opacity: 0;}
    15%  {opacity: 1;}
    85%  {opacity: 1;}
    100% {opacity: 1;}
}
@keyframes fadout {
    0%   {opacity: 0;}
    15%  {opacity: 1;}
    85%  {opacity: 1;}
    100% {opacity: 1;}
}

.carousel {
    position: relative;
}
.carousel li   {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 0;
    display: none;
    min-width: 100%;
    display: block;
    visibility: visible;
}

.tp-simpleresponsive >ul >li:first-child {
    visibility: visible;
}
.banner .fading_out  .big-white
{
    font-size: 36px;
    line-height: 100%;
    font-weight: 100;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(0, -30%);

    opacity: 0;
    display: block;

    visibility: visible;
    animation: fadeInBottom 0.6s ease-out forwards;
    animation-delay: 1.4s;

}


@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translate(0, -30%); /* lower than center */
    }
    to {
        opacity: 1;
        transform: translate(0, -50%); /* perfect vertical centering */
    }
}

.banner .big-white h2 {
    margin-bottom: 10px;
}
.banner  .fading_out .big-white {
    display: block;
}

*:focus {
    outline: 3px solid #1b3d85      ;
    outline-offset: 2px;
}


.top-menu li.current-menu-item a {
    color: #dadada;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    overflow: visible;
}
.language-selector {
    display: flex;
    list-style-type: none;
}

.toolbar {
    position: absolute;
    right: 0;
    bottom: -23px;
    z-index: 5;
}

  .toolbar .btn {
    border: 1px solid #d5d5d5;
    color: #173f87;
    background: #fff;
    margin-left: 10px;
}


.home .toolbar {
    bottom: -80px;
}

.home  .toolbar .btn {
    background:transparent;
    color: white;
}

.toolbar {
 
    z-index: 50000000000;
}

input[type=submit] {
	cursor: pointer;
}


@media screen and (max-width: 480px) {
  
.home  .toolbar  {
   bottom: -120px;
    left: 50%;
    transform: translate(-50%, -0%);
  }
	
	.banner .big-white h2 {
    margin-bottom: 10px;
    line-height: 34px;
    font-size: 24px;
}
	
}

