/**
*
* Main Stylesheet
*
**/

@import url("//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700,900");

/* Fonts */

@font-face {
  font-family: 'VistaSansMed';
  src: url("VistaMed.eot");
  src: url("VistaMed.eot?#iefix") format("embedded-opentype"), url("VistaMed.woff") format("woff"), url("VistaMed.ttf") format("truetype"), url("VistaMed.svg#vistaMed") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'VistaSansBold';
  src: url("VistaBold.eot");
  src: url("VistaBold.eot?#iefix") format("embedded-opentype"), url("VistaBold.woff") format("woff"), url("VistaBold.ttf") format("truetype"), url("VistaBold.svg#vistaBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'VistaSansReg';
  src: url("VistaRegular.eot");
  src: url("VistaRegular.eot?#iefix") format("embedded-opentype"), url("VistaRegular.woff") format("woff"), url("VistaRegular.ttf") format("truetype"), url("VistaRegular.svg#vistaRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'VistaSansAltBlack';
  src: url("vistasanaltbla.eot");
  src: url("vistasanaltbla.eot?#iefix") format("embedded-opentype"), url("vistasanaltbla.woff") format("woff"), url("vistasanaltbla.ttf") format("truetype"), url("vistasanaltbla.svg#vistasanaltbla") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* HTML5 Boilerplate  */

/* line 56, ../../../app/styles/components/_style.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 57, ../../../app/styles/components/_style.scss */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 58, ../../../app/styles/components/_style.scss */

audio:not([controls]) {
  display: none;
}

/* line 59, ../../../app/styles/components/_style.scss */

[hidden] {
  display: none;
}

/* line 61, ../../../app/styles/components/_style.scss */

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/* line 62, ../../../app/styles/components/_style.scss */

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}

/* line 63, ../../../app/styles/components/_style.scss */

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  font-family: "VistaSansBold";
  overflow: hidden;
  background: #f5f4f3 url(../../images/loader.gif) no-repeat fixed center;
}

/* line 66, ../../../app/styles/components/_style.scss */

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

/* line 67, ../../../app/styles/components/_style.scss */

::selection {
  background: #31C0A4;
  color: white;
  text-shadow: none;
}

/* line 69, ../../../app/styles/components/_style.scss */

a {
  color: #00e;
}

/* line 70, ../../../app/styles/components/_style.scss */

a:visited {
  color: #551a8b;
}

/* line 71, ../../../app/styles/components/_style.scss */

a:hover {
  color: #06e;
}

/* line 72, ../../../app/styles/components/_style.scss */

a:focus {
  outline: none;
}

/* line 73, ../../../app/styles/components/_style.scss */

a:hover,
a:active {
  outline: 0;
}

/* line 74, ../../../app/styles/components/_style.scss */

abbr[title] {
  border-bottom: 1px dotted;
}

/* line 75, ../../../app/styles/components/_style.scss */

b,
strong {
  font-weight: bold;
}

/* line 76, ../../../app/styles/components/_style.scss */

blockquote {
  margin: 1em 40px;
}

/* line 77, ../../../app/styles/components/_style.scss */

dfn {
  font-style: italic;
}

/* line 78, ../../../app/styles/components/_style.scss */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 79, ../../../app/styles/components/_style.scss */

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 80, ../../../app/styles/components/_style.scss */

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 81, ../../../app/styles/components/_style.scss */

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* line 82, ../../../app/styles/components/_style.scss */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 84, ../../../app/styles/components/_style.scss */

q {
  quotes: none;
}

/* line 85, ../../../app/styles/components/_style.scss */

q:before,
q:after {
  content: "";
  content: none;
}

/* line 86, ../../../app/styles/components/_style.scss */

small {
  font-size: 85%;
}

/* line 87, ../../../app/styles/components/_style.scss */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 88, ../../../app/styles/components/_style.scss */

sup {
  top: -0.5em;
}

/* line 89, ../../../app/styles/components/_style.scss */

sub {
  bottom: -0.25em;
}

/* line 91, ../../../app/styles/components/_style.scss */

ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

/* line 92, ../../../app/styles/components/_style.scss */

dd {
  margin: 0 0 0 40px;
}

/* line 93, ../../../app/styles/components/_style.scss */

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* line 95, ../../../app/styles/components/_style.scss */

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* line 96, ../../../app/styles/components/_style.scss */

svg:not(:root) {
  overflow: hidden;
}

/* line 97, ../../../app/styles/components/_style.scss */

figure {
  margin: 0;
}

/* line 99, ../../../app/styles/components/_style.scss */

form {
  margin: 0;
}

/* line 100, ../../../app/styles/components/_style.scss */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 102, ../../../app/styles/components/_style.scss */

label {
  cursor: pointer;
}

/* line 103, ../../../app/styles/components/_style.scss */

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/* line 104, ../../../app/styles/components/_style.scss */

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 105, ../../../app/styles/components/_style.scss */

button,
input {
  line-height: normal;
}

/* line 106, ../../../app/styles/components/_style.scss */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/* line 107, ../../../app/styles/components/_style.scss */

button[disabled],
input[disabled] {
  cursor: default;
}

/* line 108, ../../../app/styles/components/_style.scss */

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

/* line 109, ../../../app/styles/components/_style.scss */

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 110, ../../../app/styles/components/_style.scss */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 111, ../../../app/styles/components/_style.scss */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 112, ../../../app/styles/components/_style.scss */

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* line 114, ../../../app/styles/components/_style.scss */

input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

/* line 116, ../../../app/styles/components/_style.scss */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 117, ../../../app/styles/components/_style.scss */

td {
  vertical-align: top;
}

/**** JQUERY UI TABS ****/

/* line 121, ../../../app/styles/components/_style.scss */

.ui-tabs {
  position: relative;
  padding: 0;
  zoom: 1;
}

/* line 122, ../../../app/styles/components/_style.scss */

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
}

/* line 123, ../../../app/styles/components/_style.scss */

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}

/* line 124, ../../../app/styles/components/_style.scss */

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0;
  text-decoration: none;
}

/* line 125, ../../../app/styles/components/_style.scss */

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}

/* line 126, ../../../app/styles/components/_style.scss */

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}

/* line 127, ../../../app/styles/components/_style.scss */

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

/* line 128, ../../../app/styles/components/_style.scss */

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 0;
  background: none;
}

/* line 129, ../../../app/styles/components/_style.scss */

.ui-tabs .ui-tabs-hide {
  display: none !important;
}

/* line 131, ../../../app/styles/components/_style.scss */

.chromeframe {
  font: 14px Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 10px 10px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  background-color: #faa732;
  background-color: #f89406;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  z-index: 10;
  position: relative;
}

/* line 148, ../../../app/styles/components/_style.scss */

.chromeframe a,
body#sources-et-credits .chromeframe a {
  color: #673f06;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
}

/* line 150, ../../../app/styles/components/_style.scss */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 159, ../../../app/styles/components/_style.scss */

.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

/* line 166, ../../../app/styles/components/_style.scss */

.clearfix {
  display: inline-block;
}

/* line 170, ../../../app/styles/components/_style.scss */

html[xmlns] .clearfix {
  display: block;
}

/* line 174, ../../../app/styles/components/_style.scss */

* html .clearfix {
  height: 1%;
}

/* line 178, ../../../app/styles/components/_style.scss */

.content-center {
  width: 960px;
  margin: 0 auto;
}

/* line 180, ../../../app/styles/components/_style.scss */

.top {
  background-color: white;
  box-shadow: 0px 0px 10px -2px #3d3d3d;
  border-bottom: 1px solid #a6a69a;
}

/* line 182, ../../../app/styles/components/_style.scss */

.control {
  padding: 5px;
  width: 180px;
  text-align: center;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 100;
  background-color: white;
  box-shadow: 2px 2px 5px 0px rgba(10, 10, 10, 0.15);
  border: 1px solid rgba(10, 10, 10, 0.15);
  border-radius: 3px;
}

/* line 197, ../../../app/styles/components/_style.scss */

.control input {
  width: 50px;
}

/* line 201, ../../../app/styles/components/_style.scss */

.control-label {
  float: left;
  width: 100px;
  display: block;
}

/* line 207, ../../../app/styles/components/_style.scss */

