.nejnavstevovanejsi-img {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 75%;
    height: 80%;
}

.nejnavstevovanejsi-text {
    word-wrap: break-word;
}

.text-center {
    text-align: center;
}


/*---------- facebook left ----------*/
.likebox {
    background: url('/images/facebook.png') right center no-repeat;
    display: block;
    float: left;
    padding: 0 30px 0 0;
    z-index: 99999;
    position:fixed;
    left:-120px;
    top: 100px;
}
.likebox div.likebox-content {
    position:relative;
    display:block;
    background: #ffffff;
    height: 134px;
    width: 118px;
    border: 1px solid #3b5997;
}

.footer-facebook {
    padding: 11px 14px 0 14px;
    min-height: 75px;
}

.facebook-link{
    margin: 6px 14px 0 14px;
}

.likebox .facebook-page {
    padding: 0 0 0 14px;
}

.facebook-page a{
    text-decoration: none;
}

.likebox.google{
    top: 242px;
    left: -180px;
    background: url('/images/googleplus.png') right center no-repeat;
}

.likebox.google div.likebox-content {
    position:relative;
    display:block;
    background: transparent;
    height: 246px;
    width: 180px;
    border: none;
}

/* widget */
.widget-center{
    width: 400px;
    margin: 0 auto 30px auto;
}

/* banner popup */
#banner_overlay{
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:9000;
    background: rgba(23, 132, 175, 0.8);
}

#banner_home{
    position:absolute;
    top:50%;
    left:50%;
    z-index:9100;
    cursor:pointer;
    width:842px;
    height: 440px;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    cursor:pointer;
}