html, body {
  padding: 0;
  margin: 0;
}

#region-select-nav {
  width: 100%;
  height: 60px;
  background: #4e008e;
  text-align: center;
  padding-top: 17px;
  box-sizing: border-box;
}

#region-select-wrap {
  width: 100%;
  max-width: 900px;
  margin: 30px auto 0 auto;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;  
}

#region-select-header {
  width: 100%;
  height: 180px;
  background: url("https://cdn.targus.com/content/images/regions/region-select-map.png") no-repeat; 
  background-position: center;
  display: table;
  padding: 0 20px;
  box-sizing: border-box;
}

#region-select-header h1 {
  font-size: 40px;
  line-height: 40px;
  font-family: "oswald", "arial";
  letter-spacing: -.5;
  display: table-cell;
  vertical-align: middle;
}

.region-select-block {
  width: 50%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}

.region-select-row {
  width: 100%;
  text-align: left;
  margin-top: 5px;
  float: left;
}
    
.region-select-row h4 {
  font-size: 16px;
  font-family: "open sans", "arial";
  font-weight: 700;
  letter-spacing: -.5;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
}

.region-select-country {
  width: 50%;
  float: left;
  padding: 0 10px 20px 0;
  box-sizing: border-box;
  display: table;
}

.region-select-country-image {

}
  
.region-select-country-text {
  text-align: left;
  width: 100%;
  line-height: 13px;
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
}

.region-select-country img {
  float: left;
}

.region-select-country img:hover {
  opacity: .8;
}

.region-select-country a {
  font-size: 12px;
  font-family: "open sans", "arial";
  font-weight: 600;
  color: #00b5e2;
  text-decoration: none;
}

.region-select-country a:hover {
  color: #0082bf;
}

#region-select-footer {
  width: 100%;
  height: 36px;
  font-size: 12px;
  font-family: "open sans", "arial";
  text-align: center;
  line-height: 36px;
  color: #999999;
  margin: 20px auto 0 auto;
}

@media all and (max-width: 768px) {

  #region-select-header {
    height: 114px;
    background-size: 200px 114px; 
  }    

  .region-select-block {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

}

@media all and (max-width: 468px) {

  .region-select-country {
    width: 100%;
  }

  #region-select-header h1 {
    font-size: 30px;
    line-height: 30px;
  }
    
}
