@media (min-width: 768px) {
  .navbar .navbar-center {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .navbar .navbar-collapse {
    text-align: center;
  }
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.col-xs-7ths,
.col-sm-7ths,
.col-md-7ths,
.col-lg-7ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-7ths {
  width: 14.28571428571429%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-7ths {
    width: 14.28571428571429%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-7ths {
    width: 14.28571428571429%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-7ths {
    width: 14.28571428571429%;
    float: left;
  }
}
.row.row-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.row-5	div[class^='col-'],
.row.row-5 div[class*=' col-'] {
  padding-left: 5px;
  padding-right: 5px;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
#snippet--modal {
  max-width: 600px;
  margin: 0px auto;
}
.push-btn-left {
  margin-left: 10px;
}
.notext {
  text-indent: -10000px;
}
.p0 {
  padding: 0px;
}
.btn {
  background: #f85147;
  color: #fff;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
  border: 0px none;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
  transition: .3s background;
}
.btn:hover,
.btn:focus {
  background: #f73a2e;
  color: #fff;
  outline: none;
}
.btn.btn-secondary {
  background: #384855;
  border-color: #64d4e0;
}
#tracy-debug .tracy-mode-peek .tracy-inner,
#tracy-debug .tracy-mode-float .tracy-inner {
  max-width: 1200px !important;
}
html {
  background: #fff;
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'Source Sans Pro', sans-serif;
  max-width: 1360px;
  margin: 0px auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  min-height: 100%;
}
a:hover,
a:focus {
  text-decoration: none;
}
.logo {
  display: block;
  float: left;
  height: auto;
  padding: 40px 30px;
  background: #fff;
  border-top: 5px solid #79dae4;
  margin-top: -5px;
  position: relative;
  margin-bottom: -74px;
  z-index: 2;
}
.logo > img {
  max-width: 164px;
}
.logo:before {
  width: 0;
  height: 0;
  border-top: 24px solid #fff;
  border-right: 224px solid transparent;
  content: "";
  position: absolute;
  left: 0px;
  bottom: -24px;
}
header {
  background: #f3efe9;
  background: -moz-linear-gradient(left,#f3efe9 0%,#ffffff 50%,#f3efe9 100%);
  background: -webkit-linear-gradient(left,#f3efe9 0%,#ffffff 50%,#f3efe9 100%);
  background: linear-gradient(to right,#f3efe9 0%,#ffffff 50%,#f3efe9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3efe9',endColorstr='#f3efe9',GradientType=1);
  border-top: 5px solid #3cadc0;
  height: 150px;
}
header .quote {
  float: left;
  color: #9e9082;
  font-size: 20px;
  margin: 0px;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 48px 30px 47px;
}
header .info {
  line-height: 145px;
  color: #3cadc0;
  font-size: 20px;
}
header .info a {
  color: #3cadc0;
  display: inline-block;
  margin-left: 30px;
}
header .info .fa {
  color: #f85147;
}
.navbar {
  background: #3cadc0;
  border-radius: 0px;
  border: 0px none;
  margin: 0px;
}
.navbar .navbar-nav.navbar-left,
.navbar .navbar-nav.navbar-right {
  margin-left: 210px;
}
.navbar .navbar-nav.navbar-left > li > a,
.navbar .navbar-nav.navbar-right > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  padding: 0 15px;
  line-height: 60px;
  margin-left: 0;
}
.navbar .navbar-nav.navbar-left > li > a:hover,
.navbar .navbar-nav.navbar-left > li > a:focus,
.navbar .navbar-nav.navbar-right > li > a:hover,
.navbar .navbar-nav.navbar-right > li > a:focus {
  background: rgba(0,0,0,0.1);
}
.navbar .navbar-nav > li > a {
  padding: 18px 0px;
  margin-left: 15px;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  background: none;
}
.doctor {
  background: url(/images/abstract.png) center center no-repeat #384855;
  min-height: 280px;
  padding: 0px;
}
.doctor .text {
  color: #79dae4;
  font-size: 26px;
  font-weight: 300;
  padding-top: 87px;
  padding-left: 97px;
  line-height: 1em;
  margin: 0px;
  text-align: left;
  text-transform: none;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.05);
  position: relative;
}
.doctor .text:before {
  content: "“";
  position: absolute;
  font-size: 140px;
  left: 30px;
  top: 124px;
  color: rgba(121,218,228,0.5);
}
.doctor .person {
  position: relative;
  float: right;
  height: 280px;
  min-width: 460px;
  background: url(/images/neoral.png) right bottom no-repeat;
  font-size: 20px;
  color: #79dae4;
  padding-top: 75px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.05);
}
.doctor .person span {
  font-size: 14px;
  color: rgba(255,255,255,0.4);
  position: relative;
  top: -5px;
}
.doctor .person:before {
  content: "";
  height: 140px;
  width: 1px;
  background: rgba(60,173,192,0.5);
  position: absolute;
  left: -70px;
  top: 70px;
}
section {
  padding: 65px 0;
}
section .h2 {
  color: #9e9082;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.methods {
  padding-bottom: 100px;
}
.methods .item {
  text-align: center;
  background: #faf9f6;
  display: block;
  border-top: 4px solid #3cadc0;
  overflow: hidden;
  border-bottom: 1px solid #f0efed;
}
.methods .item h2 {
  font-size: 21px;
  color: #f85147;
  text-transform: uppercase;
  margin-top: 0px;
}
.methods .item hr {
  border-color: #384855;
  width: 69px;
  margin: 30px auto;
}
.methods .item .image {
  position: relative;
}
.methods .item .image img {
  transition: .3s all;
}
.methods .item .image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.3);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: .3s all;
}
.methods .item .content {
  padding: 30px 15px;
  position: relative;
  z-index: 2;
  transition: .3s all;
  color: #737f87;
  background: #faf9f6;
}
.methods .item .content:before {
  width: 0;
  height: 0;
  border-bottom: 24px solid #faf9f6;
  border-left: 263px solid transparent;
  content: "";
  position: absolute;
  left: 0px;
  top: -24px;
}
.methods .item .content:after {
  content: "";
  width: 128px;
  height: 7px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  background: #f85147;
  border-top: 2px solid #ff9555;
}
.methods .item .content p {
  font-size: 16px;
}
.methods .item .content p strong {
  color: #3cadc0;
}
.methods .item .content ul {
  list-style: square;
  padding: 0;
  text-align: left;
  list-style: none;
  font-size: 16px;
}
.methods .item .content ul li {
  position: relative;
  padding-left: 10px;
}
.methods .item .content ul li a {
  color: #3cadc0;
  font-weight: 700;
}
.methods .item .content ul li:before {
  content: "■";
  font-size: 8px;
  top: 6px;
  color: #3cadc0;
  position: absolute;
  left: 0px;
}
.half {
  background: #384855;
  overflow: hidden;
  color: #fff;
  padding: 0px;
}
.half .bg {
  background: url(/images/loket.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 650px;
  padding-left: 8%;
  padding-right: 60px;
  padding-bottom: 70px;
}
.half .bg .h2 {
  background: rgba(255,255,255,0.5);
  color: #384855;
  margin: 0px;
  padding: 20px 0;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.half .bg h3 {
  color: #3cadc0;
  font-weight: 900;
  font-size: 35px;
  text-transform: uppercase;
}
.half .bg p {
  color: #384855;
  margin-bottom: 0px;
}
.half .bg .btn {
  position: absolute;
  right: 40px;
  bottom: 70px;
  font-size: 21px;
}
.half .text {
  padding: 30px 0 30px 60px;
  max-width: 575px;
}
.half .text .h2 {
  font-weight: 400;
  color: #fff;
  font-size: 33px;
  text-align: left;
}
.half .text .h2 span {
  color: #3cadc0;
}
.half .text .vypis .item {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 27px 5px;
  position: relative;
  padding-right: 85px;
}
.half .text .vypis .item h3 {
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: .3em;
}
.half .text .vypis .item p {
  margin: 0px;
  font-size: 16px;
  color: rgba(255,255,255,0.4);
}
.half .text .vypis .item .btn {
  background: #f85147;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 50%;
  font-size: 14px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
  border-radius: 0px;
  border: 0px none;
  transform: translateY(-50%);
  transition: .3s background;
}
.half .text .vypis .item .btn:hover {
  background: #f73a2e;
}
.button .btn {
  font-size: 21px;
  padding: 20px 40px;
  background: #3cadc0;
  border-bottom: 3px solid #308a99;
}
.button .btn:hover {
  background: #369bad;
  border-bottom: 3px solid #2a7886;
}
.button .btn.second {
  margin-top: 60px;
  background-color: #f85147;
  border-color: #f62316;
  padding-right: 90px;
  position: relative;
}
.button .btn.second:after {
  content: "\f058";
  font-family: fontAwesome;
  position: absolute;
  right: 25px;
  top: 50%;
  font-size: 50px;
  transform: translateY(-50%);
}
.button .btn.second:hover {
  background-color: #f73a2e;
  border-color: #ea1609;
}
.clients .item .medailon {
  padding-left: 150px;
  position: relative;
  min-height: 128px;
  padding-top: 10px;
  margin-bottom: 30px;
}
.clients .item .medailon img {
  padding: 5px;
  border: 1px solid rgba(60,173,192,0.3);
  position: absolute;
  height: 130px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
}
.clients .item .medailon h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.clients .item p {
  color: #737f87;
}
.clients .item .text {
  padding-left: 60px;
  position: relative;
  font-size: 16px;
}
.clients .item .text:before {
  content: "\f10d";
  font-family: fontAwesome;
  position: absolute;
  font-size: 25px;
  left: 15px;
  top: 0px;
  color: rgba(115,127,135,0.2);
}
footer {
  background: #384855;
  border-top: 5px solid #f85147;
  padding: 80px 0 0;
  color: #737f87;
  font-size: 18px;
}
footer a {
  color: #737f87;
}
footer a:hover {
  color: #3cadc0;
}
footer .share {
  padding-top: 80px;
  color: #737f87;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
footer .share .addthis_inline_share_toolbox {
  margin-top: 20px;
}
footer hr {
  border-color: #4c5c67;
}
footer h5 {
  font-size: 15px;
  color: rgba(115,127,135,0.5);
  text-transform: uppercase;
}
footer .otviracka {
  position: relative;
  padding-left: 140px;
  padding-right: 30px;
}
footer .otviracka:before {
  position: absolute;
  font-size: 60px;
  left: 23px;
  top: -8px;
  content: '\e864';
  font-family: 'Linearicons-Free';
}
footer .map {
  margin-top: 20px;
  display: block;
  width: 100%;
  height: 200px;
}
footer .info {
  padding-left: 140px;
  position: relative;
}
footer .info img {
  left: 0px;
  top: 0;
  position: absolute;
  width: 101px;
}
footer .copy {
  margin-top: 80px;
  text-align: center;
  font-size: 15px;
  background: rgba(0,0,0,0.1);
  padding: 20px 0;
}
footer img {
  margin: 0 auto;
}
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-content .modal-header {
  border-radius: 0px;
  border: 0px none;
  background: #384855;
  color: #737f87;
  padding: 20px 50px;
  text-align: center;
}
.modal .modal-content .modal-header h4 {
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
}
.modal .modal-content .modal-header h4 span {
  color: #3cadc0;
  font-weight: 900;
}
.modal .modal-content .modal-body {
  padding: 20px 50px;
}
.modal .modal-content .modal-body.np {
  padding: 0;
}
.modal .modal-content .modal-body.np .close {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 43px;
  color: #f85147;
  opacity: 1;
  font-size: 30px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}
.modal .modal-content .modal-body img {
  margin: 0;
}
.modal .modal-content .modal-body label {
  display: block;
  margin-bottom: 10px;
}
.modal .modal-content .modal-body label.nadpis {
  margin-bottom: 0;
}
.modal .modal-content .modal-body label textarea {
  height: 120px !important;
}
.modal .modal-content .modal-body label .form-control {
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: rgba(56,72,85,0.1);
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
}
.modal .modal-content .modal-body label .form-control:hover {
  border-color: #3cadc0;
}
.modal .modal-content .modal-body label.checkbox {
  float: left;
  width: auto;
  margin-top: 0px !important;
  padding-left: 20px !important;
  margin-right: 31px;
}
.modal .modal-content .modal-body label.checkbox:last-child {
  margin-right: 0;
}
.modal .modal-content .modal-body #poznamka {
  display: none;
}
.modal .modal-content .modal-footer {
  padding: 20px 50px;
}
.modal .modal-content .modal-footer .btn {
  margin: 0px auto;
  font-size: 24px;
  padding: 10px 25px;
  float: none;
  display: block;
}
.modal .modal-content .modal-footer p {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
  color: rgba(0,0,0,0.6);
}
.detail {
  color: #384855;
}
.detail .navbar-secondary {
  margin-bottom: 50px;
}
.detail .navbar-secondary li:before {
  display: none;
}
.detail .navbar-secondary li > a {
  color: #384855;
}
.detail .navbar-secondary li > a:hover,
.detail .navbar-secondary li > a:focus {
  background: none;
  text-decoration: underline;
}
.detail .navbar-secondary li.active > a {
  text-decoration: none;
  opacity: .7;
}
.detail.foto {
  padding-top: 0;
}
.detail.foto img {
  margin-bottom: 60px;
}
.detail.foto img.main {
  margin-top: 0;
  margin-bottom: 0;
}
.detail hr {
  border-color: #384855;
  max-width: 160px;
  margin-bottom: 40px;
}
.detail h1 {
  color: #f85147;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
.detail h2 {
  color: #3cadc0;
  font-size: 25px;
  font-weight: 700;
  margin: 1.5em 0 1em;
  margin-bottom: .7em;
}
.detail p a,
.detail li a {
  color: #3cadc0;
  font-weight: 700;
}
.detail ul {
  list-style: none;
  font-size: 16px;
  line-height: 1.35em;
  padding-left: 30px;
}
.detail ul li {
  position: relative;
  color: #737f87;
}
.detail ul li h3 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.detail ul li:before {
  position: absolute;
  left: -15px;
  top: 1px;
  font-size: 12px;
  content: "\f054";
  font-family: fontAwesome;
}
.detail ul li ul {
  margin-top: 30px;
  margin-bottom: 30px;
}
.detail ul li li {
  margin-top: 10px;
}
.detail ul li li:before {
  display: none;
  position: absolute;
  left: -20px;
  top: 0px;
  content: "\f054";
  font-size: 13px;
  font-family: fontAwesome;
}
.detail ul.sml {
  padding-left: 15px;
  margin-top: 15px;
}
.detail ul.sml li {
  padding-bottom: 8px;
}
.detail ul.articles .article a {
  color: #384855;
  font-weight: 700;
}
.detail ul.articles .video a {
  color: #f85147;
  font-weight: 700;
}
.detail ol {
  font-size: 16px;
  line-height: 1.5em;
}
.detail p {
  font-size: 16px;
  line-height: 1.5em;
}
.detail h3 {
  font-size: 20px;
  color: #f85147;
  margin-top: 2em;
  font-weight: 700;
}
.detail img {
  max-width: 100%;
  margin: 30px auto;
  margin: 30px 0 0;
  display: inline-block;
}
.detail img + span {
  position: relative;
  top: -30px;
}
.detail strong {
  color: #384855;
}
.detail.reference .featured {
  margin-bottom: 80px;
}
.detail.reference .featured .flex {
  display: flex;
  align-items: center;
  width: 100%;
}
.detail.reference .featured .flex img {
  margin: 0;
  margin-right: 35px;
}
.detail.reference .item {
  padding: 40px 0;
  position: relative;
}
.detail.reference .item.left {
  left: -40px;
}
.detail.reference .item.right {
  left: 40px;
}
.detail.reference .item h2 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 5px;
  margin-top: 0;
  color: #f85147;
}
.detail.reference .item h3 {
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  color: #3cadc0;
}
.detail.reference .item p:last-child {
  color: #384855;
}
.detail.reference .item p {
  color: #384855;
}
.detail.reference .item .image {
  text-align: center;
  margin-top: 0;
}
.detail.reference .item .image img {
  display: inline-block;
  max-width: 220px;
  padding: 10px;
  margin-top: 0;
  border: 1px solid #3cadc0;
  width: 100%;
}
.detail.news p a {
  color: #f85147;
}
.detail.news.foto {
  padding-top: 60px;
}
.detail.news.foto .image {
  margin: 0px auto;
  margin-bottom: 40px;
  margin-right: 30px;
  border-top: 4px solid #3cadc0;
}
.detail.news .datum {
  text-transform: none;
  font-weight: 700;
  color: #384855;
}
.detail.news.list .item {
  display: block;
  margin: 40px 0;
}
.detail.news.list .item .image img {
  border-top: 3px solid #3cadc0;
  margin-top: 5px;
}
.detail.news.list .item h2 {
  margin-top: 0;
}
.detail.news.list .item p {
  color: #384855;
}
.hp-news {
  background: #faf9f6;
}
.hp-news .item {
  display: block;
  margin-bottom: 30px;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 30px;
}
.hp-news .item .image {
  margin-bottom: 30px;
}
.hp-news .item .image img {
  border-top: 4px solid #3cadc0;
}
.hp-news .item p {
  color: #384855;
  font-size: 16px;
  line-height: 24px;
}
.hp-news .item p strong {
  color: #384855;
}
.hp-news .item span {
  font-weight: 700;
  color: #3cadc0;
  text-transform: uppercase;
}
.hp-news .item span.datum {
  text-transform: none;
  font-weight: 700;
  color: #384855;
}
.hp-news .item h2 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  color: #f85147;
}
.hp-news .item.featured .datum {
  margin-bottom: 35px;
  font-weight: 700;
  color: #384855;
}
.hp-news .item.featured .datum i {
  font-size: 14px;
}
.hp-news .item.featured .image {
  position: relative;
}
.hp-news .item.featured .image:before {
  width: 0;
  height: 0;
  border-bottom: 40px solid #faf9f6;
  border-left: 500px solid transparent;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  z-index: 2;
}
.hp-news .item.featured h2 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 30px;
}
.hp-news .item.featured hr {
  border-color: #384855;
  max-width: 160px;
  margin-bottom: 20px;
}
.hp-news .item.featured p {
  font-size: 16px;
}
.poukazy .item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(56,72,85,0.2);
  overflow: hidden;
}
.poukazy .item img {
  margin-top: 0px;
}
.poukazy .item .image {
  position: relative;
}
.poukazy .item .image .badgeAsdf {
  position: absolute;
  right: -58px;
  top: 30px;
}
.poukazy .product h2 {
  color: #3cadc0;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 80px;
}
.poukazy .product h2 span {
  display: block;
  font-size: 25px;
  color: #384855;
  font-weight: 400;
}
.poukazy .product .count {
  display: inline-block;
  width: 40px;
  text-align: center;
  font-weight: 700;
  color: #384855;
}
.poukazy .product p {
  margin-top: 20px;
}
.poukazy .product .quantity {
  line-height: 35px;
  font-size: 25px;
}
.poukazy .product .quantity strong {
  display: inline-block;
  margin-right: 25px;
  font-weight: 400;
}
.poukazy .price h3 {
  color: #f85147;
  font-size: 20px;
  font-weight: 900;
}
.poukazy .form-control {
  border-radius: 0;
  background: #faf9f6;
  box-shadow: none;
}
.poukazy label {
  display: block;
  font-weight: 400;
}
.poukazy .red {
  color: #f85147;
}
.alerts {
  position: fixed;
  right: 0px;
  z-index: 900;
  top: 100px;
}
.alerts .flash {
  max-width: 400px;
  width: 100%;
  height: auto;
  padding: 10px 15px;
  background: #f5f6f7;
  box-shadow: 0 0 30px rgba(0,0,0,0.5);
  margin-bottom: 5px;
  font-size: 20px;
}
.alerts .flash.info {
  background: #54a9b6;
  color: #fff;
}
.alerts .flash.success {
  background: #61bd6d;
  color: #fff;
}
.alerts .flash.warning {
  background: #fba026;
  color: #fff;
}
.alerts .flash.danger {
  background: #b8312f;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .quote {
    font-size: 16px;
    padding: 53px 30px;
  }
  .doctor .text {
    padding-top: 80px;
    font-size: 26px;
  }
  .doctor .person:before {
    left: -24px;
  }
  .methods .item h2 {
    font-size: 22px;
  }
  .half .text {
    max-width: 470px;
  }
  .half .bg {
    padding-top: 820px;
  }
  footer .k-dispozici {
    padding-left: 140px;
  }
  .methods .item .image img {
    width: 100%;
  }
  .methods .item {
    margin-bottom: 30px;
  }
  .methods .item .content:before {
    border-left: 470px solid transparent;
  }
  .methods .item .content ul li:before {
    font-size: 5px;
  }
  .detail.foto img.main {
    margin-top: 80px;
  }
  .detail.foto.news img.main {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .detail.reference .featured .flex img {
    margin-bottom: 15px;
  }
  .poukazy .item .image .badgeAsdf {
    position: absolute;
    right: -18px;
    top: 0px;
  }
  header .quote {
    font-size: 16px;
    padding: 53px 30px;
  }
  header .info {
    line-height: 1.2em;
    font-size: 16px;
    padding-top: 53px;
  }
  header .info a {
    margin: 0px;
  }
  .doctor .person:before {
    display: none;
  }
  .methods .item .image img {
    width: 100%;
  }
  .methods .item {
    margin-bottom: 30px;
  }
  .methods .item .content:before {
    border-left: 354px solid transparent;
  }
  .half .text {
    max-width: 750px;
    margin: 0px auto;
    padding: 60px 15px;
  }
  footer .share {
    padding-top: 30px;
  }
  .methods .item .content ul li:before {
    font-size: 5px;
  }
  .half .bg {
    padding-top: 300px;
    padding-right: 40px;
    padding-bottom: 150px;
  }
  .detail.foto img.main {
    margin-top: 120px;
  }
  .detail.reference .item.right {
    left: 0px;
  }
  .detail.reference .item.left {
    left: 0px;
  }
  .detail.foto.news img.main {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .detail.reference .featured .flex img {
    margin-right: 15px;
    max-width: 70px;
    margin-bottom: 15px;
  }
  .detail.reference .featured .flex h2,
  .detail.reference .featured .flex h3 {
    text-align: left;
  }
  .poukazy .item .image .badgeAsdf {
    position: absolute;
    right: -18px;
    top: 0px;
  }
  header .quote,
  header .info {
    display: none;
  }
  .detail.foto img.main {
    margin: 40px 0;
  }
  .button .btn {
    font-size: 16px;
    padding: 17px 12px;
  }
  .doctor .text {
    padding-left: 60px;
  }
  .doctor .text:before {
    left: 0px;
  }
  .doctor .person {
    background: url(/images/neoral.png) right bottom no-repeat;
    min-width: 0;
    width: 100%;
    max-width: 460px;
    padding-left: 15px;
    background-size: 100% auto;
  }
  .methods .item .content:before {
    border-left: 700px solid transparent;
  }
  .methods .item {
    margin-bottom: 30px;
  }
  .methods .item img {
    width: 100%;
  }
  .methods .item .content:before {
    border-left: 400px solid transparent;
  }
  .half .bg {
    padding-top: 190px;
    padding-left: 15px;
    padding-bottom: 150px;
  }
  .half .text {
    max-width: 100%;
    margin: 0px auto;
    padding: 60px 15px;
  }
  .clients .item {
    margin-bottom: 30px;
  }
  footer .share {
    padding-top: 30px;
  }
  footer .otviracka {
    padding-left: 120px;
  }
  .methods .item .content ul li:before {
    font-size: 5px;
  }
  .container {
    max-width: 400px;
  }
  .doctor .person:before {
    display: none;
  }
  .half .bg {
    padding-top: 340px;
    padding-left: 15px;
    padding-bottom: 150px;
  }
  header {
    height: 100px;
  }
  .logo {
    padding: 20px 10px;
  }
  .logo img {
    max-width: 100px;
  }
  .logo:before {
    border-right: 122px solid transparent;
  }
  .navbar-toggle {
    margin-top: 10px;
    padding-top: 10px;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
    transition: .5s all;
    position: relative;
    left: 0px;
    top: 0px;
  }
  .navbar-toggle:not(.collapsed) .icon-bar.s1 {
    width: 50%;
    transform: rotate(45deg);
    top: 2px;
    left: 1px;
  }
  .navbar-toggle:not(.collapsed) .icon-bar.s2 {
    transform: rotate(315deg);
  }
  .navbar-toggle:not(.collapsed) .icon-bar.s3 {
    width: 50%;
    left: 43%;
    transform: rotate(45deg);
    top: -2px;
  }
  .navbar .navbar-nav.navbar-left {
    margin-left: -15px;
  }
  .navbar .navbar-nav.navbar-left,
  .navbar .navbar-nav.navbar-right {
    margin-left: -15px;
  }
  .navbar .navbar-nav.navbar-left > li > a,
  .navbar .navbar-nav.navbar-right > li > a {
    padding: 10px 15px;
    color: #fff;
    line-height: 1.2em;
  }
  .navbar .navbar-nav.navbar-left > li > a img,
  .navbar .navbar-nav.navbar-right > li > a img {
    display: none;
  }
  .modal .modal-content .modal-footer .btn {
    font-size: 16px;
    padding: 15px;
  }
  .button .btn.second {
    padding: 17px 12px;
  }
  .button .btn.second:after {
    display: none;
  }
  .detail.reference .item .image {
    margin-bottom: 30px;
  }
  .detail.reference .item h2,
  .detail.reference .item h3 {
    text-align: center;
  }
  .detail.reference .item p {
    text-align: center;
  }
  .detail.reference .item.right {
    left: 0px;
  }
  .detail.reference .item.left {
    left: 0px;
  }
}
section.banners img {
  margin: 0 auto;
}
