﻿body {
  font-family: arial;
  margin: 0;
}
.map-wrapper {
  width: 480px;
  margin: 0 auto;
}
.map-choose-your-country {
  padding-left: 27px;
  float: left;
  width: 157px;
  font-size: 27px;
  color: #0043a9;
}
.map-select-box select {
  background: #fccb26;
  width: 217px;
  height: 52px;
  outline: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* border radius */
  border: 0;
  font-size: 25px;
  padding-left: 20px;
  margin-left: 20px;
  color: white;
  float: left;
}
.map {
  width: 100%;
  height: 237px;
  background: url(../Images/map.png);
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}
.map-x {
  float: right;
  width: 8px;
  height: 8px;
  background: #f53d44;
  position: absolute;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 5px 1px #bcbcbc;
  box-shadow: 0 3px 5px 1px #bcbcbc;
}
.map-description {
  position: fixed;
  bottom: 20px;
  z-index: 11;
  float: left;
  height: 35px;
  width: 258px;
  background: #f53d44;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  text-align: center;
  color: white;
  font-size: 20px;
  line-height: 33px;
  opacity: 0;
}
.map-description:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(245, 61, 68, 0);
  border-top-color: #f53d44;
  border-width: 10px;
  margin-left: -10px;
}
.map-description:after {
  bottom: -42px;
  content: "";
  background: url(../Images/circle.png);
  width: 28px;
  height: 28px;
  float: left;
  left: 115px;
  position: absolute;
}
.map-description.show {
  position: absolute;
  bottom: 20px;
  -webkit-transition: bottom 0.5s, opacity 0.5s;
  -moz-transition: bottom 0.5s, opacity 0.5s;
  transition: bottom 0.5s, opacity 0.5s;
  opacity: 1;
}
.map-description a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  float: left;
  color: white;
  text-decoration: none;
  cursor: default;
}
.map-info {
  display: none;
  padding-left: 27px;
  margin-top: 23px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.counter-head {
  padding: 0;
  font-size: 20px;
  color: #004ab2;
  padding-bottom: 10px;
  border-bottom: 2px solid #004ab2;
  margin-bottom: 0;
}
#map {
  width: 100%;
  float: left;
  clear: both;
}
.map-sep {
  border-bottom: 1px solid #d6d6d6;
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
.map-sep h3 {
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.map-color-a {
  color: #20a3f5;
  text-decoration: none;
  font-weight: none;
}
.addX {
  float: left;
  width: 28px;
  height: 28px;
  background: url(../Images/x.png);
  margin-left: 26px;
  margin-top: 10px;
  cursor: pointer;
}
.map-instructions {
  list-style: none;
  padding: 0;
  margin: 0;
}
.map-instructions li {
  float: left;
  clear: both;
  margin-bottom: 20px;
}
