html {
    overflow-y: scroll;
    font-family: Roboto, Arial, sans-serif
}
html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

a {
	text-decoration: none;
	font-size: 12px;
	color: #0b71b6;
}

h1 {
    font-size: 34px;
}

h2{
    font-size: 28px;
}

h3{
    font-size: 24px;
}

#center-main {
    margin: 0 auto;
    padding: 50px 0 10px;
    z-index: 1002;
}

#main-view {
    position: relative;
    z-index: 1001;
}

#main-background {
    background: rgba(255, 255, 255, 0.60) none repeat scroll 0 0;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    /*-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
    box-shadow: inset 0 0 100px rgba(0,0,0,.5);*/
}

#map-view {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
	background-color: #EDEDED;
}

#main-container {
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
	background-color: #ffffff;
    position: relative;
	padding: 15px;
	min-height: 300px;
}

#home-container {
    padding: 80px 0 15px;
    position: relative;
}

.home-content {
	margin:20px auto;
	width:800px;
}

#search-main {
	text-align:center;
	margin:20px auto;
	width:566px;
}

.searchbox {
	position: relative;
	background: #fff;
	border-radius: 2px;
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	border-bottom: 1px solid transparent;
	padding: 0px;
	text-align: left;
	display: flex;
}

.searchbox-shadow {
	box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 -1px 0px rgba(0,0,0,0.02);
}

.searchbox input[type=text]{
	border: 1px none;
	font-size: 15px;
	background-color: #ffffff;
	width: 100%;
	height: 46px;
	padding: 0px 15px;
}

.searchbox button {
	margin: 10px;
	border: 1px none;
	background-color: #ffffff;
	color: #4285f4;
}

.searchbox-sm {
	height: 30px;
}

.searchbox-sm input[type=text] {
	height: 28px;
	font-size: 12px;
}

.searchbox-sm button {
	margin: 2px 10px;
	height: 26px;
}

.search-box {
	display: none;
    background-color: #0b71b6;
	padding: 5px 7px;
	width: 335px;
	border: 1px none; 
	z-index: 2;
	position: fixed;
	top: 5px;
	left: 5px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 5px rgba(4,91,152,.5);
          box-shadow: inset 0 0 5px rgba(4,91,152,.5);
}

.geocodingFooter {
    border-top: 1px solid #efefef;
    padding: 2px 0px;
    text-align: right;
    width: 100%;
}

.mdl-card__media {
	background-color:#ffffff;	
}



/*-- OLD STYLES --*/
.city {
	float:right;
	color:#ffffff;
	font-weight: bold;
	margin-top: 3px;
	cursor: pointer;
	font-size: 0.85em;
}

.city:hover {
	text-decoration: underline;
}

#progress {
	position: absolute;
	left: 0px;
	z-index: 10001;
	bottom: 1px;
	width: 1%;
	height: 2px;
	background: #FFF;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-transition: width 500ms ease-out,opacity 400ms linear;
	-ms-transition: width 500ms ease-out,opacity 400ms linear;
	-o-transition: width 500ms ease-out,opacity 400ms linear;
	-webkit-transition: width 500ms ease-out,opacity 400ms linear;
	transition: width 500ms ease-out,opacity 400ms linear;
}

#progress dd, #progress dt {
	position: absolute;
	top: 0px;
	height: 2px;
	-moz-box-shadow: #0b71b6 1px 0 6px 1px;
	-ms-box-shadow: #0b71b6 1px 0 6px 1px;
	-webkit-box-shadow: #0b71b6 1px 0 6px 1px;
	box-shadow: #0b71b6 1px 0 6px 1px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

#progress dt { opacity: .6; width: 180px; right: -80px; clip: rect(-6px,90px,14px,-6px);}
#progress dd { opacity: .6; width: 20px; right: 0; clip: rect(-6px,22px,14px,10px); }  




#full-main {
    min-width: 960px;
}


.lead {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 10px;
  margin: 30px auto;
  color: #0b71b6;
  text-align: center;
}

.lead-a {
	font-size: 21px;
 	margin-bottom: 30px;
    margin-top: -22px;
    text-align: center;
  	font-weight: 300;
    text-decoration: underline;
     margin-bottom: 20px;
}

