footer p {
	font-size: 14px;
	margin: 0;
	margin-bottom: 10px;
	line-height: 1.5;
	text-align: center;
}

footer p:last-child {
	margin-bottom: 0px;
}

.close {
	float: right;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0;
	border: 0;
	-webkit-appearance: none;
	appearance: none
}

.modal {
	font-family: sans-serif;
	color: #444;
	line-height: 1.5625;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background: rgba(0, 0, 0, 0.5)
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	outline: 0
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 25px
}

.modal-header .close {
	margin-top: -26px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 25px 10px
}

@media(min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
}

.modal-header:after,
.modal-header:before {
	display: table;
	content: " "
}

.modal-header:after {
	clear: both
}

.hidden {
	display: none!important
}

.modal-body {
	font-size: 16px
}

.modal-body h3 {
	border-top-style: none
}

.modal-body ul {
	padding-left: 30px;
}

.modal-body ul li {
	list-style-type: decimal;
	list-style-position: inside;
	font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 10px;
    color: #000000;
}

.modal-body ul li p {
	display: inline-block;
}

.terms-item {
	margin-right: 5px
}

.terms-item:last-child {
	margin-right: 0px;
}

.terms-wrap {
	list-style: none;
	text-align: center;
}

.terms-wrap li {
	font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-decoration: underline
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}