@charset "UTF-8";
/*üõöä*/

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

body.home .company-card .card_content .card-contact div { width: 100% !important;}
body.home .company-card .card_content .card-contact div th{ width: 200px !important;}


/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
#register-content .form-section #maindata-form input[type="button"],
#register-content .form-section #register-form input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media only print {
  *, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }

  ::-moz-selection {
    background: #00ab90;
    color: #00ab90; }

  ::-webkit-selection {
    background: #00ab90;
    color: #fff; }

  ::-ms-selection {
    background: #00ab90;
    color: #fff; }

  ::-o-selection {
    background: #00ab90;
    color: #fff; }

  ::selection {
    background: #00ab90;
    color: #fff; }

  body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #444; }
    body * {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -ms-font-smoothing: antialiased;
      -o-font-smoothing: antialiased; }

  h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
    line-height: 1;
    margin: 0 0 15px 0; }

  h2 {
    font-size: 27px; }

  h3 {
    font-size: 24px; }

  h4 {
    font-size: 21px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 16px; }

  p {
    margin: 0 0 17px 0; }

  em {
    font-style: italic;
    color: #777;
    border-bottom: 1px dotted #ccc; }

  strong {
    font-weight: 700; }

  blockquote {
    padding: 10px 0 10px 25px;
    border-left: 2px solid #efefef;
    color: #777;
    margin: 0 0 15px 0; }

  table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px; }
    table thead {
      background-color: #00ab90;
      border: 1px solid #00ab90; }
      table thead tr th {
        color: white;
        text-align: left;
        line-height: 40px;
        padding-left: 20px;
        font-size: 14px;
        text-transform: uppercase; }
    table tbody tr:nth-child(odd) {
      background-color: #eee; }
      table tbody tr:nth-child(odd):nth-child(even) {
        background-color: #fff; }
    table tbody tr:hover {
      background-color: #f7f9fb; }
    table tbody tr td {
      padding: 0 20px;
      line-height: 40px;
      border: 1px solid #eee; }
      table tbody tr td:first-child {
        font-weight: bold; }
      table tbody tr td a {
        color: #000; }
        table tbody tr td a:hover {
          text-decoration: underline; }

  input[type=text], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=number] {
    display: block;
    width: 100%;
    padding: 6px 10px;
    height: 45px;
    background: #FFF;
    border: solid;
    font-size: 16px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0; }
    input[type=text]:active, input[type=text]:focus, input[type=email]:active, input[type=email]:focus, input[type=password]:active, input[type=password]:focus, input[type=url]:active, input[type=url]:focus, input[type=tel]:active, input[type=tel]:focus, input[type=number]:active, input[type=number]:focus {
      color: #333; }

  input[type=radio], input[type=checkbox] {
    display: inline-block;
    width: auto;
    margin-bottom: 12px;
    font-size: 13px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }

  textarea {
    display: block;
    width: 100%;
    padding: 6px 10px;
    border: none;
    background: #ededed;
    margin-bottom: 12px;
    font-size: 16px;
    outline: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
    textarea:active, textarea:focus {
      background: #e5e5e5;
      color: #333; }

  select {
    padding: 6px;
    border: 1px solid #ccc;
    margin-bottom: 12px;
    font-size: 13px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }

  img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: middle; }

  .gmnoprint img {
    max-width: none; }

  a {
    text-decoration: none;
    color: #00ab90; }
    a:hover {
      text-decoration: underline; }

  .center {
    text-align: center; }

  .left {
    float: left !important; }

  .right {
    float: right !important; }

  .container {
    margin: 0 auto;
    width: 1200px;
    max-width: 100%; }
    .container:before, .container:after {
      content: "";
      display: table; }
    .container:after {
      clear: both; }

  .button {
    background: #00ab90;
    padding: 8px 26px;
    text-transform: uppercase;
    border: 3px solid #00ab90;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    display: inline-table;
    margin-right: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .button:hover {
      text-decoration: none; } }
@media only print and (max-width: 767px) {
  .left, .right {
    float: none !important; }

  table tbody tr td {
    padding: 11px 20px;
    line-height: 18px; } }
.row {
  margin: 0 -15px; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

[class*='col-'] {
  float: left;
  padding: 0 15px; }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 16.66%; }

.col-3 {
  width: 24.99%; }

.col-4 {
  width: 33.32%; }

.col-5 {
  width: 41.65%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.31%; }

.col-8 {
  width: 66.64%; }

.col-9 {
  width: 74.97%; }

.col-10 {
  width: 83.3%; }

.col-11 {
  width: 91.63%; }

.col-12 {
  width: 100%; }

@media only print and (max-width: 767px) {
  [class*='col-'] {
    float: none;
    width: 100%; } }
.menu-off {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10; }

body {
  color: #000; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.hide {
  display: none; }
.hidden {
  visibility: hidden; }

#header .container {
  background: #EEE;
  height: 135px; }
  #header .container .logo {
    padding: 45px 30px 0; }
  #header .container .search-content {
    padding: 0;
    margin-top: 20px; }
    #header .container .search-content .tab-btn {
      padding: 0 20px; }
      #header .container .search-content .tab-btn li {
        border: 1px solid #00ab90;
        margin-right: 15px;
        border-bottom: 0px;
        padding: 3px 15px;
        background: transparent; }
        #header .container .search-content .tab-btn li a {
          color: #000; }
      #header .container .search-content .tab-btn .active {
        background: #00ab90; }
        #header .container .search-content .tab-btn .active a {
          color: #fff; }
    #header .container .search-content input {
      height: 50px;
      border: 2px solid #00ab90; }
      #header .container .search-content input.search-submit {
        top: 4px;
        right: 4px;
        width: 42px;
        height: 42px;
        border: none; }
  #header .container .access {
    position: relative;
    margin-top: 31px;
    padding: 0 30px 0 0; }
    #header .container .access .main-menu {
      float: right;
      list-style: none;
      margin: 0;
      padding: 0; }
      #header .container .access .main-menu.icons-menu li {
        margin-top: 23px; }
        #header .container .access .main-menu.icons-menu li a {
          width: 30px;
          height: 30px;
          text-indent: -9999px;
          text-align: left;
          border: none;
          padding: 0; }
          #header .container .access .main-menu.icons-menu li a:hover {
            border: none; }
        #header .container .access .main-menu.icons-menu li.show-menu {
          margin: 15px 0 0 7px; }
      #header .container .access .main-menu li {
        float: left;
        margin-left: 15px;
        margin-top: 15px; }
        #header .container .access .main-menu li a {
          padding: 9px 26px;
          text-transform: uppercase;
          border: 2px solid #000;
          color: #000;
          display: block;
          background: #fff; }
          #header .container .access .main-menu li a:hover {
            border: 2px solid #00ab90;
            background: #00ab90;
            color: #fff;
            text-decoration: none; }
        #header .container .access .main-menu li.log-out a {
          background: url(../images/log-out.png) center center no-repeat; }
        #header .container .access .main-menu li.settings a {
          background: url(../images/settings.png) center center no-repeat; }
        #header .container .access .main-menu li.show-menu {
          margin-top: 15px; }
          #header .container .access .main-menu li.show-menu a {
            background: url(../images/mobile-menu.png) no-repeat;
            background-position: 10px 11px;
            width: 46px;
            height: 43px;
            padding: 0;
            border: none;
            text-align: left;
            text-indent: -9999px; }
        #header .container .access .main-menu li.open a {
          background: #303030 url(../images/mobile-menu.png) no-repeat 10px -31px; }
        #header .container .access .main-menu li .menu {
          display: none;
          position: absolute;
          top: 58px;
          right: 30px;
          padding: 0;
          margin: 0;
          background: #333;
          background: rgba(0, 0, 0, 0.8);
          text-align: left;
          list-style-type: none;
          text-transform: uppercase;
          font-size: 16px;
          z-index: 11; }
          #header .container .access .main-menu li .menu li {
            float: none;
            display: block;
            margin: 0; }
            #header .container .access .main-menu li .menu li a {
              color: #fff;
              display: block;
              padding: 10px 20px;
              margin: 0;
              background: none;
              text-indent: 0;
              width: auto;
              height: auto;
              top: 0; }
              #header .container .access .main-menu li .menu li a:hover {
                background: #00ab90;
                text-decoration: none; }

