/*****************************************

		CUSTOM CSS

******************************************/

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.bramborka.com/templates/joomspirit_127/fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('https://www.bramborka.com/templates/joomspirit_127/fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.bramborka.com/templates/joomspirit_127/fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.bramborka.com/templates/joomspirit_127/fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://www.bramborka.com/templates/joomspirit_127/fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.bramborka.com/templates/joomspirit_127/fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* lora-regular - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.bramborka.com/templates/joomspirit_127/fonts/lora-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lora Regular'), local('Lora-Regular'),
       url('https://www.bramborka.com/templates/joomspirit_127/fonts/lora-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.bramborka.com/templates/joomspirit_127/fonts/lora-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.bramborka.com/templates/joomspirit_127/fonts/lora-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://www.bramborka.com/templates/joomspirit_127/fonts/lora-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.bramborka.com/templates/joomspirit_127/fonts/lora-v12-latin-regular.svg#Lora') format('svg'); /* Legacy iOS */
}


#earth {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 3em auto;
  background: url(https://www.bramborka.com/images/em.jpg) 0 0 repeat;
  border-radius: 50%;
  background-size: 630px;
  animation: rotate 4s linear infinite;
  transition: transform 200ms linear;
  transform-style: preserve-3d;
  box-shadow: inset 20px 0 80px 6px rgba(0, 0, 0, 1);
  color: #000;
}

#earth:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: -80px 15px 80px 10px rgba(0,0,0,.9) inset;
}

#earth:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
  background: radial-gradient(circle at 100px 100px, #fff, #000);
}

@keyframes rotate {
  0% {background-position: 0 0;}
  100% {background-position: 630px 0;}
}
