div.leaderboard {
    min-height: 90px;
    max-height: 90px;
    min-width: 728px;
    max-width: 728px;
    padding: 0px;
    margin: 0px;
    border: none;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    background-image: url('http://dummyimage.com/728x90/000000/fff&text=728+×+90+Banner');
}
.dark-primary-color    { background: #0288D1; }
.default-primary-color { background: #03A9F4; }
.light-primary-color   { background: #B3E5FC; }
.accent-color          { background: #FFC107; }
.text-primary-color    { color: #FFFFFF; }
.primary-text-color    { color: #212121; }
.secondary-text-color  { color: #727272; }
.divider-color         { border-color: #B6B6B6; }
div.loadmaskcover {
    /*background-color: rgba(166, 166, 166, 0.6);*/
    opacity: 0.4;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

div.middlewrapper {
    margin: auto;
    text-align: center;
}

div.loadmasktitle {
    text-align: center; 
    color: white; 
    font-size: 3em; 
    margin-top: 15%;
}

div.loadmasktitleright {
    color: white;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-left: 12px;
}

.spinnerwrapper {
    margin: auto;
    max-height: 300px;
    max-width: 300px;
    vertical-align: middle;
}

.spinner {
    height: 50%;
    margin: 25% auto auto;
    position: relative;
    width: 50%;
}

.container1 > div, .container2 > div, .container3 > div {
    width: 25%;
    height: 25%;
    background-color: white;
    border: 1px solid white;

    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: -1;
}


.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
    0%, 80%, 100% { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

div.logo {
  margin: 0 auto;
  position: relative;
  width: 90px;
  height: 90px;
  vertical-align: middle;
  display:inline-block;
}

div.initial {
  position: absolute;
  vertical-align: middle;
  padding: 0px;
  font-size: 48px;
  z-index: 2;
  top: calc(50% - 32px);
  width: 100%;
  text-align: center;
}

div.title {
    display: inline-block;
    font-size: 40px;
    margin-left: -38px;
    padding: 0 10px;
    position: relative;
    vertical-align: middle;
}

div.logo div.windrose {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: rotate(17.5deg);
  -webkit-animation: rot 20s infinite ease;
  animation: rot 20s infinite ease;
}

div.logo div.windrose > div {
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 50%;
  bottom: 50%;
  left: 0px;
  transform-origin: 100% 100%;
}

div.logo div.windrose > div:before {
  content: '';
  box-sizing: border-box;
  display: block;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  border-width: 14px;
  border-style: solid;
  transform: skewX(-35deg);
}


div.logo div.windrose div.arc-1 {
  transform: rotate(90deg) skewX(35deg);
}

div.logo div.windrose div.arc-2 {
  transform: rotate(180deg) skewX(35deg);
}

div.logo div.windrose div.arc-3 {
  transform: rotate(270deg) skewX(35deg);
}

div.logo div.windrose div.arc-4 {
  transform: rotate(360deg) skewX(35deg);
}

div.logo div.windrose > div.red:before {
  border-color: red;
}

div.logo div.windrose > div.green:before {
  border-color: green;
}

div.logo div.windrose > div.blue:before {
  border-color: blue;
}

div.logo div.windrose > div.orange:before {
  border-color: orange;
}

@keyframes rot
{
  0% {
    transform: rotate(17.5deg);
  }
  12.5% {
    transform: rotate(17.5deg);
  }
  25% {
    transform: rotate(107.5deg);
  }
  37.5% {
    transform: rotate(107.5deg);
  }
  50% {
    transform: rotate(197.5deg);
  }
  62.5% {
    transform: rotate(197.5deg);
  }
  75% {
    transform: rotate(287.5deg);
  }
  87.5% {
    transform: rotate(287.5deg);
  }
  100% {
    transform: rotate(377.5deg);
  }
}

@-webkit-keyframes rot
{
  0% {
    transform: rotate(17.5deg);
  }
  12.5% {
    transform: rotate(17.5deg);
  }
  25% {
    transform: rotate(107.5deg);
  }
  37.5% {
    transform: rotate(107.5deg);
  }
  50% {
    transform: rotate(197.5deg);
  }
  62.5% {
    transform: rotate(197.5deg);
  }
  75% {
    transform: rotate(287.5deg);
  }
  87.5% {
    transform: rotate(287.5deg);
  }
  100% {
    transform: rotate(377.5deg);
  }
}
html, body {
    margin: 0;
    padding: 0;
}

div.pagewrapper {
    margin: 0 auto;
}

div.logowrapper {
    margin: 0 auto;
    display: inline-block;
}

div.grid {
    text-align: center;
}

div.grid > div {
    display: inline-block;
}

.hw100 {
    height: 100%;
    width: 100%;
}

.w100 {
    width: 100%;
}

div.view-animate {
    margin-bottom: 90px;
}

div.bottomad {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    text-align: center;
    z-index: 100000;
    background-color: rgba(3, 169, 244, 0.6);
    -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;
    -moz-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;
    -o-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;
    transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;
}

div.bottomad > div.scrolltop,
div.bottomad > div.bottomAdOpenClose {
    border-radius: 100%;
    cursor: pointer;
    font-size: 28px;
    height: 45px;
    padding-right: 4px;
    padding-top: 4px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotateZ(0deg);
    -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;
    -moz-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;
    -o-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    width: 45px;
}

div.bottomad > div.bottomAdOpenClose {
    margin-top: 45px;
}

div.bottomad.ng-hide {
  left: calc(-100% + 45px);
  display: block !important;
}

div.bottomad.ng-hide > div.bottomAdOpenClose {
  transform: rotateZ(180deg);
}
ul.menu {
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

ul.menu > li {
    display: inline-block;
    margin: 5px;
    padding: 3px;
    width: 196px;
    font-weight: bold;
    cursor: pointer;
}
div.dummyadwrapper,
div.adwrapper {
    min-width: 250px;
    max-width: 250px;
    vertical-align: top;
    margin: 5px;
}

div.adwrapper {
    height: 250px;
    border: 1px solid gray;
    cursor: pointer;
}

div.adwrapper >  div.description {
    opacity: 0;
    padding: 5px;
    -webkit-transition: all 0.6s ease; /* Safari */
    transition: all 1s ease;
    margin-top: -100%;
    max-height: 248px;
    overflow: hidden;
}

div.adwrapper:hover >  div.description {
    opacity: 1;
    margin-top: 0;
    max-height: 350px;
    overflow: auto;
}

div.adwrapper:hover {
}

div.adwrapper > div {
    background-repeat: no-repeat !important;
    background-position: top left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #FFC107;
    color: #FFFFFF;
}

div.adwrapper:hover > div {
    position: relative;
    z-index: 250;
}

div.loader {
    height: 75px;
    width: 100%;
    position: relative;
}

div.loader div.loadmasktitleright {
    font-size: 1.6em;
}