.search-content {
  padding: 0 0 104px 0;
  margin: 0 auto;
  float: none; }
  .search-content .search-submit {
    background: url(../images/search.png) center center no-repeat;
    background-color: #00ab90;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 50px;
    height: 51px;
    padding: 0; }
    .search-content .search-submit:hover {
      background-color: #0D816F; }
  .search-content .tab-btn {
    list-style-type: none;
    padding: 0px 15px;
    margin: 0;
    font-size: 12px; }
    .search-content .tab-btn li {
      display: inline-block;
      background: rgba(0, 0, 0, 0.5);
      margin-right: 5px;
      padding: 5px 25px;
      display: inline-block; }
      .search-content .tab-btn li a {
        text-transform: uppercase;
        text-decoration: none;
        color: #fff; }
    .search-content .tab-btn .active {
      background: #fff; }
      .search-content .tab-btn .active a {
        color: #000; }
  .search-content form {
    position: relative; }
    .search-content form input {
      border: none;
      padding: 6px 70px 6px 20px;
      height: 55px; }

#register-content .form-section {
  background-color: #eee;
  padding-top: 20px;
  padding-bottom: 20px; }
  #register-content .form-section div.error {
    color: red; }
  #register-content .form-section h1 {
    font-size: 40px;
    margin-bottom: 25px;
    padding: 20px; }
  #register-content .form-section table {
    width: auto;
    margin-left: auto;
    margin-right: auto; }
  #register-content .form-section form {
    width: 50%;
    margin-top: 10px;
    margin-left: 25%; }
    #register-content .form-section form label {
      font-weight: bold;
      text-transform: uppercase; }
  #register-content .form-section #maindata-form label, #register-content .form-section #register-form label {
    font-weight: normal;
    font-size: 12px;
    color: #959595; }
  #register-content .form-section #maindata-form select, #register-content .form-section #register-form select {
    height: 30px;
    width: 145px;
    border: 1px solid #959595;
    font-weight: normal;
    display: block; }
  #register-content .form-section #maindata-form input[type="submit"], #register-content .form-section #register-form input[type="submit"], #register-content .form-section #maindata-form input[type="button"], #register-content .form-section #register-form input[type="button"] {
    background: #00ab90;
    padding: 3px 26px;
    color: white;
    text-transform: uppercase;
    border: 3px solid #00ab90;
    font-size: 13px;
    font-weight: normal;
    contentolor: #fff;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    display: inline-table;
    margin-right: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #register-content .form-section input[type="text"], #register-content .form-section input[type="password"] {
    height: 30px;
    width: 205px;
    border: 1px solid #959595;
    font-weight: normal; }

