/* !Base (Author: mail@jandousek.cz) */

/*
  Font face
  *********
*/

@font-face {
    font-family: 'ProximaNova';
    src: url('../../fonts/proxima-nova_light_webfont.eot');
    src: url('../../fonts/proxima-nova_light_webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/proxima-nova_light_webfont.woff2') format('woff2'),
         url('../../fonts/proxima-nova_light_webfont.ttf') format('truetype'),
         url('../../fonts/proxima-nova_light_webfont.svg#proxima_novalight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../../fonts/proxima-nova_light-italic_webfont.eot');
    src: url('../../fonts/proxima-nova_light-italic_webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/proxima-nova_light-italic_webfont.woff2') format('woff2'),
         url('../../fonts/proxima-nova_light-italic_webfont.ttf') format('truetype'),
         url('../../fonts/proxima-nova_light-italic_webfont.svg#proxima_novalight_italic') format('svg');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../../fonts/proxima-nova_regular_webfont.eot');
    src: url('../../fonts/proxima-nova_regular_webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/proxima-nova_regular_webfont.woff2') format('woff2'),
         url('../../fonts/proxima-nova_regular_webfont.ttf') format('truetype'),
         url('../../fonts/proxima-nova_regular_webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../../fonts/proxima-nova_regular-italic_webfont.eot');
    src: url('../../fonts/proxima-nova_regular-italic_webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/proxima-nova_regular-italic_webfont.woff2') format('woff2'),
         url('../../fonts/proxima-nova_regular-italic_webfont.ttf') format('truetype'),
         url('../../fonts/proxima-nova_regular-italic_webfont.svg#proxima_novaregular_italic') format('svg');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../../fonts/proxima-nova_bold_webfont.eot');
    src: url('../../fonts/proxima-nova_bold_webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/proxima-nova_bold_webfont.woff2') format('woff2'),
         url('../../fonts/proxima-nova_bold_webfont.ttf') format('truetype'),
         url('../../fonts/proxima-nova_bold_webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../../fonts/proxima-nova_bold-italic_webfont.eot');
    src: url('../../fonts/proxima-nova_bold-italic_webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/proxima-nova_bold-italic_webfont.woff2') format('woff2'),
         url('../../fonts/proxima-nova_bold-italic_webfont.ttf') format('truetype'),
         url('../../fonts/proxima-nova_bold-italic_webfont.svg#proxima_nova_rgbold_italic') format('svg');
    font-weight: 700;
    font-style: italic;
}

/*
  Tela
  ****
*/

html {
  min-height: 100%;
  background-color: #211816;
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
  font: 100% 'ProximaNova', sans-serif;
  color: #31231f;
}

.clearfix {
  clear: both;
}

/*
  Odkazy
  ******
*/

a {
  color: #ff8700;
}
a:hover {
  color: #141414;
}

/*
  Tlacitka
  ********
*/

.btn {
  display: inline-block;
  vertical-align: middle;
  padding: 16px 19px 15px 19px;
  background-color: #ff8700;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}

/* Stavy */

.btn:hover {
  background-color: #31231f;
  color: #fff;
}
.btn:focus {
  box-shadow: inset 0 2px 7px rgba(0,0,0,0.5);
}

/*
  Flash zpravy
  ************
*/

.flashMessage,
.wpcf7-response-output {
  margin-bottom: 25px;
  padding: 9px 13px;
  background-color: #060606;
  border-radius: 8px;
  line-height: 1.5;
  color: #ffffff;
}
.wpcf7-form.init .wpcf7-response-output {
  display: none;
}

/*
  Typy
  ----
*/

.flashMessage.typeError,
.wpcf7-form.invalid .wpcf7-response-output {
  background-color: #de2525;
}
.flashMessage.typeSuccess,
.wpcf7-form.sent .wpcf7-response-output {
  background-color: #82a831;
}

/*
  Uprava pro contactForm 7
  ------------------------
*/

.screen-reader-response {
  display: none;
}

/*
  Formularove prvky
  *****************
*/

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  width: 90%;
  width: calc(100% - 42px);
  padding: 16px 20px 16px 20px;
  background: #fff;
  border: 1px solid #dcdada;
  border-radius: 6px;
  font-size: 14px;
}

