/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow: hidden;
}
body.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.overflow-hidden {
	overflow: hidden;
	padding-right: 17px;
}
ol, ul {
	list-style: none;
	padding-left: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global values */
html {
	overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a {
		cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none
}
a, p, li {
    color: #393939;
}
a:hover {
    text-decoration: underline;
    color: #fb464a;
}
input, select, textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.spinner-master, .menu-button {
  display: none;
}
.spinner-master input[type=checkbox] {
  opacity: 0;
	position: absolute;
}
button {
	cursor: pointer;
}
select {
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	cursor: pointer;
}
select::-ms-expand {
  display: none;
}
.container {
    width: 73.125rem;
    margin: auto;
}
.line {
    height: 1px;
    width: 100%;
    background: #e9e9e9;
}
input {
    outline: none;
}

/*HEADER*/
.headlinks {
    background-color: #ececec;
}
.headlinks ul {
    max-width: 59.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
}
.headlinks ul a {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
    font-size: 0.688rem;
    font-weight: 400;
    text-transform: uppercase;
		min-height: 3.125rem;
		height: 3.125rem;
}

/* LOGO */
.logolinks {
    height: 5.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 1.25rem 0 1.875rem;
    position: relative;
}
.logolinks__logo {
    font-family: 'Pacifico', cursive;
    font-size: 2.063rem;
    font-weight: 400;
    color: #000000;
}
.logolinks nav {
    width: calc(100% - 11.375rem - 1.875rem - 1.25rem);
}
.logolinks__logo a:hover {
    text-decoration: none;
}
.logolinks ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    font-size: 0.813rem;
    font-weight: 600;
    letter-spacing: 0.016rem;
    text-transform: uppercase;
    color: #393939;
}
.logolinks ul li a svg {
    margin-right: 0.5625rem;
}
.logolinks ul li a:hover svg path {
    fill: #393939;
    stroke: #393939;
    stroke-width: 0.3;
}
.logolinks ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.logolinks ul li.backgrounded {
    text-transform: none;
    background-color: #e6e6e6;
    padding: 0.875rem 1.1875rem;
    border-radius: 0.188rem;
}
.logolinks > nav > ul > li {
    position: relative;
}
/*Homepage Image*/
.hpimg {
    width: 100%;
    min-height: 33rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(81.44%, rgba(255, 255, 255, 0))), url("/public/img/hpimg.jpg") no-repeat center center;
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0) 81.44%), url("/public/img/hpimg.jpg") no-repeat center center;
    background-size: cover;
		position: relative;
		overflow: hidden;
}
.hpimg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(81.44%, rgba(255, 255, 255, 0)));
	background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0) 81.44%);
	z-index: 2;
}
.video {
	min-width: 100vw;
	min-height: 33rem;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
}
.hpimg__icons {
    max-width: 52rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding-top: 3rem;
		position: relative;
		z-index: 3;
}
.hpimg__icons > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.hpimg__icons > div > svg {
    margin-right: 1.25rem;
}
.hpimg__icons > div > div p {
    font-size: 1.875rem;
    font-weight: 700;
    color: #ffffff;
}
.hpimg__icons > div > div p + p {
    font-size: 1rem;
    font-weight: 400;
    color: #bebebe;
    margin-top: 0.8125rem;
}
.hpimg h1 {
    display: block;
    font-size: 3.25rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    margin: 3.75rem 0 1.5rem 0;
		position: relative;
		z-index: 3;
}
.hpimg h2 {
    font-size: 1.375rem;
    font-weight: 400;
    color: #ffffff;
    display: block;
    text-align: center;
    margin-bottom: 2.125rem;
		position: relative;
		z-index: 3;
}
/* MAIN SEARCH FORM */
.mainsearch {
    width: 60.625rem;
    min-height: 11.875rem;
    margin: auto;
    -webkit-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.16);
    border-radius: 0.188rem;
    background-color: #ffffff;
		position: relative;
		z-index: 3;
}
.mainsearch form, .mainsearch__form {
    max-width: 56.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
}
.mainsearch__inp > p {
    font-size: 0.813rem;
    font-weight: 400;
    letter-spacing: 0.016rem;
    color: #919191;
    margin-bottom: 0.5rem;
    margin-top: 1.625rem;
}
.mainsearch input[type="text"],
.mainsearch input[type="number"] {
    width: 16.875rem;
}
.mainsearch input,
.mainsearch select,
.styled-input {
    height: 2.813rem;
    border-radius: 0.188rem;
    border: 0.063rem solid #e6e6e6;
    outline: none;
    padding-left: 1rem;
    font-size: 0.813rem;
    font-weight: 400;
    letter-spacing: 0.016rem;
}
select.styled-input {
    padding-right: 1rem;
    background: url(/public/img/mainsearch__inp.svg) no-repeat;
    background-position: calc(100% + 1px) center;
}

