/*NA CELÝ WEB************************************************************************************************************/
li>p{margin: 0px;display: inline-block;}

img[src*="wide"] {
    max-height: 90px !important;
    max-width: 100% !important;
}

.videoContainer {
    position: relative;
    padding-bottom: 37.25%;
    height: 0;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logoRow {
    margin: 2rem 0;
}

.logoRow .col-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logoRow img {
    max-width: 200px !important;
}

.anchor {
    display: block;
    height: 60px;
    margin-top: -60px;
    visibility: hidden;
}

.compareObsah {
    padding: 1rem;
}

.compareTable td {
    font-weight: normal !important;
    text-align: left !important;
}

.compareTable th {
    text-align: left !important;
}

.compareTable th:nth-child(n+2), .compareTable td:nth-child(n+2) {
    text-align: center !important;
}

.compareFlex {
    display: flex;
    border: 1px solid #d0d0d0;
}

.compareHeader {
    border-bottom: 1px solid #d0d0d0;
}

.compareHeader p {
    margin: 0;
    padding: 1rem;
}

.compareCol:first-of-type {
    border-right: 1px solid #d0d0d0;
}

.compareCol {
    flex-grow: 1;
}

.flexBreak {
    width: 0;
}

@media only screen and (max-width: 768px) {
    .flexBreak {
        flex-basis: 100%;
        height: 0;
        width: auto;
    }

    .compareFlex {
        flex-wrap: wrap;
    }
}

.help-block.error {
    color: red;
    font-weight: bold;
}

.articleList .onasrow .onascol img {
    box-sizing: border-box;
    padding: 1rem;
    max-height: 265px;
    max-width: 440px;
    /*padding-top: 33px;*/
    margin: 0 auto;
    height: 100% !important;
    width: auto !important;}

.articleList .onasrow .onascol .btn {
    margin-bottom: 20px;
}

.articleList .onasrow {
    border-bottom: 1px solid #d0d0d0;
}

.navig {
    border: 0 !important;
}

.marginLeft {
    margin-left: auto;
}

.marginRight {
    margin-right: auto;
}

.alignCenter {
    text-align: center;
}

.marginReset {
    margin: 0;
}

.marginUL, .editorBox li > ul {
    margin: 5px 0;
}

.paddingReset {
    padding: 0;
}

.transBG {
    background-color: transparent !important;
}

.orangeBG {
    background-color: #f0964b !important;
}

.blueBG {
    background-color: #e4121b !important;
}

.vrchniLogoHr {
    margin: 0 0 30px 0;
}

.dolniLogoHr {
    margin: 30px 0 0 0;
}

.nav__link--level1:hover {
    color: rgba(255, 255, 255, 0.6) !important;
    cursor: default;
}

p {
    text-align: left;
}

.marginClass li {
    margin-left: 15px !important;
    list-style-position: outside;
}

.formThankyou.center p {
    text-align: center;
}
/*UPARROW*****************************************************************************************************************************/
#upArrow {
	position: fixed;
	display: none;
	right: 20px;
	bottom: 50px;
	z-index: 2;
	width: 60px;
	height: 60px;
	background-color:#e4121b;
	-webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.3);
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.3);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	opacity: 0.6;
	align-items: center;
	justify-content: center;
}

#upArrow:hover {
	opacity: 1;
	-webkit-transition: opacity 0.05s ease-in;
	-moz-transition: opacity 0.05s ease-in;
	-o-transition: opacity 0.05s ease-in;
	-ms-transition: opacity 0.05s ease-in;
	transition: opacity 0.05s ease-in;
}

/*SLIDER*******************************************************************************************/
.select2-selection--single {
    border: 1px solid #989898 !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d0d0d0;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #f0964b;
}

