@import url(https://fonts.googleapis.com/css?family=Exo+2:400,400i,700,700i);
.color-primary {
  color: #000 !important;
}
.color-secondary {
  color: #356ba9 !important;
}
.color-red {
  color: #e0452f !important;
}
.no-margin {
  margin: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
a {
  color: #000;
}
a:hover,
a:focus {
  text-decoration: underline;
  color: #356ba9;
}
a.thumbnail:active,
a.thumbnail:hover {
  border-color: #356ba9;
}
h1,
.h1 {
  font-size: 2.1875em;
  color: #356ba9;
  font-weight: 700;
  font-style: italic;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 3.75em;
  }
}
h2,
.h2 {
  font-size: 1.5625em;
  color: #356ba9;
  font-weight: 700;
  font-style: italic;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 1.875em;
  }
}
.uppercase {
  text-transform: uppercase;
}
body {
  font-family: sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 768px) {
  body {
    font-family: 'Exo 2', 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 {
  background-color: #fff;
}
#header > .row {
  display: table;
  width: 100%;
  margin: 0;
}
#header > .row > div[class^="col-"] {
  display: table-cell;
  float: none;
}
#header > .row > div[class^="col-"]:first-of-type {
  padding: 25px 0;
}
#header .logo {
  display: inline-block;
  height: 40px;
  margin: 0 0 0 15px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #header .logo {
    height: 55px;
    margin: 0 15px 0 15px;
  }
}
@media (min-width: 992px) {
  #header .logo {
    height: 62px;
  }
}
@media (min-width: 1200px) {
  #header .logo {
    height: 70px;
    margin: 0 25px 0 40px;
  }
}
#header .contact {
  display: none;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #header .contact {
    display: inline-block;
  }
}
#header .contact b {
  font-style: italic;
  color: #356ba9;
}
#header .btns {
  text-align: right;
  text-transform: lowercase;
}
#header .btns > .btn {
  margin-right: 120px;
  color: #e0452f;
  border: 3px solid #e0452f;
  padding: 5px 25px;
  font-size: 1.25em;
  font-weight: 700;
  font-style: italic;
}
#header .btns > .btn:hover,
#header .btns > .btn:focus {
  background-color: #e0452f;
  color: #fff;
  text-decoration: none;
}
#header .btns .triggerMenu {
  color: #356ba9;
  font-size: 1.25em;
  margin-right: 15px;
}
@media (min-width: 768px) {
  #header .btns .triggerMenu {
    font-size: 1.5625em;
    margin-right: 15px;
    position: relative;
    top: 5px;
  }
}
@media (min-width: 1200px) {
  #header .btns .triggerMenu {
    margin-right: 40px;
  }
}
#header .btns .triggerMenu > .ssg {
  display: inline-block;
  width: 46px;
  position: relative;
  top: 9px;
  font-size: 1.8em;
  text-align: center;
}
@media (min-width: 768px) {
  #header .btns .triggerMenu > .ssg {
    top: 12px;
  }
}
#header .btns .triggerMenu:hover,
#header .btns .triggerMenu:focus {
  text-decoration: none;
  color: #e0452f;
}
#footer {
  background-color: #356ba9;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer a:hover,
