@CHARSET "UTF-8";

@media (min-width:769px){
  .secureplace{
	margin-left:41%;
	margin-right:41%;
	max-width:165px;width:100%;
	}
}
@media (max-width:768px){
  .secureplace{
	margin-left:38%;
	max-width:166px;width:100%;
	}
}
@media (max-width:650px){
  .secureplace{
	margin-left:35%;
	margin-right:38%;
	
	}
}
@media (max-width:500px){
  .secureplace{
	margin-left:30%;
	max-width:163px;
	}
}
@media (max-width:420px){
  .secureplace{
	margin-left:25%;
	max-width:163px;
	}
}
@media (max-width:360px){
  .secureplace{
	margin-left:20%;
	max-width:163px;
	}
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 1.5s linear infinite;
  -moz-animation: rotating 1.5s linear infinite;
  -ms-animation: rotating 1.5s linear infinite;
  -o-animation: rotating 1.5s linear infinite;
  animation: rotating 1.5s linear infinite;
}