.positionwrap-mikolator {
    position: relative;
    right: 0;
    top: 0;
}
.mikolaor-contentstyleCustom .tooltipster-arrow-uncropped {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #fff;
    position: relative;
    bottom: -2px;
    margin: auto;
    z-index: 9999999;
}
.mikolaor-contentstyleCustom{
    opacity: 1 !IMPORTANT;
    position: absolute;
}
.mikolaor-contentstyleCustom.tooltipster-fade {
    opacity: 1 !IMPORTANT;
    position: absolute;
}
.mikolaor-contentstyleCustom .tooltipster-arrow {
    position: absolute !IMPORTANT;
    top: auto !IMPORTANT;
    bottom: -6px !IMPORTANT;
    width: auto !IMPORTANT;
    height: auto !IMPORTANT;
    z-index: 9999999 !IMPORTANT;
}
.mikolaor-contentstyleCustom.tooltipster-bottom .tooltipster-arrow {
    top: -7px !IMPORTANT;
    bottom: auto !IMPORTANT;
}
.mikolaor-contentstyleCustom.tooltipster-right .tooltipster-arrow ,.mikolaor-contentstyleCustom.tooltipster-left .tooltipster-arrow {
    display: none;
}
.mikolaor-contentstyleCustom.tooltipster-bottom .tooltipster-arrow .tooltipster-arrow-uncropped {
    border-top: 0;
    border-bottom: 9px solid #fff;
    bottom: 0;
}
span.mikolator-min {
    display: block;
    color: #d1d2d7;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
}
span.mikolator-thumb {
    float: left;
    margin-right: 20px;
    max-width: 100px;
    margin-top: 5px;
	height: 100px;
}
span.mikolator-thumb img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
span.mikolator-title {
    display: block;
    color: #586b95;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
span.mikolator-more {
    background: #ffd426;
    color: #3b3e5e;
    font-size: 12px;
	line-height: 16px;
    padding: 6px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    vertical-align: top;
}
.mikolator-popUpthumbnail:after {
    content: "";
    display: block;
    clear: both;
}
.mikolaor-contentstyleCustom  .tooltipster-base {
    position: absolute;
}
.mikolaor-contentstyleCustom  .tooltipster-box {
    background: #fff;
    padding: 30px;
    z-index: 999000;
    box-shadow: 1px 1px 35px #8e8989;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    width: 340px;
}
span.mikolator-more:hover {
    background: #fbcf19;
}
span.mikolator-title:hover {
    color: #ffd426;
}
#fountainG {
    margin: auto;
    height: 10px;
    position: relative;
    width: 30px;
}
.fountainG{
	position:absolute;
	top:0;
	background-color:rgb(0,0,0);
	width:8px;
	height:8px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:19px;
		-o-border-radius:19px;
		-ms-border-radius:19px;
		-webkit-border-radius:19px;
		-moz-border-radius:19px;
}
#fountainG_1{
	left:0;
	animation-delay:.6s;
		-o-animation-delay:.6s;
		-ms-animation-delay:.6s;
		-webkit-animation-delay:.6s;
		-moz-animation-delay:.6s;
}
#fountainG_2{
	left:8px;
	animation-delay:.75s;
		-o-animation-delay:.75s;
		-ms-animation-delay:.75s;
		-webkit-animation-delay:.75s;
		-moz-animation-delay:.75s;
}
#fountainG_3{
	left:16px;
	animation-delay:.9s;
		-o-animation-delay:.9s;
		-ms-animation-delay:.9s;
		-webkit-animation-delay:.9s;
		-moz-animation-delay:.9s;
}
#fountainG_4{
	left:24px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}
#fountainG_5{
	left:32px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}
@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}
@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}
@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}
@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}
@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}
@media screen and (max-width:500px){
.mikolaor-contentstyleCustom {
    display: none !IMPORTANT;
}
}