.modal-backdrop.show {
	opacity: .7;
}
.modal.modal-ref{
	overflow: auto;
}
.modal-ref .modal-lg{
	width: 1196px;
	max-width: calc( 100vw - 136px );
}
.modal-ref .modal-content{
	border: none;
	border-radius: 0;
}
.modal-ref .modal-body{
	padding: 0;
}
.modal-ref .carousel,
.modal-ref .carousel-inner,
.modal-ref .carousel-item{
	height: 100%;
}
.modal-ref .carousel-item{
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.modal-ref .carousel-indicators {
	left: auto;
	right: 20px;
	bottom: 20px;
	margin: 0;
	background: #fff;
	border-radius: 12px;
	padding: 7px 14px;
}
.modal-ref .modal-body .content{
	min-height: 600px;
	padding: 16px;
	font-size: 16px;
	line-height: 1.38;
}
.modal-ref .modal-body .content h3{
	font-family: Roboto;
	font-size: 30px;
	line-height: 1.07;
}
.modal-ref .modal-body .content .close{
	float: none;
	opacity: 1;
	font-size: 0;
	line-height: 1;
}
.modal-ref .modal-body .downloads{
	padding: 20px;
	background: #f3f3f3;
}
.modal-ref .modal-body .downloads h4{
	margin: 0;
	padding: 0;
	border: none;
	font-family: Roboto;
	font-style: normal;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1px;
}
.modal-ref .modal-body .downloads a{
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.1px;
	color: #004183;
}
.modal-ref .modal-body .downloads a,
.modal-ref .modal-body .downloads a:hover{
	text-decoration: none;
}
.modal-ref .modal-body .downloads a .mticon{
	margin-right: 18px;
	font-size: 34px;
	color: #000;
	-webkit-transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
}
.modal-ref .modal-body .downloads a:hover .mticon{
	-webkit-transform: translate3d( 10px, 0, 0 );
	transform: translate3d( 10px, 0, 0 );
}

.modal-ref .ref_prev img,
.modal-ref .ref_next img{
	width: 13px;
	height: auto;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.modal-ref .ref_prev img{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);	
}

@media (max-width: 991px) {
	.modal-ref .carousel{
		height: 400px;
	}
	.modal-ref .modal-body .content{
		min-height: 0;
	}
}

@media (min-width: 768px) {
	.modal-ref .ref_prev,
	.modal-ref .ref_next{
		position: absolute;
		top: 50%;
		margin-top: -20px;
		left: -55px;
		width: 40px;
		height: 40px;
		padding: 0 2px 0 0;
		background: #fff;
		border: none;
		border-radius: 50%;
		line-height: 40px;
		font-size: 0;
		text-align: center;
		cursor: pointer;
	}
	.modal-ref .ref_next{
		padding: 0 0 0 2px;
		left: auto;
		right: -55px;
	}
}

@media (max-width: 767px) {
	.modal-ref .carousel{
		height: 300px;
	}
	.modal-ref .modal-lg{
		width: auto;
		max-width: 100%;
	}
	.modal-ref .buttons{
		margin-top: 10px;
		border-top: 1px solid #dcdcdc;
	}
	.modal-ref .ref_prev,
	.modal-ref .ref_next{
		padding: 15px;
		background: none;
		border: none;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.modal-ref .ref_next{
		border-left: 1px solid #dcdcdc;
	}
}