/*
Theme Name: RentaBikeNow
Author: JM / RABN
Version: 1.0.3
*/
html {
	margin:0;
	padding:0;
}
body {
	font-family: 'Lato', sans-serif !important;
	margin:0;
	padding:0;
}


#logo {
	float: left;
}

#logo img {
	margin: 12px 0;
	height: 30px;
}

#logo:hover {
    -webkit-filter:brightness(120%);
    filter:brightness(120%);
}

#logo em {
	display: block;
}

#search {
	display: block !important;
	border-radius:0;
	width: 100% !important;
	background: url('/wp-content/themes/rabn/images/search.png') 6px center no-repeat #fff;
	background-size: 18px 18px;
	padding-left: 30px;
}

#search:focus {
	background-color:  #ffffe5 !important;
	border: solid 1px #fff;
}
.breadcrumb {
	margin: 25px 0;
}

.hero-search {
	margin: 40px 0;
}
.hero-action {
	border: solid 1px #fff !important;
	color: #fff !important;
	display: inline-block;
	padding: 10px 20px;
	margin-top: 30px;
	border-radius: 3px;
}

.hero-region  {
	padding-top: 250px;
}
.hero-region-us-il {
	background-position: bottom;
}

.hero-header {
	background: rgba(0,0,0,.6);
}
.hero-region h1 {
	margin:0 !important;
	padding: 15px 0 !important;
}
.hero h1 {
	color: #fff;
}

.hero-store {
	height: 100px;
	background-image: url('/wp-content/themes/rabn/images/rabn-home.jpg');
	background-position: bottom bottom;
}
#menu {
	float: right;
	margin: 6px 0;
}

#menu a {
	color: #aaa;
}
.nav li {
	display: inline-block;
	float: left;
}

.nav {
	float: right;
	clear: both;
}

.nav a {
    transition:border-color .4s;
	border-bottom: solid 2px #fff;
}

a:link {
	    -webkit-tap-highlight-color: #eee;
	}

.nav a:hover {
	color: #222 !important;
	background: #fff !important;
	border-bottom: solid 2px #d03d3d;
}
.hero-home {
	background: url('/wp-content/themes/rabn/images/rabn-home.jpg');
//	background-position: bottom;
}

.home-points {
	margin-top: 40px;
}

.hero {
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-wrapper p {
	font-size: 18px;
}
.hero-wrapper {
	padding: 80px 50px;
	color: #fff;
	background: rgba(0,0,0,.4);
}


#footer {
	margin: 50px 0 0 0;
}

#header {
	border-bottom: solid 1px #ccc;
}

.states {
	list-style: none;
	margin:0;
	padding:0;
}


.footer a {
	color: #ccc;
	margin-left: 20px;
}

.state-list {
	padding: 25px 0;
	background: #f3f1ed;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

.footer {
	border-top: solid 1px #eee;
	padding: 15px 0;
}

.stores {
	display: none;
	margin:0;
	padding:0;
	list-style:none;
}

.stores li {
	margin:0;
	padding:0;
}

.stores a {
	padding: 5px 5px 5px 15px !important;
	display: block;
	border-left: solid 4px #eee;
	color: #222 !important;
}
.stores a:hover {
	text-decoration: none;
	background: #eee;
}

.stores em {
	display: block;
	font-size: 12px;
	font-style: normal;
	color: #999;
}

.leader {
	font-size: 1.2em;
	margin: 30px 5px;
}

.cities {
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
	height: 600px;
	overflow: auto;
	margin:0;
	padding:0;
	list-style: none;
}

.cities li {
	margin:0;
	padding:0;
}

.city-header {
	background: #f3f1ed;
	padding: 10px !important;
	text-align: center;
}

.cities a {
	padding: 5px;
	display: block;
	border-bottom: solid 1px #ccc;
	border-left: solid 4px #eee;
}

.store-name {
	display: block;
	font-size: 16px;
}

.store-content {
	padding-left: 20px;
}
.store-book {
	display: block;
	background: green;
	color: #fff;
	border-radius: 4px;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0;
	max-width: 200px;
	text-align: center;
}
.store-book:hover {
	background: #A5C663;
	color: #fff;
	text-decoration: none;
}

.lbl {
	display: inline-block;
	background: #fc6858;
	border-radius: 100px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	text-align: center;
	border: solid 1px #c84233;
	margin-right: 5px;
}

#content {
	margin: 50px 0;
	font-size: 16px;
}

.quote {
	margin: 20px 0;
	font-size: 17px;
}

.curl {
	font-size: 24px;
	font-weight: bold;
	color: #888;
}

.avatar {
	height: 100px;
	width: 100px;
	float: left;
}

#sidebar {
	margin-top: 50px;
	max-width: 250px;
}

.tt-query { 
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
	color: #999;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
	width: 100%;
	margin-top: 0;
	padding: 8px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	color: #333;
	font-size: 12px;
}

.tt-suggestion {
	padding: 3px 20px;
	font-size: 13px;
	color: #337ab7;
	line-height: 20px;
}

.tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
	color: #fff;
	background-color: #0097cf;

}

.tt-suggestion p {
	margin: 0;
}

.tt-selectable {
	cursor: pointer; 
}

.button {
	border: solid 1px #ccc !important;
	padding: 5px 8px !important;
}

#sidebar ul {
	padding: 0;
	margin:0;
}

#sidebar li  {

	margin: 10px 0;
	padding:0;

	list-style:none;

}
@media (max-width: 1000px) {
	.hero-home{
		background-position: -50px center;
	}

	.hero-region {
		padding-top: 0px;
	}

	.hero-region h1 {
		padding: 50px 0 !important;
		text-align: center;
		font-size: 25px;
	}
}

@media (max-width: 700px) {
	.hero-home {
		background-position: -200px center;
	}

	.hero-wrapper {
	padding: 50px 20px;
}

	#logo img {
		height: 25px;
	}
}

@media (max-width: 500px) {
	.hero-home {
		background-position: -400px center;
	}

}

#sidebar .button {
	width: 100%;
	display: block;
	text-align: center;
}

.points {
	margin: 25px 0;
	list-style: none;
}

.points span {
	padding-right: 5px;
}

.points li {
	margin: 15px 0;
}

#map {
	border: solid 1px #ccc;
	background: #f3f1ed;
}
.side-msg {
	padding: 10px 15px;
	background: #f3f1ed;
	margin-bottom: 25px;
}

.breadcrumb {
	margin-left:0 !important;
	padding-left:0 !important;
	background-color: #fff !important;
}

.hero-home .col-md-6{
	padding:0;
}
