/* CSS crunched with Crunch - http://crunchapp.net/ */
/***********************************************/
/* MIXINS */
/* Reset */
h1,
h2,
h2,
h3,
h5,
h6 {
  margin: 0;
  padding: 0;
}
a {
  color: #000000;
  text-decoration: none;
}
#most-top-photo {
  background: #f7f7f7 url(../bundles/meetriphome/images/our-location/villes-world-map.jpg) no-repeat center top;
  -webkit-background-size: cover;
  /* For WebKit*/
  -moz-background-size: cover;
  /* Mozilla*/
  -o-background-size: cover;
  /* Opera*/
  background-size: cover;
  /* Generic*/
  margin-bottom: 30px;
  padding: 5.2% 0 3% 0;
  color: #4e4e4e;
  position: relative;
  font-family: 'SourceSansProRegular';
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
}
#most-top-photo > p {
  width: 100%;
  font-size: 1.6em;
  margin: 10px 0 20px;
}
#most-top-photo h1 {
  font-size: 5em;
}
#most-top-photo div {
  position: relative;
  width: 25%;
  margin: 0 auto 15px auto;
  padding-right: 0;
}
#most-top-photo div img {
  position: absolute;
  top: 8px;
  right: 7px;
  opacity: 0.9;
}
#most-top-photo input {
  height: 36px;
  background-color: #4a4a4a;
  width: 100%;
  border: 1px solid #2b2b2b;
  padding: 0 30px 0 15px;
  color: #ffffff;
  font-size: 1.2em;
  opacity: 0.9;
}
.all-countries {
  margin-bottom: 40px;
}
.all-countries h2 {
  color: #1abc9c;
  clear: both;
  padding: 40px 10px 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 1.3em;
}
.all-countries > div {
  position: relative;
  float: left;
  min-height: 1px;
  margin-bottom: 30px;
}
.all-countries > div h3 {
  font-family: 'SourceSansProBold';
  text-transform: uppercase;
  font-size: 1.1em;
  overflow: hidden;
  margin-left: 0;
  vertical-align: middle;
  white-space: normal;
}
.all-countries > div span {
  display: block;
  font-size: 1em;
  margin-bottom: 7px;
}
.all-countries > div span a {
  display: block;
  padding: 2px 5px;
}
.all-countries > div span a:hover {
  color: #17b79c;
  text-decoration: none;
  background: #f7f7f7;
}
.all-countries .country {
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 20px;
}
.all-countries .country img {
  display: inline-block;
  vertical-align: top;
  margin: -6px 5px 0 0;
  float: left;
}
/*************** MEDIA QUERRIES *****************/
@media (min-width: 768px) and (max-width: 991px) {
  #most-top-photo div {
    width: 40%;
  }
}
@media (max-width: 767px) {
  #most-top-photo div {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .all-countries .item {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  #most-top-photo h1 {
    font-size: 3em;
  }
  #most-top-photo h2 {
    font-size: 1.1em;
  }
  .all-countries > div {
    position: relative;
  }
  #most-top-photo p {
    font-size: 1.2em;
  }
  #most-top-photo div {
    width: 80%;
  }
  .all-countries .item,
  .all-countries div {
    width: 100%;
  }
}