/*!
 * Start Bootstrap - Grayscale v3.3.7+1 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  color: white;
  background-color: #263e50;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
h2  {
  margin: 0 0 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 24px;
  padding-bottom: 5px;
  background-color: transparent;
  background-image: url(../img/nadpis-delic.png);
  background-size: 90px 3px;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: block;
}
h2.sedy {
  margin: 0 0 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 24px;
  padding-bottom: 5px;
  background-color: transparent;
  background-image: url(../img/nadpis-delic.png);
  background-size: 90px 3px;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: block;
  color: #868585;
}

h3  {
  margin: 0 0 20px 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
  display: block;
}

h3#sidlo  {
  margin: 0 0 10px 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 16px;
  display: block;
  color: #969696;
}

h2#kontakt {
  margin: 0 0 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 24px;
  padding-bottom: 5px;
  background-color: transparent;
  background-image: url(../img/nadpis-delic.png);
  background-size: 90px 3px;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: block;
}

p {
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 1.5;
}
#menu-kontakt {
}

#menu-kontakt a{
  color: #263e50;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  margin-top: 33px;
  float: right;
}
.logo {
  margin-top: -25px;
  background-image: url(../img/logo.png);
  background-size: 125px 125px;
  background-repeat: no-repeat;
  display: block;
  width: 125px;
  height: 125px;
  margin-right: 10px;
}
#menu-delic{
  margin-top: -25px;
  background-image: url(../img/menu-delic.png);
  background-size: 1px 48px;
  background-repeat: no-repeat;
  display: block;
  width: 1px;
  height: 48px;
  margin-top: 18px;
}

.fa {
    margin-top: 250px;
}

.row-centered {
    margin: 0 auto;
    text-align:center;
}
.col-centered, .sluzba{
    display:inline-table;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    margin: 0 20px;
    background: white;
}

.sluzba {
  height: 275px;
  margin-bottom: 100px;
  width: 255px;
}
.sluzba p{
  margin-top: 40px;
  margin-bottom: 0px;
  text-align: center;
  color: #263e50;
  font-weight: 700;
  font-size: 20px;
}

.sluzba p.vypis{
  margin-top: 20px;
  text-align: center;
  color: #263e50;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
}

.tym {
  height: 275px;
  margin-bottom: 100px;
  width: 300px;
}

.tym h3 {
  color: #263e50;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}



#slova-klientum {
  width: 40%;
  color: black;
  text-align: center;
  margin: 0 auto;
  text-align: justify;
  margin-bottom: 100px;
}

#slova-klientum p{
  text-align: justify;
}

#slova-klientum p#podpis{
  text-align: right;
  color: #868585;
}

#jmeno {
  font-weight: 700;
  color: #263e50;
}

/*.petrov {
  background: url(../img/petrov.jpg) no-repeat;
  background-color: #868585;
  background-size: cover;
  background-repeat: no-repeat;
}*/

.oddelovac {
  margin: 0 auto 10px auto;
  width: 90px;
  height: 3px;
  background-color: transparent;
  background-image: url(../img/nadpis-delic.png);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}


@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 16px;
    line-height: 1.6;
  }
  p.kontakt {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.5;
  }
}
a {
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #969696;
}
.light {
  font-weight: 400;
}
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-family: 'Open Sans', sans-serif;
  background-color: white;
}
.navbar-custom .navbar-toggle {
  color: #868585;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  height: 30px;
  margin-top: -250px;
  margin-right: 4px;
  margin: -250px auto 0 auto;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
  margin-top: -40px;
}

.fa.fa-angle-down {
    margin-top: 100px;
}



.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  margin-top: 18px;
  color: black;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  color: black;
  outline: none;
  background-color: transparent;
  background-image: url(../img/delic.png);
  background-size: 42px 2px;
  background-repeat: no-repeat;
  background-position: center 83%;
  display: block;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  color: black;
  outline: none;
  background-color: transparent;
  background-image: url(../img/delic.png);
  background-size: 42px 2px;
  background-repeat: no-repeat;
  background-position: center 83%;
  display: block;
}
.navbar-custom .nav li.active {
  outline: none;
}

.navbar-custom .nav li.active a:hover {
  color: black;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    height: 100px;
    background: white;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.75);
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url(../img/intro-bg-retush.jpg) no-repeat bottom center scroll;
  background-color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
.petrov {
  display: grid;
  width: 55%;
  height: 450px;
  padding: 0px;
  margin-top: -20px;
  float:right;
  background: url(../img/petrov.jpg) no-repeat center 20%;
  background-color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}


@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 100px;
  }
  .intro .intro-body .intro-text {
    font-size: 72px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: normal;
  }
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  font-size: 55px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: transparent;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.sluzby-section {
  padding-top: 120px;
}
.nas-tym-section {
  width: 100%;
  padding-top: 120px;
  background: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.kontakt-section {
  padding-top: 20px;
}
.download-section {
  width: 100%;
  padding: 50px 0;
  color: white;
  background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 250px;
  }
  .download-section {
    padding: 100px 0;
  }
  #map {
    height: 400px;
    margin-top: 250px;
  }
}
.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn-default {
  border: 1px solid #42DCA3;
  color: #42DCA3;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #42DCA3;
  outline: none;
  color: black;
  background-color: #42DCA3;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }

.logo {
  margin: -25px auto 0 auto;
  background-image: url(../img/logo.png);
  background-size: 125px 125px;
  background-repeat: no-repeat;
  display: block;
  width: 125px;
  height: 125px;
}

.intro {
  margin-top: 180px;
}

.intro .intro-body .intro-text {
    font-size: 40px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    width: 200px;
    text-align: center;
    margin: 0 auto;

    }

.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}

.navbar-custom .navbar-toggle {
    color: #868585;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 14px;
    display: block;
    height: 30px;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    float: none;
}

.fa {
    margin: 0;
}

#menu-delic {
    display: none;
}

#menu-kontakt {
  width: 200px;
  text-align: center;
  margin: 0 auto 33px auto;
}

#menu-kontakt a{
  float: none;
}

}

footer {
  padding: 50px 0;
}
footer p {
  margin: 0;
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
