/*
#8DC63F - zelena syta
#b7d776 - zelena světlá
#DF3B9F - ruzova
#2E3D52 - skoro cerna - text
#8595AB - seda tmava
#E1E4EB - seda stredni
#F7F8FA - seda svetla 1
#F4F9FF - seda svetla 2
*/
body {
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #2E3D52;
    line-height: 1.5;
    text-align: left;
}

.form-control::placeholder {
    color: #8595AB;
}

.form-control::-webkit-input-placeholder {
    color: #8595AB;
}

.form-control::-moz-placeholder {
    color: #8595AB;
}

.form-control::-ms-input-placeholder {
    color: #8595AB;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0;
}

h1 {
    margin-top: 45px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    h1 {
        padding-left: 60px;
        padding-right: 60px;
    }

    body > div.container {
        min-height: 600px;
    }
}

h1.logo {
    padding: 0;
    margin: 0;
}

nav.navbar {
    background-color: #F7F8FA;
    border: 0;
    border-radius: 0;
    margin-bottom: 15px;
}

.footer {
    background-color: #8DC63F;
    border-top: 1px solid #F7F8FA;
    padding-top: 30px;
    margin-top: 60px;
    padding-bottom: 30px;
}

.footer .line {
    border-top: 1px solid #FFFFFF;
    margin-top: 30px;
    padding-top: 30px
}

.border-none {
    border: none !important;
}

.mb-15px {
    margin-bottom: 15px !important;
}

#nav-main {
    clear: right;
}

#nav-main li {
    border-top: 1px solid #D3F0D2;
}

#nav-main a {
    font-size: 14px;
    text-transform: uppercase;
}

#nav-main a:hover {
    color: #8DC63F;
}

#nav-main li.active {
    border-top: 1px solid #8DC63F;
}

#nav-main .active a {
    font-weight: bold;
    background-color: #F7F8FA;
}

#nav-main li.najit-firmu a {
    color: white;
    padding: 4px 15px;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 15px 0px 15px;
}

#nav-main li.najit-firmu a:hover {
    background-color: #c03088;
}

#nav-main .active.najit-firmu a {
    background-color: #DF3B9F;
}

#nav-admin {
    font-size: 12px;
}


.navbar-brand {
    padding: 8px 15px;
}

.navbar-brand img {
    max-height: 100%;
}

@media (min-width: 992px) {
    .navbar-brand {
        height: 82px;
        padding-top: 12px;
    }

}

@media (min-width: 768px) {

    #nav-admin li.swipe {
        content: '';
        border-left: 1px solid #D3F0D2;
        width: 2px;
        height: 14px;
        margin: 13px 0px;
    }

    .navbar-nav > li > a {
        padding: 10px;
    }

    #nav-main {
        margin-right: -15px;
    }

    #nav-main li.najit-firmu a {
        margin-right: 0;
    }
}

/*
.selectNice {
	display: none;
}

input[type=checkbox] {
	display: none;
}
*/

.crums {
    font-weight: 300;
    font-size: 13px;
    padding-left: 60px;
}

.crums a {
    color: #8DC63F;
}

