body {
  font-size: 1rem;
  color: #333333;
  padding-top: 56px; }

p {
  line-height: 1.5; }
  p a {
    text-decoration: underline; }
  p .btn {
    text-decoration: none; }

h1#h1Btp {
  color: #353f7c;
  font-weight: 700; }

a {
  color: #333333;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  a:focus, a:hover {
    color: #353f7c; }

a[data-type="tel"] {
  text-decoration: none; }
  @media only screen and (max-width: 768px) {
    a[data-type="tel"] {
      display: inline-block;
      color: white;
      font-size: 20px;
      padding: 15px;
      text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background: #353f7c;
      background: -moz-linear-gradient(90deg, #353f7c 30%, #007bff 70%);
      background: -webkit-linear-gradient(90deg, #353f7c 30%, #007bff 70%);
      background: -o-linear-gradient(90deg, #353f7c 30%, #007bff 70%);
      background: -ms-linear-gradient(90deg, #353f7c 30%, #007bff 70%);
      background: linear-gradient(0deg, #353f7c 30%, #007bff 70%);
      -webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
      -moz-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
      box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75); } }

@media only screen and (max-width: 768px) {
  a[data-type="map"] {
    text-decoration: none;
    display: inline-block;
    color: white;
    font-size: 20px;
    padding: 15px;
    text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #00796b;
    background: -moz-linear-gradient(90deg, #00796b 30%, #009688 70%);
    background: -webkit-linear-gradient(90deg, #00796b 30%, #009688 70%);
    background: -o-linear-gradient(90deg, #00796b 30%, #009688 70%);
    background: -ms-linear-gradient(90deg, #00796b 30%, #009688 70%);
    background: linear-gradient(0deg, #00796b 30%, #009688 70%);
    -webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75); } }

blockquote {
  font-style: italic;
  color: #777777; }

th[scope='row'], td {
  white-space: nowrap; }

.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px; }

.caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .carousel-item .carousel-caption .carousel-h, .carousel-item .carousel-caption p {
    text-shadow: 1px 1px 1px #222222; }

#infoStrip {
  background: #D84315;
  color: white; }
  #infoStrip p {
    margin: 0px;
    padding: .5rem; }

#map_cz path {
  stroke: #353f7c;
  stroke-width: 2; }

#carouselZakazkovaVyroba .carousel-item {
  height: 30vh;
  min-height: 300px; }

.portfolio-item {
  margin-bottom: 30px; }
  .portfolio-item .card a {
    overflow: hidden; }
  .portfolio-item h4 > a {
    text-decoration: underline; }
    .portfolio-item h4 > a:hover, .portfolio-item h4 > a:focus {
      color: #353f7c; }
  .portfolio-item .zoom-img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .portfolio-item:hover .zoom-img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.team-member-icon i {
  color: #353f7c;
  text-shadow: 1px 1px 2px #969696; }

.al-middle th, .al-middle td {
  vertical-align: middle; }

.slideanim {
  visibility: hidden; }

.slideUp {
  /* The name of the animation */
  animation-name: slide;
  -webkit-animation-name: slide;
  /* The duration of the animation */
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  /* Make the element visible */
  visibility: visible; }

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(40%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%); } }
.btn-theme {
  color: "white";
  border-color: #353f7c;
  background-color: #353f7c; }
  .btn-theme.focus, .btn-theme:focus {
    color: "white";
    border-color: #0f1223;
    background-color: #262d58; }
  .btn-theme:hover {
    color: "white";
    border-color: #232951;
    background-color: #262d58; }
  .btn-theme.active, .btn-theme:active, .open > .btn-theme.dropdown-toggle {
    color: "white";
    border-color: #232951;
    background-color: #262d58; }
    .btn-theme.active.focus, .btn-theme.active:focus, .btn-theme.active:hover, .btn-theme:active.focus, .btn-theme:active:focus, .btn-theme:active:hover, .open > .btn-theme.dropdown-toggle.focus, .open > .btn-theme.dropdown-toggle:focus, .open > .btn-theme.dropdown-toggle:hover {
      color: "white";
      border-color: #0f1223;
      background-color: #1b203f; }
  .btn-theme.active, .btn-theme:active, .open > .btn-theme.dropdown-toggle {
    background-image: none; }
  .btn-theme.disabled.focus, .btn-theme.disabled:focus, .btn-theme.disabled:hover, .btn-theme[disabled].focus, .btn-theme[disabled]:focus, .btn-theme[disabled]:hover, fieldset[disabled] .btn-theme.focus, fieldset[disabled] .btn-theme:focus, fieldset[disabled] .btn-theme:hover {
    border-color: #353f7c;
    background-color: #353f7c; }
  .btn-theme .badge {
    color: #353f7c;
    background-color: "white"; }

.btn-outline-theme {
  color: #353f7c;
  background-color: transparent;
  background-image: none;
  border-color: #353f7c; }
  .btn-outline-theme:hover {
    color: #fff !important;
    background-color: #353f7c;
    border-color: #353f7c; }
  .btn-outline-theme:focus, .btn-outline-theme.focus {
    box-shadow: 0 0 0 3px rgba(53, 63, 124, 0.5); }
  .btn-outline-theme.disabled, .btn-outline-theme:disabled {
    color: #353f7c;
    background-color: transparent; }
  .btn-outline-theme:active, .btn-outline-theme.active, .show > .btn-outline-theme.dropdown-toggle {
    color: #fff;
    background-color: #353f7c;
    border-color: #353f7c; }

.bg-theme {
  background-color: #353f7c !important; }

#toTop {
  font-size: 38px;
  line-height: 33px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF;
  position: fixed;
  height: 35px;
  width: 40px;
  right: 6px;
  bottom: 6px;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.9;
  filter: alpha(opacity=90);
  text-decoration: none;
  display: none;
  z-index: 1000;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  #toTop:hover {
    background-color: rgba(0, 0, 0, 0.7); }

.was-validated .form-control:valid ~ .invalid-feedback,
.was-validated .form-control:valid ~ .invalid-tooltip,
.form-control.is-valid ~ .invalid-feedback,
.form-control.is-valid ~ .invalid-tooltip,
.was-validated .custom-select:valid ~ .invalid-feedback,
.was-validated .custom-select:valid ~ .invalid-tooltip,
.custom-select.is-valid ~ .invalid-feedback,
.custom-select.is-valid ~ .invalid-tooltip {
  display: none; }

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block; }

/* TODO Customize footer style */
#footer {
  margin-top: 30px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  background: #353f7c;
  background: -moz-linear-gradient(top, #4451a0 0%, #353f7c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4451a0), color-stop(100%, #353f7c));
  background: -webkit-linear-gradient(top, #4451a0 0%, #353f7c 100%);
  background: -o-linear-gradient(top, #4451a0 0%, #353f7c 100%);
  background: -ms-linear-gradient(top, #4451a0 0%, #353f7c 100%);
  background: linear-gradient(to bottom, #4451a0 0%, #353f7c 100%); }
  #footer > .container {
    padding-top: 30px;
    margin-bottom: 30px; }
  #footer a {
    color: rgba(255, 255, 255, 0.6); }
    #footer a:hover, #footer a:focus {
      color: #FFFFFF; }
  #footer img {
    max-height: 80px; }
  #footer .rp-btpLogo {
    font-size: 3rem; }
  #footer > .copyright {
    background-color: rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 25px 0;
    font-size: 13px;
    display: block; }

::-moz-selection {
  color: white;
  background: #353f7c;
  text-shadow: none; }

::selection {
  color: white;
  background: #353f7c;
  text-shadow: none; }

img::selection {
  color: white;
  background: transparent; }

img::-moz-selection {
  color: white;
  background: transparent; }

body {
  -webkit-tap-highlight-color: #353f7c; }

#mainNav {
  font-size: 1rem;
  background-color: #353f7c; }
  #mainNav .navbar-brand {
    font-size: 22px; }

/*# sourceMappingURL=btp-theme.css.map */