.loading {
  position: absolute;
  width: 100px;
  color: #3e5360;
  height: 20px;
  text-align: center;
  margin-left: -50px;
  margin-top: 30px;
  left: 50%;
  top: 50%;
  z-index: -8000;
}

/* line 209, ../../../app/styles/components/_style.scss */

header {
  border-bottom: 4px solid #3e5360;
  margin-bottom: 28px;
  height: 57px;
  z-index: 1;
}

/* line 210, ../../../app/styles/components/_style.scss */

header .content-center > div {
  width: 100%;
}

/* line 211, ../../../app/styles/components/_style.scss */

header .content-center .title {
  margin: 0 0 0 -14px;
  float: left;
  background-color: white;
  padding-right: 21px;
}

/* line 212, ../../../app/styles/components/_style.scss */

header .content-center .container {
  float: left;
  width: 72px;
  height: 62px;
  -webkit-perspective: 800px;
  perspective: 800px;
}

/* line 213, ../../../app/styles/components/_style.scss */

header .content-center .pastille {
  float: left;
  width: 58px;
  height: 62px;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

/* line 214, ../../../app/styles/components/_style.scss */

header .content-center .logo {
  float: left;
  margin: 0 0 0 -3px;
  width: 304px;
  height: 101px;
  background-image: url(../../images/title.png);
}

/* line 215, ../../../app/styles/components/_style.scss */

header .content-center .circle {
  display: block;
  float: left;
  position: absolute;
  width: 58px;
  height: 62px;
  background: url(../../images/sprites.png) -9px -354px no-repeat;
  margin-left: 6px;
  margin-top: 24px;
}

/* line 217, ../../../app/styles/components/_style.scss */

header .filtersMenu {
  float: left;
  margin-left: -39px;
  width: 285px;
  margin-top: 33px;
}

/* line 218, ../../../app/styles/components/_style.scss */

header .social {
  float: right;
  width: 180px;
  margin-top: 33px;
  margin-right: -2px;
  background: none;
}

/* line 220, ../../../app/styles/components/_style.scss */

header .filtersMenu .click.selectioned {
  background: url(../../images/sprites.png) -9px -246px no-repeat;
  position: absolute;
  width: 144px;
  height: 15px;
  margin-left: -2px;
}

/* line 222, ../../../app/styles/components/_style.scss */

header .filtersMenu li {
  background: none;
  float: left;
  list-style: none;
  width: 141px;
  margin-left: -4px;
  text-align: center;
  font-size: 18px;
  color: #3e5360;
  height: 26px;
  border-right: dotted 1px #3e5362;
  cursor: pointer;
  margin-top: -10px;
}

/* line 223, ../../../app/styles/components/_style.scss */

header .filtersMenu li:first-child {
  border-left: dotted 1px #3e5362;
}

/* line 224, ../../../app/styles/components/_style.scss */

header .filtersMenu .icon {
  position: relative;
  display: block;
  display: inline-block;
  background: url(../../images/sprites.png) 0 -3px no-repeat;
  height: 28px;
  padding-top: 2px;
}

/* line 225, ../../../app/styles/components/_style.scss */

header .filtersMenu .icon:hover {
  color: #59b6a3;
}

/* line 226, ../../../app/styles/components/_style.scss */

header .filtersMenu .icon.me {
  width: 35px;
  padding-left: 30px;
  margin: 0 5px 0 -10px;
  background-position: -344px -50px;
}

/* line 227, ../../../app/styles/components/_style.scss */

header .filtersMenu .icon.me.active {
  color: #1d9b82;
  background-position: -10px -7px;
}

/* line 228, ../../../app/styles/components/_style.scss */

header .filtersMenu .icon.household {
  width: 95px;
  padding-left: 42px;
  margin: 0 5px 0 0;
  background-position: -2px -52px;
}

/* line 229, ../../../app/styles/components/_style.scss */

header .filtersMenu .icon.household.active {
  color: #1d9b82;
  background-position: -162px -52px;
}

/* line 230, ../../../app/styles/components/_style.scss */

header li span {
  display: inline-block;
  margin-top: 5px;
}

/* line 232, ../../../app/styles/components/_style.scss */

header .social li {
  float: left;
  list-style: none;
  width: 43px;
  margin-left: -1px;
  text-align: center;
  font-size: 18px;
  color: #3e5360;
  height: 26px;
  border-right: dotted 1px #3e5362;
  cursor: pointer;
  margin-top: -6px;
}

/* line 233, ../../../app/styles/components/_style.scss */

header .social li:first-child {
  border-left: dotted 1px #3e5362;
}

/* line 234, ../../../app/styles/components/_style.scss */

header .social .icon {
  display: inline-block;
  margin-top: -3px;
  background: url(../../images/sprites.png) no-repeat;
  height: 26px;
  padding-top: 5px;
}

/* line 235, ../../../app/styles/components/_style.scss */

header .social .icon.facebook {
  width: 35px;
  background-position: -104px -96px;
}

/* line 236, ../../../app/styles/components/_style.scss */

header .social .icon.facebook:hover {
  background-position: -2px -95px;
}

/* line 237, ../../../app/styles/components/_style.scss */

header .social .icon.facebook:active {
  background-position: -136px -96px;
}

/* line 238, ../../../app/styles/components/_style.scss */

header .social .icon.facebook.over {
  width: 161px;
  height: 28px;
  position: absolute;
}

/* line 239, ../../../app/styles/components/_style.scss */

header .social .icon.twitter {
  width: 35px;
  background-position: -104px -133px;
}

/* line 240, ../../../app/styles/components/_style.scss */

header .social .icon.twitter:hover {
  background-position: -4px -133px;
}

/* line 241, ../../../app/styles/components/_style.scss */

header .social .icon.twitter:active {
  background-position: -137px -133px;
}

/* line 242, ../../../app/styles/components/_style.scss */

header .social .icon.info {
  width: 35px;
  background-position: -104px -170px;
}

/* line 243, ../../../app/styles/components/_style.scss */

header .social .icon.info:hover {
  background-position: -3px -170px;
}

/* line 244, ../../../app/styles/components/_style.scss */

header .social .icon.info:active {
  background-position: -137px -170px;
}

/* line 245, ../../../app/styles/components/_style.scss */

header .social .icon.help {
  width: 35px;
  background-position: -103px -208px;
}

/* line 246, ../../../app/styles/components/_style.scss */

header .social .icon.help:hover {
  background-position: 1px -208px;
}

/* line 247, ../../../app/styles/components/_style.scss */

header .social .icon.help:active {
  background-position: -135px -208px;
}

/* line 249, ../../../app/styles/components/_style.scss */

header .social .icon.help.close {
  width: 35px;
  background-position: -171px -208px;
}

/* line 250, ../../../app/styles/components/_style.scss */

header .social .icon.help.close:hover {
  background-position: -203px -208px;
}

/* line 252, ../../../app/styles/components/_style.scss */

#languageli {
  float: right;
  margin-right: -38px;
  border: none;
}

/* line 253, ../../../app/styles/components/_style.scss */

#language {
  cursor: pointer;
  font-family: Arial;
  font-weight: 800;
  font-size: 12px;
  color: #3e5360;
  text-decoration: none;
}

/* line 254, ../../../app/styles/components/_style.scss */

#language:hover {
  color: #2b526a;
}

/* line 256, ../../../app/styles/components/_style.scss */

.filterPanel {
  z-index: 0;
  width: 100%;
  opacity: 1;
  overflow: hidden;
  transition-duration: 0.3s;
}

/* line 257, ../../../app/styles/components/_style.scss */

.filterPanel.closed {
  opacity: 0;
  transition-duration: 0.3s;
}

/* line 258, ../../../app/styles/components/_style.scss */

.filterPanel .container {
  padding-bottom: 10px;
  overflow: hidden;
  width: 970px;
  position: relative;
  margin: 0 auto 0 auto;
  margin-bottom: -20px;
}

/* line 260, ../../../app/styles/components/_style.scss */

#tabs-1 > div {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 383px;
  overflow: hidden;
  height: 107px;
  float: left;
  margin-right: -1px;
  border: solid 1px #cccccc;
  color: #cccccc;
  border-radius: 2px;
}

/* line 275, ../../../app/styles/components/_style.scss */

#tabs-1 > div.unselected:hover {
  border: 1px solid #28C1A4;
  color: #28C1A4;
}

