/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
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;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #ddd;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #ddd;
  color: #000;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
/*ul, ol { margin: 1em 0; padding: 0 0 0 40px; }*/
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
.image-caption-ds {
  font-size: 11px !important;
  font-weight: bold;
}
.whitelink {
  color: #fff;
  text-decoration: none;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */

  overflow: visible !important;
}
.rel-ds {
  position: relative;
}
.video-ds {
  border: 1px solid #c2c2c0;
  padding: 5px;
  -webkit-box-shadow: 0px 0px 5px #dddddd;
  -moz-box-shadow: 0px 0px 5px #dddddd;
  box-shadow: 0px 0px 5px #dddddd;
  background: #fff;
  position: relative;
  z-index: 5;
}
.video-links-ds {
  margin: 0 -14px 0 0;
  list-style-type: none;
  padding: 0;
}
.video-links-ds li {
  margin-bottom: 10px;
  padding-left: 0;
  background: none !important;
  font-family: "ff-dax-web-pro", "ff-dax-web-pro-1", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
}
.video-links-ds li.active-ds a,
.video-links-ds li.active-ds a:hover,
.video-links-ds li a.active-switcher-ds {
  background: #46a546 left -10px repeat-x !important;
  color: #fff !important;
  border-color: #46a546;
}
.video-links-ds li a {
  border: 1px solid #d4d4d4;
  display: block;
  padding: 7px 20px;
  color: #555555 !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.video-links-ds li a:hover {
  background: #edf7ed;
  border-color: #46a546;
  cursor: pointer;
}
.section-ds {
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px solid #d4d4d4;
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f6 0%, #ffffff 4%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f6), color-stop(4%, #ffffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f7f7f6 0%, #ffffff 15px);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f7f7f6 0%, #ffffff 15px);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f7f7f6 0%, #ffffff 15px);
  /* IE10+ */

  background: linear-gradient(to bottom, #f7f7f6 0%, #ffffff 15px);
  /* W3C */

  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f6', endColorstr='#ffffff',GradientType=0 );*/
  /* IE6-8 */

}
.section-ds.noline {
  border: none;
  background: none;
}
.center-ds {
  text-align: center;
}
.green-bg {
  background: #46a546 left 0px url('/files/nokiantyres/winter-driving-school/btn-bg-ds.png') repeat-x;
}
.illustration-ds {
  width: 344px;
  height: 335px;
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left bottom;
  right: -80px;
  bottom: -40px;
  z-index: 0;
}
.illustration-ds.pushdown-ds {
  bottom: -65px;
}
.illustration-container-ds {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: visible !important;
  text-align: right;
}
.illustration-container-ds a {
  position: relative;
  z-index: 10;
}
.illustration-container-ds .btn-ds {
  font-size: 14px;
}
.right-corner-illu-ds {
  position: absolute;
  width: 117px;
  height: 85px;
  right: 0;
  top: -50px;
  background: transparent no-repeat left top;
  z-index: 0;
}
.tip-ds {
  position: relative;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}
.tip-ds h3 {
  font-family: "ff-dax-web-pro", "ff-dax-web-pro-1", "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  font-size: 15px !important;
  background: #46a546 left 0px url('/files/nokiantyres/winter-driving-school/btn-bg-ds.png') repeat-x;
  padding: 7px 10px;
}
.tip-ds p {
  padding: 10px 10px;
}
.active-switcher-ds {
  background: #555 !important;
}
.playlist-ds .video-ds {
  display: none;
}
.playlist-ds .video-ds.current-ds {
  display: block;
}
.playlist-selector-ds input {
  display: none;
}
#container-ds {
  padding: 0px 40px 0 39px;
  font-size: 16px;
  line-height: 1.4;
}
#container-ds p,
#container-ds td,
#container-ds th,
#container-ds div,
#container-ds blockquote,
#container-ds dl,
#container-ds ul,
#container-ds ol {
  font-size: 16px;
  line-height: 1.4;
}
#content-ds {
  margin-bottom: 40px;
}
#header-ds {
  background: transparent top left url('/files/nokiantyres/winter-driving-school/header.png') no-repeat;
  height: 70px;
  margin: 0 -40px 0 -39px;
}
* #header-ds {
  height: 80px;
}
.span1-ds,
.span2-ds,
.span3-ds,
.span4-ds,
.span13-ds,
.span23-ds {
  float: left;
  margin-left: 14px;
  overflow: hidden;
}
.span1-ds:first-child,
.span2-ds:first-child,
.span3-ds:first-child,
.span4-ds:first-child,
.span13-ds:first-child,
.span23-ds:first-child {
  margin-left: 0;
}
.span1-ds.linetop-ds,
.span2-ds.linetop-ds,
.span3-ds.linetop-ds,
.span4-ds.linetop-ds,
.span13-ds.linetop-ds,
.span23-ds.linetop-ds {
  border-top: 1px solid #d4d4d4;
  padding-top: 30px;
  margin-top: 30px;
}
.span1-ds {
  width: 188px;
}
.span2-ds {
  width: 390px;
}
.span3-ds {
  width: 592px;
}
.span4-ds {
  width: 794px;
  margin-left: 0;
}
.span13-ds {
  width: 255px;
}
.span23-ds {
  width: 523px;
}
.first-ds {
  margin-left: 0;
}
.push-1-ds {
  margin-left: 202px !important;
}
.push-half-ds {
  margin-left: 101px !important;
}
.lineleft-ds {
  border-left: 1px solid #d4d4d4;
  padding-left: 10px;
}
.nomargin-top-ds {
  margin-top: 0px !important;
}
.margin-top-ds {
  margin-top: 30px !important;
}
.margin-bottom-ds {
  margin-bottom: 30px;
}
#container-ds h1,
#container-ds h2,
#container-ds h3 {
  font-family: "ff-dax-web-pro", "ff-dax-web-pro-1", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  margin-top: 0;
}
#container-ds h1 {
  font-size: 50px;
  line-height: 1.2;
  position: relative;
  padding-left: 60px;
  margin-bottom: .33em;
}
#container-ds h1 strong {
  color: #fff;
  font-size: 28px;
  padding: 3px 13px;
  line-height: 34px;
  background: #46a546 left 0px url('/files/nokiantyres/winter-driving-school/btn-bg-ds.png') repeat-x;
  float: left;
  margin-right: 15px;
  position: absolute;
  top: 5px;
  left: 0px;
}
#container-ds h2 {
  font-size: 24px;
}
#container-ds h3 {
  font-size: 18px;
  line-height: 1.111111111;
}
#container-ds h3.numbered-ds {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}
#container-ds h3 strong {
  font-size: 15px;
  float: left;
  padding: 0px 5px;
  line-height: 18px;
  background: #d4d4d4;
  font-weight: normal;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