input:focus + .slider {
    box-shadow: 0 0 1px #f0964b;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
/*REFERENCE**************************************************************************************************/
.loga {
    padding: 0 20px;
    background: transparent;
}

.loga .applyBorder {
    border-bottom: 1px solid #d0d0d0;
}

@media only screen and (max-width: 760px) {
    .loga p span {
        width: 33%;
    }

    .loga p span:nth-last-child(n+6) {
        border-bottom: 1px solid #d0d0d0;
    }

    .articleList .onasrow .onascol {
        padding: 0px !important;
    }
}

@media only screen and (min-width: 1000px) {
    .loga p span {
        width: 20%;
    }
    }

    @media only screen and (min-width: 761px) and (max-width: 999px) {
    .loga p span {
        width: 25%;
    }
}

.loga p span {
    padding: 0;
    height: 180px;
    font-size: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*CUSTOM ČLÁNKY*********************************************************************************************/
.customList .onasrow .onascol:nth-child(2) {
    display: flex;
    align-items: center;
}

.customList .onascol:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hideBr {
    display: none;
}

@media only screen and (min-width: 761px) {
    .oNasList .onasrow h2 {
        padding: 0px 20px 0 !important;
    }

    .oNasList .onasrow .onascol:nth-child(1) {
        padding: 20px !important;
    }
}
/*COLLAPSIBLE**********************************************************************************************/
.collapsible h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #e4121b;
}

.collapsible {
    cursor: pointer;
}

.cntn, .onewaycntn {
    margin: 10px 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

/*TOOLTIPY**********************************************************************************************/
.tooltipMobile, .tooltipDesktop {
    position: relative;
    display: inline-block;
    font-weight: normal;
    height: 20px;
    vertical-align: bottom;
    margin-left: 5px;
}

.tooltipDesktop {
    cursor: pointer;
}

.tooltipText {
    visibility: hidden;
    width: 200px;
    background-color: #a6a5a3;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: -300%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltipDesktop:hover .tooltipText {
    visibility: visible;
    opacity: 1;
}

.tooltipDesktop:hover .tooltipText {
    visibility: visible;
    opacity: 1;
}

/*DROPDOWN MENU + CUSTOM MENU**********************************************************************************************/
.customIconMenuImg {
    flex: auto;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.customIconMenuImg img {
    width: 60px;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 70px;
    transition: transform .15s;
}

.customMenuDescription {
    flex-grow: 100;
    font-weight: 600;
    font-weight: var(--fwN);
    width: 100%;
    min-height: 2.5em;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.customMenuDescription.disabled {
    cursor: default !important;
}

.customMenu a, .customMenuDiv a {
    display: block;
    width: 100%;
    color: #4d4c4c;
    color: var(--textColor);
    text-decoration: none;
    line-height: 1.3em;
    align-items: center;
    border: 1px solid #d0d0d0;
    border: 1px solid var(--bdrColor);
    padding: 10px;
    font-size: 16px;
    font-size: initial;
    font-weight: bold;
    position: relative;
}

.customMenu li {
    float: left;
    padding: 5px;
    width: 20%;
    background: white;
    display: flex;
}

.customMenu ol {
    margin: -5px;
    padding: 0;
    text-align: center;
    list-style-image: none;
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}

.customMenu {
    text-align: center;
    margin: 25px 0;
}

.customMenu a:not(.disabled):hover {
    color: #e4121b;
    color: var(--primColor);
    border-color: #e4121b;
    border-color: var(--primColor);
    background: #fdf2f2;
}

#mobileVerze li a:hover {
    color: #4d4c4c;
    color: var(--textColor);
    border-color: #d0d0d0;
    border-color: var(--bdrColor);
    background: transparent;
}

.customMenu li img:hover ~ .customMenu li a {
    background-color: black;
} 

.activeLink {
    color: #e4121b !important;
    border-color: #e4121b !important;
    background: #fdf2f2 !important;
}

.dropContent, .dropContentMobile {
    position: relative;
    overflow: hidden;
    height: 0px;
    z-index: 1;
    -webkit-box-shadow: 0px 15px 25px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 15px 25px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 15px 25px -8px rgba(0,0,0,0.75);
    background-color: white;
    clear: both;
    display: block;
}

.dropContentMobile {
    top: -42px;
}

.dropContent a:hover {
    color: #e4121b !important;
	border-color: #e4121b !important;
    background: #fdf2f2 !important;
}

.customDesc {
    flex-grow: 100;
    font-weight: 600;
    font-weight: var(--fwN);
    width: 100%;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
    height: 42px;
}

.rotationDefault {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition-duration: 0.7s;
}

.rotation {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition-duration: 0.7s;
}

.dropImg {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 40px;
}

.dropImgMobile {
    top: -42px;
    float: right;
    position: relative;
}

.dropContentMobile {
    pointer-events: none;
}

/*TABLE**********************************************************************************************/
.customTable th, td, .bankTable th td {
    text-align: left;
    padding-left: 5px;
    padding: 10px;
}

.customTable th, .bankTable th {
    color: white;
}

.customTable tr, .bankTable tr {
    border-bottom: 1px solid #d0d0d0;
    height: 50px;
}

.customTable {
    margin: 0 auto;
}

.bankTable {
    margin: 20px auto;
}

.customTable tr td:first-child {
    font-weight: bold;
}

.bankTable tr th {
    font-weight: bold;
}

.customTable tr:first-child, .bankTable tr:first-child {
    height: 40px;
}

.customTable tr:last-child, .customTable tr:first-child, .bankTable tr:last-child, .bankTable tr:first-child {
    border: 0;
}

.customTable:nth-of-type(even) tr:first-child, .bankTable:nth-of-type(even) tr:first-child, .priceComp .customSloupec:nth-of-type(even) h3 {
    background-color: #f0964b;
}

.customTable:nth-of-type(odd) tr:first-child, .bankTable:nth-of-type(odd) tr:first-child, .priceComp .customSloupec:nth-of-type(odd) h3 {
    background-color: #e4121b;
}

.customTable:not(.nbdTable) tr th:nth-child(1) {
    min-width: 465px;
}

.compareTable img {
    display: block;
    margin: 0 auto;
    width: 44px;
}

.compareTable tr {
    height: 70px;
}

.compareTable tr:first-child {
    height: 60px;
}

.customTable:not(.transTable):not(.nbdTable) tr th:nth-child(n+2), .customTable:not(.transTable):not(.nbdTable) tr td:nth-child(n+2) {
    text-align: center;
    min-width: 145px;
}

.switchTable {
    margin: 10px auto;
}

.switchTable td {
    font-weight: bold;
    text-align: center;
}

.switchTable tr {
    border: 0;
}

.transTable tr:first-child {
    background: transparent !important;
}

/*SPECIFIC STYLES**********************************************************************************************/
#servisList li .customTable {
    font-size: 14px !important;
}

.servisTable {
   margin: 20px 0 20px 20px;
   width: 100%;
}

#servisList p {
    margin-left: 20px;
}

#servisList {
    list-style-position: inside;
    padding-left: 0;
    font-weight: bold;
}