/* line 280, ../../../app/styles/components/_style.scss */

.filters .selected {
  background-color: #31C0A4;
}

/* line 282, ../../../app/styles/components/_style.scss */

.filters div .circle {
  overflow: hidden;
  display: block;
  float: left;
  position: absolute;
  width: 90px;
  height: 90px;
  margin: 8px 0 0 8px;
  z-index: 2;
  background-color: white;
  background-clip: padding-box;
}

/* line 283, ../../../app/styles/components/_style.scss */

.filters div.filterGenre {
  cursor: pointer;
}

/* line 284, ../../../app/styles/components/_style.scss */

.filters div.filterGenre .content {
  cursor: pointer;
  width: 385px;
  height: 110px;
  position: relative;
  top: 0;
  background: white;
  float: left;
  font-size: 28px;
  line-height: 35px;
  transition-duration: 0.5s;
  z-index: 1;
}

/* line 285, ../../../app/styles/components/_style.scss */

.filters div.filterGenre .content span {
  position: absolute;
  margin-left: 120px;
  margin-top: 37px;
}

/* line 286, ../../../app/styles/components/_style.scss */

.filters div.filterGenre .content.anim {
  margin-top: -110px;
  transition-duration: 0.5s;
}

/* line 288, ../../../app/styles/components/_style.scss */

.filters div .circle img {
  margin-left: -102px;
  margin-top: -102px;
  position: relative;
}

/* line 289, ../../../app/styles/components/_style.scss */

.filters div .circle img.anim {
  margin-left: -4px;
  margin-top: 0px;
  transition-duration: 0.5s;
}

/* line 290, ../../../app/styles/components/_style.scss */

.filters div .circle img.anim.young {
  margin-left: -3px;
  margin-top: -3px;
  transition-duration: 0.5s;
}

/* line 291, ../../../app/styles/components/_style.scss */

.filters div .circle img.anim.normal {
  margin-left: -101px;
  margin-top: -3px;
  transition-duration: 0.5s;
}

/* line 292, ../../../app/styles/components/_style.scss */

.filters div .circle img.anim.old {
  margin-left: -201px;
  margin-top: -4px;
  transition-duration: 0.5s;
}

/* line 293, ../../../app/styles/components/_style.scss */

.filters div.filterGenre.unselected:hover img {
  margin-left: -4px;
  margin-top: -102px;
}

/* line 295, ../../../app/styles/components/_style.scss */

.filters .selected .circle {
  float: left;
  display: block;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 10px 0 0 8px;
  margin-top: 8px;
  background-color: #1AA78C;
}

/* line 297, ../../../app/styles/components/_style.scss */

.filters .filterUI {
  float: left;
  font-size: 40px;
  line-height: 35px;
  margin: 22px 0 0 20px;
  margin-top: 110px;
  transition-duration: 0.5s;
}

/* line 298, ../../../app/styles/components/_style.scss */

.filters .filterUI.anim {
  margin-top: 0px;
  transition-duration: 0.5s;
}

/* line 300, ../../../app/styles/components/_style.scss */

.filters div.filterGenre:hover {
  color: #31c0a4;
  border: solid 1px #28C1A4;
  border: solid 1px #28C1A4;
}

/* line 302, ../../../app/styles/components/_style.scss */

.filters div.filterHousehold {
  width: 265px;
  background-color: #31c0a4;
}

/* line 303, ../../../app/styles/components/_style.scss */

.filters div.resultHousehold {
  width: 484px;
  padding-left: 15px;
}

/* line 304, ../../../app/styles/components/_style.scss */

.filters div.resultHousehold img {
  width: 76px;
  height: 75px;
  margin-top: 15px;
  cursor: pointer;
  border-radius: 75px;
}

/* line 305, ../../../app/styles/components/_style.scss */

.filters div.resultHousehold img:hover {
  box-shadow: 0.5px 2px 5px #cccccc;
}

/* line 307, ../../../app/styles/components/_style.scss */

.extendedFilters {
  opacity: 1;
  margin-top: -3px;
  margin-bottom: -5px;
  padding-top: 20px;
  padding-bottom: 12px;
  width: 100%;
  overflow: hidden;
  height: 110px;
  transition-duration: 0.5s;
}

/* line 308, ../../../app/styles/components/_style.scss */

.extendedFilters.closed {
  opacity: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 0px;
  transition-duration: 0.5s;
}

/* line 309, ../../../app/styles/components/_style.scss */

.closedFilters {
  opacity: 1;
  overflow: hidden;
  padding-top: 18px;
  float: left;
  width: 960px;
  height: 30px;
  text-align: center;
  font-size: 22px;
  font-family: 'VistaSansBold';
  color: #3e5360;
  transition-duration: 0.5s;
}

/* line 310, ../../../app/styles/components/_style.scss */

.closedFilters.closed {
  opacity: 0;
  color: #3e5360;
  padding-top: 0px;
  height: 0px;
  transition-duration: 0.5s;
  transition-delay: 0.15s;
}

/* line 311, ../../../app/styles/components/_style.scss */

.closedFilters .green {
  color: #31c0a4;
}

/* line 313, ../../../app/styles/components/_style.scss */

.filterBtn {
  cursor: pointer;
  margin-top: 0px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  margin-left: 915px;
  position: absolute;
  z-index: -1;
  margin-top: 40px;
  width: 42px;
  height: 55px;
  margin-top: -18px;
  border-radius: 2px;
  background: #31c0a4 url(../../images/sprites.png) -137px 18px no-repeat;
  transition-duration: 0.5s;
}

/* line 314, ../../../app/styles/components/_style.scss */

.filterBtn.closed {
  margin-top: -60px;
  transition-duration: 0.5s;
}

/* line 316, ../../../app/styles/components/_style.scss */

.ui-slider {
  padding-left: 9px;
  padding-right: 44px;
  background: url(../../images/sprites.png) -8px -280px no-repeat;
  width: 180px;
  height: 39px;
  z-index: 2;
}

/* line 317, ../../../app/styles/components/_style.scss */

.ui-slider-handle {
  top: -2px;
  padding-right: 4px;
  padding-bottom: 4px;
  position: relative;
  background: url(../../images/sprites.png) -258px -280px;
  width: 36px;
  height: 35px;
  z-index: 3;
  display: block;
}

/* line 318, ../../../app/styles/components/_style.scss */

.ui-slider-handle:hover {
  background: url(../../images/sprites.png) -255px -319px;
}

/* line 319, ../../../app/styles/components/_style.scss */

.ui-slider-handle:active {
  background: url(../../images/sprites.png) -255px -363px;
}

/* line 321, ../../../app/styles/components/_style.scss */

.ui-slider#sliderHousehold {
  background: url(../../images/sprites.png) -308px -280px no-repeat;
}

/* line 322, ../../../app/styles/components/_style.scss */

#sliderHousehold {
  margin-left: 20px;
  margin-top: 44px;
}

/* line 323, ../../../app/styles/components/_style.scss */

#sliderHousehold .label {
  text-decoration: none;
  line-height: 17px;
  width: 95px;
  height: 30px;
  position: absolute;
  text-align: center;
  color: white;
  font-family: "VistaSansReg";
  font-size: 14px;
  top: -30px;
  left: -31px;
}

/* line 324, ../../../app/styles/components/_style.scss */

#sliderHousehold .label .value {
  font-size: 25px;
}

/* line 326, ../../../app/styles/components/_style.scss */

#sliderAge-man,
#sliderAge-woman {
  margin-left: 105px;
  margin-top: 52px;
}

/* line 327, ../../../app/styles/components/_style.scss */

#sliderAge-man .label,
#sliderAge-woman .label {
  text-decoration: none;
  line-height: 17px;
  width: 58px;
  height: 30px;
  position: absolute;
  text-align: center;
  color: white;
  font-family: "VistaSansAltBlack";
  font-size: 16px;
  top: -30px;
  left: 2px;
}

/* line 328, ../../../app/styles/components/_style.scss */

#sliderAge-man .label .value,
#sliderAge-woman .label .value {
  font-size: 26px;
}

/* line 330, ../../../app/styles/components/_style.scss */

.resultContainer {
  float: right;
  margin-right: 9px;
  width: 190px;
}

/* line 332, ../../../app/styles/components/_style.scss */

