.mainimage{
	overflow: hidden;
	position: relative;
}

.fitImg{
	position: absolute;
}

.box__centered{
	left: 5%;
	position: absolute;
	top: 70%;
    width: 90%;
}
.mainimage h1 {
color: #FFF;
font-size: 24px;
line-height: 1.3em;
text-align: left;
}



#top {
width: 100%;
margin: 0px auto 0 auto;
position: relative;
overflow: hidden;
}
#about {
margin: 40px auto 0 auto;
}
#about h2,
#item h2{
font-weight: bold;
font-size: 26px;
display: flex;
align-items: center;
justify-content: flex-start;
padding-bottom: 1em;
}
#about h2:before,
#item h2:before{
border-top: 1px solid black;
content: "";
width: 10%; 
}
#about h2:before,
#item h2:before{
margin-right: 1em; 
}
#about ul,
#item ul{

}
#about ul li {}
#about ul li p {
font-size: 14px;
line-height: 1.3em;
padding: 0em 1em 1em 2em;
}


#item {
margin-top: 40px;
margin-bottom: 40px;
}
#item ul {
}
#item li.map {
width: 92%;
margin: 0px auto 0 auto;
}
#item li.map img {
width: 100%;
height: auto;
}

#top h3 {
font-weight: bold;
font-size: 24px;
line-height: 1.5em;
}
#top dl {
display: flex;
flex-flow: nowrap;
justify-content:flex-start;
width: 100%;
margin: 10px auto 0 auto;
}
#top dt {
width: 20%;
}
#top dd {
width: 70%;
font-size: 13px;
line-height: 1.5em;
padding: 0px 0 0 10px;
margin: 0px;
}
#top dd b {
font-size: 13px;
line-height: 1.2em;
}

#Europe,
#NorthAmerica,
#Asia {
padding: 0px 2% 0 2%;
}


#Europe img,
#NorthAmerica img,
#Asia img {
width: 100%;
height: auto;
}

#Europe h3 {
color: #ff8700;
}
#Europe ul,
#Europe ol,
#NorthAmerica ul,
#Asia ul{
display: flex;
flex-flow: wrap;
justify-content: space-between;
padding-bottom: 0px;
}
#Europe ul li {
width: 48%;
margin-bottom: 15px;
}
#Europe ol li {
width: 48%;
margin-bottom: 15px;
}

#NorthAmerica {
border-top: 1px solid #cccccc;
margin-top: 20px;
padding-top: 30px;
}
#NorthAmerica h3 {
color: #4b874f;
font-size: 18px;
line-height: 1.2em;
}
#NorthAmerica h3#Oceania  {
color: #ff71ff;
}
#NorthAmerica ul li{
width: 48%;
margin-bottom: 15px;
}


#Asia{
border-top: 1px solid #cccccc;
margin-top: 20px;
padding-top: 30px;
}
#Asia h3 {
color: #0071ff;
}
#Asia ul li {
width: 48%;
margin-bottom: 15px;
}



#contact {
width: 100%;
margin: 0px auto 0 auto;
padding: 40px 0 40px 0;
}
#contact .bt {
text-align: center;
margin: 0px auto 0 auto;
padding: 20px 0 20px 0;
}
#contact a {
display: block;
width: 80%;
margin: 0 auto 0 auto;
text-align: center;
font-size: 16px;
line-height: 1em;
border: solid 1px #000;
padding: 1em 0 1em 0;
}
#contact .arrow {
  position: relative;
  display: inline-block;
  color: #333;
  text-decoration: none;
}
#contact .arrow:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #87af4c;
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -7px;
}
#contact .arrow:hover {
color: #FFF;
background-color: #BFBFBF;
}