#container-ds h4 {
  margin: 0;
  font-size: 13px;
  position: relative;
  padding-left: 10px;
}
#container-ds h4:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
  border-left-color: #46a546;
  border-width: 6px;
  left: 0;
  top: 2px;
}
#container-ds a {
  color: #46a546;
  text-decoration: none;
}
#container-ds p {
  font-size: 13px;
  line-height: 1.538461538;
  color: #555555;
  margin-top: 0;
  margin-bottom: 1em;
}
#container-ds p.caption {
  font-family: "ff-dax-web-pro", "ff-dax-web-pro-1", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 0;
  z-index: 10;
  position: relative;
}
#container-ds p.caption-arrow-ds {
  padding-left: 22px;
  background: transparent url('/files/nokiantyres/winter-driving-school/caption-arrow.png') no-repeat left top;
  min-height: 46px;
}
#container-ds h2.bullet-ds {
  padding-left: 25px;
  position: relative;
}
#container-ds h2.bullet-ds:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
  border-left-color: #45AD3C;
  border-width: 12px;
  left: 0;
  top: 0;
}
#container-ds div.bullet-ds {
  position: relative;
}
#container-ds div.bullet-ds h2,
#container-ds div.bullet-ds h3,
#container-ds div.bullet-ds h4,
#container-ds div.bullet-ds p {
  padding-left: 25px;
}
#container-ds div.bullet-ds h2:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
  border-left-color: #45AD3C;
  border-width: 12px;
  left: 0;
  top: 0;
}
#container-ds .checkbox {
  display: block;
  margin-bottom: 10px;
  padding-left: 22px;
  font-size: 13px;
  line-height: 1.2;
}
#container-ds .checkbox input[type="radio"] {
  float: left;
  margin: 0px 0 0 -20px;
  font-size: 20px;
}
#container-ds .form-ds input.text,
#container-ds .form-ds input.ngformError,
#container-ds .form-ds label {
  float: left;
}
#container-ds .form-ds label {
  width: 150px;
  margin-right: 10px;
  font-family: "ff-dax-web-pro", "ff-dax-web-pro-1", "Helvetica Neue", Arial, sans-serif;
}
#container-ds .form-ds input.text,
#container-ds .form-ds input.ngformError {
  border: 1px solid #ccc;
  padding: 5px;
  -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
