.modal{
	display: block;
}
.modal-header{
	display: block;
	border: none;
	padding: 0 0 25px 0;
}
.modal-content{
	padding: 40px 0 50px 0;
	border: none;
	-webkit-box-shadow: -2px 7px 25px 0px rgba(192,211,219,0.87);
	-moz-box-shadow: -2px 7px 25px 0px rgba(192,211,219,0.87);
	box-shadow: -2px 7px 25px 0px rgba(192,211,219,0.87);
}
.modal-title{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #083a5b;
}
.modal-body{
	padding: 0 15px;
	text-align: center;
	width: 380px;
	margin: 0 auto;
}
.modal-body p{
	font-weight: 100;
	font-size: 13px;
	color: #083a5b;
	margin: 0;
}
.modal-footer{
	border: none;
	text-align: center;
    display: block;
    padding: 45px 0 0 0;
}
.modal-footer button{
	background: transparent;
	border: 1px solid #b4c4cd;
	border-radius: 5px;
	width: 160px;
	height: 50px;
	text-transform: uppercase;
	font-size: 18px;
	color: #083a5b;
	font-weight: 700;
	cursor: pointer;
	margin: 0 20px !important;
}
@media (max-width: 460px){
	.modal-footer button {    
    	margin: 0 5px !important;
    	width: 125px;
    	height: 40px;
    	line-height: 16px;
	}
	.modal-body{
		width: 100%;
	}	
}