.logged-in-menu {
  background: #00ab90;
  padding: 0 120px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff; }
  .logged-in-menu ul {
    padding: 0; }
    .logged-in-menu ul li {
      display: inline-block;
      border-right: 2px solid #fff;
      padding: 0 30px; }
      .logged-in-menu ul li:first-child {
        padding-left: 0; }
      .logged-in-menu ul li:last-child {
        border-right: none; }
      .logged-in-menu ul li a {
        text-transform: uppercase;
        color: #fff; }
  .logged-in-menu .person-in {
    padding: 0;
    text-align: right; }
    .logged-in-menu .person-in span {
      font-weight: bold;
      line-height: 50px; }

#login-area {
  margin-bottom: 15px;
  margin-top: 20px; }
  #login-area a {
    color: #00ab90; }
  #login-area .login-bar {
    border: 2px solid #eee;
    position: relative;
    padding: 20px 15px; }
    #login-area .login-bar a {
      text-decoration: underline; }
      #login-area .login-bar a:hover {
        text-decoration: none; }
    #login-area .login-bar p {
      margin: 0;
      font-size: 16px;
      padding-right: 60px; }
    #login-area .login-bar .close {
      background: url(../images/close.png) center center no-repeat;
      background-color: #eee;
      position: absolute;
      top: 0px;
      right: 0px;
      width: 64px;
      height: 100%;
      padding: 0;
      border: 0; }
      #login-area .login-bar .close:hover {
        background-color: #ccc; }

#login-view {
  width: 680px; }
  #login-view .login-heading {
    background: #eeeeee;
    padding: 18px 20px;
    position: relative; }
    #login-view .login-heading h3 {
      margin: 0; }
  #login-view .login-content {
    padding: 25px 30px;
    background: white; }
    #login-view .login-content .popup-login {
      padding: 0 130px 0 0; }
      #login-view .login-content .popup-login label {
        margin-bottom: 10px;
        display: block;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase; }
      #login-view .login-content .popup-login input {
        margin-bottom: 10px;
        border: 1px solid #959595;
        height: 30px; }
      #login-view .login-content .popup-login .submit {
        height: auto;
        font-size: 12px;
        margin-top: 5px; }
        #login-view .login-content .popup-login .submit:hover {
          background: #07816e; }
    #login-view .login-content .login-id p {
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 10px; }
    #login-view .login-content .login-id a {
      display: block;
      margin-bottom: 15px; }
  #login-view .login-footer {
    padding: 0 30px 35px;
    background: white; }
    #login-view .login-footer p {
      text-transform: uppercase; }
    #login-view .login-footer .links a {
      display: inline-block;
      margin-right: 25px; }
  #login-view #closeLogin {
    position: absolute;
    top: 0;
    right: 0;
    background: #00ab90 url(../images/x.png) center center no-repeat;
    width: 60px;
    height: 60px;
    border: none; }
    #login-view #closeLogin:hover {
      background-color: #07816e; }

.more-info {
  display: none;
  position: absolute;
  top: -220px;
  left: 50%;
  margin-left: -115px;
  width: 230px;
  height: 190px;
  background-color: white;
  border: 1px solid #eeeeee;
  padding: 20px;
  text-align: left; }
  .more-info h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0; }
  .more-info p {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    margin-top: 10px; }
  .more-info:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 11px 0 11px;
    border-color: #ffffff transparent transparent transparent; }

.accordion .more-info {
  height: auto;
  top: -60px;
  padding: 15px 20px; }
  .accordion .more-info:after {
    border: none;
    width: 22px;
    height: 11px;
    bottom: -11px;
    background: url(../images/down_arrow.png) center center no-repeat; }

