@CHARSET "UTF-8";

#vortex {
	margin: auto;
	margin-top: 30px;
}

div.control-panel button {
	margin-bottom: 10px;
	width: 250px;
}

/* Subhead (other pages)
------------------------- */
.subhead {
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.subhead h1 {
	font-size: 60px;
}

.subhead p {
	margin-bottom: 20px;
}

.subhead .navbar {
	display: none;
}

/* Jumbotrons
-------------------------------------------------- */

/* Base class
------------------------- */
.jumbotron {
	position: relative;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
	background: #3f4c6b; /* Old browsers */
	background: -moz-linear-gradient(top, #3f4c6b 0%, #3f4c6b 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f4c6b),
		color-stop(100%, #3f4c6b) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3f4c6b 0%, #3f4c6b 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3f4c6b 0%, #3f4c6b 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3f4c6b 0%, #3f4c6b 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #3f4c6b 0%, #3f4c6b 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(     startColorstr='#3f4c6b',
		endColorstr='#3f4c6b', GradientType=0 ); /* IE6-9 */
}

.jumbotron h1 {
	font-size: 80px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
}

.jumbotron p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 30px;
}

/* Link styles (used on .masthead-links as well) */
.jumbotron a {
	color: #fff;
	color: rgba(255, 255, 255, .5);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.jumbotron a:hover {
	color: #fff;
	text-shadow: 0 0 10px rgba(255, 255, 255, .25);
}

/* Download button */
.masthead .btn {
	padding: 19px 24px;
	font-size: 24px;
	font-weight: 200;
	color: #fff; /* redeclare to override the `.jumbotron a` */
	border: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 5px
		rgba(0, 0, 0, .25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 5px
		rgba(0, 0, 0, .25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 5px
		rgba(0, 0, 0, .25);
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.masthead .btn:hover {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 5px
		rgba(0, 0, 0, .25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 5px
		rgba(0, 0, 0, .25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 5px
		rgba(0, 0, 0, .25);
}

.masthead .btn:active {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1), 0 1px 0
		rgba(255, 255, 255, .1);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1), 0 1px 0
		rgba(255, 255, 255, .1);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1), 0 1px 0
		rgba(255, 255, 255, .1);
}

/* Pattern overlay
------------------------- */
.jumbotron .container {
	position: relative;
	z-index: 2;
}

.jumbotron:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: none repeat center center;
	opacity: .4;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) , only screen and (
		min--moz-device-pixel-ratio: 2) , only screen and (
	-o-min-device-pixel-ratio: 2/1) {
	.jumbotron:after {
		background-size: 150px 150px;
	}
}

/* Footer
-------------------------------------------------- */
.footer {
	text-align: center;
	padding: 30px 0;
	margin-top: 70px;
	border-top: 1px solid #e5e5e5;
	background-color: #f5f5f5;
}

.footer p {
	margin-bottom: 0;
	color: #777;
}

.footer-links {
	margin: 10px 0;
}

.footer-links li {
	display: inline;
	padding: 0 2px;
}

.footer-links li:first-child {
	padding-left: 0;
}

#github {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
}

#vortex a {
	width: 200px;
}

#vortex a img {
	width: 100%;
	height: 100%;
}

.square-button:nth-child(even) {
	height: 70px;
	position: absolute;
	width: 70px;
	background: rgb(63, 76, 107); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(63, 76, 107, 1) 0%,
		rgba(63, 76, 107, 1) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(63,
		76, 107, 1) ), color-stop(100%, rgba(63, 76, 107, 1) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(63, 76, 107, 1) 0%,
		rgba(63, 76, 107, 1) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(63, 76, 107, 1) 0%,
		rgba(63, 76, 107, 1) 100% ); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(63, 76, 107, 1) 0%,
		rgba(63, 76, 107, 1) 100% ); /* IE10+ */
	background: linear-gradient(to bottom, rgba(63, 76, 107, 1) 0%,
		rgba(63, 76, 107, 1) 100% ); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#3f4c6b',
		endColorstr='#3f4c6b', GradientType=0 ); /* IE6-9 */
}
.square-button:nth-child(odd) {
	height: 70px;
	position: absolute;
	width: 70px;
background: rgb(96,108,136); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,108,136,1)), color-stop(100%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */

}

#vortex .square-button div.number {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	display: block;
	margin: auto;
	text-align: center;
	position: relative;
	top: 25px;
}

#vortex .square-button.first {
	background: #ffa84c; /* Old browsers */
	background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa84c),
		color-stop(100%, #ff7b0d) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffa84c 0%, #ff7b0d 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(     startColorstr='#ffa84c',
		endColorstr='#ff7b0d', GradientType=0 ); /* IE6-9 */
}

#vortex.vortex-animating>* {
	background: rgb(136, 191, 232); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(136, 191, 232, 1) 0%,
		rgba(112, 176, 224, 1) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(136,
		191, 232, 1) ), color-stop(100%, rgba(112, 176, 224, 1) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(136, 191, 232, 1) 0%,
		rgba(112, 176, 224, 1) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(136, 191, 232, 1) 0%,
		rgba(112, 176, 224, 1) 100% ); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(136, 191, 232, 1) 0%,
		rgba(112, 176, 224, 1) 100% ); /* IE10+ */
	background: linear-gradient(to bottom, rgba(136, 191, 232, 1) 0%,
		rgba(112, 176, 224, 1) 100% ); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(       startColorstr='#88bfe8',
		endColorstr='#70b0e0', GradientType=0 ); /* IE6-9 */
}

#vortex-deep-example .square-button {
	width: 60px;
	height: 60px;
	border-radius: 30px;
}

#vortex-deep-example {
	width: 150px;
	height: 150px;
	position: relative;
	z-index: 0;
	margin: 40px auto 40px;
}