/*****************************CSS MOBILE*************************************************************/
@media (max-width: 639px) and (min-width: 320px){
.card-heading {
	    display: none;
}
}
/*****************************CSS MOBILE*************************************************************/
input{
	
	box-sizing: border-box;border: 1px solid #ebebeb;padding: 14px 20px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;-o-border-radius: 5px;-ms-border-radius: 5px;font-size: 14px;
}
.bh{
	font-size:20px;
}
.sprite {
    background-image: url(../../images/spritesheet1.png);
    background-repeat: no-repeat;
}

.sprite-2{
    background-position: -5px -5px;
}

.sprite-SiNews_Interior-Banner {
     background-position: 1px -976px;
      background-size: cover;
}