/*RESET*/
html,h1,h2{font-family: 'open_sanslight', sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;transition: all 0.3s ease;}body{margin:0;color: #666}article,aside,footer,header,nav,section{display:block}h1{font-size:1.6rem;margin:.67em 0;font-weight: normal}h2{font-size: 1.1rem;font-weight: normal;margin-top:0;clear: both;line-height: 1.5em}p{margin:0;line-height: 1.3em;}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}ul{padding-left: 0}li{list-style: none; line-height: 1.5em;text-align: left;}pre{white-space: pre-line;font-family: 'open_sanslight', sans-serif;font-size: inherit;}a{background-color:transparent;-webkit-text-decoration-skip:objects;text-decoration: none;}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],/* 1 */
[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,/* 1 */
menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

@font-face {
    font-family: 'open_sansregular';
    src: url('/statics/fonts/OpenSans-Regular-webfont.eot');
    src: url('/statics/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/statics/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/statics/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/statics/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('/statics/fonts/OpenSans-Light-webfont.eot');
    src: url('/statics/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/statics/fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('/statics/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('/statics/fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'icon';
  src:  url('/statics/fonts/icon.eot?i2vhm8');
  src:  url('/statics/fonts/icon.eot?i2vhm8#iefix') format('embedded-opentype'),
    url('/statics/fonts/icon.ttf?i2vhm8') format('truetype'),
    url('/statics/fonts/icon.woff?i2vhm8') format('woff'),
    url('/statics/fonts/icon.svg?i2vhm8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.check:before {
  content: "\e5ca";
}
.people:before {
  content: "\e7fb";
}
.angle-left:before {
  content: "\f104";
}
.angle-right:before {
  content: "\f105";
}
.angle-up:before {
  content: "\f106";
}
.angle-down:before {
  content: "\f107";
}
.game:before {
  content: "\e915";
}
.chat:before {
  content: "\e970";
}




/***Media Queries**/

/*320px*/
@media(max-width: 20em){

  .flex-small{

    min-width: 100%;
    display: block;
  }

}

/*480px*/
@media(max-width: 30em){

  .flex-medium{

    min-width: 100%;
    display: block;

  }
  .flex-auto-medium{
    margin: 0 auto;
  }
  .online-city .flex-center{
    text-align: left;
  }
  .online-city .login{

    width: 33%;
    padding: 0;

  }
  .online-city .signup{

    width: 50%;
    padding: 0;
    margin-left: 1em;

  }
  .share-buttons div{
    padding: 1em;
  }
  .no-padding{
    padding: 0;
  }

}

/*768px*/
@media(max-width: 48em){

  .flex-large{

    min-width: 100%;
    display: block;
    
  }
  .online-city{

    padding-top: 2em;

  }
  .pic-text{
    min-width: 100%;
  }
  .home .join-over-image{
    display: none;
  }
  .online-city .margin-auto h1{
    position: relative;
  }

}

/*1024px*/
@media(max-width: 64em){

  .flex-extra-large{

    width: 100%;
  }
  .pic-text{
      width: 100%;
  }
  .layout-2{
    text-align: justify;
  }
  

}
/*LAYOUT*/

header .nav{
  max-width: 90%;
}
.nav:after {
    display: block;
    content: "";
    clear: both;
}

.header-1{

  line-height: 1em;
  font-size: 1em;

}

.header-2{

  line-height: 2em;
  font-size: 2em;

}

.header-3{

  line-height: 3em;
  font-size: 3em;
}

.layout-2{

  width: 50%;
  float: left;
}

.layout-3{

  width: 33.3333%;
  float: left;
}

.flex-100{

  width: 100%;

}
.flex-95{

  width: 95%;

}
.flex-90{

  width: 90%;
  
}
.flex-85{

  width: 85%;

}
.flex-80{

  width: 80%;
  
}
.flex-75{

  width: 75%;

}
.flex-70{

  width: 70%;
  
}
.flex-65{

  width: 65%;

}
.flex-60{

  width: 60%;
  
}
.flex-50{

  width: 50%;
  
}
.flex-55{

  width: 55%;

}
.flex-40{

  width: 40%;
  
}
.flex-35{

  width: 35%;

}
.flex-30{

  width: 30%;
  
}
.flex-25{

  width: 25%;

}
.flex-20{

  width: 20%;
  
}
.flex-15{

  width: 15%;

}
.flex-10{

  width: 10%;
  
}
.margin-auto{

  margin: 0 auto;
}

.padding-1{

  padding: 1em 2em 1em 0;
}
.padding-2{

  padding: 2em;
}
.padding-3{

  padding: 3em;
}

.margin-1{

  padding: 1em 2em 1em 0;
}
.margin-2{

  padding: 2em;
}
.margin-3{

  padding: 3em;
}


.pull-left{
  float: left;
}

.pull-right{
  float: right;
}

.text-right{
  text-align: right;

}
.text-center{
  text-align: center;

}
.text-small{
  font-size: .9em;
}
.text-medium{
  font-size: 1em;
}
.text-medium{
  font-size: 1.2em;
}

.block{

  display: block;
  overflow: hidden;
}
.inline{

  display: inline-block;
}

.button{
  text-decoration: none;
  line-height: 2.5em;
  padding: 0 1em;
  text-align: center;
}
.button-primary{
  background: #EF017C;
  color: #fff;
}
.button-secondary{
  color: #4d90fe;
  text-decoration: underline;
  border: none;
}
.button-terciary{
  color: #3079ed;
}
.button-quaternary{
  color: #666;
}
.button-circle{
  border-radius: 10em;
  display: inline-block;
  line-height: 2em;
  border: 1px solid;
  text-decoration: none;
  padding: 0 .5em
}
.logo{
  max-width: 50%;
  min-width: 10em;
  margin: 0;
}
.switch-lang{
  position: absolute;
  top: -95px;
  left: 40%;
  background-color: #3079ed;
  transition: all 0.3s ease;
  min-width: 7em;
  z-index: 9;
}
.switch-lang a{
  display: block;
  line-height: 1.5em;
  color: #fff; 
}
.toggle-lang{
  display: block;
  position: relative;
  background-color: #fff;
  line-height: 2em;
  cursor: pointer;
}
.toggle-lang:before{
  position: absolute;
  content: "";
  width: .5em;
  height: .5em;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: .5em;
  left: .5em;
}

.show-lang{

  top: 0;
  box-shadow: 1px 1px 15px #ccc;

}
.circle{
  border-radius: 10em;
}
.pic-text{
  margin: 0 1em 1em 0em;
  float: left;
  width: 50%;
}
.main-footer{
  background-color: #2763fa;
  color: #fff;
}
.main-footer section{
  padding: 1em
}
.main-footer a{
  color: #fff;
  text-decoration: none;
  line-height: 2em;
}
main{
  position: relative;
}
h1{
  position: absolute;
  top: -1.1rem;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  padding: .5rem 0;
  text-align: center;
  color: #EF017C;
}
.home .layout-1{
  margin: 1rem 0;
  overflow: hidden;
}
.home .join-over-image{
  text-align: center;
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  cursor: pointer;
}
.space-to-top{
  padding-top: 3rem;

}
.not-found-text b{
  font-size: 3rem;
  color: #2763fa;
  font-weight: normal;
}
#disclaimer_msg{
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 1rem;
  position: fixed;
  bottom: 0;
  text-align: center;
}
#disclaimer_msg span{
  display: block;
  text-align: center;
  border: 1px solid;
  max-width: 8rem;
  padding: .5rem;
  margin: .5rem auto;
  cursor: pointer;
}
#disclaimer_msg a{
  text-decoration: underline;
  color: #fff;
}
.maintenance-message {
    position: absolute;
    z-index: 9;
    background: rgb(56, 111, 250);
    padding: 1rem;
    right: 0;
    left: 0;
    color: #fff;
  }