﻿.button {
    background-color: #9BC61A;
    border: 1px solid #9BC61A;
    border-radius: 50%;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 20px;
    height: 20px;
}

.button.small{
    border-radius:50%;
    float:right;
    margin:22px 5px 0;   
}

.button:hover{
    /*background-color:#1e1e1e*/
}

.button>span{
    font-size:84%
}

    .button.b-close, .button.bClose {
        border-radius: 50%;
        box-shadow: none;
        font: bold 131% sans-serif;
        padding: 10px;
        position:absolute;
        right: -10px;
        top: -10px
    }

.general-popup {
    background-color: #F7F7F7;
    border: solid thin #9BC61A;
    text-align: left;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 25px 5px #1f2532;
    color: #111;
    display: none;
    padding: 25px;
}


.bMulti {
    min-height: 250px
}


.bMulti p{
    font:500% 'Petrona',sans-serif;
    padding:45px 0 0;
    text-align:center
}

.bMulti a{
    left:175px;
    position:absolute;
    top:175px
}

.lt-ie9 .bModal{
    background-color:#000
}


.popup-title span {
    
}

.popup-text {
  
}