.modal.modal_help {
    background: transparent;
    z-index: 1092;
    padding-top: 0;
}
.modal.modal_help .modal-dialog,
.modal.modal_help .modal-content,
.modal.modal_help .modal-body,
.modal.modal_help .carousel,
.modal.modal_help .carousel-inner {
    padding:0;
	margin: 0;
    box-shadow: none;
	border-radius: 0;
    position: absolute;
    width: 100%;
height: 100%;
}

.modal.modal_help .carousel-inner > .carousel-item {
    width:100%;
    height:100%
}
.modal.modal_help .carousel-inner > .carousel-item > img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: 0 auto;
    text-align: center;
    display: flex;
}
.modal.modal_help .modal-dialog {
    max-width: 100% !important;
}
.modal.modal_help .carousel-indicators {
    left: 50% !important;
}

.modal.modal_help .carousel-indicators {
	bottom: 15px;
	margin-left: -15%;
	width: 30%;
	margin-bottom: 0;
}
.modal.modal_help .carousel-indicators li {
	border: 1px solid #000;
	background-color: #fff;
}
.modal.modal_help .carousel-indicators .active {
	background-color: #000;
}

.modal.modal_help .carousel-inner > .carousel-item {
background-color:#dddddd;

}
.modal.modal_help .controls {
	bottom: 15px;
	position: absolute;
	right: 0;
	color: #fff;
	border: none;
	/*cursor: pointer;*/
	/* z-index: 9; */
	/* padding: 0 10px; */
}
.modal.modal_help .controls .action  {
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}
.modal.modal_help .controls .action  img{
    height:32px;
    width:auto;
    position:relative;
    z-index:99;
}

.modal.modal_help .controls .action.active {
	opacity: 0.3;
	pointer-events: none;
}


.modal.modal_help .modal-body.help_mobile {
	display: none;
}

.left_arrow, .right_arrow {
	position: absolute;
	top: calc(50% - 15px);
	width: 30px;
    height: 30px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: rgba(0,0,0,0);
	filter: alpha(opacity=50);
	opacity: .5;
	
}

.left_arrow{
    left: 15px;
}

.right_arrow {
right: 15px;
}
.left_arrow .glyphicon, .right_arrow .glyphicon {
	font-size: 30px;
}
/*======================================================
  ===================== media css ======================
  ======================================================*/

@media screen and (max-width: 1024px) {
 .modal.modal_help .modal-body.help_desktop {
	display: none;
}
 .modal.modal_help .modal-body.help_mobile {
	display: block;
}
}