.jumbo {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.jumbo p {
    font-weight: 300;
}

.filter {
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #F7F8FA;
    border: 1px solid #DFDFDF;
}

.filter-lg {
    padding: 15px 30px;
    margin-bottom: 30px;
}

.filter label {
    display: block;
}

@media (min-width: 768px) {

    .jumbo {
        margin: 60px;
    }

    .filter label {
        display: inline-block;
    }

    .filter {
        padding: 5px 30px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .filter-lg .form-group ~ .form-group {
        margin-left: 15px;
    }

    .filter-lg .form-group.select {
        width: 250px;
    }
}

.box {
    padding: 30px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}

.box-btn {
    padding-bottom: 45px;
    margin-bottom: 45px;
}

.box-gray {
    background-color: #F7F8FA;
    border: 1px solid #DCDDDF;
    border-radius: 3px;
}

.box-white {
    background-color: #ffffff;
    border: 1px solid #DBDCE0;
    border-radius: 3px;
}

.box-green {
    background-color: #F3F9EB;
    margin-top: 15px;
}

.box-wide {
    padding: 15px 30px;
    margin-left: 0;
}

.box-top {
    padding-top: 0;
}

@media (max-width: 768px) {
    .box-none {
        padding: 0;
    }
}

.box.merge {
    margin-top: -31px;
}

.box-jumbo {
    margin-left: 0;
    border: none;
}

.box-jumbo .input-group-addon {
    width: 75px;
    text-align: right;
}

.box-jumbo .input-group {
    width: 100%;
}

.box.box-shadow {
    box-shadow: 0px 10px 10px -5px #E1E4EB;
}

.box .help-block {
    background-color: #FFFDE6;
    padding: 20px;
    border: 1px solid #DCDDDF;
    border-radius: 3px;
    margin: 0;
    font-size: 14px;
}

@media (min-width: 768px) {

    .box-wide {
        padding: 30px 60px;
        margin-left: 0;
    }

    .box {
        margin-left: 30px;
        margin-right: 30px;
    }

    .area-cont {
        position: relative;
    }

    .area-help {
        font-size: 11px;
        color: #999;
        position: absolute;
        bottom: -5px;
        width: 97%;
    }
}

@media (min-width: 992px) {
    .box .help-block {
        position: absolute;
        top: -1px;
        right: -200px;
        width: 250px;
    }

    .box-icon {
        padding-right: 150px;
    }

    .icon-world {
        position: absolute;
        top: 17px;
        right: 30px;
        background-color: white;
        border-radius: 50%;
        border: 1px dashed #8DC63F;
        width: 110px;
        height: 110px;
        background-image: url('../images/icon-world.png');
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    .icon-truck {
        position: absolute;
        top: 30px;
        right: 30px;
        background-color: white;
        border-radius: 50%;
        border: 1px dashed #8DC63F;
        width: 110px;
        height: 110px;
        background-image: url('../images/icon-truck.png');
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    .box h1 {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
    }

}

.icon-circle {
    background-color: white;
    border-radius: 50%;
    border: 1px dashed #8DC63F;
    width: 110px;
    height: 110px;
    padding: 15px;
    margin-top: 10px;
    position: relative;
}

.icon-circle .inner {
    width: 100%;
    height: 100%;
}

.icon img {
    max-width: 75px;
    max-height: 75px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn {
    border-radius: 5px;
}

.btn-pink {
    background-color: #DF3B9F;
    color: #ffffff;
}

.btn-box {
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 0 0 5px 5px #ffffff;
    width: auto;
    z-index: 5;
}

.btn-big {
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    width: auto;
}

.btn-box.btn-wgd {
    box-shadow: none;
}

.btn-pink:hover {
    background-color: #c03088;
    color: #ffffff;
}

.btn-white {
    border-color: #DF3B9F;
    background-color: #FFFFFF;
    color: #DF3B9F;
}

.btn-gray {
    border-color: #B2B2B2;
    background-color: #B2B2B2;
    color: white;
}

.btn-green {
    border-color: #8DC63F;
    background-color: #8DC63F;
    color: white;
}

.btn-green:hover {
    background-color: #71A529;
    color: white;
}

.btn-green-outline {
    background-color: white;
    color: #76AC2C;
    border: 2px solid #7EB534;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
}

.btn-white:hover {

}

.btn-wgd {
    background-color: #ffffff;
    color: #111111;
    border: 1px dashed #8DC63F;
}

.btn.disabled, .btn[disabled] {
    opacity: 1;
}

.green {
    color: #8DC63F;
}

.pink {
    color: #DF3B9F;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.btn-gray-green {
    border-color: #E1E4EB;
    background-color: #ffffff;
    color: #8DC63F;
}

.btn-gray-green:hover {
    color: #ffffff;
    background-color: #8DC63F;
}

.btn-gray-pink {
    border-color: #BBBFC3;
    background-color: #ffffff;
    color: #E03AA1;
}

.btn-gray-pink:hover {
    color: #ffffff;
    background-color: #E03AA1;
}

.box .btn-box {
    position: absolute;
    bottom: -27px;
    left: 50%;
    transform: translate(-50%, 0);
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle {
    padding: 10px 16px;
    border-color: #E1E4EB;
}

.bootstrap-select .dropdown-menu {
    border-color: #E1E4EB;
}

.bootstrap-select .dropdown-toggle .caret {
    width: 24px;
    height: 24px;
    background-color: #8DC63F;
    border: none;
    border-radius: 50%;
    transform: translate(0, -40%);
}

.bootstrap-select .dropdown-toggle .caret:after {
    border-color: white;
    border-style: solid;
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    position: absolute;
    left: 7px;
    top: 5px;
}

@media (min-width: 992px) {
    .templates {
        width: 80%;
        margin: 0 auto;
    }
}

.templates {
    margin-bottom: 30px;
}

.templates a {
    border: 1px dashed #8DC63F;
    color: #8DC63F;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    height: 190px;
    position: relative;
    padding-top: 30px;
}

.templates a:hover {
    background-color: #8DC63F;
    color: #ffffff;
}

.templates a p {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.overview {

}

.overview .categories {
    background-color: #F4F9FF;
    border-radius: 5px;
    padding-bottom: 5px;
}

.overview .categories h4 {
    border-bottom: 1px solid #E0E1E3;
    font-size: 15px;
    margin: 0;
    padding-bottom: 15px;
}

.overview .categories .wrap {
    padding: 30px 30px 8px 30px;
}

.overview .categories a {
    background-color: #F4F9FF;
    border: none;
    color: #2E3D52;
    padding: 8px 30px;
}

.overview .categories a:hover {
    text-decoration: underline;
}

.overview .badge {
    background: none;
    color: #8DC63F;
    font-weight: normal;
    font-size: 16px;
}

.overview .demands .row {
    padding-bottom: 15px;
    padding-top: 15px;
}

@media (min-width: 992px) {

    .overview .demands .row {
        margin: 0;
    }

    .overview .demands .row div:first-of-type {
        padding-left: 0;
    }

    .overview .demands .row div:last-of-type {
        padding-right: 0;
    }
}

.overview .demands .row ~ .row {
    border-top: 1px solid #E0E1E3;
}

.overview .demands .nazev {
    padding-top: 6px;
}

.overview .demands .nazev a {
    color: #2E3D52;
}

.overview .demands .datum {
    padding-top: 6px;
    color: #8595AB;
}

@media (min-width: 992px) {
    .overview .demands .buttons {
        text-align: right;
    }
}

.stars span.glyphicon.glyphicon-star {
    font-size: 22px;
    /* font-weight: bold; */
    padding-right: 5px
}

.stars .pink {
    color: #DF3B9F;
}

.stars .gray {
    color: #cccccc;
}

.required label:after {
    content: '*';
    color: #DF3B9F;
    padding-left: 5px;
    font-weight: normal;
}

.demandDetail .info .values {
    background-color: #FFFEF1;
    border: 1px solid #DBDCE0;
    border-radius: 3px;
    padding: 0px 30px;
    margin-bottom: 30px;
}

.demandDetail .info .values .desc {
    color: #8DC63F;
    padding: 10px;
}

.demandDetail .info .values .value {
    font-weight: bold;
    padding: 10px;
}

.demandDetail .info .values .row ~ .row {
    border-top: 1px solid #E3F6BE;
}

.demandDetail .get {
    margin-top: 30px;
    border-top: 1px solid #DBDCE0;
    padding-top: 30px;
}

.demandDetail .get b {
    font-size: 18px;
}


.demandDetail .info .actions {
    background-color: #E3F4BD;
    border: 1px solid #DBDCE0;
    border-radius: 3px;
    padding: 30px 45px 15px 45px;
}

.demandDetail .info .actions a {
    padding: 10px 20px;
    background-color: #ffffff;
    color: #111111;
    border: 1px dashed #8DC63F;
    border-radius: 5px;
    display: block;
    margin-bottom: 15px;
}

.demandDetail .info .actions a span {
    color: #8DC63F;
    padding-right: 10px;
}

/*
.stars {

}

.stars .star:before {
    font-family: FontAwesome;
    margin: 0px 3px;
    font-size: 1.3em;
    display: inline-block;
}

.stars .star.full:before {
    content: "\f005";
    color: #FFD700;
}

.stars .star.empty:before {
    content: "\f005";
    color: lightgray
}

.stars .star.half:before {
    color: #FFD700;
    content: "\f123";
}*/

div.flash {
    padding: 10px 15px;
    position: relative;
    color: white;
    text-align: center;
}

div.flash.success {
    background: #7FB85A;
}

div.flash.info {
    background: #FFF6C3;
    color: #9C8B2B;
}

div.flash.error {
    background: #E55B51;
}

div.flash.warning {
    background: #E1C840;
}

div.flash a {
    color: white;
    text-decoration: underline;
}

div.flash .close {

}

.howItWorks h1 {
    color: #8DC63F;
    text-align: center;
}

.howItWorks .vedge {
    background-image: url('../images/how-vedge.png');
    background-repeat: no-repeat;
    background-position-x: 50%;
    height: 126px;
}


@media (min-width: 768px) {
    .howItWorks .icons {
        background-image: url('../images/how-icons.png');
        background-repeat: no-repeat;
        background-position-x: 0;
        clear: both;
        padding-left: 130px;
        margin-top: 30px;
    }

    .howItWorks .section {
        height: 185px;
    }
}


@media (min-width: 992px) {

    .howItWorks .icons {
        background-image: url('../images/how-icons.png');
        background-repeat: no-repeat;
        background-position-x: 50%;
        clear: both;
        padding-left: 0px;
        margin-top: 0px;
    }

    .howItWorks h1 {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .howItWorks .section {
        width: 40%;
        clear: both;
    }

    .howItWorks .section.right {
        float: right;
    }

    .howItWorks .section.left {
        float: left;
    }
}


.report .row {
    padding-bottom: 15px;
    padding-top: 15px;
}

.report .header {
    font-weight: bold;
    border-bottom: 2px solid #E0E1E3;
}

.report .row ~ .row {
    border-top: 1px solid #E0E1E3;
}

@media (min-width: 992px) {

    .report {
        padding-left: 60px;
        padding-right: 60px;
    }

    .report .row {
        margin: 0;
    }

    .report .row div:first-of-type {
        padding-left: 0;
    }

    .report .row div:last-of-type {
        padding-right: 0;
    }
}

.report .nazev {
}

.report .datum {
    color: #8595AB;
}

.report .btn {
    margin-top: -5px;
    margin-bottom: -5px;
}

@media (min-width: 992px) {
    .report .buttons {
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .col-lg-10p {
        width: 10%;
    }

    .col-lg-125p {
        width: 12.5%;
    }

    .col-lg-15p {
        width: 15%;
    }

    .col-lg-70p {
        width: 70%;
    }

    .col-lg-40p {
        width: 40%;
    }
}

.unseen .glyphicon {
    color: #8DC63F;
}

.unseen .badge {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 10px;
    background-color: #DF3B9F;
    padding: 0px 5px;
    font-weight: normal;
    line-height: 1.2;
    padding-bottom: 2px;
}


.checkbox label, .radio label {
    padding-left: 30px;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-left: 0px;
}

.checkbox-inline, .radio-inline {
    padding-left: 30px;
}

@media (min-width: 768px) {


    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-left: 30px;
    }
}

.optional {
    display: none;
}

.form-control, .input-group-addon {
    border: 1px solid #E1E4EB;
    box-shadow: none;
}

/* Customize the label (the container) */
.checkbox label.checkCont {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

/* Hide the browser's default checkbox */
.checkCont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkMark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #E1E4EB;
    border-radius: 3px;
    background-color: #ffffff;
}

/* On mouse-over, add a grey background color */
.checkCont:hover input ~ .checkMark {
    background-color: #8DC63F;
}

.checkCont:hover input ~ .checkMark:after {
    border-color: #ffffff;
}

/* When the checkbox is checked, add a blue background */
.checkCont input:checked ~ .checkMark {

}

/* Create the checkmark/indicator (hidden when not checked) */
.checkMark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkCont input:checked ~ .checkMark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkCont .checkMark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #8DC63F;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/* Customize the label (the container) */
label.radioCont {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

/* Hide the browser's default checkbox */
.radioCont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.radioMark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 1px solid #E1E4EB;
    border-radius: 50%;
    background-color: white;
}

/* On mouse-over, add a grey background color */
.radioCont:hover input ~ .radioMark {
    background-color: #8DC63F;
}

.radioCont:hover input ~ .radioMark:after {
    background: #ffffff;
}

/* When the checkbox is checked, add a blue background */
.radioCont input:checked ~ .radioMark {

}

/* Create the checkmark/indicator (hidden when not checked) */
.radioMark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.radioCont input:checked ~ .radioMark:after {
    display: block;
}

/* Style the checkmark/indicator */
.radioCont .radioMark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8DC63F;
}

.radio-pink .radioMark {
    border-color: #DF3B9F;
}

.radio-sm .radioMark {
    height: 18px;
    width: 18px;
}

.radio-sm .radioCont .radioMark:after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.radio-pink .radioCont .radioMark:after {
    background: #DF3B9F;
}

.radio-pink .radioCont:hover input ~ .radioMark {
    background-color: #DF3B9F;
}

.table .radio {
    padding-top: 0;
}


.paginator {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 60px;
    margin-right: 60px;
}

.paginator .btn {
    width: 120px;
}

.paginator .step {
    color: #8DC63F;
    text-decoration: underline;
    padding: 5px;
    display: inline-block;
    margin-top: 3px;
}

.paginator .current {
    font-weight: bold;
    display: inline-block;
    margin-top: 3px;
}

.choose {

}

.choose .control {
    display: none;
}


.shadowCurved {
    position: relative;
    border-bottom: 3px solid white;
}

.shadowCurved:before, .shadowCurved:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 40px;
    width: 50%;
    top: 80%;
    max-width: 800px;
    background: #D5DAEA;
    box-shadow: 0 20px 40px 5px #D5DAEA;
    transform: rotate(-3deg);
}

.shadowCurved:after {
    transform: rotate(3deg);
    right: 40px;
    left: auto;
}

.box.shadowCurved {
    margin-bottom: 45px;
}

.dropdown-menu > li > a {
    padding: 5px 15px;
}

.demandContact .value {
    font-weight: bold;
}

.doneInfo {
    text-align: center;
}

.doneInfo .value {
    font-weight: bold;
}

@media (min-width: 768px) {

    .doneInfo .desc {
        text-align: right;
    }

    .doneInfo .value {
        text-align: left;
    }

    .demandContact h2 {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.links a {
    text-decoration: underline;
}

.wauto {
    width: auto;
    max-width: 100%;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
    border-radius: 4px;
    border: 1px solid #E1E4EB;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin-top: 60px;
    }
}

.modal-title {
    font-size: 18px;
    line-height: 1;
}

.modal-header {
    background-color: #F7F8FA;
}

.modal-content {
    overflow: hidden;
}

ol.condition ul {
    margin-top: 5px;
}

ol.condition ol {
    margin-bottom: 15px;
}

ol.condition li {
    margin-bottom: 15px;
}

ol.condition h2 {
    font-size: 16px;
}

.contact-radio .radioCont {
    margin-left: 10px;
}

.contact-radio .radioMark {
    top: 2px;
}

.priceTable {
    max-width: 900px;
    margin: 0 auto;
}

.priceTable td {
    padding: 0px 25px;
    text-align: center;
    height: 73px;
    font-weight: bold;
}

.priceTable small {
    font-size: 14px;
    display: block;
    line-height: 1.1;
    font-weight: normal;
}

.priceTable td:first-of-type {
    border-radius: 12px 0 0 12px;
    text-align: left;
    font-weight: normal;
}

.priceTable td:last-of-type {
    border-radius: 0 12px 12px 0;
}

.priceTable .fa-check {
    color: #7EB534;
}

.priceTable .fa-times {
    color: #D22A2A;
}

.priceTable tr.light td.selected {
    background: #7EB534;
}

.priceTable tr.dark td.selected {
    background: #76AC2C;
}

.priceTable tr td.selected {
    color: white;
    border-radius: 0;
}

.priceTable tr td.selected i {
    color: white;
}

.priceTable tr.top td.selected {
    border-radius: 12px 12px 0px 0px;
}

.priceTable tr.bottom td.selected {
    border-radius: 0 0 12px 12px;
}

.priceTable tr.dark td {
    background: #F7F7F7;
}

.priceTable .selected .btn-green-outline {
    background-color: #7EB534;
    color: white;
}

.priceCheck {
    background: #F4F9FF;
    border-radius: 12px;
    max-width: 400px;
    margin: 0 auto;
    padding: 10px 10px 10px 20px;
}

.priceCheck .radioCont {
    margin-bottom: 0;
}

.priceCheck small {
    font-weight: normal;
}

.niceCheck input {
    display: none;
}

.niceCheck .check {
    border: 2px solid;
    border-radius: 8px;
    padding: 2px 5px;
}

.niceCheck.pink .check {
    border-color: #E559AF;
    color: #E559AF;
}

.niceCheck .check i {
    visibility: hidden;
}

.niceCheck input:checked ~ .check i {
    visibility: initial;
}


.registration {
    max-width: 800px;
    margin: 0 auto;
}

.bank-container > .bank-image {
    display: block;
    width: 100%;
    max-width: 76px;
    height: 48px;
    margin: 0 auto;
    padding: 0
}

.bank-image {
    background-color: transparent;
    background-image: url('../images/banks-big.png');
    background-repeat: no-repeat;
    background-position: 100px 0;
    width: 76px;
    height: 48px;
    display: inline-block;
}

.bank-image.bank-ceska-sporitelna {
    background-position: 0 0
}

.bank-image.bank-komerecni-banka {
    background-position: -76px 0
}

.bank-image.bank-raiffeisen {
    background-position: -152px 0
}

.bank-image.bank-csob {
    background-position: -228px 0
}

.bank-image.bank-mbank {
    background-position: -304px 0
}

.bank-image.bank-unicredit {
    background-position: -380px 0
}

.bank-image.bank-gemoney {
    background-position: -456px 0
}

.bank-image.bank-fio {
    background-position: -532px 0
}

.bank-image.bank-sberbank {
    background-position: -608px 0
}

.bank-image.bank-air {
    background-position: -684px 0
}

.bank-image.bank-zuno {
    background-position: -760px 0
}

.bank-image.bank-era {
    background-position: -836px 0
}

.question ~ .question {
    margin-top: 30px;
}

.question .radio {
    margin: 5px 0px 0px 0px;
    display: inline-block;
}

.question .checkbox {
    margin: 5px 0px 0px 0px;
    display: inline-block;
}

.question .extra input[type="text"] {
    display: inline-block;
    width: 150px;
    height: 24px;
}

.ml-0 {
    margin-left: 0;
}

.mr-0 {
    margin-right: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.ttnone {
    text-transform: none;
}

.d-none {
    display: none;
}

.tags a.btn {
    margin-bottom: 5px;
}

.hpbanner {
    display: flex;
    margin-top: 15px;
    margin-bottom: 30px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.hpbanner .lside {
    display: none;
}

@media (min-width: 992px) {
    .hpbanner .lside {
        display: block;
    }
}

.hpbanner .rside:hover {
    text-decoration: none;
}

.hpbanner .rside {
    background-image: url('../images/bside-green.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 45px;
    flex-grow: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.hpbanner .rside .button {
    background-image: url('../images/btn-pink-arrow.png');
    background-repeat: no-repeat;
    width: 262px;
    height: 59px;
    font-weight: 752;
    font-size: 24px;
    text-transform: uppercase;
    padding-left: 20px;
    line-height: 59px;
}

#cookie-consent {
    background-color: #FFFFFF;
    position: fixed;
    width: 100%;
    bottom: 0;
    font-size: 13px;
    display: none;
    border-top: 1px solid #DCE0E3;
    box-shadow: 0px 0px 30px 0px #000000;
}

#cookie-consent .top {
    padding-top: 10px;
    margin-bottom: 10px;
}

#cookie-consent .actions {
    text-align: right;
    padding-bottom: 10px;
}

#cookie-consent .actions .btn {
    margin-left: 10px;
}

#cookie-consent .middle {
    border-bottom: 1px solid #DCE0E3;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: none;
}

#cookie-consent .btn-link {
    font-weight: normal;
    text-decoration: underline;
}

#cookie-consent #cc-btn-save {
    display: none;
}

#cookie-consent .middle .choice {
    display: flex;
    flex-flow: row;
    margin-top: 10px;
}

#cookie-consent .middle .choice label {
    margin: 0;
}

#cookie-consent .middle .choice input {
    margin: 5px 10px 0 5px;
    display: inline-block;
    transform: scale(1.2);
}

.self .steps {
    margin-top: 30px;
}

.self .steps .step {
    background: #F4F9FF;
    border-radius: 12px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    min-height: 95px;
    margin-bottom: 15px;
}

.self .steps .step .number .inner {
    background: #8DC540;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: block;
    font-size: 14px;
    color: white;
    text-align: center;
    padding-top: 1px;
}

.self .steps .step .number {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: 2px solid #659820;
    padding: 3px;
    content: '';
    display: block;
    margin-right: 15px;

}

.self h1 {
    font-size: 22px;
    color: #2E3D52;
    padding-left: 0;
    margin-bottom: 50px;
}

.self h2 {
    font-size: 20px;
    color: #7EB534;
    margin-bottom: 30px;
    margin-top: 60px;
}

.self .cats {

}

.self .cats .cat {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.self .cats a {
    background: rgba(224, 58, 161, 0.06);
    border-radius: 12px;
    display: block;
    padding: 19px;
    color: #2E3D52;
}

.self .cats i {
    color: #E03AA1;
    margin-right: 10px;
    width: 25px;
    font-size: 20px;
}

.self .cats a:hover {
    background: #FFCEEB;
    text-decoration: none;
}

.self .fa-info-circle {
    cursor: pointer;
    padding-top: 5px;
    padding-right: 2px;
    color: #C0C0C0;
}

.self .fa-info-circle:focus {
    text-decoration: none;
    outline: none;
}

.self .fa-info-circle:hover {
    text-decoration: none;
    outline: none;
}

.self .form-group .upper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .self .form-group .filler {
        height: 29px;
    }
}

.self #btnNahled {
    margin-left: 15px;
}

