html, body
{
  height: 100%;
}
.logo
{
  max-width: 100%;
  max-height: 100%;
}
.navbar-brand, .navbar-nav li a
{
    line-height: 100px;
    height: 100px;
}
.navbar
{
  background-color: white;
  border: 0;
}
.navbar-default .navbar-nav > li > a
{
	color: black;
  line-height: 50px;
  padding-top: 21px;
}
.navbar-default .navbar-nav > li > a:hover
{
	color: black;
}
.navbar-nav > li#phone
{
  padding-left: 60px;
}
.navbar-right > li.menuBold
{
  font-weight: bold;
}

.container >  .row > h1.title
{
  font-weight: bold;
  font-size: 4.2em;
  text-align: right;
  margin-bottom: 0px;
  color: black;
}
 .container > .row > h1 > span
{
  color: red;
}
.container > .row > h2.title
{
  font-weight: lighter;
  font-size: 1.5em;
  text-align: right;
  margin-top: 0px;
}
.container > .row > div.dots
{
  text-align: right;
  margin-top: 20px;
  font-size: 2em;
}
.container > .row > img.audi
{
  width: 100%;
}
.container p
{
  text-align: center;
  color: black;
}
.container > .row > .col-md-3 > strong > p
{
  font-size: 2em;
  margin-bottom: 0px;
}
.container > .row > .col-md-3 > p.lighter
{
  margin-bottom: 0px;
  font-weight: lighter;
}
div.vertical-line
{
  width: 1.1px; /* Line width */
  background-color: black; /* Line color */
  height: 105px;
  margin-left: 50%;
}
div.square
{
  position: relative; /*remember for animation, must be relative */
  width: 15px;
  height: 15px;
  z-index: 1;
  background-color: black;
  margin: 0 auto;
  top: -105px;
}
#animationSliders
{
  margin-bottom: 20px;
}
.container > .row#servicesDescriptions
{
  color: black;
  padding-top: 90px;
  padding-bottom: 90px;
}
.container > .row#servicesDescriptions > .col-md-4 > img
{
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.container > .row#servicesDescriptions > .col-md-4 > p
{
  margin-top: -5px;
  font-size: 1.2em;
  text-align: left;
}
.container > .row#servicesDescriptions > .col-md-4 > p.indentedDesc
{
  margin-left: 5px;
  margin-right: 100px;
  font-size: 0.9em;
  color: gray;
}
.container > .row#servicesDescriptions > .col-md-4 > strong
{
  display: block;
  margin-top: 20px;
  font-size: 2em;
  text-align: left;
}
.container > .row > .col-md-6
{
  color:black;
}
.container > .row > .col-md-6 > img
{
  max-width: 100%;
  max-height: 100%;
}
.container > .row > .col-md-6 > strong
{
  font-size: 3em;
  font-weight: 700;
}
span.blackdots
{
  color: black !important;
  font-size: 1.5em;
}

.container > .row > .col-md-6 > span
{
  font-size: 3em;
  margin-left: 5px;
  color: red;
}
.container > .row > .col-md-6 > p
{
  display: block;
  text-align: left;
  margin-right: 80px;
  margin-top: 20px;
}
.footer
{
    background-image: url("../img/stopka.png");
    margin: 0;
    height: 230px;
    margin-top: 10px;
    font-size: 1.2em;
    max-width: 100%;
    max-height: 100%;
    color: white;
    font-weight: bold;
}
.footer > .container
{
  padding-top: 60px;
}
.footer > .container > .col-md-4 > span
{
    font-weight: lighter;
}
.footer > .container > .col-md-6 > ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.footerUl > li
{
  display: inline-block;
  margin-left: 20px;
}
a:hover
{
  color: red;
}
.justify
{
  text-align: center;
  font-family: 'Segoe UI';
}
iframe.map
{
  width: 100%;
  height: 300px;
}
p.dark-bold
{
  color: black;
  font-weight: bold;
  text-align: center;
  font-size: 2.1em;
}
.gradientLine
{
  background: #7a691f; /* Old browsers */
  background: -moz-linear-gradient(left, #DFB34F 0%, #F4DF8A 52%, #DFB34F 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #DFB34F 0%,#F4DF8A 52%,#DFB34F 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #DFB34F 0%,#F4DF8A 52%,#DFB34F 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a691f', endColorstr='#7a691f',GradientType=1 ); /* IE6-9 */
  width: 100%;
  height: 10px;
}
p.bigger-dark-bold
{
  color: black;
  font-weight: 700;
  text-align: center;
  font-size: 5em;
}
span.dark-bold
{
  color: black;
  font-weight: bold;
  font-size: 2em;
  margin-top: -10px;
}
span.small-phone
{
  font-size: 2.5em;
}
span.bigger-dark-bold
{
  color: black;
  font-weight: 700;
  text-align: center;
  font-size: 5em;
}
