html, body {
  width: 100%;
  height: 100%;
}

a:link {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #ededed;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #fff;
}

.pad-section {
  padding: 90px 0 50px 0;
}
.pad-section img {
  width: 100%;
}

.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.fbox {
  width: 60%;
  margin: 0 auto;
  border: 4px solid silver;
  padding: 10px 1px 10px 1px;
  background-color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
@media (max-width: 500px) {
.text-vcenter h1 {
  font-size: 2.7em;
}
}

#serwis-opon {
  background: url(../gfx/mobilny-serwis-opon.jpg) no-repeat center center fixed; 
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#informacje {
}

#lokalizacja-wulkanizacja-koscian {
  background-color: #f06100;
  color: #ffffff;
}
#serwis {
  background-color: #1a4364;
  color: #ffffff;
}
#serwis .glyphicon {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  font-size: 60px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

#oferta {
  background: url(../gfx/wulkanizacja-koscian.jpg) no-repeat center center fixed; 
  display: table;
  height: 800px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#oferta .panel {
  opacity: 0.85;
}

#google_map {
  height: 500px;
}

footer {
  padding: 20px 0;
}
footer .glyphicon {
  color: #333333;
  font-size: 60px;
}
footer .glyphicon:hover {
  color: #306d9f;
}

/* -- */

.navbar-brand 
{
    padding-top: 0;
	padding-bottom: 0;
}
.navbar {
  min-height: 103px;
}
.navbar-nav > li > a {
  padding-top: 40px;
  padding-bottom: 10px;
  line-height: 20px;
}
.nav a {
	font-size: 1.2em !important;
}
.panel-body {
	font-size: 17px;
}
.ftxtbox {
	height: 420px;
	min-height: 745px;
	height: auto !important;
}

.navbar-default .navbar-nav > li > a {
    color: #f06100;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #d78e5c;
	text-decoration: underline;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #d78e5c;
}
.gallery {
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}



.btn {
	color: #333;
}
.btn-default {
	color: #333;
}
.btn-default:link, .btn-default:visited {
	color: #333;
	text-decoration: none;
}

