﻿body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 30px;
	overflow-x:hidden;
	position:relative;
	font-weight:300;
}

.successMessage {
	color: #006600;
	background-color: #CCFFCC;
	border: 1px solid #006600;
	padding: 5px 5px 5px 10px;
	box-shadow: 0px 0px 7px #00CC00;
	margin: 15px 5px 10px 5px;
	font-weight: bold;
	border-radius: 3px 3px 3px 3px;
}

label {
	margin: 3px 0px 0px 0px;
}

/*
	Green:	#91EC7E
	Blue:	#007AFF
	Grey:	#333333
*/

/* debug 
div {
	border: 1px solid #CC0000;
}
*/
section {
	clear: both;
	padding:110px 0;
}

img {
	max-width: 100%;
}

.container {
	position: relative;
	z-index: 1;
}

header {
	background: #91EC7E;
	margin: 0 auto;
	padding: 0;
}

.logo_img {
	padding: 0px 0;
	float: left;
	position: relative;
	z-index: 1;
}

.logo_text {
	
	padding: 10px 0px 0px 10px;
	float: left;
	position: relative;
	z-index: 1;
}

.logo_text a:link, .logo_text a:visited {
	line-height: 23px;
	font-size: 20px;
	text-decoration: none;
	/*text-transform: uppercase;*/
	
}
.logo_text a:hover, .logo_text a:active {
	text-decoration: none;
}

@media (max-width: 400px) {
	.logo_img {
		display: none;
	}
	.logo_text a:link, .logo_text a:visited {
		font-size: 16px;
	}
}

@media (min-width:768px) and (max-width:992px){
	.logo_text a:link, .logo_text a:visited {
		font-size: 18px;
	}
}


.gallery {
	/*width: 280px;*/
	max-width: 280px;
	margin: 0px auto 0px auto;
}

section#home {
	background: url(../images/bg-x3.jpg) no-repeat fixed 0 0 / cover;
}
section#routes {
	background: url(../images/bg-x2.jpg) no-repeat fixed 0 0 / cover;
}
section#landmarks {
	background: url(../images/bg-x6.jpg) no-repeat fixed 0 0 / cover;
}
section#map {
	background: url(../images/bg-x5.jpg) no-repeat fixed 0 0 / cover;
}

section#contact-us {
	background: url(../images/bg-x4.jpg) no-repeat fixed 0 0 / cover;
}

section#home, section#routes, section#landmarks, section#map, section#contact-us {
	position: relative;
}

section#home:after, section#routes:after, section#landmarks:after, section#map:after, section#contact-us:after {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:100%;
	width:100%;
	content:"";
	background:rgba(255, 255, 255, 0.90);	
}

section.divider {
	background-color: #91EC7E;
	padding: 20px 0px 0px 0px;
}

#routes .container {
	background: url(../images/tab-walking.png) no-repeat left 30px;
}

#landmarks .container {
	background: url(../images/tab-headphones.png) no-repeat left 30px;
}

#map .container {
	background: url(../images/tab-map.png) no-repeat left 30px;
}

.feature_details {
	padding-bottom: 20px;
}

div.appstore {
	padding: 50px 10px 30px 10px;
	text-align: center;
}

@media (max-width:767px){
	div.appstore {
		padding-top: 40px;
	}	
}


@media (min-width:992px){
	#home .feature_details, #landmarks .feature_details {
		float: right;
		padding-left: 25px;
	}

	#home .feature_screenshots, #landmarks .feature_screenshots {
		float: left;
	}
	
	#landmarks .container {
		background-position: right 30px;
	}
}

/*=========
	menu
==========*/

.menu_bar {
	padding: 0px 0px 0px 0px;
}

.dropdown .dropdown-toggle::after{
  content: "";
  font-family: fontawesome;
  font-size: 10px;
  font-weight: 400;
  margin: 0 3px;
  position: absolute;
}
.dropdown .dropdown-toggle {
  position: relative;
}

.navbar.navbar-default, #navbar.collapse.navbar-collapse {
	background-color:transparent;
	border: 0px solid red;
}

.navbar {
	border: 0 solid hsla(0, 0%, 0%, 0);
	margin-bottom: 0;
	position: relative;
}

.collapse.navbar-collapse {
  background: hsl(0, 0%, 0%) none repeat scroll 0 0;
  margin: 0 auto;
  text-align: right;
}
.navbar ul.nav.navbar-nav {
	float:none;
	text-align:center;
}
.navbar ul.nav.navbar-nav {
	display:inline-block;
	float:none;
	vertical-align:middle;
}

.navbar ul.nav.navbar-nav li {
	margin: 0;
	padding: 0 5px;
}

.navbar ul.nav.navbar-nav li:first-child {
	border-left:0px;
}

.navbar ul.nav.navbar-nav li:last-child {
	border-right:0px;	
}

.navbar ul.nav.navbar-nav li a {
  color: #333333;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 13px;
  text-transform: uppercase;
}

.navbar ul.nav.navbar-nav li a:hover {
    background-color: #007AFF;
    color: #FFFFFF;
}
	
.navbar ul.nav.navbar-nav li.active a {
	background-color: #007AFF;
	color: #FFFFFF;
}

.navbar-collapse {
	overflow-x: visible;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:990px) { .navbar-collapse { display: inline-block;} }


.panel-title a.collapsed {
	background-color: hsl(0, 0%, 100%);
	color: hsl(0, 0%, 0%);
}

.panel-title a.collapsed .fa-plus-circle {
	display: block;
}
.panel-title a .fa-plus-circle{
	display: none;
}
.panel-title a .fa-minus-circle {
	display: block;
}
.panel-title a.collapsed .fa-minus-circle {
	display:none;
}

@media (max-width:767px){
	#menu_slide {
		border-color: #333333;
	}
	
	#menu_slide .icon-bar {
		background-color: #333333;
	}
	
	#menu_slide:focus, #menu_slide:hover {
		background-color: #007AFF;
	}
	
	.navbar ul.nav.navbar-nav {
		display: block;
	}
	.navbar-header {
	  text-align: center;
	}
	.navbar ul.nav.navbar-nav li a {
		text-align: center;
	}
}

@media (min-width:768px) and (max-width:992px){
/*
	.logo_img {
		padding: 0px 0;
	}
	.logo_text {
		padding: 0px 0;
	}
*/
}
