.modal-reclame.fade.in .modal-body-reclame {
    bottom: 0; 
    opacity: 1;
}
.footreclame{
    width:330px; 
    margin:0 auto;    
}
.modal-body-reclame {
    position: fixed;
    bottom: -250px;
    padding: 5px 5px 25px 5px;
    width: 330px;
    height: 100px;
    background-color: #e5e5e5;
    border-radius: 6px 6px 0 0;
    opacity: 0;
    -webkit-transition: opacity 1s ease-out, bottom 1s ease-out;
    -moz-transition: opacity 1s ease-out, bottom 1s ease-out;
    -o-transition: opacity 1s ease-out, bottom 1s ease-out;
    transition: opacity 1s ease-out, bottom 1s ease-out;
    -webkit-box-shadow: 5px 5px 30px 5px rgba(50, 50, 50, 0.47);
    -moz-box-shadow:    5px 5px 30px 5px rgba(50, 50, 50, 0.47);
    box-shadow:         5px 5px 30px 5px rgba(50, 50, 50, 0.47);
}
.modal-body-reclame h2{
    color: #0000A0;
    font-weight: 600;
}
.modal-body-reclame p{
    color:#0000CC!important;
    font-weight: bold;
}
.modal-body-reclame span{
    color:#0000CC!important;
    font-weight: bold;
}
.modal-body-reclame a{
    color: #FF8000;    
}
.modal-body-reclame a:hover{
    color: #FF8000;
    background-color: #0000FF;
}
.modal-body-reclame a:active{
    color: #0000FF;
}
.modal-body-reclame .reclame{
    position: absolute;
    color: #808080;
    right:15px;
    bottom: 30px;
    font-size: 10px;
    background-position: center right 22px;
    padding:5px 0 0 0;
}
.modal-body-reclame .woord_reclame{
    color:#808080!important; 
    font-weight:normal; 
    font-style:italic;
    margin-right: 25px;
}
.model-body-inside{
    margin: 5px 5px 0px 5px;
    border:1 solid #ACACAC;
    padding: 10px;
    background-color: white;
}
.close {
    margin-top: -20px;
    text-shadow: 0 1px 0 #ffffff;
}
.popup-button {
    margin-left: 140px;
    margin-top: 77px;
    font-weight: bold;
}
#blocknote_close{
    width:20px; 
    height:20px; 
    position: absolute; 
    right: -7px; 
    top:-7px
}
.modal-input-reclame{
    margin-bottom:4.5px; 
    vertical-align: bottom; 
    opacity: 0.3; 
    filter: alpha(opacity=30);
}
@media (max-width: 480px) {
    .footreclame{display:none;}
}
