@charset "utf-8";

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}  
html,body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #111111;
  line-height: 1.5;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  max-width: 100%;
}
body {
  background-color: #ffffff;
}
.clear {
  clear: both;
}  
.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
header {
  background-color: #f3f4f5;
  display: block;
  /*position: fixed;*/
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 9999;
}
a {
  color: #6c1448;
  border-bottom: 2px solid #6c1448;
  text-decoration: none;
  transition: background-color 0.5s linear;
}
a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c1448;
}
#top-nav {
  display: block;
  padding: 5px;
  background-color: #6c1448; 
  text-align: right;
  color: #ffffff;
}
#top-nav a {
  color: #ffffff;
  font-size: 0.9rem;
  padding: 0.3em;
}
#top-nav a:hover {
  color: #6c1448;
  text-decoration: none;
  background-color: #fff;
}
#top-bar {
  width: 100%; 
  padding-right: 1rem;
  padding-left: 1rem;
  color: #555;
  border-bottom: none;
}
#logo {
  float: left;
}
#logo a {
  border-bottom: none;
}
#logo-size img {
  width: 300px;
}
#map-title {
  padding-top: 20px;
  float: right;
}
#map-title h1 {
  font-size: 24px;
  color: #333;
  text-align: right; 
}
main {
  display: block;
  background-color: #fff;
  min-height: 650px;
}
section {
  margin: 0 auto;
  padding: 0 20px;
}
section h1 {
  font-size: 2em;
  color: #6c1448;
  line-height: 2em;
}
section h2 {
  font-size: 1.5em;
  color: #222;
  line-height: 1.5em;
}
section h3 {
  font-size: 1.3em;
  color: #6c1448;
  line-height: 1.3em;
}
section h4 {
  font-size: 1.2em;
  color: #222;
  line-height: 1.4em;
  margin-bottom: 20px;
}
section p {
  font-size: 1em;
  color: #222;
  line-height: 1.5em;
}
section ul {
  font-size: 1em;
  color: #222;
  line-height: 1.8em;
  margin-left: 40px; 
}
#content {
  display: block;
  max-width: 1280px;
  margin: 0 auto 50px;
  padding-top: 150px;
}
#map {
  width: 100%;
  max-width: 1280px;
}
#map-img {
  display: block; 
  float: left; 
  width: 50%; 
}
.map-size {
  width: 100%;
  max-width: 720px;
}
.ch { 
	padding: 10px 0 0;
  background-color: #fff;
  border-radius: 10px;
  width: 430px;
	margin-bottom: 20px;
}
.ch img {
	width: 92%;
	max-width: 430px;
}

.float-left {
	float: left;
	text-align: left;
	clear: both;
	margin: -5px .8em 0 33px;
	border: 0;
}

#region-select {
  display: block;
  float: right;
  width: 45%;
  padding-top: 25px;
}
ul {
  list-style: none;
  line-height: 1em;
  text-align: left;
}
li a {
  border-bottom: none;
  color: #6c1448;
	font-weight: 500;
}
.cities {
	font-weight: normal;
	color: #6c1448;
	font-style: italic;
}
.sq {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  margin-bottom: 4px;
  text-align: center;
  color: #000;
  font-weight: bold;
  text-shadow: 0px 0px 3px #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.r1 {
  background-color: #ffa805;
}
.r2 {
  background-color: #72f653;
}
.r3 {
  background-color: #585da2;
}
.r4 {
  background-color: #f74f57;
}
.r5 {
  background-color: #2092b7;
}  
.r6 {
  background-color: #ff0000;
}
.r7 {
  background-color: #ffe400;
}
.r8 {
  background-color: #009900;
}
.r9 {
  background-color: #f68197;
}
.r10 {
  background-color: #b86e54;
}
.r11 {
  background-color: #cc6457;
}  
.r12 {
  background-color: #2abd7d;
}
.r13 {
  background-color: #829e90;
}
.r14 {
  background-color: #57cb5a;
}  
.r15 {
  background-color: #5cf7eb;
}
.r16 {
  background-color: #ad26df;
}
.r17 {
  background-color: #4aa8f8;
}
.r18 {
  background-color: #2ca32f;
}


