﻿
#fvpp-blackout {
  display: none;
  z-index: 499;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1a1a1a;
  opacity: 0.7;
}

#Hurco-Global-Divisions {
  display: none;
  z-index: 500;
  position: fixed;
  width: 56%;
  left: 20%;
  top: 20%;
  padding: 20px 2%;
  font-family: Arial, sans-serif;
background: #000 url('../../SiteCollectionImages/hurco-splash-page.jpg') 0 -80px;
  border: 3px solid #00b8e4;
}

#fvpp-close {
  position: absolute;
  top: 18px;
  right: 20px;
  cursor: pointer;
  color:#00b8e4;
  font-size: 18px;
  border:1px solid #00b8e4;
  padding: 8px;
}

#fvpp-dialog h2 {
  font-size: 2em;
  margin: 0;
}

#fvpp-dialog p { margin: 0; }


#COUNTRIES2 {
display: block;
margin:0 auto;
}

#COUNTRIES2 h1 {
color: #fff;
font-size:28px;
padding-bottom: 15px;
}


#COUNTRIES2 li {

display: block;
width:100%;
padding-bottom:20px;
font-size: 18px;
}

#COUNTRIES2 li:before {
  content: "\203A\ ";
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.1em; /* same as padding-left set on li */
  color:#fff;
  font-weight:900;
}

#COUNTRIES2 li.last-child {background:none; padding-right:0;}


#COUNTRIES2 li a:link {color:#00B8E4; text-decoration:none; }     /* unvisited link */
#COUNTRIES2 li a:visited {color:#00B8E4; text-decoration:none;}  /* visited link */
#COUNTRIES2 li a:hover {color:#FFFFFF; text-decoration:none;}  /* mouse over link */
#COUNTRIES2 li a:active {color:#00B8E4; text-decoration:none;}  /* selected link */

@media screen and (max-width: 480px) {

#Hurco-Global-Divisions {
   width: 90%;
  left: 1%;
  top: 2%;
  padding: 20px 2%;
  }


#COUNTRIES2 li {

padding-bottom:12px;
font-size: 18px;
padding-left:32px;
}

}/* ==== end mobile devices ===== */
