.grouptrip .gif i.icon-right-dir:nth-of-type(1)	{ 
												-webkit-animation	: tripdirection 2s linear 0s infinite;
												-moz-animation		: tripdirection 2s linear 0s infinite;
												-o-animation		: tripdirection 2s linear 0s infinite;
												animation			: tripdirection 2s linear 0s infinite;}

.grouptrip .gif i.icon-right-dir:nth-of-type(2)	{ 
												-webkit-animation	: tripdirection 2s linear 0.3s infinite;
												-moz-animation		: tripdirection 2s linear 0.3s infinite;
												-o-animation		: tripdirection 2s linear 0.3s infinite;
												animation			: tripdirection 2s linear 0.3s infinite;}

.grouptrip .gif i.icon-right-dir:nth-of-type(3)	{ 
												-webkit-animation	: tripdirection 2s linear 0.6s infinite;
												-moz-animation		: tripdirection 2s linear 0.6s infinite;
												-o-animation		: tripdirection 2s linear 0.6s infinite;
												animation			: tripdirection 2s linear 0.6s infinite;}

.grouptrip .gif i.icon-right-dir:nth-of-type(5)	{ 
												-webkit-animation	: tripdirection 2s linear 0.9s infinite;
												-moz-animation		: tripdirection 2s linear 0.9s infinite;
												-o-animation		: tripdirection 2s linear 0.9s infinite;
												animation			: tripdirection 2s linear 0.9s infinite;}

.grouptrip .gif i.icon-right-dir:nth-of-type(6)	{ 
												-webkit-animation	: tripdirection 2s linear 1.2s infinite;
												-moz-animation		: tripdirection 2s linear 1.2s infinite;
												-o-animation		: tripdirection 2s linear 1.2s infinite;
												animation			: tripdirection 2s linear 1.2s infinite;}

.grouptrip .gif i.icon-right-dir:nth-of-type(7)	{ 
												-webkit-animation	: tripdirection 2s linear 1.5s infinite;
												-moz-animation		: tripdirection 2s linear 1.5s infinite;
												-o-animation		: tripdirection 2s linear 1.5s infinite;
												animation			: tripdirection 2s linear 1.5s infinite;}

									
@-webkit-keyframes tripdirection		{
   0%	{ color: #000; }
   50%	{ color: #fff; }
   100%	{ color: #000; }
}
@-moz-keyframes tripdirection			{
   0%	{ color: #000; }
   50%	{ color: #fff; }
   100%	{ color: #000; }
}
@-o-keyframes tripdirection				{
   0%	{ color: #000; }
   50%	{ color: #fff; }
   100%	{ color: #000; }
}
@keyframes tripdirection				{
   0%	{ color: #000; }
   50%	{ color: #fff; }
   100%	{ color: #000; }
}



.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}