/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

/** { margin: 0; padding: 0; }*/
/*html { background: black; }*/
/*body { */
	/*font: 14px Georgia, serif; */
	/*background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #3b3b3b),color-stop(1, #000000));*/
	/*background-repeat: no-repeat;*/
	/*min-height: 350px;*/
	/**/
/*}*/
#page-wrap { width: 720px; margin: 0 auto; padding-top: 100px; }

#well, #well2 {
    width: 300px;
    height: 40px;
    margin: auto;
	padding: 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #ccccff;
	background-color: #ccccff;
	overflow: hidden; 
	-webkit-user-select: none;
}

@-webkit-keyframes slidetounlock {
	0% {
		background-position: -720px 0;
	}
	100%{
		background-position: 720px 0;
	}
}

h2.slider-h2 {
    background: -moz-linear-gradient(left, #4d4d4d, 0.4, #4d4d4d, 0.5, white, 0.6, #4d4d4d, #4d4d4d); 
    background: -webkit-gradient(linear,left top,right top,color-stop(0, #4d4d4d),color-stop(0.4, #4d4d4d),color-stop(0.5, white),color-stop(0.6, #4d4d4d),color-stop(1, #4d4d4d)); 
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-animation: slidetounlock 5s infinite;
    width: 100%;
    font-size: 11pt;
    font-stretch: ultra-condensed;
    font-weight: bold;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

img.unlock-slider {
	background: url(../../img/slide-to-unlock/arrow.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 38px;
    float: left;
}
