@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.28571429%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-7ths {
    width: 14.28571429%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-7ths {
    width: 14.28571429%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-7ths {
    width: 14.28571429%;
    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;
}
/* Magnific Popup CSS */
.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;
}
/* Main image in popup */
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;
}
/* The shadow behind the image */
.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) {
  /**
         * Remove all paddings around the image on small screen
         */
  .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;
}
.notext {
  text-indent: -10000px;
}
.p0 {
  padding: 0px;
}
.btn {
  background: #163358;
  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: 0.3s background;
}
.btn:hover,
.btn:focus {
  background: #112744;
  color: #fff;
  outline: none;
}
#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: 'Roboto', 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;
}
.navbar-brand img {
  width: 175px;
}
.logo {
  display: block;
  float: left;
  height: auto;
  padding: 40px 30px;
  background: #fff;
  border-top: 5px solid #289e82;
  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 #38BA9B;
  height: 150px;
}
header .quote {
  float: left;
  color: #9e9082;
  font-size: 18px;
  margin: 0px;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 48px 30px 47px;
}
header .info {
  line-height: 145px;
  color: #38BA9B;
  font-size: 20px;
}
header .info a {
  color: #38BA9B;
  display: inline-block;
  margin-left: 30px;
}
header .info .fa {
  color: #163358;
}
.navbar {
  background: #38BA9B;
  border-radius: 0px;
  border: 0px none;
  margin: 0px;
}
.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: #289e82;
  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(40, 158, 130, 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: #289e82;
  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(56, 186, 155, 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 #38BA9B;
  overflow: hidden;
  border-bottom: 1px solid #f0efed;
  /*
		&:hover {
			.image {
				img {
					margin-top: -10px;
				}
				&:before {
					opacity: 1;
					visibility: visible;
				}
			}
			.content {
				padding-top: 40px;
				padding-bottom: 40px;
				margin-top: -10px;
			}
		}
		*/
}
.methods .item h2 {
  font-size: 21px;
  color: #163358;
  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: 0.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: 0.3s all;
}
.methods .item .content {
  padding: 30px 15px;
  position: relative;
  z-index: 2;
  transition: 0.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: #163358;
  border-top: 2px solid #ff9555;
}
.methods .item .content p {
  font-size: 14px;
  line-height: 21px;
}
.methods .item .content p strong {
  color: #38BA9B;
}
.methods .item .content ul {
  list-style: square;
  padding: 0;
  text-align: left;
  list-style: none;
  line-height: 21px;
}
.methods .item .content ul li {
  position: relative;
  padding-left: 10px;
}
.methods .item .content ul li:before {
  content: "■";
  font-size: 8px;
  top: 0px;
  color: #38BA9B;
  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: #38BA9B;
  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: #38BA9B;
}
.half .text .vypis {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.half .text .vypis .item {
  border-bottom: 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;
}
.half .text .vypis .item p {
  margin: 0px;
  font-size: 16px;
  color: #737f87;
}
.half .text .vypis .item .btn {
  background: #163358;
  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: 0.3s background;
}
.half .text .vypis .item .btn:hover {
  background: #112744;
}
.button .btn {
  font-size: 21px;
  padding: 20px 40px;
  background: #38BA9B;
  border-bottom: 3px solid #2c937a;
}
.button .btn:hover {
  background: #32a68b;
  border-bottom: 3px solid #267f6a;
}
.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(56, 186, 155, 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 #163358;
  padding: 80px 0 0;
  color: #737f87;
  font-size: 18px;
}
footer a {
  color: #737f87;
}
footer a:hover {
  color: #38BA9B;
}
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;
}
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-content .modal-header {
  border-radius: 0px;
  border: 0px none;
  background: #384855;
  color: #737f87;
}
.modal .modal-content .modal-header h4 {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.modal .modal-content .modal-header h4 span {
  color: #38BA9B;
  font-weight: 900;
}
.modal .modal-content .modal-body label {
  display: block;
  margin-bottom: 10px;
}
.modal .modal-content .modal-body label textarea {
  height: 120px !important;
}
.modal .modal-content .modal-body label .form-control {
  border-radius: 0;
  border: 1px solid rgba(115, 127, 135, 0.5);
  box-shadow: none;
  background: #faf9f6;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
}
.modal .modal-content .modal-body label .form-control:hover {
  border-color: #38BA9B;
}
.modal .modal-content .modal-body #poznamka {
  display: none;
}
@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;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  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;
  }
}
@media only screen and (max-width: 767px) {
  header .quote,
  header .info {
    display: none;
  }
  .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;
  }
  body {
    padding: 0;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #333;
  }
  .navbar-inverse .navbar-toggle:hover .icon-bar,
  .navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #fff;
  }
  .navbar-brand {
    padding: 10px 0;
  }
  .navbar-brand > img {
    max-height: 30px;
  }
  .navbar .navbar-nav.navbar-left > li > a {
    padding: 0px 0px;
    line-height: 32px;
  }
  .navbar .navbar-nav.navbar-right > li > a {
    padding: 0px 0 3px 15px;
    margin-left: 0;
  }
  .rezervace .timeslot {
    overflow: hidden;
  }
  .rezervace .timeslot a {
    width: 120px;
  }
  td:not(.date) {
    border-left: 1px solid #666;
  }
  .table-responsive {
    padding-left: 70px;
    padding-top: 34px;
  }
  td.date {
    position: absolute !important;
    left: 0px;
    z-index: 99;
    height: 100%;
    width: 70px !important;
    background: #fff;
  }
  .rezervace tr {
    padding: 0px !important;
    height: 37px;
  }
  .table > thead {
    position: fixed;
    top: 55px;
    left: 0px;
    z-index: 100;
    width: 1730px !important;
    background: #fff;
  }
  .table > thead > tr {
    width: 1730px !important;
    display: block;
    overflow: hidden;
  }
  .table > thead > tr > th {
    float: left;
    width: 82px;
  }
  .table > thead > tr > th:first-child {
    width: 70px;
    height: 38px;
  }
}