/*
  Uprava selectu
  --------------
*/

select {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background: url('../../img/select.png') right center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  font-weight: bold;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
select:after {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

/*
  Checkboxy
  ---------
*/

input[type="checkbox"]:not(:checked), input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
input[type="checkbox"] + label {
  padding: 4px 0 6px 35px;
  background: url('../../img/checkbox.png') no-repeat;
  line-height: 1.4;
  cursor: pointer;
}

.wpcf7-form-control input[type="checkbox"]:not(:checked), .wpcf7-form-control input[type="checkbox"]:checked {
  position: relative;
  left: 0;
  bottom: -1px;
}

/*
  Submity
  -------
*/

input[type="submit"],
input[type="button"] {
  display: inline-block;
  vertical-align: middle;
  padding: 16px 45px 15px 45px;
  background-color: #ff8700;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

/* Stavy */

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 10px #ff6e05;
  border-color: #ff6e05;
  outline: none;
}
input[type="checkbox"]:checked + label {
  background-image: url('../../img/checkbox_checked.png');
}
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #31231f;
  color: #fff;
}

/*
  Formularova pole
  ****************
*/

.formField {
  margin-bottom: 29px;
}

/*
  Navesti
  -------
*/

.formField label {
  display: inline-block;
  padding-bottom: 9px;
  font-weight: bold;
  color: #4d4d4d;
}
.formField label strong {
  color: #ff6e05;
}

/*
  Chyba
  -----
*/

.formField .error,
.formField .wpcf7-not-valid-tip {
  display: block;
  padding: 8px 0 0 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  color: #cb2a2a;
}

/*
  Subnavigace
  ***********
*/

.subNav ul li {
  margin-bottom: 3px;
}
.subNav ul li a {
  display: block;
  padding: 15px 15px 14px 18px;
  background-color: #f7f6f6;
  border: 1px solid #f7f6f6;
  border-radius: 5px;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  color: #4d4d4d;
}

/* Stavy */

.subNav ul li a:hover,
.subNav ul li.current-menu-item a {
  background-color: #fff;
  color: #ff8700;
}

/*
  Foto box
  ********
*/

.photoBox {
  display: block;
}
.photoBox .linkWrap {
  display: block;
}

/*
  Obrazek
  -------
*/

.photoBox .photoBox_img {
  position: relative;
  float: left;
  margin-right: 42px;
  padding-top: 40px;
  font-size: 0px;
}
.photoBox .photoBox_img div {
  position: relative;
  box-shadow: -10px -2px 10px #abaaaa;
  border-radius: 3px;
}
.photoBox .photoBox_img div:before,
.photoBox .photoBox_img div:after {
  content: '';
  position: absolute;
  border: 1px solid transparent;
  border-radius: 2px;
}
.photoBox .photoBox_img div:before {
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-color: #888888;
  border-color: rgba(0,0,0,0.2);
}
.photoBox .photoBox_img div:after {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-color: #fff;
  border-color: rgba(255,255,255,0.4);
}
.photoBox .photoBox_img img {
  max-width: 250px;
  border-radius: 2px;
}

/*
  Klipsny
*/

.photoBox .photoBox_img:before,
.photoBox .photoBox_img:after {
  content: '';
  width: 15px;
  height: 47px;
  position: absolute;
  top: 0;
  z-index: 10;
  background: url('../../img/clips.png') center bottom no-repeat;
}
.photoBox .photoBox_img:before {
  left: 10px;
}
.photoBox .photoBox_img:after {
  right: 10px;
}

/*
  Popisek
*/

.photoBox .photoBox_desc {
  padding-top: 18%;
  font-weight: 300;
  font-size: 120%;
}
.photoBox .photoBox_desc strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1.25;
  font-size: 14px;
  color: #ff8700;
}

