@charset "UTF-8";
@-webkit-keyframes ui-spinner-rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(180deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes ui-spinner-rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes ui-spinner-rotate-right {
  0% {
    -moz-transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(180deg);
  }

  50% {
    -moz-transform: rotate(180deg);
  }

  75% {
    -moz-transform: rotate(360deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-moz-keyframes ui-spinner-rotate-left {
  0% {
    -moz-transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(0deg);
  }

  
  50% {
    -moz-transform: rotate(180deg);
  }

  
  75% {
    -moz-transform: rotate(180deg);
  }

 
  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes ui-spinner-rotate-right {
 
  0% {
    transform: rotate(0deg);
  }


  25% {
    transform: rotate(180deg);
  }

  
  50% {
    transform: rotate(180deg);
  }

  
  75% {
    transform: rotate(360deg);
  }


  100% {
    transform: rotate(360deg);
  }
}

@keyframes ui-spinner-rotate-left {
  
  0% {
    transform: rotate(0deg);
  }

 
  25% {
    transform: rotate(0deg);
  }

  
  50% {
    transform: rotate(180deg);
  }

 
  75% {
    transform: rotate(180deg);
  }

 
  100% {
    transform: rotate(360deg);
  }
}

.ui-spinner {
  position: relative;
  border-radius: 100%;
}

.ui-spinner .side {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.ui-spinner .side .fill {
  border-radius: 999px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.ui-spinner .side-left {
  left: 0;
}

.ui-spinner .side-left .fill {
  left: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-animation-name: ui-spinner-rotate-left;
  -moz-animation-name: ui-spinner-rotate-left;
  -ms-animation-name: ui-spinner-rotate-left;
  -o-animation-name: ui-spinner-rotate-left;
  animation-name: ui-spinner-rotate-left;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.ui-spinner .side-right {
  left: 50%;
}

.ui-spinner .side-right .fill {
  left: -100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-animation-name: ui-spinner-rotate-right;
  -moz-animation-name: ui-spinner-rotate-right;
  -ms-animation-name: ui-spinner-rotate-right;
  -o-animation-name: ui-spinner-rotate-right;
  animation-name: ui-spinner-rotate-right;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1;
}

.ui .btn {
	font-size:2.0em;
}

/*.ui {
  width: 100%;
  position: absolute;
  margin: 30px 0 0 0;
  font-size: 2.0em;  
  top:0px;
}

.ui .next, .ui .prev {  
  display: inline-block;
  color: #CDD3D1;
  cursor: pointer;
  width:50%;
}
.ui .next {
 right: 0px;
}
.ui .prev {
  left: 0px;
}*/

.ui { 
	position:absolute;
	height:10%;
	top:0px;
	width:100%;
	max-width:960px;
	margin:0px;
	padding:10px;
	pointer-events:none;
}

.ui .btn {
	font-size:0.9em;
	opacity:0.6;
	color:#808080;
	pointer-events:all;
}

.ui-spinner {
  width: 46px;
  height: 46px;
  background: #dddddd;
}

.ui-spinner .side .fill {
  background: #3c76ca;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  opacity: 0.8;
}

.ui-spinner:after {
  content: "";
  background: transparent;
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  top: 9px;
  left: 9px;
  display: block;
}


body {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  background-color: #f8f8f8;
  text-align: center;
  margin: 0px 50px 50px 50px;    
}

body table {
  font-size: 12px;
}

body h1 {
  color: #444752;
  font-size: 6.0em;
  margin: 0;
}

body h2 {
  color: #444752;
  font-size: 2em;
  padding: 10px 0px 10px 0px;
  margin:0px;
}

body h3 {
  color:#444752;
  font-size: 1.2em;
}

body .threesixty-wrapper {
  margin: 10px;
  max-width: 960px;
  position: relative;
}

body .threesixty-wrapper .threesixty {
  display: block;
  /*width: 960px;*/
  /*height: 540px;*/
}

body .threesixty-wrapper .threesixty .ui-spinner {
  width: 50px;
  height: 50px;
  background: #CDD3D1;
}

body .threesixty-wrapper .threesixty .ui-spinner .side .fill {
  background: #444752;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  opacity: 0.8;
}

body .threesixty-wrapper .threesixty .ui-spinner:after {
  content: "";
  background: transparent;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 10px;
  left: 10px;
  display: block;
}

body .threesixty-wrapper .threesixty .ui-spinner {
  margin: 270px auto;
}

body .threesixty-wrapper .label {
  margin: 20px auto;
  display: block;
}


.footer  { color:#94A2A2; margin-top:10px;font-size:90%; }

@media all and  (max-width: 680px) and (min-width:480px) {
	.btn { font-size:90%; padding:6px;}
}

@media (max-width: 480px) {
  body h2,h3,h4,h5,h6{
	  font-size: 80%;
  }

  body h1 { 
	  font-size:2em;
  }

  body { 
	  margin:0px 10px 10px 10px;
  }

  .btn { font-size:80%; padding:2px;}
  /*.vto-toolbar { 
	  float: left!important;
  }*/

}
