html, body {
	height: 100%;
	min-height: 100%
}
body {
	background-color: #eee;
	overflow: hidden;
}
.container {
	background-color: #fdfdfd;
	padding: 0 25px;
	min-height: 100%;
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15)
}
header {
	margin-top: 30px
}
header .title-heading {
	color: #5a5a5a;
	font-weight: normal;
	letter-spacing: -1px;
	padding-bottom: 10px
}
.stage, footer {
	margin-bottom: 30px
}
.slider-val {
	font-weight: bold
}
.col-icon {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
option:disabled {
	background-color: #f5f5f5
}
.ribbon {
	position: relative;
	color: #fdfdfd;
	background: #4a8bf5;
	font-size: 20px;
	float: right;
	padding: 10px 20px 10px 30px;
	margin-top: 10px;
	margin-right: -35px;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkOTBmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ3ODdlZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #4d90fe), color-stop(100%, #4787ed));
	background: -moz-linear-gradient(top, #4d90fe, #4787ed);
	background: -webkit-linear-gradient(top, #4d90fe, #4787ed);
	background: linear-gradient(to bottom, #4d90fe, #4787ed);
	-moz-box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.25);
	box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.25)
}
.ribbon:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #666;
	z-index: -1
}
.no-preserve3d .group-3d {
	display: none !important
}
.no-cssanimations .group-animation {
	display: none !important
}
audio{
	position: relative;
	display: block;
    margin: 0 auto;
    z-index: 10
}
@media only screen and (min-width: 948px) {
	.col-md-12{
		-ms-transform: translate(-50%,-50%); 
		-webkit-transform: translate(-50%,-50%); 
		transform: translate(-50%,-50%);
		top: 50%;
		left: 50%; 
		position: absolute;
	}
}
@media only screen and (max-width: 624px) {
    .container {
    	overflow: hidden;
		width: 100%;
		box-sizing: border-box;
		padding: 0 6px;
    }
    .row.stage{
    	margin: 0;
    }
    .stage{
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	overflow: hidden;
    }
    .col-md-12{
    	-ms-transform: translate(-50%,-50%);
	    -webkit-transform: translate(-50%,-50%); 
	    transform: translate(-50%,-50%);
    	transform: translate(-50%,-50%);
  		top: 50%;
  		left: 50%;
  		position: relative;
  		margin-top: -32px;
    }
}