#intro {
  margin-bottom: 60px;
  margin-top: 20px; }
  #intro:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -27px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 27px 0 27px;
    border-color: #00ab91 transparent transparent transparent; }
  #intro .intro-top {
    background: url(../images/intro-bg.jpg) top center no-repeat; }
  #intro h1 {
    text-align: center;
    color: white;
    font-size: 74px;
    padding: 120px 120px 30px 120px; }
  #intro .intro-bottom {
    background-color: #00ab90;
    padding: 60px 0 45px;
    text-align: center; }
    #intro .intro-bottom .fields {
      margin: 0;
      padding: 0; }
      #intro .intro-bottom .fields li {
        position: relative;
        display: inline-block;
        width: 140px; }
        #intro .intro-bottom .fields li .inner-field {
          width: 115px;
          height: 115px;
          border: 2px solid white;
          margin: 0 auto;
          background-image: url(../images/icons.png);
          background-repeat: no-repeat; }
          #intro .intro-bottom .fields li .inner-field:hover {
            background-color: white; }
          #intro .intro-bottom .fields li .inner-field.maksehaired {
            background-position: 20px 21px; }
            #intro .intro-bottom .fields li .inner-field.maksehaired:hover {
              background-position: 20px -89px; }
          #intro .intro-bottom .fields li .inner-field.maksuvolad {
            background-position: -120px 21px; }
            #intro .intro-bottom .fields li .inner-field.maksuvolad:hover {
              background-position: -120px -89px; }
          #intro .intro-bottom .fields li .inner-field.teadaanded {
            background-position: -261px 21px; }
            #intro .intro-bottom .fields li .inner-field.teadaanded:hover {
              background-position: -261px -89px; }
          #intro .intro-bottom .fields li .inner-field.kohtulahendid {
            background-position: -402px 21px; }
            #intro .intro-bottom .fields li .inner-field.kohtulahendid:hover {
              background-position: -402px -89px; }
          #intro .intro-bottom .fields li .inner-field.kinnitusraamat {
            background-position: -544px 21px; }
            #intro .intro-bottom .fields li .inner-field.kinnitusraamat:hover {
              background-position: -544px -89px; }
          #intro .intro-bottom .fields li .inner-field.majandusaasta-aruanne {
            background-position: -685px 21px; }
            #intro .intro-bottom .fields li .inner-field.majandusaasta-aruanne:hover {
              background-position: -685px -89px; }
          #intro .intro-bottom .fields li .inner-field.majandustegevuse-register {
            background-position: -825px 21px; }
            #intro .intro-bottom .fields li .inner-field.majandustegevuse-register:hover {
              background-position: -825px -89px; }
        #intro .intro-bottom .fields li h2 {
          font-size: 12px;
          color: white;
          text-align: center;
          line-height: 50px;
          margin: 0; }
          #intro .intro-bottom .fields li h2 span {
            display: inline-block;
            line-height: 1;
            vertical-align: middle; }

.slider {
  padding-bottom: 65px; }
  .slider .slider-inner {
    float: none;
    margin: 0 auto; }
    .slider .slider-inner .bx-wrapper {
      position: relative; }
      .slider .slider-inner .bx-wrapper .bxslider {
        text-align: center; }
        .slider .slider-inner .bx-wrapper .bxslider li {
          display: table;
          height: 210px; }
          .slider .slider-inner .bx-wrapper .bxslider li .middle {
            display: table-cell;
            vertical-align: middle; }
            .slider .slider-inner .bx-wrapper .bxslider li .middle p {
              font-size: 16px; }
              .slider .slider-inner .bx-wrapper .bxslider li .middle p:nth-of-type(2) {
                margin-bottom: 0; }
            .slider .slider-inner .bx-wrapper .bxslider li .middle .comp {
              font-size: 12px; }
            .slider .slider-inner .bx-wrapper .bxslider li .middle .author {
              font-size: 12px;
              font-weight: bold;
              text-transform: uppercase; }
        .slider .slider-inner .bx-wrapper .bxslider h2 {
          color: #000;
          font-size: 50px;
          margin-bottom: 20px;
          text-transform: none; }
          .slider .slider-inner .bx-wrapper .bxslider h2 .green-bg {
            position: relative;
            top: 5px;
            color: #fff;
            background: #00ab90;
            padding: 0px 15px;
            display: inline-block;
            line-height: 56px; }
    .slider .slider-inner .bx-controls-direction a {
      background: url(../images/arrows.png) no-repeat;
      display: inline-block;
      text-indent: -9999px;
      height: 85px;
      width: 50px; }
    .slider .slider-inner .bx-controls-direction .bx-prev {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -42px;
      left: -165px; }
      .slider .slider-inner .bx-controls-direction .bx-prev:hover {
        background-position: 0px -115px; }
    .slider .slider-inner .bx-controls-direction .bx-next {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -42px;
      right: -165px;
      background-position: -75px 0px; }
      .slider .slider-inner .bx-controls-direction .bx-next:hover {
        background-position: -75px -115px; }

#content .left-newsbox-link {
  margin-bottom: 7px; }
  #content .left-newsbox-link a {
    color: #000; }
#content .newsgroup-link, #content #simple-comp a, #content #main_news a {
  color: #000;
  text-decoration: underline; }
#content #main_news {
  margin-bottom: 20px; }
  #content #main_news .pagination {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 20px;
    font-size: 18px; }
    #content #main_news .pagination li {
      display: inline-block;
      border: 1px solid #eee;
      margin-right: 5px; }
      #content #main_news .pagination li:hover {
        border: 1px solid #00ab90; }
      #content #main_news .pagination li a {
        padding: 7px 15px;
        color: #000;
        display: inline-block;
        text-decoration: none;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
        #content #main_news .pagination li a:hover {
          background: #00ab90;
          color: #fff; }