.mainsearch input::-webkit-input-placeholder,
.mainsearch select option:first-of-type,
.mainsearch select,
.listchild select:not(.no-default-option) option:first-of-type,
.listchild select:not(.no-default-option)
    {
    color: #919191;
}
.mainsearch input:-ms-input-placeholder,
.mainsearch select option:first-of-type,
.mainsearch select,
.listchild select:not(.no-default-option) option:first-of-type,
.listchild select:not(.no-default-option)
    {
    color: #919191;
}
.mainsearch input::placeholder,
.mainsearch select option:first-of-type,
.mainsearch select,
.listchild select:not(.no-default-option) option:first-of-type,
.listchild select:not(.no-default-option)
    {
    color: #919191;
}
.mainsearch select option,
.listchild select option {
    color: #000000;
}
.mainsearch select,
.listchild select {
    width: 12.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/public/img/mainsearch__inp.svg") no-repeat;
    background-position: calc(100% + 1px) center;
}
.mainsearch button[type="submit"]{
    width: 13.188rem;
    height: 2.813rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 0.188rem;
    background-color: #fb464a;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin: 1.25rem auto 0 auto;

}
.mainsearch button[type="submit"] p {
    width: calc(100% - 2.813rem);
    font-size: 0.813rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
.mainsearch button[type="submit"] span {
    width: 2.813rem;
    height: 2.813rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0.188rem;
    background-color: #e63c40;
}
.listhead {
    min-height: 17.625rem;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#00000069)), url("/public/img/listhead.jpg") no-repeat center center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), #00000069), url("/public/img/listhead.jpg") no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
/* Seznam dětí/klientů a přání */
.listchild select {
    width: 16.875rem;
    display: block;
    margin: 1.25rem 0 1.25rem auto;
}
.listchild__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}
.listchild__tabs__norosults {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.listchild__tabs {
    position: relative;
}
.listchild__tabs > div {
    margin-left: 3px;
}
.listchild__tabs > div:first-of-type {
    margin-left: 0;
}
.listchild__tabs__tab--active {
    min-height: 3.438rem;
    padding: 5px 0;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    z-index: 2;
}
.listchild__tabs__tab--active a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #fff;
    width: 100%;
}
.listchild__tabs__tab--inactive {
    background-color: #f2f2f2;
    position: relative;
}
.listchild__tabs__tab--active a,
.listchild__tabs__tab--inactive a {
    font-size: 0.813rem;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 1.25rem;
    position: relative;
}
.listchild__tabs__tab--inactive a {
    font-weight: 400;
    color: #000000;
}
.listchild__tabs__tab--inactive a:hover {
    color: #fb464a;
}
.listchild__tabs__tab--active a {
    color: #fb464a;
    font-weight: bold;
}
.listchild__tabs__tab--active,
.listchild__tabs__tab--inactive {
    max-width: 20%;
}
.listchild__tabs .listchild__tabs__norosults {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;

}
.listchild__tabs__norosults p {
    font-size: 0.813rem;
    font-weight: 400;
    color: #b6b6b6;
}
.listchild__tabs__norosults p + p {
    color: #000000;
    margin-left: 5px;
}
.listchild__tabs--line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    z-index: -1;
}
/* TABLE */
.table {
    margin: 3.0625rem 0 2.5rem 0;
}
.table__cellnames {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.table__cellnames li {
    min-height: 3.75rem;
    width: calc(100% / 8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.813rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 0 0 0 0.6875rem;
    color: #444444;
}
.table__cellnames li:last-of-type {
    border-right: none;
}
.table__data__child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.table__data__child > li {
    width: calc(100% / 8);
    /*min-height: 6.5rem;*/
    min-height: 5.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.813rem;
    font-weight: 400;
    line-height: 1.063rem;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 0.5rem 0.6875rem;
    /*word-break: break-all;*/
    color: #131313;
    overflow: hidden;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
}
.table__p {
    width: 90%;
    margin: auto;
    overflow-wrap: break-word;
}
.table__data__child > li:last-of-type {
    border-right: 0;
    overflow: visible;
}
.table__data__child__name ul li:nth-child(1) {
    font-weight: 600;
}
.table__data__child__name ul li:nth-child(3) {
    color: #9a9a9a;
}
.table .table__reserved li:last-of-type,
.table .table__done li:last-of-type,
.table .table__waiting li:last-of-type,
.table .table__gls-blue li:last-of-type,
.table .table__light-blue li:last-of-type {
    display: inline-block;
    font-size: 0.688rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0.188rem;
    background-color: #e8aa46;
    color: #ffffff;
    padding: 1px 10px;
    margin-top: 6px;
}
.table .table__done li:last-of-type{
    background-color: #2aac6a;
}
.table .table__waiting li:last-of-type {
    background-color: #fb464a;
}
.table .table__gls-blue li:last-of-type {
    background: #1f2457;
    color: #ffffff;
}
.table .table__light-blue li:last-of-type {
    background: #68e1ff;
}
.table .table__reserved li:first-of-type,
.table .table__done li:first-of-type {
    color: #9a9a9a;
}
.table__data > ul:nth-child(2n+1) {
    background-color: #f2f2f2;
}
.table__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 6.3125rem;
    border-bottom: 1px solid #e9e9e9;
}
.table__controls > a {
    width: auto; /*11.25rem*/
    height: 2.813rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.813rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fb464a;
    border-radius: 0.188rem;
    border: 0.063rem solid #fb464a;
    padding: 0px 40px;
}
.table__controls ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.table__controls ul li span,
.table__controls ul li a {
    font-size: 0.813rem;
    font-weight: 400;
    color: #000000;
    border-radius: 0.188rem;
    border: 0.063rem solid #d5d5d5;
    padding: 0.5625rem 0.9375rem;
    cursor: pointer;
}
.table__controls ul li span:hover {
    text-decoration: underline;
}
.table__controls ul .active span,
.table__controls ul .disabled span {
    color: #d5d5d5;
    border-color: #d5d5d5;
}
/* SPONSORS FOOTER */
.sponsors {
    min-height: 12.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.sponsors li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    font-size: 1.563rem;
    font-weight: 700;
    color: #131313;
    height: 90px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.sponsors li:first-of-type {
    -ms-flex-item-align: center;
        align-self: center;
    white-space: nowrap;
    margin-right: 80px;
}
.sponsors li div {
    font-size: 0.813rem;
    font-weight: 400;
    color: #ababab;
    margin-bottom: 20px;
    margin-right: 1.25rem;
}
.sponsors li img {
    max-height: 66px;
    -ms-flex-item-align: end;
        align-self: flex-end;
}
/* F O O T E R */
footer {
    background-color: #222729;
}
.footerlinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.0625rem 0 2.375rem 0;
    border-bottom: 0.063rem solid #e5e5e5;
}
.footerlinks__contacts {
    margin-right: 16.75%;
}
.footerlinks__contacts p {
    font-size: 1.563rem;
    font-weight: 700;
    color: #ffffff;
}
.footerlinks__contacts p + p {
    font-size: 0.938rem;
    font-weight: 400;
    margin-top: 0.8125rem;
    color: #c6c7c7;
}
.footerlinks__contacts a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: #ffffff;
    margin-top: 1.875rem;
}
.footerlinks__contacts li:nth-child(3) a {
    margin-top: 1.0625rem;
}
.footerlinks__contacts a div {
    min-width: 3.3125rem;
}
.footerlinks__links li a {
    font-size: 0.813rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
}
.footerlinks__links li {
    margin-bottom: 1.125rem;
}
.footerlinks__links li:last-of-type {
    margin-bottom: 0;
}
.footerlinks__links {
    margin-right: 7.61%;
}
.footerlinks__socialnet li:first-of-type {
    font-size: 1.563rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.3125rem;
}
.signature {
		height: 4.4375rem;
    min-height: 4.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.signature span,
.signature a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.813rem;
    font-weight: 400;
    color: #ffffff;
}
.signature a:hover {
    text-decoration: none;
    color: #ffffff;
}
.signature a svg {
    margin-left: 5px;
}
/* SLIDER ON HOMEPAGE */
.wishslider {
    --procento-splneno: 40%;
	--procento-rezervace: 20%;
	--procento-vysledek: 15%;
	width: 80%;
	margin: 10.0625rem auto 6.625rem auto;
}
.wishslider__line {
    width: 100%;
    height: 0.625rem;
    border-radius: 0.125rem;
    border: 1px solid #e9e9e9;
    background-color: #ffe8e9;
    position: relative;
	margin-bottom: 1rem;
}
.wishslider__line--done {
    height: 0.625rem;
    width: 0%;
    border-radius: 0.125rem;
    background-color: #2aac6a;
    border: 1px solid #2aac6a;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 2;
}
.wishslider__reserve,
.wishslider__results {
    height: 0.625rem;
    width: 0%;
    border-radius: 0.125rem;
    background-color: #fbb946;
    border: 1px solid #fbb946;
    position: absolute;
    left: -1px;
    top: -1px;
}
.wishslider__reserve {
	z-index: 1;
}
.wishslider__results {
	width: 55%;
	background-color: #1f2457;
	border: 1px solid #1f2457;
}
.wishslider__line--done--center,
.wishslider__reservecircle,
.wishslider__resultscircle {
    width: 2.875rem;
    height: 2.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: #2aac6a;
    position: absolute;
    top: calc((-2.875rem / 2) + (0.625rem / 2));
    right: calc(-2.875rem / 2);
}
.wishslider__reservecircle {
    background-color: #fbb946;
    z-index: 0;
}
.wishslider__resultscircle {
	background-color: #1f2457;
}
.wishslider__line__count {
    width: 15.188rem;
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.188rem;
    background-color: #ececec;
    position: absolute;
    top: calc(-5rem - 6px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.wishslider__pct {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    font-size: 0.75rem;
    font-weight: 700;
    color: #393939;
}
.whishslider__pctleft {
    font-weight: 400;
    margin-left: 0.3rem;
}

.wishslider__reservebuble,
.wishslider__resultsbuble {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.188rem;
    background-color: #ececec;
    position: absolute;
    top: calc(100% + 3px);
    right: 2px;
    padding: 1rem 1.3125rem;
}
.wishslider__resultsbuble {
	right: auto;
	left: 2px;
}
.wishslider__reservebuble::after, 
.wishslider__resultsbuble::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -11px;
    right: 10px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #ececec;
}
.wishslider__resultsbuble::after {
	right: auto;
	left: 10px;
}
.wishslider__reservenumber,
.wishslider__resultsnumber {
    font-size: 1.875rem;
    font-weight: 700;
    color: #fbb946;
    margin-bottom: 0.5rem;
}
.wishslider__resultsnumber{
	color: #1f2457;
}
.wishslider__reservetext,
.wishslider__resultstext {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 0.875rem;
    font-weight: 400;
    color: #000000;
}
.wishslider__line__count__done,
.wishslider__line__count__waiting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
}
.wishslider__line__count__done span:first-of-type,
.wishslider__line__count__waiting span:first-of-type {
    font-size: 1.875rem;
    font-weight: 700;
    color: #2aac6a;
}
.wishslider__line__count__waiting span:first-of-type {
    color: #fb464a;
}
.wishslider__line__count__done span + span,
.wishslider__line__count__waiting span + span {
    font-size: 0.875rem;
    font-weight: 400;
    color: #000000;
}
.wishslider__line__count::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #ececec;
}
.wishslider__line__count::before {
    content: "";
    width: 1px;
    height: calc(5rem + 10px);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #dfdfdf;
    z-index: 2;
}
.wishslider__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.25rem;
    font-weight: 600;
    color: #bebebe;
}
.wishslider__text__max {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.wishslider__text__max span + span {
    font-size: 0.75rem;
    font-weight: 400;
    color: #000000;
    margin-top: 0.2rem;
}
/* ICONS AND STATISTIC - MAIN ON HOMEPAGE */
.mainicons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 7.4375rem;
}
.mainicons__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mainicons__value svg {
    margin-right: 0.8125rem;
}
.mainicons__value div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.mainicons__value div span.mainicons__value__title {
    font-size: 0.875rem;
    font-weight: 400;
    color: #131313;
}
.mainicons__value div span {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fb464a;
    margin-top: 0.5rem;
}
/* HomePage TABLE H3*/
.hph3,
.homepage-maintext h3 {
    font-size: 1.563rem;
    font-weight: 700;
    color: #000000;
    text-align: center;
}
.table__data--homepage > ul:last-of-type {
    position: relative;
}
.table__data--homepage > ul:last-of-type::before {
    content: "";
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),color-stop(90%, #fff));
    background: linear-gradient(to bottom,rgba(255,255,255,0),#fff 90%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.table__controls--hp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 2.5625rem;
}
/* HomePage article */
.articlehp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
    margin-top: 8.6875rem;
    margin-bottom: 8.6875rem;
}
/*.articlehp img {
	width: 470px;
}*/
.articlehp .article-jesuses {
  width: 470px;
}
.articlehp .article-jesuses .slick-slide {
  display: inline-block;
}
.articlehp .article-jesuses .slick-slide img {
  max-height: 500px;
}
.articlehp .article-jesuses .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.articlehp .article-jesuses .slick-dots li button {
  border: none;
  background: transparent;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fb464a;
  margin: 0 5px;
}
.articlehp .article-jesuses .slick-dots li.slick-active button {
  background: black;
}
@-moz-document url-prefix() {
  .articlehp img {
    min-width: 470px;
  }
}
.articlehp__text {
    margin: 1.625rem 2.56% 0 5.55%;
    text-align: justify;
}
.articlehp__text h5  {
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 0.875rem;
    text-transform: uppercase;
}
.articlehp__text h4 {
    font-size: 1.563rem;
    font-weight: 700;
    margin-bottom: 1.4375rem;
}
.articlehp__text h4 span {
	font-size: 1rem;
	color: #4b4f56;
	font-weight: 400;
	display: block;
	margin-top: 10px;
}
.articlehp__text p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.563rem;
		margin-bottom: 15px;
}
.articlehp__text p i {
	font-style: italic;
}
.articlehp__background {
    position: relative;
}
.articlehp__background::before {
    content: "";
    width: calc(((100% - 1170px) / 2) + 407px);
    height: 28.625rem;
    position: absolute;
    left: 0;
    top: 10.5rem;
    border-radius: 0.125rem;
    background-color: #f2f2f2;
    z-index: -1;
}
.hph3--video {
    text-align: left;
    margin-bottom: 0.6875rem;
}
.hph4 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 2.0625rem;
}
/* HOME PAGE YOUTUBE VIDEOS */
.yt li > a, .ytb-video a {
    min-height: 2.188rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.813rem;
    font-weight: 400;
    line-height: 1.063rem;
    margin-bottom: 0.2rem;
}
.yt li > a svg, .ytb-video a svg {
    margin-top: 1px;
    margin-right: 0.5rem;
}
.yt li > a p, .ytb-video a p {
    max-width: calc(217px - 20px - 0.5rem);
}
.yt li {
    margin-bottom: 1.875rem;
		width: 20%;
		padding: 0 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
}
.yt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
		margin: 0 -15px;
    margin-bottom: calc(11.875rem - 1.875rem);
}
.no-ytb {
	margin-top: 5px;
	position: relative;
	top: 2px;
	height: 131px;
}
.no-ytb img {
	height: 131px;
}
/* async video */
.ytb-video {
  width: 100%;
}
.ytb-video .youtube {
  width: 100%;
  background: transparent;
  height: 130px;
  line-height: 130px;
  display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
  text-align: center;
}

