.module_imagetooltip {
	/*overflow: hidden;*/
	margin-bottom: 30px;
}
/*@media (min-width:992px) {
	.module_imagetooltip {
		margin-bottom: 50px;
	}
}*/
.module_imagetooltip .row {
	margin:0;
}
.module_imagetooltip .col {
	padding:0;
}
.module_imagetooltip .icons_outer {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.module_imagetooltip .icons_outer .icon {
	position: absolute;
	text-align: center;
	cursor: pointer;
	z-index: 1;
}
.module_imagetooltip .icons_outer .icon .icon_circle {
	position: relative;
	display: block;
	width:30px;
	height:30px;
	background: #FFFFFFCC;
	border: 4px solid #DC092F;
	cursor: pointer;
	border-radius: 50% 50%;
	z-index: 5;
	box-sizing: border-box;
}
.module_imagetooltip .icons_outer .icon:hover {
	z-index: 5;
}
.module_imagetooltip .icons_outer .icon:hover .icon_circle {
	background: #DC092F;
}
@media (min-width:768px){
	.module_imagetooltip .icons_outer .icon .icon_circle {
		width:40px;
		height:40px;
	}
}
.module_imagetooltip .icon > .info{
	display: none;
    background: #454447D9;
    min-width: 250px;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 20px;
    color: #fff;
    text-align: left;
}
.module_imagetooltip .icon.text_left > .info{
    left: auto;
    right: 20px;
}
.module_imagetooltip .icon.text_bottom > .info{
	top: auto;
	bottom: 20px;
}
.module_imagetooltip .icon.text_wide > .info{
    min-width:350px;
}
.module_imagetooltip .icon > .info p{
    margin: 0;
    line-height: 20px;
	color: #fff;
}
@media (min-width:992px){
	.module_imagetooltip .icon:hover .info{
		display: block;
	}
}
.module_imagetooltip .icon > .info span.h2 {
    margin: 0 0 10px 0;
    font-weight: normal;
	color: #fff;
}
.module_imagetooltip .icon > .info .link_red {
	color: #fff;
	margin-top: 15px;
}

.module_imagetooltip .slider_container_outer  {
	background-color: #d0d1d3;
}

.module_imagetooltip .slide_inner {
	padding:20px 50px;
	height:100%;
	/*box-sizing: border-box;*/
}
.module_imagetooltip .icon > .info .info_inner span.h3,
.module_imagetooltip .slide span.h3 {
	display:block;
}
.module_imagetooltip .slide span.h3,
.module_imagetooltip .slide p {
	margin-bottom: 5px;
}
.module_imagetooltip .slide ul li {
	position: relative;
}
.module_imagetooltip .arrows {
	width:100%;
	height: 32px;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.module_imagetooltip .arrows .slider_prev_outer, 
.module_imagetooltip .arrows .slider_next_outer {
	position: absolute;
}
.module_imagetooltip .arrows .slider_prev_outer {
	left:8px;
}
.module_imagetooltip .arrows .slider_next_outer {
	right:8px;
}

.module_imagetooltip .arrows .sliderPrev, 
.module_imagetooltip .arrows .sliderNext {
	display: block;
	width: 30px;
	height: 30px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.module_imagetooltip .arrows .sliderPrev {
	background-image: url("bg_slider_prev_dark.png");
}
.module_imagetooltip .arrows .sliderNext {
	background-image: url("bg_slider_next_dark.png");
}

@media (min-width: 992px) {
	.module_imagetooltip .d-lg-none {
		display: none !important;
	}
}