@charset "UTF-8";
/* CSS Document */

html,
body{
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
}
body{
	font-family: "soc-Bold";
  text-align: center;
  line-height: 0.95;
  text-transform: uppercase;
	letter-spacing: 0.5px;
  background-color: rgba(129,129,129,1.00);
}
*,
*:before,
*:after{
  box-sizing: inherit;
}
#sv-container{
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(255,255,255,1.00);
}
#sv-candidate{
  position: absolute;
}
#sv-candidate img{
  width: auto;
}
#sv-candidate-name{
  position: absolute;
}
#sv-text{
  position: absolute;
}
#sv-logo{
  position: absolute;
  text-align: center;
}
#sv-logo img{
  width: auto;
  height: 100%;
}
#sv-a{
  position: absolute;
  overflow: hidden;
}
#sv-a img{
  width: 100%;
  height: auto;
}
.sv-red{
  color: rgb(240,77,70);
}
.ak-img{
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.7);
  box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.7);
}