.ytb-video .youtube img {
	width: 100%;
	height: 100%;
	left: 50%;
	opacity: 0.7;
  -webkit-transform:translate(-50%,0%);
          transform:translate(-50%,0%);
}

.ytb-video .youtube .play-button {
	width: 70px;
	height: 50px;
	background-color: #333;
	-webkit-box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	        box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}

.ytb-video .youtube:hover .play-button {
  background-color: hsl(3, 81.8%, 49.6%);
}

.ytb-video .youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent #fff;
}

.ytb-video .youtube img,
.ytb-video .youtube .play-button {
	cursor: pointer;
}

.ytb-video .youtube img,
.ytb-video .youtube iframe,
.ytb-video .youtube .play-button,
.ytb-video .youtube .play-button:before {
	position: absolute;
}

.ytb-video .youtube .play-button,
.ytb-video .youtube .play-button:before {
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d( -50%, -50%, 0 );
	        transform: translate3d( -50%, -50%, 0 );
}

.ytb-video .youtube iframe {
	height: 120px;
	width: 100%;
	top: 0;
	left: 0;
}

.ytb-video p {
	font-size: 0.813rem;
	font-weight: 400;
	line-height: 1.063rem;
	margin-bottom: 0.2rem;
  height: 35px;
}

.ytb-video:hover p {
  color: hsl(3, 81.8%, 49.6%);
}
/* async video */
/* NEWS LINE IN HOMEPAGE */
.news {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.news ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: calc(4.3125rem - 1.875rem);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.news ul li {
    width: 16.875rem;
    margin-right: 1.875rem;
    position: relative;
}
.news__img {
    width: 16.875rem;
    height: 9.375rem;
}
.news__img img {
    width: 16.875rem;
    height: 9.375rem;
    -o-object-fit: cover;
       object-fit: cover;
}
.news__h {
    font-size: 0.938rem;
    font-weight: 600;
    line-height: 1.375rem;
    text-transform: uppercase;
    margin-top: 1.25rem;
}
.news__date {
    position: absolute;
    left: 0;
    top: calc(9.375rem - (0.813rem / 2) - 3px);
    font-size: 0.813rem;
    font-weight: 400;
    background-color: #ebebeb;
    border-radius: 3px;
    padding: 3px 10px;
}
.news::after {
    content: "";
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    height: 5rem;
    background-color: #f2f2f2;
    z-index: -1;
}
.news .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.news__old {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 9.375rem;
}
.news__old a {
    width: 10.75rem;
    height: 2.813rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0.188rem;
    font-size: 0.813rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fb464a;
    color: #ffffff;
    margin-top: 1.5rem;
}
.news__old span {
    font-size: 0.875rem;
    font-weight: 400;
    margin-top: 1.1875rem;
}
.news__old h5 {
    font-size: 1.563rem;
    font-weight: 700;
}
/* TANGO MANAGERS ON HOMEPAGE */
.tango {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 8.5625rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #e9e9e9;
}
.tango__text {
    max-width: 29.5rem;
}
.tango__text h5 {
    font-size: 1.563rem;
    font-weight: 700;
    margin-top: 1.625rem;
    margin-bottom: 1.1875rem;
}
.tango__text p {
    max-width: 27.063rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.563rem;
    margin-bottom: 2.25rem;
}
.tango__text a {
    width: 15.813rem;
    height: 4.063rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.188rem;
    border: 0.063rem solid #fb464a;
    background-color: #ffffff;
    color: #fb464a;
}
.tango__text a span {
    font-size: 0.813rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fb464a;
}
.tango__text a span + span {
    font-size: 0.625rem;
    font-weight: 400;
    margin-top: 0.5rem;
}
.tango__managers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 32.125rem);
}
.tango__managers a {
    width: 10.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem;
}
.tango__managers li span {
    font-size: 0.938rem;
    font-weight: 600;
    margin-top: 0.625rem;
}
.tango__managers li img {
    height: 100px;
    width: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
}
/* MODAL LOGIN */
.modlog, .modlost {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 20;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
    overflow: hidden;
    opacity: 0;
}
.modlog__main {
    width: 22.688rem;
    height: 28rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 0.063rem solid #e9e9e9;
    background-color: #ffffff;
}
.modlog__main__close,
.modlost__lost__close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.5rem;
    cursor: pointer;
}
.modlog__main__icon {
    margin: 1.875rem 0 0.5625rem 0;
}
.modlog__main_h {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}
.modlog__main form,
.modlost__lost form {
    width: 83.22%;
}
.modlog__main__inp span {
    font-size: 0.813rem;
    font-weight: 400;
    letter-spacing: 0.016rem;
    color: #919191;
}
.modlog__main__inp input {
    margin-top: 0.375rem;
    width: 100%;
    height: 2.813rem;
    border-radius: 0.188rem;
    border: 0.063rem solid #e6e6e6;
    padding-left: 3rem;
    background: url("/public/img/modlog__main__inp__mail.svg") no-repeat 1rem center;
}
.modlog__main__inp input[type="password"] {
    background: url("/public/img/modlog__main__inp__pswd.svg") no-repeat 1rem center;
}
.modlog__main__inp + .modlog__main__inp {
    margin-top: 0.875rem;
}
.modlog__main__inp.invalid input {
    border-color: #e62117;
}
.modlog__main__inp.invalid .invalid-feedback {
    color: #e62117;
    font-weight: 700;
}
.modlog__main__agree {
    font-size: 0.75rem;
    font-weight: 400;
    text-align: center;
    color: #636363;
    margin: 1.25rem 0 0.625rem 0;
}
.modlog__main__submit button,
.modlost__lost form button {
    width: 8.813rem;
    height: 2.813rem;
    border-radius: 0.188rem;
    background-color: #fb464a;
    font-size: 0.813rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    outline: none;
    border: none;
    cursor: pointer;
}
.modlog__main__submit button:hover {
    text-decoration: underline;
}
.modlog__main__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.modlog__main__submit a {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    line-height: 2.813rem;
    font-size: 0.875rem;
    font-weight: 400;
}
.modlog__main__reg,
.modlost__lost__log {
    width: 100%;
    height: 3.063rem;
    justify-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #e6e6e6;
    font-size: 0.875rem;
    font-weight: 400;
    margin-top: auto;
}
.modlog__main__reg a,
.modlost__lost__log a {
    margin-left: 0.5rem;
    color: #fb464a;
}
/* MODAL LOST PASSWORD */
/*.modlost {
    display: flex;
    opacity: 1;
}*/
.modlost__lost {
    width: 22.688rem;
    padding: 30px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0.063rem solid #e9e9e9;
    background-color: #ffffff;
}
.modlog__main__inp textarea {
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	width: 100%;
	height: 60px;
	resize: none;
	color: black;
	padding: 5px 10px;
	line-height: 1.5;
	margin-top: 10px;
}
.modlost__lost__icon {
    margin: 1.875rem 0 0.5625rem 0;
}
.modlost__lost__h {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.modlost__lost__p {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.016rem;
    line-height: 1.375rem;
    margin-bottom: 1.25rem;
}
.modlost__lost form button {
    width: 100%;
    margin-top: 1.5625rem;
}
/* MODAL ACCOUNT LINKS */
.logolinks .modacc {
    width: 11.375rem;
    position: absolute;
    top: 3rem;
    left: 50%;
		z-index: 5;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0.625rem 0.625rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.625rem 0.625rem rgba(0, 0, 0, 0.16);
}
.logolinks .modacc li {
    width: 100%;
    margin-left: 0;
}
.logolinks .modacc li a {
    width: 100%;
    height: 2.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
}
.logolinks .modacc li:last-of-type {
    padding: 0;
    background-color: #f1f1f1;
}
.modacc::before,
.modacc::after {
    position: absolute;
    top: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 24px solid #f1f1f1;
}
.modacc::after {
    top: -22px;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 22px solid #ffffff;
}

/* DORYS CODE */
/* REGISTRACE */
.registration-page {
	border-top: 1px solid #e6e6e6;
	padding-top: 20px;
	padding-bottom: 50px;
}
.registration-page .mainsearch {
	width: 100%;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.radio-registration {
	padding: 0 15px;
	width: 33.333%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.radio-registration input {
	opacity: 0;
	position: absolute;
}
.radio-registration label {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #000;
	padding: 30px;
	position: relative;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	cursor: pointer;
}
.radio-registration input:checked + label:before {
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	width: calc(100% - 1px);
	height: calc(100% - 1px);
	border-radius: 3px;
	border: 2px solid #fb464a;
}
.radio-registration label i {
	width: 40px;
	min-width: 40px;
	margin-right: 20px;
}
.radio-registration label[for="reg-darce"] i {
	background: url("/public/img/darek.svg") no-repeat center center;
	height: 37px;
}
.radio-registration label[for="reg-domov"] i {
	background: url("/public/img/domov.svg") no-repeat center center;
	height: 39px;
}
.radio-registration input:checked + label[for="reg-darce"] i {
	background: url("/public/img/darekred.svg") no-repeat center center;
}
.radio-registration input:checked + label[for="reg-domov"] i {
	background: url("/public/img/domovred.svg") no-repeat center center;
}
.radio-registration label span {
font-size: 14px;
}
.radio-registration label strong {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 30px;
	display: block;
}
.titleh1, .titleh2, .titleh3 {
	color: #000;
	font-weight: 700;
	margin-top: 30px;
}
.titleh1 img, .titleh2 img {
	margin-right: 20px;
	position: relative;
	top: -3px;
}
.titleh1 {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 50px;
}
.flx-sb-c .titleh1 {
	margin-bottom: 0;
}
.titleh2 {
	font-size: 25px;
	line-height: 30px;
}
.titleh3 {
    font-size: 20px;
    line-height: 35px;
}
.titleh1 span,
.titleh2 span,
.titleh3 span {
	color: #919191;
	font-size: 14px;
	font-weight: 600;
}
.flex-row {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -15px;
}
.flex-row.w66 {
	width: calc(66.666% - -20px);
}
.flex-row .mainsearch__inp {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.33333%;
	padding: 0 15px;
	position: relative;
}
.flex-row .mainsearch__inp.w50 {
	width: 50%;
}
.flex-row .mainsearch__inp.w25 {
	width: 25%;
}
.flex-row .mainsearch__inp.w75 {
	width: 75%;
}
.flex-row .mainsearch__inp.w100 {
	width: 100%;
}
.flex-row .mainsearch__inp input, .flex-row .mainsearch__inp select {
	width: 100%;
}
.form-submit {
	margin-top: 50px;
}
.form-submit p {
	color: #636363;
	font-size: 12px;
	margin-bottom: 10px;
}
#udaje-domova {
	display: none;
}
input.is-invalid, select.is-invalid, textarea.is-invalid {
    border-color: #e62117;
}
.invalid-feedback {
    color: #e62117;
    font-weight: 700;
    padding-top: 5px;
    display: inline-block;
    font-size: 90%;
}
/* REGISTRACE */

/* ACCOUNT */
.flex-row .mainsearch__inp.disabled {
	pointer-events: none;
	opacity: .6;
}
.flex-row .mainsearch__inp.disabled input {
	background: #f3f3f3;
}
.border-nav {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.navigate li {
	margin-right: 25px;
	display: inline-block;
}
.navigate li a {
	height: 70px;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	line-height: 17px;
	text-transform: uppercase;
}
.navigate li.active a {
	border-bottom: 1px solid #fb464a;
	color: #fb464a;
}
.flx-sb-c {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.tlacitko {
	height: 45px;
	border-radius: 3px;
	background: #e6e6e6;
	display: inline-block;
	padding: 0 30px;
	color: #313131;
	font-size: 13px;
	line-height: 45px;
	font-weight: 700;
	border: 0;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
	position: relative;
    overflow: hidden;
}
.tlacitko.add {
	background: #fb464a;
	color: #fff;
	padding-right: 0;
}.tlacitko.add span {
	display: inline-block;
	width: 45px;
	height: 43px;
	border-radius: 3px;
	background: #e63c40;
	color: #7c2224;
	font-size: 25px;
	font-weight: 600;
	line-height: 36px;
	text-align: center;
	margin-left: 30px;
	vertical-align: middle;
}
.tlacitko.add.greystyle {
	background: #fff;
	color: #313131;
	border: 1px solid #c5c5c5;
	line-height: 43px;
}
.tlacitko.add.greystyle span {
	background: #e6e6e6;
	height: 45px;
}
.tlacitko.add.greystyle.trick span img {
	position: relative;
	top: 7px;
}
.tlacitko:hover {
	background: #fb464a;
	text-decoration: none;
	color: #fff;
}
.tlacitko.red {
	background: #e63c40;
	color: #fff;
}
.tlacitko.red:hover {
	background: #2aac6a;
}
.tlacitko.add:hover {
	background: #e63c40;
}
.tlacitko.add.greystyle:hover {
	background: #e6e6e6;
}
.flx-sb-c .tlacitko {
	margin-top: 30px;
}
.nothing {
	margin: 30px auto;
}
.tooltip {
	min-width: 280px;
	width: 280px;
	position: absolute;
	left: 50%;
	margin-left: -140px;
	bottom: 48px;
	opacity: 0;
	visibility: hidden;
	filter: alpha(opacity=0);
	-webkit-transition: 200ms ease;
	transition: 200ms ease;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding:2 10px;
	font-size: 0.688rem;
	font-weight: 400;
	line-height: 16px;
	color: #393939;
	z-index: 15;
	white-space: normal;
	border-radius: 3px;
}
.tooltip::before, .tooltip::after {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
}
.tooltip::after {
	border-top: 8px solid #fff;
	z-index: 3;
	bottom: -15px;
}
.tooltip::before {
	border-top: 8px solid #e5e5e5;
}
.tlacitko:hover .tooltip {
	opacity: 1;
	visibility: visible;
}
.flex {
	width: 100%;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.flex p {
	width: 100%;
	font-size: 0.813rem;
	letter-spacing: 0.016rem;
	color: #919191;
	margin-bottom: 0.375rem;
	margin-top: 1.625rem;
	margin-left: 15px;
}
.checkbox-styled {
	margin-left: 15px;
}
.checkbox-styled input {
	position: absolute;
	opacity: 0;
}
.checkbox-styled label {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	position: relative;
	padding-left: 30px;
	margin-right: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}
.checkbox-styled:last-child label {
	margin-right: 0;
}
.checkbox-styled label:before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 2px;
	border: 1px solid #9f9f9f;
	background: #fff;
	position: absolute;
	left: 0;
	top: 3px;
}
.checkbox-styled label:hover:before {
	border: 1px solid #2aac6a;
}
.checkbox-styled input:checked + label:before {
	width: 12px;
	height: 12px;
	border: 2px solid #2aac6a;
	background: #fff url("/public/img/checked.svg") no-repeat center center;
}
.priorita-prani {
	margin: 25px 15px 0 15px;
	border-top: 1px solid #e6e6e6;
	color: #000;
	font-size: 12px;
	line-height: 25px;
	width: 100%;
}
.priorita-prani img {
	margin-right: 5px;
}
.priorita {
	position: absolute;
	right: 15px;
	top: 45px;
}
.priorita input {
	position: absolute;
	opacity: 0;
}
.priorita label {
	display: inline-block;
	height: 45px;
	width: 45px;
	margin: auto;
	background: url("/public/img/star-grey.svg") no-repeat center center;
}
.priorita input:checked + label {
	background: url("/public/img/star-active.svg") no-repeat center center;
}
.files-upload {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 30px;
}
.files-upload p {
	width: 100%;
	font-size: 0.813rem;
	letter-spacing: 0.016rem;
	color: #919191;
	margin-bottom: 0.375rem;
	line-height: 25px;
}
.files-upload .image-hanlder {
	width: 30%;
}
.files-upload .img-holder {
	display: inline-block;
	width: 100%;
	height: 290px;
	border: 1px solid #e6e6e6;
	background: #fff;
}
.files-upload .informations {
	margin-left: 50px;
}
.files-upload .informations p {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	margin-bottom: 15px;
	color: #000;
}
.files-upload .informations p span {
	color: #2aac6a;
	font-weight: 700;
	margin-right: 5px;
}
.files-upload .informations p strong {
	font-weight: 700;
	margin-right: 5px;
}
.files-upload .informations p img {
	min-width: 17px;
	margin-right: 10px;
	position: relative;
	top: 3px;
}
.file-upload input {
	position: absolute;
	opacity: 0;
}
.file-upload label {
	margin-top: 30px;
	color: #fb464a;
	font-size: 13px;
	font-weight: 700;
	line-height: 43px;
	text-transform: uppercase;
	height: 45px;
	border-radius: 3px;
	border: 1px solid #fb464a;
	padding: 0 30px;
	display: inline-block;
	cursor: pointer;
}
/* ACCOUNT */

/* table dory */
.table__data__child > li.nahled img {
	max-height: 60px;
	max-width: 100%;
}
/* tooltip */
.table__data__child > li button[data-tooltip] {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  width: 22px;
  height: 22px;
  min-width: 22px;
	background: transparent;
  color: #6e6f71;
  font-size: 11px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin:0 5px;
	padding: 0;
	border: 0;
}
.table__data__child > li button[data-tooltip]:hover:after {
  content: attr(data-tooltip);
  padding: 5px 10px;
  position: absolute;
  left: 50%;
  top: -30px; /* IE 9 */
  -webkit-transform: translate(-50%, 0); /* Safari */
  transform: translate(-50%, 0);
  white-space: nowrap;
  z-index: 20;
  background: #e9e9e9;
  color: #000;
	border-radius: 3px;
  line-height: 13px;
}
.table__data__child > li button[data-tooltip]:hover:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  z-index: 15;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 6px solid #e9e9e9;
}
/* tooltip */
.table .table__done li:last-of-type, .table .table__reserved li:last-of-type {
	color: #fff;
}
.table .table__done.redbg li:last-of-type {
  background: #fb464a;
	color: #fff;
}
.table__data__child > li input {
	height: auto;
	margin: 0;
	vertical-align: middle;
}
.table.cells2 .table__cellnames li, .table.cells2 .table__data__child > li {
  width: calc(100% / 2);
}
.table.cells3 .table__cellnames li, .table.cells3 .table__data__child > li {
  width: calc(100% / 3);
}
.table.cells4 .table__cellnames li, .table.cells4 .table__data__child > li {
  width: calc(100% / 4);
}
.table.cells5 .table__cellnames li, .table.cells5 .table__data__child > li {
  width: calc(100% / 5);
}
.table.cells6 .table__cellnames li, .table.cells6 .table__data__child > li {
  width: calc(100% / 6);
}
.table.cells7 .table__cellnames li, .table.cells7 .table__data__child > li {
  width: calc(100% / 7);
}
.table.cells8 .table__cellnames li, .table.cells8 .table__data__child > li {
  width: calc(100% / 8);
}
.table.cells9 .table__cellnames li, .table.cells9 .table__data__child > li {
  width: calc(100% / 9);
}

/* table dory */

/* TAG */
.tag {
	width: auto;
	height: 18px;
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	font-weight: 600;
	white-space: nowrap;
	padding: 0 10px;
	margin: 0 5px;
	vertical-align: middle;
}
.tag.red {
	background: #fb464a;
}
.tag.green {
	background: #2aac6a;
}
.tag.orange {
	background: #e8aa46;
}
.tag.gls-blue {
    background: #1f2457;
    color: #ffffff;
}
.tag.light-blue {
    background: #68e1ff;
}
/* TAG */

/* Detail prani */
.flex-detail-wish {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.wish-description {
	width: 65%;
	padding-right: 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.wish-description ul {
	margin-top: 50px;
}
.wish-description ul li {
	color: #000;
	font-size: 14px;
	line-height: 25px;
}
.wish-description ul li strong {
	font-weight: 700;
	margin-right: 5px;
}
.wish-description .priorita-prani {
  margin: 25px 0 0 0;
}
.submit-wish {
	padding: 30px 30px 10px 30px;
	border-radius: 3px;
	background: #f2f2f2;
	margin-top: 50px;
}
.submit-wish .wish-row {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 20px;
}
.submit-wish .wish-row p {
	color: #000;
	font-size: 13px;
	width: 235px;
	padding-right: 15px;
}
.wish-child-content {
	margin-top: 50px;
	width: 35%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.wish-child {
	border: 1px solid #e5e5e5;
	padding: 20px 25px;
	color: #000;
	font-size: 14px;
	line-height: 25px;
	position: relative;
	margin-bottom: 40px;
}
.wish-child:after, .wish-child:before {
	content: "";
	position: absolute;
	left: 15px;
	border: 14px solid transparent;
}
.wish-child:before {
	border-top: 14px solid #fff;
	bottom: -28px;
	z-index: 3;
}
.wish-child:after {
	border-top: 14px solid #e5e5e5;
	bottom: -29px;
}
.wish-child h2 {
	font-size: 18px;
 font-weight: 600;
}
.wish-child h2 img {
	margin-right: 10px;
	vertical-align: middle;
}
.wish-child p span {
	color: #6d6d6d;
}
.wish-child p strong {
	font-weight: 600;
}
.wish-handle img {
	max-width: 100%;
	vertical-align: middle;
}
/* Detail prani */

/* Seznam domovu */
#map {
  display: inline-block;
  width: 100%;
  height: 400px;
	position: relative;
	top: -20px;
}
.home-filter form {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.home-filter form input {
	width: 600px;
	height: 45px;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	background: #fff;
	padding: 0 15px;
	font-size: 16px;
}
.home-filter form button {
	cursor: pointer;
}
.flex-home-list {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 100px;
}
.flex-home-list ul {
	width: 33.333%;
	padding-right: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.flex-home-list ul li a {
	color: #000;
	font-size: 14px;
	line-height: 35px;
}
.flex-home-list ul li a:hover {
	color: #fb464a;
}
/* Seznam domovu */

/* Seznam domovu detail */
.flex-home-desc {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 30px;
}
.flex-home-desc .w50p	{
	width: 50%;
	margin-top: 20px;
}
.flex-home-desc .w50p p {
	color: #000;
	font-size: 14px;
	line-height: 35px;
}
.flex-home-desc .w50p p strong {
	font-weight: 700;
}
.flex-home-desc .w50p p a {
	color: #fb464a;
}
/* Seznam domovu detail */

/* HOMEPAGE OLD CSS */

.logolinks ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.logolinks ul li {
    margin-left: 30px;
}

.mainsearch__inp {
   width: calc(20% - 15px);
}

.mainsearch input[type="text"],
.mainsearch input[type="number"],
.mainsearch select {
    width: 100%;
}

.listchild {
	padding-top: 10px;
}

.table__controls {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.temp-title {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.temp-subtitle {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.3;
    color: inherit;
}
.homepage-citate {
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #4b4f56;
}
.homepage-smaller-paragraph {
    line-height: 1.5;
    margin-top: 30px;
    font-size: 90%;
}

/* HOMEPAGE OLD CSS */

/* MODAL ODESLANI BALIKU */

.modal-window {
	display: -ms-flex;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	z-index: 999;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	opacity: 1;
	left: 0;
	top: 0;
}
.modal-window::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: .3;
}
.modal-content {
	display: inline-block;
	position: relative;
	width: 1200px;
	text-align: left;
	overflow-y: auto;
	max-width: calc(100vw - 30px);
	max-height: calc(100vh - 30px);
	background: #fff;
	z-index: 34;
}
.modal-content .modal-header {
	padding: 30px;
	border-bottom: 1px solid #e9e9e9;
	text-align: center;
}
.modal-content .modal-header p {
	color: #000;
	font-family: "Open Sans";
	font-size: 20px;
	font-weight: 600;
}
.modal-content .modal-header p img {
	display: block;
}
.modal-content .modal-header button {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: url("/public/img/close.svg") no-repeat center;
	border: 0;
}
.modal-content .modal-body {
	padding: 30px 60px;
}
.flex-power {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 30px -15px 0 -15px;
	position: relative;
}
.radio-send {
	width: 25%;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.radio-send input {
	opacity: 0;
	position: absolute;
}
.radio-send label {
	color: #000;
	letter-spacing: 0.44px;
	font-size: 14px;
	height: 86px;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	background: #fff;
	position: relative;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 0 15px;
	cursor: pointer;
}
.radio-send label:hover {
	border: 1px solid #fb464a;
}
.radio-send label strong {
	font-size: 22px;
	font-weight: 600;
	width: 100%;
}
.radio-send input:checked + label:after {
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	width: calc(100% - 1px);
	height: calc(100% - 1px);
	border: 2px solid #fb464a;
	z-index: 2;
	border-radius: 3px;
}
.radio-send div, .method-info {
	width: 1110px;
	padding: 0 30px;
	border-radius: 0 0 3px 3px;
	background: #fb464a;
	height: 90px;
	display: -ms-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: none;
	margin-top: 22px;
	position: relative;
}
.radio-send div p, .method-info p {
	color: #fff;
	font-size: 14px;
    line-height: 90px;
}
.radio-send div {
    display: -ms-flex;
    display: none;
    position: relative;
}
.radio-send input:checked ~ div:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 30px;
	border: 14px solid transparent;
	border-bottom: 14px solid #fb464a;
}
.radio-send input:checked ~ div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.form-content {
	margin-top: 30px !important;
}
.modal-content .mainsearch {
	margin: 0;
	width: 100%;
	padding: 0 15px;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.modal-content .mainsearch button[type="submit"]{
	text-align: center;
	display: inline-block;
	margin: 0;
}
.modal-content .checkbox-styled {
	margin-left: 0;
}

/* MODAL ODESLANI BALIKU */

/* random */
.switchable-content p {
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.5;
}
.switchable-content ul {
	margin-top: 20px;
}
.switchable-content ul li {
	padding-left: 10px;
	position: relative;
	line-height: 24px;
}
.switchable-content ul li::before {
	content: '';
	background: #fb464a;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}
.address-label {
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	width: 270px;
	padding: 20px;
	margin: 20px 0px;
}
.address-label p {
	font-size: 12pt;
	margin-bottom: 10px;
	font-style: italic;
	margin-top: 0;
}
.address-label strong {
	font-size: 12pt;
	line-height: 1.5;
	font-weight: 600;
}
.height-auto {
	height: auto;
	min-height: unset;
	margin-top: 20px;
}
.homepage-bag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.listchild__sort__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.listchild__sort__row > .mainsearch__inp {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.homepage-bags-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
/* random */

/* DEVICES */
@media (max-width: 1200px) {
	.container {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	}
	.news ul {
		margin-right: 0;
	}
	.news ul li {
		width: calc(33.3333% - 15px);
		margin-right: 15px;
	}
	.news__img {
		width: 100%;
	}
	.tango__managers li {
		width: 25%;
	}
	.articlehp img {
		width: 400px;
	}
	@-moz-document url-prefix() {
	  .articlehp img {
	    min-width: 400px;
	  }
	}
	.modal-content .modal-body {
		padding: 30px;
	}
	.wishslider__line__count {
		width: 13.5rem;
	}
    .homepage-bags-container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .homepage-bag {
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    }

    .homepage-bag:nth-child(odd) {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-right: 10px;
    }

    .homepage-bag:nth-child(even) {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-left: 10px;
    }
}
@media (max-width: 1023px) {
	.wish-description {
		padding-right: 30px;
	}
	.navigate li {
		margin-right: 15px;
	}
	.navigate li a {
		height: 50px;
	}
	.flex-row.w66 {
		width: auto;
	}
	.files-upload .informations {
		margin-left: 30px;
	}
	.file-upload label {
		margin-top: 20px;
	}
	.radio-registration label {
		padding: 20px;
	}
	.flex-home-list {
		margin-top: 50px;
	}
	.home-filter form input {
		width: 400px;
	}
	.listhead {
    min-height: 18.5rem;
	}
	.mainsearch {
		width: calc(100% - 30px);
		padding-bottom: 1.5rem;
	}
	.mainsearch form, .mainsearch__form {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 0 15px;
	}
	.mainsearch__inp {
		width: calc(50% - 15px);
	}
	.sponsors li {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.sponsors li div {
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.listchild__tabs__tab--active a, .listchild__tabs__tab--inactive a {
		padding: 0 0.5rem;
	}
	.listchild__tabs .listchild__tabs__norosults {
		position: absolute;
		bottom: -20px;
		right: 0;
	}
	.spinner-master * {
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.spinner-master {
		display: inline-block !important;
		position: relative;
		height: 26px;
		width: 35px;
		z-index: 31;
		margin-left: 20px;
	}
	.spinner-master label {
		cursor: pointer;
		position: static;
		height: 100%;
		width: 100%;
		display: inline-block;
	}
	.spinner-master .spinner {
		position: absolute;
		height: 4px;
		width: 100%;
		padding: 0;
		background: #1b2021;
	}
	.spinner-master .diagonal.part-1 {
		position: relative;
		float: left;
	}
	.spinner-master .horizontal {
		position: relative;
		float: left;
		margin-top: 6px;
	}
	.spinner-master .diagonal.part-2 {
		position: relative;
		float: left;
		margin-top: 6px;
	}
	.spinner-master.open .spinner-spin > .horizontal { opacity: 0; }
	.spinner-master.open .spinner-spin > .diagonal.part-1 {
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		margin-top: 12px;
	}
	.spinner-master.open .spinner-spin > .diagonal.part-2 {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		margin-top: -14px;
	}
	.menu-button {
		display: block;
		background: transparent !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	.headlinks {
		width: 300px;
    height: 100%;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    display: block !important;
    max-height: calc(100vh - 80px);
    overflow: hidden;
    overflow-y: auto;
    z-index: 28;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.headlinks.isIn {
		left: 0;
	}
	.headlinks nav ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	.table__cellnames li {
		font-size: 0.75rem;
	}
	.table__controls {
		padding-bottom: 30px;
	}
	.table {
		margin: 20px 0;
	}
	.articlehp {
		margin: 2.5rem 0;
	}
	.articlehp__text {
		margin: 0;
		padding-left: 30px;
	}
	.articlehp img {
		width: 300px;
	}
	@-moz-document url-prefix() {
	  .articlehp img {
	    min-width: 300px;
	  }
	}
	.hpimg {
		padding-bottom: 15px;
	}
	.news__img {
		height: auto;
	}
	.news__img img {
		width: auto;
		height: auto;
	}
	.hpimg__icons {
		padding: 30px 15px 0 15px;
	}
	.hpimg__icons > div > svg {
		margin-right: 15px;
	}
	.hpimg__icons > div > div p + p {
		margin-top: 5px;
	}
	.mainicons {
		margin-bottom: 5rem;
	}
	.mainicons__value {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
	}
	.mainicons__value svg {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.yt {
		margin-bottom: 50px;
	}
	.yt li {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: calc(25% - 15px);
		margin-right: 15px;
	}
	.yt li iframe {
		width: 100%;
	}
	.yt li > a p {
		height: 35px;
		-webkit-line-clamp: 2;
		-moz-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
		box-orient: vertical;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	.news {
		padding-bottom: 60px;
	}
	.news__date {
		position: static;
		max-width: 250px;
	}
	.news__h {
		margin-top: 10px;
	}
	.news .container {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.news ul {
		width: 100%;
	}
	.news__old {
		height: auto;
		margin-bottom: 20px;
	}
	.news__old a {
		position: absolute;
		bottom: 0;
		left: 15px;
	}
	.tango {
		margin-top: 50px;
		margin-bottom: 0;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding-bottom: 30px;
	}
	.tango__text, .tango__managers {
		width: 100%;
		max-width: 100%;
		position: relative;
	}
	.tango__text a {
		position: absolute;
		right: 0;
		top: 30px;
	}
	.modal-content .modal-body {
		padding: 30px 15px;
	}
	.articlehp .article-jesuses {
		width: 40%;
	}
	.articlehp .article-jesuses img {
		min-width: unset;
	}
	.wishslider {
		width: 75%;
	}
	.wishslider__line__count {
		text-align: center;
	}
	.logolinks ul li {
		margin-left: 20px;
	}
	.logolinks ul li a.login, .logolinks ul li a.acc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
		font-size: 0.7rem;
		width: 90px;
	}
	.logolinks ul li a.login svg, .logolinks ul li a.acc svg {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.logolinks ul li.backgrounded {
		padding: 0.5rem;
		text-align: center;
	}
}
@media (max-width: 768px) {
	.wish-description {
		width: 100%;
		padding-right: 0;
	}
	.wish-child-content {
		width: 100%;
		margin-top: 30px;
	}
	.tlacitko.add span {
		vertical-align: top;
	}
	.flx-sb-c {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.registration-page {
		padding-top: 0;
		padding-bottom: 30px;
	}
	.wish-description ul {
		margin-top: 30px;
	}
	.submit-wish {
		display: inline-block;
		width: 100%;
		margin-top: 30px;
		padding: 30px 15px 15px 15px
	}
	.submit-wish .wish-row {
		margin-bottom: 15px;
	}
	.wish-child {
		margin-bottom: 20px;
	}
	.titleh1 {
		font-size: 24px;
		line-height: 28px;
	}
	.titleh2 {
		font-size: 20px;
		line-height: 24px;
	}
	.navigate {
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.navigate li a {
		height: 40px;
		font-size: 12px;
	}
	.titleh1 {
		margin-bottom: 30px;
	}
	.flex-row .mainsearch__inp {
		width: 50% !important;
	}
	.flex-row .flex .mainsearch__inp.w25 {
		width: 33.333% !important;
	}
	.form-submit {
		margin-top: 30px;
	}
	.checkbox-styled label {
		margin-right: 10px;
		padding-left: 20px;
	}
	.files-upload .informations {
		width: 100%;
	}
	.files-upload .image-hanlder {
		width: 300px;
	}
	.files-upload .img-holder {
		height: 200px;
	}
	.files-upload .informations {
		margin-left: 0;
		margin-top: 20px;
	}
	.radio-registration {
		width: 50%;
	}
	.home-filter form input {
		width: 100%;
	}
	.flex-home-list {
		margin-top: 30px;
	}
	.flex-home-list ul {
		width: 50%;
	}
	.flex-home-desc {
		margin-top: 0;
	}
	.flex-home-desc .w50p {
		width: 100%;
	}
	.logolinks {
		margin: 0 15px;
		height: auto;
		padding: 15px 0;
	}
	.logolinks__logo {
		font-size: 1.5rem;
	}
	.logolinks ul {
		font-size: 0.75rem;
	}
	.logolinks ul li {
		margin-left: 15px;
	}
	.table__cellnames {
		display: none;
	}
	.table__data__child {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.table__waiting {
		text-align: right;
	}
	.table__data__child > li {
		width: 100% !important;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		min-height: auto;
	}
    .table__data__child .first-narrow {
        width: 100%;
    }
	.table__data__child > li[data-title]:before {
		content: attr(data-title) ": ";
	}
	.table__controls ul li span, .table__controls ul li a {
		padding: 0.5rem;
	}
	.table__p {
		width: auto;
		margin: 0;
		text-align: right;
	}
	.sponsors {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.sponsors li:first-child {
		width: 100%;
		margin-top: 0 !important;
	}
	.sponsors li {
		width: 33.3333%;
		margin-right: 0;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		height: auto;
		margin-top: 20px;
	}
	.sponsors li div {
		text-align: left;
	}
	.footerlinks {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-bottom: 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.footerlinks__contacts, .footerlinks__links {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.footerlinks__contacts {
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.footerlinks__contacts li {
		width: 50%;
	}
	.footerlinks__contacts li:first-child {
		width: 100%;
		margin-bottom: 20px;
	}
	.footerlinks__contacts a {
		margin-top: 0 !important;
	}
	.logolinks nav {
		width: auto;
		margin-left: 15px;
	}
	.wishslider {
		margin-top: 9rem;
		margin-bottom: 3rem;
	}
	.wishslider__line__count {
		width: calc(100vw - 60px);
		height: auto;
		padding: 5px;
		text-align: center;
		left: 15px;
		-webkit-transform: translateX(0%);
						transform: translateX(0%);
	}
	.wishslider__line__count__done, .wishslider__line__count__waiting {
		padding: 5px;
	}
	.wishslider__line__count::before {
		height: calc(55px + 10px);
	}
	.mainicons {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.mainicons__value {
		padding: 0 10px;
		margin-bottom: 20px;
		width: 33.333%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.mainicons__value div span + span {
		font-size: 1.25rem;
	}
	.articlehp {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.articlehp__text {
		padding-left: 0;
		width: 100%;
	}
	.articlehp img {
		width: inherit;
		max-width: 300px;
		margin-bottom: 20px;
	}
	@-moz-document url-prefix() {
	  .articlehp img {
	    min-width: inherit;
	  }
	}
	.articlehp__background {
		display: none;
	}
	.yt li {
		width: calc(33.3333% - 15px);
	}
	.tango {
		margin-top: 30px;
	}
	.tango__text a {
		position: static;
		margin-bottom: 30px;
	}
	.tango__text p {
		margin-bottom: 20px;
	}
	.news__h {
    font-size: 0.75rem;
		line-height: 1.4;
	}
	.wishslider {
		width: calc(100% - 30px);
		padding: 0 15px;
	}
	.articlehp .article-jesuses .slick-slide img {
		max-height: 300px;
	}
	.video {
		display: none;
	}
	.hpimg::before {
		display: none;
	}
	.table__data__child > li ul {
		text-align: right;
	}
	.articlehp .article-jesuses {
		width: 100%;
	}
	.articlehp .article-jesuses .slick-list {
		padding-left: 20px;
	}
	.articlehp .article-jesuses .slick-dots {
		position: absolute;
		left: 0;
		top: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
    .listchild__sort__row{
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .listchild__sort__row > .mainsearch__inp {
    padding-left: 0px;
    padding-right: 0px;
    }
    .homepage-bag {
        padding: 0!important;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        -webkit-box-pack: center!important;
            -ms-flex-pack: center!important;
                justify-content: center!important;
    }
}
@media (max-width: 540px) {
	.submit-wish .wish-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.submit-wish .wish-row p {
		width: auto;
		margin-bottom: 10px;
		padding-right: 0;
	}
	.navigate li {
		margin-right: 10px;
	}
	.navigate li a {
		height: 40px;
		font-size: 11px;
		line-height: 14px;
	}
	.flex-row .mainsearch__inp {
		width: 100% !important;
	}
	.flex-row .flex .mainsearch__inp.w25 {
		width: 100% !important;
		margin-bottom: 15px;
	}
	.files-upload .informations p {
		display: inline-block;
	}
	.radio-registration label {
		padding: 10px;
	}
	.radio-registration label i {
		margin-right: 10px;
	}
	.flex-home-list ul li a {
		line-height: 25px;
	}
	.listhead {
		min-height: inherit;
		padding: 15px 0;
	}
	.sponsors li, .footerlinks__contacts li, .mainsearch__inp, .flex-home-list ul, .files-upload .image-hanlder {
		width: 100%;
	}
	.footerlinks__contacts li {
		margin-bottom: 15px;
	}
	.sponsors {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.sponsors li {
		margin-bottom: 20px;
	}
	.logolinks__logo {
    font-size: 1.25rem;
    width: 60px;
	}
	.logolinks ul {
    font-size: 0.625rem;
	}
	.logolinks ul li {
		margin-left: 10px;
	}
	.spinner-master {
		margin-left: 10px;
	}
	.temp-title {
		font-size: 26px;
		line-height: 1.3;
	}
	.temp-subtitle {
		font-size: 18px;
		line-height: 1.3;
	}
	.homepage-citate {
		font-size: 14px;
	}
	.listchild__tabs {
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
	}
	.listchild__tabs > div {
		min-width: 125px;
	}
	.table__controls ul li span, .table__controls ul li a {
    padding: 0.4rem;
		font-size: 12px;
	}
	.headlinks.isIn {
		width: 100%;
	}
	.hpimg__icons {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.hpimg__icons > div {
		width: 50%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: 20px;
	}
	.hpimg h1 {
		font-size: 2.5rem;
		margin: 1.5rem 0;
	}
	.hpimg h2 {
		font-size: 1.1125rem;
		line-height: 1.5;
	}
	center, .articlehp__text h4 span {
		line-height: 1.3;
	}
	.wishslider {
		margin-top: 125px;
		margin-bottom: 40px;
	}
	.news ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.news ul li {
		margin-bottom: 20px;
	}
	.yt li, .news ul li {
		width: calc(50% - 15px);
	}
	.tango {
		padding-bottom: 10px;
	}
	.tango__text, .tango__managers {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.tango__managers li {
		width: 33.333%;
	}
	.yt {
		margin-bottom: 30px;
	}
	.articlehp .article-jesuses {
		width: 100%;
	}
	.logolinks > nav > ul > li:first-child {
		margin-left: 0;
	}
	.logolinks ul li a.login, .logolinks ul li a.acc {
		font-size: 0.55rem;
		width: 60px;
	}
	.logolinks ul li.backgrounded {
		padding: 0.25rem;
	}
	.table__controls > a {
		text-align: center;
		padding: 0px;
		width: 100%;
	}
}
@media (max-width: 420px) {
	.radio-registration, .yt li, .news ul li {
		width: 100%;
		margin-right: 0;
	}
	.radio-registration:last-child {
		margin-bottom: 0;
	}
	.logolinks__logo {
    font-size: 1.125rem;
	}
	.logolinks nav {
		margin-left: 10px;
	}
	.hpimg h1 {
		font-size: 1.75rem;
	}
	.wishslider__line__count__done span:first-of-type, .wishslider__line__count__waiting span:first-of-type {
		font-size: 1.5rem;
	}
	.hph3 {
    font-size: 1.5rem;
	}
	.news__img img {
		width: 100%;
	}
	.news__date {
		max-width: 100%;
	}
	.tango__managers li {
		width: 50%;
	}
	.yt li > a, .ytb-video a {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.ytb-video .youtube {
		max-width: 250px;
		height: 170px;
		line-height: 170px;
		display: block;
		margin: auto;
	}
}
/* DEVICES */

.table__cellnames .first-narrow {
    width: 65px;
}
.table__data__child .first-narrow {
    width: 56px;
}



/* ALERTS */

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-success {
    color: #fff;
    background-color: #2aac6a;
}

.alert-danger {
    color: #fff;
    background-color: #fb464a;
}

.listchild__sort__row .mainsearch__inp:first-of-type {
    padding-left: 0;
}

.listchild__sort__row > .mainsearch__inp:last-of-type {
    padding-right: 0;
}

.wauto {
    width: auto !important;
}

.m-0 {
    margin: 0!important;
}

.bleeding-eyes {
    color: #fb464a;
    font-weight: 700;
}

.text-gray {
    color: #919191;
}

.btn {
    line-height: 45px;
}

.showing-just-now {
    color: #000;
    font-weight: 700;
    padding-top: 25px;
    text-align: center;
}

.per-page select {
    padding-right: 4rem;
}

.per-page p {
    margin-top: 0!important;
}

.fs-70 {
    font-size: 70%!important;
}

.tlacitko.tiny {
    height: 30px;
    padding: 0px 10px;
    line-height: 30px;
}

.homepage-maintext {
    padding: 25px 0;
    text-align: center;
    line-height: initial;
}

.homepage-maintext p {
    color: #393939;
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
    font-size: 0.875rem;
}

.homepage-alphabet {
    text-align: center;
}

.homepage-alphabet a {
    font-weight: 600;
}

.homepage-alphabet a:hover,
.homepage-bags a:hover {
    text-decoration: none;
}

.homepage-bags {
    padding-top: 20px;
    text-align: center;
}

.bags-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.homepage-bag svg {
    max-width: 50px;
    max-height: 50px;
    fill: #393939;
    vertical-align: middle;
    min-width: 50px;
}

.homepage-alphabet_bags {
    padding-bottom: 20px;
}

.homepage-alphabet_bags strong {
    font-weight: 700;
}

.homepage-alphabet_bags p {
    margin: 15px 0;
    font-size: 0.875rem;
}

.homepage-bags select {
    width: 200px;
    margin: 10px 5px;
}

.listchild__active_filters {
    font-weight: 400;
    color: #b6b6b6;
    font-size: 14px;
    margin-bottom: 10px
}
.badge-activefilter {
    display: inline-block;
    padding: 5px;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    color: #fff;
    background-color: #6c757d;
}

.close {
    position: relative;
    width: 14px;
    height: 11px;
    opacity: 1;
    display: inline-block;
    margin-left: 3px;
}
.close:hover:before, .close:hover:after {
    background-color: #fb464a;
}
.close:before, .close:after {
    position: absolute;
    left: 6px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #fff;
}
.close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.wish-price-input, .sizeCheck, .sizeCheckLabel {
    display: none;
}
.wishes-selector {
    background: rgba(115, 99, 87, 0.07);
    padding: 20px 20px 20px 20px;
    margin: 20px 0;
}
.wishes-selector input[type="text"] {
    width: auto;
}
.wishes-selector li {
    display: flex;
    align-items: center;
}
.wishes-selector li:before {
    content: none !important;
}
.wishes-selector label {
    margin: 0 10px;
}
.wishes-selector .sizeCheck {
    margin-left: 30px;
}

.mainsearch.no-min-height {
    min-height: auto;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