#container-ds .form-ds input.ngformError {
  border-color: #8a6033;
  background: #fffdd6;
  outline: none;
}
#container-ds .form-ds div {
  overflow: hidden;
  margin-bottom: 20px;
}
#container-ds .form-ds input.btn-ds {
  padding: 1px 30px;
  margin-left: 160px;
}
#container-ds input.btn-ds.big-ds {
  padding: 1px 30px;
  margin-left: 0px;
}
#container-ds .error-ds {
  font-family: "ff-dax-web-pro", "ff-dax-web-pro-1", "Helvetica Neue", Arial, sans-serif;
  padding: 5px 20px;
  background: #fffdd6;
  color: #663f08;
  border: 1px solid #e2c681;
}
#container-ds .ds-stamp-small {
  float: left;
  margin-right: 20px;
}
#container-ds .main-navi-ds {
  position: relative;
  z-index: 10;
}
#container-ds .main-navi-ds ul {
  float: left;
  width: 410px;
  margin-top: 45px;
}
#container-ds .main-navi-ds li {
  background: none;
  padding: 0;
  font-size: 12px;
  font-family: "ff-dax-web-pro", "ff-dax-web-pro-1", "Helvetica Neue", Arial, sans-serif;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
#container-ds .main-navi-ds li.active a {
  color: #a1a1a1;
  cursor: default;
}
#container-ds .main-navi-ds li.active a:hover {
  color: #a1a1a1;
}
#container-ds .main-navi-ds li:after {
  content: "/";
  float: right;
  margin-left: 10px;
}
#container-ds .main-navi-ds li.last-ds:after {
  content: "";
}
#container-ds .main-navi-ds li a {
  color: #555555;
}
#container-ds .main-navi-ds li a:hover {
  color: #46a546;
}
#container-ds .btn-ds,
#container-ds a.btn-ds {
  background: #46a546 left top url('/files/nokiantyres/winter-driving-school/btn-bg-ds.png') repeat-x;
  padding: 6px 14px;
  color: #fff;
  text-decoration: none;
  font-family: "ff-dax-web-pro", "ff-dax-web-pro-1", "Helvetica Neue", Arial, sans-serif;
  line-height: 30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  font-weight: normal !important;
}
#container-ds .btn-ds.small-ds,
#container-ds a.btn-ds.small-ds {
  padding: 3px 9px;
  line-height: 18px;
  font-size: 12px;
}
#container-ds .btn-ds.big-ds,
#container-ds a.btn-ds.big-ds {
  padding: 12px 30px;
  line-height: 43px;
  font-size: 1.5em;
}
#container-ds .btn-ds:hover,
#container-ds a.btn-ds:hover {
  background-position: left -50px;
  cursor: pointer;
}
#container-ds .btn-ds:active,
#container-ds a.btn-ds:active {
  background-position: left -100px;
}
#container-ds .btn-ds:visited,
#container-ds a.btn-ds:visited {
  color: #ffffff;
}
#container-ds .btn-group-ds {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
#container-ds .btn-group-ds > .btn-ds {
  font-size: 15px;
  display: inline-block;
  margin: 0;
  line-height: 17px;
}
#container-ds .btn-group-ds > .btn-ds.active-ds,
#container-ds .btn-group-ds input:checked + label {
  background: #2e6b2e !important;
  -webkit-box-shadow: inset -4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset -4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#container-ds .playing-ds {
  background: #2e6b2e !important;
  -webkit-box-shadow: inset -4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset -4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#container-ds .btn-group-ds > .btn-ds:first-child,