.inner {
  padding: 30px;
}

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}





#content {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    position: relative;
	background-color: #ffffff;
	padding: 15px;
}

#content #main-container {
	box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.4);
	padding:0px;
	text-align: justify;
}

#content #left-container {
	border-left: 1px solid #e7e7e7;
    min-height: 500px;
    padding: 10px;
}

.content-footer {
	background-color: #0b71b6;
    color: #ffffff;
    margin-top: 15px;
    padding: 10px;
    text-align: center; 
}

.content-footer a {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 75px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin: 2px; 
}

.content-footer a:hover {
    color: #337ab7;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
}

.close-blog {
	text-align:center;
	text-decoration: none;
    background-color: #337ab7;
    border-radius: 75px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin: 2px;
    position: absolute;
    top: -18px;
    right: -18px;
    font-size: 20px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}

.address-ads {
	position: relative;
	background-color: #fff;
	border: 1px #cccccc solid;
	box-shadow: 1px 2px 4px #ccc;
	left: 5px;
	width: 339px;
	display: block;
	margin-top: 5px;
	text-align: center;
	padding: 5px;
}

#results1 {
	display:none;
	position: fixed;
	top: 77px;
	width: 335px;
}

#results {
	display:none;
	overflow:hidden;
    background-color: #ffffff;
	padding: 5px 7px;
	width: 335px;
	border: 1px #cccccc solid; 
	z-index: 2;
	position: relative;
	left: 5px;
	border-radius: 1px;
	box-shadow: 1px 2px 4px #ccc;
	overflow-y: auto; 
}

#results h1{
	font-size: 1.7em;
	margin-top: 10px;
}

.address {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.address-info {
	color: rgb(115, 124, 137);
    text-transform: capitalize;
    font-size: 0.9em;
}

.error {
	color: #b94a48;
    margin: 5px 10px 10px;
}

.menu {
	color: #ffffff;
	background-color: #0b71b6;
	position:fixed; 
	padding:5px;
	right:0px;
	top:0px;
	z-index:1002;
	font-size: 0.9em;
	margin:2px;
	border-radius: 2px;
}

.menu a {
	color: #ffffff;
	text-decoration: none;
}

.input-group-field {
    display: table-cell;
    vertical-align: middle;
    border-radius:4px;
}
.input-group-field .form-control, .input-group-field .form-control {
    border-radius: inherit !important;
}
.input-group-field:not(:first-child):not(:last-child) {
    border-radius:0;
}
.input-group-field:not(:first-child):not(:last-child) .form-control {
    border-left-width: 0;
    border-right-width: 0;
}
.input-group-field:last-child {
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}


.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  margin: 1rem;
  position: relative;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  width: 150px;
  height: 150px;
}

/* ads */

#leaderboardShow {
	position: absolute;
	left: 50%;
	bottom: 5px;
	font-size: 15px;
}

#leaderboardShow a {
	color: #000;
}


#leaderboard {
	width: 728px;
	height: 92px;
	left: 50%;
	margin-left: -364px;
	position: absolute;
	z-index: 1001;
	bottom: 0px;
}

#leaderboard:hover {
 	z-index: 1005;
	cursor:pointer;
}

#leaderboardProgress {
	background-color: #33B5E5;
	height: 2px;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

#leaderboardAd {
	width: 728px;
	height: 90px;
	filter:alpha(opacity=50); /* IE */
  	-moz-opacity:0.20; /* Mozilla */
  	opacity: 0.20; /* CSS3 */
	-webkit-transition: all linear 0.4s;
	-moz-transition: all linear 0.4s;
	-o-transition: all linear 0.4s;
	transition: all linear 0.4s;
	background-color: #000000;
}

#leaderboardAd:hover {
	background-color: #000000;
	filter:alpha(opacity=70); /* IE */
  	-moz-opacity:0.70; /* Mozilla */
  	opacity: 0.70; /* CSS3 */	
	-webkit-transition: all linear 0.4s;
	-moz-transition: all linear 0.4s;
	-o-transition: all linear 0.4s;
	transition: all linear 0.4s;
}


