.modal-content {
	background-color: #18191b;
	color: #a6905e;
    border: medium solid;
}

.modal-header {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #000000;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.close {
	opacity: 1;
}

/* 
.close span {
	background-image:
        url("http://five5startravel.com/wp-content/uploads/2015/07/close.svg");
}
 */

/* .close { */
    /* color: #a6905e !important; */
    /* font-weight: 100; */
    /* opacity: 1; */
    /* 
background-image: 
        url("http://five5startravel.com/wp-content/uploads/2015/07/close.svg");
 */
/* } */




 
/* 
.modal-header button {
 	color: #a6905e !important;
}
 */

/* 
.modal-header span {
 	/* color: #a6905e !important; */
 	background-image: 
        url("https://five5startravel.com/wp-content/uploads/2015/07/close.svg");
}
 */



 
.modal-title {
	text-align: center;
	color: #a6905e !important;
}

.modal-body {
	/* text-align: center; */
	background-color: #18191b;
	color: white;
}

.modal-body ul {
  list-style: none; /* Remove default bullets */
}

.modal-body ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #a6905e; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.modal-footer {
	background-color: #000000;
	color: #000000;
}