/*----------MODAL---------*/
.modal-dialog{
	
}
.modal .modal-header {
    background: #f56711;
    color: #fff;
}
.modal .modal-content .modal-body {
    margin-top: 10px;
}
.modal-header .close {
    margin-top: -15px !important;
    color: #ffffff;
    background: #0e0101;
    border: 1px solid #fff;
    width: 36px;
    height: 36px;
    border-radius: 39px;
    font-size: 30px;
}
.modal .modal-footer {
    background: #ada8a5;
}
#photolabel{
	position: absolute;
    width: 200px;
    height: 31px;
    color: #fefafd;
    top: 83px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    line-height: 34px;
    background: rgba(0,0,0,0.4);
}
