﻿@import url(http://fonts.googleapis.com/css?family=Roboto);

/*other pop*/
.modal {
    /*   display: block;*/
    padding-right: 0px;
    background-color: rgba(4, 4, 4, 0.8);
}

.modal-dialog {
    top:;
    padding-top: 200px;
    width: 100%;
    position: absolute;
    width:100%;
}

.modal-content {
    border-radius: 0px;
    border: none;
    top:;
    width:100%;
}

.modal-body {
    background-color: #e1bd85;
    color: white;
    width:100%;
}


.black-background {background-color:#000000;}
.white {color:#ffffff;}