/*
  Hlavicka
  ********
*/

.webHead {
  background-color: #fff;
  border-bottom: 3px solid #ebebeb;
}
.home .webHead,
.page-template-page-courses-list .webHead {
  border-bottom: none;
}
.webHead .webHead_inset {
  max-width: 1150px;
  margin: 0 auto;
  padding: 24px 20px 26px 20px;
}

/*
  Logo
  ----
*/

.webHead .logo {
  float: left;
  margin-left: -1px;
}
.webHead .logo a {
  width: 300px;
  height: 57px;
  position: relative;
  overflow: hidden;
  display: block;
}
.webHead .logo a span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../../img/logo.png') center center no-repeat;
  background-size: contain;
}

/*
  Navigacni trigger
  -----------------
*/

.webHead .navTrigger {
  float: right;
  display: none;
  margin-top: 6px;
}

/*
  Navigace
  --------
*/

.webHead .nav {
  float: right;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16.5px;
}
.webHead .nav li {
  display: inline-block;
}
.webHead .nav li a {
  display: block;
  padding: 21px 27px 19px 27px;
  text-decoration: none;
  color: #4d4d4d;
}

/* Stavy */

.webHead .nav a:hover,
.webHead .nav li.current-menu-item a,
.webHead .nav li.current-page-ancestor a {
  color: #ff8700;
}

/*
  Hlavicka stranky
  ****************
*/

.pageHead {
  background: #000 url('../../img/pageHead.jpg') center center no-repeat;
  background-size: cover;
  color: #fff;
}
.pageHead .pageHead_inset {
  max-width: 1150px;
  margin: 0 auto;
  padding: 69px 20px 66px 20px;
}

/*
  Obsah
  -----
*/

.pageHead h2 {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 241%;
  color: #ff8700;
}
.pageHead h2 span {
  display: block;
  padding-top: 11px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 46%;
  color: #fff;
}

/*
  Jednoduchy kalendar
  *******************
*/

.simpleCalendar {
  width: 350px;
  position: absolute;
  left: 50%;
  z-index: 60;
  margin-left: -640px;
  padding: 25px 59px 22px 60px;
  background-color: #141414;
  background-color: rgba(20,20,20,0.8);
  color: #fff;
}

/*
  Nadpis
  ------
*/

.simpleCalendar h2 {
  overflow: hidden;
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid #434343;
  font-weight: 300;
  font-size: 220%;
}
.simpleCalendar h2 a {
  float: right;
  margin-top: 17px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

/* Stavy */

.simpleCalendar h2 a:hover {
  color: #fff;
}

/*
  Clanky
  ------
*/

.simpleCalendar .post {
  margin-bottom: 10px;
  text-shadow: 1px 1px 0 #000;
  font-size: 87%;
}
.simpleCalendar .post a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}

/*
  Obsah
  -----
*/

.simpleCalendar .post .date {
  width: 90px;
  float: left;
  margin-right: 15px;
  padding: 13px 0 13px 0;
  background-color: #323232;
  border-radius: 7px;
  text-align: center;
  font-weight: bold;
  color: #ff8700;
}
.simpleCalendar .post h3 {
  margin-bottom: 0;
  padding-top: 2px;
  line-height: 1.25 !important;
  color: #ff8700;
}
.simpleCalendar .post p {
  line-height: 1.4;
}

/* Stavy */

.simpleCalendar .post a:hover .date {
  background-color: #ff8700;
  text-shadow: 0 1px 0 #cc6c00;
  color: #fff;
}
.simpleCalendar .post a:hover h3 {
  color: #fff;
}

/*
  Vice
  ----
*/

.simpleCalendar .more {
  margin-top: 23px;
  padding-top: 21px;
  border-top: 1px solid #434343;
  text-align: center;
}
.simpleCalendar .more a {
  display: block;
  padding: 17px 15px 16px 15px;
  background-color: #ff8700;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 #cc6c00;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
}

