body
{
	-webkit-text-size-adjust: 100%;
}

div[id^="rootDiv"]
{
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	color: #000000;
	cursor: default;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-focus-ring-color: rgba(255, 255, 255, 0);
	outline: none;
	box-sizing: content-box;
}

div[id^="ISD"] *{
	box-Sizing: content-box;
}

.shadowClass
{
	box-shadow: 3px 3px 2px rgba(153,153,153,1);
}

.darkShadowClass
{
	box-shadow: 3px 3px 2px rgba(100,100,100,1);
}

.textShadowClass
{
	text-shadow: 0 -2px 4px #FFF,
	0 -4px 8px #FFF,
	0 -6px 12px #FFF,
	0 2px 4px #FFF,
	0 4px 8px #FFF,
	0 6px 12px #FFF;
}

.buttonClass
{
	text-align: center;
	background-image: url(//dcqhpema7gk9a.cloudfront.net/IND/HTML5/button.png);
	font-weight: bold;
	line-height: 36px;
	position: absolute;
	cursor: pointer;
}

.borderClass
{
	border: solid 1px #666666;
}

.activatedClass
{
	box-shadow: 0px 0px 3px 1px #FF6633;
}

.msTouchClass
{
	-ms-touch-action: none;
}

div
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.bubbly-button:before, .bubbly-button:after
{
	position: absolute;
	content: '';
	display: block;
	height: 100%;
	width: 140%;
	left: -20%;
	z-index: -1000;
	transition: all ease-in-out .5s;
	background-repeat: no-repeat;
	pointer-events: none;
}
		  
.bubbly-button:before
{
	display: none;
	top: -75%;
	background-image:  
	radial-gradient(circle, #3399cc 20%, transparent 20%),
	radial-gradient(circle,  transparent 20%, #3399cc 20%, transparent 30%),
	radial-gradient(circle, #3399cc 20%, transparent 20%), 
	radial-gradient(circle, #3399cc 20%, transparent 20%),
	radial-gradient(circle,  transparent 10%, #3399cc 15%, transparent 20%),
	radial-gradient(circle, #3399cc 20%, transparent 20%),
	radial-gradient(circle, #3399cc 20%, transparent 20%),
	radial-gradient(circle, #3399cc 20%, transparent 20%),
	radial-gradient(circle, #3399cc 20%, transparent 20%);
	background-size: 15px 15px, 30px 30px, 22px 22px, 30px 30px, 27px 27px, 15px 15px, 22px 22px, 15px 15px, 27px 27px;
}
		  
.bubbly-button:after
{
	display: none;
	bottom: -75%;
	background-image:  
	radial-gradient(circle, #3399cc 20%, transparent 20%), 
	radial-gradient(circle, #3399cc 20%, transparent 20%),
	radial-gradient(circle,  transparent 10%, #3399cc 15%, transparent 20%),
	radial-gradient(circle, #3399cc 20%, transparent 20%),
	radial-gradient(circle, #3399cc 20%, transparent 20%),
	radial-gradient(circle, #3399cc 20%, transparent 20%),
	radial-gradient(circle, transparent 10%, #3399cc 15%, transparent 20%);
	background-size: 22px 22px, 30px 30px, 27px 27px, 30px 30px, 22px 22px, 15px 15px, 30px 30px;
}
		 
.bubbly-button:active
{
	background-color: darken(#3399cc, 5%);
}
	  
.bubbly-button.animate:before
{
	display: block;
	animation: topBubbles ease-in-out 0.75s forwards;
}

.bubbly-button.animate:after
{
	display: block;
	animation: bottomBubbles ease-in-out 0.75s forwards;
}
		  
@keyframes topBubbles
{
	0%{
		background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
	}
	50% {
		background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;}
	100% {
		background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
		background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
	}
}

@keyframes bottomBubbles 
{
	0%{
		background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
	}
	50% {
		background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;}
	100% {
		background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
		background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
	}
}

.curl{
  overflow: hidden;
  box-shadow: 0 8px 5px rgba(0, 0, 0, 0.4);
}

.curl:after{
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: rotate(45deg) translateX(70%) scale(1.4);
  background: linear-gradient(to right, #ccc 0%,  #fff 35%);
}

.curl.rightcorner:after{
  left: auto;
  right: 0;
  transform: rotate(135deg) translateX(70%) scale(1.4);  
}

@media (max-width: 480px)
{
	.cf-question
	{
		padding: 5px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.cf-page__main
	{
		margin: 2px;
	}
}

@media (max-width: 1024px)
{
	.cf-question
	{
		padding: 5px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.cf-page__main
	{
		margin: 2px;
	}
}