https://github.com/Quasimondo/QuasimondoJS/tree/master/blur
http://stackoverflow.com/questions/19687846/using-a-div-to-blur-an-image-behind-it/19688466#19688466
http://abduzeedo.com/ios7-frosted-glass-effect-html-5-and-javascript
https://github.com/abduzeedo/ios7-blur-html5
http://html2canvas.hertzen.com/examples.html
http://codepen.io/Matori/pen/JFzok
http://fsasso.com/labs/blur/
https://css-tricks.com/frosting-glass-css-filters/
http://www.webdirections.org/blog/creating-ios-7-effects-with-css3-translucency-and-transparency/
http://abduzeedo.com/ios7-frosted-glass-effect-html-5-and-javascript
http://tympanus.net/Tutorials/ItemBlur/
http://www.aplweb.co.uk/blog/design/blurred-glass-container/
.glass-control{
border-color: #66afe9;
outline: 0;
/* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); */
/* box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); */
}