*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html, body { height: 100%; }
body {
	background: #29a879;
	color: #fff;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	text-rendering: optimizeLegibility;
}

h1, h2, h3 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 300;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
}
h1 {}
h2 {
	font-size: 26px;
	margin: 0 0 1em 0;
}
p, span.shim {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}
a:not(.btn) { border-bottom: 1px solid #f6f6f6; }

h2 + p { margin-top: -.5em; }

/* Layout */
.vwrap {
	display: table;
	height: 100%;
	width: 100%;
}
.vgroup {
	display: table-cell;
	vertical-align: middle;
}
.wrap { padding: 0 5%; }

#bg {
	background: #30b55a;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
#bg:after {
	background: linear-gradient(to bottom, rgba(113,196,63,.95) 0%, rgba(33,168,126,.93) 100%);
	bottom: 0;
	content: '';
	left: 0;
	opacity: .93;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 300;
}
#sonos-wrap {
	position: relative;
	margin: 0 auto;
	padding: 3em 0;
	max-width: 600px;
	width: 80%;
}
#sonos-wrap.inner-header:not(.no-nav) { padding: 4.5em 0 2.5em 0; }
#sonos-wrap.inner-header.no-nav { padding: 1em 0 0 0; }

.btn {
	background: #fff;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,.84) 100%);
	box-shadow: rgba(0,0,0,.05) 0 1px 0;
	border-radius: 100px;
	color: #30b55a;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	padding: .8em 1.7em .9em 1.7em;
	text-align: center;
	text-decoration: none;
}
.btn.green {
	background: #30b55a;
	color: #fff;
}
.btn:not(.outline):hover { opacity: .84; }
.btn.outline {
	background: transparent;
	box-shadow: inset #fff 0 0 0 1px, rgba(0,0,0,.05) 0 1px 0;
	color: #fff;
}
.btn.outline:hover { background: rgba(255,255,255,.12); }
.btn.small {
	font-size: 12px;
	font-weight: 600;
	padding: .5em 1.6em;
	text-transform: uppercase;
}

/* Header */
#header {
	padding-bottom: 1em;
	position: relative;
}
#header span, span.shim {
	display: block;
	padding: 4px 0 5px 0;
}
#logo {
	background: transparent url(/_i/alexa/jiosaavn-logo.png) center center no-repeat;
	height: 105px;
	width: 105px;
}
#sonos-logo {
	background: transparent url(../_i/sonos-logo.png) center center no-repeat;
	height: 40px;
	width: 210px;
}
#logo, #sonos-logo {
	background-size: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-indent: 100%;
}

.inner-header #header { margin-bottom: 1.5em; }
.inner-header #header:after {
	background: rgba(255,255,255,.26);
	bottom: 0;
	content: '';
	height: 1px;
	left: 40%;
	position: absolute;
	right: 40%;
}
.inner-header #header span {
	display: inline-block;
	margin: 0 0 .5em 0;
	padding: 0 6px;
	vertical-align: middle;
}
.inner-header #logo, .inner-header #sonos-logo {
	display: inline-block;
	margin: 0 0 .5em 0;
	vertical-align: middle;
}
.inner-header #logo {
	height: 62px;
	width: 62px;
}
.inner-header #sonos-logo {
	height: 32px;
	width: 168px;
}


/* Nav */
#nav {
	background: #f6f6f6;
	background: rgba(255,255,255,.93);
	box-shadow: rgba(0,0,0,.07) 0 2px 0;
	height: 3em;
	left: 0;
	padding: 1em 0;
	position: fixed;
	right: 0;
	top: 0;
}
#nav p {
	color: #30b55a;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
}
#prev, #next {
	position: absolute;
	top: .6em;
}
#prev { left: .7em; }
#next { right: .7em; }


/* Pages */
.btn-group { padding: .1em 0 1em 0; }
.btn-group .btn, .btn-group input[type=text], .btn-group input[type=password] {
	display: block;
	margin: .75em auto;
	width: 284px;
}
#content img {
	display: block;
	margin: 0 auto 1em auto;
}

.btn-group.app-stores .btn {
	border-radius: 10px;
	display: inline-block;
	margin: 0 5px;
	padding-left: 62px;
	position: relative;
	text-align: left;
	width: 210px !important;
}
.btn-group.app-stores .btn:after {
	content: '';
	height: 50px;
	left: 0;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	width: 52px;
}
.btn-group.app-stores .btn.apple:after { background: transparent url(../_i/apple.png) center center no-repeat; }
.btn-group.app-stores .btn.google:after { background: transparent url(../_i/google.png) center center no-repeat; }
.btn-group.app-stores .btn span {
	display: block;
	font-size: 12px;
}
@media (max-width: 600px) {
	.btn-group.app-stores .btn {
		display: block;
		margin: .75em auto;
		
	}
}


/* Form */
input[type=text], input[type=password] {
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #ccc;
	border-color: rgba(0,0,0,.12);
	border-radius: 100px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	display: block;
	font-size: 14px;
	margin: 0;
	padding: .8em .9em .9em .9em;
	text-align: inherit;
	text-shadow: none;
	width: 100%;
}
::-webkit-input-placeholder { color: #afbac3; }
:-moz-placeholder { color: #afbac3; }
::-moz-placeholder { color: #afbac3; }
:-ms-input-placeholder { color: #afbac3; }
span.shim { font-size: 14px; }



/* Portrait / Landscape / Small Screen Tweaks */
@media (max-width: 768px) {
	#bg { position: fixed; }
	#sonos-wrap {
		position: relative;
		margin: 0;
		max-width: none;
		width: auto;
	}
}
@media (max-width: 480px) {
	.inner-header #header:after {
		left: 30%;
		right: 30%;
	}
	
	/* Pages */
	#content .btn, .btn-group .btn, .btn-group input[type=text], .btn-group input[type=password] {
		display: block;
		width: 90%;
	}
}