/* Stavy */

.simpleCalendar .more a:hover {
  text-shadow: none;
  color: #141414;
}

/*
  Promo
  *****
*/

.promo {
  position: relative;
  background-color: #030303;
  text-align: center;
}
.promo .slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.promo .desc {
  max-width: 500px;
  margin: 0 auto;
  padding: 77px 150px 77px 550px;
}
.promo .slideWrap {
	display: block;
	text-decoration: none;
  color: #fff;
}

/*
  Obsah
  -----
*/

.promo .desc h3 {
  margin-bottom: 11px;
  line-height: 0.9 !important;
  font-weight: 300;
  font-size: 250%;
  color: #ff8700;
}
.promo .desc p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 110%;
}

/*
  Strankovani
  -----------
*/

.promo .bx-pager {
  width: 450px;
  position: absolute;
  left: 50%;
  bottom: 35px;
  z-index: 60;
  margin-left: -21px;
  text-align: center;
}
.promo .bx-pager div {
  display: inline-block;
  margin: 0 6px;
}
.promo .bx-pager div a {
  width: 14px;
  height: 14px;
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #121212;
  border: 2px solid #444;
  border-radius: 100%;
  text-indent: 200%;
}
.promo .bx-pager div a:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  margin: -4px 0 0 -4px;
  background-color: #ff8700;
  border-radius: 100%;
}

/* Stavy */

.promo .bx-pager div a:hover:after {
  background-color: #2f2f2f;
}
.promo .bx-pager div a:hover:after,
.promo .bx-pager div a.active:after {
  display: block;
}

/*
  Posledni novinky
  ****************
*/

.latestNews {
  width: 50%;
  float: left;
  overflow: hidden;
}
.latestNews .latestNews_inset {
  width: 520px;
  float: right;
  padding: 63px 60px 40px 20px;
  border-right: 1px solid #f3f2f2;
}

/*
  Nadpis
  ------
*/

