/*!
Pure v0.3.0
Copyright 2013 Yahoo! Inc. All rights reserved.
*/

.grid-w {
    letter-spacing: -0.31em;
    text-rendering: optimizespeed;
    font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;

    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
}

.opera-only :-o-prefocus,
.grid-w {
    word-spacing: -0.43em;
}

.grid-w [class *= "pure-u"] {
    font-family: sans-serif;
}

.grid-i,
.grid-i-1-3 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}


.grid-i-1-3 {
    width: 33.3333%;
}

/*
	Uses Twitter Bootstrap. Compiled with LESS.
	© 2012, 2GIS
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
    font-family: 'HeliosCondWeb';
    src: local('HeliosCond Web'), local('HeliosCondWeb'),
        url('../fonts/svg/HLS57__W.svg#HeliosCondWeb') format('svg'),
        url('../fonts/woff/HLS57__W.woff') format('woff'),
        url('../fonts/ttf/HLS57__W.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #2fb4df;
  text-decoration: none;
  border-bottom: 1px solid;
}
a:hover {
  color: #1a85a8;
  text-decoration: none;
  border-bottom: none;
}
.row {
  margin-left: -10px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 10px;
}
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 950px;
}
.span12 {
  width: 950px;
}
.span11 {
  width: 870px;
}
.span10 {
  width: 790px;
}
.span9 {
  width: 710px;
}
.span8 {
  width: 630px;
}
.span7 {
  width: 550px;
}
.span6 {
  width: 470px;
}
.span5 {
  width: 390px;
}
.span4 {
  width: 310px;
}
.span3 {
  width: 230px;
}
.span2 {
  width: 150px;
}
.span1 {
  width: 70px;
}
.offset12 {
  margin-left: 970px;
}
.offset11 {
  margin-left: 890px;
}
.offset10 {
  margin-left: 810px;
}
.offset9 {
  margin-left: 730px;
}
.offset8 {
  margin-left: 650px;
}
.offset7 {
  margin-left: 570px;
}
.offset6 {
  margin-left: 490px;
}
.offset5 {
  margin-left: 410px;
}
.offset4 {
  margin-left: 330px;
}
.offset3 {
  margin-left: 250px;
}
.offset2 {
  margin-left: 170px;
}
.offset1 {
  margin-left: 90px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574%;
  *margin-left: 2.0750279950526313%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94736841105262%;
}
.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.43673011405263%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92609181705262%;
}
.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.41545352005263%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90481522305262%;
}
.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.39417692605263%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88353862905262%;
}
.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.37290033205263%;
}
.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.86226203505263%;
}
.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.35162373805263%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.840985441052632%;
}
.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.330347144052632%;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin: 1px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #666666;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #2fb4df;
}
.open {
  *z-index: 1000;
}
.open .dropdown-menu {
  display: block;
}
.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  font-size: 21px;
  line-height: 40px;
  color: #666666;
  border: 0;
  border-bottom: 1px solid #eee;
}
legend small {
  font-size: 15px;
  color: #b3b3b3;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
  color: #666666;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 20px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
label input,
label textarea,
label select {
  display: block;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
  background-color: transparent;
  border: 0 \9;
  /* IE9 and down */

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  background-color: #ffffff;
  background-color: initial;
  border: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