#content .featured {
  background: #EEE;
  padding: 65px 105px;
  color: black; }
  #content .featured .featured-box h2 {
    font-size: 25px;
    color: black;
    margin-bottom: 25px; }
  #content .featured .featured-box h3 {
    font-size: 18px;
    color: black;
    margin-top: 21px;
    margin-bottom: 6px;
    text-transform: none;
    height: 36px;
    overflow-y: hidden; }
  #content .featured .featured-box p {
    margin: 0 0 20px 0;
    height: 84px;
    overflow-y: hidden; }
  #content .featured .featured-box .button {
    display: inline-block;
    margin-top: 8px;
    border: 3px solid #00ab90;
    padding: 7px 26px;
    font-size: 12px; }
    #content .featured .featured-box .button:hover {
      background: white;
      border: 3px solid black;
      color: black; }
#content .info {
  background: #00ab90;
  padding: 70px 120px 70px;
  color: white; }
  #content .info .about {
    padding: 0 45px 0 0; }
  #content .info h2 {
    color: white;
    margin-bottom: 25px; }
  #content .info .button {
    border: 3px solid white;
    margin-top: 30px;
    font-size: 12px; }
    #content .info .button:hover {
      background-color: white;
      color: #00ab90; }
  #content .info .statistics {
    padding: 5px 0 15px 25px;
    border-left: 2px solid white; }
    #content .info .statistics .statistic-box {
      padding: 0;
      margin-bottom: 25px; }
      #content .info .statistics .statistic-box p {
        text-transform: uppercase;
        margin: 0;
        font-size: 12px; }
      #content .info .statistics .statistic-box .statistic-nr {
        font-size: 40px;
        line-height: 1; }

#content {
  margin-top: 20px; }
  #content .data-section {
    position: relative;
    background: #eee;
    padding: 55px 120px; }
    #content .data-section:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -26px;
      margin-left: -27px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 27px 27px 0 27px;
      border-color: #eee transparent transparent transparent; }
    #content .data-section .page-title {
      font-size: 40px;
      border-bottom: 3px solid #00ab90;
      padding-bottom: 10px;
      margin-bottom: 25px; }
    #content .data-section .related {
      float: right;
      position: absolute;
      top: 75px;
      right: 120px; }
      #content .data-section .related ul {
        padding: 0;
        margin: 0; }
        #content .data-section .related ul li {
          display: inline-block;
          margin-left: 15px; }
          #content .data-section .related ul li a {
            display: inline-block;
            width: 21px;
            height: 20px; }
            #content .data-section .related ul li a.print {
              background: url(../images/print.png) center center no-repeat; }
            #content .data-section .related ul li a.pdf {
              background: url(../images/pdf.png) center center no-repeat; }
    #content .data-section .data-table {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      #content .data-section .data-table li {
        position: relative;
        font-weight: bold;
        margin-bottom: 5px;
        font-size: 14px;
        padding-left: 155px; }
        #content .data-section .data-table li span {
          position: absolute;
          left: 0;
          display: inline-block;
          text-transform: uppercase;
          font-weight: normal;
          line-height: 19px;
          font-size: 12px; }
  #content .filter-section {
    background-color: #eee;
    padding-top: 20px;
    padding-bottom: 20px; }
    #content .filter-section table {
      width: auto;
      margin-left: auto;
      margin-right: auto; }
    #content .filter-section form {
      width: 50%;
      margin-top: 10px;
      margin-left: 25%; }
      #content .filter-section form textarea {
        min-height: 200px;
        max-width: 800px;
        margin-top: 10px;
        border: solid 1px #c2c2c2;
        background-color: white; }
      #content .filter-section form label {
        font-weight: bold;
        text-transform: uppercase; }
    #content .filter-section .debtor-claim {
      margin-left: 25%;
      text-align: left; }
      #content .filter-section .debtor-claim .title {
        font-size: 18px; }
      #content .filter-section .debtor-claim .compact {
        line-height: 20px; }
      #content .filter-section .debtor-claim th {
        width: 200px;
        text-transform: uppercase; }
      #content .filter-section .debtor-claim tr:hover {
        background-color: #eee; }
      #content .filter-section .debtor-claim button {
        height: 25px;
        line-height: normal;
        font-weight: normal; }
    #content .filter-section #claims-filter tr:hover {
      background-color: #eee; }
    #content .filter-section #claims-filter label {
      font-weight: normal;
      font-size: 12px;
      color: #959595; }
    #content .filter-section #claims-filter input[type="text"], #content .filter-section #claims-filter #register-content .form-section input[type="password"], #register-content .form-section #content .filter-section #claims-filter input[type="password"] {
      height: 30px;
      width: 145px;
      border: 1px solid #959595;
      font-weight: normal; }
    #content .filter-section #claims-filter select {
      height: 30px;
      width: 145px;
      border: 1px solid #959595;
      font-weight: normal; }
    #content .filter-section #claims-filter input[type="submit"], #content .filter-section #claims-filter #register-content .form-section #maindata-form input[type="button"], #register-content .form-section #maindata-form #content .filter-section #claims-filter input[type="button"], #content .filter-section #claims-filter #register-content .form-section #register-form input[type="button"], #register-content .form-section #register-form #content .filter-section #claims-filter input[type="button"],
    #content .filter-section #claims-filter input[type="button"] {
      background: #00ab90;
      padding: 3px 26px;
      text-transform: uppercase;
      border: 3px solid #00ab90;
      font-size: 13px;
      font-weight: normal;
      color: #fff;
      display: inline-block;
      *zoom: 1;
      *display: inline;
      display: inline-table;
      margin-right: 1px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  #content .data {
    padding: 0; }
    #content .data .more-info {
      top: -210px; }
  #content .entry-content {
    padding: 55px 120px; }
    #content .entry-content h1 {
      font-size: 40px;
      margin-bottom: 25px; }
    #content .entry-content .scroll-table {
      overflow-x: auto; }
    #content .entry-content .compact th, #content .entry-content .compact td {
      padding-top: 11px;
      padding-bottom: 11px;
      line-height: 18px; }
    #content .entry-content .pagination {
      margin: 0;
      padding: 0;
      list-style-type: none;
      margin-top: 20px;
      font-size: 18px; }
      #content .entry-content .pagination li {
        display: inline-block;
        border: 1px solid #eee;
        margin-right: 5px; }
        #content .entry-content .pagination li:hover {
          border: 1px solid #00ab90; }
        #content .entry-content .pagination li a {
          padding: 7px 15px;
          color: #000;
          display: inline-block;
          text-decoration: none;
          -webkit-transition: all 0.1s ease-in-out;
          -moz-transition: all 0.1s ease-in-out;
          -ms-transition: all 0.1s ease-in-out;
          -o-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out; }
          #content .entry-content .pagination li a:hover {
            background: #00ab90;
            color: #fff; }
    #content .entry-content .testimonials {
      padding: 0;
      margin: 0 -10px; }
      #content .entry-content .testimonials .testimonial-box {
        padding: 0 10px 20px; }
        #content .entry-content .testimonials .testimonial-box .inner-box {
          border: 1px solid #eee;
          padding: 20px; }
          #content .entry-content .testimonials .testimonial-box .inner-box h2 {
            font-size: 16px;
            text-transform: none; }
          #content .entry-content .testimonials .testimonial-box .inner-box .text {
            font-style: italic; }
        #content .entry-content .testimonials .testimonial-box img {
          float: left; }
        #content .entry-content .testimonials .testimonial-box .testimonial-info {
          margin-left: 80px;
          margin-bottom: 15px; }
          #content .entry-content .testimonials .testimonial-box .testimonial-info p {
            margin-bottom: 10px;
            line-height: 1; }
        #content .entry-content .testimonials .testimonial-box .person {
          font-weight: bold;
          text-transform: capitalize; }
        #content .entry-content .testimonials .testimonial-box p {
          margin-bottom: 20px; }
  #content #ajax-container {
    padding-top: 0;
    display: none; }
    #content #ajax-container .hide {
      display: inline-block; }
    #content #ajax-container .detailed-reports tbody td:first-child {
      width: 50%; }
    #content #ajax-container .detailed-reports tbody td:last-child {
      width: 140px; }