#container-ds .group-first-ds {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#container-ds .btn-group-ds > .btn-ds:last-child,
#container-ds .group-last-ds {
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#container-ds .frontpage-ds {
  /*background:#fff 0 bottom url('/files/nokiantyres/winter-driving-school/front-bg-car.jpg') no-repeat;*/

  /*overflow:hidden;*/

  background: #fff;
  padding-bottom: 50px;
}
#container-ds .frontpage-ds h1 {
  font-size: 25px;
  padding-left: 0;
}
#container-ds .frontlinks-ds {
  list-style-type: none;
  padding: 0;
  margin: 0 0 12px 0;
}
#container-ds .frontlinks-ds a {
  color: #555555;
  text-decoration: none;
  font-family: "ff-dax-web-pro", "ff-dax-web-pro-1", "Helvetica Neue", Arial, sans-serif;
  padding: 82px 7px 0 7px;
  display: block;
  background-repeat: no-repeat;
  background-position: 9px 7px;
}
#container-ds .frontlinks-ds a:hover {
  color: #46a546;
}
#container-ds .frontlinks-ds a strong {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #46a546 left -20px url('/files/nokiantyres/winter-driving-school/btn-bg-ds.png') repeat-x;
  padding: 2px 5px 0 5px;
  margin-right: 3px;
  vertical-align: top;
}
#container-ds .frontlinks-ds .one-ds a {
  background-image: url('/files/nokiantyres/winter-driving-school/frontlink-1.jpg');
}
#container-ds .frontlinks-ds .two-ds a {
  background-image: url('/files/nokiantyres/winter-driving-school/frontlink-2.jpg');
}
#container-ds .frontlinks-ds .three-ds a {
  background-image: url('/files/nokiantyres/winter-driving-school/frontlink-3.jpg');
}
#container-ds .frontlinks-ds .four-ds a {
  background-image: url('/files/nokiantyres/winter-driving-school/frontlink-4.jpg');
}
#container-ds .frontlinks-ds .five-ds a {
  background-image: url('/files/nokiantyres/winter-driving-school/frontlink-5.jpg');
}
#container-ds .frontlinks-ds .six-ds a {
  background-image: url('/files/nokiantyres/winter-driving-school/frontlink-6.jpg');
}
#container-ds .frontlinks-ds li {
  padding: 0;
  float: left;
  margin-left: 14px;
  overflow: hidden;
  width: 188px;
  height: 111px;
  background: transparent 0 0 url('/files/nokiantyres/winter-driving-school/frontlinks-bg.png') no-repeat;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#container-ds .frontlinks-ds li:first-child {
  margin-left: 0;
}
#container-ds .frontlinks-ds li.linetop-ds {
  border-top: 1px solid #d4d4d4;
  padding-top: 30px;
  margin-top: 30px;
}
#container-ds .frontlinks-ds li:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
#container-ds #you-are-safety-ds {
  height: 320px;
  background: transparent url('/files/nokiantyres/winter-driving-school/you-are-safety.jpg') no-repeat 140% top;
}
#container-ds #remember-equipments-ds {
  height: 320px;
  background: transparent url('/files/nokiantyres/winter-driving-school/tarvikkeet.jpg') no-repeat 135% -30px;
}
#container-ds.four-ds h1 {
  font-size: 46px;
}
.one-ds .illustration-ds {
  background-image: url('/files/nokiantyres/winter-driving-school/illu-prepare.png');
  width: 390px;
  height: 410px;
  bottom: -120px;
  right: -80px;
}
.two-ds .illustration-ds {
  background-image: url('/files/nokiantyres/winter-driving-school/illu-situations.png');
  width: 324px;
  height: 472px;
  bottom: -110px;
  right: -60px;
}
.three-ds .illustration-ds {
  background-image: url('/files/nokiantyres/winter-driving-school/illu-speed.png');
  width: 390px;
  height: 410px;
  bottom: -110px;
  right: -60px;
}
.four-ds .illustration-ds {
  background-image: url('/files/nokiantyres/winter-driving-school/illu-tech.png');
  width: 390px;
  height: 410px;
  bottom: -130px;
  right: -95px;
}
.five-ds .illustration-ds {
  background-image: url('/files/nokiantyres/winter-driving-school/illu_tires.png');
  width: 326px;
  height: 460px;
  bottom: -110px;
  right: -60px;
}
.six-ds .illustration-ds {
  background-image: url('/files/nokiantyres/winter-driving-school/illu-quiz.png');
  width: 267px;
  height: 430px;
  bottom: -115px;
  right: -60px;
  z-index: 10;
}
/* Remove when final illustrations arrive */
.illustration-ds {
  background: none !important;
}
/* Remove when final illustrations arrive */
.frontpage-ds .illustration-ds {
  background-image: url('/files/nokiantyres/winter-driving-school/illu_main.png') !important;
  width: 320px;
  height: 411px;
  bottom: -110px;
  right: -47px;
}
* .frontpage-ds .illustration-ds {
  bottom: -120px;
}
#tyre-comparison-ds > div {
  position: relative;
}
#tyre-comparison-ds h3,
#tyre-comparison-ds p {
  padding: 0 60px;
}
#tyre-comparison-ds p {
  min-height: 200px;
}
#tyre-comparison-ds img {
  margin-left: 20px;
  margin-top: 40px;
}
#tyre-comparison-ds .hotspot-ds {
  width: 62px;
  height: 62px;
  background: transparent url('/files/nokiantyres/winter-driving-school/hot.png') no-repeat left top;
  position: absolute;
}
#tyre-comparison-ds #hot1 {
  left: 61px;
  bottom: 97px;
}
#tyre-comparison-ds #hot2 {
  left: 110px;
  bottom: 30px;
}
#tyre-comparison-ds #hot3 {
  left: 140px;
  bottom: 70px;
}
#tyre-comparison-ds #hot4 {
  left: 250px;
  bottom: 90px;
}
#tyre-comparison-ds #hot5 {
  left: 50px;
  bottom: 30px;
}
#dsi {
  background-image: url('/files/nokiantyres/winter-driving-school/dsi.png');
  width: 188px;
  height: 240px;
  top: -50px;
}
#snow-ds {
  background-image: url('/files/nokiantyres/winter-driving-school/snow.png');
}
#chassis-ds {
  background-image: url('/files/nokiantyres/winter-driving-school/chassis.png');
  width: 302px;
  height: 201px;
}
#esptcs-ds {
  background-image: url('/files/nokiantyres/winter-driving-school/esptcs.png');
  width: 259px;
  height: 215px;
}
.sv_SE .three-ds a,
.sv_SE .four-ds a {
  font-size: 15px;
}
.sv_SE .illustration-container-ds .btn-ds {
  font-size: 14px;
}
.nn_NO .frontlinks-ds a {
  font-size: 12px;
}
.nn_NO .one-ds .illustration-container-ds .btn-ds {
  font-size: 12px;
}
.nn_NO .three-ds .illustration-container-ds .btn-ds {
  font-size: 12px;
}
.nn_NO .tip-ds {
  height: 480px;
}
.nn_NO .tip-ds .video-ds {
  position: absolute;
  bottom: 0;
}
.nn_NO #tyre-comparison-ds p,
.nn_NO #tyre-comparison-ds h3 {
  padding: 0 56px;
}
.en .frontlinks-ds a {
  font-size: 13px;
}
.en .frontpage-ds {
  margin-top: 20px;
}
.en .one-ds .illustration-container-ds .btn-ds {
  font-size: 12px;
}
.en .three-ds .illustration-container-ds .btn-ds {
  font-size: 12px;
}
.jp_JP .illustration-container-ds .btn-ds {
  font-size: 12px;
}
.jp_JP .four-ds {
  font-size: 10px;
}
.jp_JP .six-ds {
  font-size: 13px;
}

.ru_RU .illustration-container-ds .btn-ds {
	font-size: 11px;
}

.ru_RU #container .frontlinks-ds a {font-size:11px;}

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  overflow: visible \9;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.tooltip.in {
  -webkit-opacity: 80;
  -moz-opacity: 80;
  opacity: 80;
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #333333;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-bottom: 10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-right: 10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #2b2b2b;
  border-bottom: 1px solid #1f1f1f;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  content: "";
  z-index: -1;
}
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #000000;
}
.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px;
}
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #000000;
}
.popover.right .arrow:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: -1px;
}
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #000000;
}
.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px;
}
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #000000;
}
.popover.left .arrow:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  right: -1px;
}
.tooltip {
  font-size: 13px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.popover p {
  color: #fff !important;
}
.popover-title {
  text-transform: uppercase;
  color: #dddddd;
}