.self .checkbox {
    font-size: 14px;
    margin-bottom: 20px;
}

.kontrola_alert {
    border-top: 1px solid grey;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    font-size: 13px;
    text-align: center;
}

.mousetip {
    width: 400px;
    min-width: 400px;
    max-width: 400px;
    padding: 10px;
    font-size: 14px;
    background-color: white;
    color: #444444;
    border: 1px solid #444444;
    position: absolute;
}

.mousetip .header {
    margin-bottom: 5px;
    font-weight: bold;
}


.file-holder {
    margin-top: 5px;
}

.file-holder .item {
    margin-bottom: 5px;
}

.file-holder .item:after {
    content: '';
    display: block;
    clear: both;
}

.file-holder .control {
    width: 40px;
    float: right;
}

.file-holder .name {
    width: 250px;
    float: left;
}

.file-holder .progress {
    background-color: #0086EE;
    width: 0;
    height: 3px;
    clear: both;
}

.file-holder a.file {
    float: left;
}

.file-holder a.delete {
    color: #FF2C36;
    float: right;
}

.self-published {
    padding: 15px;
    margin-bottom: 30px;
    border: 1px dashed #8DC63F;
    font-size: 13px;
}

.create h1 {
    font-size: 24px;
    color: #2E3D52;
    padding-left: 0;
    margin-bottom: 30px;
    text-transform: none;
}

