.ashade-home-background {
	opacity: 0.75;
	transition: left 0.5s;
}


.ashade-page-background {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
}




/* --- Ashade Kenburns --- */
.ashade-kenburns-slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ashade-kenburns-slider > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
	opacity: 0;
}
.ashade-kenburns-slider > div.is-active {
	opacity: 1;
}


#shiva
{


	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
text-align:center;
  margin:5px;
  padding-top:10px;
}
.count
{
  line-height: 100px;
  color:white;
  font-size:80px;
  font-weight:bold;
}
#talkbubble {
   width: 120px;
   height: 80px;
 
   position: relative;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
  float:left;
  margin:20px;
}
#talkbubble:before {
   content:"";
   position: absolute;
   right: 100%;
   top: 26px;
   width: 0;
   height: 0;
   border-top: 13px solid transparent;
   border-right: 26px solid red;
   border-bottom: 13px solid transparent;
}

.linker
{
  font-size : 20px;
  font-color: black;
}




