/*
	používáme 'mobile first' filozofii,
	základní (mobilní) definice jsou tedy v souboru 'style-base.less'
	jejich rozšíření/úpravy pro jiná zařízení jsou v příslušených souborech
	- "style-base";
	- "style-xs";
	- "style-xs-plus";
	- "style-sm";
	- "style-md";
	- "style-lg";
*/
.mapa {
  /**/
  height: 300px;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  background-color: #f4f4f4;
}
body.http-error {
  background-color: #ffffff;
}
body.http-error .http-error {
  background-image: url('/tanec/images/v3/errors/background-404.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 50px 5px;
}
body.http-error .http-error.e403 {
  background-image: url('/tanec/images/v3/errors/background-403.jpg');
}
body.http-error .http-error > div {
  margin-top: 150px;
  background-color: rgba(255, 255, 255, 0.8);
}
s {
  opacity: 0.5;
}
.change {
  color: #f8941d;
}
.bg-change {
  background-color: #f8941d;
  color: #ffffff;
}
.warning {
  color: #9e2840;
}
h1 {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #cccccc;
  font-size: 2.0em;
  font-weight: 400;
}
h1.icon {
  font-size: 1.0em;
  font-weight: 600;
  padding-left: 15px;
}
h1.icon:before {
  position: relative;
  top: 10px;
  color: #9e2840;
  padding-right: 5px;
  font-size: 2.0em;
  content: attr(data-material-icon);
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
h1 .material-icons {
  color: #9e2840;
  padding-right: 5px;
  font-size: 2.0em;
}
#filter-selected dl {
  padding: 0 15px;
  margin: 0 -15px 0 -30px;
}
#filter-selected dt {
  margin: 3px -10px 3px 30px;
  display: inline-block;
  /*float: left;
	width: 90px;
	text-align: right;
	clear: left;*/
  white-space: nowrap;
}
#filter-selected dt:first-child {
  padding-left: 0px;
}
#filter-selected dd {
  /*margin-left: 120px;*/
  display: inline-block;
  margin: 3px -20px 3px 25px;
}
#filter-selected dd:last-child {
  margin-right: -15px;
}
#filter-selected dd a {
  padding: 3px 10px;
  background-color: #aaaaaa;
  color: #333333;
  border-radius: 5px;
  display: inline-block;
}
#filter-selected dd span {
  opacity: 0.5;
}
#filter-selected dd a:hover {
  background-color: #b7b7b7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
}
/*
h1{
	font-size: 24px;
}
h2{
	font-size: 22px;
}
h3{
	font-size: 20px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 14px;
}
*/
.material-icons {
  vertical-align: middle;
}
.flash {
  padding: 15px 10% 15px 10%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.flash p {
  margin: 0;
  padding-left: 40px;
  position: relative;
}
.flash p:before {
  content: 'info';
  font-family: 'Material Icons';
  position: absolute;
  font-size: 2em;
  left: 0;
  top: -10px;
}
.flash p.warning:before {
  content: 'report_problem';
}
.flash p.danger:before {
  content: 'cancel';
}
.flash p.info:before {
  content: 'info';
}
.flash p.success:before {
  content: 'check_circle';
}
.parallax {
  perspective: 1px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.parallax .parallaxLayer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.parallax .parallaxLayer.parallaxLayerBase {
  transform: translateZ(0);
}
.parallax .parallaxLayer.parallaxLayerBase section {
  background-color: #f4f4f4;
}
.parallax .parallaxLayer.parallaxLayerBack {
  transform: translateZ(-1px) scale(2);
  background-position: center 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #cccccc;
}
.parallax .parallaxLayer.parallaxLayerBack.dance {
  background-image: url(https://static.centrumtance.cz/images/layout/parallax/dance.jpg);
  background-color: #ed1003;
}
.parallax .parallaxLayer.parallaxLayerBack.body-mind {
  background-image: url(https://static.centrumtance.cz/images/layout/parallax/body-mind.jpg);
  background-color: #75b02d;
}
.parallax .parallaxLayer.parallaxLayerBack.fitness-cardio {
  background-image: url(https://static.centrumtance.cz/images/layout/parallax/fitness-cardio.jpg);
  background-color: #0089c4;
}
.parallax .parallaxLayer.parallaxLayerBack.art {
  background-image: url(https://static.centrumtance.cz/images/layout/parallax/art.jpg);
  background-color: #a843ff;
}
.parallax .parallaxLayer.parallaxLayerBack.dap {
  background-image: url(https://static.centrumtance.cz/images/layout/parallax/dap.jpg);
  background-color: #232323;
}
header.pageHeaderImage {
  height: 160px;
}
header .container {
  border: 1px solid #f4f4f4;
  border-bottom: 1px solid #cbc9ca;
  text-align: center;
}
header .container > .row:first-child {
  background-color: #ffffff;
}
header .container > .row > div {
  padding: 12px;
  width: 61px;
  height: 61px;
  display: inline-block;
  border-right: 1px solid #cbc9ca;
  position: relative;
}
header .container > .row > div i.material-icons {
  font-size: 2.5em;
}
header .container > .row > div:last-child {
  border-left: 1px solid #cbc9ca;
}
header .container > .row > div:nth-last-child(2) {
  border-right: 0;
}
header .container > .row > div > button,
header .container > .row > div > a {
  background: none;
  border: 0;
  color: #aaaaaa;
  margin: 0;
  padding: 0;
}
header .container img {
  width: 150px;
  padding-top: 15px;
}
header .container .navbar {
  min-height: 0;
  margin: 0;
  border: 0;
  background-color: #fafafa;
  border-radius: 0 !important;
  z-index: 5;
}
header .container .navbar a {
  color: #1d1e20;
}
header .container .navbar a span {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
header .container .navbar a.current span:before,
header .container .navbar a:hover span:before {
  position: absolute;
  content: '';
  display: block;
  width: 5px;
  height: 12px;
  left: -10px;
  top: 4px;
  background-color: #2bbfff;
}
/* --- Full-text Search -- */
.search-force-show {
  position: absolute !important;
  display: block !important;
  width: 100% !important;
  background-color: white !important;
  top: 0 !important;
  z-index: 9999 !important;
}
.search-force-show .vyhledavani i {
  font-size: 2em !important;
  padding: 8px 3px;
}
.search-force-show .vyhledavani i:after {
  font-size: 0.4em !important;
  bottom: -9px;
  left: 0;
}
.search-close {
  position: absolute;
  right: 25px;
  top: 10px;
}
.vyhledavani {
  position: relative;
}
.vyhledavani i {
  position: absolute;
  padding: 15px 8px;
  pointer-events: none;
}
/*
.vyhledavani i:after{
	content: 'Zkušební provoz';
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	position: absolute;
	display: block;
	width: auto;
	left: 0px;
	bottom: -10px;
	font-size: 0.6em;
	padding: 2px 5px 3px 5px;
	color: #ffffff;
	background-color: @color-zmena;
}
*/
.vyhledavani input {
  margin-top: 5px;
  padding: 5px 30px;
  border: 1px solid #e0e0e0;
  width: 300px;
}
.spinner {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  top: 18px;
  right: 25px;
  -webkit-animation: rotate 2.0s infinite linear;
  animation: rotate 2.0s infinite linear;
  visibility: hidden;
  z-index: 9999;
}
.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.dot1 {
  background-color: #a4ec00;
}
.dot2 {
  background-color: #49c7fe;
}
.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.ui-autocomplete-loading + .spinner {
  visibility: visible;
}
/* Autocomplete
----------------------------------*/
.ui-autocomplete {
  position: absolute;
  cursor: default;
  max-height: 350px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
/* Menu
----------------------------------*/
.ui-menu {
  list-style: none;
  padding: 10px;
  margin: 0;
  display: block;
  width: 300px;
  background-color: #f4f4f4;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
  background-color: #ffffff;
  border-left: 3px solid #aaaaaa;
  margin: 1px;
}
.ui-menu .ui-menu-item a.udalost {
  border-color: #9e2840;
  font-size: 0.75em;
}
.ui-menu .ui-menu-item a.udalost i {
  margin-right: 5px;
  opacity: 0.5;
}
.ui-menu .ui-menu-item a.dance {
  border-color: #fd6259;
}
.ui-menu .ui-menu-item a.body-mind {
  border-color: #a7d96a;
}
.ui-menu .ui-menu-item a.fitness-cardio {
  border-color: #2bbfff;
}
.ui-menu .ui-menu-item a.art {
  border-color: #d7a9ff;
}
.ui-menu .ui-menu-item a span {
  display: block;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 1.1em;
}
.ui-menu .ui-menu-item a span + span {
  font-weight: 200;
  font-size: 0.75em;
}
.ui-menu .ui-menu-item a span + span + span {
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  margin-bottom: 1px;
  border-width: 1px 1px 1px 3px;
}
.back {
  position: absolute;
  width: 100%;
  height: 500px;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center top;
  background-size: cover;
}
.blur30 {
  -webkit-filter: blur(30px);
  -moz-filter: blur(30px);
  -o-filter: blur(30px);
  -ms-filter: blur(30px);
  filter: blur(30px);
  opacity: 0.4;
}
.blur5 {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.4;
}
.kurzy {
  margin: 15px;
  font-size: 0.9em;
  line-height: 1.7em;
}
.kurzy a,
.kurzy a:hover {
  display: block;
  color: #333333;
  position: relative;
}
.kurzy h2.media-heading {
  font-size: 22px;
  font-weight: 100;
  border: 0;
}
.kurzy .media .media-left {
  font-size: 0.9em;
  padding-right: 20px;
}
.kurzy .media .media-left .media-object {
  position: relative;
  width: 85px;
  height: 85px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.kurzy .media .media-left .media-object:after {
  content: attr(data-pokrocilost);
  min-width: 20px;
  height: 20px;
  background-color: #c2c2c2;
  position: absolute;
  bottom: -10px;
  right: -10px;
  color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.9em;
  line-height: 1;
  padding: 4px 5px;
}
.kurzy .media .media-left .media-object.z:after,
.kurzy .media .media-left .media-object.z-mp:after {
  background-color: #598527;
}
.kurzy .media .media-left .media-object.mp:after {
  background-color: #0072bc;
}
.kurzy .media .media-left .media-object.sp:after {
  background-color: #003471;
}
.kurzy .media .media-left .media-object.p:after {
  background-color: #f26522;
}
.kurzy .media .media-left div.days {
  height: 6px;
  margin-top: 6px;
  padding-left: 10px;
  text-align: center;
  line-height: 0;
}
.kurzy .media .media-left div.days div {
  display: block;
  margin-right: 1px;
  float: left;
  border: 1px solid #aaadb0;
  width: 6px;
  height: 6px;
}
.kurzy .media .media-left div.days div.sel {
  background-color: #9fe7fb;
  border-color: #74bfd3;
}
.kurzy .media .media-body {
  padding-top: 4px;
}
.kurzy a > .row,
.kurzy > .row {
  background-color: #ffffff;
  border-left: 3px solid #aaaaaa;
  margin-bottom: 2px;
  padding: 15px 0;
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
}
.kurzy a > .row[data-time]:before,
.kurzy > .row[data-time]:before {
  position: absolute;
  content: attr(data-time);
  padding: 0 3px;
  background-color: #a1a1a1;
  top: -16px;
  left: -3px;
  color: #ffffff;
  font-size: 0.75em;
  line-height: 1.5em;
  font-weight: bold;
}
.kurzy a > .row[data-time],
.kurzy > .row[data-time] {
  margin-top: 30px;
}
.kurzy a > .row.dance,
.kurzy > .row.dance {
  border-color: #fd6259;
}
.kurzy a > .row.body-mind,
.kurzy > .row.body-mind {
  border-color: #a7d96a;
}
.kurzy a > .row.fitness-cardio,
.kurzy > .row.fitness-cardio {
  border-color: #2bbfff;
}
.kurzy a > .row.art,
.kurzy > .row.art {
  border-color: #d7a9ff;
}
.kurzy a > .row:hover,
.kurzy > .row:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.terminy {
  padding: 10px 20px;
  margin: -15px 0 0 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,e5e5e5+10 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0, #ffffff 20px);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0, #ffffff 20px);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0, #ffffff 20px);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.terminy label.permanentka-select {
  position: relative;
  /*
		&:after{
			content: 'Změnit';
			position: absolute;
			right: 40px;
			top: 22px;
			background-color: @color-supplement;
			color: #ffffff;
			padding: 2px 10px;
			font-size: 0.8em;

		}
		 */
}
.terminy .permanentka {
  margin-bottom: 15px;
}
.terminy .permanentka div:first-child {
  font-weight: bold;
}
.terminy .pocetRezervaci {
  margin-bottom: 15px;
  position: absolute;
  top: 15px;
  width: 130px;
  left: 100px;
}
.terminy address {
  display: inline-block;
  opacity: 0.6;
  font-size: 0.8em;
  margin: 0;
  font-weight: normal;
}
.terminy.rekapitulace li {
  padding: 10px 15px;
}
.terminy.rekapitulace li:before {
  content: "\00E878";
  font-size: 2.0em;
  font-family: 'Material Icons', sans-serif;
  font-weight: normal;
  color: #a7d96a;
  position: absolute;
  left: 0;
  top: 10px;
  opacity: 0.5;
}
.terminy li {
  width: 100%;
  font-weight: bold;
}
.terminy li span {
  font-weight: normal;
  font-size: 0.8em;
}
.terminy ul label {
  background-color: transparent;
  display: block;
  padding: 15px 10px;
  margin: 0;
}
.terminy ul label.terminOff {
  opacity: 0.5;
}
.terminy ul label.terminOff:before {
  position: absolute;
  color: #000000;
  background-color: #f8941d;
  display: block;
  padding: 5px 8px;
  left: 0;
  top: 15px;
  font-weight: bold;
  font-size: 0.7em;
  text-transform: uppercase;
}
.terminy ul label.terminOff.obsazeno:before {
  content: 'obsazeno';
}
.terminy ul label.terminOff.permanentkaNelze:before {
  content: 'nelze použít';
}
.terminy ul label.terminOff.past:before {
  content: 'proběhlo';
  background-color: #aaaaaa;
}
.terminy ul label.terminOff.zruseno:before {
  content: 'zrušeno';
}
.terminy input[type=checkbox] {
  display: none;
}
.terminy input[type=checkbox] + label:before {
  font-size: 2.0em;
  font-family: 'Material Icons', sans-serif;
  font-weight: normal;
  color: #aaaaaa;
  content: "\00E836";
  position: absolute;
  left: 0;
  top: 10px;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.terminy input[type=checkbox]:checked + label:before {
  content: '\00E86C';
  color: #a7d96a;
  opacity: 1.0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.terminy ul {
  margin: 15px 0;
  padding: 0;
}
.terminy ul li {
  list-style-type: none;
  position: relative;
  text-align: right;
  border-bottom: 1px solid #d9d9d9;
  display: inline-block;
}
.terminy ul li:last-child {
  border: 0;
}
.kurz {
  position: relative;
  border-top: 3px solid #aaaaaa;
  padding: 0 15px;
}
.kurz.dance {
  border-color: #fd6259;
}
.kurz.body-mind {
  border-color: #a7d96a;
}
.kurz.fitness-cardio {
  border-color: #2bbfff;
}
.kurz.art {
  border-color: #d7a9ff;
}
.kurz > div:first-child {
  background-color: #ffffff;
}
.kurz > div:first-child > div {
  padding: 0;
}
.kurz > div:first-child .course-image {
  position: relative;
}
.kurz > div:first-child .course-image div {
  position: absolute;
  background-position: center;
  background-size: cover;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.kurz > div:first-child .course-image img {
  position: relative;
  max-width: 100%;
  max-height: 350px;
  z-index: 5;
}
.kurz .info {
  width: 200px;
  height: 200px;
  position: absolute;
  top: -11px;
  left: -6px;
  z-index: 10;
  overflow: hidden;
}
.kurz .info span {
  font-size: 1em;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 220px;
  display: block;
  box-shadow: 0 3px 10px -5px #000000;
  position: absolute;
  top: 44px;
  left: -50px;
  background-color: #aaaaaa;
}
.kurz .info span::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 100%;
  z-index: -1;
  border-left: 4px solid #777777;
  border-right: 4px solid transparent !important;
  border-bottom: 4px solid transparent !important;
  border-top: 4px solid #777777;
}
.kurz .info span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 4px solid transparent !important;
  border-right: 4px solid #777777;
  border-bottom: 4px solid transparent !important;
  border-top: 4px solid #777777;
}
.kurz .info span.dance {
  background-color: #fd6259;
}
.kurz .info span.body-mind {
  background-color: #a7d96a;
}
.kurz .info span.body-mind::before,
.kurz .info span.body-mind::after {
  border-color: #75b02d;
}
.kurz .info span.fitness-cardio {
  background-color: #2bbfff;
}
.kurz .info span.art {
  background-color: #d7a9ff;
  border-color: #a843ff;
}
.kurz h1 {
  font-size: 2em;
  font-weight: 400;
  margin-top: 1em;
  margin-bottom: 1em;
}
.kurz h1 + p:first-of-type {
  margin-bottom: 30px;
}
.kurz h1 + p:first-of-type + div:first-of-type {
  margin-bottom: 80px;
}
.kurz .row .row:nth-of-type(2) {
  font-size: 0.8em;
  color: #8d9295;
  margin: 15px 0;
}
.kurz .row .row:nth-of-type(2) > div {
  padding: 10px 5px;
  height: 90px;
  text-align: center;
  border: 0 solid #dcdcdc;
}
.kurz .row .row:nth-of-type(2) > div button {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  font-size: 1em;
  padding: 0;
  white-space: normal;
}
.kurz .row .row:nth-of-type(2) > div:nth-of-type(-n+3) {
  border-bottom-width: 1px;
}
.kurz .row .row:nth-of-type(2) > div:nth-of-type(-n+2),
.kurz .row .row:nth-of-type(2) > div:nth-of-type(4),
.kurz .row .row:nth-of-type(2) > div:nth-of-type(5) {
  border-right-width: 1px;
}
.kurz .row .row:nth-of-type(2) > div:nth-of-type(6) {
  padding-top: 20px;
}
.kurz .row .row:nth-of-type(2) > div:nth-of-type(7) {
  padding: 0;
  margin: 0;
  height: auto;
}
.kurz .row .row:nth-of-type(2) > div:nth-of-type(7) > a {
  display: block;
  padding: 15px;
  margin: 15px 15px 0 15px;
}
.kurz .row .row:nth-of-type(2) > div:nth-of-type(7) > a i {
  display: inline-block;
  font-size: 1.5em;
}
.kurz .row .row:nth-of-type(2) > div:nth-of-type(7) div {
  text-align: left;
  padding-left: 60px;
  margin-top: 15px;
}
.kurz .row .row:nth-of-type(2) > div:nth-of-type(7) div i {
  color: #f8941d;
  float: left;
  padding-right: 10px;
}
.kurz .row .row:nth-of-type(2) i {
  display: block;
  font-size: 3.0em;
}
.kurz .row .row:nth-of-type(2) span[itemprop="price"],
.kurz .row .row:nth-of-type(2) span[itemprop="priceCurrency"] {
  font-weight: bold;
  font-size: 1.5em;
  color: #000000;
}
.kurz div[itemprop="performer"] img {
  width: 33px;
  height: 33px;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 0 5px #a7a6a2;
  -moz-box-shadow: 0 0 5px #a7a6a2;
  box-shadow: 0 0 5px #a7a6a2;
}
.kurz div[itemprop="performer"] div {
  height: 33px;
  position: relative;
}
.kurz div[itemprop="performer"] div img {
  position: relative;
}
.kurz div[itemprop="performer"] div.lektori2 img,
.kurz div[itemprop="performer"] div.lektori3 img {
  position: absolute;
}
.kurz div[itemprop="performer"] div.lektori2 img {
  left: 22%;
}
.kurz div[itemprop="performer"] div.lektori2 img + img {
  left: 48%;
}
.kurz div[itemprop="performer"] div.lektori3 img {
  left: 10%;
}
.kurz div[itemprop="performer"] div.lektori3 img + img {
  left: 35%;
}
.kurz div[itemprop="performer"] div.lektori3 img + img + img {
  left: 60%;
}
.kurz .lektor {
  background-color: #e0e0e0;
  margin-top: 30px;
  overflow: hidden;
}
.kurz .lektor:last-child {
  margin-bottom: 15px;
}
.kurz .lektor > div {
  position: relative;
  padding: 0;
  min-height: 320px;
}
.kurz .lektor > div div:nth-child(1) {
  width: 100%;
  height: 320px;
  position: absolute;
  z-index: 1;
  background-size: cover;
  overflow: hidden;
}
.kurz .lektor > div div:nth-child(1):before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 320px;
  z-index: 2;
  background: -moz-linear-gradient(left, rgba(224, 224, 224, 0) 0%, #e0e0e0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(224, 224, 224, 0) 0%, #e0e0e0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(224, 224, 224, 0) 0%, #e0e0e0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e0e0e0', endColorstr='#e0e0e0', GradientType=1);
  /* IE6-9 */
}
.kurz .lektor > div div:nth-child(2) {
  position: relative;
  width: 200px;
  height: 200px;
  top: 60px;
  margin: auto;
  border: 10px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 4;
}
.kurz .lektor > div div:nth-child(2) img {
  position: absolute;
  width: 100%;
  z-index: 5;
  border: 3px solid #ffffff;
}
.kurz .lektor > div + div {
  padding-right: 15px;
  padding-left: 15px;
}
.kurz .lektor h2 {
  font-weight: 400;
  position: relative;
  margin-top: 45px;
}
.kurz .lektor h2:before {
  content: attr(data-title);
  position: absolute;
  top: -20px;
  font-size: 0.5em;
  padding: 3px 6px;
  color: #ffffff;
  background-color: #000000;
}
.kurz .lektor h2 a,
.kurz .lektor h2 a:link,
.kurz .lektor h2 a:hover,
.kurz .lektor h2 a:active {
  color: #333333;
}
.kurz .lektor:nth-of-type(even) > div div:nth-child(1):before {
  background: -moz-linear-gradient(right, rgba(224, 224, 224, 0) 0%, #e0e0e0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, rgba(224, 224, 224, 0) 0%, #e0e0e0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, rgba(224, 224, 224, 0) 0%, #e0e0e0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e0e0e0', endColorstr='#e0e0e0', GradientType=1);
  /* IE6-9 */
}
.terminy .disabled {
  opacity: 0.5;
}
.terminy td {
  color: #000000;
  padding-left: 15px;
  padding-right: 15px;
}
.terminy td .zmena span:first-child i {
  font-size: 1.2em;
}
.terminy td .zmena span {
  color: #f8941d;
  font-weight: bold;
}
.terminy td .zmena span address {
  opacity: 1.0;
}
.terminy tr:not(.disabled) {
  background-color: #cccccc;
}
.terminy tr:not(.disabled).dance {
  background-color: #fec1be;
}
.terminy tr:not(.disabled).body-mind {
  background-color: #d7eebb;
}
.terminy tr:not(.disabled).fitness-cardio {
  background-color: #91deff;
}
.terminy tr:not(.disabled).art {
  background-color: #ffffff;
}
.terminy tr:not(.disabled) ~ tr {
  background-color: transparent !important;
}
#terminyModal .modal-body {
  padding-left: 0;
  padding-right: 0;
}
.modal-content {
  overflow: hidden;
}
.dance .modal-header {
  background-color: #fd6259;
}
.body-mind .modal-header {
  background-color: #a7d96a;
}
.fitness-cardio-cardio .modal-header {
  background-color: #2bbfff;
}
.art .modal-header {
  background-color: #d7a9ff;
}
.order-progress {
  text-align: center;
}
.order-progress i {
  display: inline-block;
  font-size: 1.8em;
  border: 3px solid #aaaaaa;
  color: #aaaaaa;
  padding: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  position: relative;
  margin-right: 20px;
}
.order-progress i:last-child {
  margin-right: 0;
}
.order-progress i:last-child:after {
  display: none;
}
.order-progress i:after {
  content: '\b7\b7';
  display: block;
  position: absolute;
  top: -15px;
  left: 54px;
  right: -20px;
  font-size: 2.5em;
  height: 10px;
  letter-spacing: -11px;
}
.order-progress i.on,
.order-progress i.done {
  border-color: #9e2840;
  color: #9e2840;
}
.order-progress i.on:after {
  color: #aaaaaa;
}
.order-progress i.done {
  opacity: 0.5;
}
.login hr {
  border-top: 1px solid #aaaaaa;
}
.login a,
.login button {
  color: #9e2840;
  white-space: nowrap;
}
/*
.container.errors{
 	margin-bottom: 15px;
}
*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.nav-tabs .nav-link.disabled {
  cursor: not-allowed;
}
section.social {
  background-image: url("/tanec/images/v3/layout/background-social.png");
  background-repeat: repeat-x;
  background-position: top center;
}
section.social .row {
  margin: 0;
}
section.social h2 {
  text-align: center;
}
section.social .social-icons {
  margin: 20px 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
  font-size: 0;
}
section.social .social-icons li {
  display: inline-block;
}
section.social .social-icons li a {
  display: block;
  background-image: url("/tanec/images/v3/layout/icons/hp_icon_facebook.png");
  background-repeat: no-repeat;
  background-position: top left;
  width: 50px;
  height: 50px;
  padding: 10px;
}
section.social .social-icons li + li a {
  background-image: url("/tanec/images/v3/layout/icons/hp_icon_instagram.png");
}
section.social .social-icons li + li + li a {
  background-image: url("/tanec/images/v3/layout/icons/hp_icon_youtube.png");
}
section.social .social-icons li + li + li + li a {
  background-image: url("/tanec/images/v3/layout/icons/hp_icon_twitter.png");
}
/* --- styly k revizi a smazání --- */
.homepage .slider-button {
  display: block;
  position: relative;
  height: 175px;
  margin: 0 0px 17px 0px;
  background-color: #608000;
  color: #ffffff;
  padding-right: 25px;
  font-size: 1.2em;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.homepage .slider-button:after {
  position: absolute;
  z-index: 1;
  content: ' ';
  width: 180%;
  height: 100%;
  transform: skew(-30deg, 1deg);
  -webkit-transform: skew(-30deg, 0);
  -moz-transform: skew(-30deg, 0);
  -o-transform: skew(-30deg, 0);
  -ms-transform: skew(-30deg, 0);
  background: #507000;
  left: -200%;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.homepage .slider-button:hover:after {
  left: -30%;
}
.homepage .slider-button img {
  z-index: 5;
  position: absolute;
  top: 40px;
  left: 53px;
}
.homepage .slider-button span {
  z-index: 5;
  position: relative;
  top: 120px;
  left: 10px;
}
.homepage a.slider-button,
.homepage a.slider-button:link {
  color: #ffffff !important;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .homepage .slider-button {
    height: 71px;
    margin: 0px 0px 6.25px 0px;
    background-image: none !important;
    background-color: #608000;
  }
  .homepage .slider-button img {
    position: absolute;
    top: 15px;
    left: 18px;
    width: 40px;
  }
  .homepage .slider-button span {
    position: absolute;
    top: 25px;
    left: 70px;
    font-size: 0.9em;
  }
}
.homepage .sliderHome-main {
  padding-right: 0;
}
.homepage .nivo-controlNav {
  text-align: left !important;
}
.homepage .theme-default .nivo-controlNav a {
  background-image: none !important;
  width: 11px !important;
  height: 11px !important;
  border: 1px solid #ffffff !important;
  box-shadow: 0px 0px 0px	2px #cbcbcb !important;
  margin-right: 5px !important;
}
.homepage .theme-default .nivo-controlNav a.active {
  background-color: #8cc63e !important;
}
.homepage .styly {
  padding-bottom: 50px;
}
.homepage .styly ul {
  padding: 0;
  text-align: center;
  height: 150px;
  position: relative;
}
.homepage .styly ul li {
  list-style: none;
  display: inline-block;
}
.homepage .styly ul li:after {
  content: ', ';
}
.homepage .styly ul li:nth-last-child(-n+2):after {
  content: '';
}
.homepage .styly li.last {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.homepage .styly li.last a.btn {
  background: none;
  background-color: transparent;
  color: #484847;
  border: 1px solid #999995;
}
.homepage .styly li.last a.btn:hover {
  background-color: #484847;
  color: #ffffff;
}
.homepage a.hp-icon {
  display: block;
}
.homepage a.hp-icon > div {
  width: 150px;
  height: 150px;
  margin: auto;
  padding: 25px;
  border-radius: 75px;
}
.homepage .dance a.hp-icon > div {
  background-color: #fc3227;
}
.homepage .body-mind a.hp-icon > div {
  background-color: #8fcf41;
}
.homepage .fitness-cardio a.hp-icon > div {
  background-color: #00acf7;
}
.homepage .art a.hp-icon > div {
  background-color: #bf76ff;
}
.homepage a.hp-icon h3 {
  color: #333333;
}
.homepage a.hp-icon * {
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.homepage a.hp-icon:hover div {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .homepage a.hp-icon {
    display: block;
    overflow: auto;
  }
  .homepage a.hp-icon > div {
    border-radius: 0px;
    float: left;
    clear: left;
    width: 65px;
    height: 65px;
    padding: 5px;
  }
  .homepage a.hp-icon img {
    height: 50px;
  }
  .homepage a.hp-icon h3 {
    float: left;
    color: #ffffff;
    height: 65px;
    margin: 0;
    padding-top: 25px;
    font-size: 1.3em;
  }
  .homepage a.hp-icon h3 span {
    position: absolute;
    right: 10px;
    top: 25px;
  }
  .homepage a.hp-icon:hover * {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .homepage div.dance,
  .homepage div.body-mind,
  .homepage div.fitness-cardio,
  .homepage div.art {
    height: 65px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
  }
  .homepage div.dance {
    background-color: #fc3227;
  }
  .homepage div.body-mind {
    background-color: #8fcf41;
  }
  .homepage div.fitness-cardio {
    background-color: #00acf7;
  }
  .homepage div.art {
    background-color: #bf76ff;
  }
  .homepage h2 {
    font-size: 1.8em;
  }
}
.homepage .media.homepage {
  border: 1px solid #cdcdcd;
  font-size: 1em;
  color: #666666;
  margin-bottom: 20px;
}
.homepage .media.homepage .media-body {
  padding: 10px 18px;
}
.homepage .media.homepage h3 {
  font-size: 1.7em;
  line-height: 1.5em;
  font-weight: bold;
}
.homepage .media.homepage img {
  max-width: 180px;
}
.homepage .media-left {
  padding-right: 0;
  margin-right: 20px;
}
.homepage .media-left div {
  overflow: hidden;
  width: 180px;
  height: 265px;
}
.homepage .media-left img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.homepage .media-left img:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.box-list {
  text-align: center;
}
.box-list .item .image {
  margin: auto;
  margin-bottom: 10px;
  max-width: 165px;
  max-height: 165px;
}
.box-list .item a {
  color: #000000;
}
.box-list .item p {
  height: 40px;
  overflow: hidden;
}
.zones {
  position: absolute;
  top: 40px;
  left: 0;
  margin: 0;
  padding: 0 9%;
}
.zones li {
  display: block;
  float: left;
  width: 13%;
  padding: 5px;
}
.zones li div {
  padding: 5px;
  background-color: #aaaaaa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.5;
}
.zones li div.on {
  opacity: 1;
}
.zones li div.dance.on {
  background-color: #fd6259;
}
.zones li div.body-mind.on {
  background-color: #a7d96a;
}
.zones li div.fitness-cardio.on {
  background-color: #2bbfff;
}
.zones li div.art.on {
  background-color: #d7a9ff;
}
.profil-photo {
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.25);
  max-width: 34%;
  margin: auto;
}
.box-list .image .profil-photo {
  max-width: 100%;
}
.profil .menu {
  margin: 0 -15px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}
.profil .menu .list-group-item {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  text-align: center;
  background-color: transparent;
  flex: 1;
  border: 0;
  color: #ffffff;
}
.profil .menu .list-group-item:nth-last-child(n+2) {
  border-right: 1px solid #aaaaaa;
}
.profil .menu .list-group-item:first-child {
  padding-top: 10px;
}
.profil .menu .list-group-item:first-child .material-icons {
  font-size: 2.5em;
}
.profil .menu .list-group-item.active:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -17px;
  width: 15px;
  height: 15px;
  margin: 0 25%;
  background-color: #f4f4f4;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.profil .menu .list-group-item .badge {
  background-color: transparent;
  border: 0;
  font-size: 2.0em;
}
.profil .header {
  padding-top: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  /*height: 279px;*/
  position: relative;
  overflow: hidden;
}
.profil .header > div:first-child {
  top: 0;
  width: 100%;
  /*height: 279px;*/
  position: absolute;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  opacity: 0.2;
}
.profil h1 {
  color: #ffffff;
  text-align: center;
  font-weight: 100;
  font-size: 1.5em;
  margin-bottom: 25px;
}
.profil > div:nth-child(2) div.text {
  padding: 15px;
  background-color: #ffffff;
}
.profil .styly {
  margin: 0;
  padding: 15px;
  list-style: none;
  background-color: #ffffff;
}
.profil .styly:before {
  content: 'Vedu lekce těchto stylů';
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  font-size: 0.9em;
}
.profil .styly li {
  display: inline-block;
  height: 40px;
  margin: 2px 0;
}
.profil .styly li a {
  padding: 10px;
  border: 1px solid #aaaaaa;
  color: #ffffff;
  background-color: #aaaaaa;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  /*font-size: 0.8em;
				font-weight: bold;*/
}
.profil .styly li a.dance {
  background-color: #fd6259;
}
.profil .styly li a.body-mind {
  background-color: #a7d96a;
}
.profil .styly li a.fitness-cardio {
  background-color: #2bbfff;
}
.profil .styly li a.art {
  background-color: #d7a9ff;
}
.saly > .row > div > div {
  background-color: #ffffff;
  margin-bottom: 30px;
}
.saly > .row > div > div > div {
  padding: 0 15px 50px 15px;
  position: relative;
}
.saly > .row > div > div h3 {
  font-size: 1.15em;
  font-weight: bold;
}
.saly > .row > div > div .foto-salu {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.saly > .row > div > div button {
  position: absolute;
  bottom: 15px;
  width: 180px;
  margin: auto;
  display: block;
}
.udalost {
  background-color: #ffffff;
  padding: 30px 30px;
}
.udalost .pull-left,
.udalost .pull-right {
  max-width: 100%;
}
.udalost img.pull-left,
.udalost img.pull-right {
  margin-bottom: 30px;
}
.udalost img.pull-left {
  margin-right: 30px;
}
.udalost img.pull-right {
  margin-left: 30px;
}
.udalost .gallery.halves img {
  max-width: calc( calc(100% / 2) - 20px);
}
.udalost .gallery.halves img.pull-left:last-child {
  margin-right: 0;
}
.udalost .gallery.thirds img {
  width: calc( calc(100% / 3) - 20px);
}
.udalost .gallery.thirds img.pull-left:last-child {
  margin-right: 0;
}
.udalost iframe {
  max-width: 100%;
}
.udalost .columns * {
  text-align: left;
}
.udalost .columns ul {
  /*margin-left: 10px;*/
  padding-left: 25px;
}
.udalost .lektori {
  clear: both;
}
.udalost .lektori .lektor {
  float: left;
  margin-right: 15px;
  text-align: center;
}
.udalost .lektori .lektor img {
  min-height: 100px;
  max-width: 100px;
  max-height: 100px;
}
.udalost .image-line {
  clear: both;
  float: none;
  overflow: auto;
  margin: 15px 0;
}
.udalost .image-line img {
  margin: 0 5px 0 0;
}
.udalost h1 {
  padding-left: 0;
}
.udalost h2 {
  color: #000000;
  font-weight: 400;
  font-size: 1.5em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #c3c3c3;
}
.udalost li {
  text-align: left;
  /*margin-bottom: 0.5em;*/
}
#zalozky {
  margin: 0;
  padding: 0;
  list-style: none;
}
#zalozky > li {
  margin-bottom: 20px;
}
.btn-ct-action {
  background-color: #9e2840;
  border-color: #751e30;
  color: #ffffff !important;
  display: inline-block !important;
}
.btn-ct-action:hover {
  background-color: #751e30;
  color: #ffffff;
  text-decoration: none;
}
footer {
  background-color: #e6e6e6;
  margin-top: 30px;
  -webkit-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.2);
}
footer .container {
  padding-top: 30px;
  padding-bottom: 50px;
}
footer .container h3 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
footer .container ul {
  padding-left: 20px;
  margin: 0;
}
footer .container ul li {
  list-style-type: circle;
  line-height: 1.75em;
}
footer .container ul li a {
  display: block;
  color: #333333;
}
footer .container ul li a:hover {
  color: #9e2840;
  text-decoration: none;
}
footer .container ul li:hover {
  list-style-type: disc;
  color: #9e2840;
}
footer > p:last-child {
  background-color: #dddddd;
  padding: 20px 0;
  font-size: 0.8em;
  font-style: italic;
  overflow: hidden;
  position: relative;
  border-top: #d8d8d8;
  -webkit-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.1);
}
.modal-open #contentContainer {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
nav.filter .navbar-brand span {
  display: inline-block;
  background-color: #aaaaaa;
  z-index: 500;
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 50%;
  margin: -8px 5px 0 -10px;
}
nav.filter .navbar-brand span.dance {
  background-color: #fd6259;
}
nav.filter .navbar-brand span.body-mind {
  background-color: #a7d96a;
}
nav.filter .navbar-brand span.fitness-cardio {
  background-color: #2bbfff;
}
nav.filter .navbar-brand span.art {
  background-color: #d7a9ff;
}
nav.filter .navbar-brand span img {
  width: 100%;
}
nav.filter .row.zahlavi {
  margin-top: -20px;
  margin-bottom: 20px;
  background-color: #e0e0e0;
  padding-top: 5px;
  padding-bottom: 5px;
}
nav.filter .toggle {
  float: right;
  margin: 2px 0 0 0;
  font-size: 11px;
  color: #c0c0c0;
}
nav.filter li.master {
  margin-bottom: 15px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
nav.filter li.master > ul {
  padding-top: 5px;
  border-top: 1px solid #d8d8d8;
}
nav.filter .small label {
  font-weight: normal;
  margin-bottom: 0;
}
nav.filter .yamm-fw ul.small {
  column-count: 2;
  column-gap: 30px;
}
#tabs-export a {
  display: inline;
}
#tabs-export ul li {
  margin-bottom: 15px;
}
.rozvrh {
  margin-bottom: 30px;
}
.rozvrh .rozvrh-dny {
  margin-top: 30px;
}
.rozvrh .rozvrh-dny li a {
  font-size: 0.9em;
  opacity: 0.5;
}
.rozvrh .rozvrh-dny li a:hover {
  opacity: 1;
}
.rozvrh .rozvrh-dny li a span {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
}
.rozvrh .rozvrh-dny li.active a {
  opacity: 1;
}
@media (max-width: 360px) {
  .zones li:nth-child(3),
  .zones li:nth-child(4) {
    float: right;
  }
  nav.filter .yamm-fw ul.small {
    column-count: 1;
  }
  nav.filter .yamm-fw .list-unstyled.small {
    max-height: 300px;
    overflow: scroll;
  }
}
@media (min-width: 361px) {
  header {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  header .container {
    text-align: left;
    border-bottom: none;
  }
  header .container .row:first-child {
    height: 61px;
    border-bottom: 1px solid #cbc9ca;
  }
  header .container .row:first-child a {
    color: #767676;
  }
  header .container .row:first-child > a:first-of-type {
    display: inline-block;
    float: left;
    padding: 5px 0 0px 30px;
  }
  header .container .row:first-child > a:first-of-type img {
    width: 190px;
    padding-top: 7px;
  }
  header .container .row:first-child div.sections {
    width: auto;
    border: 0;
    padding-top: 0px;
  }
  header .container .row:first-child div.sections > div:before {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    border-bottom: 1px solid #d3d6db;
    -webkit-transform: rotate(-60deg);
    position: absolute;
    left: -10px;
    top: 30px;
  }
  header .container .row:first-child div.sections > div {
    padding: 5px 20px 0 60px;
    float: left;
    position: relative;
    font-size: 1em;
    color: #767676;
    line-height: 1.8em;
  }
  header .container .row:first-child div.sections > div i {
    font-size: 1.2em;
    color: #9e2840;
    padding-right: 5px;
  }
  .profil-photo {
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.25);
    margin: 0 30px 30px 30px;
    width: 150px;
    float: left;
  }
  .profil h1 {
    text-align: left;
    margin-top: 50px;
    font-size: 2em;
    margin: 30px 0 15px 0;
  }
  .profil .menu {
    width: 350px;
    float: right;
    clear: both;
  }
  .zones {
    width: 150px;
    position: relative;
    float: left;
    overflow: auto;
    padding: 0;
    top: 0;
  }
  .zones li {
    width: 25%;
    padding: 3px;
  }
  nav.filter .yamm-fw ul.small {
    column-count: 2;
  }
  nav.filter .yamm-fw .list-unstyled.small {
    max-height: 300px;
    overflow: scroll;
  }
  .kurz {
    border-top: 5px solid #aaaaaa;
    margin: 0 15px;
  }
  .kurz > div:nth-child(-n+2) {
    padding: 30px;
  }
  .kurz > div:first-child > div:first-child {
    padding-right: 30px;
  }
  .kurz > div:first-child .course-image {
    position: relative;
  }
  .kurz > div:first-child .course-image div {
    display: none;
  }
  .kurz > div:first-child .course-image img {
    max-height: 470px;
    margin: 0;
  }
  .kurz h1 {
    color: #9e2840;
    font-size: 3em;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .kurz div[itemprop="performer"] img {
    width: 42px;
    height: 42px;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 0 5px #a7a6a2;
    -moz-box-shadow: 0 0 5px #a7a6a2;
    box-shadow: 0 0 5px #a7a6a2;
  }
  .kurz div[itemprop="performer"] div {
    height: 54px;
  }
  .kurz .row .row:nth-of-type(2) {
    margin: 0;
    color: #606060;
  }
  .kurz .row .row:nth-of-type(2) > div {
    height: 110px;
    border: 0;
  }
  .kurz .row .row:nth-of-type(2) > div:nth-of-type(-n+6) {
    padding: 15px 0;
    background-color: #f2f2f2;
  }
  .kurz .row .row:nth-of-type(2) > div:nth-of-type(-n+6) i {
    color: #9e2840;
    font-size: 3.5em;
    margin-bottom: 15px;
  }
  .kurz .row .row:nth-of-type(2) > div:nth-of-type(6) {
    font-size: 1.5em;
    padding-top: 30px;
    text-align: center;
  }
  .kurz .row .row:nth-of-type(2) > div:nth-of-type(7) > a {
    margin: 30px 0 0 0;
  }
  .kurz .row .row:nth-of-type(2) > div:nth-of-type(7) div {
    margin-top: 35px;
    padding-left: 15px;
  }
  .kurz .row .row:nth-of-type(2) span[itemprop="price"],
  .kurz .row .row:nth-of-type(2) span[itemprop="priceCurrency"] {
    color: #9e2840;
    font-weight: normal;
  }
  .kurz img.img-circle {
    margin-bottom: 15px;
  }
  .kurz .lektor h2 {
    margin-top: 60px;
    text-align: left;
  }
  .kurz .lektor > div + div {
    padding-right: 60px;
  }
  .kurz .lektor:nth-of-type(even) > div + div {
    padding-left: 60px;
  }
  .kurzy .media .media-left {
    font-size: 1em;
  }
  .kurzy .media .media-left .media-object {
    width: 100px;
    height: 100px;
  }
  .kurzy .media .media-left div.days {
    height: 8px;
    margin-top: 8px;
  }
  .kurzy .media .media-left div.days div {
    width: 8px;
    height: 8px;
  }
  .kurzy .media .media-body {
    padding-top: 4px;
  }
  .kurzy .row {
    border-left-width: 5px;
  }
  .kurzy .row .row > div {
    position: relative;
    /*padding-left: 40px;*/
    padding-top: 10px;
    line-height: 18px;
  }
  .kurzy .row .row > div:nth-child(3) {
    padding-left: 0;
    padding-top: 10px;
    text-align: right;
  }
  .kurzy .row .row > div:nth-child(3) strong {
    font-size: 1.3em;
  }
  .kurzy .row .row > div:nth-child(4) {
    padding-top: 20px;
    text-align: center;
  }
  .kurzy .row .row > div:before {
    content: attr(data-icon);
    font-family: 'Material Icons', sans-serif;
    font-size: 3.0em;
    color: #8d9295;
    position: absolute;
    left: 0;
  }
  .kurzy .row:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .udalost {
    background-color: #ffffff;
    text-align: justify;
  }
  .udalost .float-margin .pull-left {
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .udalost .float-margin .pull-right {
    margin-left: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .http404 {
    margin: 20px auto;
    height: 520px;
  }
  .parallax .parallaxLayer.parallaxLayerBack {
    background-position: center 35px;
  }
  header.pageHeaderImage {
    height: 300px;
  }
  header .container .row > div i.material-icons {
    font-size: 2em;
    color: #9e2840;
  }
  header .container .row > div:nth-last-child(2) {
    margin: 15px 30px 0 0;
    width: auto;
    height: 35px;
    border: 0;
    padding: 0;
    position: relative;
  }
  header .container .row > div:nth-last-child(2) > button,
  header .container .row > div:nth-last-child(2) > a {
    color: #aaaaaa;
  }
  header .container .row > div:nth-last-child(2) > button.simulace:before,
  header .container .row > div:nth-last-child(2) > a.simulace:before {
    content: "Režim simulace";
    position: absolute;
    display: block;
    width: 92px;
    top: -20px;
    font-size: 0.8em;
    padding: 2px 5px;
    color: #ffffff;
    background-color: #f8941d;
  }
}
@media (min-width: 992px) {
  .http404 > div {
    margin-top: 200px;
  }
  .parallax .parallaxLayer.parallaxLayerBack {
    background-position: center 35px;
  }
  header.pageHeaderImage {
    height: 380px;
  }
  .flash {
    padding: 15px 30% 15px 30%;
  }
  .kurz > div:first-child .course-image {
    margin-right: 30px;
  }
  .kurz .row .row:nth-of-type(2) > div:nth-of-type(6) {
    text-align: right;
    padding-right: 15px;
    background: transparent;
  }
  .profil-photo {
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.25);
    max-width: 60%;
    float: none;
    margin: auto;
  }
  .profil .header {
    background-color: transparent;
    height: auto;
  }
  .profil h1 {
    color: #9e2840;
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.5em;
  }
  .profil .badge {
    background-color: #9e2840;
    font-weight: normal;
  }
  .profil .material-icons {
    color: #aaaaaa;
    padding-right: 5px;
  }
  .profil > div:first-child {
    padding-bottom: 50px;
    position: relative;
    background-color: #f4f4f4;
  }
  .profil > div:nth-child(2) #zalozky > li > h2 {
    margin-top: 0;
    padding: 10px 10px 5px 10px;
    border-bottom: 1px solid #aaaaaa;
    font-size: 1.0em;
    font-weight: 600;
  }
  .profil > div:nth-child(2) #zalozky > li > h2 .material-icons {
    color: #9e2840;
    padding-right: 5px;
    font-size: 2.0em;
  }
  .profil > div:nth-child(2) #zalozky > li > h2 .badge {
    opacity: 0.5;
    margin-left: 20px;
  }
  .profil > div:nth-child(2) div.text {
    padding: 45px 30px;
  }
  .profil .zones {
    position: static;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0px 20%;
    clear: both;
    overflow: auto;
    float: none;
  }
  .profil .zones li {
    width: 25%;
    padding: 3px;
  }
  .profil .menu {
    float: none;
    width: 100%;
    display: block;
    padding-bottom: 0;
    margin: 0 0 20px 0;
  }
  .profil .menu .list-group-item {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    text-align: left;
    background-color: transparent;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #333333;
    margin: 0;
  }
  .profil .menu .list-group-item:nth-last-child(n+2) {
    border-right: 0;
  }
  .profil .menu .list-group-item:first-child .material-icons {
    font-size: 1.75em;
  }
  .profil .menu .list-group-item.active:before {
    display: none;
  }
  .profil .menu .list-group-item .badge {
    background-color: #9e2840;
    /*border: 0;*/
    font-size: 0.9em;
  }
  .profil .menu a.list-group-item.active,
  .profil .menu a.list-group-item:hover {
    border-color: #aaaaaa;
    color: #9e2840;
    font-weight: bold;
    background: -moz-linear-gradient(left, rgba(229, 229, 229, 0) 0%, #e5e5e5 30%, rgba(229, 229, 229, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(229, 229, 229, 0) 0%, #e5e5e5 30%, rgba(229, 229, 229, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(229, 229, 229, 0) 0%, #e5e5e5 30%, rgba(229, 229, 229, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e5e5e5', endColorstr='#00e5e5e5', GradientType=1);
    /* IE6-9 */
  }
  .profil .menu a.list-group-item.active .material-icons,
  .profil .menu a.list-group-item:hover .material-icons {
    color: #9e2840;
  }
  .profil .styly {
    background-color: transparent;
    padding: 0;
  }
  nav.filter .yamm-fw ul.small.columns2 {
    column-count: 2;
  }
  nav.filter .yamm-fw ul.small.columns4 {
    column-count: 4;
  }
  nav.filter .yamm-fw .list-unstyled.small {
    max-height: none;
    overflow: hidden;
  }
  .udalost {
    padding: 90px 100px;
  }
}
@media (min-width: 1200px) {
  .parallax .parallaxLayer.parallaxLayerBack {
    background-size: auto;
    background-position: center 0px;
  }
  header {
    padding-top: 40px;
    margin-bottom: 60px;
  }
  header.pageHeaderImage {
    height: 640px;
  }
  header .container .row:first-child {
    height: 100px;
  }
  header .container .row:first-child > a:first-of-type {
    padding: 30px 0 30px 30px;
  }
  header .container .row:first-child div.sections {
    padding-top: 20px;
  }
  header .container .row:first-child div.sections > div {
    padding: 5px 20px 0 60px;
    float: left;
    position: relative;
    font-size: 1em;
    color: #767676;
    line-height: 1.8em;
  }
  header .container .row:first-child div.sections > div i {
    font-size: 1.2em;
    color: #9e2840;
    padding-right: 5px;
  }
  header .container .row > div:nth-last-child(2) {
    margin: 35px 30px 0 0;
  }
  header .container img {
    padding-top: 5px;
  }
  .terminy {
    padding: 20px 40px;
  }
  .terminy ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
  }
  .terminy ul li {
    margin: 0;
    padding-left: 50px;
  }
  .terminy ul li:last-child {
    border-bottom: 1px solid #d9d9d9;
  }
  .right-column {
    padding: 30px;
  }
  .shadow-right {
    background-color: #ffffff;
    border-right: 1px solid #f4f4f4;
    -webkit-box-shadow: inset -1px 0 0 #d0d0d0;
    -moz-box-shadow: inset -1px 0 0 #d0d0d0;
    box-shadow: inset -1px 0 0 #d0d0d0;
  }
  .shadow-right:before {
    position: absolute;
    content: "";
    left: 100px;
    right: 5px;
    top: 40px;
    bottom: 40px;
    z-index: -1;
    box-shadow: 0 0 40px 13px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
  }
}
