@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800,800italic);

p,h1,h2,h3,h4,h5,h6 {
	font-family:"Open Sans", Arial;
}

#content img {
	display:inline-block;
	width:100% \9;
	max-width:100%;
	height:auto;
	padding:4px;
	margin:10px;
	line-height:1.42857143;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:4px;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

#map img {
	width:100%;
	max-width:none;
	background-color:transparent;
}

body {
	background:url(../img/bg.png);
}

#wrapper {
	width:980px;
	margin:0 auto;
	background:#fff;
	box-shadow: 0 0 5px #ccc;
}

#slider {
	padding-top:130px;
}

#content {
	margin-top:0;
	padding:10px;
	text-align:justify;
	font-size:16px;
}

#footer {
	color:#fff;
	font-size:12px;
	margin-top:20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 20px;
	background-color: #3e4753;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #777777;
}

.navbar {
	position:fixed;
	z-index:999 !important;
	width:980px;
}

.navbar a {
	font-size:16px;
}

.navbar-nav > li > a {
	padding:8px 13px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active {
	background-color:#2196f3;
	color:#fff;
}

.jumbotron {
	background-color:#fff;
	margin: -10px;
	margin-bottom: -30px;
}

.jumbotron p {
	font-weight:normal;
}

.map
{
  width: 600px;
  height: 350px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #eeeeee;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eeeeee;
  margin:-10px;
}

.saved {
	display:none;
}