.tas-alpha-search-box .mdl-textfield__input {
	color: rgba(0, 0, 0, 0.87);
}

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

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

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

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

.tas-alpha-logo-image {
	/*
	height: 28px;
	width: 140px;
	*/
	width: 190px;
}

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

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

.tas-alpha-header .mdl-layout__drawer-button {
	background: transparent;
	color: #767777;
	display: none;
}

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

.tas-alpha-navigation-container {
	/* Simple hack to make the overflow happen to the left instead... */
	direction: rtl;
	order: 1;
	width: 500px;
	transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	font-family: 'CenturyGothic';
}

.tas-alpha-navigation {
	/* ... and now make sure the content is actually LTR */
	direction: ltr;
	justify-content: flex-end;
	width: 800px;
}

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

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

.tas-alpha-navigation .mdl-navigation__link:hover {
	/*
	border-bottom: 4px solid #8bc34a;
	*/
	border-bottom: 4px solid rgba(0, 114, 152, 1.0)
}

.tas-alpha-search-box {
	order: 2;
	margin-left: 16px;
	margin-right: 16px;
}

.tas-alpha-more-button {
	order: 3;
}

.tas-alpha-drawer {
	border-right: none;
}

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

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

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

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

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

.tas-alpha-main {
	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;
}

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

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

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

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

.tas-alpha-about-us {
	position: relative;
	/*
	padding-top: 60px;
	padding-bottom: 80px;
	*/
	padding: 10px 0px 35px 0px;
	background-color: rgba(137, 144, 150, 1.0);
	color: white;
	line-height: normal;
	text-align: center;
}

.tas-alpha-about-us-inner {
	width: 705px;
	text-align: left;
	display: inline-block;
}

.tas-alpha-about-us-inner-header {
	font-family: 'BodoniMT';
	font-size: 54px;
	padding-bottom: 10px;
}

.tas-alpha-about-us-inner-content {
	font-family: 'GOTHIC';
	font-size: 18px;
}

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

.tas-alpha-screen {
	text-align: center;
}

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

.tas-alpha-image-link {
	text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

.tas-alpha-how-we-do-it {
	position: relative;
	padding: 75px 0px 100px 0px;
	background-color: rgba(255, 255, 255, 0.7);
	line-height: normal;
	text-align: center;
}

.tas-alpha-how-we-do-it-header {
	font-family: 'BodoniMT';
	width: 705px;
	text-align: left;
	display: inline-block;
	color: rgba(0, 114, 152, 1.0);
	font-size: 79px;
	font-weight: bold;
}

.tas-alpha-how-we-do-it-inner {
	font-family: 'GOTHIC';
	width: 705px;
	text-align: left;
	display: inline-block;
}

.tas-alpha-how-we-do-it-inner-row {
	display: inline-block;
	padding: 30px 0px 30px 0px;
}

.tas-alpha-how-we-do-it-inner-left {
	display: inline-block;
	width: 100px;
	font-size: 26px;
	padding-right: 20px;
}

.tas-alpha-how-we-do-it-inner-left > img {
	vertical-align: initial;
	width: 80px;
}

.tas-alpha-how-we-do-it-inner-right {
	display: inline-block;
}

.tas-alpha-how-we-do-it-inner-right-header {
	font-family: 'GOTHIC';
	font-size: 26px;
	color: rgba(137, 144, 150, 1.0);
	font-weight: bold;
}

.tas-alpha-how-we-do-it-inner-right-content {
	font-family: 'GOTHIC';
	font-size: 18px;
	color: rgba(0, 114, 152, 1.0);
	font-weight: bold;
}

.tas-alpha-wear-band {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #37474f;
}

.tas-alpha-wear-band-text {
	max-width: 800px;
	margin-left: 25%;
	padding: 24px;
	text-align: left;
	color: white;
}

.tas-alpha-wear-band-text p {
	padding-top: 8px;
}

.tas-alpha-link {
	text-decoration: none;
	color: #8bc34a !important;
}

.tas-alpha-link:hover {
	color: #7cb342 !important;
}

.tas-alpha-link .material-icons {
	position: relative;
	top: -1px;
	vertical-align: middle;
}

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

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

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

.tas-alpha-customized-section {
	text-align: center;
}

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

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

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

.tas-alpha-more-section {
	padding: 80px 0;
	max-width: 1044px;
	margin-left: auto;
	margin-right: auto;
}

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

.tas-alpha-card-container {}

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

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

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

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

.tas-alpha-card-container .mdl-card__supporting-text {
	height: auto;
	color: black;
	padding-bottom: 56px;
}

.tas-alpha-card-container .mdl-card__actions {
	position: absolute;
	bottom: 0;
}

.tas-alpha-card-container .mdl-card__actions a {
	border-top: none;
	font-size: 16px;
}

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

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

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

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

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

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

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

.tas-alpha-link-menu:hover {
	cursor: pointer;
}

.tas-alpha-map-marker,
.tas-alpha-email {
	width: 18px;
	padding-right: 20px;
}

.tas-alpha-contact-us {
	position: relative;
	/*
	padding-top: 60px;
	padding-bottom: 80px;
	*/
	padding: 10px 0px 35px 0px;
	background-color: rgba(137, 144, 150, 1.0);
	color: white;
	line-height: normal;
	text-align: center;
}

.tas-alpha-contact-us-inner {
	width: 705px;
	text-align: left;
	display: inline-block;
}

.tas-alpha-contact-us-inner-header {
	font-family: 'BodoniMT';
	font-size: 54px;
	padding-bottom: 10px;
}

.tas-alpha-contact-us-inner-address {
	font-family: 'GOTHIC';
	font-size: 18px;
	padding-bottom: 10px;
}

.tas-alpha-contact-us-inner-address a{
	color: white;
	text-decoration: none;
}

.tas-alpha-contact-us-inner-address-content {
	display: inline-block;
}