body {
	margin: 0;
}

/* Disable ugly boxes around images in IE10 */
a img {
	border: 0px;
}

::-moz-selection {
	background-color: #00d473;
	color: #fff;
}

::selection {
	background-color: #00d473;
	color: #fff;
}

.android-search-box .mdl-textfield__input {
	color: rgba(0, 0, 0, 0.87);
	transition: .3s ease-in;
}

.android-header .mdl-menu__container {
	z-index: 50;
	margin: 0 !important;
}

.mdl-textfield--expandable {
	width: auto;
}

.android-fab {
	position: absolute;
	right: 20%;
	bottom: -26px;
	z-index: 3;
	background: #64ffda !important;
	color: black !important;
}

.android-mobile-title {
	display: none !important;
}

.android-logo-image {
	height: 28px;
	width: 140px;
}

.android-header {
	overflow: visible;
	background-color: white;
}

.android-header .material-icons {
	color: #767777 !important;
}

.android-header .mdl-layout__drawer-button {
	background: transparent;
	color: #767777;
}

.android-header .mdl-navigation__link {
	color: #757575;
	font-weight: 700;
	font-size: 14px;
}

.android-navigation-container {
	/* Simple hack to make the overflow happen to the left instead... */
	direction: rtl;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	width: 500px;
	-webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.android-navigation {
	/* ... and now make sure the content is actually LTR */
	direction: ltr;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 800px;
}

.android-search-box.is-focused + .android-navigation-container {
	opacity: 0;
	width: 100px;
}

.android-navigation .mdl-navigation__link {
	display: inline-block;
	height: 60px;
	line-height: 68px;
	background-color: transparent !important;
	border-bottom: 4px solid transparent;
}

.android-navigation .mdl-navigation__link:hover {
	border-bottom: 4px solid #00d473;
}

.android-search-box {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	margin-left: 16px;
	margin-right: 16px;
}

.android-more-button {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.android-drawer {
	border-right: none;
}

.android-drawer-separator {
	height: 1px;
	background-color: #dcdcdc;
	margin: 8px 0;
}

.android-drawer .mdl-navigation__link.mdl-navigation__link {
	font-size: 14px;
	color: #757575;
}

.android-drawer span.mdl-navigation__link.mdl-navigation__link {
	color: #8bc34a;
}

.android-drawer .mdl-layout-title {
	position: relative;
	background: #6ab344;
	height: 160px;
}

.android-drawer .android-logo-image {
	position: absolute;
	bottom: 16px;
}

.android-be-together-section {
	position: relative;
	height: 800px;
	width: auto;
	background-color: #f3f3f3;
	background: url('images/slide01.jpg') center 30% no-repeat;
	background-size: cover;
}

.logo-font {
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	line-height: 1;
	color: #767777;
	font-weight: 500;
}

.android-slogan {
	font-size: 60px;
	padding-top: 160px;
}

.android-sub-slogan {
	font-size: 21px;
	padding-top: 24px;
}

.android-create-character {
	font-size: 21px;
	padding-top: 400px;
}

.android-create-character a {
	text-decoration: none;
	color: #767777;
	font-weight: 300;
}

.android-screen-section {
	position: relative;
	padding-top: 60px;
	padding-bottom: 80px;
}

.android-screens {
	text-align: right;
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
}

.android-screen {
	text-align: center;
}

.android-screen .android-link {
	margin-top: 16px;
	display: block;
	z-index: 2;
}

.android-image-link {
	text-decoration: none;
}

.android-wear {
	display: inline-block;
	width: 160px;
	margin-right: 32px;
}

.android-wear .android-screen-image {
	width: 40%;
	z-index: 1;
}

.android-phone {
	display: inline-block;
	width: 64px;
	margin-right: 48px;
}

.android-phone .android-screen-image {
	width: 100%;
	z-index: 1;
}

.android-tablet {
	display: inline-block;
	width: 110px;
	margin-right: 64px;
}

.android-tablet .android-screen-image {
	width: 100%;
	z-index: 1;
}

.android-tablet .android-link {
	display: block;
	z-index: 2;
}

.android-tv {
	display: inline-block;
	width: 300px;
	margin-right: 80px;
}

.android-tv .android-screen-image {
	width: 100%;
	z-index: 1;
}

.android-auto {
	display: inline-block;
	width: 300px;
	overflow: hidden;
}

.android-auto .android-screen-image {
	display: block;
	height: 300px;
	z-index: 1;
}

.android-wear-section {
	position: relative;
	background: url('images/wear.png') center top no-repeat;
	background-size: cover;
	min-height: 800px;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.android-wear-band {
	position: relative;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.android-wear-band-text {
	max-width: 800px;
	margin-left: 25%;
	padding: 24px;
	text-align: left;
	color: white;
}
.android-link {
	text-decoration: none;
}

.android-link:hover {
	color: #00d473;
}

.android-link .material-icons {
	position: relative;
	top: 6px;
}

.android-alt-link {
	text-decoration: none;
	color: #64ffda !important;
	font-size: 16px;
}

.android-alt-link:hover {
	color: #00bfa5 !important;
}

.android-alt-link .material-icons {
	position: relative;
	top: 6px;
}

.android-customized-section {
	text-align: center;
}

.android-customized-section-text {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 16px 0 16px;
}

.android-customized-section-text p {
	padding-top: 16px;
}

.android-customized-section-image {
	background: url('images/devices.jpg') center top no-repeat;
	background-size: cover;
	height: 400px;
}

.android-more-section {
	padding: 30px 0;
	max-width: 1044px;
	margin-left: auto;
	margin-right: auto;
}

.android-more-section .android-section-title {
	margin-left: 12px;
	padding-bottom: 24px;
}

.android-card-container .mdl-card__media {
	overflow: hidden;
	background: transparent;
}

.android-card-container .mdl-card__media img {
	width: 100%;
}

.android-card-container .mdl-card__title {
	background: transparent;
	height: auto;
}

.android-card-container .mdl-card__title-text {
	color: black;
	height: auto;
}

.android-card-container .mdl-card__supporting-text {
	height: auto;
	color: black;
	padding-bottom: 48px;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.android-card-container .mdl-card__actions {
	position: absolute;
	bottom: 0;
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mdl-card__actions i {
	padding-right: 16px;
	color: rgba(117, 117, 117, .4);
	transition: .2s ease-in;
}
.mdl-card__actions i:hover {
	color: rgba(0, 212, 115, .5);
	cursor: pointer;
}

.android-card-container .mdl-card__actions a {
	border-top: none;
	line-height: 32px;
	font-size: 15px;
}

.android-footer {
	background-color: #fafafa;
	position: relative;
}

.android-footer a:hover {
	color: #8bc34a;
}

.android-footer .mdl-mega-footer--top-section::after {
	border-bottom: none;
}

.android-footer .mdl-mega-footer--middle-section::after {
	border-bottom: none;
}

.android-footer .mdl-mega-footer--bottom-section {
	position: relative;
}

.android-footer .mdl-mega-footer--bottom-section a {
	margin-right: 2em;
}

.android-footer .mdl-mega-footer--right-section a .material-icons {
	position: relative;
	top: 6px;
}

.android-link-menu:hover {
	cursor: pointer;
}

/**** Mobile layout ****/
@media (max-width: 900px) {

	.android-mobile-title {
		display: block !important;
		position: absolute;
		left: calc(50% - 70px);
		top: 12px;
		-webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
		transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	}

	/* WebViews in iOS 9 break the "~" operator, and WebViews in OS X 10.10 break
     consecutive "+" operators in some cases. Therefore, we need to use both
     here to cover all the bases. */
	.android.android-search-box.is-focused ~ .android-mobile-title,
	.android-search-box.is-focused + .android-navigation-container + .android-mobile-title {
		opacity: 0;
	}

	.android-more-button {
		display: none;
	}

	.android-search-box.is-focused {
		width: calc(100% - 48px);
	}

	.android-search-box .mdl-textfield__expandable-holder {
		width: 100%;
	}

	.android-be-together-section {
		height: 350px;
	}

	.android-slogan {
		font-size: 26px;
		margin: 0 16px;
		padding-top: 24px;
	}

	.android-sub-slogan {
		font-size: 16px;
		margin: 0 16px;
		padding-top: 8px;
	}

	.android-create-character {
		padding-top: 200px;
		font-size: 16px;
	}

	.android-create-character img {
		height: 12px;
	}

	.android-fab {
		display: none;
	}

	.android-wear-band-text {
		margin-left: 0;
		padding: 16px;
	}

	.android-footer .mdl-mega-footer--bottom-section {
		display: none;
	}
}

h1 {
	color: black;
}
i {
	font-size: 1.5rem;
}

.center {
	display: flex;
	justify-content: center;
}

.icon-style {
	color: #757575;
	font-size: 3rem;
}

.mdl-layout__header-row {
	padding: 0 40px 0 40px;
	background-color: #fafafa;
}

.poweredBy {
	width: 40%;
	max-width: 200px;
}
.android-link {
	color: #00d473;
}
#view-source {
	background: linear-gradient(29deg, #00d473, #a3a3ef);
	visibility: hidden;
	transition: .2s ease-in;
}

.mdl-color--accent {
	background-color: #00d473 !important;
}
#view-source {
	position: fixed;
	display: block;
	right: 0;
	bottom: 0;
	margin-right: 40px;
	margin-bottom: 40px;
	z-index: 900;
}
:focus {
	outline: none;
	border-bottom-color: #00d473;
	border-width: 4px;
}

.newNav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 1rem;
	background-color: #fafafa;
}
.leftNav a:not(:last-child) {
	margin-right: 1rem;
}
.newNav a:hover, .newNav i:hover {
	color: #00d473;
}
.newNav a, .newNav i {
	transition: .2s ease-in;
}
.rightNav {
	flex-basis: 300px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0 auto;
	position: relative;
	left: 4px;
}
.leftNav {
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
	align-items: center;
}
.newNav a {
	/* margin-right: 1rem; */
	transition: .2s ease-in;
	cursor: pointer;
}
.rightNav a:hover {
	color: #00d473;
}
#search-field {
	flex-grow: 1;
	max-width: 260px;
}
body {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.mask {
	background-color: black;
	opacity: .7;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.mask2 {
	background: linear-gradient(360deg, white, transparent);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.android-wear-band img {
	position: relative;
	width: 60%;
	max-height: 600px;
	object-fit: contain;
	object-position: center;
	padding-top: 40px;
}
.liked {
	color: #00d473;
}
#noResults {
	font-size: calc(5vmin + .5rem);
	text-align: center;
	line-height: initial;
	color: rgba(0, 0, 0, .87);
	opacity: .54;
}

[for='search-field']:hover i {
	color: #00d473;
}

html {
	scroll-behavior: smooth;
}

.android-wear-section p {
	margin: 0;
}
#trailer {
	margin-top: 24px;
}
.mdl-typography--display-2 {
	margin-bottom: .25em;
}
#overview {
	margin-bottom: .5em;
}

.mdl-js-textfield {
	display: flex;
	justify-content: center;
	width: 75%;
}

/* @media only screen and (max-width: 350px) {
	.newNav {
		padding: 1rem .25rem;
	}
} */
form {
	display: flex;
	justify-content: center;
}
#commentTitle {
	margin-left: calc(25% + 24px);
	font-size: 3rem;
}
input[type='submit'] {
	background: linear-gradient(29deg, #00d473, #a3a3ef);
	border-radius: 2px;
	border: none;
	color: white;
	text-transform: uppercase;
	padding: .75em 2em;
	cursor: pointer;
	transition: .2s ease-in;
}
input[type='submit']:hover {
	opacity: .7;
}

.active {
	color: #00d473 !important;
}

.pageFlex {
	display: flex;
	flex-wrap: wrap;
}
.commentBox {
	margin: 0 auto;
	width: 75%;
}
.commentBox p {
	background-color: #00d473;
	width: fit-content;
	color: white;
	padding: .75em 1.25em;
	border-radius: 2em;
	max-width: 60%;
	font-size: 1.2rem;
	font-family: inherit;
	font-weight: 300;
}
.commentBox p:first-child {
	animation: textBubble .3s ease-in;
}
.scrolling-wrapper {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}
.android-wear-band-text i {
	transition: .2s ease-in;
}
.android-wear-band-text i:hover {
	transform: scale(1.25);
	cursor: pointer;
}

.scrolling-wrapper {
	width: 80%;
	margin: auto;
}

.scrolling-wrapper img {
	width: 150px;
	height: 225px;
	object-fit: cover;
	object-position: center;
}
.scrolling-wrapper .card {
	display: inline-block;
}

.card {
	margin: 5px;

	background-color: #ffffff;
	border-radius: 5px;
	margin-bottom: 20px;

	overflow: hidden;
	box-shadow: 9px 2px 17px 0px rgba(0, 0, 0, 0.3);
	font-family: inherit;
	position: relative;
}
.card p {
	padding: 0;
	margin: 0;
	font-family: inherit;
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.308);
	color: white;
	text-align: center;
}
h6,
#commentTitle {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-weight: 200;
	position: relative;
	left: 10%;
	font-size: calc(5vmin + .75rem);
	font-weight: 200;
	font-family: inherit;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	margin-bottom: 0.35em;
	margin-top: 0.35em;
}

#comment input[type='text'] {
	color: #9e9e9e;
}
#comment input[type='text']::placeholder {
	color: #9e9e9e70;
}

iframe {
	max-width: 560px;
	width: 90%;
}
#similar .card:hover {
	cursor: pointer;
}
@keyframes textBubble {
	from {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}

