.modal {
	background-color:transparent;
	background:url(../images/bg_medblue_rep.gif) no-repeat 50%;
	background-size:cover
}
.modal-backdrop.in {
	opacity:1
}
.modal-dialog {
	margin:45px auto
}
@media (min-width:992px) {
.modal-dialog {
	width:992px;
	max-width:992px;
	margin:100px auto 30px;
}
}
@media (min-width:1200px) {
.modal-dialog {
	width:1200px;
	max-width:1200px;
}
}
.modal-content {
	background-color:transparent;
	box-shadow:none
}
.modal-header {
	border:0;
}
.modal-header .close {
	text-shadow:none;
	background:#fedd00;
	color:#252c5d;
	opacity:1;
	border-radius:50%;
	height:35px;
	width:35px;
	font-size:42px;
	font-weight:100;
	line-height:0;
	padding: 0;
	position:relative
}
.modal-header .close:active {
	background:#fff
}
.modal-header .close span {
	margin-top: -3px;
	display: block;
}
#castpopup-img-thumb {
	max-width:179px;
	/* margin:6px 8px 8px 6px; */
	border: 2px solid #58b1e1;
	/* background:url(../images/insta-thumb-bg.png) no-repeat 0 0;
	background-size:100% auto */
}
@media (min-width:992px) {
#castpopup-img-thumb {
	margin-top:32px
}
}
