/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/** --- VARIABLES --- **/
/** --- GENERAL --- **/
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.section-heading {
  color: #337ab7;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Francois One', sans-serif;
  font-size: 1.5rem; }
/** --- HEADER --- **/
ul.navbar-nav {
  width: 100%; }

#navbarNav a.nav-link {
  color: #000;
  margin: 0 10px; }

.navbar-center {
  position: absolute;
  left: 50%;
  transform: translatex(-50%); }
/** --- HOMEPAGE --- **/
#kurzy a {
  text-decoration: none; }

#kurzy .course-title {
  background: #337ab7; }

.course-box {
  min-height: 260px;
  margin-bottom: 30px;
  border-radius: 10px;
  color: white; }

a .course-box:hover {
  webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.course-heading {
  text-transform: uppercase;
  font-family: 'Francois One', sans-serif;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased; }

.course-text {
  font-size: 14px;
  font-family: "Arial";
  letter-spacing: 0.7px; }

.course-button {
  border-bottom: 1px #fff solid;
  display: inline-block;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 20px; }

.course1 {
  background: url(../themes/theguide/assets/img/color1.png);
  background-size: cover; }

.course2 {
  background: url(../themes/theguide/assets/img/color2.png);
  background-size: cover; }

.course3 {
  background: url(../themes/theguide/assets/img/color3.png);
  background-size: cover; }

.course4 {
  background: url(../themes/theguide/assets/img/color4.png);
  background-size: cover; }

.course5 {
  background: url(../themes/theguide/assets/img/color5.png);
  background-size: cover; }

.course6 {
  background: url(../themes/theguide/assets/img/color6.png);
  background-size: cover; }

.course7 {
  background: url(../themes/theguide/assets/img/color7.png);
  background-size: cover; }

.course8 {
  background: url(../themes/theguide/assets/img/color8.png);
  background-size: cover; }

.about {
  color: white;
  margin-bottom: 20px; }
  a:focus .about, a:hover .about {
    background: white; }

.about-img {
  background: url(../themes/theguide/assets/img/theguide1.jpg);
  background-size: cover;
  min-height: 500px; }

a.about-btn {
  color: white;
  text-decoration: none;
  text-align: justify;
  font-size: 16px;
  height: 100%; }

.about-txt {
  background: #337ab7;
  min-height: 500px; }

.blockquote-footer {
  font-size: 26px;
  text-align: right;
  line-height: 26px;
  color: white;
  margin-top: 5px; }

.quote cite {
  font-size: 14px; }

.review {
  text-align: center; }
  .review img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 30px; }

.review-text {
  margin: 15px 0 30px;
  text-align: justify; }

.absolvent {
  font-size: 16px;
  font-style: italic;
  color: #635b4b; }

.btn-absolventi {
  text-align: center;
  margin-top: 30px; }

.btn-reviews {
  text-transform: uppercase;
  font-family: 'Francois One', sans-serif;
  letter-spacing: 0.5px; }

a.main-button {
  border: 2px solid #337ab7;
  border-radius: 5px;
  padding: 20px 25px;
  text-decoration: none;
  color: #337ab7;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  transition: ease 0.2s; }
  a.main-button:hover, a.main-button:focus {
    color: white;
    background: #337ab7;
    transition: ease 0.2s; }
/** --- KURZY --- **/
.course-wrapper {
  background: rgba(99, 91, 75, 0.1); }

.course-title {
  background: #337ab7; }
  .course-title h1 {
    margin: 0;
    padding: 60px 0;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 46px;
    font-family: 'Francois One', sans-serif;
    letter-spacing: 3px; }

.course-navigation {
  margin: 40px 0; }
  .course-navigation a.nav-link {
    border-radius: 0;
    color: black; }
    .course-navigation a.nav-link.active, .course-navigation a.nav-link:hover, .course-navigation a.nav-link:focus {
      background: #337ab7; }

.tab-pane {
  display: flex;
  align-items: center; }

.course-content, .course-content-aside {
  border: 1px solid rgba(99, 91, 75, 0.4);
  background: white;
  padding: 20px 0;
  margin: 40px 0; }

.course-content a {
  color: #ba2127;
  text-decoration: none; }
  .course-content a:focus, .course-content a:hover {
    color: #337ab7; }
  .course-content a.main-button {
    color: #337ab7; }
    .course-content a.main-button:hover, .course-content a.main-button:focus {
      color: white; }

.podmienky {
  color: #337ab7; }

#zamestnanie ul {
  list-style: none; }

.img-zamestnania {
  background: url("../themes/theguide/assets/img/zamestnania.png");
  background-size: cover;
  height: 534px;
  width: 749px;
  background-position: center;
  margin: 0 auto; }
/** --- ABSOLVENTI --- **/
#absolventi {
  background: rgba(99, 91, 75, 0.1); }
  #absolventi .review {
    background: white;
    padding: 40px 60px;
    margin-bottom: 40px;
    border-radius: 50px;
    border: 1px solid rgba(99, 91, 75, 0.4); }
  #absolventi p {
    margin: 0;
    font-size: 14px; }
  #absolventi a.main-button {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 15px; }
/** --- DALSIE SLUZBY --- **/
a.service {
  text-decoration: none;
  color: black; }
  a.service:hover, a.service:focus {
    background: #337ab7;
    color: white; }
/** --- FOOTER --- **/
#kontakt {
  background: #337ab7; }
  #kontakt a {
    color: white;
    font-size: 20px; }
    #kontakt a i {
      font-size: 5em;
      margin-bottom: 20px; }
    #kontakt a:focus, #kontakt a:hover {
      text-decoration: none;
      color: #000; }

#created-by {
  background: #285f8f;
  color: white; }
  #created-by a {
    color: white;
    font-weight: bold;
    text-decoration: none; }
    #created-by a:hover, #created-by a:focus {
      color: #000; }