.noResult {
  opacity: 1;
  position: absolute;
  color: #FFFFFF;
  padding-top: 10px;
  margin-left: 3px;
  font-family: "VistaSansReg";
  letter-spacing: 1px;
  font-size: 16px;
  width: 174px;
  height: 98px;
  background-color: #31c0a4;
  border-radius: 3px;
  transition-duration: 0.3s;
}

/* line 333, ../../../app/styles/components/_style.scss */

.noResult.closed {
  opacity: 0;
  margin-left: 50px;
}

/* line 334, ../../../app/styles/components/_style.scss */

.noResult.anim {
  opacity: 0;
  margin-left: 100px;
}

/* line 335, ../../../app/styles/components/_style.scss */

.noResult .row {
  position: absolute;
  margin: 42px 0 0 -5px;
  width: 5px;
  height: 9px;
  background: url(../../images/sprites.png) -8px -261px no-repeat;
}

/* line 336, ../../../app/styles/components/_style.scss */

.noResult .content {
  padding: 12px 15px;
  font: 20px/24px 'VistaSansBold';
}

/* line 338, ../../../app/styles/components/_style.scss */

.separator {
  width: 14px;
  height: 155px;
  opacity: 0;
  float: left;
  margin-top: -27px;
  background: url(../../images/sprites.png) -37px -91px no-repeat;
  transition-duration: 0.3s;
}

/* line 339, ../../../app/styles/components/_style.scss */

.separator.anim {
  opacity: 1;
}

/* line 340, ../../../app/styles/components/_style.scss */

.result {
  padding-top: 27px;
  position: absolute;
  margin-left: 100px;
  opacity: 0;
  height: 150px;
  padding-left: 28px;
  margin-top: -32px;
  font-size: 12px;
  font-family: Helvetica, Arial;
  color: #3e596a;
  background-color: transparent;
  transition-duration: 0.3s;
}

/* line 341, ../../../app/styles/components/_style.scss */

.result.anim {
  margin-left: 0px;
  opacity: 1;
}

/* line 342, ../../../app/styles/components/_style.scss */

.result .number {
  margin-bottom: -10px;
  margin-top: 5px;
  color: #08ae8d;
  font-family: "VistaSansAltBlack";
  font-size: 42px;
}

/* line 343, ../../../app/styles/components/_style.scss */

.result #resultNumber {
  display: none;
}

/* line 344, ../../../app/styles/components/_style.scss */

.result #ResultNumberWording {
  display: none;
}

/* line 345, ../../../app/styles/components/_style.scss */

.result .nav {
  display: none;
  margin-top: 1px;
  margin-bottom: -5px;
  width: 155px;
  border-bottom: dotted 1px #a0a090;
}

/* line 347, ../../../app/styles/components/_style.scss */

#main {
  opacity: 0;
  width: 1920px;
  height: 1200px;
  left: 50%;
  margin-left: -960px;
  top: 50%;
  margin-top: -600px;
  position: absolute;
  z-index: -1;
}

/* line 348, ../../../app/styles/components/_style.scss */

#main svg {
  width: 100%;
  overflow: hidden;
  height: 1200px;
  z-index: -1;
}

/* line 349, ../../../app/styles/components/_style.scss */

#main.visible {
  opacity: 1;
  transition-duration: 1s;
}

/* line 350, ../../../app/styles/components/_style.scss */

#main svg image {
  cursor: move;
}

/* line 352, ../../../app/styles/components/_style.scss */

#overRepresentationWording {
  overflow: hidden;
  opacity: 1;
  height: auto;
  text-align: center;
  margin-top: 5px;
  color: #3e5360;
  font-size: 16px;
  transition-duration: 0.35s;
  padding-bottom: 5px;
}

/* line 353, ../../../app/styles/components/_style.scss */

#overRepresentationWording.closed {
  padding-bottom: 38px;
}

/* line 354, ../../../app/styles/components/_style.scss */

#overRepresentationWording .bold {
  font-family: 'VistaSansBold';
}

/* line 356, ../../../app/styles/components/_style.scss */

#overRepresentationWording.closed {
  margin-bottom: -24px;
  margin-top: 0px;
  height: 0px;
  opacity: 1;
  transition-duration: 0.35s;
}

/* line 357, ../../../app/styles/components/_style.scss */

#overRepresentationWording #wording {
  display: none;
  font-size: 13px;
  font-family: 'VistaSansReg';
  margin: 0px;
  padding: 0px;
  margin-bottom: -18px;
}

/* line 358, ../../../app/styles/components/_style.scss */

#overRepresentationWording #filterMinified {
  font-family: 'VistaSansReg';
  margin-bottom: 2px;
  font-size: 23px;
}

/* line 359, ../../../app/styles/components/_style.scss */

#overRepresentationWording .green {
  color: #31c0a4;
}

/* line 360, ../../../app/styles/components/_style.scss */

#overRepresentationWording #legend {
  width: 960px;
  text-align: center;
  height: 30px;
  display: inline-block;
  margin-top: 6px;
}

/* line 361, ../../../app/styles/components/_style.scss */

#overRepresentationWording #legend canvas {
  margin-bottom: -4px;
  width: 280px;
  height: 18px;
}

/* line 362, ../../../app/styles/components/_style.scss */

#overRepresentationWording #legend div {
  font-family: 'VistaSansReg';
  font-size: 12px;
  display: inline-table;
  margin-top: -4px;
}

/* line 363, ../../../app/styles/components/_style.scss */

#overRepresentationWording #legend div span {
  font-family: "VistaSansReg";
  margin: 0px 5px 0px 5px;
}

/* line 364, ../../../app/styles/components/_style.scss */

#overRepresentationWording .calcul {
  font-family: 'VistaSansBookItalic';
  opacity: 0.8;
  font-size: 14px;
  background: url(../../images/icon_infos.svg) no-repeat;
  width: 200px;
  margin-left: 380px;
}

/* line 365, ../../../app/styles/components/_style.scss */

#overRepresentationWording a {
  color: #3e5360;
  text-decoration: none;
}

/* line 366, ../../../app/styles/components/_style.scss */

#overRepresentationWording .calcul:hover {
  opacity: 1;
}

/* line 368, ../../../app/styles/components/_style.scss */

#sectionBtn {
  cursor: pointer;
  top: 330px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: -1;
  color: white;
  width: 41px;
  height: 42px;
  margin-left: 15px;
  border-radius: 2px;
  background: #31c0a4 url(../../images/sprites.png) -165px 1px no-repeat;
  transition-duration: 0.5s;
}

/* line 369, ../../../app/styles/components/_style.scss */

#sectionBtn.closed {
  margin-left: 50px;
}

/* line 370, ../../../app/styles/components/_style.scss */

#sectionBtn.toTheLeft {
  margin-left: -3000px !important;
}

/* line 372, ../../../app/styles/components/_style.scss */

.sectionContainer {
  position: absolute;
  top: 280px;
  border-radius: 2px;
  border: 1px solid #c7c7ba;
  font-family: "VistaSansReg";
  z-index: 100;
  background: white;
  transition-duration: 0.35s;
}

/* line 373, ../../../app/styles/components/_style.scss */

.sectionContainer.up {
  top: 190px;
}

/* line 375, ../../../app/styles/components/_style.scss */

.sectionContainer .section {
  width: 227px;
  padding-left: 0px;
}

/* line 376, ../../../app/styles/components/_style.scss */

.sectionContainer .name {
  cursor: pointer;
  margin-bottom: 6px;
  font-family: 'VistaSansReg';
  padding: 8px 0 4px 10px;
  text-transform: uppercase;
  height: auto;
  margin-top: -1px;
  border-bottom: 1px solid #c7c7ba;
  border-top: 1px solid #c7c7ba;
  color: #3e5360;
  transition-duration: 0.35s;
}

/* line 377, ../../../app/styles/components/_style.scss */

.sectionContainer .name.unselected {
  margin-bottom: 0px;
}

/* line 378, ../../../app/styles/components/_style.scss */

.sectionContainer .name.unselected:hover {
  padding-left: 20px;
  color: #31c0a4;
}

/* line 379, ../../../app/styles/components/_style.scss */

.sectionContainer .name.unselected:active {
  color: #1d9b82;
  font-family: "VistaSansMed";
}

/* line 380, ../../../app/styles/components/_style.scss */

