/* Style for the modal and overlay*/

.ffb-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 448px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.ffb-show {
    visibility: visible;
}
.ffb-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(143, 27, 15, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.ffb-show ~ .ffb-overlay {
    opacity: 1;
    visibility: visible;
}
/* close */

.ffb-modal .ffb-close-icon:hover {
    background: url('../images/pop_close_hover.png') no-repeat;
}
.ffb-modal .ffb-close-icon {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: url('../images/pop_close.png') no-repeat;
    position: absolute;
    top: -30px;
    right: 0px;
    z-index: 999;
    cursor: pointer;
    border: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
/* Blur background */

.ffb-show.ffb-effect ~ .ffb-overlay {
    background: rgba(78, 46, 32, 0.5);
}
.ffb-show.ffb-effect ~ .container {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
}
/* Effect: Super scaled */

.ffb-effect .ffb-content {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.ffb-show.ffb-effect .ffb-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
@media screen and (max-width: 32em) {

}

.su{
    background: #000;
    color: #fff;
    border: 1px solid #000;
    text-align: center;
    padding: 11px;
    margin-left: 162px;
    padding-left: 25px;
    padding-right: 25px;
}

.su1{
    
   color: #fff;
    font-size: 16px;
    padding: 10px;
    padding-left:41px;
    font-size:16px;
}

@media screen and (max-width: 32em) {
.su{
    background: #000;
    color: #fff;
    border: 1px solid #000;
    text-align: center;
    padding: 11px;
    margin-left: 0px;
}

.su1{
    
   color: #fff;
    font-size: 16px;
    padding: 10px;
    padding-left:0px;
}
}