@import url(https://use.typekit.net/sky3seg.css);
.color-primary {
  color: #000 !important;
}
.color-secondary {
  color: #e54f06 !important;
}
.color-tertiary {
  color: #000 !important;
}
.no-margin {
  margin: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
a {
  color: #000;
}
a:hover,
a:focus {
  text-decoration: underline;
  color: #e54f06;
}
a.thumbnail:active,
a.thumbnail:hover {
  border-color: #e54f06;
}
.text-italic {
  font-style: italic;
}
h1,
.h1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 1.875em;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #59564f;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    margin: 50px 0;
  }
}
h1:before,
.h1:before {
  margin: 0 25px 0 0;
  content: '\e90d';
  font-family: 'NfpkFont';
  font-size: 1.3em;
  font-style: normal;
  color: #8b8179;
}
h2,
.h2 {
  padding: 0;
  font-size: 1.5625em;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #59564f;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 1.875em;
  }
}
h3,
.h3 {
  font-size: 1.25em;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #59564f;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.5625em;
  }
}
h4,
.h4 {
  font-weight: 700;
  text-transform: uppercase;
}
body {
  font-family: sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  background-image: url(/images/front/bg-body1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) {
  body {
    font-family: 'futura-pt', sans-serif;
  }
}
.modal-backdrop {
  z-index: 9999;
}
.modal {
  z-index: 99999;
  text-align: left;
  color: #000 !important;
}
.overlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 100%;
  z-index: 999;
}
.overlay .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
#header {
  margin: 0 0 50px 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 3px solid #e54f06;
  position: relative;
}
#header .logo {
  display: block;
  width: 100%;
  max-width: 230px;
  margin: 35px 0 0 0;
}
@media (min-width: 768px) {
  #header .logo {
    margin: 0;
  }
}
#header .container {
  position: relative;
  min-height: 100px;
}
@media (min-width: 768px) {
  #header .container.default {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100px;
    align-items: center;
  }
}
@media (min-width: 992px) {
  #header .container.inNav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100px;
    align-items: center;
  }
}
#header .container > .row {
  width: calc(100% + 30px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
#header .container > .row > div.socials {
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  #header .container > .row > div.socials {
    display: none;
  }
}
#header .container > .row > div.socials > a {
  display: inline-block;
}
#header .container > .row > div.socials > a > .ssg {
  font-size: 1.5625em;
}
#header .container > .row > div.socials > a:hover,
#header .container > .row > div.socials > a:focus,
#header .container > .row > div.socials > a:active {
  text-decoration: none;
}
#header .container > .row > div.socials > a + a {
  margin-left: 15px;
}
#header .container .triggerMenu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #8b8179;
  line-height: 1;
  font-size: 1.5625em;
  border: 0px none;
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 99;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
@media (min-width: 992px) {
  #header .container .triggerMenu {
    top: auto;
  }
}
#header .container .triggerMenu:hover,
#header .container .triggerMenu:focus,
#header .container .triggerMenu:active {
  -webkit-transform: rotate(0) scale(1.1) skew(0) translate(0);
  -moz-transform: rotate(0) scale(1.1) skew(0) translate(0);
  -o-transform: rotate(0) scale(1.1) skew(0) translate(0);
  -ms-transform: rotate(0) scale(1.1) skew(0) translate(0);
  transform: rotate(0) scale(1.1) skew(0) translate(0);
}
#header .container .triggerMenu:after {
  content: '\f0c9';
  margin-left: 10px;
  font-family: 'NfpkFont';
  font-size: 35px;
}
#header > nav {
  display: none;
  width: 100%;
  margin-top: -100px;
  background-color: #e54f06;
  position: relative;
}
@media (min-width: 992px) {
  #header > nav {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
  }
}
#header > nav .container .triggerMenu {
  color: #fff;
}
#header > nav .container .triggerMenu:after {
  content: '\f00d';
}
#header > nav .container .triggerMenu:hover,
#header > nav .container .triggerMenu:focus,
#header > nav .container .triggerMenu:active {
  color: #000;
}
#header > nav .container > ul {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  #header > nav .container > ul {
    display: table;
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header > nav .container > ul {
    width: 880px;
  }
}
#header > nav .container > ul > li {
  padding: 10px 10px;
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #header > nav .container > ul > li {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  #header > nav .container > ul > li {
    padding: 8px 14px;
  }
}
#header > nav .container > ul > li > a {
  display: block;
  color: #fff;
}
#header > nav .container > ul > li > a:hover,
#header > nav .container > ul > li > a:focus,
#header > nav .container > ul > li > a:active {
  text-decoration: none;
  color: #000;
}
#header > nav .container > ul > li.socials,
#header > nav .container > ul > li.locales {
  line-height: 1;
}
@media (min-width: 768px) {
  #header > nav .container > ul > li.socials,
  #header > nav .container > ul > li.locales {
    display: none;
  }
}
#header > nav .container > ul > li.socials > a,
#header > nav .container > ul > li.locales > a {
  display: inline-block;
}
#header > nav .container > ul > li.socials > a > .ssg,
#header > nav .container > ul > li.locales > a > .ssg {
  font-size: 1.5625em;
}
#header > nav .container > ul > li.socials > a:hover,
#header > nav .container > ul > li.locales > a:hover,
#header > nav .container > ul > li.socials > a:focus,
#header > nav .container > ul > li.locales > a:focus,
#header > nav .container > ul > li.socials > a:active,
#header > nav .container > ul > li.locales > a:active {
  text-decoration: none;
}
#header > nav .container > ul > li.socials > a + a,
#header > nav .container > ul > li.locales > a + a {
  margin-left: 15px;
}
@media (min-width: 992px) {
  #header > nav .container > ul > li:first-of-type {
    padding-left: 0;
  }
}
#header.navOpen {
  background-color: #e54f06;
}
#header.navOpen .logo {
  display: none;
}
#header.navOpen .navShow {
  display: none;
}
#header.navOpen > nav {
  display: block;
}
@media (min-width: 992px) {
  #header.navOpen > nav {
    margin-bottom: 0px;
  }
}
#footer {
  margin-top: 50px;
  -webkit-box-shadow: 0 0 25px 0 rgba(89, 86, 79, 0.2);
  -moz-box-shadow: 0 0 25px 0 rgba(89, 86, 79, 0.2);
  box-shadow: 0 0 25px 0 rgba(89, 86, 79, 0.2);
  font-style: italic;
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
}
#footer > .top {
  background-color: #fff;
  padding: 20px 0;
  color: #59564f;
}
#footer > .top h4 {
  margin-top: 0;
}
#footer > .top a {
  color: #59564f;
}
@media (min-width: 768px) {
  #footer > .top .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #footer > .top .row > div:not(:first-of-type) {
    margin-top: 15px;
  }
}
#footer > .top .row > div:last-of-type img {
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  #footer > .top .row > div:last-of-type img {
    margin: 0 auto;
  }
}
#footer > .bottom {
  background-color: #8b8179;
  padding: 20px 0;
  color: #fff;
}
#footer > .bottom a {
  color: #fff;
}
@media (min-width: 768px) {
  #footer > .bottom .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #footer > .bottom .row > div:not(:first-of-type) {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  #footer > .bottom .row > div:last-of-type {
    text-align: right;
  }
}
#footer > .bottom .row > div:last-of-type img {
  max-width: 120px;
}
.homepage {
  min-height: calc(100vh - 153px - 279px);
}
.homepage h1 {
  display: block;
  font-size: 1.5625em;
}
@media (min-width: 768px) {
  .homepage h1 {
    font-size: 2.1875em;
  }
}
@media (min-width: 992px) {
  .homepage h1 {
    font-size: 3.4375em;
  }
}
@media (min-width: 1200px) {
  .homepage h1 {
    font-size: 4.375em;
  }
}
.homepage h1 img {
  max-width: 100px;
}
.homepage h1:before {
  display: none;
}
.homepage .buttons {
  margin-top: 25px;
}
.homepage .buttons .btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100px;
  align-items: center;
  font-size: 1.5625em;
  line-height: 1.4;
  -webkit-box-shadow: 0 0 25px 0 rgba(89, 86, 79, 0.3);
  -moz-box-shadow: 0 0 25px 0 rgba(89, 86, 79, 0.3);
  box-shadow: 0 0 25px 0 rgba(89, 86, 79, 0.3);
}
@media (max-width: 991px) {
  .homepage .buttons .btn {
    margin-top: 15px;
  }
}
.homepage .buttons .btn > .ssg {
  font-size: 2em;
  margin-right: 20px;
}
.homepage .buttons .btn > span {
  display: block;
  text-align: left;
  font-style: italic;
  text-transform: uppercase;
}
.homepage .buttons .btn + .btn {
  margin-top: 15px;
}
.homepage .buttons .btn.large {
  height: 215px;
  flex-direction: column;
  justify-content: center;
  font-size: 2.1875em;
  -webkit-box-shadow: 0 0 25px 0 rgba(229, 79, 6, 0.3);
  -moz-box-shadow: 0 0 25px 0 rgba(229, 79, 6, 0.3);
  box-shadow: 0 0 25px 0 rgba(229, 79, 6, 0.3);
}
.homepage .buttons .btn.large > .ssg {
  margin: 0 0 10px 0;
}
.homepage .buttons .btn.large > span {
  text-align: center;
  font-weight: 700;
}
.pageBackground {
  min-height: calc(100vh - 103px);
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  background-position: top right;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .pageBackground {
    display: none;
  }
}
@media (max-width: 1199px) {
  .pageBackground {
    -webkit-background-size: 400px auto;
    -moz-background-size: 400px auto;
    -o-background-size: 400px auto;
    background-size: 400px auto;
  }
}
.pageBackground.bg1 {
  background-image: url(/images/front/petr-koukal1.png);
  background-position: top left;
}
@media (max-width: 991px) {
  .pageBackground.bg1 {
    width: 50%;
    margin: 0;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media (max-width: 1199px) {
  .pageBackground.bg1 {
    -webkit-background-size: 485px auto;
    -moz-background-size: 485px auto;
    -o-background-size: 485px auto;
    background-size: 485px auto;
  }
}
.pageBackground.bg2 {
  background-image: url(/images/front/petr-koukal2.png);
}
.pageBackground.bg3 {
  background-image: url(/images/front/petr-koukal3.png);
}
.pageBackground.bg4 {
  background-image: url(/images/front/petr-koukal4.png);
}
.htmlContent {
  margin: 15px 0;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
  -moz-box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
  box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
}
@media (min-width: 768px) {
  .htmlContent {
    margin: 30px 0;
    padding: 30px;
  }
}
.htmlContent .innerContent {
  margin: 15px 0 0 0;
  padding: 15px;
  background-color: rgba(139, 129, 121, 0.1);
}
@media (min-width: 768px) {
  .htmlContent .innerContent {
    margin: 30px 0 0 0;
    padding: 30px;
  }
}
.contacts-container {
  margin: 50px 0;
}
.contacts-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.contacts-list > div[class^="col-"] {
  margin-bottom: 30px;
}
.contacts-list .clearfix {
  width: 100%;
  height: 1px;
}
.contact-card {
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: #fff;
  text-align: left;
  -webkit-box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
  -moz-box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
  box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
}
.contact-card:before,
.contact-card:after {
  content: ' ';
  display: table;
}
.contact-card:after {
  clear: both;
}
.contact-card a[href^="tel"]:before,
.contact-card a[href^="mailto"]:before,
.contact-card a[data-qr-code]:before {
  display: inline-block;
  width: 18px;
  margin-right: 2px;
  font-family: 'NfpkFont';
  text-align: center;
  color: #e54f06;
  font-size: 0.8em;
}
.contact-card a[href^="tel"]:before {
  content: '\f095';
}
.contact-card a[href^="mailto"]:before {
  content: '\f0e0';
}
.contact-card a[data-qr-code]:before {
  content: '\f029';
}
.contact-card .info {
  padding: 0 10px;
  font-size: 1em;
  color: #59564f;
}
@media (min-width: 768px) {
  .contact-card .info {
    width: 66.66666667%;
    float: left;
    padding: 0 10px 0 20px;
  }
}
.contact-card .info h4 {
  margin: 0 0 10px 0;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: none;
}
.contact-card .info h4 small {
  color: #000;
  font-size: 0.8em;
}
.contact-card .info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-card .info ul > li {
  padding: 0;
}
.contact-card .info ul > li:not(:first-of-type) {
  margin: 2px 0 0 0;
}
.contact-card .info ul.note {
  font-size: 0.9em;
}
.contact-card .info ul.note > li {
  padding: 0 0 0 20px;
  position: relative;
}
.contact-card .info ul.note > li:before {
  content: '';
  display: block;
  width: 7px;
  padding-top: 7px;
  background-color: #e54f06;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 7px;
}
.contact-card .photo {
  position: relative;
}
@media (min-width: 768px) {
  .contact-card .photo {
    width: 33.33333333%;
    float: left;
  }
}
.contact-card .photo > img {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 15px auto;
}
@media (min-width: 768px) {
  .contact-card .photo > img {
    margin: auto;
  }
}
.contact-card .photo:after {
  display: block;
  height: 100%;
  padding-left: 100%;
  content: '';
  background-image: url(/images/front/mask-hexagon.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.news-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.news-list > div {
  margin: 15px 0;
}
.news-list .item {
  display: block;
  height: 100%;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
  -moz-box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
  box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
}
.news-list .item > img {
  display: block;
  width: 100%;
}
.news-list .item > .title {
  margin: 15px 0;
  padding: 0 15px;
  color: #e54f06;
  font-size: 1.25em;
  font-style: italic;
  font-weight: 700;
}
.news-list .item > .perex {
  margin: 15px 0;
  padding: 0 15px;
}
.news-list .item:hover,
.news-list .item:focus,
.news-list .item:active {
  text-decoration: none;
  border-color: #e54f06;
}
.news-detail .perex {
  margin: 0 0 15px 0;
  font-style: italic;
  font-weight: 700;
}
.news-detail > img {
  margin: 15px auto;
}
.projects-list .item {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
  -webkit-box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
  -moz-box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
  box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
}
@media (min-width: 768px) {
  .projects-list .item {
    padding: 30px 110px 30px 30px;
  }
}
.projects-list .item .year {
  display: block;
  font-size: 1.25em;
  color: #e54f06;
  font-style: italic;
  font-weight: 700;
}
.projects-list .item h3 {
  margin: 10px 0 15px 0;
}
.projects-list .item .partner {
  margin: 15px 0;
  padding: 15px;
  background-color: #fff;
  color: #59564f;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  font-size: 1.25em;
  border: 1px solid #e54f06;
  -webkit-box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
  -moz-box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
  box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
}
@media (min-width: 768px) {
  .projects-list .item .partner {
    width: 33.33333333%;
    margin: 0;
    position: absolute;
    top: 30px;
    left: calc(100% - 80px);
  }
}
.projects-list .item .partner > small {
  display: block;
  font-style: normal;
  text-transform: lowercase;
  font-weight: 400;
}
.projects-list .item .partner > img {
  display: block;
  width: 100%;
  margin: 15px auto 0 auto;
}
.partners-list > div {
  margin-bottom: 30px;
}
.partners-list .item {
  display: block;
  padding: 0 15px;
}
.partners-list .item > .name {
  display: block;
  margin: 0 0 10px 0;
  text-align: center;
}
.partners-list .item .logo {
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.partners-list .item .logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*.transition-duration(0.5s);

					&.no-image {
						.opacity(0.15);
					}*/
}
.medicalPlaces-buttons {
  margin: 0 0 50px 0;
}
.medicalPlaces-buttons > .btn {
  width: 120px;
}
.medicalPlaces-buttons > .btn.active {
  font-weight: 700;
}
.medicalPlaces-buttons > .btn:not(.active) {
  background-color: #fff;
  color: #e54f06;
}
.medicalPlaces-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.medicalPlaces-list > div[class^="col-"] {
  margin-bottom: 30px;
}
.medicalPlaces-list .item {
  height: 100%;
  background-color: #fff;
  padding: 15px;
  color: #59564f;
  -webkit-box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
  -moz-box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
  box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
}
.medicalPlaces-list .item > .firm,
.medicalPlaces-list .item > .name {
  display: block;
  font-size: 1.25em;
  font-style: italic;
}
.medicalPlaces-list .item > .name {
  color: #e54f06;
  font-weight: 700;
}
.medicalPlaces-list .item .badge {
  background-color: #8b8179;
  padding: 3px 10px;
  font-weight: 400;
}
.medicalPlaces-list .item a[href^="tel"]:before,
.medicalPlaces-list .item a[href^="mailto"]:before,
.medicalPlaces-list .item a[data-web]:before {
  display: inline-block;
  width: 18px;
  margin-right: 2px;
  font-family: 'NfpkFont';
  text-align: center;
  color: #e54f06;
  font-size: 0.8em;
}
.medicalPlaces-list .item a[href^="tel"]:before {
  content: '\f095';
}
.medicalPlaces-list .item a[href^="mailto"]:before {
  content: '\f0e0';
}
.medicalPlaces-list .item a[data-web]:before {
  content: '\f0ac';
}
.medicalPlaces-list .item > ul {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.medicalPlaces-list .item > ul > li {
  padding: 0;
}
.medicalPlaces-list .item > ul > li:not(:first-of-type) {
  margin: 2px 0 0 0;
}
.medicalPlaces-list .item > address {
  margin: 10px 0 0 0;
}
.medicalPlaces-list .item > .openingHours {
  margin: 10px 0 0 0;
}
.medicalPlaces-list .item > .openingHours > b {
  display: block;
}
.howToHelp {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 15px 0;
  padding: 15px;
  position: relative;
  -webkit-box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
  -moz-box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
  box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
}
@media (min-width: 768px) {
  .howToHelp {
    margin: 30px 0;
    padding: 30px 110px 0 30px;
  }
}
.howToHelp a {
  color: #000;
}
.howToHelp > .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.howToHelp > .row > div {
  margin-bottom: 30px;
}
.howToHelp .button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-direction: column;
  background-color: transparent;
  padding: 15px;
  font-size: 1.25em;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.howToHelp .button > .title {
  margin: 10px 0 25px 0;
  line-height: 1;
}
.howToHelp .button > .title > small {
  font-size: 0.6em;
}
.howToHelp .button > .content > .ssg {
  display: block;
  margin: 20px 0 40px 0;
  font-size: 5em;
}
.howToHelp .button.bg-gray-10 {
  background-color: rgba(89, 86, 79, 0.1);
}
.howToHelp .button.firm,
.howToHelp .button.workForUs {
  display: block;
  margin: auto 0;
  background-color: #e54f06;
  color: #fff;
  -webkit-box-shadow: 0 0 25px 0 rgba(229, 79, 6, 0.3);
  -moz-box-shadow: 0 0 25px 0 rgba(229, 79, 6, 0.3);
  box-shadow: 0 0 25px 0 rgba(229, 79, 6, 0.3);
}
@media (min-width: 768px) {
  .howToHelp .button.firm,
  .howToHelp .button.workForUs {
    width: 200px;
    height: 200px;
    position: absolute;
    left: calc(100% - 80px);
  }
}
.howToHelp .button.firm > .content > .ssg,
.howToHelp .button.workForUs > .content > .ssg {
  font-size: 3em;
}
.howToHelp .button.firm:hover,
.howToHelp .button.workForUs:hover,
.howToHelp .button.firm:focus,
.howToHelp .button.workForUs:focus,
.howToHelp .button.firm:active,
.howToHelp .button.workForUs:active {
  background-color: #fff;
  color: #e54f06;
}
@media (min-width: 768px) {
  .howToHelp .button.firm {
    top: 30px;
  }
}
@media (max-width: 767px) {
  .howToHelp .button.workForUs {
    margin: 20px 0 0 0;
  }
}
@media (min-width: 768px) {
  .howToHelp .button.workForUs {
    top: 250px;
  }
}
.howToHelp .button:hover,
.howToHelp .button:focus,
.howToHelp .button:active {
  text-decoration: none;
}
.howToHelp a.button:hover,
.howToHelp button.button:hover,
.howToHelp a.button:focus,
.howToHelp button.button:focus,
.howToHelp a.button:active,
.howToHelp button.button:active {
  background-color: rgba(229, 79, 6, 0.1);
  border-color: #e54f06;
}
.iNeedHelp {
  margin: 35px 0 35px 0;
}
@media (min-width: 768px) {
  .iNeedHelp {
    margin: 70px 0 70px 0;
  }
}
@media (min-width: 768px) {
  .iNeedHelp > .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
  }
}
.iNeedHelp > .row > div:first-of-type > .content {
  justify-content: center;
}
@media (min-width: 768px) {
  .iNeedHelp > .row > div:first-of-type > .content {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .iNeedHelp > .row > div:last-of-type > .content {
    margin-left: -15px;
  }
}
.iNeedHelp .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
  -moz-box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
  box-shadow: 0 10px 25px 0 rgba(89, 86, 79, 0.2);
}
.iNeedHelp .content > button {
  background-color: transparent;
  color: #59564f;
  font-style: italic;
  font-size: 1.5625em;
  text-transform: uppercase;
  border: 0px none;
}
.iNeedHelp .content > button > .ssg {
  font-size: 5em;
}
.iNeedHelp .content > button > b {
  display: block;
  margin: 10px 0 0 0;
  font-size: 1.2em;
}
.iNeedHelp .content > button:hover,
.iNeedHelp .content > button:focus,
.iNeedHelp .content > button:active {
  color: #e54f06;
}
.iNeedHelp .content > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.iNeedHelp .content > ul > li > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #59564f;
  font-size: 1.5625em;
}
.iNeedHelp .content > ul > li > a > .ssg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  align-items: center;
  justify-content: center;
  background-color: #e54f06;
  color: #fff;
  font-size: 1.2em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.iNeedHelp .content > ul > li > a:hover,
.iNeedHelp .content > ul > li > a:focus,
.iNeedHelp .content > ul > li > a:active {
  text-decoration: none;
  color: #e54f06;
}
.iNeedHelp .content > ul > li:not(:first-of-type) {
  margin-top: 15px;
}
.iNeedHelp .content.large {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .iNeedHelp .content.large {
    height: calc(100% + 80px);
    margin-top: -40px;
    margin-bottom: -40px;
  }
}
.iNeedPrevention {
  margin: 35px 0 35px 0;
}
@media (min-width: 768px) {
  .iNeedPrevention {
    margin: 70px 0 70px 0;
  }
}
.iNeedPrevention > .button {
  display: block;
  margin: 15px 0;
  padding: 15px;
  background-color: #fff;
  color: #59564f;
  text-align: center;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 25px 0 rgba(89, 86, 79, 0.3);
  -moz-box-shadow: 0 0 25px 0 rgba(89, 86, 79, 0.3);
  box-shadow: 0 0 25px 0 rgba(89, 86, 79, 0.3);
}
@media (min-width: 768px) {
  .iNeedPrevention > .button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 30px 0;
    padding: 30px;
    text-align: left;
  }
}
.iNeedPrevention > .button > .ssg {
  display: block;
  width: 150px;
  margin: 0 auto 15px auto;
  font-size: 100px;
  color: #e54f06;
}
@media (min-width: 768px) {
  .iNeedPrevention > .button > .ssg {
    margin: 0;
  }
}
.iNeedPrevention > .button > .text {
  font-size: 1em;
}
.iNeedPrevention > .button > .text > b {
  display: block;
  font-size: 1.5em;
  text-transform: uppercase;
  font-style: italic;
}
@media (min-width: 768px) {
  .iNeedPrevention > .button > .text > b {
    font-size: 2em;
  }
}
.iNeedPrevention > .button:hover,
.iNeedPrevention > .button:focus,
.iNeedPrevention > .button:active {
  text-decoration: none;
  background-color: rgba(229, 79, 6, 0.1);
  border-color: #e54f06;
}
.documents .btn {
  margin-bottom: 15px;
}
.gallery {
  margin: 15px -15px 0 -15px;
}
.gallery a {
  display: block;
}
.gallery a img {
  display: block;
  width: 100%;
}
.gallery .img {
  height: 0;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.gallery .img img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  line-height: 1;
}
.btn.btn-orange {
  background-color: #e54f06;
  border-color: #e54f06;
  color: #fff;
}
.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange:active {
  background-color: #f96a25;
  border-color: #f9590c;
  text-decoration: none !important;
  color: #fff;
}
.btn.btn-orange:hover:focus,
.btn.btn-orange:focus:focus,
.btn.btn-orange:active:focus {
  background-color: #f96a25;
  border-color: #f9590c;
  text-decoration: none !important;
  color: #fff;
}
.btn.btn-orange.btn-outline {
  color: #e54f06;
  border-color: #e54f06;
  background-color: transparent;
  background: transparent;
}
.btn.btn-orange.btn-outline:hover,
.btn.btn-orange.btn-outline:focus,
.btn.btn-orange.btn-outline:active {
  color: #fff;
  background-color: #e54f06;
  border-color: #e54f06;
}
.btn.btn-default {
  background-color: #59564f;
  border-color: #59564f;
  color: #fff;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  background-color: #747067;
  border-color: #67635b;
  text-decoration: none !important;
  color: #fff;
}
.btn.btn-default:hover:focus,
.btn.btn-default:focus:focus,
.btn.btn-default:active:focus {
  background-color: #747067;
  border-color: #67635b;
  text-decoration: none !important;
  color: #fff;
}
.btn.btn-default.btn-outline {
  color: #59564f;
  border-color: #59564f;
  background-color: transparent;
  background: transparent;
}
.btn.btn-default.btn-outline:hover,
.btn.btn-default.btn-outline:focus,
.btn.btn-default.btn-outline:active {
  color: #fff;
  background-color: #59564f;
  border-color: #59564f;
}
.btn.btn-lg {
  padding: 15px 20px;
}
.btn-outline {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
}
/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.ekko-lightbox-nav-overlay a {
  flex: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  z-index: 100;
}
.ekko-lightbox-nav-overlay a > * {
  flex-grow: 1;
}
.ekko-lightbox-nav-overlay a > *:focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}
.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}
.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}
.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}
.ekko-lightbox .modal-dialog {
  display: none;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}
.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  /* establish flex container */
  flex-direction: column;
  /* make main axis vertical */
  justify-content: center;
  /* center items vertically, in this case */
  align-items: center;
}
.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}
.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}
.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s;
}
.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  from {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
/*# sourceMappingURL=layout.css.map */