.open-all {
  display: inline-block;
  margin: 20px 49px;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: bold; }
  .open-all .open-icon {
    background: #00ab90 url(../images/active_sprite.png) no-repeat;
    width: 20px;
    height: 20px;
    background-position: 3px 3px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 10px; }

.data-icons {
  margin: 0 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  text-align: right; }
  .data-icons li {
    position: relative;
    display: inline-block;
    width: 60px;
    margin-left: 15px;
    font-size: 12px;
    font-weight: bold; }
    .data-icons li.negative .icon {
      border: 2px solid #ed2024; }
    .data-icons li .icon {
      width: 100%;
      height: 60px;
      border: 2px solid #00ab90;
      text-align: center;
      line-height: 54px;
      background: #fff;
      cursor: pointer; }
    .data-icons li span {
      width: 50%;
      background-color: #00ab90;
      color: white;
      float: left;
      text-align: center;
      line-height: 25px;
      cursor: pointer; }
      .data-icons li span.full-width {
        width: 100%; }
      .data-icons li span.red {
        background-color: #ed2024; }

.accordion {
  position: relative; }
  .accordion h2 {
    font-size: 24px;
    margin: 0; }
  .accordion h4 {
    font-size: 18px;
    display: inline-block;
    margin: 0;
    line-height: 1; }
  .accordion .data-icons li .icon {
    display: none; }
    .accordion .data-icons li .icon.show-icon {
      display: block; }
  .accordion .accordion-heading {
    padding: 20px 0;
    border-bottom: 2px solid #00ab90; }
  .accordion .toggle-section .heading {
    padding: 0; }
    .accordion .toggle-section .heading h3 {
      position: relative;
      font-size: 20px;
      line-height: 25px;
      display: inline-block;
      margin: 0; }
      .accordion .toggle-section .heading h3 a {
        color: #000; }
  .accordion .toggle-section .status-all {
    padding: 0; }
  .accordion .toggle-section .open {
    float: left;
    width: 25px;
    height: 25px;
    background: #00ab90 url(../images/active_sprite.png) no-repeat;
    background-position: 6px 6px;
    margin: 0 10px 0 0; }
    .accordion .toggle-section .open.active {
      background-position: 6px -16px; }
  .accordion .toggle-section .header-nr {
    position: absolute;
    right: -40px;
    top: -2px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    background: #eee;
    border: 1px solid #eee;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px; }
  .accordion .toggle-section .toggler-chooser {
    padding: 0;
    display: none; }
    .accordion .toggle-section .toggler-chooser .toggler-row {
      border-bottom: 1px solid #eee;
      padding: 15px 0 15px; }
    .accordion .toggle-section .toggler-chooser .person-details {
      padding: 0; }
      .accordion .toggle-section .toggler-chooser .person-details h3 {
        margin: 0 0 5px; }
      .accordion .toggle-section .toggler-chooser .person-details p {
        font-size: 14px;
        font-weight: bold;
        margin: 0;
        line-height: 1; }
        .accordion .toggle-section .toggler-chooser .person-details p span {
          font-size: 12px;
          font-weight: normal;
          display: inline-block;
          text-transform: uppercase;
          margin-right: 85px; }
    .accordion .toggle-section .toggler-chooser .person-icons {
      text-align: right;
      padding: 6px 0 0; }

#footer {
  margin-bottom: 50px; }
  #footer .footer-inner {
    border-bottom: 5px solid #eee; }
  #footer .social {
    line-height: 50px;
    height: 100%;
    text-align: center; }
  #footer .footer-menu {
    padding-left: 80px; }
    #footer .footer-menu li {
      display: inline-block;
      padding: 0px 10px;
      border-right: 1px solid #00ab90;
      list-style-type: none;
      line-height: 10px; }
      #footer .footer-menu li:last-child {
        border-right: none; }
      #footer .footer-menu li a {
        color: #999;
        font-size: 12px; }

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.8); }

