/* www.autostar.sk*/



html, body {
  color: #000;
  font-family: 'Fira Sans', sans-serif;
  height: 100%;
}

a, a:hover {
  color: #000;
  text-decoration: none;
}

p {
  margin: 0 0 0px;
}

em { font-style: italic; }

.margin-no {
  padding-left: 0px;
  padding-right: 0px;
}

.margin-top-yes {
  padding: 0 0 15px 0;
}


.content-page, .contact-page h3 {
  text-transform:uppercase;
}

.full {
  background: url('../img/bg05.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

/* Header */

.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: rgba(0,0,0,0.7);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: rgba(0,0,0,0.7);
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: rgba(0,0,0,0.7);
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: rgba(0,0,0,0.7);
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: rgba(0,0,0,0.7);
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: rgba(0,0,0,0.7) !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: rgba(255, 255, 255, 0.7);
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #000;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: rgba(0,0,0,0.7);
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #000;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: rgba(0,0,0,0.7);
  }
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  text-align: center;
  color: white;
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}

header .logo-center {
  display: inline-block;
  min-width: 500px;
  min-height: 500px;
  margin: 0px auto;
  background: url(../img/header-logo.png) no-repeat center center;
  z-index: 99992;
  cursor: pointer;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  header .logo-center {
    width: 250px !important;
    height: 250px !important;
  }

  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

header .btn-primary {
  color: rgba(255, 255, 255, 0.7);
  background-color: #000;
  border-color: #000;
}
header .btn-primary:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

.content-page {
  min-height: 50vh;
  border-radius: 0px;
  background: rgba(255,255,255,0.3);
}

.content-page .ul-content p {
  text-align: justify;
}
.content-page .ul-content ul {
  list-style-type: square;
  padding: 0 35px
}
.content-page .ul-content ul li {
  padding: 0 5px
}


/* Black Block */

.black-block {
  height: auto;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
}
.black-block h2 {
  text-align: center;
  padding: 35px 0;
}
.black-block .col-sm-4:hover {
  cursor: pointer;
  background-color: rgba(0,0,0,1) !important;
}
.black-block .col-sm-4:first-child  {
  border-left: 0px solid #fff;
}
.black-block .col-sm-4:nth-child(2), .black-block .col-sm-4:nth-child(3) {
  border-left: 1px solid rgba(255,255,255,0.3);
}


/* Contact */

.contact-page a {
  color: #fff;
}

#map-canvas {
  width: 100%;
  height: 450px;
  margin-bottom: 0px;
  opacity: 0.7;
}
#map-canvas a, #map-canvas a:hover {
  color: #000;
}

.map-canvas-contact {
  padding: 25px;
  z-index: 9999;
  opacity: 1;
  height: 450px;
  width: 100%;
  background: rgba(0,0,0,0.7);
  color: #fff;
}

.map-canvas-contact h1 {
  text-align: center;
  padding: 10px 0;
}

.map-canvas-contact .alert {
  padding: 18px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  border-radius: 0px;
  display: block;
  text-align: center;
  font-weight: bold;
}

.map-canvas-contact .alert-danger {
  color: #E6342A;
  background-color: #f2dede;
  border-color: rgba(230, 52, 42,0.3);
}

.map-canvas-contact .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}


.contact-page .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  background: none;
}

.contact-page .btn-default {
  color: #fff;
  background-color: none;
  border-color: #fff;
}
.contact-page .btn-default:hover {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* Footer */

footer.footer-page {
  background: #000;
  padding: 25px 0;
}
footer.footer-page p.font-size: 13px; {
  color: #787878;
  text-align: left;
  font-size: 13px;
  line-height: 3;
}
footer.footer-page p.copyright a, footer p.copyright a:hover {
  color: #787878;
  text-decoration: none;
}

footer.footer-page i {
  color: #787878 !important;
  text-align: right;
  padding: 0 2.5px;
}