/*!
 * Zilch v1.0.0 
 * Copyright 2020
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700);

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(/fonts/MaterialIcons/MaterialIcons-Regular.woff2) format('woff2');
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';  
}
html, body {
    height: 100%;
	margin: 0;
	padding: 0;
}
html {
	line-height: 1.5;
	font-family: "Roboto", sans-serif !important;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.87);
}
body {
	background-color: #f9f9f9;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.1;
}
h1 {
    color: #0089CF;
    font-weight: 100;
    font-size: 3.56rem;
    line-height: 110%;
    margin: 1.78rem 0 1.424rem 0;	
}
h2{
    color: #0089CF;
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.16rem 0 0.912rem 0;
}
h2 svg {
	display:inline-block;
	height:32px;
	width:32px;
	fill:#0089CF;
	vertical-align:baseline;
}
h3{
	color: #777777;
    font-size: 1.5rem;
    line-height: 110%;
    margin: 1.5rem 0 0.8rem 0;
}
.big-button-blue {
    padding: 10px 30px;
    line-height: 23px;
    font-size: 14px;
    margin-top: -6px;
    color: #ffffff!important;
    border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 50px;
    background-color: #0089cf;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    cursor: pointer;
    text-transform: uppercase;
}
.big-button-white {
    padding: 7px 20px;
    line-height: 23px;
    font-size: 14px;
    margin-top: 14px;
    color: #0089cf!important;
    border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 50px;
    background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(230, 230, 230) 100%);
	-webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:: 0px 2px 6px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.1);
    cursor: pointer;
    text-transform: uppercase;
}
.big-button-white:hover, .big-button-blue:hover {
	-webkit-box-shadow: none;
    -moz-box-shadow:: none;
    box-shadow: none;
}
.bay-blue {
	width: 100%;
	height:100vh;
	display:inline-block;
	background-color:#0089CF;
	text-align:center;
	}
.bay-text{
	width: 100%;
	display:inline-block; 
	vertical-align:top;
	padding:60px 50px;
	}
.bay-text td{
	padding: 2px;
	}
.bay-charger svg {
	display:inline-block;
	height:32px;
	width:32px;
	fill:#777777;
	vertical-align:top;
}
.bay-charger {
	color:#777777;
}
.bay-charger svg{
	fill:#777777 !important;
}
.bay-number {
	margin-left:20px; 
	font-size:32px;
	color:#FFFFFF;
	vertical-align:top;
}

@media (min-width: 481px) and (max-width: 1600px) {		
}
@media (max-width: 480px) and (orientation: portrait) {
}		