/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 28, 2015, 6:22:23 PM
    Author     : waheed
*/
.button{
    background-color: #db8d1d;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}

.button.small{
    border-radius: 15px;
    float: right;
    margin: 22px 5px 0;
    padding: 6px 15px;
}

.button:hover{
    background-color: #1e1e1e;
}

.button > span{
    font-size:84%
}

.button.b-close, .button.bClose{
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
}
#page h1 + .button{
    position:absolute;
    top:20px;
    right:25px;
}


#popup,#popup2,.bMulti{
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 25px 5px #999;
    /*color: #2B91AF;*/
    color:#111;
    display: none;
    min-width: 450px;
    padding: 25px;
}
#popup .logo{
    color:#2B91AF;
    font: bold 325% 'Petrona',sans;
}

#popup,.bMulti{
    min-height: 250px;	
}

#popup2 iframe {
    background: url('loader.gif') center center no-repeat;
    min-height: 240px;
    min-width: 450px;
}
.loading {
    background: url('loader.gif') center center no-repeat;
}

.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;
}

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




    #popup,#popup2,.bMulti{
        background-color: #fff;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0 0 25px 5px #999;
        /*color: #2B91AF;*/
        color:#111;
        display: none;
        min-width: 280px;
        max-width: 280px;
        width: 280px;
        padding: 25px;
    }

}