@charset "UTF-8";
/* @group jvectormap-1.2.2.css */
.jvectormap-container {
  margin-bottom: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.33);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.33); }

.jvectormap-label {
  position: absolute;
  display: none;
  border: solid 1px #CDCDCD;
  background: #292929;
  color: white;
  font-size: smaller;
  line-height: 1em;
  padding: 5px 5px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.jvectormap-zoomin, .jvectormap-zoomout {
  position: absolute;
  left: 10px;
  background: #292929;
  padding: 2px 3px 4px;
  color: white;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.jvectormap-zoomin {
  top: 10px; }

.jvectormap-zoomout {
  top: 30px; }

/* @end */
/* @group Macnica One */
#world-map, #europe-map {
  margin-bottom: 1em; }

.aui-w70 #world-map, .aui-w75 #world-map {
  width: 695px;
  height: 347.5px; }

.aui-w70 #europe-map, .aui-w75 #europe-map {
  width: 695px;
  height: 521.25px; }

.portlet-column-only #world-map {
  width: 940px;
  height: 470px; }

.portlet-column-only #europe-map {
  width: 940px;
  height: 705px; }

@media (min-width: 1200px) {
  .aui-w70 #world-map, .aui-w75 #world-map {
    width: 867px;
    height: 433.5px; }

  .aui-w70 #europe-map, .aui-w75 #europe-map {
    width: 867px;
    height: 650.25px; }

  .portlet-column-only #world-map {
    width: 1170px;
    height: 585px; }

  .portlet-column-only #europe-map {
    width: 1170px;
    height: 877.5px; } }
@media (min-width: 768px) and (max-width: 979px) {
  .aui-w70 #world-map, .aui-w75 #world-map {
    width: 533px;
    height: 266.5px; }

  .aui-w70 #europe-map, .aui-w75 #europe-map {
    width: 533px;
    height: 399.75px; }

  .portlet-column-only #world-map {
    width: 724px;
    height: 362px; }

  .portlet-column-only #europe-map {
    width: 724px;
    height: 543px; } }
@media (max-width: 767px) {
  #world-map {
    width: 464px;
    height: 232px; }

  #europe-map {
    width: 464px;
    height: 348px; } }
/* @end */