.sq2026 {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  margin-bottom: 4px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  /*text-shadow: 0px 0px 3px #f5f5f5;*/
  border: 1px solid #2b3584;
  border-radius: 50%;
	background-color:#2b3584;
}

/* FOOTER */
footer {
  position: relative;
  display: block;
  background-color: #6c1448;
  padding-top: 20px;
} 
footer h2 {
  font-size: 22px;
  color: #fff;
} 
footer h3 {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 20px;
} 
footer p {
  font-size: 16px;
  color: #fff;
}
footer .row {
  text-align: center;
}
footer .column {
  float: left;
  padding: 10px;
}
footer .column.one {
  width: 47%;
  margin-right: 6%;
  padding-top: 40px;
}
footer .column.two {
  width: 47%;
  text-align: left;
}
footer .row:after {
  content: "";
  display: table;
  clear: both;
}
#partners {
  display: block;
  width: 420px;
  margin: 0 auto;
}
#partners img {
  margin-bottom: 15px;
}
#reach {  
  margin: 0 auto;
}
#reach img {
  margin-right: 5px;
}
#reach a {
  color: #fff;
  font-weight: 500;
	transition: all 0.25s linear;
}
#reach a:hover {
  color: #6c1448;  
  background-color: #f9f9f9;
  text-decoration: none;
}
#copyrights {
  display: block;
  bottom: 0;
  left: 0;
  background-color: #f8f9fa;  
  width: 100%;
  padding: 3px 0;
  margin-top: 20px;
  text-align: center;
} 
#copyrights p { 
  color: #111111;
  font-size: 0.8rem;
  margin-bottom: 0;
} 

/***** MAP PAGE *****/
#lang {
  width: 100%;
  max-width: 1280px;
  padding: 10px 20px 10px 0;
  font-size: 1.5em;
  margin: 0 auto;
  text-align: right;
}
#leg {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
#leg img {
  width: 25px;
  margin-top: -2px;
}
.info {
  font-size: 1.15em;
}

/***** MEDIA *****/

@media all and (max-width:1055px) {  
  ul {
    line-height: 0.9em;
  } 
  li { 
    font-size: 0.9em;
  }
}

@media all and (max-width:900px) {  
  #saq-logo {
    width: 250px;
  }   
  #map-title h1 {
    font-size: 20px;
  }
  #map-img {
    float: none;
    width: 80%;
    margin: 0 auto;      
  }
  #region-select {
    float: none;
    padding-top: 20px;
    width: 98%;
    margin: 0 auto;
    text-align: center;
    max-width: 350px;
  }
  footer .row {
    text-align: center;
  }
  footer .column {
    float: none;
  } 
  footer .column.one {
    width: 100%;
    margin-right: 0;
  }
  footer .column.two {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}


@media all and (max-width:760px) { 
  #top-bar {
    text-align: center;
  }
  #logo {
    float: none;
  }
  #saq-logo {
    flaot: none;
  } 
  #map-title {
    float: none;
    padding-top: 0;
    padding-bottom: 10px;
  }
  #map-title h1 {
    font-size: 20px;
    text-align: center;
  }
}

@media all and (max-width:560px) {  
  section h1 {
    font-size: 1.75em;
    line-height: 1.5em;
  }
  section h2 {
    font-size: 1.3em;
    line-height: 1.2em;
  }  
  section h3 {
    font-size: 1.15em;
    line-height: 1.1em;
  }
  section h4 {
    font-size: 1.05em;
    line-height: 1em;
  }
  #map-title h1 {
    font-size: 18px;
    text-align: center;
  }
  #map-img {
    width: 95%;
    margin: 0 auto;      
  }
  #partners {
    width: 98%;
    max-width: 98%;
  }
  #partners img {
    max-width: 98%;
  }
}

@media all and (max-width:450px) {    
  html,body {
    font-size: 14px;
  }
  section ul {
    margin-left: 20px;
  }
}