
/*
.footerreklama {
    height: 110px;
    width: 100%;
    text-align: center;
    border: 1px solid black;
    display: inline-flex;
}

.footerreklama .item {
    margin-right: auto;
    margin-left: auto;
}
*/


.banner .content {
    height: 250px;
}

.banner .title img, .banner .title i {
    /*width: 12px;*/
    float: right;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 17px;
}

.reklama_right_wrapper {
    position: relative;
    height: 217px;
}

.reklama_right_wrapper .content {
    position: absolute;
    left: 0px;
    top: 0px;
}

.banner-list-big {
    position: fixed;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    /* background-color: white; */
    /* border: 1px solid black; */
    border-radius: 5px;
    overflow: auto;
    margin: 5px;
    padding: 20px;
    /* color: black; */
    z-index: 2000;
    /* -webkit-box-shadow: 0px 0px 32px -2px rgba(0,0,0,0.57); */
    -moz-box-shadow: 0px 0px 32px -2px rgba(0, 0, 0, 0.57);
    /* box-shadow: 0px 0px 32px -2px rgba(0,0,0,0.57); */
    background-color: rgba(0, 0, 0, 0.8);
}

.sideLeftDetail {
    min-height: 120px;
}

.banner-list-big h1 {
    color: black;
}

.banner-list-big .content {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.banner-list-big .item {
    padding: 30px;
}

.banner-list-big .close {
    font-size: 27px;
    /*border: 1px solid white;*/
    border-radius: 5px;
    padding: 3px;
    color: white;
}

.banner-list-big .banner_closure {
    display: inline-block;
}

.banner-list-big .h1.name {
    font-size: 18px;
    color: white;
}

.banner-list-big hr {
    margin: 20px 0 !important;
}