.sectionContainer li {
  font-family: Helvetica, Arial;
  font-size: 12px;
  width: 174px;
  list-style: none;
  margin-left: 10px;
  height: auto;
  color: #676767;
  border-bottom: 1px dotted #a0a090;
  padding-bottom: 10px;
}

/* line 381, ../../../app/styles/components/_style.scss */

.sectionContainer .ico {
  position: relative;
  top: 7px;
  margin-right: 8px;
  float: left;
  width: 11px;
  height: 11px;
  border-radius: 123px;
  transition-duration: 0.35s;
}

/* line 382, ../../../app/styles/components/_style.scss */

.sectionContainer .ico {
  position: relative;
  top: 7px;
  margin-right: 8px;
  float: left;
  width: 11px;
  height: 11px;
  border-radius: 123px;
  transition-duration: 0.35s;
}

/* line 383, ../../../app/styles/components/_style.scss */

.sectionContainer .dot {
  position: relative;
  top: 2px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  transition-duration: 0.35s;
}

/* line 384, ../../../app/styles/components/_style.scss */

.sectionContainer .subsection {
  cursor: default;
  width: calc(100% - 20px);
  height: auto;
  margin-top: -1px;
  padding-top: -1px;
  padding-bottom: 12px;
  padding-left: 0px;
  transition-duration: 0.35s;
}

/* line 385, ../../../app/styles/components/_style.scss */

.sectionContainer .subsection:hover .dot {
  width: 13px;
  height: 13px;
  top: -1px;
  left: -1px;
}

/* line 386, ../../../app/styles/components/_style.scss */

.sectionContainer .subsection:hover {
  width: calc(100% - 30px);
  padding-left: 10px;
}

/* line 387, ../../../app/styles/components/_style.scss */

.sectionContainer span {
  position: relative;
  top: 7px;
  color: #706c6c;
  border-radius: 13px;
}

/* line 388, ../../../app/styles/components/_style.scss */

.sectionContainer.closed {
  margin-left: -210px;
}

/* line 389, ../../../app/styles/components/_style.scss */

.sectionContainer.toTheLeft {
  margin-left: -3000px;
}

/* line 391, ../../../app/styles/components/_style.scss */

.section .row {
  width: 7px;
  height: 5px;
  float: right;
  margin-right: 10px;
  background: url(../../images/sprites.png) -96px -17px no-repeat;
  right: 3px;
  margin-top: 7px;
}

/* line 392, ../../../app/styles/components/_style.scss */

.section .row.active {
  background: url(../../images/sprites.png) -112px -17px no-repeat;
}

/* line 394, ../../../app/styles/components/_style.scss */

.legend {
  width: 680px;
  text-align: center;
  color: #a6a69a;
  font-family: 'VistaSansReg';
  margin: 0 auto;
  bottom: 0;
  font-size: 13px;
}

/* line 395, ../../../app/styles/components/_style.scss */

.legend div {
  float: left;
  padding-left: 8px;
}

/* line 396, ../../../app/styles/components/_style.scss */

.legend .min {
  color: #8d8d8d;
  background: url(../../images/sprites.png) -125px -27px no-repeat;
}

/* line 397, ../../../app/styles/components/_style.scss */

.legend .max {
  color: #8d8d8d;
  background: url(../../images/sprites.png) -125px -11px no-repeat;
  margin-left: 5px;
}

/* line 398, ../../../app/styles/components/_style.scss */

.legend span {
  top: 0px;
}

/* line 400, ../../../app/styles/components/_style.scss */

#colsFooter {
  position: absolute;
  left: 50%;
  margin-left: -480px;
  bottom: 33px;
}

/* line 401, ../../../app/styles/components/_style.scss */

.label {
  font-family: 'VistaSansReg',Helvetica, Arial, sans-serif;
  float: left;
  margin-right: 0.9em;
  margin-left: -5px;
  position: relative;
}

/* line 402, ../../../app/styles/components/_style.scss */

.label .title {
  overflow: hidden;
  display: block;
  width: 145px;
  padding: 5px 0 10px;
  text-transform: uppercase;
  font-size: 13px;
  float: left;
  color: red;
  height: 40px;
  border-top: solid 1px red;
  text-shadow: 0 1px 0 white;
}

/* line 403, ../../../app/styles/components/_style.scss */

.label .info {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 5px;
  width: 16px;
  height: 14px;
  color: white;
  text-align: center;
  font-size: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial;
  border-radius: 15px;
  float: right;
}

/* line 404, ../../../app/styles/components/_style.scss */

.label .info:hover {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

/* line 405, ../../../app/styles/components/_style.scss */

.label .text {
  position: absolute;
  width: 135px;
  height: auto;
  bottom: 55px;
  opacity: 1;
  color: white;
  font-size: 13px;
  line-height: 16px;
  overflow: hidden;
  height: auto;
  margin-top: -48px;
  margin-left: 0px;
  padding: 12px 15px;
  background-color: #333;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

/* line 406, ../../../app/styles/components/_style.scss */

.label .text.closed {
  display: none;
}

/* line 408, ../../../app/styles/components/_style.scss */

footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 82px;
  z-index: 1;
  transition-duration: 0.15s;
}

/* line 409, ../../../app/styles/components/_style.scss */

footer .bg {
  width: 100%;
  height: 47px;
  background-color: white;
  position: absolute;
  z-index: 1;
  bottom: -47px;
}

/* line 410, ../../../app/styles/components/_style.scss */

footer .bg.open {
  width: 100%;
  height: 47px;
  background-color: white;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  transition-duration: 0.15s;
}

/* line 411, ../../../app/styles/components/_style.scss */

footer .container {
  position: absolute;
  left: 50%;
  margin-left: -480px;
  font-family: Helvetica, Arial;
  font-size: 12px;
  width: 960px;
  top: 35px;
  z-index: 4;
}

/* line 412, ../../../app/styles/components/_style.scss */

footer .link {
  float: left;
  margin-top: 16px;
  color: #545455;
}

/* line 413, ../../../app/styles/components/_style.scss */

footer li {
  list-style: none;
  float: left;
  margin-right: 20px;
}

/* line 414, ../../../app/styles/components/_style.scss */

footer .container .logos {
  float: right;
  width: 202px;
  margin-top: 9px;
}

/* line 416, ../../../app/styles/components/_style.scss */

.hide {
  display: none;
}

/* line 418, ../../../app/styles/components/_style.scss */

path {
  fill: #a7a7a4;
  fill-opacity: 0.1;
  stroke: #3E5360;
  stroke-width: 0.5;
  cursor: pointer;
}

/* line 419, ../../../app/styles/components/_style.scss */

text {
  font-size: 30px;
  font-family: 'VistaSansBold';
}

/* line 423, ../../../app/styles/components/_style.scss */

#infobox {
  font-family: 'VistaSansReg';
  z-index: 999;
  margin-left: 100px;
  top: 460px;
  left: 2000px;
  position: absolute;
  width: auto;
  height: auto;
  line-height: 20px;
  padding: 5px 8px 9px;
  padding-bottom: 5px;
  font-size: 14px;
  background-color: white;
  border: 2px solid white;
  border-radius: 2px;
  box-shadow: 0px 0px 0px 1px #a6a69a;
  transition-duration: 0.15s;
  width: 270px;
}

/* line 424, ../../../app/styles/components/_style.scss */

#infobox.opened {
  margin-left: 0px;
  -webkit-animation-name: infoBoxOpening;
  transition-duration: 0.15s;
}

/* line 425, ../../../app/styles/components/_style.scss */

#infobox .title {
  font-size: 20px;
  line-height: 25px;
  padding: 5px 0;
  color: #3e5360;
  width: 100%;
}

/* line 426, ../../../app/styles/components/_style.scss */

#infobox .regionResult {
  font-size: 13px;
  line-height: 18px;
  width: 105px;
  float: left;
  margin-right: 28px;
  margin-top: 5px;
}

/* line 427, ../../../app/styles/components/_style.scss */

#infobox .title {
  margin-right: 30px;
}

/* line 428, ../../../app/styles/components/_style.scss */

#infobox ul {
  margin: 10px 0 0;
  padding: 0;
}

/* line 429, ../../../app/styles/components/_style.scss */

#infobox li {
  display: block;
  list-style: none;
  color: #3e5360;
}

/* line 430, ../../../app/styles/components/_style.scss */