#modalWindow {
  display: none;
  width: 680px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -230px;
  margin-left: -340px;
  z-index: 13; }
  #modalWindow .modal-heading {
    background: #eeeeee;
    padding: 18px 20px;
    position: relative; }
    #modalWindow .modal-heading h3 {
      margin: 0; }
  #modalWindow .modal-content {
    padding: 25px 30px;
    background: white; }
    #modalWindow .modal-content .popup-login {
      padding: 0 130px 0 0; }
      #modalWindow .modal-content .popup-login label {
        margin-bottom: 10px;
        display: block;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase; }
      #modalWindow .modal-content .popup-login input {
        margin-bottom: 10px;
        border: 1px solid #959595;
        height: 30px; }
      #modalWindow .modal-content .popup-login .submit {
        height: auto;
        font-size: 12px;
        margin-top: 5px; }
        #modalWindow .modal-content .popup-login .submit:hover {
          background: #07816e; }
    #modalWindow .modal-content .login-id p {
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 10px; }
    #modalWindow .modal-content .login-id a {
      display: block;
      margin-bottom: 15px; }
  #modalWindow .modal-footer {
    padding: 0 30px 35px;
    background: white; }
    #modalWindow .modal-footer p {
      text-transform: uppercase; }
    #modalWindow .modal-footer .links a {
      display: inline-block;
      margin-right: 25px; }
  #modalWindow #closeModal {
    position: absolute;
    top: 0;
    right: 0;
    background: #00ab90 url(../images/x.png) center center no-repeat;
    width: 60px;
    height: 60px;
    border: none; }
    #modalWindow #closeModal:hover {
      background-color: #07816e; }

@media only print and (min-width: 768px) and (max-width: 1024px) {
  #header .container .access {
    padding-right: 20px; }
    #header .container .access .main-menu li .menu {
      right: 20px; }

  #intro .intro-top h1 {
    font-size: 55px;
    padding: 50px 120px 35px 120px; }
  #intro .intro-bottom {
    padding: 60px 0 15px; }
    #intro .intro-bottom ul li {
      margin: 0 13px 45px; }

  .slider {
    padding-bottom: 35px; }
    .slider .slider-inner .bx-wrapper .bxslider li {
      height: auto; }

  .search-content {
    padding: 0 0 65px; }

  .logged-in-menu {
    padding: 0 20px; }
    .logged-in-menu .log-menu li {
      padding: 0 20px; }

  #content .featured {
    padding: 55px 30px; }
  #content .info {
    padding: 50px 45px 55px; }
    #content .info .statistics .statistic-box p {
      font-size: 11px; }
  #content .entry-content {
    padding: 25px 40px; }
  #content .data-section {
    padding: 20px; }
    #content .data-section .related {
      top: 36px;
      right: 17px; }
    #content .data-section .data-icons li {
      margin-bottom: 20px; }
  #content .data-details {
    padding: 30px;
    text-align: center; }

  .accordion .toggle-section .toggler-chooser .person-icons {
    width: 100%; }
  .accordion .toggle-section .toggler-chooser .person-details p span {
    margin-right: 30px; }
  .accordion .toggle-section .heading {
    width: 100%; }
  .accordion .accordion-heading {
    padding: 20px 0 10px; }
  .accordion .data-icons {
    width: 100%;
    text-align: left;
    margin: 10px 0 0; }
    .accordion .data-icons li {
      margin: 0 15px 15px 0; }

  #footer .footer-menu {
    padding-left: 45px; }
    #footer .footer-menu li {
      padding: 0 5px; } }
