#sticker{
	position: absolute;
    z-index: 10000;
    width: 100%;
    padding: 20px 2%;
    bottom: 0;
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.6);
	
	display: none;
	
	font-family: "Montserrat";
	
	-ms-user-select:none;
   -moz-user-select:none;
   -webkit-user-select:none;
   -webkit-touch-callout: none;
   -khtml-user-select: none;
    user-select:none;
}
#stickerTitle, #textTitle{
	font-size: 2em;
	border-bottom: 1px dotted #666666;
}
#stickerSubtitle, #textSubtitle{
	margin-bottom: 10px;
    font-size: 1.6em;
}
#stickerSubtitle {
	display: none;
}

#textWrapper{
	position: absolute;
    bottom: 0;
    z-index: 10001;
    width: 100%;
    padding: 10px 2% 20px;
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.6);
	
	display:none;
	
	font-family: "Montserrat";
	
	-ms-user-select:none;
   -moz-user-select:none;
   -webkit-user-select:none;
   -webkit-touch-callout: none;
   -khtml-user-select: none;
    user-select:none;
}
#textScroller{

}
#textHeader, #stickerClose{
    position: absolute;
    right: 1%;
}
#textBody{

}
#textTitle{
    margin-bottom: 10px;
}
#textSubtitle{
	
}
#textText{
	font-size: 1.2em; 
    font-weight: 300 !important;
}
#closeText, #closeSticker{
	max-width: 50px;
}

@media (max-width: 767px) {
	#textTitle, #stickerTitle {
		font-size: 2.5em;
	}
	#stickerSubtitle, #textSubtitle{
		font-size: 2em;
	}	
	#textText{
		font-size: 1.7em;
		line-height: 1.3em;
	}
	
}