#infobox li.number {
  margin-bottom: 7px;
}

/* line 431, ../../../app/styles/components/_style.scss */

#infobox .bold {
  color: #08ae8d;
  font-size: 25px;
}

/* line 432, ../../../app/styles/components/_style.scss */

#infobox .bold.percent {
  margin-bottom: 7px;
  color: #08ae8d;
}

/* line 433, ../../../app/styles/components/_style.scss */

#infobox .title,
#infobox .bold {
  font-family: 'VistaSansAltBlack';
}

/* line 434, ../../../app/styles/components/_style.scss */

#infobox .city {
  font-family: 'VistaSansReg';
}

/* line 436, ../../../app/styles/components/_style.scss */

#infobox.lefted {
  margin-left: -440px !important;
}

/* line 438, ../../../app/styles/components/_style.scss */

#infobox.lefted .arrow {
  right: -16px;
  left: auto;
  float: right;
  margin-top: -15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 447, ../../../app/styles/components/_style.scss */

#infobox.toped {
  margin-left: -195px !important;
  margin-top: 190px;
}

/* line 450, ../../../app/styles/components/_style.scss */

#infobox.toped .arrow {
  right: 50%;
  left: auto;
  float: right;
  margin-top: -5px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -18px;
  margin-right: -4px;
}

/* line 461, ../../../app/styles/components/_style.scss */

#infobox.bottomed {
  margin-left: -195px !important;
  margin-top: -150px;
}

/* line 464, ../../../app/styles/components/_style.scss */

#infobox.bottomed .arrow {
  right: 50%;
  left: auto;
  float: right;
  margin-top: -5px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 100%;
  margin-right: -4px;
}

/* line 475, ../../../app/styles/components/_style.scss */

body #infobox .arrow {
  top: 50%;
  left: -16px;
  margin-top: -12px;
  border-right-color: #a6a69a;
  border-width: 14px 14px 14px 0;
}

/* line 483, ../../../app/styles/components/_style.scss */

#infobox .arrow,
#infobox .arrow::after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 492, ../../../app/styles/components/_style.scss */

#infobox .arrow:after {
  content: "";
  bottom: -13px;
  left: 1px;
  border-right-color: white;
  border-width: 13px 13px 13px 0;
}

/* line 500, ../../../app/styles/components/_style.scss */

text {
  font-size: 30px;
  font-family: 'VistaSansBold';
}

/* line 502, ../../../app/styles/components/_style.scss */

#sectionParent {
  margin-left: 32px;
}

/* line 504, ../../../app/styles/components/_style.scss */

.information-icon {
  width: 25px;
  height: 16px;
  margin: 0;
  margin-left: 5px;
  background: url("../../images/icon_infos.svg") no-repeat 0 0;
  display: inline-block;
}

/* line 513, ../../../app/styles/components/_style.scss */

body#sources-et-credits {
  background-image: none;
  color: #676767;
  font: 14px/24px Helvetica, Arial;
  overflow: scroll;
  padding: 0 0 80px;
  text-shadow: 0px 1px 0px white;
  min-width: 960px;
}

/* line 523, ../../../app/styles/components/_style.scss */

body#sources-et-credits div {
  overflow: hidden;
}

/* line 525, ../../../app/styles/components/_style.scss */

body#sources-et-credits header {
  background-color: #FFF;
  margin: 0;
  border: 0 none;
  border-bottom: 1px solid #e5e5e5;
  height: auto;
  padding: 10px 0 20px;
  margin-bottom: 40px;
}

/* line 528, ../../../app/styles/components/_style.scss */

body#sources-et-credits header img {
  margin-left: 8px;
}

/* line 530, ../../../app/styles/components/_style.scss */

body#sources-et-credits section {
  float: left;
}

/* line 531, ../../../app/styles/components/_style.scss */

body#sources-et-credits section#sources {
  width: 460px;
  padding: 0 80px;
}

/* line 532, ../../../app/styles/components/_style.scss */

body#sources-et-credits section#credits {
  width: 240px;
  line-height: 20px;
}

/* line 534, ../../../app/styles/components/_style.scss */

body#sources-et-credits section h1 {
  font: 32px/48px VistaSansBold;
  color: #08ae8d;
  margin: 0 0 10px;
}

/* line 535, ../../../app/styles/components/_style.scss */

body#sources-et-credits section h2 {
  font: 20px/28px VistaSansBold;
  color: #3e5360;
  margin: 36px 0 12px;
}

/* line 537, ../../../app/styles/components/_style.scss */

body#sources-et-credits a {
  color: #3e5360;
}

/* line 538, ../../../app/styles/components/_style.scss */

body#sources-et-credits a:hover {
  color: #08ae8d;
}

/* line 540, ../../../app/styles/components/_style.scss */

body#sources-et-credits section#sources ul {
  padding: 0;
  margin-top: 30px;
}

/* line 541, ../../../app/styles/components/_style.scss */

body#sources-et-credits section#sources ul li {
  margin-bottom: 6px;
  font-size: 12px;
  height: auto;
}

/* line 543, ../../../app/styles/components/_style.scss */

body#sources-et-credits strong {
  line-height: inherit;
  margin: 0;
  padding: 0;
}

/* line 544, ../../../app/styles/components/_style.scss */

body#sources-et-credits section#credits a {
  font-weight: bold;
}

/* line 546, ../../../app/styles/components/_style.scss */

body#sources-et-credits section#sources p {
  margin: 14px 0;
}

/* line 548, ../../../app/styles/components/_style.scss */

.helpTooltip {
  position: absolute;
  border-radius: 2px;
  padding: 0px 20px 15px 20px;
  background: #3e5360;
  z-index: 200;
  border: 1px solid #273b47;
  transition-duration: 0.5s;
}

/* line 549, ../../../app/styles/components/_style.scss */

.helpTooltip span {
  display: inline-block;
}

/* line 550, ../../../app/styles/components/_style.scss */

.helpTooltip h2 {
  font-family: 'VistaSansAltBlack';
  font-size: 16px;
  color: #f8f8f3;
  margin-bottom: 12px;
  line-height: 20px;
}

/* line 551, ../../../app/styles/components/_style.scss */

#region.helpTooltip h2 {
  margin-bottom: 0;
}

/* line 552, ../../../app/styles/components/_style.scss */

.helpTooltip div {
  font-family: 'VistaSansMed';
  font-size: 12px;
  color: #a9bbc7;
  line-height: 16px;
}

/* line 553, ../../../app/styles/components/_style.scss */

.helpTooltip#filters {
  left: 50%;
  margin-left: -271px;
  top: 230px;
  width: 170px;
  height: auto;
}

/* line 554, ../../../app/styles/components/_style.scss */

.helpTooltip#filters.unvisible {
  left: 50%;
  top: -240px;
}

/* line 555, ../../../app/styles/components/_style.scss */

.helpTooltip#section {
  left: 280px;
  top: 406px;
  width: 280px;
  height: auto;
}

/* line 556, ../../../app/styles/components/_style.scss */

.helpTooltip#section.unvisible {
  left: -100%;
  top: 460px;
}

/* line 557, ../../../app/styles/components/_style.scss */

.helpTooltip#region {
  margin-left: 30px;
  margin-top: -100px;
  width: 270px;
  height: auto;
}

/* line 558, ../../../app/styles/components/_style.scss */

.helpTooltip#region.unvisible {
  left: 50%;
  top: 150%;
}

/* line 562, ../../../app/styles/components/_style.scss */

body .helpTooltip .arrowTop {
  top: -10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 95px;
  margin-top: -12px;
  border-right-color: #273b47;
  border-width: 14px 14px 14px 0;
}

/* line 572, ../../../app/styles/components/_style.scss */

.helpTooltip .arrowTop,
.helpTooltip .arrowTop:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 574, ../../../app/styles/components/_style.scss */

body .helpTooltip .arrow {
  top: 50%;
  left: -15px;
  margin-top: -12px;
  border-right-color: #273b47;
  border-width: 14px 14px 14px 0;
}

/* line 575, ../../../app/styles/components/_style.scss */

.helpTooltip .arrow,
.helpTooltip .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 576, ../../../app/styles/components/_style.scss */

.helpTooltip .arrow:after,
.helpTooltip .arrowTop:after {
  content: "";
  bottom: -13px;
  left: 2px;
  border-right-color: #3e5360;
  border-width: 13px 13px 13px 0;
}