.create h2 {
    font-size: 22px;
    color: #2E3D52;
    padding-left: 0;
    margin-bottom: 30px;
    text-transform: none;
}

.create ul.list {
    margin-bottom: 30px;
}

.list {
    padding: 0;
    margin: 0 0 15px 0;
}

.list-check {
    list-style: none;
    line-height: 30px;
}

.list-check li:before {
    content: "\f00c";
    color: #7EB534;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 18px;
    margin-right: 15px;
}

.box-jumbo {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.box-jumbo .contact {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.jumbo .points .point {
    background-color: #8DC63F;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 10px;

}

.jumbo .points > div {
    position: relative;
}

.jumbo.hp {
    margin-bottom: 30px;
}


@media (min-width: 992px) {
    .jumbo .points .line:after {
        content: '';
        border-top: 1px dashed #8DC63F;
        width: 100%;
        display: block;
        height: 1px;
        position: absolute;
        top: 16px;
        left: 50%;
        z-index: -1;
    }
}

.list.list-numbers {
    list-style: none;
}

.list.list-numbers li {
    display: table;
    margin-bottom: 15px;
}
.list.list-numbers.green-circle .text {
    display: table-cell;
    vertical-align: middle;
}
.list.list-numbers.green-circle .cell {
    display: table-cell;
    vertical-align: middle;
}
.list.list-numbers.green-circle .number {
    display: block;
    margin-right: 10px;
    background-color: #8DC63F;
    border-radius: 50%;
    width: 35px !important;
    height: 35px;
    color: white;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
}
.list-fajfky {
    padding-left: 20px;
}