.sb{
  overflow: auto;
  width: 100%;
  max-height:80%;

}
.tablet .sb{
  max-height:50%;
}

.sb *{
	font-family: "aileron-light-webfont",sans-serif;
	text-decoration:none;
}
.sb a{
	text-decoration: underline;
}

.sb-hide{
	display:none;
}
.sb-show{
	display:block;
}
.sb-content{
  margin: 0 auto;
  padding: 2%;
  text-align: center;
  width: 95%;
}
.sb-content-title{
  margin: 1% auto;
  width: 90%;
	text-align:center;
	clear:both;
}
.sb-content-row{
  float:left;
  margin: 1% auto;
  width: 100%;
	text-align:center;
}

.sb-content-text{
	float:left;
	width:50%;
	/*margin:1% auto;*/
	color:#fff;
}
.sb-content-text1{
	float:left;
	width:50%;
	/*margin:1% auto;*/
	color:#fff;
	text-align:left;
	text-decoration: underline;
}
.sb-content-text2{
	float:left;
	width:50%;
	/*margin:1% auto;*/
	color:#fff;
	text-align:right;
	text-decoration: underline;
}

.sb-content-continueBtn{
	width:70%;
	margin:1% auto;
	clear:both;
}

.btnfull .sb-content-continueBtn{
	width:100%;
	margin:0%;
}


.tablet .sb-content-continueBtn{
	width:15%;
	clear:none;
}
.sb-content img{
	max-width:100%;
	height:auto;
	margin:0 auto;
}


.sb-content-arrow{
	float:right;
	clear:left;
	/*width:13%;*/
	width:100%;
}
.tablet .sb-content-arrow{
	/*width:5%;*/
	width:100%;
	clear:left;
}

.simple .sb-content-arrow{
	display:none !important;
}

.simple .sb{
	float:left;
	display:block;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  overflow: auto;
  position: static;
  bottom: 0;
  width: 100%;
  margin:2% 0;
}

.simple .sb:first-child{
	display:none;
}

.info-off .span-text-bottomText{
	display:none;
}
			