*{
  margin: 0;
  padding: 0;
  box-sizing:border-box;
}

body{
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height:25px;
  color:#000;
}

img{
  border: 0;
  max-width:100%;
}

a{
  text-decoration: none;
  color:#000;
}
a:focus{
  outline: none;
}

b,strong,.bold{
  font-weight:800;
}


h2{
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 30px;
}

h3{
  font-weight: 700;
  font-size: 20px;
  letter-spacing:1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

p{
  margin-bottom: 15px;
}

ul, ol{
  margin: 0 0 15px 30px;
}

.clear{ clear:both; }

.navspace{
  height:50px;
}
.nav{
  list-style-type:none;
  margin:0;
  text-align:center;
  font-weight:800;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:9;
  background-color:#FFF;
  height: 50px;
  box-shadow: 0 0 3px #666;
}
.nav li{
  display:inline;
}
.nav li a{
  color:rgb(130,130,130);
  text-transform:uppercase;
  font-size: 14px;
  margin: 0 10px;
  line-height: 50px;
}
.nav li a.current{
  color: #B02740;
  font-weight:800;
  font-size: 20px;
}
.container{
  margin: 0 auto;
  width: 95%;
  max-width: 1000px;
  text-align:center;
  position:relative;
}
.container.narrow{
  max-width: 800px;
}
.container.slim{
  max-width: 600px;
}

.clouds{
  background-image: url(images/clouds.jpg);
  background-position: center center;
  background-size: cover;
  position:relative;
}

.padded{
  padding: 80px 0;
}
.padded.lots{
  padding: 145px 0;
}
.toppad{
  padding-top: 80px;
}

.clouds .newslink{
  display:block;
  position:absolute;
  right:0;
  top:0;
  background-color: #B02740;
  color:#FFF;
  padding: 20px 40px;
  border-radius: 0 0 20px 20px;
  text-transform:uppercase;
  font-weight:800;
  font-size: 14px;
  line-height:18px;
  display:none;
}
.clouds img{
  display:block;
  margin: 0 auto;
}

.red{
  color: #B02740;
}
.white{
  color:#FFF;
}
.featured{
  font-size: 19px;
}

.greybg{
  background-color: #F3F3F3;
}



.number{
  display: inline-block;
  background-color: #B02740;
  color:#FFF;
  font-weight:100;
  font-size: 100px;
  line-height: 150px;
  height: 150px;
  width:150px;
  border-radius: 100%;
  transition:.7s box-shadow;
  margin-bottom:15px;
}

.service{
  display:block;
  float:left;
  width:50%;
  font-weight:300;
  font-size: 20px;
  line-height:30px;
  padding: 0 15px;
}
.service:hover .number{
  box-shadow: 0 0 15px #666;
  transition:.3s box-shadow;
}

.thick{
  font-size: 80px;
  line-height: 65px;
  font-weight: 900;
  margin:0;
  text-transform: uppercase;
  color:#000;
}
.thick.bmargin{
  margin-bottom: 20px;
}


.carouselspace{
  height: 20vh;
}
.carouselfix{
  position:fixed;
  bottom:0;
  height: 20vh;
  width:100%;
  z-index:9;
}
.countries .country{
  display:block;
  height: 20vh;
  background-size:cover;
  background-position: center center;
}

.countries .country .countryname{
  display:block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align:center;
  color:#FFF;
  text-transform:uppercase;
  font-weight:900;
  font-size:30px;
  line-height:30px;
  text-shadow: 0 0 10px #000;
}


.contacts .contact{
  font-size: 14px;
  line-height:22px;
  float: left;
  width: 25%;
}

.contacts .contact .countrylist{
  margin: 20px 0 30px 0;
  height: 70px;
}


.footer{
  padding-top: 40px;
  color:#666;
  font-size:14px;
}

.strategy{
  margin-top: 50px;
}

.images a{
  display: inline-block;
  width: 32%;
  position:relative;
  margin-bottom: 3px;
}
.images a:nth-child(3n+2){
  margin: 0 2%;
}

.images.wide a{
  width: 60%;
}

.images.half a{
  width: 50%;
}

.plus{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin-left: -14px;
  margin-top: -17px;
  opacity: .5;
  transition:.7s opacity;
}
a:hover .plus{
  opacity: .9;
  transition:.3s opacity;
}
.strategy h2{
  margin-bottom:10px;
}


.handleft{
  background-image: url(/images/handleft.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.handright{
  background-image: url(/images/handright.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.hands{
  padding: 10px 85px;
}
.hands h2{
  margin:0;
}
.gap{
  height: 80px;
}


.list{
  list-style-type:none;
  margin: 0 auto 30px auto;
  max-width: 350px;
}
.list li{
  padding: 5px;
  border-bottom: 1px solid #B02740;
}
.list li:last-child{
  border-bottom:0;
}
.list li a{
  font-weight:800;
}

.pagegallery{
  margin: 20px 0;
  text-align:center;
}
.pagegallery img{
  display:inline-block;
  width:32%;
  margin-bottom: 15px;
}
.pagegallery img:nth-child(3n+2){
  margin-left: 2%;
  margin-right: 2%;
}

.icon{
  display:inline-block;
  width: 100px;
  height: 100px;
  border-radius:100px;
  background-size:cover;
  background-position:Center center;
}


.largegallery{
  margin: 20px 0;
  text-align:center;
}
.largegallery img{
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.gone{ display:none; }
.here{ display: block; }