/** --- MEDIA QUERIES --- **/
@media (max-width: 1200px) {
  .course1 {
    background: url(../themes/theguide/assets/img/color1small.png);
    background-repeat: no-repeat;
    background-size: cover; }

  .course2 {
    background: url(../themes/theguide/assets/img/color2small.png);
    background-repeat: no-repeat;
    background-size: cover; }

  .course3 {
    background: url(../themes/theguide/assets/img/color3small.png);
    background-repeat: no-repeat;
    background-size: cover; }

  .course4 {
    background: url(../themes/theguide/assets/img/color4small.png);
    background-repeat: no-repeat;
    background-size: cover; }

  .course5 {
    background: url(../themes/theguide/assets/img/color5small.png);
    background-repeat: no-repeat;
    background-size: cover; }

  .course6 {
    background: url(../themes/theguide/assets/img/color6small.png);
    background-repeat: no-repeat;
    background-size: cover; }

  .course7 {
    background: url(../themes/theguide/assets/img/color7small.png);
    background-repeat: no-repeat;
    background-size: cover; }

  .course8 {
    background: url(../themes/theguide/assets/img/color8small.png);
    background-repeat: no-repeat;
    background-size: cover; }

  .img-zamestnania {
    background: url(../themes/theguide/assets/img/zamestnania2.png);
    background-size: cover;
    height: 400px;
    width: 565px; } }

@media (max-width: 992px) {
  .course1 {
    background: url(../themes/theguide/assets/img/color1.png);
    background-size: cover;
    background-position: left; }

  .course2 {
    background: url(../themes/theguide/assets/img/color2.png);
    background-size: cover;
    background-position: left; }

  .course3 {
    background: url(../themes/theguide/assets/img/color3.png);
    background-size: cover;
    background-position: left; }

  .course4 {
    background: url(../themes/theguide/assets/img/color4.png);
    background-size: cover;
    background-position: left; }

  .course5 {
    background: url(../themes/theguide/assets/img/color5.png);
    background-size: cover;
    background-position: left; }

  .course6 {
    background: url(../themes/theguide/assets/img/color6.png);
    background-size: cover;
    background-position: left; }

  .course7 {
    background: url(../themes/theguide/assets/img/color7.png);
    background-size: cover;
    background-position: left; }

  .course8 {
    background: url(../themes/theguide/assets/img/color8.png);
    background-size: cover;
    background-position: left; }

  .course-content, .course-content-aside {
    margin: 10px 0; }

  .navbar-center {
    position: relative;
    left: 0;
    transform: translatex(0); } }

@media (max-width: 934px) {
  .img-zamestnania {
    background: url(../themes/theguide/assets/img/zamestnania3.png);
    background-size: cover;
    height: 300px;
    width: 432px; } }

@media (max-width: 694px) {
  .img-zamestnania {
    background: url(../themes/theguide/assets/img/zamestnania4.png);
    background-size: cover;
    height: 550px;
    width: 225px; } }

@media (max-width: 576px) {
  .course-box {
    border-radius: 0; }

  .course1 {
    background: url(../themes/theguide/assets/img/color1resp.png);
    background-size: cover; }

  .course2 {
    background: url(../themes/theguide/assets/img/color2resp.png);
    background-size: cover; }

  .course3 {
    background: url(../themes/theguide/assets/img/color3resp.png);
    background-size: cover; }

  .course4 {
    background: url(../themes/theguide/assets/img/color4resp.png);
    background-size: cover; }

  .course5 {
    background: url(../themes/theguide/assets/img/color5resp.png);
    background-size: cover; }

  .course6 {
    background: url(../themes/theguide/assets/img/color6resp.png);
    background-size: cover; }

  .course7 {
    background: url(../themes/theguide/assets/img/color7resp.png);
    background-size: cover; }

  .course8 {
    background: url(../themes/theguide/assets/img/color8resp.png);
    background-size: cover; } }