@media only screen and (min-width: 1490px) {
  /* line 580, ../../../app/styles/components/_style.scss */

  #sectionBtn {
    margin-left: -80px;
  }

  /* line 581, ../../../app/styles/components/_style.scss */

  #sectionBtn.closed {
    margin-left: -160px;
  }

  /* line 582, ../../../app/styles/components/_style.scss */

  .sectionContainer {
    margin-left: -230px;
    transition-duration: 0.5s;
  }

  /* line 584, ../../../app/styles/components/_style.scss */

  #sectionParent {
    margin: 0 auto;
  }

  /* line 585, ../../../app/styles/components/_style.scss */

  .sectionContainer.closed {
    margin-left: -255px;
  }

  /* line 586, ../../../app/styles/components/_style.scss */

  .helpTooltip#section {
    left: 50%;
    margin-left: -460px;
    top: 440px;
    width: 320px;
    height: auto;
  }
}

/* line 592, ../../../app/styles/components/_style.scss */

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

/* line 593, ../../../app/styles/components/_style.scss */

.ir br {
  display: none;
}

/* line 594, ../../../app/styles/components/_style.scss */

.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 595, ../../../app/styles/components/_style.scss */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 596, ../../../app/styles/components/_style.scss */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 597, ../../../app/styles/components/_style.scss */

.invisible {
  visibility: hidden;
}

/* line 598, ../../../app/styles/components/_style.scss */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

/* line 599, ../../../app/styles/components/_style.scss */

.clearfix:after {
  clear: both;
}

/* line 600, ../../../app/styles/components/_style.scss */

.clearfix {
  *zoom: 1;
}

@media print {
  /* line 603, ../../../app/styles/components/_style.scss */

  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 604, ../../../app/styles/components/_style.scss */

  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 605, ../../../app/styles/components/_style.scss */

  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 606, ../../../app/styles/components/_style.scss */

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 607, ../../../app/styles/components/_style.scss */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 608, ../../../app/styles/components/_style.scss */

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 609, ../../../app/styles/components/_style.scss */

  thead {
    display: table-header-group;
  }

  /* line 610, ../../../app/styles/components/_style.scss */

  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 611, ../../../app/styles/components/_style.scss */

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  /* line 613, ../../../app/styles/components/_style.scss */

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 614, ../../../app/styles/components/_style.scss */

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* line 2, ../../../app/styles/components/_home.scss */

.familySelector,
.familyBuilder {
  width: 770px;
  float: left;
}

/* line 7, ../../../app/styles/components/_home.scss */

.familyBuilder.type-A .addChilds {
  display: none;
}

/* line 10, ../../../app/styles/components/_home.scss */

.familyBuilder.type-A .showFamily {
  width: 738px;
}

/* line 14, ../../../app/styles/components/_home.scss */

#tabs-2 {
  width: 970px;
}

/* line 16, ../../../app/styles/components/_home.scss */

#tabs-2 .familySelector {
  border: none;
}

/* line 18, ../../../app/styles/components/_home.scss */

#tabs-2 .familySelector .family {
  float: left;
  width: 190px;
  height: 105px;
  margin-right: -1px;
  color: #ccc;
  cursor: pointer;
  transition-property: color, border;
  transition-duration: .1s;
}

/* line 32, ../../../app/styles/components/_home.scss */

#tabs-2 .familySelector .family[data-type="H"] {
  background: url(../../images/picto_man_bw.svg) no-repeat 15px 30px;
  background-size: 70px;
}

/* line 37, ../../../app/styles/components/_home.scss */

#tabs-2 .familySelector .family[data-type="H"]:hover {
  background: url(../../images/picto_man.svg) no-repeat 15px 30px;
  color: #31C0A4;
  background-size: 70px;
}

/* line 43, ../../../app/styles/components/_home.scss */

#tabs-2 .familySelector .family[data-type="F"] {
  background: url(../../images/picto_woman_bw.svg) no-repeat 15px 30px;
  background-size: 70px;
}

/* line 47, ../../../app/styles/components/_home.scss */

#tabs-2 .familySelector .family[data-type="F"]:hover {
  background: url(../../images/picto_woman.svg) no-repeat 15px 30px;
  color: #31C0A4;
  background-size: 70px;
}

/* line 53, ../../../app/styles/components/_home.scss */

#tabs-2 .familySelector .family[data-type="C"] {
  background: url(../../images/picto_couple_bw.svg) no-repeat -5px 30px;
  background-size: 114px;
}

/* line 57, ../../../app/styles/components/_home.scss */

#tabs-2 .familySelector .family[data-type="C"]:hover {
  background: url(../../images/picto_couple.svg) no-repeat -5px 30px;
  color: #31C0A4;
  background-size: 114px;
}

/* line 63, ../../../app/styles/components/_home.scss */

#tabs-2 .familySelector .family[data-type="A"] {
  background: url(../../images/picto_others_bw.svg) no-repeat left 34px;
  background-size: 115px;
}

/* line 67, ../../../app/styles/components/_home.scss */

#tabs-2 .familySelector .family[data-type="A"]:hover {
  background: url(../../images/picto_others.svg) no-repeat left 34px;
  color: #31C0A4;
  background-size: 115px;
}

/* line 73, ../../../app/styles/components/_home.scss */

#tabs-2 .familySelector .family p {
  float: right;
  font-size: 22px;
  margin: 40px 15px 0 0;
}

/* line 82, ../../../app/styles/components/_home.scss */

.showFamily {
  width: 515px;
  height: 104px;
  margin-left: 20px;
  overflow: hidden;
  position: relative;
}

/* line 88, ../../../app/styles/components/_home.scss */

.showFamily .nbEnfants,
.showFamily .more {
  position: absolute;
}

/* line 91, ../../../app/styles/components/_home.scss */

.showFamily .nbEnfants {
  color: #3E5360;
  opacity: 0.23;
  left: 75px;
  top: 20px;
  font-size: 20px;
}

/* line 98, ../../../app/styles/components/_home.scss */

.showFamily .more {
  color: #708490;
  top: 20px;
  left: 220px;
}

/* line 103, ../../../app/styles/components/_home.scss */

.showFamily .close {
  height: 20px;
  width: 20px;
  background: transparent url("../../images/icon_close.svg") center center no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

/* line 112, ../../../app/styles/components/_home.scss */

.showFamily p {
  transition: top .2s ease;
}

/* line 115, ../../../app/styles/components/_home.scss */

.showFamily p.hide {
  top: 300px;
  display: block;
}

/* line 124, ../../../app/styles/components/_home.scss */

.familyRepresentation {
  height: 100%;
  vertical-align: bottom;
  position: relative;
  top: 23px;
  transition: all .3s ease;
}

/* line 134, ../../../app/styles/components/_home.scss */

.familyRepresentation .img {
  display: inline-block;
  height: 61px;
  width: 50px;
  margin-bottom: -5px;
  background: url(../../images/picto_girl.svg);
  background-position: left center;
  background-repeat: no-repeat;
  transition: all .3s ease;
}

/* line 149, ../../../app/styles/components/_home.scss */

.familyRepresentation .parent {
  height: 85px;
  width: 142px;
  background-image: url(../../images/picto_couple_choix_enfants.svg);
  background-size: contain;
}

/* line 156, ../../../app/styles/components/_home.scss */

.familyRepresentation .hideImage {
  margin-bottom: -140px;
}

/* line 159, ../../../app/styles/components/_home.scss */

.familyRepresentation img {
  margin-bottom: -5px;
  vertical-align: bottom;
}

/* line 164, ../../../app/styles/components/_home.scss */

.addChilds {
  position: relative;
  width: 220px;
  height: 106px;
  background-color: #31C0A4;
  border-radius: 3px;
  color: white;
}

/* line 171, ../../../app/styles/components/_home.scss */

.addChilds p {
  margin: 0;
  margin-left: 25px;
  padding: 0;
  margin-top: 27px;
  width: 115px;
  font-size: 20px;
}

/* line 179, ../../../app/styles/components/_home.scss */

.addChilds .icons {
  position: absolute;
  right: 55px;
  top: 12px;
}

/* line 183, ../../../app/styles/components/_home.scss */

.addChilds .icons .remove,
.addChilds .icons .add {
  height: 38px;
  width: 38px;
  opacity: 1;
  transition: all .1s ease;
  position: absolute;
  cursor: pointer;
}

/* line 190, ../../../app/styles/components/_home.scss */

.addChilds .icons .remove:active,
.addChilds .icons .add:active {
  margin-top: 1px;
}

/* line 194, ../../../app/styles/components/_home.scss */

.addChilds .icons .hide {
  display: block;
  opacity: .3;
}

/* line 197, ../../../app/styles/components/_home.scss */

.addChilds .icons .hide:active {
  margin-top: 0 !important;
}

/* line 201, ../../../app/styles/components/_home.scss */

.addChilds .icons .add {
  background-image: url(../../images/btn_add.png);
}

/* line 204, ../../../app/styles/components/_home.scss */

.addChilds .icons .remove {
  top: 45px;
  background-image: url(../../images/btn_remove.png);
}

/* line 211, ../../../app/styles/components/_home.scss */

.ui-slider-handle {
  background: url(../../images/sprites.png) -255px -276px;
  width: 40px;
  height: 39px;
}

/* line 220, ../../../app/styles/components/_home.scss */

.municipalityTitle {
  font-family: VistaSansBold;
  font-size: 14px;
  color: #3E5360;
  line-height: 14px;
  letter-spacing: 0px;
  margin-top: 15px;
}

/* line 229, ../../../app/styles/components/_home.scss */

.municipalityList {
  font-family: VistaSansReg;
  font-size: 12px;
  color: #3E5360;
  line-height: 14px;
  letter-spacing: 0px;
}

/* line 237, ../../../app/styles/components/_home.scss */

#infobox {
  padding-bottom: 10px;
}

