/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15 Mar, 2017, 10:17:17 AM
    Author     : user
*/
/* CSS Document */
body, html {
    height: 100%;
}

body {
    padding:0;
    margin:0;
}
.country-wrap {
    position:relative;
    width:100%;
    height:100%;
    /*overflow:hidden;*/
}
.trunk {
    width:20%;
    height:30%;
    background:brown;
}
/*styles for car*/
.car {
    position:absolute;
    top:-50px;
    left: 80%;
    z-index:10;
    -moz-animation:myfirst 7s;
    -webkit-animation:myfirst 7s;
}
@-moz-keyframes myfirst 
{
    0%   {left:16%;}
    100% {left:80%;}
} 
@-webkit-keyframes myfirst
{
    0%   {left:16%;}
    100% {left:80%;}
}

/*Pulse Effect*/
@-webkit-keyframes pulse {       
    0% {-webkit-transform: scale(0); opacity: 0;}
    8% {-webkit-transform: scale(0); opacity: 0;}
    15% {-webkit-transform: scale(0.1); opacity: 1;}
    30% {-webkit-transform: scale(0.5); opacity: 1;}
    100% {opacity: 0; -webkit-transform: scale(1);}
}

@-moz-keyframes pulse {       
    0% {-moz-transform: scale(0); opacity: 0;}
    8% {-moz-transform: scale(0); opacity: 0;}
    15% {-moz-transform: scale(0.1); opacity: 1;}
    30% {-moz-transform: scale(0.5); opacity: 1;}
    100% {opacity: 0; -moz-transform: scale(1);}
}

.pulse_holder{
    display: block;
    position: absolute;
    top: 100px;
    left: 350px;
}
.pulse_holder .pulse_marker {
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 50px;
    font-size: 16px;
    color: #bbbcbe;
    padding-top: 15px;
}
.pulse_holder .pulse_rays {
    margin: 0 auto;
    border-radius: 100px;
    position: absolute;
    right: -28px;
    top: -28px;
    z-index: 10;
    background-color: transparent;
    opacity: 0.1;
    width: 130px;
    height: 130px;
    border: 2px solid rgb(255, 255, 255);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    -webkit-animation: pulse 2s linear infinite;
    -moz-animation: pulse 2s linear infinite;
    border-image: initial;
}
.one-minute{
    left: -49px;
    top: 154px;
}
.two-minute{
    left: 96%;
    top: 58%;
}
.five-minute{
    left: -5%;
    top: 65%;
}


 /*live journey solar system style start*/
 
.live-journey-content{
    position:relative;
}
.live-journey-inner-content{
    position: absolute;
    top: -240px;
    left:0;
	width:100%;
    right: 0;
    bottom: 0;
}
.skills-circle-wrap {
  width: 1000px;
  height: 1000px;
  position: relative;
  margin: 10px auto;
  pointer-events: fill;
  -webkit-transform: perspective(900px);
  transform: perspective(900px);
}

.skills-top-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: none;
  /*background: #3a3f53;*/
}

.skills-circle {
  width: 1000px;
  height: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  transition: 3s all;
}

.skill-orbit {
  border: solid 1px #e7e7e7;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 3s all;
  transform: perspective(900px);
}
.skill-orbit:nth-child(1) {
  width: 100%;
  height: 100%;
}
.skill-orbit:nth-child(2) {
  width: 82.5%;
  height: 82.5%;
}
.skill-orbit:nth-child(3) {
  width: 65%;
  height: 65%;
}
.skill-orbit:nth-child(4) {
  width: 45%;
  height: 45%;
}

.skill-planet {
  width: 130px;
  height:130px;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 1s all;
}
.skill-planet span {
  display: block;
}


.skill-orbit:nth-child(1) .skill-planet {
  -webkit-animation: travelOrbit 15s infinite linear;
  animation: travelOrbit 15s infinite linear;
  -webkit-transform-origin: 50% 435%;
  transform-origin: 50% 435%;
}
.skill-orbit:nth-child(1) span {
  -webkit-animation: unrotate 15s infinite linear;
  animation: unrotate 15s infinite linear;
}
.skill-orbit:nth-child(1) span img{
    width:130px;
}
.skill-orbit:nth-child(2) .skill-planet {
  -webkit-animation: travelOrbit 35s infinite linear;
  animation: travelOrbit 25s infinite linear;
  -webkit-transform-origin: 50% 364%;
  transform-origin: 50% 364%;
}
.skill-orbit:nth-child(2) span {
  -webkit-animation: unrotate 25s infinite linear;
  animation: unrotate 25s infinite linear;
}
.skill-orbit:nth-child(2) span img{
    width:130px;
}
.skill-orbit:nth-child(3) .skill-planet {
  -webkit-animation: travelOrbit 15s infinite linear;
  animation: travelOrbit 15s infinite linear;
  -webkit-transform-origin: 50% 294%;
  transform-origin: 50% 294%;
}
.skill-orbit:nth-child(3) span {
  -webkit-animation: unrotate 15s infinite linear;
  animation: unrotate 15s infinite linear;
}
.skill-orbit:nth-child(3) span img{
    width:130px;
    animation: shrink 8s linear infinite;
}

.skill-orbit:nth-child(4) .skill-planet {
  -webkit-animation: travelOrbit 15s infinite linear;
  animation: travelOrbit 10s infinite linear;
  -webkit-transform-origin: 50% 220%;
  transform-origin: 50% 220%;
}
.skill-orbit:nth-child(4) span {
  -webkit-animation: unrotate 15s infinite linear;
  animation: unrotate 10s infinite linear;
}
.skill-orbit:nth-child(4) span img{
    width:130px;
    animation: shrink 4s linear infinite;
}

@-webkit-keyframes travelOrbit {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes travelOrbit {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes unrotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes unrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/*waves effect style*/
.circle {
  position: absolute; 
  height: 130px;
  width: 130px;
  border: 1px solid #c1a96b;  
  border-radius:60%;
  animation: wave 2s infinite linear;
  animation-fill-mode: both;     
}
.circle:nth-child(2) {
  animation-delay: 2.66s;  
}
.circle:nth-child(3) {
  animation-delay: 4.33s;  
}
.circle:nth-child(4) {
  animation-delay: 5.33s;  
}
/* stays on full alpha from 50 to 75 */ 
@keyframes wave {
  0% { 
    transform: scale(0);
    opacity: 0.0;  
  }
  25% {
    opacity: 0.0;
  }    
  50% {  
    opacity: 1.0;
  }
  75% {  
    opacity: 1.0;
  }    
  100% { 
    transform: scale(1);
    opacity: 0.0; 
  }
}
 /*live journey solar system style end*/
 