#footer a:focus {
  color: #e0452f;
  text-decoration: none;
}
#footer > .row {
  margin: 0;
}
@media (min-width: 768px) {
  #footer > .row {
    display: table;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #footer > .row > div[class^="col-"] {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
#footer > .row > div[class^="col-"]:first-of-type {
  padding: 25px 15px;
}
@media (min-width: 768px) {
  #footer > .row > div[class^="col-"]:first-of-type {
    padding: 25px 0;
  }
}
#footer .logo {
  display: block;
  height: 50px;
  margin: 0 auto 20px auto;
}
@media (min-width: 768px) {
  #footer .logo {
    display: inline-block;
    height: 55px;
    margin: 0 15px 0 15px;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  #footer .logo {
    height: 62px;
  }
}
@media (min-width: 1200px) {
  #footer .logo {
    height: 70px;
    margin: 0 25px 0 40px;
  }
}
#footer .contact {
  text-align: center;
}
@media (min-width: 768px) {
  #footer .contact {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
}
#footer .contact b {
  font-style: italic;
}
#footer .sassy {
  text-align: center;
}
@media (min-width: 768px) {
  #footer .sassy {
    text-align: right;
  }
}
#footer .sassy img {
  display: block;
  height: 20px;
  margin: 15px auto;
}
@media (min-width: 768px) {
  #footer .sassy img {
    display: inline-block;
    margin: 0 15px 0 0;
  }
}
@media (min-width: 1200px) {
  #footer .sassy img {
    margin: 0 40px 0 0;
  }
}
.navigation {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}
.navigation > nav {
  width: 300px;
  min-height: 100%;
  margin: 0 0 0 auto;
  background-color: #356ba9;
  padding: 30px;
}
.navigation > nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation > nav > ul > li {
  margin: 0;
  padding: 0;
}
.navigation > nav > ul > li > a {
  display: block;
  padding: 10px 0;
  font-size: 1em;
  font-weight: 700;
  font-style: italic;
}
.navigation > nav > ul > li > a:hover,
.navigation > nav > ul > li > a:focus {
  text-decoration: none;
  color: #e0452f !important;
}
.navigation > nav > ul > li.white > a {
  color: #fff;
}
.navigation > nav > ul > li.active > a {
  color: #e0452f !important;
}
.navigation > nav > ul > li.separator:after {
  content: '';
  display: block;
  width: 50px;
  height: 0;
  margin: 10px 0;
  padding-top: 3px;
  background-color: #e0452f;
}
.navigation-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.navigation-open {
  overflow: hidden;
}
@media (min-width: 992px) {
  .navigation-open {
    padding-right: 17px;
  }
}
.content {
  margin-top: 25px;
  margin-bottom: 70px;
  background-color: #fff;
}
.content > h1 {
  padding: 15px 30px;
}
@media (min-width: 768px) {
  .content > h1 {
    padding: 30px 60px;
  }
}
.content-background {
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.content-background:before,
.content-background:after {
  content: ' ';
  display: table;
}
.content-subMenu {
  background-color: #e0452f;
}
.content-subMenu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-subMenu > ul > li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.content-subMenu > ul > li > a {
  display: block;
  padding: 15px 30px;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  font-style: italic;
}
.content-subMenu > ul > li > a:hover,
.content-subMenu > ul > li > a:focus {
  text-decoration: none;
  background-color: #fff;
  color: #e0452f;
}
.content-subMenu > ul > li.active > a {
  background-color: #fff;
  color: #e0452f;
}
@media (min-width: 768px) {
  .content-container {
    width: 100%;
    display: table;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .content-container > div[class^="col-"] {
    display: table-cell;
    vertical-align: top;
    float: none;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .content-container > div[class^="col-"]:last-of-type {
    background-color: #356ba9;
  }
}
.content-container-content {
  padding: 25px 15px;
}
@media (min-width: 768px) {
  .content-container-content {
    min-height: 400px;
    padding: 50px 30px;
  }
}
@media (min-width: 1200px) {
  .content-container-content {
    min-height: 600px;
  }
}
.content-container-content h1,
.content-container-content .h1 {
  margin: 0;
  padding: 0;
}
.content-container-content h1:after,
.content-container-content .h1:after {
  content: '';
  display: block;
  width: 50px;
  height: 0;
  margin: 20px 0;
  padding-top: 3px;
  background-color: #e0452f;
}
@media (min-width: 768px) {
  .content-container-content h1:after,
  .content-container-content .h1:after {
    margin: 40px 0;
  }
}
.content-container-content2 {
  padding: 15px;
  color: #fff;
  background-color: #356ba9;
}
.content-container-content2 a {
  color: #fff;
}
.content-container-content2 a:hover,
.content-container-content2 a:focus {
  color: #e0452f;
}
.content-container-content2 h2,
.content-container-content2 .h2 {
  color: #fff;
}
.content-container-content2 h2:after,
.content-container-content2 .h2:after {
  content: '';
  display: block;
  width: 50px;
  height: 0;
  margin: 15px 0;
  padding-top: 3px;
  background-color: #e0452f;
}
.content-container-content2 .triggerHelperForm {
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
  font-style: italic;
}
.content-container-content2 .triggerHelperForm > .btn {
  margin-top: 10px;
  font-size: 1em;
  font-weight: 700;
  font-style: italic;
}
.content-container-map {
  width: 100%;
  height: 200px;
}
.content .page-10 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-style: italic;
}
.content .page-10 > div[class^="col-"] {
  margin: 0;
  padding: 40px;
  color: #fff;
}
.content .page-10 > div[class^="col-"]:nth-of-type(1) {
  background-color: #356ba9;
}
.content .page-10 > div[class^="col-"]:nth-of-type(2) {
  background-color: #2f5f96;
}
.content .page-10 > div[class^="col-"]:nth-of-type(3) {
  background-color: #295282;
}
.content .page-10 h4 {
  min-height: 44px;
  font-size: 1.25em;
  font-weight: 700;
  font-style: italic;
}
.content .page-10 .ssg {
  display: block;
  margin: 30px 0;
  font-size: 12em;
  color: rgba(255, 255, 255, 0.35);
}
.content .page-10 a {
  color: #fff;
}
.content .page-10 a:hover,
.content .page-10 a:focus {
  color: #e0452f;
  text-decoration: none;
}
.content .page-10 .btn {
  margin-top: 10px;
  font-size: 1em;
  font-weight: 700;
  font-style: italic;
}
.gallery a {
  display: block;
  position: relative;
}
.gallery a > span {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.gallery img {
  width: 100%;
}
.documents > div[class^="col-"] {
  margin-bottom: 15px;
}
.contact-list > div {
  margin-bottom: 20px;
}
.contact-list .item {
  width: 100%;
  text-align: left;
}
.contact-list .item:after {
  display: table;
  content: ' ';
  clear: both;
}
.contact-list .item a[href^="tel"]:before,
.contact-list .item a[href^="mailto"]:before {
  display: inline-block;
  width: 16px;
  margin-right: 2px;
  font-family: 'TssOlomoucFont';
  color: #000;
  text-align: center;
}
.contact-list .item a[href^="tel"]:before {
  content: '\f095';
}
.contact-list .item a[href^="mailto"]:before {
  content: '\f0e0';
}
.contact-list .item .info {
  width: 75%;
  float: left;
  padding: 0 10px;
}
.contact-list .item .info h4 {
  margin: 0 0 10px 0;
  color: #000;
  font-size: 1.125em;
  font-weight: 700;
  font-style: italic;
}
.contact-list .item .info h4 small {
  color: #356ba9;
  font-weight: 700;
  font-size: 0.8em;
  display: block;
}
.contact-list .item .info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-list .item .info ul > li {
  padding: 0;
  font-size: 0.75em;
}
.contact-list .item .info ul > li span {
  font-weight: 700;
}
.contact-list .item .info ul > li:not(:last-of-type) {
  margin: 0 0 5px 0;
}
.contact-list .item .photo {
  width: 25%;
  float: left;
  position: relative;
}
.contact-list .item .photo > img {
  display: block;
  width: 100%;
  max-width: 170px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.homepage-buttons > .button {
  display: block;
  position: relative;
  padding: 30px 15px;
}
.homepage-buttons > .button:nth-of-type(1) {
  background-color: #356ba9;
}
.homepage-buttons > .button:nth-of-type(2) {
  background-color: #2f5f96;
}
.homepage-buttons > .button:nth-of-type(3) {
  background-color: #295282;
}
.homepage-buttons > .button:nth-of-type(4) {
  background-color: #23466f;
}
.homepage-buttons > .button:nth-of-type(5) {
  background-color: #1d3a5b;
}
.homepage-buttons > .button:nth-of-type(6) {
  background-color: #172e48;
}
@media (min-width: 768px) {
  .homepage-buttons > .button {
    padding: 45px 15px;
  }
}
@media (min-width: 992px) {
  .homepage-buttons > .button {
    width: 16.66666667%;
    height: calc(100vh - 120px);
    min-height: 850px;
    float: left;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .homepage-buttons > .button {
    min-height: 950px;
  }
}
.homepage-buttons > .button > .title {
  font-size: 1.25em;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  word-spacing: 999999px;
}
@media (min-width: 768px) {
  .homepage-buttons > .button > .title {
    font-size: 1.875em;
  }
}
@media (min-width: 992px) {
  .homepage-buttons > .button > .title {
    padding: 40px 15px 0 15px;
    font-size: 1.4375em;
  }
}
@media (min-width: 1200px) {
  .homepage-buttons > .button > .title {
    padding: 60px 20px 0 20px;
    font-size: 1.875em;
  }
}
.homepage-buttons > .button > .title:after {
  content: '';
  display: block;
  width: 50px;
  height: 0;
  margin-top: 10px;
  padding-top: 2px;
  background-color: #e0452f;
}
@media (min-width: 992px) {
  .homepage-buttons > .button > .title:after {
    margin-top: 35px;
  }
}
.homepage-buttons > .button > .text {
  display: none;
  font-size: 1.0625em;
  padding: 20px;
}
.homepage-buttons > .button > .ssg {
  width: 120px;
  height: 75%;
  margin: auto 15px;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  font-size: 6.25em;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .homepage-buttons > .button > .ssg {
    width: 170px;
    font-size: 7.8125em;
  }
}
@media (min-width: 992px) {
  .homepage-buttons > .button > .ssg {
    width: auto;
    height: 21.05263158%;
    margin: auto 0;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .homepage-buttons > .button > .ssg {
    font-size: 9.375em;
  }
}
.homepage-buttons > .button > .moreInformations {
  display: none;
  position: absolute;
  bottom: 0;
}
.homepage-buttons > .button > .moreInformations > span {
  display: block;
  width: 66.66666667%;
  margin: auto;
  padding: 7px 0;
  text-align: center;
  background-color: #e0452f;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  font-style: italic;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
}
.homepage-buttons > .button > .moreInformations > img {
  width: 100%;
}
.homepage-buttons > .button:hover,
.homepage-buttons > .button:focus {
  text-decoration: none;
  background-color: #fff;
  color: #000;
}
.homepage-buttons > .button:hover > .title,
.homepage-buttons > .button:focus > .title {
  color: #356ba9;
}
.homepage-buttons > .button:hover > .text,
.homepage-buttons > .button:focus > .text {
  display: block;
}
@media (max-width: 991px) {
  .homepage-buttons > .button:hover > .text,
  .homepage-buttons > .button:focus > .text {
    display: none;
  }
}
.homepage-buttons > .button:hover > .ssg,
.homepage-buttons > .button:focus > .ssg {
  color: #e0452f;
}
.homepage-buttons > .button:hover > .moreInformations,
.homepage-buttons > .button:focus > .moreInformations {
  display: block;
}
@media (max-width: 991px) {
  .homepage-buttons > .button:hover > .moreInformations,
  .homepage-buttons > .button:focus > .moreInformations {
    display: none;
  }
}
.breadcrumb {
  margin-top: 25px;
  text-align: center;
  background-color: transparent;
}
.breadcrumb > li > a {
  color: #dadada;
}
.breadcrumb > li.active {
  font-weight: 700;
}
.breadcrumb > li.active > a {
  color: #fff;
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn.btn-primary {
  background-color: #356ba9;
  border: 0px none;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #4b84c6;
  border-color: #3b77bc;
  text-decoration: none !important;
}
.btn.btn-danger {
  background-color: #e0452f;
  border: 0px none;
  color: #fff !important;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus {
  background-color: #e76d5b;
  border-color: #e35945;
  text-decoration: none !important;
}
/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.ekko-lightbox {
  z-index: 99999;
}
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-nav-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay a {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  height: 100%;
  width: 49%;
  display: block;
  text-shadow: 2px 2px 4px #000;
  filter: dropshadow(color=#000, offx=2, offy=2);
  z-index: 100;
}
.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}
.ekko-lightbox .glyphicon-chevron-left {
  padding-left: 15px;
  float: left;
  left: 0;
  text-align: left;
}
.ekko-lightbox .glyphicon-chevron-right {
  padding-right: 15px;
  float: right;
  right: 0;
  text-align: right;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}
/*# sourceMappingURL=layout.css.map */