/* line 1, ../../../app/styles/components/_utils.scss */

.pull-left {
  float: left;
}

/* line 5, ../../../app/styles/components/_utils.scss */

.grey-border {
  border: solid 1px #C7C7BA;
  transition: border .1s linear;
  z-index: 9;
  position: relative;
}

/* line 11, ../../../app/styles/components/_utils.scss */

.grey-border:hover {
  border-color: #31C0A4;
  z-index: 10;
}

/* line 15, ../../../app/styles/components/_utils.scss */

.grey-border:last-child {
  border-radius: 0 3px 3px 0;
}

/* line 18, ../../../app/styles/components/_utils.scss */

.grey-border:first-child {
  border-radius: 3px 0 0 3px;
}

/* line 23, ../../../app/styles/components/_utils.scss */

.icon.info.min {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: url(/images/icon_infos.svg) no-repeat;
  padding: 0;
}

/*!
 * jQuery UI Tabs 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */

/* line 10, ../../../app/styles/components/_jquery.ui.tabs.scss */

.ui-tabs {
  position: relative;
  padding: 0;
  zoom: 1;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

/* line 11, ../../../app/styles/components/_jquery.ui.tabs.scss */

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
}

/* line 12, ../../../app/styles/components/_jquery.ui.tabs.scss */

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}

/* line 13, ../../../app/styles/components/_jquery.ui.tabs.scss */

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0;
  text-decoration: none;
}

/* line 14, ../../../app/styles/components/_jquery.ui.tabs.scss */

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}

/* line 15, ../../../app/styles/components/_jquery.ui.tabs.scss */

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}

/* line 16, ../../../app/styles/components/_jquery.ui.tabs.scss */

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

/* line 17, ../../../app/styles/components/_jquery.ui.tabs.scss */

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 0;
  background: none;
}

/* line 18, ../../../app/styles/components/_jquery.ui.tabs.scss */

.ui-tabs .ui-tabs-hide {
  display: none !important;
}

/* line 1, ../../../app/styles/components/_tooltip.scss */

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 13px;
  font-family: 'VistaSansBold';
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 12, ../../../app/styles/components/_tooltip.scss */

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 16, ../../../app/styles/components/_tooltip.scss */

.tooltip.top {
  margin-top: -3px;
}

/* line 19, ../../../app/styles/components/_tooltip.scss */

.tooltip.right {
  margin-left: 3px;
}

/* line 22, ../../../app/styles/components/_tooltip.scss */

.tooltip.bottom {
  margin-top: 3px;
}

/* line 25, ../../../app/styles/components/_tooltip.scss */

.tooltip.left {
  margin-left: -3px;
}

/* line 28, ../../../app/styles/components/_tooltip.scss */

.tooltip-inner {
  margin-top: 8px;
  max-width: 400px;
  padding: 3px 8px;
  padding-top: 4px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #3e5360;
  border-radius: 2px;
  border: 1px solid #273b47;
}

/* line 42, ../../../app/styles/components/_tooltip.scss */

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 49, ../../../app/styles/components/_tooltip.scss */

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #273b47;
}

/* line 56, ../../../app/styles/components/_tooltip.scss */

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #273b47;
}

/* line 63, ../../../app/styles/components/_tooltip.scss */

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #273b47;
}

/* line 70, ../../../app/styles/components/_tooltip.scss */

.tooltip.bottom .tooltip-arrow {
  margin-top: 8px;
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #273b47;
}

/* line 1, ../../../app/styles/components/_infobox.scss */

#infobox {
  width: 270px;
  height: auto;
  pointer-events: none;
  margin-left: 100px;
  padding: 5px 8px 9px;
  padding-bottom: 5px;
  position: absolute;
  top: 460px;
  left: 2000px;
  font-family: 'VistaSansReg';
  font-size: 14px;
  line-height: 20px;
  background-color: white;
  border: 2px solid white;
  border-radius: 2px;
  box-shadow: 0px 0px 0px 1px #a6a69a;
  transition: left .15s linear, top .15s linear;
  z-index: 999;
}

/* line 26, ../../../app/styles/components/_infobox.scss */

#infobox.opened {
  margin-left: 0px;
}

/* line 29, ../../../app/styles/components/_infobox.scss */

#infobox .title {
  font-size: 20px;
  line-height: 25px;
  padding: 5px 0;
  color: #3e5360;
  width: 100%;
}

/* line 36, ../../../app/styles/components/_infobox.scss */

#infobox .regionResult {
  font-size: 13px;
  line-height: 18px;
  width: 105px;
  float: left;
  margin-right: 28px;
  margin-top: 5px;
}

/* line 44, ../../../app/styles/components/_infobox.scss */

#infobox .title {
  margin-right: 30px;
}

/* line 47, ../../../app/styles/components/_infobox.scss */

#infobox ul {
  margin: 10px 0 0;
  padding: 0;
}

/* line 51, ../../../app/styles/components/_infobox.scss */

#infobox li {
  display: inline-block;
  list-style: none;
  color: #3e5360;
}

/* line 55, ../../../app/styles/components/_infobox.scss */

#infobox li.number {
  margin-bottom: 7px;
}

/* line 59, ../../../app/styles/components/_infobox.scss */

#infobox .bold {
  color: #08ae8d;
  font-size: 25px;
}

/* line 62, ../../../app/styles/components/_infobox.scss */

#infobox .bold.percent {
  margin-bottom: 7px;
  color: #08ae8d;
}

/* line 67, ../../../app/styles/components/_infobox.scss */

#infobox .title,
#infobox .bold {
  font-family: 'VistaSansAltBlack';
}

/* line 70, ../../../app/styles/components/_infobox.scss */

#infobox .city {
  font-family: 'VistaSansReg';
}

/* line 73, ../../../app/styles/components/_infobox.scss */

#infobox.lefted {
  margin-left: -440px;
}

/* line 75, ../../../app/styles/components/_infobox.scss */

#infobox.lefted .arrow {
  right: -16px;
  left: auto;
  float: right;
  margin-top: -15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 85, ../../../app/styles/components/_infobox.scss */

body #infobox .arrow {
  top: 50%;
  left: -16px;
  margin-top: -12px;
  border-right-color: #a6a69a;
  border-width: 14px 14px 14px 0;
}

/* line 93, ../../../app/styles/components/_infobox.scss */

#infobox .arrow {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 100, ../../../app/styles/components/_infobox.scss */

#infobox .arrow::after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 108, ../../../app/styles/components/_infobox.scss */

#infobox .arrow:after {
  content: "";
  bottom: -13px;
  left: 1px;
  border-right-color: white;
  border-width: 13px 13px 13px 0;
}