input[type="file"] {
  line-height: 18px \9;
}
select {
  width: 220px;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input,
textarea {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus,
textarea:focus {
  border-color: rgb(82, 168, 236);
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 940px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 860px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 780px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 700px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 620px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 540px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 460px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 380px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 300px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 220px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 140px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 60px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #ddd;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}
.form-actions:after {
  clear: both;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #eee;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
:-moz-placeholder {
  color: #b3b3b3;
}
::-webkit-input-placeholder {
  color: #b3b3b3;
}
.help-block,
.help-inline {
  color: #999999;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-prepend,
.input-append {
  margin-bottom: 5px;
}
.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: middle;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend .active,
.input-append .active {
  background-color: #d9f36b;
  border-color: #96b60f;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-right-color: #ccc;
  border-left-color: #eee;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
.children-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
}
.children-container ul {
  clear: both;
}
.children .customScrollBox {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.children .customScrollBox .container {
  position: relative;
  width: 250px;
  top: 0;
  float: left;
}
.children .customScrollBox .thin {
  width: 225px;
}
.children .dragger_container {
  position: relative;
  width: 0;
  height: 370px;
  float: left;
  margin: 10px 0 0 10px;
  border-left: 2px solid #d5e29f;
  cursor: pointer;
}
.children .dragger {
  position: absolute;
  width: 10px;
  height: 10px;
  background: url("../img/elements.png") -36px -193px no-repeat;
  margin-left: -6px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.children .dragger_pressed {
  position: absolute;
  width: 10px;
  height: 10px;
  background: url("../img/elements.png") -36px -193px no-repeat;
  margin-left: -6px;
  overflow: hidden;
}
.selected-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
}
.selected-container ul {
  clear: both;
}
.selected .customScrollBox {
  position: relative;
  height: 100%;
  overflow: hidden;
  max-height: 260px;
}
.selected .customScrollBox .container {
  position: relative;
  width: 166px;
  top: 0;
  float: left;
}
.selected .customScrollBox .thin {
  width: 140px;
}
.selected .customScrollBox .thin ul li {
  padding: 3px 0 3px 17px;
}
.selected .dragger_container {
  position: relative;
  width: 0;
  height: 240px;
  float: left;
  margin: 10px 0 0 10px;
  border-left: 2px solid #9cd8f0;
  cursor: pointer;
}
.selected .dragger {
  position: absolute;
  width: 10px;
  height: 10px;
  background: url("../img/elements.png") -36px -183px no-repeat;
  margin-left: -6px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.selected .dragger_pressed {
  position: absolute;
  width: 10px;
  height: 10px;
  background: url("../img/elements.png") -36px -183px no-repeat;
  margin-left: -6px;
  overflow: hidden;
}
/**
 * default development theme for jQRangeSlider
 * Using fam fam icon set from Mark James, http://www.famfamfam.com/lab/icons/silk/ (Creative Commons Attribution 2.5 License)
 */
.ui-rangeSlider {
  height: 52px;
}
.ui-rangeSlider .ui-rangeSlider-innerBar {
  height: 30px;
  background-color: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ui-rangeSlider .ui-rangeSlider-handle {
  width: 1px;
  height: 30px;
  background: transparent;
  cursor: pointer;
}
.ui-rangeSlider .ui-rangeSlider-handle i {
  position: absolute;
  width: 12px;
  height: 35px;
  bottom: -6px;
  left: -1px;
  background: url("../img/elements.png") -90px -206px no-repeat;
}
.ui-rangeSlider .ui-rangeSlider-bar {
  margin: 0;
  background-color: #ffffff;
  height: 30px;
  cursor: move;
  overflow: hidden;
}
.ui-rangeSlider-arrow {
  height: 16px;
  margin: 2px 0;
  width: 16px;
  background-repeat: no-repeat;
}
.ui-rangeSlider-arrow-inner {
  display: none;
}
.ui-rangeSlider-container {
  height: 52px;
}
.ui-rangeSlider-withArrows .ui-rangeSlider-container {
  margin: 22px 11px;
}
.ui-rangeSlider-noArrow .ui-rangeSlider-container {
  margin: 22px 0;
}
.ui-rangeSlider-label {
  width: 90px;
  height: 28px;
  margin: 0;
  background: url("../img/elements.png") 0 -206px no-repeat;
  white-space: nowrap;
  text-align: center;
  font-size: 11px;
  bottom: 24px;
  color: #333333;
  padding: 0;
  cursor: pointer;
}
.ui-rangeSlider-label-inner {
  display: none;
}
/*
 * Edit slider
 */
input.ui-editRangeSlider-inputValue {
  width: 3em;
  vertical-align: middle;
  text-align: center;
}
p {
  margin: 0 0 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
p small {
  font-size: 12px;
  color: #b3b3b3;
}
.lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #b3b3b3;
}
h1 {
  font-size: 30px;
  line-height: 40px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 40px;
}
h2 small {
  font-size: 18px;
}
h3 {
  font-size: 18px;
  line-height: 30px;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 20px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #b3b3b3;
  text-transform: uppercase;
}
.page-header {
  padding-bottom: 19px;
  margin: 20px 0;
  border-bottom: 1px solid #eeeeee;
}
.page-header h1 {
  line-height: 1;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
  line-height: 19px;
}
dd {
  margin-left: 10px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.muted {
  color: #b3b3b3;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #ddd;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #b3b3b3;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
.heading .logo {
  float: left;
  margin-left: 10px;
  width: 230px;
  margin-left: 0;
  height: 80px;
  padding: 20px 0 20px 0;
}
.heading .logo span {
  display: block;
  width: 164px;
  height: 76px;
  margin-top: 13px;
  margin-left: -22px;
  background: url("../img/elements.png") 0 -266px no-repeat;
}
.heading .titles {
  float: left;
  margin-left: 10px;
  width: 710px;
  height: 132px;
  padding-top: 38px;
}
.heading .titles ul {
  margin-left: 0;
}
.heading .titles ul li {
  margin-left: 0;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.heading .titles h1 {
  font: 400 18px/30px HeliosCondWeb, Helvetica, Arial, sans-serif;
  color: #999999;
  padding-top: 8px;
}
.heading .titles h2 {
  font: 400 32px/1 HeliosCondWeb, Helvetica, Arial, sans-serif;
  color: #666666;
  margin: 10px 0 10px -1px;
  /* text-rendering: optimizeLegibility; */
}
.heading .titles h2 span {
  color: #00b2dd;
}
.heading .titles p {
  font-size: 12px;
  color: #999999;
}
.heading .menu {
  height: 60px;
}
.heading .menu .container {
  height: 100%;
  position: relative;
}
.heading .menu ul.lang-selector {
  margin-left: 0;
  width: 80px;
  float: left;
  padding-top: 23px;
}
.heading .menu ul.lang-selector li {
  width: 18px;
  height: 13px;
  margin-right: 2px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font: 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  *padding-right: 4px;
}
.heading .menu ul.lang-selector li a {
  color: #f9ec00;
  border-bottom: 1px solid;
  display: inline;
  *text-decoration: underline;
}
.heading .menu ul.lang-selector li a:hover {
  background-color: transparent;
  border-bottom: none;
  color: #ffffff;
}
.heading .menu ul.mode-selector {
  /* font-family: HeliosCondWeb, Helvetica, Arial, sans-serif;
  float: left; */
  margin: 0;
  font-size: 0;
    width: 100%;
}
.heading .menu ul.mode-selector li {
  margin: 0 40px 0 0;
  padding: 0;
  border: none;
  /*float: left;*/
    display: inline-block;
    font: 400 30px HeliosCondWeb, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.heading .menu a {
  color: #7aba3e;
  border-bottom: none;
}
.heading .menu a:hover {
    text-decoration: none;
    color: #666;
}
.heading .menu a.active {
  color: #666;
  text-decoration: none;
}
.heading .menu a.help {
  text-rendering: optimizeLegibility;
}
.heading .menu a.stat {
  text-rendering: optimizeLegibility;
}
    .heading .menu a i {
        display: inline-block;
        width: 32px;
        background: url("../img/elements.png") 0 0 no-repeat;
        margin-right: 15px;
    }
    .heading .menu a.stat i {
        height: 31px;
        background-position: 0 -342px;
    }
    .heading .menu a.stat.active i,
    .heading .menu a.stat:hover i {
        background-position: 0 -380px;
    }
    .heading .menu a.research i {
        height: 38px;
        background-position: -33px -342px;
        margin-bottom: -7px;
    }
    .heading .menu a.research.active i,
    .heading .menu a.research:hover i {
        background-position: -33px -380px;
    }
    .heading .menu a.help i {
        height: 37px;
        background-position: -66px -342px;
        margin-bottom: -6px;
    }
    .heading .menu a.help.active i,
    .heading .menu a.help:hover i {
        background-position: -66px -380px;
    }
.heading .menu a.dyn {
  padding-left: 54px;
  padding-top: 18px;
  width: 142px;
  height: 42px;
  position: relative;
  font: 400 24px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}
.heading .menu a.dyn i {
  position: absolute;
  left: 14px;
  top: 15px;
  width: 30px;
  height: 26px;
  background: url("../img/elements.png") 0 -27px no-repeat;
}
.heading .menu a.dyn span {
  display: none;
  border-bottom: 1px dotted;
  color: #96b60f;
}
.heading .menu a.dyn .modes {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  padding: 30px 0 15px 0;
  background-color: #00b2dd;
  color: #ffffff;
  z-index: 1000;
  cursor: default;
}
.heading .menu a.dyn .modes p {
  font-size: 12px;
  padding: 6px 20px 0 44px;
  cursor: pointer;
}
.heading .menu a.dyn .modes h5 {
  font: 18px/20px "NeoSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  padding: 0 20px 0 44px;
  position: relative;
  cursor: pointer;
}
.heading .menu a.dyn .modes h5 i {
  position: absolute;
  left: 12px;
  top: 0;
  width: 22px;
  height: 22px;
  background: url("../img/elements.png") -22px -53px no-repeat;
}
.heading .menu a.dyn .modes h5.active {
  color: #f9ec00;
}
.heading .menu a.dyn .modes h5.active i {
  background: url("../img/elements.png") 0 -53px no-repeat;
}
.heading .menu a.dyn .modes h5:hover {
  color: #f9ec00;
}
.heading .menu a.dyn .modes h5.onmouseover {
  color: #f9ec00;
}
.heading .menu a.dyn .modes:after {
  display: block;
  position: absolute;
  content: "";
  left: 38px;
  top: 0;
  width: 24px;
  height: 10px;
  background: url("../img/elements.png") -44px -53px no-repeat;
}
.heading .menu a.dyn.active i {
  background-position: -30px -27px;
}
.heading .menu a.dyn.active {
  width: 256px;
}
.heading .menu a.dyn.active span {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.heading .menu .building {
  position: absolute;
  right: 0;
  top: -81px;
  width: 201px;
  height: 266px;
  z-index: 100;
  background: url("../img/elements.png") -108px 0 no-repeat;
}
form {
  *zoom: 1;
  padding-top: 20px;
}
form:before,
form:after {
  display: table;
  content: "";
}
form:after {
  clear: both;
}
form fieldset {
  position: relative;
  *position: static;
  float: left;
  width: 355px;
  border: none;
  margin: 0 12px 8px 0;
  padding: 6px 0 0 0;
}
form fieldset label {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
form fieldset label span {
  font: 26px/1 HeliosCondWeb, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #00b2dd;
  position: relative;
  text-rendering: optimizeLegibility;
}
form fieldset label span i {
  position: absolute;
  right: -14px;
  top: 5px;
  height: 12px;
  width: 11px;
  background: url("../img/elements.png") -61px 0 no-repeat;
  cursor: pointer;
  *right: 4px;
}
form fieldset label span.title {
  *padding-right: 20px;
}
form fieldset label span.overlay {
  z-index: 2100;
}
form fieldset label a {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 12px;
  font: 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  border-bottom: 1px dotted;
  *margin-left: 0;
}
form fieldset label a:hover {
  text-decoration: none;
  border-bottom: 1px dotted;
}
form fieldset label.where a {
  margin-left: 26px;
  *margin-left: 0;
}
form fieldset label:focus {
  outline: none;
}
form fieldset .what-selector,
form fieldset .where-selector {
  display: none;
  position: absolute;
  left: -40px;
  top: -20px;
  padding: 20px 40px;
  width: 576px;
  height: 488px;
  background-color: #ffffff;
  z-index: 2000;
}
form fieldset .what-selector .close,
form fieldset .where-selector .close {
  position: absolute;
  right: 28px;
  top: 30px;
  width: 24px;
  height: 23px;
  background: url("../img/elements.png") -84px -183px no-repeat;
  cursor: pointer;
}
form fieldset .what-selector .comment,
form fieldset .where-selector .comment {
  padding-top: 30px;
  padding-bottom: 8px;
  margin-bottom: 12px;
  font-size: 12px;
  color: #666666;
  border-bottom: 1px solid #b3b3b3;
}
form fieldset .what-selector ul,
form fieldset .where-selector ul {
  list-style-type: none;
  margin-left: 0;
  color: #333333;
  overflow: hidden;
}
form fieldset .what-selector .parent,
form fieldset .where-selector .parent {
  float: left;
  width: 136px;
  padding-top: 11px;
  max-height: 360px;
}
form fieldset .what-selector .parent ul li,
form fieldset .where-selector .parent ul li {
  font-size: 16px;
  line-height: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: -20px;
  padding-left: 20px;
  cursor: pointer;
  position: relative;
}
form fieldset .what-selector .parent ul li:hover,
form fieldset .where-selector .parent ul li:hover,
form fieldset .what-selector .parent ul li.active,
form fieldset .where-selector .parent ul li.active {
  color: #ffffff;
  background-color: #96b60f;
}
form fieldset .what-selector .parent ul li:hover:after,
form fieldset .where-selector .parent ul li:hover:after,
form fieldset .what-selector .parent ul li.active:after,
form fieldset .where-selector .parent ul li.active:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #96b60f;
}
form fieldset .what-selector .parent ul li:hover:before,
form fieldset .where-selector .parent ul li:hover:before,
form fieldset .what-selector .parent ul li.active:before,
form fieldset .where-selector .parent ul li.active:before {
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #96b60f;
}
form fieldset .what-selector .children,
form fieldset .where-selector .children {
  float: left;
  border: 4px solid #96b60f;
  padding: 6px 0;
  width: 250px;
  height: 395px;
  position: relative;
}
form fieldset .what-selector .children ul,
form fieldset .where-selector .children ul {
  display: none;
  width: 100%;
}
form fieldset .what-selector .children ul li,
form fieldset .where-selector .children ul li {
  font-size: 16px;
  line-height: 18px;
  padding: 3px 17px;
  cursor: pointer;
  position: relative;
}
form fieldset .what-selector .children ul li:hover,
form fieldset .where-selector .children ul li:hover {
  color: #6b9021;
  background-color: #f1fbc9;
}
form fieldset .what-selector .children ul li:hover:before,
form fieldset .where-selector .children ul li:hover:before {
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #f1fbc9;
}
form fieldset .what-selector .children ul li:hover:after,
form fieldset .where-selector .children ul li:hover:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #f1fbc9;
}
form fieldset .what-selector .children ul li.city-filter span,
form fieldset .where-selector .children ul li.city-filter span {
  color: #666666;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
form fieldset .what-selector .children ul li.city-filter:hover span,
form fieldset .where-selector .children ul li.city-filter:hover span {
  color: #96b60f;
  background-color: #f1fbc9;
}
form fieldset .what-selector .children ul li.divider,
form fieldset .where-selector .children ul li.divider {
  margin-bottom: 13px;
}
form fieldset .what-selector .children ul li.divider span,
form fieldset .where-selector .children ul li.divider span {
  display: block;
  height: 14px;
  border-bottom: 1px dotted #666666;
}
form fieldset .what-selector .children ul li.divider:hover,
form fieldset .where-selector .children ul li.divider:hover {
  cursor: default;
  background-color: transparent;
}
form fieldset .what-selector .selected,
form fieldset .where-selector .selected {
  margin-left: 404px;
  width: 166px;
  *width: 162px;
  min-height: 120px;
  max-height: 270px;
  border: 4px solid #00b2dd;
  padding: 10px 0;
}
form fieldset .what-selector .selected ul li,
form fieldset .where-selector .selected ul li {
  padding: 3px 17px;
  line-height: 18px;
}
form fieldset .what-selector .selected ul li i,
form fieldset .where-selector .selected ul li i {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  height: 11px;
  width: 11px;
  background: url("../img/elements.png") -96px -75px no-repeat;
  position: relative;
  top: 1px;
  *top: -2px;
  left: -2px;
  cursor: pointer;
}
form fieldset .what-selector .selected ul li:hover i,
form fieldset .where-selector .selected ul li:hover i {
  background: url("../img/elements.png") -96px -75px no-repeat;
}
form fieldset .what-selector .counter,
form fieldset .where-selector .counter {
  margin-left: 404px;
  width: 46px;
  text-align: right;
  font: 30px/1 "NeoSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
  padding: 6px 0 4px 0;
  margin-bottom: 4px;
}
form fieldset .what-selector .counter span,
form fieldset .where-selector .counter span {
  font-size: 30px;
  color: #00b2dd;
}
form fieldset .what-selector .apply,
form fieldset .where-selector .apply {
  position: absolute;
  right: 40px;
  bottom: 22px;
  display: block;
  width: 172px;
  font: 24px/1 "NeoSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 20px 0 16px 0;
  border-bottom: 0;
  background-color: #00b2dd;
  color: #ffffff;
}
form fieldset .what-selector .apply:hover,
form fieldset .where-selector .apply:hover {
  color: #f9ec00;
}
form fieldset .where-selector .counter {
  text-align: left;
}
form fieldset .what-count {
  position: absolute;
  right: 0;
  top: 4px;
  padding: 3px 4px;
  background-color: #eeefef;
  font: 16px/20px "NeoSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
  min-width: 25px;
}
form fieldset .what-count span {
  font: 16px/20px "NeoSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #00b2dd;
}
form fieldset .what-count:after {
  display: block;
  position: absolute;
  content: "";
  left: 40%;
  bottom: -6px;
  width: 8px;
  height: 6px;
  background: url("../img/elements.png") -95px -10px no-repeat;
}
form fieldset .where-count {
  position: absolute;
  right: 0;
  top: 4px;
  padding: 3px 4px;
  background-color: #eeefef;
  font: 16px/20px "NeoSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  min-width: 25px;
}
form fieldset .where-count span {
  font: 16px/20px "NeoSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #00b2dd;
}
form fieldset .where-count:after {
  display: block;
  position: absolute;
  content: "";
  left: 40%;
  bottom: -6px;
  width: 8px;
  height: 6px;
  background: url("../img/elements.png") -95px -10px no-repeat;
}
form input {
  float: left;
  display: block;
  width: 333px;
  height: 40px;
  line-height: 20px;
  border: 1px solid #999999;
  padding: 0 10px;
  -webkit-box-shadow: inset 0 1px 1px 1px #ccc;
  -moz-box-shadow: inset 0 1px 1px 1px #ccc;
  box-shadow: inset 0 1px 1px 1px #ccc;
  *line-height: 40px;
}
form input:focus {
  -webkit-box-shadow: inset 0 1px 1px 1px #cccccc, 0 0 0 1px #00b2dd;
  -moz-box-shadow: inset 0 1px 1px 1px #cccccc, 0 0 0 1px #00b2dd;
  box-shadow: inset 0 1px 1px 1px #cccccc, 0 0 0 1px #00b2dd;
  border: 1px solid #00b2dd;
}
.typeahead {
  width: 340px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #00b2dd;
  padding: 0;
  margin-top: 0;
}
.typeahead a {
  border: none;
}
.typeahead strong {
  font-weight: 400;
}
.typeahead li {
  padding: 2px 4px;
  font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.typeahead li a {
  color: #ffffff;
}
.typeahead li.active a,
.typeahead li.active a:hover {
  background-color: #4cc8e7;
}
.page-content {
  min-height: 426px;
}
.page-content .statistics .export,
.page-content .statistics .clear-all {
  float: right;
  line-height: 14px;
  margin-bottom: 18px;
}
.page-content .statistics .export i {
  left: -21px;
  top: -2px;
  width: 16px;
  height: 18px;
  background: url("../img/elements.png") -20px -183px no-repeat;
}
.page-content .statistics table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 40px;
  border-collapse: collapse;
}
.page-content .statistics table thead tr th {
  border-top: 2px solid #00b2dd;
  border-bottom: 4px solid #00b2dd;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
  padding: 0;
}
.page-content .statistics table thead tr th .inner {
  padding: 12px 10px 12px 10px;
  position: relative;
  min-height: 40px;
}
.page-content .statistics table thead tr th .inner .tooltip {
  display: none;
  position: absolute;
  left: 0;
  bottom: -75px;
  width: 100%;
  max-width: 190px;
  height: 55px;
  background-color: #00b2dd;
  color: #ffffff;
  padding: 10px 0;
}
.page-content .statistics table thead tr th .inner .tooltip p {
  padding: 0 12px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 6px;
}
.page-content .statistics table thead tr th .inner .tooltip p a {
  color: #f9ec00;
}
.page-content .statistics table thead tr th .inner .tooltip p a.sort {
  border-bottom: 1px dotted;
}
.page-content .statistics table thead tr th .inner .tooltip:after {
  display: block;
  position: absolute;
  content: "";
  left: 12px;
  top: -2px;
  width: 11px;
  height: 5px;
  background: url("../img/elements.png") -96px 0 no-repeat;
}
.page-content .statistics table thead tr th .inner i {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  height: 11px;
  width: 11px;
  background: url("../img/elements.png") -96px -108px no-repeat;
  position: relative;
  top: 1px;
  *top: -2px;
  left: -2px;
  cursor: pointer;
}
.page-content .statistics table thead tr th.category:hover {
  border-top: 2px solid #96b60f;
  border-bottom: 4px solid #96b60f;
  color: #96b60f;
}
.page-content .statistics table thead tr th.category:hover i {
  background: url("../img/elements.png") -96px -75px no-repeat;
}
.page-content .statistics table thead tr th.category:hover .tooltip {
  display: block;
  color: #ffffff;
}
.page-content .statistics table thead tr th.title {

}
.page-content .statistics table thead tr th.title .inner{
    padding-left: 0;
}
.page-content .statistics table tbody tr td .value {
  float: right;
  margin-right: 10px;
  text-align: right;
  color: #808080;
}
.page-content .statistics table tbody tr td .data-canvas {
  float: right;
  width: 100%;
  max-width: 350px;
  height: 36px;
  background-color: #f5f5f5;
}
.page-content .statistics table tbody tr td .data-canvas .bar {
  float: left;
  height: 100%;
}
.page-content .statistics table tbody tr td.data {
  padding-left: 10px;
  height: 36px;
  line-height: 36px;
  font-family: inherit;
  font-weight: bold;
  vertical-align: middle;
}
.page-content .statistics table tbody tr td.data i {
  display: block;
  margin-top: 10px;
  width: 16px;
  height: 16px;
  background: url("../img/elements.png") -79px -10px no-repeat;
}
.page-content .statistics table tbody tr td.city {
  padding: 10px 0;
}
.page-content .statistics table tbody tr td.city i {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  width: 11px;
  height: 11px;
  background: url("../img/elements.png") -96px -108px no-repeat;
  position: relative;
  top: 1px;
  *top: -2px;
  left: -2px;
  cursor: pointer;
}
.page-content .statistics table tbody tr td.city .inner {
  position: relative;
}
.page-content .statistics table tbody tr td.city .inner .tooltip {
  display: none;
  position: absolute;
  left: -1px;
  top: -45px;
  width: 100%;
  max-width: 190px;
  height: 15px;
  background-color: #00b2dd;
  color: #ffffff;
  padding: 10px 0;
}
.page-content .statistics table tbody tr td.city .inner .tooltip p {
  padding: 0 12px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 6px;
}
.page-content .statistics table tbody tr td.city .inner .tooltip p a {
  color: #f9ec00;
}
.page-content .statistics table tbody tr td.city .inner .tooltip:after {
  display: block;
  position: absolute;
  content: "";
  left: 12px;
  bottom: -4px;
  width: 11px;
  height: 4px;
  background: url("../img/elements.png") -96px -6px no-repeat;
}
.page-content .statistics table tbody tr td.city:hover i {
  background: url("../img/elements.png") -96px -75px no-repeat;
}
.page-content .statistics table tbody tr td.city:hover .tooltip {
  display: block;
}
.page-content .statistics table tbody tr:hover {
  background-color: #fdfde0;
}
.page-content .statistics table tbody tr:hover .data-canvas {
  background-color: transparent;
}
.page-content .statistics table tbody tr:hover td.city {
  color: #96b60f;
}
.page-content .statistics table tbody tr:first-child td {
  padding-top: 10px;
  padding-right: 0;
}
/*
.page-content .statistics .col-group-title {
  width: 170px;
}
.page-content .statistics .col-group-title .col-title {
  width: 170px;
}dgistest
.page-content .statistics .col-group-content {
  width: 780px;
}
.page-content .statistics .col-group-content .col-content {
  width: 780px;
}
*/
.page-content .dynamics {
  display: block;
}
.page-content .dynamics .chart-container {
  margin-left: -10px;
  *zoom: 1;
  *margin-bottom: 40px;
}
.page-content .dynamics .chart-container:before,
.page-content .dynamics .chart-container:after {
  display: table;
  content: "";
}
.page-content .dynamics .chart-container:after {
  clear: both;
}
.page-content .dynamics .chart-container .chart-controls {
  float: left;
  margin-left: 10px;
  width: 950px;
  margin-bottom: 14px;
}
.page-content .dynamics .chart-container .chart-controls .fast-selector {
  font-size: 12px;
  text-align: right;
}
.page-content .dynamics .chart-container .chart-controls .fast-selector a {
  border-bottom: 1px dotted;
}
.page-content .dynamics .chart-container .chart-controls .month-selector {
  margin: -8px 0 12px 0;
  height: 52px;
}
.page-content .dynamics .chart-container .chart-main {
  float: left;
  margin-left: 10px;
  width: 710px;
  height: 605px;
  margin-bottom: 40px;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #f3f3f3, #f7f7f7);
  background-image: -webkit-linear-gradient(top, #f3f3f3, #f7f7f7);
  background-image: linear-gradient(top, #f3f3f3, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f7f7f7', GradientType=0);
}
.page-content .dynamics .chart-container .chart-main .abstorel {
  margin-top: 20px;
  margin-left: 42px;
}
.page-content .dynamics .chart-container .chart-main .show-labels {
  float: right;
  padding-right: 17px;
  margin-right: 27px;
  position: relative;
  margin-top: 20px;
  font-size: 12px;
  line-height: 14px;
}
.page-content .dynamics .chart-container .chart-main .show-labels a {
  border-bottom: 1px dotted;
}
.page-content .dynamics .chart-container .chart-main .show-labels i {
  position: absolute;
  right: 0;
  top: 3px;
  width: 10px;
  height: 10px;
  background: url("../img/elements.png") -85px -63px no-repeat;
}
.page-content .dynamics .chart-container .chart-main .show-labels.active i {
  background: url("../img/elements.png") -85px -53px no-repeat;
}
.page-content .dynamics .chart-container .chart-main .chart-canvas {
  width: 667px;
  height: 440px;
  margin-left: 18px;
  margin-bottom: 40px;
}
.page-content .dynamics .chart-container .chart-main .share-chart {
  float: right;
  margin-right: 24px;
  *width: 320px;
}
.page-content .dynamics .chart-container .chart-main .share-chart p {
  float: right;
  color: #666666;
  padding-right: 14px;
  padding-top: 4px;
  font-size: 12px;
  line-height: 14px;
}
.page-content .dynamics .chart-container .chart-main .share-chart ul {
  float: right;
}
.page-content .dynamics .chart-container .chart-main .export,
.page-content .dynamics .chart-container .chart-main .get-link {
  margin-bottom: 5px;
  margin-left: 40px;
  width: 320px;
}
.page-content .dynamics .chart-container .chart-side {
  float: left;
  margin-left: 10px;
  width: 230px;
}
.page-content .dynamics .chart-container .chart-side .title {
  padding-top: 4px;
  font: 16px/20px "NeoSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-content .dynamics .chart-container .chart-side .city-list,
.page-content .dynamics .chart-container .chart-side .category-list {
  margin-left: 0;
  padding-top: 11px;
}
.page-content .dynamics .chart-container .chart-side .city-list li,
.page-content .dynamics .chart-container .chart-side .category-list li {
  list-style-type: none;
  width: 214px;
  position: relative;
  border-bottom: 3px solid #9d261d;
  margin-bottom: 17px;
  line-height: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.page-content .dynamics .chart-container .chart-side .city-list li i,
.page-content .dynamics .chart-container .chart-side .category-list li i {
  position: absolute;
  right: -14px;
  bottom: -6px;
  width: 11px;
  height: 11px;
  background: url("../img/elements.png") -96px -75px no-repeat;
  cursor: pointer;
}
.page-content .dynamics .chart-container .chart-side .city-list li span,
.page-content .dynamics .chart-container .chart-side .category-list li span {
  font: 10px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 13px;
  color: #666666;
  position: relative;
}
.page-content .dynamics .chart-container .chart-side .city-list li span i,
.page-content .dynamics .chart-container .chart-side .category-list li span i {
  position: absolute;
  left: -2px;
  top: 0;
  width: 12px;
  height: 12px;
  background: url("../img/elements.png") -46px -183px no-repeat;
  cursor: default;
}
.page-content .dynamics .chart-container .chart-year {
  width: 100%;
  height: 14px;
  background-color: #96b60f;
  margin-bottom: 10px;
  position: relative;
}
.page-content .dynamics .chart-container .chart-year i {
  position: absolute;
  left: 50%;
  bottom: -4px;
  margin-left: 0;
  width: 1px;
  height: 4px;
  border-left: 2px solid #96b60f;
}
.page-content .dynamics .chart-container .chart-year-left {
  width: 50%;
  *width: 49%;
  height: 14px;
  float: left;
  text-align: right;
  font: 11px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #96b60f;
}
.page-content .dynamics .chart-container .chart-year-left span {
  padding-right: 6px;
  color: #ffffff;
}
.page-content .dynamics .chart-container .chart-year-right {
  width: 50%;
  height: 14px;
  float: left;
  text-align: left;
  font: 11px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #00b2dd;
}
.page-content .dynamics .chart-container .chart-year-right span {
  padding-left: 6px;
  color: #ffffff;
  display: block;
  height: 14px;
}
.page-content .dynamics .chart-container .chart-value {
  margin-right: -1px;
  height: 14px;
  padding-right: 10px;
  font: 600 14px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #808080;
  position: relative;
  top: -2px;
}
.page-content .dynamics .chart-container .chart-value i {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 5px;
  border-top: 2px solid #96b60f;
}
.page-content .dynamics .chart-container .chart-month {
  font: 600 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #808080;
}
.page-content .dynamics .label-holder-months {
  position: absolute;
  top: 0;
  left: 0;
  width: 950px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-content .dynamics .label-holder-months li {
  position: absolute;
  top: 0;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  height: 30px;
  margin-left: 0;
  font: 600 18px/26px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  background-color: #95b50f;
}
.page-content .dynamics .label-holder-months li.odd {
  background-color: #9fbc10;
}
.page-content .dynamics .label-holder-months li.first {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.page-content .dynamics .label-holder-months li.last {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.page-content .dynamics .label-holder-months li.totalfirst {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.page-content .dynamics .label-holder-months li.totallast {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.page-content .dynamics .label-holder-year {
  position: absolute;
  top: 0;
  left: 0;
  width: 950px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-content .dynamics .label-holder-year li {
  position: absolute;
  top: 0;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  height: 30px;
  margin-left: 0;
  font: 600 15px/29px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  border-left: 1px solid #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #96b60f;
  padding-left: 12px;
}
.page-content .dynamics .label-holder-year li:first-child {
  border-left: none;
}
.page-content .dynamics .ui-rangeSlider-bar .label-holder-year li {
  background-color: #f9ec00;
  color: #666666;
}
.page-content .dynamics .ui-rangeSlider-bar .label-holder-months li {
  background-color: #f9ec00;
}
.page-content .dynamics .ui-rangeSlider-bar .label-holder-months li.odd {
  background-color: #fbf400;
}
footer {
  border-top: 2px solid #96b60f;
  font-size: 16px;
}
footer .social-likes {
  float: right;
  margin-top: 20px;
}
footer p {
  position: relative;
  margin-bottom: 0;
  margin-top: 20px;
  width: 640px;
  color: #666666;
}
footer p span {
  color: #999999;
}
footer p span.copy {
  position: absolute;
  left: -15px;
  top: 0;
}
footer p.link {
  margin: 0;
  font-size: 13px;
}
footer p.link a {
  color: #00b2dd;
}
footer p.mailto {
    margin: 0 0 20px;
    font-size: 13px;
}
.abstorel {
  font: 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 16px;
}
.abstorel span {
  color: #999999;
}
.abstorel a {
  border-bottom: 1px dotted;
}
.abstorel a:hover {
  text-decoration: none;
}
.export {
  position: relative;
  display: none;
}
.export a {
  font-size: 12px;
}
.export i {
  position: absolute;
  left: -20px;
  top: 1px;
  width: 16px;
  height: 18px;
  background: url("../img/elements.png") -20px -183px no-repeat;
}
.clear-all {
  position: relative;
  margin-left: 32px;
}
.clear-all a {
  font-size: 12px;
  border-bottom: 1px dotted;
}
.clear-all i {
  position: absolute;
  left: -18px;
  top: -6px;
  width: 20px;
  height: 20px;
  background: url("../img/elements.png") 0 -183px no-repeat;
}
.get-link {
  position: relative;
}
.get-link a {
  font-size: 12px;
}
.get-link i {
  position: absolute;
  left: -20px;
  top: 4px;
  width: 16px;
  height: 14px;
  background: url("../img/elements.png") -68px -53px no-repeat;
}
.body-shadow {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #000;
}
.social-share {
  margin-left: 0;
}
.social-share li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  *margin-left: 4px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: url("../img/elements.png") no-repeat;
}
.social-share li.vk {
  background-position: 0 -75px;
}
.social-share li.fb {
  background-position: 0 -93px;
}
.social-share li.tw {
  background-position: 0 -111px;
}
.social-share li.gp {
  background-position: 0 -129px;
}
.social-share li.lj {
  background-position: 0 -147px;
}
.social-share li.ok {
  background-position: 0 -165px;
}
.social-likes {
  margin-left: 0;
}
.social-likes li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  width: 36px;
  height: 18px;
  cursor: pointer;
  background: url("../img/elements.png") no-repeat;
}
.social-likes li.vk {
  background-position: -54px -75px;
}
.social-likes li.fb {
  background-position: -54px -93px;
}
.social-likes li.tw {
  background-position: -54px -111px;
}
.social-likes li.gp {
  background-position: -54px -129px;
}
.social-likes li.lj {
  background-position: -54px -147px;
}
.social-likes li.ok {
  background-position: -54px -165px;
}
.social-likes li.active.vk,
.social-likes li:hover.vk {
  background-position: -18px -75px;
}
.social-likes li.active.fb,
.social-likes li:hover.fb {
  background-position: -18px -93px;
}
.social-likes li.active.tw,
.social-likes li:hover.tw {
  background-position: -18px -111px;
}
.social-likes li.active.gp,
.social-likes li:hover.gp {
  background-position: -18px -129px;
}
.social-likes li.active.lj,
.social-likes li:hover.lj {
  background-position: -18px -147px;
}
.social-likes li.active.ok,
.social-likes li:hover.ok {
  background-position: -18px -165px;
}
.social-likes li.active {
  cursor: default;
}
.typeahead li {
  position: relative;
}
.typeahead li .country {
  position: absolute;
  top: 4px;
  right: 10px;
  font: 10px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  cursor: pointer;
}
.preloader {
  display: none;
  position: absolute;
  right: 6px;
  top: 50px;
  width: 32px;
  height: 32px;
  background: url("../img/elements.png") -277px -310px no-repeat;
}
.preloader i {
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 24px;
  height: 24px;
  background: url("../img/2.gif") no-repeat;
}
.gif-preloader {
  position: fixed;
  left: -9999px;
  width: 0;
  height: 0;
  background: url("../img/2.gif") no-repeat;
}
a:focus {
  outline: none;
}
div {
  *z-index: 10;
}
.body-shadow {
  *z-index: 15;
}
form,
fieldset {
  *z-index: 20;
}
input {
  *z-index: -100;
}
.where {
  *z-index: 30;
}
.what {
  *z-index: 40;
}
div.page-content {
  *z-index: 10;
}
div.heading,
div.menu {
  *z-index: 400;
}
div.modes {
  *z-index: 4000;
}
.dyn {
  *margin-top: -1px;
}

/* help page */
h2.dg-stat-with-border-title{
    color: #00b2dd;
    font-size: 22px;
    font-weight: normal;
    border-bottom: 2px solid #00b2dd;
    margin-bottom: 20px;
}
.neo-sans{
    font-family: "NeoSans", sans-serif;
}
.dg-stat-preview-text{
    padding-right: 260px;
    line-height: 24px;
    border-bottom: 3px solid #00b2dd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 16px;
}
    .research .dg-stat-preview-text {
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 25px;
    }
    .menu-product {
        font-size: 0;
        margin: 0 0 20px;
    }
        .menu-product li {
            display: inline-block;
            margin-right: 36px;
            font-size: 19px;
        }
            .menu-product li a {
                font: 400 19px/15px HeliosCondWeb, Helvetica, Arial, sans-serif;
                display: block;
            }
            .menu-product .active_item {
                font: 400 19px/15px HeliosCondWeb, Helvetica, Arial, sans-serif;
                display: block;
            }
        .menu-product li.more {
            font-size: 18px;
            position: relative;
        }
            .menu-product li.more a {
                text-decoration: none;
                border: 0;
            }
                .menu-product li.more a .txt {
                    border-bottom: 1px dotted;
                    margin-right: 10px;
                    display: inline-block;
                }
                .menu-product li.more a:hover .txt {
                    border: none;
                }
                .menu-product li.more em {
                    background: url("../img/elements.png") -156px -387px no-repeat;
                    display: inline-block;
                    width: 22px;
                    height: 22px;
                    vertical-align: middle;
                }
                .menu-product li.more.dropdown_show em {
                    background-position: -180px -387px;
                }
                .by-tag {
                    color: #939598;
                    font: 400 13px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
                    display: block;
                }
            .extra {
                position: absolute;
                z-index: 10;
                left: 50%;
                top: 25px;
                display: none;
            }
            .extra.dropdown_show {
                display: block;
            }
            .wrap-menu-dropdown {
                display: table;
                position: relative;
                left: -50%;
                background-color: #fff;
                border: 1px solid #e1e1e1;
                padding: 15px 0 10px 20px;
            }
            .menu-dropdown {
                display: table-cell;
                padding: 0 25px 0 0;
            }
                .menu-dropdown li {
                    display: block;
                    font-size: 18px;
                    margin: 0 0 15px;
                }
                .menu-product li.more .menu-dropdown li a {
                    text-decoration: underline;
                    display: inline;
                }
                .menu-product li.more .menu-dropdown li a:hover {
                    text-decoration: none;
                }
    .list-article {
        margin-bottom: 40px;
    }
    .wrap-article {
        margin-left: 0;
        width: 100%;
    }
    .wrap-article:after {
        width: 100%;
        height: 0;
        visibility: hidden;
        overflow: hidden;
        content: '';
        display: inline-block;
    }
        .article {
            width: 296px;
            margin: 0 0 35px;
            display: inline-block;
            vertical-align: top;
            padding-left: 31px;
        }
        .article:first-child, .article:nth-child(3n+1) {
            padding-left: 0;
        }
        .article .infographic {
            width: 296px;
            height: 199px;
            margin-bottom: 18px;
        }

        .breadcrumbs {
            font-size: 0;
            margin: 0 0 15px;
        }
            .breadcrumbs li {
                display: inline-block;
                color: #999;
                font: normal 16px Arial, sans-serif;
            }
                .breadcrumbs li .bull {
                    padding: 0 7px;
                }
            .article .breadcrumbs {
                margin: 0;
            }
                .article .breadcrumbs li {
                    font-size: 13px;
                    color: #6b6b6b;
                    margin: 0 0 5px;
                }
        .article h3 {
            margin-bottom: 15px;
            text-align: left;
        }
        .article h3 a {
            font: 400 24px HeliosCondWeb, Helvetica, Arial, sans-serif;
            text-decoration: none;
            border-bottom: 1px dotted #73b6e6;
        }
        .article h3 a:hover {
            border-bottom: none;
        }
    .paginator {
        display: inline-block;
        width: 100%;
    }
        .paginator .paginator-right {
            text-align: right;
        }
        .paginator .paginator-left {
            text-align: left;
        }
        .paginator .paginator-center {
            text-align: center;
        }
        .paginator a {
            text-decoration: none;
            border-bottom: none;
        }
            .paginator a em {
                background: url("../img/elements.png") -100px -387px no-repeat;
                display: inline-block;
                width: 27px;
                height: 26px;
                vertical-align: middle;
                margin: 0 10px 0 0;
            }
            .paginator .right a em {
                background-position: -128px -387px;
                margin: 0 0 0 10px;
            }
            .paginator a .txt {
                text-decoration: underline;
            }
            .paginator a:hover .txt {
                text-decoration: none;
            }
        .paginator ul {
            font-size: 0;
            margin: 0;
        }
        .paginator li > ul > li {
            display: inline-block;
            margin: 0 5px;
            font-size: 16px;
        }
            .paginator li.active a {
                color: #666;
            }
        .tags {
            font-size: 0;
            margin: 0 0 30px;
        }
            .tags li {
                display: inline-block;
                margin: 0 4px 0 0;
                color: #009cce;
                font-size: 16px;
            }
        .article-text {
            color: #333;
            font: normal 16px/24px Arial, sans-serif;
            padding-right: 275px;
        }
            .article-text h2 {
                font: 400 30px HeliosCondWeb, Helvetica, Arial, sans-serif;
                color: #303030;
                margin: 0 0 25px;
            }
            .article-text p {
                margin-bottom: 30px;
                position: relative;
                font: normal 16px/24px Arial, sans-serif;
            }
            .article-text p.back a {
                border: none;
                font-size: 14px;
                color: #666;
            }
                .article-text p.back a .txt {
                    text-decoration: underline;
                    color: #009cce;
                }
                .article-text p.back a:hover .txt {
                    text-decoration: none;
                }
            .article-text .bold {
                font-weight: bold;
            }
            .article-text .author {
                font-style: italic;
            }
                .article-text .tip {
                    position: absolute;
                    right: -300px;
                    top: 20%;
                }
                .article-text .tip .img-tip {
                    width: 43px;
                    height: 43px;
                    vertical-align: middle;
                    display: inline-block;
                    margin-right: 20px;
                }
                
                .article-text .tip .txt {
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 14px;
                    line-height: 19px;
                    color: #7c7c7c;
                    width: 200px;
                    font-weight: normal;
                }
                .article-text .tip a.txt {
                    border: none;
                }
                    .article-text .tip a.txt span {
                        font-size: 16px;
                        color: #00b1dc;
                        text-decoration: underline;
                    }
                    .article-text .tip a.txt:hover span {
                        text-decoration: none;
                    }
.illustration {
    text-align: center;
    margin: 0 auto 30px;
    max-width: 650px;
}
    .illustration img {
        cursor: pointer;
    }
    .illustration .zoom {
        font-size: 12px;
        border-bottom: none;
    }
        .illustration .zoom .icon {
            display: inline-block;
            background: url("../img/elements.png") -66px -193px no-repeat;
            width: 12px;
            height: 12px;
            vertical-align: middle;
            margin-right: 7px;
        }
        .illustration .zoom .txt {
            border-bottom: 1px dotted;
        }
        .illustration .zoom:hover .txt {
            border-bottom: none;
        }

/* pop up */
.modal {
    background: #ccc;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    height: 100%;
    width: 100%;
    text-align: center;
    display: none;
    overflow: auto;
}

.modal:before{
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.modal__content {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    max-width: 90%;
    text-align: left;
    position: relative;
    border: 1px solid #96b60f;
    border-radius: 10px;
}
.modal__close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 10px;
    height: 10px;
    background: url("../img/elements.png") -98px -122px no-repeat;
    border: none;
}
.modal__content img.modal__media {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 25px;
}

.dg-stat-double-text{
    display: block;
    overflow: hidden;
    line-height: 24px;
}
    .dg-stat-double-text p{
        margin-bottom: 1.4em;
    }
    .dg-stat-double-text-left{
        float: left;
        width: 457px;
    }
    .dg-stat-double-text-right{
        float: right;
        width: 457px;
    }

.dg-stat-step-bookmarks{
    text-align: justify;
    font-size: 1px;
}
.dg-stat-step-bookmarks{
    position: relative;
    overflow: hidden;
}
.dg-stat-step-bookmarks:after,
.dg-stat-step-bookmarks__after{
    content: "";
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    height: 0;
}
.dg-stat-step-bookmarks-item{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 15px 28px 300px 28px;
    width: 204px;
    margin-bottom: -300px;
    font-size: 16px;
    vertical-align: top;
    text-align: left;
    line-height: 24px;
    cursor: pointer;
}
.dg-stat-step-bookmarks-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2px;
}
.dg-stat-step-bookmarks-title span{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: bottom;
}
.dg-stat-step-bookmarks-title .dg-stat-icon{
    margin-right: 14px;
    padding-bottom: 4px;
}
.dg-stat-step-bookmarks-item.selected{
    background: #f2f0f0;
}
.dg-stat-step-icon{
    text-align: center;
    margin-bottom: 22px;
}
.dg-stat-step-content{
    background: #f2f0f0;
    margin-bottom: 50px;
    overflow: hidden;
}
    .dg-stat-step-content-item{
        padding: 28px;
        display: none;
    }
    .dg-stat-step-content-item img{
        display: block;
        border: 1px solid #e6e7e8;
    }
    .dg-stat-green-border{
        border: 3px solid #a6cd2a;
        padding: 5px 19px;
        background: #fff;
        margin-top: 1.5em;
    }
.dg-stat-icon{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    background: url('../img/help-icons.png') no-repeat;
}
.dg-stat-icon-folder{
    width: 167px;
    height: 124px;
    background-position: 0 0;
}
.dg-stat-icon-home{
    width: 134px;
    height: 124px;
    background-position: -167px 0;
}
.dg-stat-icon-malbert{
    width: 131px;
    height: 124px;
    background-position: -301px 0;
}
.dg-stat-icon-one{
    width: 38px;
    height: 66px;
    background-position: -119px -249px;
}
.dg-stat-icon-two{
    width: 41px;
    height: 66px;
    background-position: -157px -249px;
}
.dg-stat-icon-three{
    width: 40px;
    height: 66px;
    background-position: -198px -249px;
}
.dg-stat-icon-btm-arrow{
    width: 10px;
    height: 12px;
    background-position: -238px -300px;
    vertical-align: middle;
}
    .dg-stat-step-bookmarks-item.selected .dg-stat-icon-btm-arrow{
        background-position: -238px -288px;
    }
    .dg-stat-step-bookmarks-item.selected .dg-stat-icon-folder{
        background-position: 0 -124px;
    }
    .dg-stat-step-bookmarks-item.selected .dg-stat-icon-home{
        background-position: -167px -124px;
    }
    .dg-stat-step-bookmarks-item.selected .dg-stat-icon-malbert{
        background-position: -301px -124px;
    }
    .dg-stat-step-bookmarks-item.selected .dg-stat-icon-one{
        background-position: 0 -249px;
    }
    .dg-stat-step-bookmarks-item.selected .dg-stat-icon-two{
        background-position: -38px -249px;
    }
    .dg-stat-step-bookmarks-item.selected .dg-stat-icon-three{
        background-position: -79px -249px;
    }
.dg-stat-icon-arrow{
    width: 24px;
    height: 40px;
    margin-top: 86px;
    background-position: -238px -249px;
    vertical-align: top;
}

.js-remove-target {
  font-style: normal;
  padding-right: 15px;
}
.js-remove-wrapper .js-remove-item,
.js-remove-wrapper .js-category-remove {
  position: absolute;
  margin-left: -11px;
}

.img-preview .zoom {
    background: url("../img/zoom_ico.gif") no-repeat scroll 0 4px transparent !important;
    font-size: 13px;
    padding-left: 17px;
    position: relative;
    text-decoration: none;
    border-bottom: 0;
}

.img-preview .zoom > span {
    border-bottom: 1px dashed;
}

.img-preview a.zoom:hover > span {
    border-bottom: none;
}

#cboxWrapper #cboxTopRight{width:20px; background-position: -130px 0;}
#cboxWrapper #cboxBottomRight{width:20px; background-position: -130px -29px;}
.cboxContent button, .cboxContent button:focus, .cboxContent button:active {
    border: none;
    outline: none;
}