@media only print and (max-width: 767px) {
  #header .container {
    height: auto; }
    #header .container .logo {
      padding: 25px 0 0;
      text-align: center; }
    #header .container .search-content {
      padding: 0 20px; }
    #header .container .access {
      margin: 0;
      padding: 0;
      text-align: center;
      float: none; }
      #header .container .access .main-menu {
        float: none;
        padding: 20px 0 10px; }
        #header .container .access .main-menu li {
          margin: 0 10px 10px;
          float: none;
          display: inline-block; }
          #header .container .access .main-menu li.show-menu {
            position: absolute;
            top: -45px;
            right: 10px;
            margin: 0; }
          #header .container .access .main-menu li .menu {
            top: 44px;
            right: 0; }
      #header .container .access .icons-menu {
        padding: 0; }
        #header .container .access .icons-menu li {
          margin: 15px 5px; }
          #header .container .access .icons-menu li.show-menu {
            top: -147px; }

  .logged-in-menu {
    font-size: 18px;
    padding: 0; }
    .logged-in-menu .log-menu {
      margin: 0;
      padding: 10px 0; }
      .logged-in-menu .log-menu li {
        display: block;
        border: none;
        margin: 0;
        padding: 5px 0;
        text-align: center; }
    .logged-in-menu .person-in {
      text-align: center; }

  #intro {
    margin: 0 0 35px; }
    #intro:after {
      display: none; }
    #intro .intro-top {
      padding: 20px 20px; }
    #intro .search-content {
      padding-bottom: 20px; }
    #intro .intro-bottom {
      display: none; }
    #intro h1 {
      padding: 20px;
      font-size: 30px; }

  .slider {
    padding-bottom: 25px; }
    .slider .slider-inner .bx-controls-direction .bx-prev {
      left: 0; }
    .slider .slider-inner .bx-controls-direction .bx-next {
      right: 0; }
    .slider .slider-inner .bx-wrapper .bxslider li {
      height: auto; }
      .slider .slider-inner .bx-wrapper .bxslider li .middle {
        padding: 0 60px; }
    .slider .slider-inner .bx-wrapper .bxslider h2 {
      font-size: 25px; }
      .slider .slider-inner .bx-wrapper .bxslider h2 .green-bg {
        line-height: 36px;
        top: 3px; }

  #content .featured {
    padding: 25px 20px 0; }
    #content .featured .featured-box {
      padding: 0 0 30px; }
  #content .info {
    padding: 25px 20px; }
    #content .info .about {
      padding: 0 45px 55px 0; }
    #content .info .statistics {
      border: 0;
      text-align: left;
      padding: 0; }
  #content .entry-content {
    padding: 20px; }
    #content .entry-content .testimonials {
      margin: 0; }
      #content .entry-content .testimonials .testimonial-box {
        padding: 0;
        margin-bottom: 10px; }
  #content .data-section {
    padding: 20px; }
    #content .data-section .page-title {
      font-size: 29px;
      padding: 0 70px 10px 0; }
    #content .data-section .related {
      top: 30px;
      right: 17px; }
    #content .data-section .data-table {
      margin-bottom: 25px; }

  #login-area {
    padding: 0 20px; }

  .accordion .toggle-section {
    text-align: center; }
    .accordion .toggle-section .heading {
      text-align: left;
      padding-right: 50px; }
    .accordion .toggle-section .toggler-chooser {
      overflow-x: auto; }
      .accordion .toggle-section .toggler-chooser td {
        padding: 10px; }
      .accordion .toggle-section .toggler-chooser .person-details {
        text-align: left; }
        .accordion .toggle-section .toggler-chooser .person-details p span {
          margin-right: 10px; }

  .data-icons {
    text-align: left;
    margin: 20px 0 0; }
    .data-icons li {
      margin: 0 10px 10px 0; }

  .open-all {
    margin: 0; }

  #modalWindow {
    margin: 0;
    top: 10%;
    left: auto;
    padding: 20px;
    margin: 0 auto; }
    #modalWindow .modal-heading {
      height: 60px; }
      #modalWindow .modal-heading h3 {
        font-size: 18px;
        line-height: 27px; }

  .login-id {
    padding-left: 0;
    margin-top: 10px; }

  .modal-footer .links a {
    margin-bottom: 10px; }

  #footer {
    margin: 0;
    padding-top: 15px; }
    #footer .footer-menu {
      padding: 0; }
      #footer .footer-menu li {
        display: block;
        border-right: none;
        text-align: center;
        padding-bottom: 10px;
        margin: 0; } }

#header, .logged-in-menu, #ajax-container, #dialog-form, .related, .open-all, #footer, #register-card, #modalWindowPP {
	display: none !important;
}
img {
	/*display: none;*/
}
.data-icons {
	display: inline-block;
}

.toggler-row .data-icons {
  float: left;
}
.toggler-row:after {
  content:'';
  display:block;
  clear: both;
}

.data-icons span {
	background-color: white !important;
}

.data-icons .icon {
	border: none !important;
}

#content .data-section:after {
	border: none;
}

.col-7.data-icons li:last-child {
	/*display: none;*/
}

.toggle-section .toggle-btn .open {
  display: none;
}