.latestNews h2 {
  overflow: hidden;
  margin-bottom: 29px;
  padding-bottom: 13px;
  border-bottom: 1px solid #f3f2f2;
  font-size: 160%;
  color: #ff8700;
}
.latestNews h2 a {
  float: right;
  margin-top: 7px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

/*
  Uprava obsahu
  -------------
*/

.latestNews .formatContent .post {
  font-size: 85%;
}
.latestNews .formatContent .post h3 {
  font-weight: 300;
}

/*
  Posledni vyherce
  ****************
*/

.latestWinner {
  width: 50%;
  float: right;
  text-align: center;
  font-size: 105%;
}
.latestWinner .latestWinner_inset {
  width: 520px;
  float: left;
  margin-left: -1px;
  padding: 0 20px 40px 60px;
  border-left: 1px solid #f3f2f2;
}

/*
  Foto box
  --------
*/

.latestWinner .photoBox {
  margin: 0 30px 35px 31px;
  text-align: left;
}

/*
  Popisek
  -------
*/

.latestWinner .latestWinner_desc {
  margin-bottom: 28px;
}

/*
  Obsah
*/

.latestWinner .latestWinner_desc h3 {
  margin-bottom: 10px;
  font-size: 155%;
  color: #ff8700;
}
.latestWinner .latestWinner_desc p {
  margin-bottom: 22px;
  line-height: 1.45;
}
.latestWinner .latestWinner_desc .btn {
  margin-bottom: 22px;
}

/*
  O projektu
  **********
*/

.aboutProject {
  margin-top: -15px;
  background-color: #f5f4f4;
}
.aboutProject .aboutProject_inset {
  max-width: 605px;
  margin: 0 auto 0 auto;
  padding: 80px 70px 68px 525px;
  background: url('../../img/aboutProject-aboutProject_inset.png') left top no-repeat;
}

/*
  Texty
  -----
*/

.aboutProject h2 {
  margin-bottom: 18px;
  font-weight: 300;
  font-size: 225%;
  color: #ff8700;
}
.aboutProject p {
  margin-bottom: 22px;
  line-height: 1.4;
}

/*
  Tabovy obsah
  ************
*/

.tabbedContent {
  margin-bottom: 55px;
}

/*
  Taby
  ----
*/

.tabbedContent .tabs {
  max-width: 1150px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px;
  font-weight: bold;
  font-size: 138%;
}
.tabbedContent .tabs li {
  float: left;
  margin-right: 19px;
}
.tabbedContent .tabs li a {
  display: block;
  padding: 23px 27px 17px 25px;
  background-color: #eaeaea;
  border: 2px solid #eaeaea;
  border-radius: 8px 8px 0 0;
  text-decoration: none;
  color: #31231f;
}

/* Stavy */

.tabbedContent .tabs li a:hover {
  background-color: #fff;
  border-color: #f3f2f2;
  color: #ff6e05;
}
.tabbedContent .tabs li.isActive a {
  background-color: #f3f2f2;
  border-color: #f3f2f2;
  color: #ff8700;
}

/*
  Obsah
  -----
*/

.tabbedContent .content {
  background-color: #f3f2f2;
}
.tabbedContent .content .center {
  max-width: 1150px;
  margin: 0 auto;
  padding: 56px 20px 20px 20px;
}

/*
  Objednavkovy formular
  *********************
*/

.orderForm {
  max-width: 1150px;
  margin: 0 auto 80px auto;
  padding: 0 20px;
}

/*
  Nadpis
  ------
*/

.orderForm h2 {
  margin-bottom: 22px;
  font-weight: 300;
  font-size: 250%;
  color: #ff8700;
}

/*
  Sloupce
  -------
*/

.orderForm .formField.col1 {
  width: 24%;
  float: left;
  margin-right: 4.5%;
}
.orderForm .formField.col2 {
  width: 24%;
  float: left;
  margin-right: 4.5%;
}
.orderForm .formField.col3 {
  width: 24%;
  float: left;
}
.orderForm .formField.col4 {
  width: 15%;
  float: right;
}

/*
  Postranni sloupec
  *****************
*/

.webSidebar {
  display: block;
}

/*
  Oddeleni
  --------
*/

.webSidebar .separator {
  height: 1px;
  margin: 0 0 50px -50px;
  background-color: #f3f2f2;
}
.webSidebar .separator:last-child {
  display: none;
}

/*
  Nadpisy
  -------
*/

.webSidebar h3 {
  margin: 0 0 20px -2px;
  font-weight: 300;
  font-size: 22px;
}

/*
  Bloky
  -----
*/

.webSidebar p {
  margin-bottom: 40px;
  line-height: 1.4;
  font-size: 14px;
}

/*
  Bannery
  -------
*/

.webSidebar .banner {
  display: block;
  margin-bottom: 50px;
}

/*
  Uprava elementu
  ---------------
*/

.webSidebar .subNav {
  margin-bottom: 50px;
}

/*
  Podstranka klasicka
  *******************
*/

.mainSubpage {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}

/*
  Postranni sloupec
  -----------------
*/

.mainSubpage .webSidebar {
  width: 250px;
  float: right;
  padding: 68px 0 50px 50px;
  border-left: 1px solid #f3f2f2;
}

/*
  Obsah
  -----
*/

.mainSubpage .content {
  display: block;
  margin-right: 300px;
  padding: 65px 50px 100px 0;
  border-right: 1px solid #f3f2f2;
}
.mainSubpage .content.wide {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.mainSubpage .content .subNav {
  display: none;
}

/*
  Podstranka pro kurzy
  ********************
*/

.mainCourses .content {
  max-width: 1150px;
  margin: 0 auto;
  padding: 64px 20px 45px 20px;
}

/*
  Podstranka pro kurz
  *******************
*/

.mainCourse {
  display: block;
}

/*
  Zakladni informace
  ------------------
*/

.mainCourse .basicInfo {
  max-width: 1150px;
  overflow: hidden;
  margin: 0 auto;
  padding: 65px 20px 0px 20px;
}
.mainCourse .basicInfo .colLeft,
.mainCourse .basicInfo .colRight {
  margin-bottom: 0;
}
.mainCourse .basicInfo .colLeft {
  width: 43.5%;
  float: left;
}
.mainCourse .basicInfo .colRight {
  width: 52.2%;
  float: right;
  padding-top: 2px;
  text-align: center;
}

.mainCourse .otherInfo {
  max-width: 1150px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0px 20px 30px 20px;
}

/*
    Reviews Kurzu
  ------------------
*/

.reviewsContent {
	display: block;
	overflow: hidden;
	margin: 10px 100px 10px 100px;
}

.ReviewsHeader {
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 30px;
}

.reviewBlock {
	background-color: rgb(243, 242, 242);
	margin-bottom: 10px;
	padding: 15px;
}

.reviewerInfo {
	text-align: right;
	margin: 0 10px 40px 0;
}

.reviewerInfo > h2 {
	
}

.reviewerInfo > p {
	font-style: italic;
}

/*
   Další kurzy tlačítko
  ----------------------
*/

.otherCourses {
	background-color: rgb(243, 242, 242);
	padding: 30px;
	margin-bottom: 20px;
}

.otherCoursesBtn {
	background-color: #ff6e05;
	text-decoration: none;
	padding: 21px 27px 21px 27px;
	margin-bottom: 40px;
	border-radius: 8px;
    font-weight: bold;
    font-size: 140%;
    color: #fff;
	margin: auto;
	display: block;
	width: 50%;
	text-align: center;
}

.otherCoursesBtn:hover {
  background-color: #31231f;
  color: #fff;
}

/*
  Spodni cast webu
  ****************
*/

.webBottom {
  background-color: #31231f;
  color: #fff;
}
.webBottom .webBottom_inset {
  max-width: 1150px;
  overflow: hidden;
  margin: 0 auto;
  padding: 57px 20px 35px 20px;
}

/*
  Uprava odkazu
  -------------
*/

.webBottom a:hover {
  color: #fff;
}

/*
  Sloupce
  -------
*/

.webBottom .col.col1 {
  width: 33%;
  float: left;
  margin-right: 6.2%;
}
.webBottom .col.col2 {
  width: 30%;
  float: left;
}
.webBottom .col.col3 {
  width: 30%;
  float: right;
  text-align: right;
}

/*
  Nadpisy
  -------
*/

.webBottom h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 123%;
  color: #ff8700;
}

/*
  Bloky
  -----
*/

.webBottom p {
  margin-bottom: 10px;
  line-height: 1.2;
}
.webBottom p b {
  font-size: 13px;
}
.webBottom p a {
  text-decoration: none;
  font-weight: 300;
  font-size: 140%;
}

/*
  Obrazky
*/

.webBottom p img {
  margin: 4px 0 0 11px;
}

/*
  Navigace
  --------
*/

.webBottom .nav {
  margin-bottom: 20px;
}
.webBottom .nav ul li {
  margin-bottom: 9px;
}
.webBottom .nav ul li a {
  display: block;
  padding-left: 10px;
  background: url('../../img/webBottom-nav-a.png') left 5px no-repeat;
  line-height: 1.4;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
}

/* Stavy */

.webBottom .nav ul li a:hover,
.webBottom .nav ul li.isActive a {
  color: #ff8700;
}

/*
  Paticka
  *******
*/

.webFoot {
  padding: 24px 20px;
  background-color: #211816;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  color: #756d6b;
}

/*
  Obsah
  -----
*/

.webFoot p {
  display: inline-block;
  margin: 0 15px;
  line-height: 1.5;
}
.webFoot a:hover img {
  opacity: 0.7;
}

/* 
  Mobile Sidebar
  --------------
*/

/* body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} */

