html,
body {
    height: 100%;
}

.container {
    width: 95% !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    width: 70% !important;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.nav-header-logo {
    height: 50px;
}

@media only screen and (max-width: 1380px) {

    .wrap {
        min-height: 100%;
        height: auto;
        width: 100% !important;
        margin: 0 auto -60px;
        padding: 0 0 60px;
    }

    .nav-header-logo {
        height: 30px;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 14px;
    }
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.cube {
    min-height: 100px;
    border: 1px solid #8c8c8c;
    border-radius: 5px;
    margin: 2px;
    text-align: center;
    vertical-align: middle;
}

.cube-min {
    width: 100px;
    border-radius: 5px;
    margin: 2px;
    text-align: center;
    vertical-align: middle;
}

.cube img {
    max-height: 80px;
}

.to-right {
    float: right;
}

#notifies {
    top: 10px;
    left: 10px;
    opacity: 0.9;
    position: fixed;
    z-index: 9990;
}

.imagebox {
    min-height: 100px;
    max-height: 100px;
}

.cube-item {

    line-height: 75px;
}

.card-body > a > img,
.card-body > p > a > img {
    max-width: 200px;
}

.newsBody > div > img,
.newsBody > div > p > img,
.newsBody > div > p > a > img,
.newsBody > img,
.newsBody > p > img,
.newsBody > p > a > img {
    max-width: 200px;
}

.thumbnail {
    display: block;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    height: 125px;
    width: 125px;

}

.intumb {
    margin: auto;
}

.intumb > span {
    text-align: center;
    width: 100%;
    display: grid;
}

.intumb > img {
    margin: auto;
    max-height: 100px;
    max-width: 100px;
    display: grid;
    overflow: hidden;
}


.vodolaz > .card-header {
    text-align: left;
    padding: 3px 10px;
    font-size: 20px;
}

.videoCol > iframe {
    max-width: 585px !important;
}

.carousel-caption {
    padding: 15px;
    text-align: left;
}

/*.carousel-item > .bg-dark {*/
/*    background-color: #343a40cc !important;*/
/*}*/

.carousel-item > .bg-dark {
    background-color: #666a6d61 !important;
}


.carousel-caption > h5 {
    line-height: 15px;
    font-weight: bold;
}

.carousel-caption > h5 > small {
    font-size: 14px;
    margin-left: 10px;
    font-weight: bold;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.itemsCarousel .carousel-indicators .active {
    background: #707070;
}

.itemsCarousel .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 20px;
    height: 0px;
}

.bgOdd {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.floatingCart {
    z-index: 999;
    position: fixed;
    right: 25px;
    bottom: 25px;
}


/*.carousel-indicators li {*/
/*    display: inline-block;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    text-indent: -999px;*/
/*    cursor: pointer;*/
/*    background-color: #000 \9;*/
/*    background-color: rgba(0, 0, 0, 0);*/
/*    border: 1px solid #fff;*/
/*    border-radius: 20px;*/
/*    margin: 5px;*/
/*}*/
/*.carousel-indicators .active {*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    margin: 5px;*/
/*    background-color: #fff;*/
/*    color: #fff;*/
/*}*/