/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */
.VESZEventCountiesMap {
    text-align: center;
	height: 100px;
}
	.VESZEventCountiesMap .VESZEventCountiesMapLoading {
		position: relative;
		top: 40px;
		text-align: center;
	}

	.VESZEventCountiesMap .innerContainer {
	}

    .VESZEventCountiesMap img {
        opacity: 0;
    }

    .VESZEventCountiesMap svg polygon {
        stroke: #999;
        stroke-width: 1;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-opacity: 1;
    }
        .VESZEventCountiesMap svg polygon:last-child,
        .VESZEventCountiesMap svg polygon:last-child:hover,
        .VESZEventCountiesMap svg polygon:last-child:focus {
            stroke-width: 0;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-opacity: 0;
            fill: #00c6f8 !important;
            fill-opacity: 0.1;
        }

    .VESZEventCountiesMap .hover {
        stroke: #646060;
        stroke-width: 2.8;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-opacity: 1;
        fill: #f00 !important;
        fill-opacity: 1;
    }

    .VESZEventCountiesMap a,
    .VESZEventCountiesMap a:link {
        margin-top: 15px;
        color: #fff !important;
    }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}