.desktopVerzeCell img, .mobileVerzeCell img {
    width: 20px;
    height: 20px;
}

#desktopAce, #mobileAce {
    display: none;
}

.customAlignRight {
    text-align: right !important;
    width: 160px !important;
}

.customAlignLeft {
    text-align: left !important;
    width: 160px !important;
}

.hideTables {
    display: none !important;
}

#width795 {
    width: 795px;
}

#width630 {
    width: 630px;
}

#desktopAce td {
    width: 25%;
}

#mobileAce td {
    width: 50%;
}

#aceelTable td {
    width: 33%;
}

.nbdTable tr th:nth-child(1), .nbdTable tr td:nth-child(1) {
    width: 200px;
}

.nbdTable tr th:nth-child(2), .nbdTable tr td:nth-child(2) {
    width: 160px;
    text-align: center;
}

.nbdTable tr th:nth-child(3), .nbdTable tr td:nth-child(3) {
    width: 85px;
    text-align: center;
}

.nbdTable tr th:nth-child(4), .nbdTable tr td:nth-child(4) {
    width: 350px;
}

.figureClass {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.figureClass figcaption {
    padding: 10px 0;
    font-weight: bold;
}

.figureClass figure {
    padding: 10px 0;
}

.figureClass img {
    margin: 0 20px;
}

.customSloupec {
    margin: 30px 10px;
    border: 1px solid #d0d0d0;
}

.customSloupec p {
    text-align: center;
}

.customSloupec h3 {
    margin: 0;
    padding: 25px 0;
    color: white;
}

.priceComp {
    text-align: center !important;
}

.domenaClass {
    height: 50px;
}

.domenaClass {
    margin-bottom: 10px;
}

.categories li .mImg {
    align-items: stretch !important;
    justify-content: flex-start !important;
}
/*KONTAKT***********************************************************************************************************/
.rowFromCk3 .col-2, .col-2 p {
    text-align: center;
}

.rowFromCk3 {
    justify-content: center;
}

@media only screen and (min-width: 761px) {
    .customSloupec {
        width: 20%;
    }
    
    .priceComp {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #kontaktDivider {
        margin: 0;
        width: 100%;
    }

    .rowFromCk3 .col-2 {
        flex-basis: 20%;
    }
}

@media only screen and (max-width: 760px) {
    .rowFromCk3 img {
        width: 60%;
    }

    .greyformsection {
        padding: 20px 0 40px 0;
    }
}

@media only screen and (min-width: 760px) {
    .greyformsection {
        padding: 20px 0 102px 0;
    }
}

/*MEDIA RULES**********************************************************************************************/
@media (max-width: 1200px) {
    .customMenu ol li {
        width: 25%;
    }
}

@media (max-width: 960px) {
    .customMenu ol li {
        width: 33.333333%;
    }

    .figureClass figure {
        flex: 0 0 100%;
    }

    .figureClass img {
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 760px) {
    .customMenu ol li {
        width: 50%;
    }
}

@media (max-width: 375px) {
    .customMenu ol li {
        width: 100%;
    }
}

@media (pointer: fine) {
    .desktopVerze {
        display: block;
    }

    .desktopVerzeCell {
        display: table-cell;
    }

    .mobileVerze {
        display: none;
    }

    .mobileVerzeCell {
        display: none;
    }
}

@media (pointer: coarse) {
    .mobileVerze {
        display: block;
    }

    .mobileVerzeCell {
        display: table-cell;
    }

    .desktopVerze {
        display: none;
    }

    .desktopVerzeCell {
        display: none;
    }
}

@media only screen and (max-width: 960px) {
    #servisList li, #servisList p {
        text-align: center;
    }

    .customTable {
        margin: 15px auto;
    }

    #mobileAce, .mobileTable {
        display: table;
    }

    #desktopAce, .desktopTable, .desktopVerze {
        display: none;
    }

    .mobileVerze {
        display: block;
    }
}

@media only screen and (min-width: 961px)
{
    #desktopAce, .desktopTable {
        display: table;
    }

    #mobileAce, .mobileVerze, .mobileTable {
        display: none;
    }

    .desktopVerze {
        display: block;
    }

    p {
        text-align: justify;
    }

    .width80 {
        width: 80%;
        padding: 10px 0;
    }
}

/*! nouislider - 14.6.4 - 3/18/2021 */
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-connect{height:100%;width:100%}.noUi-origin{height:10%;width:10%}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area:focus{outline:0!important}.noUi-touch-area{height:2rem;margin-left:2rem;width:2rem;}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:11px}.noUi-horizontal .noUi-handle{position:absolute;width:2px;height:17px;right:-1px;top:5px;}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;top:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#d0d0d0;}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #000;border-radius:3px;background:#000;cursor:default;}.noUi-handle:after,.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}