@import "/components/bulletins.js/css/default-bulletin-styles-cache-forever-d41d8cd98f00b204e9800998ecf8427i.css";
.brand-font-medium {
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.brand-font-regular {
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.brand-font-light {
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-size: 58pt;
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
}
h1.big {
  font-size: 80pt;
}
h2 {
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  line-height: 1;
  color: #323b41;
}
h3 {
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1.1;
  color: #0F0F0C;
}
h4 {
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  color: #1d1d1d;
}
#content {
  width: auto;
  margin: 0 auto;
  width: 970px;
}
.clearfix {
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix {
  height: 1px;
}
.off {
  display: none !important;
}
strong {
  font-weight: bold;
}
a {
  color: #1d84ef;
}
a:visited {
  color: #125091;
}
.reading-text {
  font-family: Arial, serif;
  font-size: 12px;
  line-height: 22px;
  color: #1d1d1d;
}
li {
  list-style: none outside none;
}
p {
  margin-bottom: 20px;
}
input[type=text] {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  width: 230px;
  border: 1px #e8e9ea inset;
  height: 29px;
  padding: 0 10px;
  opacity: 0.7;
}
input[type=text]:focus {
  opacity: 1;
  outline: 0;
  background: #f8fafb;
  box-shadow: 0 0 0 2px #ccdae3;
  -moz-box-shadow: 0 0 0 2px #ccdae3;
  -webkit-box-shadow: 0 0 0 2px #ccdae3;
  -khtml-box-shadow: 0 0 0 2px #ccdae3;
  -o-box-shadow: 0 0 0 2px #ccdae3;
  -ms-box-shadow: 0 0 0 2px #ccdae3;
}
input[type=text]:focus + span {
  font-weight: bold;
}
input[type=submit] {
  border: none;
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #f5f5f5;
  text-align: left;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 30px 11px;
  outline: 0;
  -webkit-transition: background-color ease-in 0.15s;
  -moz-transition: background-color ease-in 0.15s;
  -o-transition: background-color ease-in 0.15s;
  transition: background-color ease-in 0.15s;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -khtml-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
  background: #0019af;
}
input[type=submit]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled:hover,
input[type=submit].disabled:hover {
  cursor: default;
  color: #babbbb;
  background: #dcdddd;
}
input[type=submit]:visited {
  color: #f5f5f5;
}
input[type=submit]:hover {
  text-decoration: none;
}
input[type=submit]:hover {
  background: #263bbb;
  color: white;
}
input[type=submit]:active {
  background: #263bbb;
}
input[type=radio],
.styledRadio,
.styledCheckbox {
  opacity: 0;
  display: inline-block;
  height: 0px;
  width: 0px;
  position: absolute;
}
input[type=radio] + label,
.styledRadio + label,
.styledCheckbox + label {
  padding-left: 25px;
  background: transparent url('/components/site-common/common-styles/images/radio.png') no-repeat 0 -52px;
  display: inline-block;
  min-height: 17px;
  line-height: 17px;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 6px;
}
input[type=radio]:checked + label,
.styledRadio:checked + label,
.styledCheckbox:checked + label {
  background: transparent url('/components/site-common/common-styles/images/radio.png') no-repeat 0 0;
}
input[type=radio]:disabled + label,
.styledRadio:disabled + label,
.styledCheckbox:disabled + label {
  opacity: 0.4;
  cursor: default;
}
input[type=checkbox],
.styledCheckbox {
  opacity: 0;
  position: absolute;
  height: 17px;
  width: 17px;
}
input[type=checkbox] + label,
.styledCheckbox + label {
  padding-left: 23px;
  background: transparent url('/components/site-common/common-styles/images/checkbox_unchecked.png') no-repeat 0 0;
  min-height: 17px;
}
input[type=checkbox]:checked + label,
.styledCheckbox:checked + label {
  background: transparent url('/components/site-common/common-styles/images/checkbox_checked.png') no-repeat 0 0;
}
input[type=checkbox]:disabled + label,
.styledCheckbox:disabled + label {
  opacity: 0.4;
  cursor: default;
}
.main-column .zelect {
  position: relative;
  line-height: 12px;
  cursor: pointer;
}
.main-column .zelect .zelected {
  background: linear-gradient(90deg, #e1e6f0 0%, #feffff 100%);
  background: -moz-linear-gradient(90deg, #e1e6f0 0%, #feffff 100%);
  background: -webkit-linear-gradient(90deg, #e1e6f0 0%, #feffff 100%);
  background: -khtml-linear-gradient(90deg, #e1e6f0 0%, #feffff 100%);
  background: -o-linear-gradient(90deg, #e1e6f0 0%, #feffff 100%);
  background: -ms-linear-gradient(90deg, #e1e6f0 0%, #feffff 100%);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #e3e8f0 #dde0e8 #c7c9d0 #dadee6;
  padding: 10px 11px 8px 11px;
  position: relative;
}
.main-column .zelect .zelected:after {
  background: url('/components/site-common/common-styles/images/dropdown_icon.png') 0 0 no-repeat;
  position: absolute;
  display: block;
  width: 11px;
  height: 8px;
  content: "";
  top: 13px;
  right: 14px;
}
.main-column .zelect .dropdown {
  position: absolute;
  width: 100%;
  z-index: 1;
  padding: 0 2px;
}
.main-column .zelect .dropdown ol,
.main-column .zelect .dropdown .zearch-container {
  background: #fafafa;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #dee2ea;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.main-column .zelect .dropdown input {
  width: 100%;
}
.main-column .zelect .dropdown ol {
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
}
.main-column .zelect .dropdown .no-results {
  margin-top: 9px;
}
.main-column .zelect .dropdown li,
.main-column .zelect .dropdown .zearch-container {
  background-image: none;
  padding: 10px 14px;
  text-indent: 0;
  border-top: 1px solid #e1e1e1;
}
.main-column .zelect .dropdown li:first-child,
.main-column .zelect .dropdown .zearch-container:first-child {
  border-top: 0;
}
.main-column .zelect .dropdown li:before,
.main-column .zelect .dropdown .zearch-container:before {
  display: none;
}
.main-column .zelect .dropdown li.current,
.main-column .zelect .dropdown .zearch-container.current {
  background: #e9e9e9;
}
header #elisa-logo {
  position: absolute;
  top: 0px;
  margin-left: -10px;
}
.background-shadows {
  width: 970px;
  margin: 0 auto;
}
.background-shadows div {
  box-shadow: 50px 60px 80px 35px #001F3B;
  width: 480px;
  height: 480px;
  position: absolute;
  top: -300px;
  z-index: -1;
  background: #001F3B;
  opacity: 0.7;
}
.background-shadows .right-shadow {
  transform: rotate(380deg);
  -moz-transform: rotate(380deg);
  -webkit-transform: rotate(380deg);
  -khtml-transform: rotate(380deg);
  -o-transform: rotate(380deg);
  -ms-transform: rotate(380deg);
  margin-left: 480px;
}
.background-shadows .left-shadow {
  transform: rotate(70deg);
  -moz-transform: rotate(70deg);
  -webkit-transform: rotate(70deg);
  -khtml-transform: rotate(70deg);
  -o-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
}
.content-area table thead th {
  font-weight: bold;
  padding: 7px;
  vertical-align: top;
}
.content-area table td {
  padding: 7px;
  vertical-align: top;
}
.content-area table tr.highlight {
  font-weight: bold;
}
.content-area table tr:nth-child(even) {
  background: #EFEFEF;
}
.content-area table tr:nth-child(odd) {
  background: #FEFEFE;
}
.content-area table.no-striping tr {
  background: none;
}
* html .content-area {
  height: 1px;
}
#main-heading {
  width: 870px;
  font-size: 58px;
  line-height: 64px;
  letter-spacing: -2px;
  clear: both;
  margin-bottom: 43px;
}
.sub-heading {
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 15px;
}
.quotation {
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-style: italic;
  float: left;
  margin-top: 35px;
  font-size: 45px;
}
#highlight blockquote {
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-style: italic;
  margin-left: 30px;
  margin-top: 25px;
}
#highlight {
  float: right;
  width: 350px;
  margin-bottom: 50px;
  margin-left: 20px;
}
#highlight img {
  display: block;
  max-width: 350px;
}
.image-caption {
  background: linear-gradient(90deg, #2B353E, #4A525B);
  background: -moz-linear-gradient(90deg, #2B353E, #4A525B);
  background: -webkit-linear-gradient(90deg, #2B353E, #4A525B);
  background: -khtml-linear-gradient(90deg, #2B353E, #4A525B);
  background: -o-linear-gradient(90deg, #2B353E, #4A525B);
  background: -ms-linear-gradient(90deg, #2B353E, #4A525B);
  background-color: #4A525B;
  color: #CCCCCC;
  padding: 3px 10px;
  margin-bottom: 25px;
  line-height: 15px;
}
#bannerCarousel {
  position: relative;
}
#bannerCarousel li {
  margin-bottom: -4px;
}
.bjqs-markers {
  position: absolute;
  bottom: 13px;
  left: 432px;
}
.bjqs-markers a {
  display: inline-block;
  background: url('/components/site-common/common-styles/images/slider_sprite.png') no-repeat 2px 2px;
  text-indent: -9000px;
  width: 15px;
  height: 15px;
}
.bjqs-markers .active-marker a {
  background-position: 2px -48px;
}
.bjqs-controls a {
  width: 51px;
  display: block;
  position: absolute;
  top: 0;
  height: 340px;
  text-indent: -900px;
  overflow: hidden;
  background: url('/components/site-common/common-styles/images/slider_sprite.png') no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: 0;
}
.bjqs-controls a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.bjqs-controls .bjqs-next {
  right: 0;
  background-position: 0px -303px;
}
.bjqs-controls .bjqs-prev {
  left: 0;
  background-position: 22px -633px;
}
#tiled-banner-main-column {
  width: 559px;
}
.tiled-banner-wrapper {
  height: 313px;
  overflow: hidden;
}
#tiled-banner-show-less.hide-button {
  display: none;
}
#tiled-banner-show-more.hide-button {
  display: none;
}
.tiled-banner-button {
  float: right;
  border: 0;
  background: transparent;
  color: #1d84ef;
  font-family: Arial;
  font-size: 13px;
  cursor: pointer;
}
.tiled-banner .tile {
  float: left;
  margin-right: 9px;
  width: 270px;
  height: 159px;
}
#tiled-banner-main-column {
  float: left;
}
#second-column {
  width: 230px;
  float: left;
}
.secondary-content-box {
  width: 230px;
  background: #e1e5e8;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 12px;
}
.secondary-content-box h2 {
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  padding: 10px 20px;
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
  border-bottom: 1px #bfc3c5 solid;
}
.secondary-content-box > div {
  border-top: 1px #eaedef solid;
  padding: 14px 19px 14px 22px;
}
.secondary-content-box a {
  color: #1d84ef;
}
.secondary-content-box a:visited {
  color: #125091;
}
.secondary-content-box button {
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #1d84ef;
  padding: 0;
  padding-left: 8px;
  font-weight: bold;
}
.link-list a {
  display: block;
  color: #333333;
}
.link-list a:hover {
  color: #1d84ef;
}
.link-list .carret {
  color: #333333;
  font-weight: bold;
}
#tiled-banner-main-column h2 {
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6;
}
#tiled-banner-main-column .column {
  width: 279px;
  padding-top: 50px;
  padding-left: 15px;
}
#tiled-banner-main-column #tickerchart {
  margin-top: 3px;
}
a {
  color: #1D84EF;
  cursor: pointer;
}
button {
  cursor: pointer;
}
.ajaxLoad {
  position: absolute;
  background: url('/components/site-common/common-styles/images/load.gif') no-repeat;
  width: 16px;
  height: 16px;
  display: none;
}
.chromeframe {
  text-align: center;
  font-size: 15px;
  padding: 50px 20px;
  background-color: #ffffc8;
  border: 1px solid red;
}
.dialog {
  background: white;
  display: none;
  font-size: 13px;
  z-index: 11100;
  width: 350px;
  position: absolute;
  top: 60px;
  right: 0;
  padding: 15px;
  border: 1px solid #C9CED3;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
}
.dialog .triangle {
  position: absolute;
  top: -10px;
  right: 100px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  border-left: 10px solid transparent;
}
.dialog .content {
  position: relative;
  padding: 40px;
  padding-bottom: 90px;
  background: #F1F7F8;
}
.dialog .content .channel {
  margin: 30px 0 10px;
}
.dialog .content input.subscribe {
  float: right;
  margin-top: 20px;
}
.dialog .content label {
  display: block;
  margin-bottom: 5px;
}
.dialog .content .ajaxLoad {
  bottom: 45px;
  right: 12px;
}
.dialog .content .feedback {
  position: absolute;
  bottom: 10px;
}
.twoSidedFlip {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.twoSidedFlip.sent {
  -webkit-perspective: 300;
  -moz-perspective: 300;
  -ms-perspective: 300;
  perspective: 300;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.twoSidedFlip .front {
  display: block;
}
.twoSidedFlip .back {
  display: none;
}
.twoSidedFlip.backface .front {
  display: none;
}
.twoSidedFlip.backface .back {
  display: block;
}
.main-column .content-toggleable p {
  margin-bottom: 0;
}
#main-tabs {
  position: absolute;
  margin-top: -27px;
}
#main-tabs a {
  padding: 11px 20px;
  margin-left: 2px;
  background: #0095F6;
  color: white;
  font-weight: bold;
  font-size: 12px;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  background: linear-gradient(90deg, #0f79e6 20%, #59c3ff 100%);
  background: -moz-linear-gradient(90deg, #0f79e6 20%, #59c3ff 100%);
  background: -webkit-linear-gradient(90deg, #0f79e6 20%, #59c3ff 100%);
  background: -khtml-linear-gradient(90deg, #0f79e6 20%, #59c3ff 100%);
  background: -o-linear-gradient(90deg, #0f79e6 20%, #59c3ff 100%);
  background: -ms-linear-gradient(90deg, #0f79e6 20%, #59c3ff 100%);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3), inset -1px 0 0 rgba(0,0,0,0.2);
  -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3), inset -1px 0 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3), inset -1px 0 0 rgba(0,0,0,0.2);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3), inset -1px 0 0 rgba(0,0,0,0.2);
  -o-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3), inset -1px 0 0 rgba(0,0,0,0.2);
  -ms-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3), inset -1px 0 0 rgba(0,0,0,0.2);
}
#main-tabs a img {
  vertical-align: middle;
}
#main-tabs a.selected {
  color: black;
  text-shadow: none;
  background: white;
}
#main-tabs a:first-child {
  margin-left: 25px;
}
.main-column hr {
  border: 0;
  width: 100%;
  height: 8px;
  background: url('/components/site-common/common-styles/images/elisa-divider.png') 0 0 no-repeat;
  margin: 10px 0;
}
.main-column .centered-highlight a:after {
  content: "";
  padding: 0;
}
.undecorated-links a:after {
  content: none;
}
.two-column-table,
.three-column-table {
  width: 100%;
}
.two-column-table tr.inherit-background,
.three-column-table tr.inherit-background {
  background: inherit !important;
}
.two-column-table.with-dividers tr,
.three-column-table.with-dividers tr {
  background: url('/components/site-common/common-styles/images/divider_box_bottom.png') repeat-x !important;
}
.two-column-table.with-dividers tr:first-child,
.three-column-table.with-dividers tr:first-child {
  background-image: none !important;
}
.two-column-table.with-dividers td,
.three-column-table.with-dividers td {
  background-image: url('/components/site-common/common-styles/images/divider_box_right.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.two-column-table.with-dividers td:first-child,
.three-column-table.with-dividers td:first-child {
  background: transparent;
}
.two-column-table td {
  width: 50%;
}
.three-column-table td {
  width: 33%;
  padding: 15px;
}
.three-column-table td:first-child {
  padding-left: 0;
}
.three-column-table td:last-child {
  padding-right: 0;
}
.two-column-table-with-image-heading th {
  text-align: center;
}
.two-column-table-with-image-heading th img {
  margin-top: 7px;
  margin-right: 20px;
}
.three-column-highlights {
  width: 903px;
  margin-left: -16px;
}
.three-column-highlights td {
  padding: 0;
}
.content-area .feature-highlight,
.feature-highlight {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.content-area .feature-highlight:first-child,
.feature-highlight:first-child {
  padding-left: 0px;
}
.content-area .feature-highlight img,
.feature-highlight img {
  float: left;
  width: 67px;
  margin-right: 16px;
}
.content-area .feature-highlight p:first-child,
.feature-highlight p:first-child {
  margin-bottom: 0;
}
.content-area .feature-highlight h4 ~ p,
.feature-highlight h4 ~ p {
  padding-left: 83px;
}
.bulletin-more-link {
  color: inherit;
  background-image: url('/components/site-common/common-styles/images/icon_link_arrow.png');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 7px;
  color: #4AAFFE;
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
}
.right-side-bulletins {
  padding: 0 20px;
  margin: 8px 0 28px 0;
}
#bannerCarousel .bjqs {
  display: block;
}
html.elisa-fi.full-width-background {
  min-width: 970px;
}
html.elisa-fi.full-width-background .background-shadows,
html.elisa-fi.full-width-background .site-common-splash-left,
html.elisa-fi.full-width-background .site-common-splash-right {
  display: none;
}
html.elisa-fi.full-width-background #palkki {
  width: 100%;
}
html.elisa-fi.full-width-background #bannerCarousel .bjqs {
  opacity: 0;
  overflow: hidden;
  height: 500px;
}
.highlight-picture {
  position: relative;
}
.tooltipped {
  position: relative;
}
.tooltipped .tooltip-content {
  z-index: 51;
  background: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  box-shadow: 1px 1px 2px #c0bfbf;
  -moz-box-shadow: 1px 1px 2px #c0bfbf;
  -webkit-box-shadow: 1px 1px 2px #c0bfbf;
  -khtml-box-shadow: 1px 1px 2px #c0bfbf;
  -o-box-shadow: 1px 1px 2px #c0bfbf;
  -ms-box-shadow: 1px 1px 2px #c0bfbf;
  border: 1px #c8c7c7 solid;
  padding: 20px;
  position: absolute;
  display: none;
  line-height: 16px;
  color: #575757;
  pointer-events: none;
}
.tooltipped .tooltip-content:after {
  position: absolute;
  bottom: -10px;
  left: 135px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  border-left: 10px solid transparent;
  content: "";
}
.tooltipped .tooltip-content:before {
  position: absolute;
  bottom: -11px;
  left: 135px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 10px solid #c0bfbf;
  border-left: 10px solid transparent;
  content: "";
}
.tooltipped:hover .tooltip-content {
  display: block;
}
.smokeScreen {
  background: #000000 url("/components/site-common/common-styles/images/smokescreen_background.png");
  z-index: 11050;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-animation: fadeInHalf 200ms 0ms both;
  -moz-animation: fadeInHalf 200ms 0ms both;
  -ms-animation: fadeInHalf 200ms 0ms both;
  animation: fadeInHalf 200ms 0ms both;
  display: none;
}
#site-common-error-header {
  height: 100%;
}
#site-common-error-header .site-common-error-title {
  margin-bottom: 40px;
}
#site-common-error-header .site-common-error-folded-page {
  padding-left: 200px;
  padding-top: 50px;
  height: 227px;
  width: 100%;
  background: url('/components/site-common/common-styles/images/error_header_bg_transparent.png') no-repeat;
}
#site-common-error-header .site-common-error-folded-page .site-common-error-back-link {
  background: url('/components/site-common/common-styles/images/back_link.png') 0 2px no-repeat;
  padding-left: 18px;
  color: #1d84ef;
  font-weight: bold;
  display: inline-block;
}
#site-common-error-header .site-common-error-folded-page > h2 {
  margin-top: 50px;
  font-size: 24px;
  margin-bottom: 26px;
  line-height: 1.6px;
  letter-spacing: -1px;
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
}
#site-common-error-header .site-common-error-folded-page > p {
  margin-bottom: 20px;
  font-size: 13px;
}
.site-common-error-divider {
  height: 20px;
  background: url('/components/site-common/common-styles/images/divider.png') top center no-repeat #ffffff;
}
.site-common-main-error-content {
  background: url('/components/site-common/common-styles/images/error_page_404.png') center center no-repeat transparent;
  background-color: white;
  text-align: center;
  width: 100%;
  height: 700px;
}
.site-common-error-page {
  width: 600px;
  margin: 90px auto 90px auto;
  color: #404041;
  font-size: 12px;
  background-color: white;
  box-shadow: 1px -1px 1px -1px rgba(46, 2, 0, 0.39);
  -moz-box-shadow: 1px -1px 1px -1px rgba(46, 2, 0, 0.39);
  -webkit-box-shadow: 1px -1px 1px -1px rgba(46, 2, 0, 0.39);
  -khtml-box-shadow: 1px -1px 1px -1px rgba(46, 2, 0, 0.39);
  -o-box-shadow: 1px -1px 1px -1px rgba(46, 2, 0, 0.39);
  -ms-box-shadow: 1px -1px 1px -1px rgba(46, 2, 0, 0.39);
  border: 1px solid #dadada;
  padding: 30px 50px;
  text-align: center;
}
.site-common-error-page .site-common-error-page__error-icon {
  padding-bottom: 15px;
}
.site-common-error-page h2 {
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #404041;
  line-height: 1;
  font-size: 27px;
  padding-bottom: 15px;
}
.site-common-error-page .site-common-error-page__error-instructions h3 {
  font-family: Arial;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -1px;
  margin-bottom: 15px;
  color: #404041;
}
.site-common-smokeScreen {
  background: #000000 url("/components/site-common/common-styles/images/smokescreen_background.png");
  z-index: 11050;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-animation: fadeInHalf 200ms 0ms both;
  -moz-animation: fadeInHalf 200ms 0ms both;
  -ms-animation: fadeInHalf 200ms 0ms both;
  animation: fadeInHalf 200ms 0ms both;
  display: none;
}
/* Primary colors */
/* Secondary colors */
/* Greys */
.elisa-verlag-xlight {
  font-family: 'verlag extra light', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.elisa-verlag-xlight-italic {
  font-family: 'verlag extra light', sans-serif;
  font-weight: normal;
  font-style: italic;
}
.elisa-verlag-light {
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.elisa-verlag-light-italic {
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: italic;
}
.elisa-verlag-book {
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.elisa-verlag-book-italic {
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: italic;
}
.elisa-verlag-bold {
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.elisa-verlag-bold-italic {
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: italic;
}
.site-common-brand-font-light {
  font-family: 'verlag extra light', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.site-common-brand-font-regular {
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.site-common-brand-font-medium {
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.site-common-brand-font-bold {
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.site-common-sans-serif-font {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.site-common-headline-text {
  font-family: 'verlag extra light', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 80px;
  color: #404041;
  line-height: 1;
}
.site-common-headline-alternative-text {
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  color: #404041;
  line-height: 1;
}
.site-common-headline-alternative2-text {
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 48px;
  color: #404041;
  line-height: 1;
}
.site-common-subheading-text {
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  color: #404041;
  line-height: 1.125;
}
.site-common-subheading2-text {
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  color: #404041;
}
.site-common-product-listing-text {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  color: #404041;
}
.site-common-ingress-text {
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2;
  color: #404041;
}
.site-common-body-text {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  color: #404041;
  line-height: 18px;
}
.site-common-special-offer-text {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-size: 13px;
  color: #ff6400;
}
.site-common-emphasized-text {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  color: #404041;
}
.site-common-grey-text {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  color: #808081;
}
.site-common-faded-grey-text {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  color: #808081;
}
.site-common-light-grey-text {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  color: #b0b0b1;
}
.site-common-button-text-big {
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
}
.site-common-button-text {
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #f5f5f5;
}
.site-common-button-text-small {
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: #f5f5f5;
}
.site-common-link a {
  color: #0090f1;
  text-decoration: none;
}
.site-common-link a:hover {
  text-decoration: underline;
}
.site-common-link-text {
  color: #0090f1;
  text-decoration: none;
}
.site-common-link-text:hover {
  text-decoration: underline;
}
.site-common-viihde-header-font {
  font-family: 'verlag extra light', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 54px;
  color: #384248;
  letter-spacing: -3px;
}
.site-common-viihde-ingress-font {
  font-family: 'verlag extra light', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  color: #384248;
  letter-spacing: -1px;
}
.site-common-viihde-promotion-font {
  font-size: 17px;
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: white;
}
.site-common-viihde-contact-text {
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #333333;
}
.site-common-viihde-price-font {
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
}
.site-common-button-blue {
  border: none;
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #f5f5f5;
  text-align: left;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 30px 11px;
  outline: 0;
  -webkit-transition: background-color ease-in 0.15s;
  -moz-transition: background-color ease-in 0.15s;
  -o-transition: background-color ease-in 0.15s;
  transition: background-color ease-in 0.15s;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -khtml-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
  background: #0019af;
}
.site-common-button-blue:disabled,
.site-common-button-blue.disabled,
.site-common-button-blue:disabled:hover,
.site-common-button-blue.disabled:hover {
  cursor: default;
  color: #babbbb;
  background: #dcdddd;
}
.site-common-button-blue:visited {
  color: #f5f5f5;
}
.site-common-button-blue:hover {
  text-decoration: none;
}
.site-common-button-blue:hover {
  background: #263bbb;
  color: white;
}
.site-common-button-blue:active {
  background: #263bbb;
}
.site-common-button-orange {
  border: none;
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #f5f5f5;
  text-align: left;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 30px 11px;
  outline: 0;
  -webkit-transition: background-color ease-in 0.15s;
  -moz-transition: background-color ease-in 0.15s;
  -o-transition: background-color ease-in 0.15s;
  transition: background-color ease-in 0.15s;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -khtml-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
  background: #ff6400;
}
.site-common-button-orange:disabled,
.site-common-button-orange.disabled,
.site-common-button-orange:disabled:hover,
.site-common-button-orange.disabled:hover {
  cursor: default;
  color: #babbbb;
  background: #dcdddd;
}
.site-common-button-orange:visited {
  color: #f5f5f5;
}
.site-common-button-orange:hover {
  text-decoration: none;
}
.site-common-button-orange:hover {
  background: #ff7b26;
  color: white;
}
.site-common-button-orange:active {
  background: #ff7b26;
}
.site-common-button-grey {
  border: none;
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 30px 11px;
  outline: 0;
  -webkit-transition: background-color ease-in 0.15s;
  -moz-transition: background-color ease-in 0.15s;
  -o-transition: background-color ease-in 0.15s;
  transition: background-color ease-in 0.15s;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -khtml-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
  background: #d2d4d5;
  color: #f5f5f5;
}
.site-common-button-grey:disabled,
.site-common-button-grey.disabled,
.site-common-button-grey:disabled:hover,
.site-common-button-grey.disabled:hover {
  cursor: default;
  color: #babbbb;
  background: #dcdddd;
}
.site-common-button-grey:visited {
  color: #f5f5f5;
}
.site-common-button-grey:hover {
  text-decoration: none;
}
.site-common-button-grey:hover {
  background: #ecedee;
  color: #f5f5f5;
}
.site-common-button-grey:active {
  background: #ecedee;
}
.site-common-button-dark {
  border: none;
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #f5f5f5;
  text-align: left;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 30px 11px;
  outline: 0;
  -webkit-transition: background-color ease-in 0.15s;
  -moz-transition: background-color ease-in 0.15s;
  -o-transition: background-color ease-in 0.15s;
  transition: background-color ease-in 0.15s;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -khtml-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
  background: #404041;
}
.site-common-button-dark:disabled,
.site-common-button-dark.disabled,
.site-common-button-dark:disabled:hover,
.site-common-button-dark.disabled:hover {
  cursor: default;
  color: #babbbb;
  background: #dcdddd;
}
.site-common-button-dark:visited {
  color: #f5f5f5;
}
.site-common-button-dark:hover {
  text-decoration: none;
}
.site-common-button-dark:hover {
  background: #59595b;
  color: white;
}
.site-common-button-dark:active {
  background: #59595b;
}
.site-common-button-red {
  border: none;
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #f5f5f5;
  text-align: left;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 30px 11px;
  outline: 0;
  -webkit-transition: background-color ease-in 0.15s;
  -moz-transition: background-color ease-in 0.15s;
  -o-transition: background-color ease-in 0.15s;
  transition: background-color ease-in 0.15s;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -khtml-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
  background: #ff6400;
}
.site-common-button-red:disabled,
.site-common-button-red.disabled,
.site-common-button-red:disabled:hover,
.site-common-button-red.disabled:hover {
  cursor: default;
  color: #babbbb;
  background: #dcdddd;
}
.site-common-button-red:visited {
  color: #f5f5f5;
}
.site-common-button-red:hover {
  text-decoration: none;
}
.site-common-button-red:hover {
  background: #ff7b26;
  color: white;
}
.site-common-button-red:active {
  background: #ff7b26;
}
.site-common-button-small {
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: #f5f5f5;
  padding: 9px 20px 8px;
}
.site-common-button-arrow {
  display: block;
  overflow: visible;
  position: relative;
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.site-common-button-arrow:before {
  content: "";
  position: absolute;
  display: block;
  width: 27px;
  height: 27px;
  right: -13px;
  top: 7px;
  box-sizing: border-box;
  transform: rotate(45deg) skew(11deg, 11deg);
  -moz-transform: rotate(45deg) skew(11deg, 11deg);
  -webkit-transform: rotate(45deg) skew(11deg, 11deg);
  -khtml-transform: rotate(45deg) skew(11deg, 11deg);
  -o-transform: rotate(45deg) skew(11deg, 11deg);
  -ms-transform: rotate(45deg) skew(11deg, 11deg);
  border-radius: 5px 2px 5px 2px;
  -moz-border-radius: 5px 2px 5px 2px;
  -webkit-border-radius: 5px 2px 5px 2px;
  -khtml-border-radius: 5px 2px 5px 2px;
  -o-border-radius: 5px 2px 5px 2px;
  -ms-border-radius: 5px 2px 5px 2px;
}
.site-common-button-arrow.site-common-button-blue:before {
  background: #0019af;
}
.site-common-button-arrow.site-common-button-blue:hover:before {
  background: #263bbb;
}
.site-common-button-arrow.site-common-button-blue:active:before {
  background: #263bbb;
}
.site-common-button-arrow.site-common-button-red:before,
.site-common-button-arrow.site-common-button-orange:before {
  background: #ff6400;
}
.site-common-button-arrow.site-common-button-red:hover:before,
.site-common-button-arrow.site-common-button-orange:hover:before {
  background: #ff7b26;
}
.site-common-button-arrow.site-common-button-red:active:before,
.site-common-button-arrow.site-common-button-orange:active:before {
  background: #ff7b26;
}
.site-common-button-arrow.site-common-button-dark:before {
  background: #404041;
}
.site-common-button-arrow.site-common-button-dark:hover:before {
  background: #59595b;
}
.site-common-button-arrow.site-common-button-dark:active:before {
  background: #59595b;
}
.site-common-button-arrow.site-common-button-grey:before {
  background: #d2d4d5;
}
.site-common-button-arrow.site-common-button-grey:hover:before {
  background: #ecedee;
}
.site-common-button-arrow.site-common-button-grey:active:before {
  background: #ecedee;
}
.site-common-button-arrow:disabled:before,
.site-common-button-arrow.disabled:before,
.site-common-button-arrow:disabled:hover:before,
.site-common-button-arrow.disabled:hover:before {
  cursor: default;
  color: #babbbb;
  background: #dcdddd;
}
.site-common-box-info,
.site-common-box-success,
.site-common-box-error,
.site-common-box-warning,
.site-common-box-network,
.site-common-box-light {
  position: relative;
  color: #ffffff;
  padding: 20px 30px 20px 60px;
}
.site-common-box-info .close,
.site-common-box-success .close,
.site-common-box-error .close,
.site-common-box-warning .close,
.site-common-box-network .close,
.site-common-box-light .close {
  cursor: pointer;
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -26px;
  background: url('/components/site-common/common-styles/images/close.png') 12px 12px no-repeat;
  background-position: center;
}
.site-common-box-light {
  border: 1px solid #dadada;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  color: #404041;
  padding-left: 20px;
}
.site-common-box-info {
  background: #0090f1 20px center no-repeat;
  padding-left: 20px;
}
.site-common-box-success {
  background: #00a950 url('/components/site-common/common-styles/images/check.png') 20px center no-repeat;
}
.site-common-box-warning {
  background: #fcaf17 url('/components/site-common/common-styles/images/warning.png') 20px center no-repeat;
}
.site-common-box-error {
  background: #ee4444 url('/components/site-common/common-styles/images/warning.png') 20px center no-repeat;
}
.site-common-box-network {
  background-image: linear-gradient(-67.5deg, #ee4444 0%, #ee4444 25%, #e24141 25%, #e24141 50%, #ee4444 50%, #ee4444 75%, #e24141 75%, #e24141 100%);
  background-size: 22px 100%;
}
.site-common-box-network:before {
  content: '';
  display: block;
  width: 29px;
  height: 26px;
  background-image: url('/components/site-common/common-styles/images/warning.png');
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -13px;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Open Sans", Arial, sans-serif;
  background: #fff;
  width: auto;
  margin: 0 auto;
  min-height: 500px;
}
header {
  width: 960px;
  margin: 0 auto;
  padding: 0px 10px;
}
a,
a:visited {
  color: #1d84ef;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.highlighted-text-fragment {
  color: #2d9cf3;
}
.item-loading {
  margin: auto;
  margin-left: 50%;
  margin-right: 50%;
  margin-top: 20px;
}
input[type=text].required,
input[type=text][required] {
  background-position: 96% center;
  background-image: url('/components/site-common/common-styles/images/icon_star.png');
  background-repeat: no-repeat;
}
.additional-info-box {
  border: 2px #e4e4e4 solid;
  padding: 25px;
}
.additional-info-box .arrow-link,
.additional-info-box .arrow-link:visited {
  display: block;
  color: #fff;
  padding-left: 10px;
  background: url('/components/site-common/common-styles/images/link_arrow_red.png') top left no-repeat;
  line-height: 32px;
  font-size: 14px;
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.additional-info-box .arrow-link:after {
  content: none;
}
.site-common-product-card {
  padding: 30px 35px 10px;
  margin-bottom: 10px;
  border: 1px #e6e6e6 solid;
  background: #f7f7f7;
}
.site-common-product-card.site-common-product-card__campaign {
  background-image: url("/components/site-common/common-styles/images/campaign_corner.png");
  background-position: right top;
  background-repeat: no-repeat;
}
.site-common-product-card .site-common-product-card__title {
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  color: #404041;
  line-height: 1.125;
  margin-bottom: 25px;
}
.site-common-product-card .site-common-product-card__logo {
  display: table-cell;
  width: 155px;
}
.site-common-product-card .site-common-product-card__description {
  padding: 0 15px 0 10px;
  display: table-cell;
  vertical-align: top;
  line-height: 1.5;
  font-family: Arial, serif;
  font-size: 12px;
}
.site-common-product-card .site-common-product-card__price-order {
  text-align: right;
  vertical-align: top;
  display: table-cell;
}
.site-common-product-card .site-common-product-card__price-order .site-common-product-card__price-order__price {
  white-space: nowrap;
  line-height: 1;
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.site-common-product-card .site-common-product-card__price-order .site-common-product-card__price-order__normal-amount {
  display: block;
  margin-bottom: 8px;
  font-family: Arial;
  font-size: 13px;
  text-decoration: line-through;
  color: #464647;
}
.site-common-product-card .site-common-product-card__price-order .site-common-product-card__price-order__amount {
  display: block;
  position: relative;
}
.site-common-product-card .site-common-product-card__price-order .site-common-product-card__price-order__campaign-amount {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-family: Arial;
  line-height: 15px;
  color: #464647;
}
.site-common-product-card .site-common-product-card__price-order .site-common-product-card__price-order__euros {
  margin-left: 5px;
  font-size: 33px;
  display: inline-block;
  text-align: right;
}
.site-common-product-card .site-common-product-card__price-order .site-common-product-card__price-order__decimal-separator {
  position: relative;
  top: -10px;
  display: inline-block;
  font-size: 20px;
}
.site-common-product-card .site-common-product-card__price-order .site-common-product-card__price-order__cents {
  width: 28px;
  position: relative;
  top: -10px;
  display: inline-block;
  font-size: 20px;
}
.site-common-product-card .site-common-product-card__price-order .site-common-product-card__price-order__unit {
  font-size: 13px;
}
.site-common-product-card .site-common-product-card__price-order .site-common-product-card__price-order__order {
  margin-top: 15px;
}
html {
  min-height: 100%;
  background: linear-gradient(top, white, white 1200px, #f5f5f5);
  background: -moz-linear-gradient(top, white, white 1200px, #f5f5f5);
  background: -webkit-linear-gradient(top, white, white 1200px, #f5f5f5);
  background: -khtml-linear-gradient(top, white, white 1200px, #f5f5f5);
  background: -o-linear-gradient(top, white, white 1200px, #f5f5f5);
  background: -ms-linear-gradient(top, white, white 1200px, #f5f5f5);
}
body {
  min-height: 100%;
  width: auto;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.site-common-wide-layout-with-highlight-image {
  box-sizing: border-box;
  width: 970px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (min-width: 1025px) {
  .site-common-splash-left {
    background: url('//static.elisa.fi/components/site-common/9.3.3/common-styles/images/elisa-bg-splash-left.jpg') right 100px no-repeat;
    position: absolute;
    right: 50.01%;
    left: 0px;
    margin-right: 495px;
    top: 0px;
    height: 680px;
  }
}
@media (min-width: 1025px) {
  html.elisa__site-common__splash-ng .site-common-splash-left {
    margin-right: 485px;
    height: 1200px;
    background-image: url('//static.elisa.fi/components/site-common/9.3.3/common-styles/images/elisa-bg-splash-ng-left.jpg');
  }
}
@media (min-width: 1025px) {
  .site-common-splash-right {
    background: url('//static.elisa.fi/components/site-common/9.3.3/common-styles/images/elisa-bg-splash-right.jpg') left 100px no-repeat;
    position: absolute;
    left: 50%;
    right: 0px;
    margin-left: 450px;
    top: 110px;
    height: 1098px;
  }
}
@media (min-width: 1025px) {
  html.elisa__site-common__splash-ng .site-common-splash-right {
    background-image: url('//static.elisa.fi/components/site-common/9.3.3/common-styles/images/elisa-bg-splash-ng-right.jpg');
    margin-left: 485px;
    height: 820px;
  }
}
@media (min-width: 2290px) {
  .site-common-splash-left {
    background-position: left 100px;
  }
  html.elisa__site-common__splash-ng .site-common-splash-left {
    background-position: right 100px;
  }
}
@media (min-width: 2435px) {
  .site-common-splash-right {
    background-position: right 100px;
  }
  html.elisa__site-common__splash-ng .site-common-splash-right {
    background-position: left 100px;
  }
}
.site-common-emergency-bulletin {
  display: none;
}
.site-common-emergency-bulletin .bulletin-list-item {
  text-align: center;
  background: url("/components/site-common/common-styles/images/alert_bg.png") 0 0 repeat-x;
}
.site-common-emergency-bulletin .bulletin-list-item .bulletin-date {
  display: none;
}
.site-common-emergency-bulletin .bulletin-list-item .bulletin-link {
  line-height: 45px;
  color: #B98D83;
}
.site-common-emergency-bulletin .bulletin-list-item .bulletin-link .bulletin-title {
  background: url("/components/site-common/common-styles/images/icon_alert.png") 0 20% no-repeat;
  display: inline-block;
  padding-left: 55px;
}
.site-common-emergency-bulletin .bulletin-list-item .bulletin-link .bulletin-title:after {
  padding-left: 15px;
  color: #B52B28;
  content: "Lue lisää >";
}
.site-common-highlight-box {
  width: 232px;
  position: absolute;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  bottom: 40px;
  right: 11px;
  border: 0;
  color: #404041;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  -khtml-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.site-common-highlight-box a,
.site-common-highlight-box a:visited,
.site-common-highlight-box a:hover,
.site-common-highlight-box h1,
.site-common-highlight-box h2,
.site-common-highlight-box h3,
.site-common-highlight-box h4,
.site-common-highlight-box h5 {
  color: #404041;
  text-decoration: none;
  line-height: 1;
  margin-bottom: 0px;
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.site-common-highlight-box .highlight-box-item {
  padding: 10px 20px;
  padding-bottom: 0px;
  margin-bottom: 0;
  background: white;
  width: 233px;
  border-right: 1px solid rgba(178, 178, 178, 0.39);
  border-left: 1px solid rgba(178, 178, 178, 0.39);
}
.site-common-highlight-box .highlight-box-item p,
.site-common-highlight-box .highlight-box-item div,
.site-common-highlight-box .highlight-box-item span {
  font-size: 14px;
}
.site-common-highlight-box .highlight-box-item .box-unit {
  font-size: 21px;
}
.site-common-highlight-box .highlight-box-item .box-conditions {
  font-size: 12px;
}
.site-common-highlight-box .highlight-box-item img {
  float: left;
}
.site-common-highlight-box .highlight-box-item h2 {
  font-size: 31px;
}
.site-common-highlight-box .highlight-box-item h3 {
  font-size: 18px;
}
.site-common-highlight-box .highlight-box-item h3,
.site-common-highlight-box .highlight-box-item h4 {
  margin-left: 40px;
}
.site-common-highlight-box .highlight-box-item a {
  background: url('/components/site-common/common-styles/images/icon_forward.png') right no-repeat;
  padding-right: 14px;
}
.site-common-highlight-box .highlight-box-item h2 a,
.site-common-highlight-box .highlight-box-item p a {
  background: none;
  padding-right: 0;
}
.site-common-highlight-box .highlight-box-item:first-child {
  border-bottom: none;
  background: #f87035;
  padding-bottom: 10px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
}
.site-common-highlight-box .highlight-box-item:first-child h4 {
  color: white;
  margin-left: inherit;
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.site-common-highlight-box .highlight-box-item:first-child a {
  background: none;
  padding-right: 0;
  color: white;
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.site-common-highlight-box .highlight-box-item:last-child {
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-bottom: 1px solid rgba(178, 178, 178, 0.39);
  padding-bottom: 12px;
}
.site-common-highlight-box p {
  margin: 0;
  padding: 2px 0px;
}
.small-header .site-common-highlight-box {
  bottom: 75px;
  background: #fff;
}
.small-header .site-common-highlight-box .highlight-box-item {
  display: none;
}
.small-header .site-common-highlight-box .highlight-box-item:first-child {
  display: block;
}
.small-header .site-common-highlight-box .highlight-box-item:first-child + .highlight-box-item {
  display: block;
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  padding-bottom: 10px;
}
.right-column .site-common-highlight-box {
  position: static;
  margin-bottom: 10px;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
  -khtml-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
}
.small-header .right-column .site-common-highlight-box .highlight-box-item:first-child + .highlight-box-item {
  display: block;
  border-bottom: 1px solid rgba(178, 178, 178, 0.39);
}
.site-common-pdf-link {
  background-image: url('/components/site-common/common-styles/images/pdficon_small.png');
  background-repeat: no-repeat;
  background-position: 0% 6px;
  padding: 8px 34px 6px 27px;
  min-height: 21px;
  width: 410px;
  border-bottom: 1px solid #EBEAE9;
  display: inline-block;
  color: #1D1D1D;
  position: relative;
}
.site-common-pdf-link:after {
  content: "";
  width: 11px;
  height: 12px;
  right: 19px;
  top: 10px;
  position: absolute;
  background-image: url('/components/site-common/common-styles/images/download_icon_small.png');
  background-repeat: no-repeat;
}
.site-common-pdf-link a {
  color: #1D1D1D;
}
.elisa__background-gradient {
  background-image: linear-gradient(bottom, #f5f5f5, white 80%);
  background-image: -moz-linear-gradient(bottom, #f5f5f5, white 80%);
  background-image: -webkit-linear-gradient(bottom, #f5f5f5, white 80%);
}
.content-block {
  padding-left: 0px;
}
.content-area {
  display: block;
  font-family: Arial, serif;
  font-size: 12px;
  line-height: 22px;
  color: #1d1d1d;
  padding: 0 10px 0 40px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
}
.content-area:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .content-area {
  height: 1px;
}
.content-area .left-column,
.content-area .single-column {
  padding: 38px 10px 23px 8px;
  color: #333333;
  line-height: 19px;
}
.content-area .left-column h2,
.content-area .single-column h2 {
  margin-bottom: 20px;
}
.content-area .left-column h3,
.content-area .single-column h3 {
  margin-bottom: 18px;
}
.content-area .left-column .centered-highlight,
.content-area .single-column .centered-highlight {
  width: 970px;
  text-align: center;
  margin-left: -48px;
}
.content-area.tab-content .main-column {
  margin-left: 0;
}
.content-area.tab-content .left-column {
  width: 74%;
}
.content-area.tab-content .right-column {
  padding-top: 10px;
  float: right;
  width: 26%;
  border-left: 1px solid #e8e8e8;
  background: url('/components/site-common/common-styles/images/right-column-border.png') no-repeat;
  padding-left: 6px;
  padding-bottom: 25px;
  line-height: 1.6;
}
.content-area .column {
  padding-right: 30px;
  display: table-cell;
  vertical-align: top;
}
.content-area .column.large {
  padding-right: 33px;
}
.content-area .column.small {
  padding-right: 26px;
}
.content-area .column.small:nth-child(2) {
  padding-right: 68px;
}
.content-area .column:last-child {
  padding-right: 0;
}
.content-area.carousel {
  margin-right: 0;
}
.content-area .ingress {
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2;
  color: #404041;
}
.content-area .ingress img {
  margin-left: 0px !important;
  margin-right: 20px !important;
}
.main-column {
  float: left;
  margin-left: 40px;
}
.main-column h4 {
  margin: 10px 0;
}
.main-column li {
  display: block;
  padding-left: 13px;
  background: url('/components/site-common/common-styles/images/icon_bullet.png') 0px 7px no-repeat;
}
.main-column.highlight {
  width: 710px;
}
.main-column.wide {
  float: left;
  margin-left: 40px;
  width: 710px;
}
.main-column.wide p {
  margin-bottom: 20px;
  max-width: 680px;
}
.main-column a {
  color: #1d84ef;
}
.main-column a:hover {
  color: #1d84ef;
}
.main-column a:visited {
  color: #125091;
}
.main-column strong {
  font-weight: bold;
}
.main-column em {
  font-style: italic;
}
.main-column table tr:nth-child(even) {
  background: #EFEFEF;
}
.main-column table tr:nth-child(odd) {
  background: #FEFEFE;
}
.main-column a[href$=".pdf"] {
  background-image: url('/components/site-common/common-styles/images/pdficon_small.png');
  background-repeat: no-repeat;
  background-position: 0% 6px;
  padding: 8px 34px 6px 27px;
  min-height: 21px;
  width: 410px;
  border-bottom: 1px solid #EBEAE9;
  display: inline-block;
  color: #1D1D1D;
  position: relative;
}
.main-column a[href$=".pdf"]:after {
  content: "";
  width: 11px;
  height: 12px;
  right: 19px;
  top: 10px;
  position: absolute;
  background-image: url('/components/site-common/common-styles/images/download_icon_small.png');
  background-repeat: no-repeat;
}
.main-column a[href$=".pdf"] a {
  color: #1D1D1D;
}
.main-column li a[href$=".pdf"] {
  margin-left: -16px;
  padding-left: 36px;
}
.rich-text-box,
.contact-support {
  background-color: #fcfeff;
  padding: 10px;
  border-left: 1px;
  border-right: 1px;
  border-width: 1px;
  border-top: 0;
  border-style: solid;
  border-color: #E1E1E1;
}
.box-group > :first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid #E1E1E1;
}
.box-group > :last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.contact-support {
  border-top: none;
}
.contact-support table td {
  padding: 0 !important;
}
.contact-support .contact-support-title {
  font-size: 15px;
}
.contact-support .contact-support-title,
.contact-support .contact-support-open-hours {
  margin-left: 10px;
}
.contact-support .contact-support-phone-number {
  font-size: 30px;
  text-align: center;
  margin-top: 10px;
}
.contact-support .contact-support-phone-number div {
  display: table;
  margin: 0 auto;
  text-align: left;
}
.contact-support .contact-support-phone-number div .isp-name {
  padding-left: 2px;
  font-size: 13px;
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.contact-support .contact-support-phone-number div .saunalahti {
  color: #ed6b2c;
}
.rich-text-box-title {
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  color: #1d1d1d;
  margin-bottom: 7px;
}
.rich-text-box-link-list .rich-text-box-content a {
  color: inherit;
  background-image: url('/components/site-common/common-styles/images/icon_link_arrow.png');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 7px;
}
.rich-text-box-link-list .rich-text-box-content .image-links-only {
  line-height: 0;
  margin-bottom: 5px;
}
.rich-text-box-link-list .rich-text-box-content .image-links-only a {
  background: none;
  margin: 1px 0;
  display: inline-block;
}
.tip-box,
.error-box,
.info-box,
.download-box,
.support-box,
.oma-guru-box,
.elisa-shopit-box,
.alarm-box {
  color: #384248;
  max-width: 620px;
  padding: 20px 30px 20px 60px;
  border: 1px solid #E2EEF2;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
}
.tip-box {
  color: #30830F;
  background: #EBFAE9 url('/components/site-common/common-styles/images/green-check_icon.png') 0 center no-repeat;
  border: 1px solid #E0EEDE;
}
.error-box {
  color: #B28642;
  background: #FCF7DC url('/components/site-common/common-styles/images/warning_icon.png') 0 center no-repeat;
  border: 1px solid #EDE8CF;
}
.info-box {
  background: #F6F6F6 url('/components/site-common/common-styles/images/info_icon.png') 0 center no-repeat;
  border: 1px solid #E0E2E5;
}
.support-box {
  background: #F6F6F6 url('/components/site-common/common-styles/images/support_icon.png') 0 center no-repeat;
  border: 1px solid #E0E2E5;
}
.download-box {
  background: #F1F8FA url('/components/site-common/common-styles/images/download_icon.png') 0 center no-repeat;
}
.oma-guru-box {
  background: #F1F8FA url('/components/site-common/common-styles/images/oma-guru-icon.png') 0 center no-repeat;
}
.elisa-shopit-box {
  background: #F1F8FA url('/components/site-common/common-styles/images/elisa-shopit-icon.png') 0 center no-repeat;
}
.alarm-box {
  color: #D91A1A;
  background: #FED8D9 url('/components/site-common/common-styles/images/error_icon.png') 0 center no-repeat;
  border: 1px solid #E9C4C5;
}
html.elisa-fi.full-width-background {
  background-repeat: no-repeat;
  background: linear-gradient(none);
  background: -moz-linear-gradient(none);
  background: -webkit-linear-gradient(none);
  background: -khtml-linear-gradient(none);
  background: -o-linear-gradient(none);
  background: -ms-linear-gradient(none);
  background-image: none;
}
html.elisa-fi.full-width-background #elisa-fi-frontpage #bannerCarousel {
  height: 495px;
}
html.elisa-fi.full-width-background.elisa__rwd--wide {
  min-width: 0;
}
html {
  background-image: linear-gradient(bottom, #f5f5f5, white 80%);
  background-image: -moz-linear-gradient(bottom, #f5f5f5, white 80%);
  background-image: -webkit-linear-gradient(bottom, #f5f5f5, white 80%);
}
#elisa-fi-frontpage {
  position: relative;
  border-bottom: 1px solid #d9dadb;
}
#elisa-fi-frontpage .main-navigation {
  top: 43px;
  left: 100px;
  font-size: 17px;
  letter-spacing: -0.35px;
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-shadow: 0 0 5px rgba(0,0,0,0.8);
  -moz-text-shadow: 0 0 5px rgba(0,0,0,0.8);
  -webkit-text-shadow: 0 0 5px rgba(0,0,0,0.8);
  -khtml-text-shadow: 0 0 5px rgba(0,0,0,0.8);
  -o-text-shadow: 0 0 5px rgba(0,0,0,0.8);
  -ms-text-shadow: 0 0 5px rgba(0,0,0,0.8);
  margin-left: -10px;
}
#elisa-fi-frontpage .main-navigation .right-side-link {
  margin-left: 20px;
}
#elisa-fi-frontpage .main-navigation .more-navigation-links {
  position: relative;
  color: #001e7a;
}
#elisa-fi-frontpage .main-navigation .more-navigation-links .toggle {
  background: url('/img/navi_more.png') 0 0 no-repeat;
  width: 18px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 17px;
  cursor: pointer;
}
#elisa-fi-frontpage .main-navigation .more-navigation-links .content {
  padding: 10px;
  background: transparent;
  position: absolute;
  top: 29px;
  left: -72px;
}
#elisa-fi-frontpage .main-navigation .more-navigation-links .content .links {
  background: white;
  padding: 18px 23px;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}
#elisa-fi-frontpage .main-navigation .more-navigation-links .content .links a {
  display: block;
  color: #20292f;
  text-shadow: none;
  margin: 0;
  font-size: 12px;
  letter-spacing: 0;
}
#elisa-fi-frontpage .main-navigation .more-navigation-links .content .links .strandell {
  position: absolute;
  top: 2px;
  left: 86px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  border-left: 10px solid transparent;
}
#elisa-fi-frontpage .highlight-picture {
  line-height: 0;
}
#elisa-fi-frontpage .highlight-picture img {
  border-bottom: 1px solid #B6D8F2;
}
#elisa-fi-frontpage .highlightMatrix {
  width: 730px;
}
#elisa-fi-frontpage .highlightMatrix li {
  display: inline-block;
  border-right: 1px solid #d9dadb;
  float: left;
  background-color: white;
}
#elisa-fi-frontpage .highlightMatrix li.wide_orange,
#elisa-fi-frontpage .highlightMatrix li.wide_blue {
  width: 100%;
  padding: 20px 10px 10px 36px;
}
#elisa-fi-frontpage .highlightMatrix li.wide_orange a,
#elisa-fi-frontpage .highlightMatrix li.wide_blue a {
  width: 100%;
}
#elisa-fi-frontpage .highlightMatrix li.wide_orange a img,
#elisa-fi-frontpage .highlightMatrix li.wide_blue a img {
  float: right;
  padding: 0 12px;
  height: 223px;
}
#elisa-fi-frontpage .highlightMatrix li.wide_orange a h3,
#elisa-fi-frontpage .highlightMatrix li.wide_blue a h3 {
  font-size: 36px;
  padding: 20px 0px 15px 0px;
}
#elisa-fi-frontpage .highlightMatrix li.wide_orange a .price,
#elisa-fi-frontpage .highlightMatrix li.wide_blue a .price {
  margin: 5px 0px;
  font-size: 15px;
  color: #ff6400;
}
#elisa-fi-frontpage .highlightMatrix li.wide_orange a p,
#elisa-fi-frontpage .highlightMatrix li.wide_blue a p {
  margin-bottom: 15px;
  font-size: 15px;
}
#elisa-fi-frontpage .highlightMatrix li.buy_orange,
#elisa-fi-frontpage .highlightMatrix li.buy_blue {
  width: 365px;
  border-top: 1px solid #d9dadb;
}
#elisa-fi-frontpage .highlightMatrix li.buy_orange a,
#elisa-fi-frontpage .highlightMatrix li.buy_blue a {
  width: 100%;
  padding-bottom: 20px;
}
#elisa-fi-frontpage .highlightMatrix li.buy_orange a img,
#elisa-fi-frontpage .highlightMatrix li.buy_blue a img {
  display: block;
  margin: auto;
  padding-top: 38px;
  height: 223px;
}
#elisa-fi-frontpage .highlightMatrix li.buy_orange a h3,
#elisa-fi-frontpage .highlightMatrix li.buy_blue a h3 {
  margin: 25px 40px 5px;
  font-size: 24px;
  padding-top: 20px;
}
#elisa-fi-frontpage .highlightMatrix li.buy_orange a h3 .elisa__button--orange,
#elisa-fi-frontpage .highlightMatrix li.buy_blue a h3 .elisa__button--orange,
#elisa-fi-frontpage .highlightMatrix li.buy_orange a h3 .elisa__button--blue,
#elisa-fi-frontpage .highlightMatrix li.buy_blue a h3 .elisa__button--blue {
  font-size: 14px;
  font-weight: bold;
  float: right;
  margin-left: 10px;
}
#elisa-fi-frontpage .highlightMatrix li.buy_orange a .price,
#elisa-fi-frontpage .highlightMatrix li.buy_blue a .price {
  margin: 5px 40px;
  font-size: 15px;
  color: #ff6400;
}
#elisa-fi-frontpage .highlightMatrix li.buy_orange a p,
#elisa-fi-frontpage .highlightMatrix li.buy_blue a p {
  margin: 5px 40px;
  font-size: 15px;
}
#elisa-fi-frontpage .highlightMatrix li.buy_orange a .elisa__frontpage__button-container,
#elisa-fi-frontpage .highlightMatrix li.buy_blue a .elisa__frontpage__button-container {
  text-align: center;
  margin: 20px 0;
}
#elisa-fi-frontpage .highlightMatrix li a {
  display: inline-block;
  color: grey;
}
#elisa-fi-frontpage #in-document-carousel {
  float: left;
  width: 730px;
  border-top: 1px solid #d9dadb;
  border-right: 1px solid #d9dadb;
}
#elisa-fi-frontpage #in-document-carousel .carousel-item {
  border-right: 1px solid #d9dadb;
  display: inline-block;
  width: 33%;
  margin-bottom: 30px;
  float: left;
  margin-top: 60px;
}
#elisa-fi-frontpage #in-document-carousel .carousel-item:last-child {
  border-right: none;
}
#elisa-fi-frontpage #in-document-carousel .carousel-item h2 {
  margin-top: -60px;
  color: #666666;
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 20px 30px;
}
#elisa-fi-frontpage #in-document-carousel .carousel-item img {
  display: block;
  margin: 22px auto;
  width: 200px;
  height: 165px;
}
#elisa-fi-frontpage #in-document-carousel .carousel-item h3,
#elisa-fi-frontpage #in-document-carousel .carousel-item b,
#elisa-fi-frontpage #in-document-carousel .carousel-item p {
  margin-left: 30px;
  display: inline-block;
}
#elisa-fi-frontpage #in-document-carousel .carousel-item h3 {
  margin-right: 10px;
  margin-bottom: 10px;
}
#elisa-fi-frontpage #in-document-carousel .carousel-item b,
#elisa-fi-frontpage #in-document-carousel .carousel-item p {
  color: grey;
  margin-bottom: 10px;
  font-size: 15px;
}
#elisa-fi-frontpage #in-document-carousel .carousel-item b {
  color: #0F0F0C;
}
#elisa-fi-frontpage .elisa__highlight-links {
  display: none;
  width: 100%;
  border-bottom: 1px solid #d9dadb;
  padding: 20px 0;
  height: 120px;
}
#elisa-fi-frontpage .elisa__highlight-links > * {
  border-right: 1px solid #e8e9e9;
  display: inline-block;
  width: 157px;
  text-align: center;
  vertical-align: bottom;
}
#elisa-fi-frontpage .elisa__highlight-links > *:last-child {
  border-right: none;
}
#elisa-fi-frontpage .elisa__highlight-links > *:last-child a {
  color: #2cb6e6;
}
#elisa-fi-frontpage .elisa__highlight-links > * a {
  color: #666666;
  height: 80px;
  display: block;
  padding-top: 60px;
  position: relative;
}
#elisa-fi-frontpage .elisa__highlight-links > * a img {
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 20px;
}
#elisa-fi-frontpage .elisa__some-link {
  font-size: 15px;
  background-image: none;
  display: block;
  margin-bottom: 10px;
}
#elisa-fi-frontpage .elisa__some-link .entypo-social,
#elisa-fi-frontpage .elisa__some-link .entypo {
  color: #c8c8c8;
  margin-right: 10px;
  vertical-align: -4px;
  display: inline-block;
  font-size: 280%;
}
#elisa-fi-frontpage .elisa__some-link .entypo-social.youtube {
  background-position: left bottom;
  vertical-align: top;
}
#elisa-fi-frontpage .elisa__some-link .entypo-social.google-plus:before {
  content: '\F30F';
}
#elisa-fi-frontpage .elisa__some-link:hover {
  color: #0090f1;
}
#elisa-fi-frontpage .elisa__some-link:hover .entypo-social,
#elisa-fi-frontpage .elisa__some-link:hover .entypo {
  color: #0090f1;
}
#elisa-fi-frontpage .elisa__some-link:hover .entypo-social.youtube {
  background-image: url('//static.elisa.fi/components/site-common/cognac/fonts/css/some-youtube-hov.png');
}
#elisa-fi-frontpage #front-page-left-column {
  float: left;
  width: 730px;
}
#elisa-fi-frontpage #front-page-right-column {
  float: right;
  width: 240px;
}
#elisa-fi-frontpage #front-page-right-column .background-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 12px;
}
#elisa-fi-frontpage #front-page-right-column h4.title-with-margins {
  margin: 30px 0 12px 20px;
}
#elisa-fi-frontpage #front-page-right-column .image-links {
  line-height: 0;
  padding-left: 16px;
}
#elisa-fi-frontpage #front-page-right-column .image-links img {
  margin-bottom: 1px;
}
#elisa-fi-frontpage #front-page-right-column .text-links {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  padding: 0 20px 20px;
  border-bottom: 1px solid #e8e8e8;
}
#elisa-fi-frontpage #front-page-right-column .big-image-link {
  padding-top: 12px;
  padding-left: 7px;
}
#elisa-fi-frontpage #front-page-right-column .elisa__button--blue {
  width: 100%;
}
#elisa-fi-frontpage #front-page-right-column .right-side-bulletins {
  margin-top: 30px;
}
#elisa-fi-frontpage .front-page-right-side-link-list p {
  margin: 0 0 15px 0;
}
#elisa-fi-frontpage #front-page-content-container {
  position: relative;
  background: #f6f7f7;
  box-shadow: 0 0 8px 0 #d2d2d2;
  -moz-box-shadow: 0 0 8px 0 #d2d2d2;
  -webkit-box-shadow: 0 0 8px 0 #d2d2d2;
  -khtml-box-shadow: 0 0 8px 0 #d2d2d2;
  -o-box-shadow: 0 0 8px 0 #d2d2d2;
  -ms-box-shadow: 0 0 8px 0 #d2d2d2;
}
#elisa-fi-frontpage #front-page-content-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.elisa-navi__local-footer__container {
  box-shadow: 0 0 8px 0 #d2d2d2;
}
.email-login .email-title {
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #47545a;
  left: 28px;
}
.email-login .email-box-header {
  height: 24px;
  position: relative;
}
.email-login .email-box-header,
.email-login .email-box-fields {
  margin: 8px 0 0 -9px;
}
.email-login .forgot-credentials {
  margin: 5px 0 0 20px;
}
.email-login .forgot-credentials a {
  font-family: 'Arial';
  font-size: 14px;
  color: #1d84ef;
}
.email-login .email-title {
  bottom: 5px;
  margin-left: 27px;
}
.email-login input[name=_user],
.email-login input[name=_pass] {
  border: 2px solid #C2C5C6;
  font-size: 14px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 0 0.5em;
}
.email-login input[name=_user] {
  margin-bottom: 2px;
}
.email-login input[name=_pass] {
  background-position: 96% center;
  background-image: url('/components/site-common/common-styles/images/icon_star.png');
  background-repeat: no-repeat;
}
.email-login input[name=_user],
.email-login input[name=_pass],
.email-login input[name=submit] {
  height: 36px;
  width: 200px;
  margin: 5px 20px;
}
.email-login input[name=submit] {
  height: 44px;
}
@media (max-width: 969px) {
  html.elisa__rwd--wide .elisa__promotion-area {
    height: auto;
  }
  html.elisa__rwd--wide .elisa__promotion-area a {
    background-image: none;
    height: auto;
  }
  html.elisa__rwd--wide .elisa__promotion-area a img.elisa__tablet-highlight-picture {
    display: block;
    width: 100%;
    height: auto;
  }
  html.elisa__rwd--wide #front-page-content-container ul.highlightMatrix {
    width: 100%;
  }
  html.elisa__rwd--wide #front-page-content-container ul.highlightMatrix li.wide {
    padding: 20px 30px 10px 30px;
  }
  html.elisa__rwd--wide #front-page-content-container ul.highlightMatrix li img {
    max-width: 100%;
  }
  html.elisa__rwd--wide #front-page-content-container ul.highlightMatrix li.buy {
    width: 50%;
  }
  html.elisa__rwd--wide #front-page-content-container #in-document-carousel {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #d9dadb;
  }
  html.elisa__rwd--wide #front-page-content-container #in-document-carousel li.carousel-item h3,
  html.elisa__rwd--wide #front-page-content-container #in-document-carousel li.carousel-item b,
  html.elisa__rwd--wide #front-page-content-container #in-document-carousel li.carousel-item p {
    display: block;
  }
  html.elisa__rwd--wide #front-page-content-container #front-page-left-column {
    width: 100%;
  }
  html.elisa__rwd--wide #front-page-content-container #front-page-right-column {
    width: 100%;
  }
  html.elisa__rwd--wide #front-page-content-container #front-page-right-column .background-wrapper {
    padding-top: 0;
  }
  html.elisa__rwd--wide #front-page-content-container #front-page-right-column .front-page-rwd-left-column {
    float: left;
    width: 50%;
    padding-top: 30px;
    padding-right: 16px;
    border-right: 1px solid #d9dadb;
  }
  html.elisa__rwd--wide #front-page-content-container #front-page-right-column .front-page-rwd-right-column {
    float: right;
    width: 50%;
    padding-top: 30px;
  }
  html.elisa__rwd--wide #front-page-content-container #front-page-right-column .front-page-rwd-right-column h4.title-with-margins:first-child {
    margin-top: 0;
  }
}
@media (max-width: 699px) {
  html.elisa__rwd--wide #front-page-content-container ul.highlightMatrix li.buy_orange .elisa__button--orange,
  html.elisa__rwd--wide #front-page-content-container ul.highlightMatrix li.buy_blue .elisa__button--orange {
    display: none;
  }
  html.elisa__rwd--wide #front-page-content-container ul.highlightMatrix li.buy_orange .elisa__button--blue,
  html.elisa__rwd--wide #front-page-content-container ul.highlightMatrix li.buy_blue .elisa__button--blue {
    display: none;
  }
  html.elisa__rwd--wide #front-page-content-container #in-document-carousel li.carousel-item {
    width: 50%;
    margin-bottom: 0;
  }
  html.elisa__rwd--wide #front-page-content-container #in-document-carousel li.carousel-item:last-child {
    margin-top: 0;
  }
}
@media (max-width: 599px) {
  html.elisa__rwd--wide .elisa__promotion-area a img.elisa__tablet-highlight-picture {
    display: none;
  }
  html.elisa__rwd--wide .elisa__promotion-area a img.elisa__mobile-highlight-picture {
    display: block;
    width: 100%;
    height: auto;
  }
  html.elisa__rwd--wide #front-page-content-container ul.highlightMatrix li.buy_orange,
  html.elisa__rwd--wide #front-page-content-container ul.highlightMatrix li.buy_blue {
    width: 100%;
  }
  html.elisa__rwd--wide #front-page-content-container #in-document-carousel li.carousel-item {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }
  html.elisa__rwd--wide #front-page-content-container #in-document-carousel li.carousel-item h2 {
    margin-top: 0;
  }
  html.elisa__rwd--wide #front-page-content-container #front-page-right-column .front-page-rwd-left-column {
    width: 100%;
  }
  html.elisa__rwd--wide #front-page-content-container #front-page-right-column .front-page-rwd-right-column {
    width: 100%;
    padding-top: 0;
  }
  html.elisa__rwd--wide #front-page-content-container #front-page-right-column .front-page-rwd-right-column h4.title-with-margins:first-child {
    margin-top: 30px;
  }
}
.puheliittymat-service-group {
  margin: 20px 0;
}
.puheliittymat-service-group .toggle-container {
  height: 41px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-style: solid;
  border-width: 1px;
}
.puheliittymat-service-group .content-toggleable.closed .toggle-container {
  background: linear-gradient(90deg, #E1E1E1, #E5E5E5);
  background: -moz-linear-gradient(90deg, #E1E1E1, #E5E5E5);
  background: -webkit-linear-gradient(90deg, #E1E1E1, #E5E5E5);
  background: -khtml-linear-gradient(90deg, #E1E1E1, #E5E5E5);
  background: -o-linear-gradient(90deg, #E1E1E1, #E5E5E5);
  background: -ms-linear-gradient(90deg, #E1E1E1, #E5E5E5);
  border-color: #E9E9E9 #E7E7E7 #C1C1C1 #D8DCDE;
}
.puheliittymat-service-group .content-toggleable.expanded .toggle-container {
  background: linear-gradient(90deg, #CFCFCF, #C7C7C7);
  background: -moz-linear-gradient(90deg, #CFCFCF, #C7C7C7);
  background: -webkit-linear-gradient(90deg, #CFCFCF, #C7C7C7);
  background: -khtml-linear-gradient(90deg, #CFCFCF, #C7C7C7);
  background: -o-linear-gradient(90deg, #CFCFCF, #C7C7C7);
  background: -ms-linear-gradient(90deg, #CFCFCF, #C7C7C7);
  border-color: #D1D3D6 #CFCFCF #B2B2B2 #C4C6C8;
}
.puheliittymat-service-group .content {
  padding: 10px 15px;
  box-shadow: inset 0px 0px 31px -6px #C1CCD1;
  -moz-box-shadow: inset 0px 0px 31px -6px #C1CCD1;
  -webkit-box-shadow: inset 0px 0px 31px -6px #C1CCD1;
  -khtml-box-shadow: inset 0px 0px 31px -6px #C1CCD1;
  -o-box-shadow: inset 0px 0px 31px -6px #C1CCD1;
  -ms-box-shadow: inset 0px 0px 31px -6px #C1CCD1;
  border-color: #E7E9E8;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
}
#usage-in-foreign-country .zelect {
  width: 480px;
}
#usage-in-foreign-country .zelect ol {
  max-height: 400px;
  overflow-y: auto;
}
#usage-in-foreign-country #vat-info {
  padding: 10px 0;
  border-bottom: 1px solid #EBEAE9;
  width: 520px;
  margin-bottom: 28px;
}
#usage-in-foreign-country #roaming-prices span.recommended-operator {
  font-weight: bold;
}
#usage-in-foreign-country #roaming-prices table th,
#usage-in-foreign-country #roaming-prices table td {
  width: 220px;
  padding: 0px 7px;
  background: white;
}
#usage-in-foreign-country #roaming-prices table th {
  color: #666666;
  font-style: italic;
  padding-bottom: 30px;
}
#usage-in-foreign-country #roaming-prices .details td {
  padding-top: 20px;
}
#usage-in-foreign-country #roaming-prices .details .operatorContainer {
  margin-bottom: 20px;
  line-height: 18px;
}
#usage-in-foreign-country #roaming-prices .details h5 {
  font-weight: bold;
}
#kiinteistoliittyma-page table {
  border-spacing: 0;
}
#kiinteistoliittyma-page .kiinteisto-left-column,
#kiinteistoliittyma-page .kiinteisto-right-column {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 50%;
}
#kiinteistoliittyma-page .kiinteisto-right-column {
  padding-left: 55px;
}
#kiinteistoliittyma-page .bottom-table {
  margin-top: 30px;
}
#kiinteistoliittyma-page .full-width {
  width: 920px;
}
#kiinteistoliittyma-page .input-row,
#kiinteistoliittyma-page .button-row {
  padding-top: 12px;
  clear: both;
}
#kiinteistoliittyma-page .zelect {
  margin-bottom: 10px;
}
#kiinteistoliittyma-page .zelect .zearch-container {
  display: none;
}
#kiinteistoliittyma-page p.contact-number {
  background: url('/img/contact_icon.png') 6px 0 no-repeat;
  padding: 5px 0 0 46px;
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #2d9cf3;
  display: block;
  font-size: 35px;
  height: 33px;
}
#kiinteistoliittyma-page div.number-container {
  width: 288px;
  border-top: 1px solid #EBEAE9;
  padding-top: 1px;
  color: #575757;
}
#kiinteistoliittyma-page div.number-container div.content p {
  line-height: 15px;
}
#kiinteistoliittyma-page #housetype_single_alert_content {
  display: none;
  position: absolute;
  top: 25%;
  background-color: #f8f8f8;
  box-shadow: 2px 2px 15px #444444;
  -moz-box-shadow: 2px 2px 15px #444444;
  -webkit-box-shadow: 2px 2px 15px #444444;
  -khtml-box-shadow: 2px 2px 15px #444444;
  -o-box-shadow: 2px 2px 15px #444444;
  -ms-box-shadow: 2px 2px 15px #444444;
  z-index: 11100;
  box-sizing: border-box;
  padding: 35px;
}
html.full-width-background #kiinteistoliittyma-page #housetype_single_alert_content {
  width: 100%;
}
#kiinteistoliittyma-page #housetype_single_alert_content .close {
  position: absolute;
  right: 20px;
  top: 14px;
  width: 28px;
  height: 26px;
  background: transparent url('/img/kili/btn_close_active.png') no-repeat 0 0;
  display: block;
  cursor: pointer;
}
#kiinteistoliittyma-page #housetype_single_alert_content .close:hover {
  background: transparent url(/img/kili/btn_close_hover.png) no-repeat top right;
}
#kiinteistoliittyma-page #housetype_single_alert_content .close:active {
  background: transparent url(/img/kili/btn_close_onclick.png) no-repeat top right;
}
#kiinteistoliittyma-page input.elisa__validation-error {
  background: white;
  border-color: #ee4444;
  border-width: 2px;
}
#kiinteistoliittyma-page .elisa__validation-error + .zelect .zelected {
  border-color: #ee4444;
  border-width: 2px;
}
.mouseover-tool-tips {
  position: relative;
}
.mouseover-tool-tips .tooltip {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url('/img/image_active_area.png');
  font-size: 0;
}
.mouseover-tool-tips .tooltip p {
  z-index: 1;
  display: none;
  color: black;
  width: 300px;
  position: absolute;
  bottom: 35px;
  left: -125px;
  font-size: 12px;
  background: white;
  padding: 18px 23px;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}
.mouseover-tool-tips .tooltip p:after {
  position: absolute;
  bottom: -7px;
  left: 140px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  border-left: 10px solid transparent;
  content: "";
}
.mouseover-tool-tips .tooltip:hover p {
  display: block;
}
.iframe-loading {
  display: none;
  width: 970px;
  height: 880px;
  position: absolute;
  margin-left: -48px;
  box-shadow: inset 1px 1px 400px -10px #DFDFDF;
  -moz-box-shadow: inset 1px 1px 400px -10px #DFDFDF;
  -webkit-box-shadow: inset 1px 1px 400px -10px #DFDFDF;
  -khtml-box-shadow: inset 1px 1px 400px -10px #DFDFDF;
  -o-box-shadow: inset 1px 1px 400px -10px #DFDFDF;
  -ms-box-shadow: inset 1px 1px 400px -10px #DFDFDF;
  border-top: 2px solid #B5B5B6;
  border-bottom: 1px solid #B5B5B6;
  background: #FFFFFF;
  z-index: 1;
  padding-top: 240px;
  text-align: center;
}
.iframe-loading .loading-indicator {
  margin-right: 15px;
}
.iframe-loading .hourglass {
  margin-top: 45px;
  height: 91px;
  background: url('/img/icon_hourglass.png') 50% 0 no-repeat;
}
#time-machine-background {
  background: linear-gradient(90deg, #416ECA 0%, #FFF 100%);
  background: -moz-linear-gradient(90deg, #416ECA 0%, #FFF 100%);
  background: -webkit-linear-gradient(90deg, #416ECA 0%, #FFF 100%);
  background: -khtml-linear-gradient(90deg, #416ECA 0%, #FFF 100%);
  background: -o-linear-gradient(90deg, #416ECA 0%, #FFF 100%);
  background: -ms-linear-gradient(90deg, #416ECA 0%, #FFF 100%);
  width: 970px;
  margin-left: -48px;
}
#vahti-live-carousel {
  width: 970px;
  height: 200px;
  margin-top: -7px;
  overflow: hidden;
  margin-left: -48px;
}
#vahti-live-carousel .frame-border {
  width: 100%;
  height: 20px;
  background: #416ECA;
}
#vahti-live-carousel .viewport {
  margin-top: -20px;
  float: left;
  width: 870px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
#vahti-live-carousel .viewport .right-border {
  float: right;
}
#vahti-live-carousel .buttons {
  display: block;
  margin: 30px 10px 0 0;
  float: left;
}
#vahti-live-carousel .next {
  background-image: url('/components/site-common/common-styles/images/arrow-right-big-grey.png');
  background-repeat: no-repeat;
  background-position: 10px 0;
}
#vahti-live-carousel .prev {
  background-image: url('/components/site-common/common-styles/images/arrow-left-big-grey.png');
  background-repeat: no-repeat;
  background-position: 10px 0;
  margin-left: -45px;
}
#vahti-live-carousel .next,
#vahti-live-carousel .prev {
  margin-top: 79.5px;
  height: 41px;
  width: 50px;
  margin-left: 0;
  margin-right: 0;
  text-indent: -999em;
}
#vahti-live-carousel .disable {
  cursor: default;
}
#vahti-live-carousel .border-img {
  width: 10px;
}
#vahti-live-carousel .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
}
#vahti-live-carousel .overview li {
  background: linear-gradient(90deg, #2D4D90 0%, #12203B 100%);
  background: -moz-linear-gradient(90deg, #2D4D90 0%, #12203B 100%);
  background: -webkit-linear-gradient(90deg, #2D4D90 0%, #12203B 100%);
  background: -khtml-linear-gradient(90deg, #2D4D90 0%, #12203B 100%);
  background: -o-linear-gradient(90deg, #2D4D90 0%, #12203B 100%);
  background: -ms-linear-gradient(90deg, #2D4D90 0%, #12203B 100%);
  border-right: 1px solid #CED9E6;
  border-bottom: 1px solid #486CA3;
  position: relative;
  margin-right: 10px;
  float: left;
  padding: 25px;
  height: 150px;
  width: 230px;
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  color: white;
  text-indent: 0;
  display: list-item;
  margin-top: 40px;
}
#vahti-live-carousel .overview li .camera-title {
  font-size: 21px;
}
#vahti-live-carousel .overview li .camera-link {
  position: absolute;
  bottom: 25px;
  background: url('/img/icon_play.png') 0 0 no-repeat;
  padding-left: 45px;
  line-height: 36px;
  font-size: 15px;
}
#vahti-live-carousel .overview li .camera-notification {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1;
}
#vahti-live-carousel .overview li:before {
  content: "";
}
#vahti-live-carousel .overview li.empty-item {
  background: transparent;
  cursor: default;
  border: none;
}
#vahti-live-carousel .overview li .strandell {
  display: none;
  position: absolute;
  top: -40px;
  left: 95px;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 20px solid white;
  border-left: 20px solid transparent;
}
#vahti-live-carousel .overview li.selected .strandell {
  display: block;
}
#vahti-live-carousel .overview li.private {
  background: linear-gradient(90deg, #90C41F 0%, #5D9613 100%);
  background: -moz-linear-gradient(90deg, #90C41F 0%, #5D9613 100%);
  background: -webkit-linear-gradient(90deg, #90C41F 0%, #5D9613 100%);
  background: -khtml-linear-gradient(90deg, #90C41F 0%, #5D9613 100%);
  background: -o-linear-gradient(90deg, #90C41F 0%, #5D9613 100%);
  background: -ms-linear-gradient(90deg, #90C41F 0%, #5D9613 100%);
}
#vahti-live-form h1 {
  float: left;
  font-size: 42px;
  margin: 30px 0;
}
#vahti-live-form h2 {
  margin-top: 33px;
  margin-bottom: 13px;
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
}
#vahti-live-form h3 {
  clear: left;
  float: left;
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  width: 200px;
}
#vahti-live-form .form-section {
  display: block;
  padding: 40px;
  background: #f2f4f7;
  clear: both;
}
#vahti-live-form .form-section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html #vahti-live-form .form-section {
  height: 1px;
}
#vahti-live-form .form-section > div {
  border-top: 1px #575757;
}
#vahti-live-form .form-subsection {
  display: block;
  clear: both;
}
#vahti-live-form .form-subsection:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html #vahti-live-form .form-subsection {
  height: 1px;
}
#vahti-live-form .form-components {
  float: left;
  width: 565px;
}
#vahti-live-form .order-info {
  padding-bottom: 15px;
}
#vahti-live-form .order-info span {
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  color: #009fff;
}
#vahti-live-form .order-info .form-components {
  width: 610px;
}
#vahti-live-form .order-info p {
  border-left: 1px #ccc solid;
  background: url('/img/icon_notification_small.png') 8px 0 no-repeat;
  padding-left: 27px;
  width: 230px;
  float: right;
}
#vahti-live-form .delivery-information {
  display: none;
}
#vahti-live-form .hover-info {
  position: absolute;
  left: 390px;
  top: 0;
}
#vahti-live-form .hover-info img {
  position: absolute;
  top: 7px;
}
#vahti-live-form .hover-info p {
  display: none;
  position: absolute;
  top: 7px;
  left: 23px;
  width: 210px;
}
#vahti-live-form .hover-info:hover p {
  display: block;
}
#vahti-live-form .input-row {
  position: relative;
}
#vahti-live-form label {
  display: inline-block;
  min-width: 145px;
  margin-bottom: 5px;
}
#vahti-live-form input[type=text] {
  margin-bottom: 5px;
}
#vahti-live-form input[type=radio] {
  opacity: 0;
  display: inline-block;
  height: 0px;
  width: 0px;
  position: absolute;
}
#vahti-live-form input[type=radio] + label {
  padding-left: 25px;
  background: transparent url('/components/site-common/common-styles/images/radio.png') no-repeat 0 -52px;
  display: inline-block;
  min-height: 17px;
  line-height: 17px;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 6px;
}
#vahti-live-form input[type=radio]:checked + label {
  background: transparent url('/components/site-common/common-styles/images/radio.png') no-repeat 0 0;
}
#vahti-live-form input[type=radio]:disabled + label {
  opacity: 0.4;
  cursor: default;
}
#vahti-live-form input[type=checkbox] {
  display: inline-block;
  height: 0px;
  width: 0px;
  opacity: 0;
  position: absolute;
  height: 17px;
  width: 17px;
}
#vahti-live-form input[type=checkbox] + label {
  padding-left: 25px;
  background: transparent url('/components/site-common/common-styles/images/radio.png') no-repeat 0 -52px;
  display: inline-block;
  min-height: 17px;
  line-height: 17px;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 6px;
}
#vahti-live-form input[type=checkbox]:checked + label {
  background: transparent url('/components/site-common/common-styles/images/radio.png') no-repeat 0 0;
}
#vahti-live-form input[type=checkbox]:disabled + label {
  opacity: 0.4;
  cursor: default;
}
#vahti-live-form input[type=checkbox] + label {
  padding-left: 23px;
  background: transparent url('/components/site-common/common-styles/images/checkbox_unchecked.png') no-repeat 0 0;
  min-height: 17px;
}
#vahti-live-form input[type=checkbox]:checked + label {
  background: transparent url('/components/site-common/common-styles/images/checkbox_checked.png') no-repeat 0 0;
}
#vahti-live-form input[type=checkbox]:disabled + label {
  opacity: 0.4;
  cursor: default;
}
#vahti-live-form .continue-button.disabled {
  border: none;
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #f5f5f5;
  text-align: left;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 30px 11px;
  outline: 0;
  -webkit-transition: background-color ease-in 0.15s;
  -moz-transition: background-color ease-in 0.15s;
  -o-transition: background-color ease-in 0.15s;
  transition: background-color ease-in 0.15s;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -khtml-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
}
#vahti-live-form .continue-button.disabled:disabled,
#vahti-live-form .continue-button.disabled.disabled,
#vahti-live-form .continue-button.disabled:disabled:hover,
#vahti-live-form .continue-button.disabled.disabled:hover {
  cursor: default;
  color: #babbbb;
  background: #dcdddd;
}
#vahti-live-form .continue-button.disabled:visited {
  color: #f5f5f5;
}
#vahti-live-form .continue-button.disabled:hover {
  text-decoration: none;
}
#vahti-live-form .continue-button {
  border: none;
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #f5f5f5;
  text-align: left;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 30px 11px;
  outline: 0;
  -webkit-transition: background-color ease-in 0.15s;
  -moz-transition: background-color ease-in 0.15s;
  -o-transition: background-color ease-in 0.15s;
  transition: background-color ease-in 0.15s;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -khtml-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
  background: #0019af;
}
#vahti-live-form .continue-button:disabled,
#vahti-live-form .continue-button.disabled,
#vahti-live-form .continue-button:disabled:hover,
#vahti-live-form .continue-button.disabled:hover {
  cursor: default;
  color: #babbbb;
  background: #dcdddd;
}
#vahti-live-form .continue-button:visited {
  color: #f5f5f5;
}
#vahti-live-form .continue-button:hover {
  text-decoration: none;
}
#vahti-live-form .continue-button:hover {
  background: #263bbb;
  color: white;
}
#vahti-live-form .continue-button:active {
  background: #263bbb;
}
#vahti-live-form .error {
  border: 1px #f00 solid;
}
#vahti-live-form .order-phase {
  clear: both;
}
#vahti-live-form #vahti-live-order-phase-2 {
  display: none;
}
#vahti-live-form #vahti-live-order-phase-2 span {
  display: block;
}
#vahti-live-form #vahti-live-order-phase-3 {
  display: none;
}
#vahti-live-form #vahti-live-order-phase-3 .error {
  padding: 40px;
}
#vahti-live-form #vahti-live-order-phase-3 .error,
#vahti-live-form #vahti-live-order-phase-3 .thank-you {
  display: none;
  float: none;
}
#vahti-live-form #vahti-live-order-phase-3 .loading {
  padding: 100px;
  text-align: center;
}
#vahti-live-form .thank-you,
#vahti-live-form .form-navigation {
  display: block;
  float: right;
  margin: 40px 0;
}
#vahti-live-form .thank-you:after,
#vahti-live-form .form-navigation:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html #vahti-live-form .thank-you,
* html #vahti-live-form .form-navigation {
  height: 1px;
}
#vahti-live-form .thank-you a,
#vahti-live-form .form-navigation a {
  margin-right: 20px;
  color: #323b41;
}
#vahti-live-form .thank-you a:hover,
#vahti-live-form .form-navigation a:hover {
  text-decoration: underline;
}
#vahti-live-form .thank-you .additional-info,
#vahti-live-form .form-navigation .additional-info {
  font-size: 10px;
  font-style: italic;
  line-height: 12px;
  margin-top: 20px;
  float: right;
}
#vahti-live-form .indicator {
  display: block;
  float: right;
  background: url('/img/elisa.fi/vahti-live-indicator-stripe.png') 30px 14px no-repeat;
}
#vahti-live-form .indicator:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html #vahti-live-form .indicator {
  height: 1px;
}
#vahti-live-form .indicator li {
  text-align: center;
  float: left;
  margin-left: 50px;
}
#vahti-live-form .indicator li:first-child {
  margin-left: 0;
}
#vahti-live-form .indicator .number {
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('/img/elisa.fi/vahti-live-indicator.png');
  line-height: 30px;
}
#vahti-live-form .indicator .active .number {
  background: url('/img/elisa.fi/vahti-live-indicator-active.png');
}
#vahti-live-form .indicator .phase-name {
  display: block;
}
.kaapeli-tv-misc-content {
  width: 50%;
  margin-bottom: 10px;
}
.kaapeli-tv-misc-content .misc-content-body {
  border-bottom: 1px solid #e1e1e1;
}
.kaapeli-tv-misc-content .misc-content-body:last-child {
  border-bottom: none;
}
.kaapelitv-kanavakortti-channels {
  background: url('/img/elisa.fi/kanavakortti.png') no-repeat;
  padding-left: 160px;
}
.kaapelitv-offers .left-column table th {
  text-align: center;
}
.kaapelitv-offers .left-column table th img {
  margin-top: 7px;
  margin-right: 20px;
}
.kaapelitv-offers .left-column table th img {
  width: 105px;
}
.elisa-content {
  width: 970px;
}
.elisa-content,
.elisa-navi__local-footer {
  box-shadow: 0 0 8px 0 #d2d2d2;
  -moz-box-shadow: 0 0 8px 0 #d2d2d2;
  -webkit-box-shadow: 0 0 8px 0 #d2d2d2;
  -khtml-box-shadow: 0 0 8px 0 #d2d2d2;
  -o-box-shadow: 0 0 8px 0 #d2d2d2;
  -ms-box-shadow: 0 0 8px 0 #d2d2d2;
}
.elisa-content h2,
.elisa-navi__local-footer h2 {
  padding: 38px 10px 0px 48px;
}
.elisa-channel-packages {
  background-color: white;
  width: 100%;
  padding: 20px;
  position: relative;
  padding-top: 40px;
}
.elisa-channel-packages .elisa-channel-packages__filter {
  display: inline-block;
  width: 211px;
  padding-left: 15px;
}
.elisa-channel-packages .elisa-channel-packages__filter .elisa-channel-packages__filter--container {
  position: relative;
  top: 0;
  background-color: white;
}
.elisa-channel-packages .elisa-channel-packages__filter.elisa-channel-packages__filter--sticky .elisa-channel-packages__filter--container {
  position: fixed;
  z-index: 11;
  top: 80px;
}
.elisa-channel-packages .elisa-channel-packages__filter.elisa-channel-packages__filter--bottom-sticky .elisa-channel-packages__filter--container {
  position: absolute;
  bottom: 0;
  top: auto;
  z-index: 11;
}
.elisa-channel-packages .elisa-channel-packages__filter .elisa-channel-packages__filter__title {
  margin-bottom: 10px;
}
.elisa-channel-packages .elisa-channel-packages__filter .elisa-channel-packages__filter__selection {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.elisa-channel-packages .elisa-channel-packages__filter .elisa-channel-packages__filter__selection input {
  margin-right: 8px;
}
.elisa-channel-packages .elisa-channel-packages__filter .elisa-channel-packages__filter__selection input[type=checkbox] {
  height: 12px;
  width: 12px;
  position: relative;
  opacity: 1;
}
.elisa-channel-packages .elisa-channel-packages__filter .elisa-channel-packages__filter__selection:nth-child(1) {
  margin-bottom: 8px;
}
.elisa-channel-packages .elisa-channel-packages__filter .elisa-channel-packages__filter__selection:nth-child(7),
.elisa-channel-packages .elisa-channel-packages__filter .elisa-channel-packages__filter__selection:nth-child(8),
.elisa-channel-packages .elisa-channel-packages__filter .elisa-channel-packages__filter__selection:nth-child(9),
.elisa-channel-packages .elisa-channel-packages__filter .elisa-channel-packages__filter__selection:nth-child(11),
.elisa-channel-packages .elisa-channel-packages__filter .elisa-channel-packages__filter__selection:nth-child(12),
.elisa-channel-packages .elisa-channel-packages__filter .elisa-channel-packages__filter__selection:nth-child(13),
.elisa-channel-packages .elisa-channel-packages__filter .elisa-channel-packages__filter__selection:nth-child(14),
.elisa-channel-packages .elisa-channel-packages__filter .elisa-channel-packages__filter__selection:nth-child(15) {
  padding-left: 12px;
}
.elisa-channel-packages .elisa-channel-packages__filter .elisa-channel-packages__filter__selection:last-child {
  margin-bottom: 12px;
}
.elisa-channel-packages .elisa-channel-packages__listing {
  vertical-align: top;
  display: inline-block;
  width: 714px;
}
.elisa-channel-packages .elisa-channel-packages__listing p {
  margin-bottom: 0px;
}
.elisa-channel-packages .elisa-channel-packages__listing .site-common-product-card {
  padding-bottom: 25px;
  font-family: Arial, serif;
  font-size: 12px;
}
.elisa-channel-packages .elisa-channel-packages__listing .site-common-product-card .site-common-product-card__title a,
.elisa-channel-packages .elisa-channel-packages__listing .site-common-product-card .site-common-product-card__title a:visited {
  color: inherit;
  text-decoration: inherit;
}
.elisa-channel-packages .elisa-channel-packages__listing .site-common-product-card .content-toggleable .toggle-additional-info {
  padding-left: 183px;
  position: relative;
  cursor: pointer;
  margin-top: 15px;
}
.elisa-channel-packages .elisa-channel-packages__listing .site-common-product-card .content-toggleable .toggle-additional-info:before {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 165px;
  top: 0;
  background: url('/img/viihde-expand-arrow.png');
  content: '';
  display: block;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.elisa-channel-packages .elisa-channel-packages__listing .site-common-product-card .content-toggleable.expanded .toggle-additional-info:before {
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -khtml-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}
.elisa-channel-packages .elisa-channel-packages__listing .site-common-product-card .content-toggleable .content {
  display: none;
  padding-top: 25px;
}
.elisa-channel-packages .elisa-channel-packages__listing .site-common-product-card .content-toggleable .content h4 {
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  color: #404041;
  margin-bottom: 15px;
}
.elisa-channel-packages .elisa-channel-packages__listing .site-common-product-card .content-toggleable .content .channel-package-extra-description p {
  padding: 5px 0 20px 0;
}
.elisa-channel-packages .elisa-channel-packages__listing .site-common-product-card .content-toggleable .content .channel-package-extra-description ul {
  padding-left: 16px;
}
.elisa-channel-packages .elisa-channel-packages__listing .site-common-product-card .content-toggleable .content .channel-package-extra-description li {
  list-style: square outside;
}
.elisa-channel-packages .elisa-channel-packages__listing .site-common-product-card .content-toggleable .content .channel-package-extra-description div {
  background-color: #f1f1f1;
  padding: 30px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
}
.elisa-channel-packages .elisa-channel-packages__listing .site-common-product-card .site-common-product-card__price-order .elisa-channel-packages__order-tooltip-wrapper {
  position: relative;
}
.elisa-channel-packages .elisa-channel-packages__listing .site-common-product-card .order-package-tooltip {
  z-index: 10;
  background: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  box-shadow: 1px 1px 2px #c0bfbf;
  -moz-box-shadow: 1px 1px 2px #c0bfbf;
  -webkit-box-shadow: 1px 1px 2px #c0bfbf;
  -khtml-box-shadow: 1px 1px 2px #c0bfbf;
  -o-box-shadow: 1px 1px 2px #c0bfbf;
  -ms-box-shadow: 1px 1px 2px #c0bfbf;
  border: 1px #c8c7c7 solid;
  padding: 20px;
  position: absolute;
  display: none;
  line-height: 16px;
  color: #575757;
  pointer-events: none;
  padding: 15px 15px 0;
  pointer-events: auto;
  width: 270px;
  top: -130%;
  right: 105px;
}
.elisa-channel-packages .elisa-channel-packages__listing .site-common-product-card .order-package-tooltip a,
.elisa-channel-packages .elisa-channel-packages__listing .site-common-product-card .order-package-tooltip a:visited {
  color: inherit;
  background-image: url('/components/elisa-site-common/img/icon_link_arrow.png');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 7px;
  color: #1D84EF;
}
.elisa-channel-packages .elisa-channel-packages__listing .site-common-product-card .order-package-tooltip p {
  text-align: left;
  line-height: 16px;
  margin-bottom: 15px;
}
.elisa-channel-packages .elisa-channel-packages__listing .site-common-product-card .order-package-tooltip:after {
  position: absolute;
  bottom: 50%;
  right: -10px;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid #ffffff;
  content: "";
}
.elisa-channel-packages .elisa-channel-packages__listing .site-common-product-card .order-package-tooltip:before {
  position: absolute;
  bottom: 50%;
  right: -11px;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid #c0bfbf;
  content: "";
}
.content-toggleable h3.toggle {
  height: 33px;
  padding-top: 8px;
}
.main-page {
  position: relative;
}
body {
  width: auto;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 54% 128px;
}
.elisa__promotion-area {
  height: 400px;
  display: block;
  position: relative;
}
.elisa__promotion-area a {
  background-repeat: no-repeat;
  background-position: 50% 0;
  display: block;
}
.elisa__promotion-area a img {
  display: none;
}
.elisa__promotion-area #highlight_video {
  position: absolute;
  background: url('/img/elisafi_katsodemo.png') 0 0 no-repeat;
  height: 43px;
  width: 191px;
  bottom: 20px;
  right: 50%;
  margin-right: 245px;
  cursor: pointer;
}
.elisa__promotion-area #highlight_video .modal-dialog {
  position: absolute;
  display: none;
  padding: 10px;
  background: white;
  line-height: 0;
  top: -150px;
  left: 50px;
  z-index: 11100;
}
.elisa__promotion-area #highlight_video .modal-dialog .close-modal-dialog {
  background: url('/img/modal_dialog_close.png') 0 0 no-repeat;
  position: absolute;
  right: -12px;
  top: -12px;
  width: 27px;
  height: 28px;
}
.main-page #bannerCarousel a {
  display: block;
}
.main-page .content-area {
  box-shadow: 0 0 8px 0 #d2d2d2;
}
.main-page #highlight_video {
  position: absolute;
  background: url('/img/icon_play.png') 0 0 no-repeat;
  height: 34px;
  bottom: 65px;
  left: 50px;
  line-height: 36px;
  padding-left: 45px;
  color: white;
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}
.main-page #highlight_video .modal-dialog {
  position: absolute;
  display: none;
  padding: 10px;
  background: white;
  line-height: 0;
  z-index: 11100;
}
.main-page #highlight_video .modal-dialog .close-modal-dialog {
  background: url('/img/modal_dialog_close.png') 0 0 no-repeat;
  position: absolute;
  right: -12px;
  top: -12px;
  width: 27px;
  height: 28px;
}
.main-navigation {
  position: absolute;
  top: 70px;
  left: 30px;
  font-size: 12px;
}
.main-navigation a {
  margin-left: 17px;
  color: white;
  font-size: 16px;
}
.main-navigation.services a:nth-child(2) {
  margin-left: 60px;
}
.main-navigation.services a:first-child {
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
}
.main-navigation .selected {
  color: #23B8ED;
}
.main-navigation :first-child.selected {
  color: #ffffff;
}
.more-navigation-links {
  position: relative;
  margin-right: 82px;
}
.more-navigation-links .toggle {
  background: url('/img/local-navi-down-arrow.png') right center no-repeat;
  width: 18px;
  height: 17px;
  padding-right: 51px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  cursor: pointer;
}
.more-navigation-links .content {
  padding: 10px;
  background: transparent;
  position: absolute;
  top: 29px;
  left: -72px;
}
.more-navigation-links .content .links {
  background: white;
  padding: 18px 23px;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}
.more-navigation-links .content .links a {
  display: block;
  color: #20292f;
  text-shadow: none;
  margin: 0;
  font-size: 12px;
  letter-spacing: 0;
}
.more-navigation-links .content .links .strandell {
  position: absolute;
  top: 2px;
  left: 86px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  border-left: 10px solid transparent;
}
.local_navi_right_side_links {
  margin-right: 3px;
  color: #001e7a;
}
.local_navi_right_side_links a {
  color: #001e7a;
}
.right_side_links {
  color: #001e7a;
  font-size: 13px;
}
.loginLink {
  display: none;
  position: absolute;
  top: 12px;
  right: 8px;
  width: 230px;
  background-color: #303941;
  background: url('/img/link_arrow_right.png') no-repeat 95% 55%, linear-gradient(90deg, rgb(44, 49, 52) 0%, rgb(54, 67, 83) 100%);
  background: url('/img/link_arrow_right.png') no-repeat 95% 55%, -moz-linear-gradient(90deg, rgb(44, 49, 52) 0%, rgb(54, 67, 83) 100%);
  background: url('/img/link_arrow_right.png') no-repeat 95% 55%, -webkit-linear-gradient(90deg, rgb(44, 49, 52) 0%, rgb(54, 67, 83) 100%);
  background: url('/img/link_arrow_right.png') no-repeat 95% 55%, -khtml-linear-gradient(90deg, rgb(44, 49, 52) 0%, rgb(54, 67, 83) 100%);
  background: url('/img/link_arrow_right.png') no-repeat 95% 55%, -o-linear-gradient(90deg, rgb(44, 49, 52) 0%, rgb(54, 67, 83) 100%);
  background: url('/img/link_arrow_right.png') no-repeat 95% 55%, -ms-linear-gradient(90deg, rgb(44, 49, 52) 0%, rgb(54, 67, 83) 100%);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  box-shadow: 0.5px 0.866px 3px 0px rgb( 0, 0, 0 );
  -moz-box-shadow: 0.5px 0.866px 3px 0px rgb( 0, 0, 0 );
  -webkit-box-shadow: 0.5px 0.866px 3px 0px rgb( 0, 0, 0 );
  -khtml-box-shadow: 0.5px 0.866px 3px 0px rgb( 0, 0, 0 );
  -o-box-shadow: 0.5px 0.866px 3px 0px rgb( 0, 0, 0 );
  -ms-box-shadow: 0.5px 0.866px 3px 0px rgb( 0, 0, 0 );
  color: #93999F;
  font-size: 13px;
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
}
.loginLink span {
  display: inline-block;
  padding: 4px 35px;
  background: url('/img/icon_login_key.png') 8px 55% no-repeat;
}
.loginLink:visited {
  color: #93999F;
}
.loginLink:hover {
  color: #ccc;
}
.loginLink-local-navi {
  top: 60px;
  display: none;
}
.extra-elements-front-page {
  position: relative;
  display: inline-block;
  right: 70px;
}
.front-page-local-navi-header {
  min-width: 970px;
}
table.tiles tr td {
  height: 140px;
  width: 325px;
  background: white;
  padding: 10px;
  background-image: url('/img/divider_box_bottom_right.png');
  background-position: bottom right;
  background-repeat: no-repeat;
}
table.tiles tr td:last-child {
  background-image: url('/img/divider_box_bottom.png');
  background-position: bottom center;
}
table.tiles tr:last-child td {
  background-image: url('/img/divider_box_right.png');
  background-position: top right;
}
table.tiles tr:last-child td:last-child {
  background-image: none;
}
.right-side-login-link {
  background: #454C54 url('/components/site-common/common-styles/images/link_arrow_right.png') no-repeat 200px center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  margin-bottom: 10px;
  display: inline-block;
  width: 232px;
  color: white;
  font-size: 15px;
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 16px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);;
  -khtml-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);;
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);;
  -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.50);;
  -moz-text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.50);;
  -webkit-text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.50);;
  -khtml-text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.50);;
  -o-text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.50);;
  -ms-text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.50);;
}
.right-side-login-link span {
  display: inline-block;
  padding: 15px 40px 15px 53px;
  background: url('/components/site-common/common-styles/images/icon_service_login_key.png') 9px center no-repeat;
}
.right-side-login-link:visited {
  color: white;
}
.right-side-login-link:hover {
  color: #ccc;
}
.single-column .right-side-login-link {
  float: right;
  margin-left: 15px;
}
.site-common-splash-right {
  z-index: -1;
}
.site-navigation {
  width: 970px;
  margin: 0 auto;
  padding: 0px 10px;
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  clear: both;
  text-align: center;
  margin-top: 38px;
  margin-bottom: 29px;
}
.site-navigation a {
  padding: 0 15px;
  color: #2f393f;
  border-right: 1px solid #B1B1B1;
}
.site-navigation a.selected {
  color: #999999;
}
.site-navigation a:hover {
  color: #388DF0;
}
.site-navigation a:last-child {
  border: none;
}
#article-navigation {
  width: 130px;
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  float: left;
  line-height: 16px;
}
#article-navigation a,
#article-navigation a:visited {
  color: #2f393f;
  display: inline-block;
  margin-top: 5px;
}
#article-navigation a.selected {
  color: #1d84ef;
}
#article-navigation a:hover {
  color: #388DF0;
}
#article-navigation .sub-navi {
  margin: 5px 0;
  font-family: Arial, serif;
  font-size: 12px;
  line-height: 22px;
  color: #BBBBBB;
  font-size: 11px;
  line-height: 16px;
}
#article-navigation .sub-navi li {
  border-bottom: 1px #e7e8e9 solid;
}
#article-navigation .sub-navi li.selected {
  border-bottom: none;
}
#article-navigation .sub-navi li a {
  margin-top: 0;
  padding: 3px;
  padding-left: 5px;
}
#article-navigation .sub-navi li:last-child {
  border-bottom: none;
}
#article-navigation .sub-navi .selected {
  position: relative;
}
#article-navigation .sub-navi .selected,
#article-navigation .sub-navi .selected .selected_triangle {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#article-navigation .sub-navi .selected .selected_triangle {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #fff;
  top: 0px;
  position: absolute;
}
#article-navigation .sub-navi .selected.transition {
  background-color: #E9E9E9;
}
#article-navigation .sub-navi .selected.transition .selected_triangle {
  border-left-color: #E9E9E9;
}
footer {
  width: 970px;
  margin: 0 auto;
  padding: 0px 10px;
  margin-top: 50px;
  background: #E9EDEF;
  position: relative;
  padding: 0;
}
footer .site-navigation {
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
  height: 85px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  background: url('/img/logo_elisa_siinaonideaa.png') no-repeat 851px 30px transparent;
  padding-top: 30px;
}
footer .site-navigation a {
  padding: 8px 20px 0 20px;
  border: 0;
}
footer .site-navigation a:first-child {
  display: inline-block;
  width: 100%;
  border-right: 1px solid #FCFCFC;
  box-shadow: 1px 0 0 #DDDFE0;
  -moz-box-shadow: 1px 0 0 #DDDFE0;
  -webkit-box-shadow: 1px 0 0 #DDDFE0;
  -khtml-box-shadow: 1px 0 0 #DDDFE0;
  -o-box-shadow: 1px 0 0 #DDDFE0;
  -ms-box-shadow: 1px 0 0 #DDDFE0;
}
footer .site-navigation .link-section:nth-last-child(2) a,
footer .site-navigation .link-section:last-child a {
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}
.site-navigation .link-section {
  float: left;
  margin-bottom: 30px;
}
.site-navigation .child-menu-item {
  font-size: 12px;
  font-family: "Arial";
  display: block;
}
.breadcrumb {
  display: inline;
  position: relative;
  top: 10px;
  font-size: 11px;
  margin: 15px 0 0 107px;
  color: #bababa;
}
.breadcrumb a {
  color: #bababa;
}
.breadcrumb .active {
  font-weight: bold;
}
.breadcrumb a:after {
  content: ' \203A';
}
.main-column a[href$=".pdf"]:after {
  background-image: url('/img/download_icon_small.png');
}
.tabs h2,
.tabs h3 {
  display: inline;
}
.tabs h2 {
  font-size: 22px;
}
.tabs img {
  float: right;
}
.tabs .tabNavi {
  position: relative;
}
.tabs .tabNavi .tabTitle {
  padding: 0 7px;
  height: 32px;
  position: relative;
  bottom: -1px;
  text-align: center;
  background: linear-gradient(90deg, #dbdcdc 0%, #f5f5f5 100%);
  background: -moz-linear-gradient(90deg, #dbdcdc 0%, #f5f5f5 100%);
  background: -webkit-linear-gradient(90deg, #dbdcdc 0%, #f5f5f5 100%);
  background: -khtml-linear-gradient(90deg, #dbdcdc 0%, #f5f5f5 100%);
  background: -o-linear-gradient(90deg, #dbdcdc 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(90deg, #dbdcdc 0%, #f5f5f5 100%);
  display: inline-block;
  line-height: 32px;
  border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -khtml-border-radius: 4px 4px 0px 0px;
  -o-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  border: 1px #e4e6e7 solid;
  border-bottom: 0;
  margin-right: 4px;
  font-weight: bold;
  cursor: pointer;
}
.tabs .tabNavi .active {
  line-height: 33px;
  height: 33px;
  background: #fff;
  cursor: inherit;
}
.tabs .tabContainer {
  border-top: 1px #E7E7E7 solid;
}
.tabs .tabContainer .tab {
  margin-top: -1px;
  display: none;
  padding: 16px 16px 16px 16px;
  border: 1px #e4e6e7 solid;
  border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
  -khtml-border-radius: 0 4px 4px 4px;
  -o-border-radius: 0 4px 4px 4px;
  -ms-border-radius: 0 4px 4px 4px;
}
.tabs .tabContainer .tab.active {
  display: block;
}
.tabs blockquote {
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-style: italic;
  margin-left: 20px;
  padding-left: 15px;
  background: url('/img/quotation_icon.png') no-repeat;
  background-position: 0 5px;
}
.channel-packages,
.program-packages {
  display: block;
  list-style: none;
}
.channel-packages .channel-package,
.program-packages .channel-package,
.channel-packages .program-package,
.program-packages .program-package {
  width: 674px;
  padding: 30px 35px 10px;
  margin-bottom: 10px;
  border: 1px #e6e6e6 solid;
  background: #f7f7f7;
}
.channel-packages .channel-package h3,
.program-packages .channel-package h3,
.channel-packages .program-package h3,
.program-packages .program-package h3 {
  margin-bottom: 25px;
  font-size: 24px;
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.channel-packages .channel-package .basic-information,
.program-packages .channel-package .basic-information,
.channel-packages .program-package .basic-information,
.program-packages .program-package .basic-information {
  display: block;
  position: relative;
}
.channel-packages .channel-package .basic-information:after,
.program-packages .channel-package .basic-information:after,
.channel-packages .program-package .basic-information:after,
.program-packages .program-package .basic-information:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .channel-packages .channel-package .basic-information,
* html .program-packages .channel-package .basic-information,
* html .channel-packages .program-package .basic-information,
* html .program-packages .program-package .basic-information {
  height: 1px;
}
.channel-packages .channel-package .basic-information .package-logo,
.program-packages .channel-package .basic-information .package-logo,
.channel-packages .program-package .basic-information .package-logo,
.program-packages .program-package .basic-information .package-logo {
  display: table-cell;
  width: 155px;
}
.channel-packages .channel-package .basic-information .description,
.program-packages .channel-package .basic-information .description,
.channel-packages .program-package .basic-information .description,
.program-packages .program-package .basic-information .description {
  padding: 0 15px 0 10px;
  display: table-cell;
  vertical-align: top;
  line-height: 1.5;
}
.channel-packages .channel-package .basic-information .description .description-price,
.program-packages .channel-package .basic-information .description .description-price,
.channel-packages .program-package .basic-information .description .description-price,
.program-packages .program-package .basic-information .description .description-price {
  font-size: 11px;
}
.channel-packages .channel-package .basic-information .price-order,
.program-packages .channel-package .basic-information .price-order,
.channel-packages .program-package .basic-information .price-order,
.program-packages .program-package .basic-information .price-order {
  text-align: right;
  vertical-align: top;
  display: table-cell;
}
.channel-packages .channel-package .content-toggleable,
.program-packages .channel-package .content-toggleable,
.channel-packages .program-package .content-toggleable,
.program-packages .program-package .content-toggleable {
  border: 0;
}
.channel-packages .channel-package .toggle-additional-info,
.program-packages .channel-package .toggle-additional-info,
.channel-packages .program-package .toggle-additional-info,
.program-packages .program-package .toggle-additional-info {
  display: block;
  clear: both;
  margin-left: 165px;
}
.channel-packages .channel-package .additional-information,
.program-packages .channel-package .additional-information,
.channel-packages .program-package .additional-information,
.program-packages .program-package .additional-information {
  display: none;
  clear: both;
}
.channel-packages .channel-package .additional-information h4,
.program-packages .channel-package .additional-information h4,
.channel-packages .program-package .additional-information h4,
.program-packages .program-package .additional-information h4 {
  margin-bottom: 13px;
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
}
.channel-packages .channel-package .additional-information .channel-package-extra-description p,
.program-packages .channel-package .additional-information .channel-package-extra-description p,
.channel-packages .program-package .additional-information .channel-package-extra-description p,
.program-packages .program-package .additional-information .channel-package-extra-description p {
  padding-bottom: 20px;
}
.channel-packages .price,
.program-packages .price {
  white-space: nowrap;
  line-height: 1;
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.channel-packages .price .amount,
.program-packages .price .amount {
  display: inline-block;
  position: relative;
}
.channel-packages .price .amount .euros,
.program-packages .price .amount .euros {
  margin-left: 5px;
  font-size: 33px;
  display: inline-block;
  text-align: right;
}
.channel-packages .price .amount .decimalSeparator,
.program-packages .price .amount .decimalSeparator,
.channel-packages .price .amount .cents,
.program-packages .price .amount .cents {
  position: relative;
  top: -10px;
  display: inline-block;
  font-size: 20px;
}
.channel-packages .price .amount .cents,
.program-packages .price .amount .cents {
  width: 28px;
}
.channel-packages .price .offer-link,
.program-packages .price .offer-link,
.channel-packages .price .offer-link:visited,
.program-packages .price .offer-link:visited {
  color: #1d84ef;
  display: block;
  font-family: arial;
  line-height: 24px;
  padding-top: 10px;
}
.channel-packages .price .unit,
.program-packages .price .unit {
  font-size: 13px;
}
.channel-packages li,
.program-packages li {
  text-indent: 0;
  padding-left: 0;
}
.channel-packages li:before,
.program-packages li:before {
  display: none;
  padding-left: 0;
}
.channel-packages .order-package,
.program-packages .order-package {
  border: none;
  font-family: 'verlag bold', sans-serif;
  font-size: 15px;
  color: #f5f5f5;
  text-align: left;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 30px 11px;
  outline: 0;
  -webkit-transition: background-color ease-in 0.15s;
  -moz-transition: background-color ease-in 0.15s;
  -o-transition: background-color ease-in 0.15s;
  transition: background-color ease-in 0.15s;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -khtml-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
  background: #0019af;
  width: 110px;
  text-align: center;
  padding: 5px 0px 8px 0px;
  font-family: 'verlag book', sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-top: 15px;
}
.channel-packages .order-package:disabled,
.program-packages .order-package:disabled,
.channel-packages .order-package.disabled,
.program-packages .order-package.disabled,
.channel-packages .order-package:disabled:hover,
.program-packages .order-package:disabled:hover,
.channel-packages .order-package.disabled:hover,
.program-packages .order-package.disabled:hover {
  cursor: default;
  color: #babbbb;
  background: #dcdddd;
}
.channel-packages .order-package:visited,
.program-packages .order-package:visited {
  color: #f5f5f5;
}
.channel-packages .order-package:hover,
.program-packages .order-package:hover {
  text-decoration: none;
}
.channel-packages .order-package:hover,
.program-packages .order-package:hover {
  background: #263bbb;
  color: white;
}
.channel-packages .order-package:active,
.program-packages .order-package:active {
  background: #263bbb;
}
.channel-packages .order-package-tooltip,
.program-packages .order-package-tooltip {
  z-index: 51;
  background: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  box-shadow: 1px 1px 2px #c0bfbf;
  -moz-box-shadow: 1px 1px 2px #c0bfbf;
  -webkit-box-shadow: 1px 1px 2px #c0bfbf;
  -khtml-box-shadow: 1px 1px 2px #c0bfbf;
  -o-box-shadow: 1px 1px 2px #c0bfbf;
  -ms-box-shadow: 1px 1px 2px #c0bfbf;
  border: 1px #c8c7c7 solid;
  padding: 20px;
  position: absolute;
  display: none;
  line-height: 16px;
  color: #575757;
  pointer-events: none;
  top: 20px;
  padding: 15px 15px 0;
  pointer-events: auto;
  width: 270px;
  right: -288px;
}
.channel-packages .order-package-tooltip a,
.program-packages .order-package-tooltip a,
.channel-packages .order-package-tooltip a:visited,
.program-packages .order-package-tooltip a:visited {
  color: inherit;
  background-image: url('/components/site-common/common-styles/images/icon_link_arrow.png');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 7px;
  color: #1D84EF;
}
.channel-packages .order-package-tooltip p,
.program-packages .order-package-tooltip p {
  text-align: left;
  line-height: 16px;
  margin-bottom: 15px;
}
.channel-packages .order-package-tooltip:after,
.program-packages .order-package-tooltip:after {
  position: absolute;
  bottom: 50%;
  left: -10px;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 10px solid #ffffff;
  content: "";
}
.channel-packages .order-package-tooltip:before,
.program-packages .order-package-tooltip:before {
  position: absolute;
  bottom: 50%;
  left: -11px;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 10px solid #c0bfbf;
  content: "";
}
.channel-list,
.program-list {
  margin-bottom: 30px;
  display: block;
  list-style: none;
}
.channel-list:after,
.program-list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .channel-list,
* html .program-list {
  height: 1px;
}
.channel-list li,
.program-list li {
  position: relative;
  float: left;
  margin-left: 3px;
  text-indent: 0;
  padding-left: 0;
}
.channel-list li .tooltip-content,
.program-list li .tooltip-content {
  z-index: 51;
  background: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  box-shadow: 1px 1px 2px #c0bfbf;
  -moz-box-shadow: 1px 1px 2px #c0bfbf;
  -webkit-box-shadow: 1px 1px 2px #c0bfbf;
  -khtml-box-shadow: 1px 1px 2px #c0bfbf;
  -o-box-shadow: 1px 1px 2px #c0bfbf;
  -ms-box-shadow: 1px 1px 2px #c0bfbf;
  border: 1px #c8c7c7 solid;
  padding: 20px;
  position: absolute;
  display: none;
  line-height: 16px;
  color: #575757;
  pointer-events: none;
}
.channel-list li .tooltip-content:after,
.program-list li .tooltip-content:after {
  position: absolute;
  bottom: -10px;
  left: 135px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  border-left: 10px solid transparent;
  content: "";
}
.channel-list li .tooltip-content:before,
.program-list li .tooltip-content:before {
  position: absolute;
  bottom: -11px;
  left: 135px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 10px solid #c0bfbf;
  border-left: 10px solid transparent;
  content: "";
}
.channel-list li:hover .tooltip-content,
.program-list li:hover .tooltip-content {
  display: block;
}
.channel-list li:before,
.program-list li:before {
  display: none;
  padding-left: 0;
}
.channel-list li.simple-list-item,
.program-list li.simple-list-item {
  background: none;
  padding-left: 0;
}
.channel-list .tooltip-content,
.program-list .tooltip-content {
  width: 290px;
  margin-left: -119px;
  bottom: 65px;
}
.channel-list .tooltip-content h5,
.program-list .tooltip-content h5 {
  margin-bottom: 13px;
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
}
.channel-list img,
.program-list img {
  border: 1px #d1e7f6 solid;
}
.channel-list a:after,
.program-list a:after {
  content: "";
  padding-left: 0;
}
.channel-list a:visited,
.program-list a:visited {
  border: 0;
  color: #d1e7f6;
}
.program-packages .content.additional-information {
  margin-left: 195px;
}
.program-package-feature-list li {
  display: block;
  padding-left: 13px;
  background: url('/img/elisa.fi/icon_bullet.png') 0px 7px no-repeat;
}
#channel-packages-container .ea-channel-package__more-info-links {
  margin-top: 40px;
}
#channel-packages-container .site-common-product-card__description {
  width: 344px;
}
#channel-packages-container .site-common-product-card__price-order {
  text-align: left;
}
#channel-packages-container .ea-channel-package__price,
#channel-packages-container .ea-price-text {
  height: 100%;
}
#channel-packages-container .ea-channel-package__price .payment-options-radio-label,
#channel-packages-container .ea-price-text .payment-options-radio-label {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  color: #404041;
  line-height: 18px;
}
#channel-packages-container #payment-options-section #payment-options-description li {
  display: none;
}
#channel-packages-container #payment-options-section #payment-options-description li:first-of-type {
  display: block;
}
#channel-packages-container #payment-options-section .price-details {
  display: none;
}
#channel-packages-container #payment-options-section .price-details:first-of-type {
  display: block;
}
#channel-packages-container #payment-options-section input {
  vertical-align: middle;
}
#channel-packages-container #payment-options-section .payment-options-radio-label {
  padding-bottom: 4px;
}
#channel-packages-container #payment-options-section .payment-options-radio-label input {
  height: 40px;
  width: 40px;
}
#channel-packages-container #payment-options-section .payment-options-radio-label-single-payment-option {
  padding-left: 0px;
  color: #404041;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
}
#channel-packages-container #payment-options-section p {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #404041;
  line-height: 18px;
}
#channel-packages-container #payment-options-section .price {
  font-size: 25px;
  font-family: 'verlag light';
  font-weight: normal;
}
#channel-packages-container #payment-options-section .normal-price,
#channel-packages-container #payment-options-section .payment-terms {
  color: #808081;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
}
#channel-packages-container #payment-options-section span.offer {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  text-transform: capitalize;
  padding: 0 5px;
  margin-left: 5px;
  cursor: default;
  color: #fff;
  background: #ff6400;
}
#channel-packages-container #price-details {
  display: table;
}
#channel-packages-container #price-details span.price {
  color: #ff6400;
  text-align: left;
  display: table-row;
}
#channel-packages-container #price-details span.disclaimerText,
#channel-packages-container #price-details span.paymentDescription {
  font-family: "Open Sans", Arial, sans-serif, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #404041 !important;
  display: table-row;
}
.contact-form .input-row,
.contact-form .button-row {
  padding-top: 12px;
  clear: both;
}
.contact-form label {
  font-weight: bold;
}
.contact-form input {
  float: right;
}
.contact-form .button-row input {
  margin-right: 120px;
  width: 111px;
}
.contact-form .autocomplete-results {
  position: relative;
  top: 30px;
  float: right;
}
.contact-form .autocomplete-results .ui-autocomplete {
  max-height: 30vh;
  height: auto;
  overflow-y: auto;
}
.contact-form .autocomplete-results .ui-autocomplete li {
  background: none;
}
.contact-form .autocomplete-results .ui-autocomplete li a:hover {
  color: black;
}
.contact-feedback {
  display: none;
}
html.hairiokartta {
  height: 100%;
}
html.hairiokartta .react-navi-ea-cookie-disclaimer {
  position: fixed;
  z-index: 99999;
  width: 100%;
}
html.hairiokartta body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-height: 0;
}
html.hairiokartta #map-canvas-wrapper {
  height: 100%;
  padding-top: 30px;
  margin-top: -30px;
}
html.hairiokartta #map-canvas-wrapper #map-canvas {
  height: 100%;
}
html.hairiokartta .mylocation {
  background-image: url(/img/elisa.fi/desktop_mylocation.png);
  background-repeat: no-repeat;
}
html.hairiokartta .mylocation.active {
  background-image: url(/img/elisa.fi/desktop_mylocation-active.png);
  background-repeat: no-repeat;
}
html.hairiokartta .mobile-header {
  display: none;
}
html.hairiokartta.minimized-controls #map-controls {
  display: none;
}
html.hairiokartta.minimized-controls #map-canvas-wrapper #map-canvas {
  margin-left: 0;
}
html.hairiokartta.minimized-controls #expand-control {
  display: block;
}
html.hairiokartta #expand-control {
  display: none;
  position: fixed;
  top: 116px;
  left: 0;
  padding: 10px;
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
}
html.hairiokartta #expand-control div.expand-handle {
  cursor: pointer;
}
html.hairiokartta .guide-link {
  font-family: Arial, sans-serif;
  color: #1d84ef;
  font-size: 15px;
}
html.hairiokartta .guide-link:after {
  content: "›";
  padding-left: 0.4em;
}
html.hairiokartta #map-controls {
  z-index: 10;
  position: absolute;
  left: 15px;
  top: 80px;
  width: 310px;
  background-color: white;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
}
html.hairiokartta #map-controls h4:not(.guide-content__title) {
  margin: 0 15px;
  padding: 14px 0;
  font-size: 18px;
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
}
html.hairiokartta #map-controls .search-box {
  border-bottom: 1px solid #e3e3e3;
  margin: 0 15px;
}
html.hairiokartta #map-controls .search-box #search-title {
  margin-left: -2px;
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
}
html.hairiokartta #map-controls .search-box #search-input {
  width: 246px;
  margin-bottom: 18px;
  margin-left: 15px;
}
html.hairiokartta #map-controls #minimize-controls {
  position: absolute;
  top: 30px;
  right: 0;
  padding: 5px 16px 10px 15px;
  font-family: 'Arial';
  font-size: 13px;
  color: #888888;
  cursor: pointer;
  background-color: white;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
}
html.hairiokartta #map-controls .disturbance-bulletins-title {
  display: none;
  border-top: 1px solid #e3e3e3;
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
}
html.hairiokartta #map-controls .bulletin-container {
  padding: 0 30px 25px 32px;
}
html.hairiokartta #map-controls ul {
  padding-left: 0;
  padding-top: 5px;
}
html.hairiokartta #map-controls ul li {
  cursor: pointer;
  padding-left: 54px;
  height: 56px;
  line-height: 56px;
  background-repeat: no-repeat;
  position: relative;
  border-top: 1px solid #e3e3e3;
  margin: 0 15px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #384248;
}
html.hairiokartta #map-controls ul li:first-child,
html.hairiokartta #map-controls ul li.active + li {
  border-top: 1px solid transparent;
}
html.hairiokartta #map-controls ul li:last-child {
  border-bottom: 1px solid #e3e3e3;
}
html.hairiokartta #map-controls ul li.broadband {
  background-image: url('/img/hairiokartta/Broadband.png');
  background-position: 8px center;
}
html.hairiokartta #map-controls ul li.cabletv {
  background-image: url('/img/hairiokartta/CableTV.png');
  background-position: 8px center;
}
html.hairiokartta #map-controls ul li.landline {
  background-image: url('/img/hairiokartta/Landline.png');
  background-position: 10px center;
}
html.hairiokartta #map-controls ul li.mobile {
  background-image: url('/img/hairiokartta/Mobile.png');
  background-position: 13px center;
}
html.hairiokartta #map-controls ul li.has-disturbances:before {
  background-image: url('/img/hairiokartta/thunder.png');
  width: 10px;
  height: 21px;
  top: 15px;
  right: 6px;
  position: absolute;
  content: '';
}
html.hairiokartta #map-controls ul li.active,
html.hairiokartta #map-controls ul li:active {
  margin: 0;
  height: 56px;
  line-height: 55px;
  background-color: #ebebeb;
  border-width: 1px 0;
  border-style: solid;
  border-top-color: #e0e2e5;
  border-bottom-color: #e0e2e5;
  padding-left: 69px;
  box-shadow: inset 6px 6px 5px -5px rgba(197, 197, 197, 0.4);
  -moz-box-shadow: inset 6px 6px 5px -5px rgba(197, 197, 197, 0.4);
  -webkit-box-shadow: inset 6px 6px 5px -5px rgba(197, 197, 197, 0.4);
  -khtml-box-shadow: inset 6px 6px 5px -5px rgba(197, 197, 197, 0.4);
  -o-box-shadow: inset 6px 6px 5px -5px rgba(197, 197, 197, 0.4);
  -ms-box-shadow: inset 6px 6px 5px -5px rgba(197, 197, 197, 0.4);
}
html.hairiokartta #map-controls ul li.active.has-disturbances:before,
html.hairiokartta #map-controls ul li:active.has-disturbances:before {
  right: 21px;
}
html.hairiokartta #map-controls ul li.active:after,
html.hairiokartta #map-controls ul li:active:after {
  background-image: url('/img/hairiokartta/selected-row-end.png');
  width: 28px;
  height: 56px;
  top: -1px;
  right: -28px;
  position: absolute;
  content: '';
}
html.hairiokartta #map-controls ul li.active.loading:before,
html.hairiokartta #map-controls ul li:active.loading:before {
  background-image: url('/img/ajax-loader.gif');
  width: 16px;
  height: 16px;
  top: 18px;
  right: 18px;
  position: absolute;
  content: '';
}
html.hairiokartta #map-controls ul li.active.broadband,
html.hairiokartta #map-controls ul li:active.broadband {
  background-position: 23px center;
}
html.hairiokartta #map-controls ul li.active.cabletv,
html.hairiokartta #map-controls ul li:active.cabletv {
  background-position: 23px center;
}
html.hairiokartta #map-controls ul li.active.landline,
html.hairiokartta #map-controls ul li:active.landline {
  background-position: 25px center;
}
html.hairiokartta #map-controls ul li.active.mobile,
html.hairiokartta #map-controls ul li:active.mobile {
  background-position: 28px center;
}
html.hairiokartta #map-controls .guide-container {
  padding: 16px 0;
  margin: 0 15px;
  position: relative;
}
html.hairiokartta #map-controls .guide-container .guide-link {
  padding-left: 2px;
}
html.hairiokartta #map-controls .guide-container .guide-content {
  position: absolute;
  padding: 21px 12px 25px 25px;
  width: 440px;
  left: -5000px;
  top: -200px;
  background-color: white;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 19px;
  color: #384248;
  box-shadow: 0px 0px 100px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 100px 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 100px 10px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 0px 0px 100px 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 0px 100px 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 100px 10px rgba(0, 0, 0, 0.4);
}
html.hairiokartta #map-controls .guide-container .guide-content.show {
  left: 420px;
  -webkit-animation: guide-scalein-desktop 0.7s ease-in;
  animation: guide-scalein-desktop 0.7s ease-in;
}
html.hairiokartta #map-controls .guide-container .guide-content.hide {
  -webkit-animation: guide-scaleout-desktop 0.7s ease-out;
  animation: guide-scaleout-desktop 0.7s ease-out;
}
html.hairiokartta #map-controls .guide-container .guide-content .close {
  position: absolute;
  background: url('/img/close.png') 0 0 no-repeat;
  right: 10px;
  top: 9px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
html.hairiokartta #map-controls .guide-container .guide-content .search-box {
  border-bottom: 1px solid #e3e3e3;
  margin: 0px 0px 10px 0px;
}
html.hairiokartta #map-controls .guide-container .guide-content .search-box h4#info-box-search-title {
  margin-left: 0px;
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
}
html.hairiokartta #map-controls .guide-container .guide-content .search-box #info-box-search-input {
  width: 246px;
  margin-bottom: 18px;
  margin-left: 15px;
}
html.hairiokartta #map-controls .guide-container .guide-content .guide-content__title {
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  padding-bottom: 15px;
  color: #384248;
}
html.hairiokartta #map-controls .guide-container .guide-content p:not(:last-of-type),
html.hairiokartta #map-controls .guide-container .guide-content ol {
  padding-bottom: 10px;
}
html.hairiokartta #map-controls .guide-container .guide-content ol {
  counter-reset: listCounter;
}
html.hairiokartta #map-controls .guide-container .guide-content li {
  counter-increment: listCounter;
  margin-left: 17px;
  font-size: 12px;
  display: block;
  position: relative;
}
html.hairiokartta #map-controls .guide-container .guide-content li:before {
  font-weight: bold;
  content: counter(listCounter) ". ";
  position: absolute;
  left: -10px;
}
html.hairiokartta #map-controls .guide-container .guide-content a {
  color: #1192ee;
}
html.hairiokartta #map-controls .disturbance-info-box {
  border: 1px solid #E3E6E9;
  margin: 18px;
  font-size: 13px;
  line-height: 17px;
  color: #666666;
  background: #F6F6F6;
  padding: 14px 18px;
}
html.hairiokartta #map-controls .disturbance-info-box p {
  margin: 0;
}
html.hairiokartta #map-footer {
  padding: 7px 16px;
  display: inline-block;
  margin-bottom: 30px;
  border: 1px solid #bec1c3;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  background-color: #dfe3e8;
  background: linear-gradient(90deg, #dfe3e8 0%, #f3f8fc 100%);
  background: -moz-linear-gradient(90deg, #dfe3e8 0%, #f3f8fc 100%);
  background: -webkit-linear-gradient(90deg, #dfe3e8 0%, #f3f8fc 100%);
  background: -khtml-linear-gradient(90deg, #dfe3e8 0%, #f3f8fc 100%);
  background: -o-linear-gradient(90deg, #dfe3e8 0%, #f3f8fc 100%);
  background: -ms-linear-gradient(90deg, #dfe3e8 0%, #f3f8fc 100%);
}
html.hairiokartta #map-footer div.explanation {
  display: inline-block;
}
html.hairiokartta #map-footer div.explanation.degraded {
  margin-left: 9px;
  border-left: 1px solid #c8c8c8;
}
html.hairiokartta #map-footer div.explanation div.colored-ball {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  display: inline-block;
}
html.hairiokartta #map-footer div.explanation.blocked div.colored-ball {
  background-color: #e52a36;
}
html.hairiokartta #map-footer div.explanation.degraded div.colored-ball {
  margin-left: 12px;
  background-color: #ff9825;
}
@media (max-width: 1160px) {
  html.hairiokartta .elisa-navi__global-header {
    min-width: 100%;
  }
  html.hairiokartta .elisa-navi__global-header .elisa-navi__global-header__wrapper {
    width: 100%;
    padding-left: 90px;
  }
}
@media (max-width: 970px) {
  html.hairiokartta #elisa-global-header #elisa-global-header_content {
    height: 0;
  }
  html.hairiokartta #elisa-global-header #elisa-global-header_content #elisa-global-header__links,
  html.hairiokartta #elisa-global-header #elisa-global-header_content #elisa-global-header__tabs {
    display: none;
  }
  html.hairiokartta #map-canvas-wrapper {
    margin-top: 0;
    padding-top: 0;
  }
  html.hairiokartta #map-controls .guide-container .guide-content.show {
    left: 30px;
    -webkit-animation: guide-guide-scalein-desktop-tablet 0.7s ease-in;
    animation: guide-guide-scalein-desktop-tablet 0.7s ease-in;
  }
  html.hairiokartta #map-controls .guide-container .guide-content.hide {
    -webkit-animation: guide-guide-scaleout-desktop-tablet 0.7s ease-out;
    animation: guide-guide-scaleout-desktop-tablet 0.7s ease-out;
  }
  html.hairiokartta #showmylocation {
    top: 204px;
    content: '';
    cursor: pointer;
  }
  @-webkit-keyframes guide-guide-scalein-desktop-tablet {
    from {
      transform: scale(0);
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -khtml-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      left: -125px;
    }
    to {
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      left: 30px;
    }
  }
  @-webkit-keyframes guide-guide-scaleout-desktop-tablet {
    from {
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      left: 30px;
    }
    to {
      transform: scale(0);
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -khtml-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      left: -125px;
    }
  }
  @keyframes guide-guide-scalein-desktop-tablet {
    from {
      transform: scale(0);
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -khtml-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      left: -125px;
    }
    to {
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      left: 30px;
    }
  }
  @keyframes guide-guide-scaleout-desktop-tablet {
    from {
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      left: 30px;
    }
    to {
      transform: scale(0);
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -khtml-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      left: -125px;
    }
  }
}
@media (max-width: 550px) {
  html.hairiokartta .elisa-navi__global-header,
  html.hairiokartta #elisa-react-navi {
    display: none;
  }
  .fr-sticky-footer {
    bottom: 45px;
    height: 45px;
    overflow: hidden;
  }
  html.hairiokartta.mobile-minimized-controls #map-controls {
    background-image: url('//static.elisa.fi/components/elisa-navi/cognac/img/elisa-logo.png');
    background-size: 67px auto;
    background-repeat: no-repeat;
    background-position: 7px 8px;
  }
  html.hairiokartta.mobile-minimized-controls #map-controls .mobile-header {
    display: block;
  }
  html.hairiokartta.mobile-minimized-controls #map-controls #minimize-controls {
    display: block;
  }
  html.hairiokartta.mobile-minimized-controls #map-controls .search-box {
    display: none ;
  }
  html.hairiokartta.mobile-minimized-controls #map-controls .disturbance-types {
    display: block;
  }
  html.hairiokartta.mobile-minimized-controls #map-controls .guide-link {
    display: block;
  }
  html.hairiokartta.mobile-minimized-controls #map-controls .disturbance-bulletins-title {
    display: block;
  }
  html.hairiokartta.mobile-minimized-controls #expand-control {
    display: none;
  }
  html.hairiokartta.on-search-controls #map-controls {
    background-image: url('//static.elisa.fi/components/elisa-navi/cognac/img/elisa-logo.png');
    background-size: 67px auto;
    background-repeat: no-repeat;
    background-position: 7px 8px;
  }
  html.hairiokartta.on-search-controls #map-controls .mobile-header {
    display: block;
  }
  html.hairiokartta.on-search-controls #map-controls #minimize-controls {
    display: block;
  }
  html.hairiokartta.on-search-controls #map-controls .search-box {
    display: block ;
  }
  html.hairiokartta.on-search-controls #map-controls .guide-container {
    display: none;
  }
  html.hairiokartta.on-search-controls #map-controls .guide-container .guide-link {
    display: none;
  }
  html.hairiokartta.on-search-controls #map-controls .disturbance-types {
    display: none;
  }
  html.hairiokartta.on-search-controls #map-controls .disturbance-bulletins-title {
    display: none;
  }
  html.hairiokartta.on-search-controls #expand-control {
    display: none;
  }
  html.hairiokartta #map-controls {
    width: 100%;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 5px;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url('//static.elisa.fi/components/elisa-navi/cognac/img/elisa-logo.png');
    background-size: 67px auto;
    background-repeat: no-repeat;
    background-position: 7px 8px;
  }
  html.hairiokartta #map-controls .mobile-header {
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
    top: 0;
    height: 50px;
    padding-top: 15px;
  }
  html.hairiokartta #map-controls #search {
    top: 15px;
    right: 58px;
    z-index: 100;
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    background-image: url('/img/elisa.fi/search-image.png');
    background-repeat: no-repeat;
    font-size: 0;
    content: '';
  }
  html.hairiokartta #map-controls .search-box {
    margin: 0 15px;
  }
  html.hairiokartta #map-controls .search-box #search-title {
    display: none;
    margin-left: 43%;
    font-family: 'verlag book', sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  html.hairiokartta #map-controls .search-box #search-input {
    width: 100%;
    margin: 18px 0px 0px 0px;
    display: block;
  }
  html.hairiokartta #map-controls .search-box.show {
    display: block;
  }
  html.hairiokartta #map-controls .search-box.hide {
    display: none;
  }
  html.hairiokartta #map-controls h4 {
    display: none;
  }
  html.hairiokartta #map-controls #minimize-controls {
    font-size: 0;
    width: 42px;
    height: 42px;
    background: url('/img/hairiokartta/mobile_menu.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: 4px;
    right: 8px;
  }
  html.hairiokartta #map-controls ul {
    display: none;
    padding-top: 15px;
  }
  html.hairiokartta #map-controls ul li {
    font-size: 16px;
  }
  html.hairiokartta #map-controls ul li:after,
  html.hairiokartta #map-controls ul li.active:after {
    content: " ›";
    background-image: none;
    position: relative;
    display: inline;
    right: 0;
    top: 0;
  }
  html.hairiokartta #map-controls .guide-container {
    padding: 0;
    margin: 0;
    border: none;
  }
  html.hairiokartta #map-controls .guide-container .guide-link {
    z-index: 10;
    top: 100%;
    margin-top: -45px;
    display: block;
    position: fixed;
    left: 0;
    margin-left: 0;
    width: 100%;
    background-color: white;
    padding: 0 0 0 15px;
    height: 45px;
    line-height: 45px;
    color: #585859;
    font-family: Arial;
    font-size: 18px;
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    -khtml-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    -o-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    -ms-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    cursor: pointer;
  }
  html.hairiokartta #map-controls .guide-container .guide-link:after {
    display: block;
    position: absolute;
    content: '›';
    right: 20px;
    top: 0;
    padding: 0;
    font-size: 24px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -khtml-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  html.hairiokartta #map-controls .guide-container .guide-content {
    left: 0;
    right: 0;
    width: 100%;
    top: 100%;
    position: fixed;
    display: none;
    z-index: 10;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -khtml-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -o-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }
  html.hairiokartta #map-controls .guide-container .guide-content div.close,
  html.hairiokartta #map-controls .guide-container .guide-content h3 {
    display: none;
  }
  html.hairiokartta #map-controls .guide-container .guide-content.hide,
  html.hairiokartta #map-controls .guide-container .guide-content.show {
    left: 0;
    display: none;
    -webkit-animation: none;
    animation: none;
  }
  html.hairiokartta #map-controls .guide-container .guide-content .search-box {
    display: none;
  }
  html.hairiokartta #map-controls .guide-container .guide-content .search-box.hide,
  html.hairiokartta #map-controls .guide-container .guide-content .search-box.show {
    display: none;
  }
  html.hairiokartta #map-controls h4.disturbance-bulletins-title {
    top: 100%;
    margin-top: -45px;
    display: block;
    position: fixed;
    left: 0;
    margin-left: 0;
    width: 100%;
    background-color: white;
    padding: 0 0 0 15px;
    height: 45px;
    line-height: 45px;
    color: #585859;
    font-family: Arial;
    font-size: 18px;
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    -khtml-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    -o-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    -ms-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    cursor: pointer;
  }
  html.hairiokartta #map-controls h4.disturbance-bulletins-title:after {
    display: block;
    position: absolute;
    content: '›';
    right: 20px;
    top: 0;
    padding: 0;
    font-size: 24px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -khtml-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  html.hairiokartta #map-controls .bulletin-container {
    opacity: 0;
    display: block;
    position: fixed;
    top: 100%;
    margin-top: 0px;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: white;
    -webkit-overflow-scrolling: touch;
  }
  html.hairiokartta #map-controls ul li:last-child {
    border-bottom: none;
  }
  html.hairiokartta #showmylocation {
    top: 255px;
    right: 23px;
    height: 25px;
    width: 25px;
    margin-right: 8px;
    margin-top: 4px;
    content: '';
    cursor: pointer;
  }
  html.hairiokartta .mylocation {
    background-image: url(/img/elisa.fi/mobile_mylocation.png);
    background-repeat: no-repeat;
  }
  html.hairiokartta .mylocation.active {
    background-image: url(/img/elisa.fi/mobile_mylocation-active.png);
    background-repeat: no-repeat;
  }
  html.hairiokartta #expand-control {
    width: 100%;
    top: 0px;
    padding: 4px 8px;
    background-image: url('//static.elisa.fi/components/elisa-navi/cognac/img/elisa-logo.png');
    background-size: 67px auto;
    background-repeat: no-repeat;
    background-position: 7px 8px;
  }
  html.hairiokartta #expand-control div.expand-handle {
    font-size: 0;
    width: 42px;
    height: 42px;
    background: url('/img/hairiokartta/mobile_menu.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    float: right;
  }
  html.hairiokartta #map-canvas-wrapper {
    padding-top: 50px;
  }
  html.hairiokartta .mobile-header {
    pointer-events: none;
    display: block;
    font-family: Arial;
    font-weight: bold;
    color: #a7a9aa;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 15px;
    font-size: 16px;
  }
  html.hairiokartta #map-footer {
    visibility: hidden;
  }
  html.hairiokartta.minimized-controls #map-footer {
    visibility: visible;
  }
  html.hairiokartta.mobile-bulletins-anim h4.disturbance-bulletins-title {
    -webkit-animation: mobile-slide-bulletin-title 0.35s ease-in;
    -webkit-animation-direction: reverse;
    animation: mobile-slide-bulletin-title 0.35s ease-in;
    animation-direction: reverse;
    margin-top: 50px;
  }
  html.hairiokartta.mobile-bulletins-anim h4.disturbance-bulletins-title:after {
    -webkit-animation: mobile-rotate 0.35s ease-in;
    -webkit-animation-direction: reverse;
    animation: mobile-rotate 0.35s ease-in;
    animation-direction: reverse;
  }
  html.hairiokartta.mobile-bulletins-anim .bulletin-container {
    -webkit-animation: mobile-slide-bulletin-container 0.35s ease-in;
    -webkit-animation-direction: reverse;
    animation: mobile-slide-bulletin-container 0.35s ease-in;
    animation-direction: reverse;
  }
  html.hairiokartta.mobile-disturbance-bulletins #map-controls h4.disturbance-bulletins-title {
    margin-top: 50px;
    top: 0%;
    -webkit-animation: mobile-slide-bulletin-title 0.35s ease-in;
    animation: mobile-slide-bulletin-title 0.35s ease-in;
  }
  html.hairiokartta.mobile-disturbance-bulletins #map-controls h4.disturbance-bulletins-title:after {
    right: 15px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -khtml-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-animation: mobile-rotate 0.35s ease-in;
    animation: mobile-rotate 0.35s ease-in;
  }
  html.hairiokartta.mobile-disturbance-bulletins #map-controls .bulletin-container {
    -webkit-animation: mobile-slide-bulletin-container 0.35s ease-in;
    animation: mobile-slide-bulletin-container 0.35s ease-in;
    opacity: 1;
    z-index: 20;
    top: 0%;
    margin-top: 95px;
    overflow-y: auto;
  }
  html.hairiokartta.mobile-guide-anim #map-controls .guide-link {
    -webkit-animation: mobile-slide-guide-title 0.35s ease-in;
    -webkit-animation-direction: reverse;
    animation: mobile-slide-guide-title 0.35s ease-in;
    animation-direction: reverse;
  }
  html.hairiokartta.mobile-guide-anim #map-controls .guide-link:after {
    -webkit-animation: mobile-rotate 0.35s ease-in;
    -webkit-animation-direction: reverse;
    animation: mobile-rotate 0.35s ease-in;
    animation-direction: reverse;
  }
  html.hairiokartta.mobile-guide-anim #map-controls .guide-content {
    -webkit-animation: mobile-slide-guide-content 0.35s ease-in !important;
    -webkit-animation-direction: reverse !important;
    animation: mobile-slide-guide-content 0.35s ease-in !important;
    animation-direction: reverse !important;
    display: block !important;
  }
  html.hairiokartta.mobile-guide #map-controls .guide-link {
    top: 50px;
    margin-top: 0;
    -webkit-animation: mobile-slide-guide-title 0.35s ease-in;
    animation: mobile-slide-guide-title 0.35s ease-in;
  }
  html.hairiokartta.mobile-guide #map-controls .guide-link:after {
    right: 15px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -khtml-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-animation: mobile-rotate 0.35s ease-in;
    animation: mobile-rotate 0.35s ease-in;
  }
  html.hairiokartta.mobile-guide #map-controls .guide-link.show {
    display: block;
  }
  html.hairiokartta.mobile-guide #map-controls .guide-link.hide {
    display: none;
  }
  html.hairiokartta.mobile-guide #map-controls .guide-content {
    top: 95px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
    background-color: white;
    -webkit-animation: mobile-slide-guide-content 0.35s ease-in !important;
    animation: mobile-slide-guide-content 0.35s ease-in !important;
  }
  html.hairiokartta.mobile-guide #map-controls .guide-content,
  html.hairiokartta.mobile-guide #map-controls .guide-content.show,
  html.hairiokartta.mobile-guide #map-controls .guide-content.hide {
    display: block;
  }
  #mobile-loading {
    display: none;
  }
  html.loading #mobile-loading {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.75);
    background-position: center center;
    background-image: url('/img/ajax-loader-dark-bg.gif');
    background-repeat: no-repeat;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
  }
}
@-webkit-keyframes guide-scalein-desktop {
  from {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    left: -125px;
  }
  to {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    left: 420px;
  }
}
@keyframes guide-scalein-desktop {
  from {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    left: -125px;
  }
  to {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    left: 420px;
  }
}
@-webkit-keyframes guide-scaleout-desktop {
  from {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    left: 420px;
  }
  to {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    left: -125px;
  }
}
@keyframes guide-scaleout-desktop {
  from {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    left: 420px;
  }
  to {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    left: -125px;
  }
}
@-webkit-keyframes mobile-slide-bulletin-title {
  0% {
    margin-top: -90px;
    top: 100%;
  }
  50% {
    top: 100%;
    margin-top: -90px;
  }
  to {
    top: 0;
    margin-top: 50px;
  }
}
@-webkit-keyframes mobile-slide-bulletin-container {
  0% {
    top: 100%;
    margin-top: -45px;
    opacity: 0;
    z-index: 20;
  }
  1% {
    top: 100%;
    margin-top: -45px;
    opacity: 0;
    z-index: 20;
  }
  50% {
    top: 100%;
    margin-top: -45px;
    opacity: 1;
  }
  100% {
    top: 100px;
    margin-top: 0;
    opacity: 1;
    z-index: 20;
  }
}
@-webkit-keyframes mobile-rotate {
  0% {
    right: 20px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -khtml-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  100% {
    right: 15px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -khtml-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
}
@-webkit-keyframes mobile-slide-guide-title {
  0% {
    top: 100%;
    margin-top: -45px;
  }
  100% {
    top: 50px;
    margin-top: 0;
  }
}
@-webkit-keyframes mobile-slide-guide-content {
  0% {
    top: 100%;
  }
  100% {
    top: 95px;
  }
}
@keyframes mobile-slide-bulletin-title {
  0% {
    margin-top: -90px;
    top: 100%;
  }
  50% {
    top: 100%;
    margin-top: -90px;
  }
  to {
    top: 0;
    margin-top: 50px;
  }
}
@keyframes mobile-slide-bulletin-container {
  0% {
    top: 100%;
    margin-top: -45px;
    opacity: 0;
    z-index: 20;
  }
  1% {
    top: 100%;
    margin-top: -45px;
    opacity: 0;
    z-index: 20;
  }
  50% {
    top: 100%;
    margin-top: -45px;
    opacity: 1;
  }
  100% {
    top: 100px;
    margin-top: 0;
    opacity: 1;
    z-index: 20;
  }
}
@keyframes mobile-rotate {
  0% {
    right: 20px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -khtml-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  100% {
    right: 15px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -khtml-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
}
@keyframes mobile-slide-guide-title {
  0% {
    top: 100%;
    margin-top: -45px;
  }
  100% {
    top: 50px;
    margin-top: 0;
  }
}
@keyframes mobile-slide-guide-content {
  0% {
    top: 100%;
  }
  100% {
    top: 95px;
  }
}
html.hairiokartta .ui-autocomplete {
  z-index: 10001;
}
html.hairiokartta .pac-container {
  z-index: 10002;
}
html.hairiokartta .ui-menu {
  background-color: #fff;
  position: absolute!important;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  font-family: 'verlag book', sans-serif;
  font-weight: normal;
  font-style: normal;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  overflow: hidden;
}
html.hairiokartta .ui-menu .ui-menu-item {
  cursor: default;
  padding: 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  font-size: 13px;
  color: #000 ;
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
html.hairiokartta .ui-menu .ui-menu-item a {
  color: #000 ;
}
html.hairiokartta .ui-helper-hidden-accessible {
  display: none;
}
html.hairiokartta #showmylocation {
  z-index: 10;
  display: inline-block;
  position: absolute;
  right: 23px;
  top: 233px;
  margin-right: 3px;
  margin-top: 24px;
  height: 32px;
  width: 32px;
  cursor: pointer;
  content: '';
}
#mobile-hide {
  display: none;
}
* {
  margin: 0;
  padding: 0;
}
html.coveragemap {
  height: 100%;
}
html.coveragemap .react-navi-ea-cookie-disclaimer {
  position: fixed;
  z-index: 99999;
  width: 100%;
}
html.coveragemap body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 0;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}
html.coveragemap #map-canvas-wrapper {
  position: absolute;
  top: 62px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: auto;
  padding-top: 30px;
  margin-top: -30px;
}
@media (max-width: 550px) {
  html.coveragemap #map-canvas-wrapper {
    top: 142px;
  }
}
html.coveragemap #map-canvas-wrapper #map-canvas {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #e5e3df;
}
html.coveragemap .mobile-header {
  display: none;
}
html.coveragemap.minimized-controls #map-controls {
  display: none;
}
html.coveragemap.minimized-controls #map-canvas-wrapper #map-canvas {
  margin-left: 0;
}
html.coveragemap.minimized-controls #expand-control {
  display: block;
}
html.coveragemap .site-common-text-styling {
  font-family: SohoGothicPro-Medium;
  font-weight: normal;
  font-size: 100%;
  float: left;
  padding-top: 8px;
}
html.coveragemap .site-common-sub-text-styling {
  font-family: SohoGothicPro-Regular;
  font-size: 10px;
  font-weight: normal;
}
html.coveragemap .transparent-view {
  position: relative;
  width: 100%;
  height: 1px;
}
html.coveragemap #advPrice {
  margin-top: 20px;
}
html.coveragemap .close-icon {
  background-image: url(/img/coveragemap/btn_close.png);
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
  height: 10px;
  width: 10px;
  title: "Close";
  cursor: pointer;
}
html.coveragemap .close-icon-history {
  background-image: url(/img/coveragemap/btn_close.png);
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
  title: "Close";
  cursor: pointer;
}
html.coveragemap .mylocation {
  background-image: url(/img/coveragemap/mobile_mylocation.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
}
html.coveragemap .mylocation .active {
  background-image: url(/img/coveragemap/mobile_mylocation_active.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
}
html.coveragemap #elisa__coverage-map__advt-panel {
  z-index: 10000;
  width: 100%;
  background-color: white;
  display: inline-block;
  padding: 10px 5px 0px 0px;
  text-align: center;
}
html.coveragemap #elisa__coverage-map__advt-panel a.guide-link {
  padding-left: 8px;
}
html.coveragemap #elisa__coverage-map__advt-panel #elisa__coverage-map__advt-header {
  display: inline-block;
}
html.coveragemap #elisa__coverage-map__advt-panel #elisa__coverage-map__advt-header > h4 {
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  color: #404041;
  margin: 0px;
  padding: 10px;
  font-size: 22px;
}
html.coveragemap #elisa__coverage-map__advt-panel #elisa__coverage-map__advt-close-icon {
  position: relative;
  right: -140px;
}
html.coveragemap #elisa__coverage-map__advt-panel #elisa__coverage-map__advt-sub-header {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  color: #404041;
  margin-top: 15px;
  margin-bottom: 5px;
}
html.coveragemap #elisa__coverage-map__advt-panel #elisa__coverage-map__advt-discription {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  color: #808081;
  font-size: 12px;
  margin-bottom: 15px;
}
html.coveragemap #elisa__coverage-map__advt-panel .elisa__coverage-map__advt-price-info {
  letter-spacing: -0.5px;
  white-space: nowrap;
  line-height: 1;
  font-family: 'verlag light', sans-serif;
  font-weight: normal;
  font-style: normal;
}
html.coveragemap #elisa__coverage-map__advt-panel .elisa__coverage-map__advt-price-info #elisa__coverage-map__advt-campaignDuration {
  font-size: 18px;
}
html.coveragemap #elisa__coverage-map__advt-panel .elisa__coverage-map__advt-price-info #elisa__coverage-map__advt-discountedPrice-euro {
  margin-left: 5px;
  font-size: 33px;
  display: inline-block;
  text-align: right;
}
html.coveragemap #elisa__coverage-map__advt-panel .elisa__coverage-map__advt-price-info #elisa__coverage-map__advt-discountedPrice-cent {
  position: relative;
  top: -10px;
  display: inline-block;
  font-size: 20px;
}
html.coveragemap #elisa__coverage-map__advt-panel .elisa__coverage-map__advt-price-info .elisa__coverage-map__advt-discountedPrice-unit {
  font-size: 13px;
  margin-right: 10px;
}
html.coveragemap #elisa__coverage-map__advt-panel .elisa__coverage-map__advt-price-info .elisa__coverage-map__advt-discountedPrice__decimal-separator {
  position: relative;
  top: -12px;
  display: inline-block;
  font-size: 20px;
  margin: 0px -4px;
}
html.coveragemap #elisa__coverage-map__advt-panel .site-common-button-small {
  padding-left: 10px;
  padding-right: 10px;
}
html.coveragemap .disclaimer-text {
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  line-height: 1.4em;
  overflow: auto;
}
html.coveragemap .disclaimer-text-container {
  padding-bottom: 16px;
}
html.coveragemap #expand-control {
  display: none;
  position: fixed;
  top: 82px;
  left: 0;
  padding: 10px;
  font-family: SohoGothicPro-Regular;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 984px) {
  html.coveragemap #expand-control {
    top: 131px;
  }
}
html.coveragemap #expand-control div.expand-handle {
  cursor: pointer;
}
html.coveragemap #map-controls {
  bottom: 20px;
  height: auto;
  background-color: white;
  z-index: 10;
  position: absolute;
  left: 19px;
  top: 80px;
  width: 310px;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 550px) {
  html.coveragemap #map-controls {
    overflow: auto;
  }
}
@media (max-width: 550px) {
  html.coveragemap #map-controls {
    position: fixed;
  }
}
@media only screen and (min-width: 984px) {
  html.coveragemap #map-controls {
    top: 131px;
  }
}
html.coveragemap #map-controls h4:not(.guide-content__title) {
  margin: 0 15px;
  padding: 14px 0;
}
html.coveragemap #map-controls .mobile-elisa-logo {
  display: none;
}
html.coveragemap #map-controls #minimize-controls {
  position: absolute;
  right: 0;
  padding: 5px 18px 10px 15px;
  font-family: 'Arial';
  font-size: 13px;
  color: #1d84ef;
  cursor: pointer;
  background-color: white;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
}
html.coveragemap #map-controls .search-box {
  background-color: white;
}
html.coveragemap #map-controls .search-box #search-title {
  display: inline-block;
  margin-top: 0px;
  background-color: white;
  text-align: left;
  font-size: 18px;
}
html.coveragemap #map-controls .search-box #search-title > h4 {
  margin-left: 5px;
}
html.coveragemap #map-controls .elisa__coverage-map__search-input--icon {
  position: relative;
  float: right;
  top: 7px;
  right: 38px;
}
html.coveragemap #map-controls .ea-button.ea-button--radio {
  max-width: 100%;
}
html.coveragemap #map-controls input[type=checkbox],
html.coveragemap #map-controls .styledCheckbox {
  margin-left: -16px;
  opacity: 1;
  display: none;
  position: relative;
  width: 17px;
  height: 15px;
  top: -2px;
  vertical-align: middle;
  right: 3px;
}
html.coveragemap #map-controls .disturbance-types {
  margin-left: 6px;
}
html.coveragemap #map-controls .disturbance-types input[type=checkbox]:checked + label {
  background: none;
  background-color: #006dfc;
  color: #fff;
}
html.coveragemap #map-controls .content-toggleable .toggle {
  cursor: pointer;
  margin-right: 1px;
}
html.coveragemap #map-controls .content-toggleable .toggle p {
  margin-bottom: 0;
}
html.coveragemap #map-controls .content-toggleable .content {
  display: block;
  margin: 0;
  width: 100%;
}
html.coveragemap #map-controls .content-toggleable h4.toggle {
  padding-left: 38px;
  margin-right: 1px;
}
html.coveragemap #map-controls .content-toggleable.closed h4.toggle {
  background-image: url('/img/coveragemap/accordian_down.png');
  background-repeat: no-repeat;
  background-position: right;
}
html.coveragemap #map-controls .content-toggleable.expanded h4.toggle {
  background-image: url('/img/coveragemap/accordian_up.png');
  background-repeat: no-repeat;
  background-position: right;
}
html.coveragemap #map-controls .content-toggleable.small {
  padding: 0px 20px 0px 20px;
  background-color: white;
  width: 100%;
  display: block;
  border-bottom: none;
}
html.coveragemap #map-controls .content-toggleable.small .toggle {
  padding: 0;
  margin-right: 0px;
  font-size: 18px;
}
html.coveragemap #map-controls .content-toggleable.small.closed .toggle {
  background: url('/img/coveragemap/accordian_down.png') 0 40% no-repeat;
  background-position: right;
  margin-bottom: 15px;
}
html.coveragemap #map-controls .content-toggleable.small.closed .toggle h4 {
  padding: 12px 0;
}
html.coveragemap #map-controls .content-toggleable.small.expanded .toggle {
  background: url('/img/coveragemap/accordian_up.png') 0 40% no-repeat;
  color: #878787;
  background-position: right;
}
html.coveragemap #map-controls .content-toggleable.small .content {
  display: block;
}
html.coveragemap #map-controls .content-toggleable.small .content .first-row {
  padding-left: 5px;
  padding-bottom: 5px;
  width: 100%;
  white-space: nowrap;
}
html.coveragemap #map-controls .content-toggleable.small .content .first-panel-column {
  padding-left: 5px;
  padding-bottom: 3px;
}
html.coveragemap #map-controls .content-toggleable.small .content .panel-column {
  padding-bottom: 5px;
}
html.coveragemap #map-controls .content-toggleable.small .content .panel-column .panel-column-image {
  background-image: url("/img/coveragemap/icon_star.png");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  min-width: 5px;
  min-height: 5px;
  display: block;
  margin-left: 10px;
  content: "";
}
@media only screen and (min-width: 960px) {
  html.coveragemap #map-controls #coverage-filter-list .ea-accordion__content {
    padding-right: initial;
  }
}
html.coveragemap #map-controls #coverage-filter-list,
html.coveragemap #map-controls #coverage-filter-list-mobile {
  z-index: 10000;
  position: relative;
  width: 100%;
  background-color: white;
  margin-top: 16px;
  border-bottom: 1px solid #EBEAE9;
}
html.coveragemap #map-controls #coverage-filter-list #coverage-filter-list-title,
html.coveragemap #map-controls #coverage-filter-list-mobile #coverage-filter-list-title {
  border-top: 1px solid #EBEAE9;
  border-bottom: 1px solid #EBEAE9;
  margin-left: 8px;
  padding: 10px 0px 10px 12px;
  font-size: 18px;
}
html.coveragemap #map-controls #coverage-filter-list .coverage-types,
html.coveragemap #map-controls #coverage-filter-list-mobile .coverage-types {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px solid #EBEAE9;
}
@media (min-width: 550px) {
  html.coveragemap #map-controls #coverage-filter-list .coverage-types,
  html.coveragemap #map-controls #coverage-filter-list-mobile .coverage-types {
    margin-left: 12px;
  }
}
html.coveragemap #map-controls #coverage-filter-list .coverage-types input[type=checkbox] + label,
html.coveragemap #map-controls #coverage-filter-list-mobile .coverage-types input[type=checkbox] + label {
  background-image: none;
}
html.coveragemap #map-controls #coverage-filter-list .coverage-types input[class*="twog"]:checked + label,
html.coveragemap #map-controls #coverage-filter-list-mobile .coverage-types input[class*="twog"]:checked + label {
  background-image: none;
  background-color: #FFD503;
  border-color: #FFD503;
}
html.coveragemap #map-controls #coverage-filter-list .coverage-types input[class*="threeg"]:checked + label,
html.coveragemap #map-controls #coverage-filter-list-mobile .coverage-types input[class*="threeg"]:checked + label {
  background-image: none;
  background-color: #FCAF17;
  border-color: #FCAF17;
}
html.coveragemap #map-controls #coverage-filter-list .coverage-types input[class*="fourg-lte"]:checked + label,
html.coveragemap #map-controls #coverage-filter-list-mobile .coverage-types input[class*="fourg-lte"]:checked + label {
  background-image: none;
  background-color: #0019AF;
  border-color: #0019AF;
}
html.coveragemap #map-controls #coverage-filter-list .coverage-types input[class*="fourg-ca"]:checked + label,
html.coveragemap #map-controls #coverage-filter-list-mobile .coverage-types input[class*="fourg-ca"]:checked + label {
  background-image: none;
  background-color: #00BAF2;
  border-color: #00BAF2;
}
html.coveragemap #map-controls #coverage-filter-list .coverage-types input[class*="fourg-plus-plus"]:checked + label,
html.coveragemap #map-controls #coverage-filter-list-mobile .coverage-types input[class*="fourg-plus-plus"]:checked + label {
  background-image: none;
  background-color: #9EFBFB;
  border-color: #9EFBFB;
}
html.coveragemap #map-controls #coverage-filter-list .coverage-types input[class*="fiveg"]:checked + label,
html.coveragemap #map-controls #coverage-filter-list-mobile .coverage-types input[class*="fiveg"]:checked + label {
  background-image: none;
  background-color: #5bca88;
  border-color: #5bca88;
}
html.coveragemap #map-controls #coverage-filter-list .coverage-types input[class*="nb-iot-three"]:checked + label,
html.coveragemap #map-controls #coverage-filter-list-mobile .coverage-types input[class*="nb-iot-three"]:checked + label {
  background-image: none;
  background-color: #C04D78;
  border-color: #C04D78;
}
html.coveragemap #map-controls #coverage-filter-list .coverage-types input[class*="fourg-lte-m"]:checked + label,
html.coveragemap #map-controls #coverage-filter-list-mobile .coverage-types input[class*="fourg-lte-m"]:checked + label {
  background-image: none;
  background-color: #c4fbc4;
  border-color: #c4fbc4;
}
html.coveragemap #map-controls #coverage-filter-list .coverage-types .coverage-type__container::after,
html.coveragemap #map-controls #coverage-filter-list-mobile .coverage-types .coverage-type__container::after {
  clear: both;
  display: table;
  content: "";
}
html.coveragemap #map-controls #coverage-filter-list .coverage-types .coverage-type__container .coverage-type__switch,
html.coveragemap #map-controls #coverage-filter-list-mobile .coverage-types .coverage-type__container .coverage-type__switch {
  float: left;
}
html.coveragemap #map-controls #coverage-filter-list .coverage-types .coverage-type__container .coverage-type__name,
html.coveragemap #map-controls #coverage-filter-list-mobile .coverage-types .coverage-type__container .coverage-type__name {
  position: relative;
  padding-left: 24px;
  top: 4px;
  width: 55%;
  float: left;
}
html.coveragemap #map-controls #coverage-filter-list .coverage-types .fiveg-details-container,
html.coveragemap #map-controls #coverage-filter-list-mobile .coverage-types .fiveg-details-container {
  max-height: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow-y: hidden;
  padding-left: 5px;
}
html.coveragemap #map-controls #coverage-filter-list .coverage-types .fiveg-details-container.show,
html.coveragemap #map-controls #coverage-filter-list-mobile .coverage-types .fiveg-details-container.show {
  display: block;
  max-height: 100vh;
}
html.coveragemap #map-controls #coverage-filter-list .coverage-types .fiveg-details-container .fiveg-detail-container,
html.coveragemap #map-controls #coverage-filter-list-mobile .coverage-types .fiveg-details-container .fiveg-detail-container {
  display: flex;
}
html.coveragemap #map-controls #coverage-filter-list .coverage-types .fiveg-details-container .fiveg-detail-container .left-padding,
html.coveragemap #map-controls #coverage-filter-list-mobile .coverage-types .fiveg-details-container .fiveg-detail-container .left-padding {
  padding-left: 10px;
}
html.coveragemap #map-controls #coverage-filter-list .coverage-types .fiveg-details-container .fiveg-detail-container .dot-dark-green,
html.coveragemap #map-controls #coverage-filter-list-mobile .coverage-types .fiveg-details-container .fiveg-detail-container .dot-dark-green {
  height: 25px;
  width: 25px;
  background-color: #548686;
  border-radius: 50%;
  display: block;
}
html.coveragemap #map-controls #coverage-filter-list .coverage-types .fiveg-details-container .fiveg-detail-container .dot-light-green,
html.coveragemap #map-controls #coverage-filter-list-mobile .coverage-types .fiveg-details-container .fiveg-detail-container .dot-light-green {
  height: 25px;
  width: 25px;
  background-color: #5bca88;
  border-radius: 50%;
  display: block;
}
html.coveragemap #map-controls #coverage-filter-list ul,
html.coveragemap #map-controls #coverage-filter-list-mobile ul {
  padding-left: 0;
}
html.coveragemap #map-controls #coverage-filter-list ul li,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li {
  cursor: pointer;
  padding-left: 56px;
  height: 56px;
  line-height: 56px;
  background-repeat: no-repeat;
  position: relative;
  border-width: 1px 0;
  border-style: solid;
  border-top-color: #e0e2e5;
  border-bottom: 1px solid transparent;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #384248;
}
html.coveragemap #map-controls #coverage-filter-list ul li:first-child,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li:first-child {
  border-top: none;
}
html.coveragemap #map-controls #coverage-filter-list ul li.active + li,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li.active + li {
  border-top: 1px solid #e0e2e5;
}
html.coveragemap #map-controls #coverage-filter-list ul li:last-child,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li:last-child {
  border-bottom: 1px solid #e3e3e3;
}
html.coveragemap #map-controls #coverage-filter-list ul li.twog,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li.twog {
  background-image: url('/img/coveragemap/icon-2g.png');
  background-position: 20px center;
}
html.coveragemap #map-controls #coverage-filter-list ul li.threeg,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li.threeg {
  background: url(/img/coveragemap/icon-3g.png) no-repeat 0 -35px;
  background-position: 20px center;
}
html.coveragemap #map-controls #coverage-filter-list ul li.fourg,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li.fourg {
  background: url(/img/coveragemap/icon-4g.png) no-repeat 0 -72px;
  background-position: 20px;
  padding-left: 15px;
  padding-top: 5px;
}
html.coveragemap #map-controls #coverage-filter-list ul li.fourg label,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li.fourg label {
  cursor: pointer;
}
html.coveragemap #map-controls #coverage-filter-list ul li.fourg .fourg-umts,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li.fourg .fourg-umts {
  padding-left: 60px;
  line-height: 25px;
  position: relative;
  font-family: SohoGothicPro-Regular, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #384248;
  top: 1px;
  cursor: pointer;
}
html.coveragemap #map-controls #coverage-filter-list ul li.fourg .fourg-umts #fourg-umts-image,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li.fourg .fourg-umts #fourg-umts-image {
  background-image: url('/img/coveragemap/4G_CA.png');
  margin-left: 26px;
  -webkit-margin-left: 23px;
  -khtml-margin-left: 23px;
  -o-margin-left: 23px;
  -ms-margin-left: 23px;
  -moz-margin-left: 10px;
  position: absolute;
  margin-top: 6px;
  height: 14px;
  width: 14px;
  content: "";
  display: none;
  -moz-margin-start: 14px;
  right: 18px;
}
html.coveragemap #map-controls #coverage-filter-list ul li.fourg .fourg-lte,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li.fourg .fourg-lte {
  padding-left: 60px;
  line-height: 25px;
  margin: 0;
  position: relative;
  font-family: SohoGothicPro-Regular, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #384248;
  top: 2px;
  top: -1px;
  cursor: pointer;
}
html.coveragemap #map-controls #coverage-filter-list ul li.fourg .fourg-lte #fourg-lte-image,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li.fourg .fourg-lte #fourg-lte-image {
  background-image: url('/img/coveragemap/4G_LTE.png');
  margin-left: 103px;
  -webkit-margin-left: 98px;
  -khtml-margin-left: 98px;
  -o-margin-left: 98px;
  -ms-margin-left: 98px;
  -moz-margin-left: 103px;
  height: 15px;
  width: 15px;
  content: "";
  display: none;
  -moz-margin-start: 105px;
  position: absolute;
  margin-top: 5px;
  right: 18px;
}
html.coveragemap #map-controls #coverage-filter-list ul li.fourg.active,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li.fourg.active,
html.coveragemap #map-controls #coverage-filter-list ul li.fourg:active,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li.fourg:active {
  padding-left: 15px;
}
html.coveragemap #map-controls #coverage-filter-list ul li.active,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li.active,
html.coveragemap #map-controls #coverage-filter-list ul li:active,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li:active {
  margin: 0;
  height: 56px;
  line-height: 55px;
  background-color: #ebebeb;
  border-width: 1px 0;
  border-style: solid;
  border-top-color: #e0e2e5;
  border-bottom-color: #e0e2e5;
  padding-left: 56px;
  box-shadow: inset 6px 6px 5px -5px rgba(197, 197, 197, 0.4);
  -moz-box-shadow: inset 6px 6px 5px -5px rgba(197, 197, 197, 0.4);
  -webkit-box-shadow: inset 6px 6px 5px -5px rgba(197, 197, 197, 0.4);
  -khtml-box-shadow: inset 6px 6px 5px -5px rgba(197, 197, 197, 0.4);
  -o-box-shadow: inset 6px 6px 5px -5px rgba(197, 197, 197, 0.4);
  -ms-box-shadow: inset 6px 6px 5px -5px rgba(197, 197, 197, 0.4);
}
html.coveragemap #map-controls #coverage-filter-list ul li.active:after,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li.active:after,
html.coveragemap #map-controls #coverage-filter-list ul li:active:after,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li:active:after {
  background-image: url('/img/hairiokartta/selected-row-end.png');
  width: 28px;
  height: 56px;
  top: -1px;
  right: -28px;
  position: absolute;
  content: '';
}
html.coveragemap #map-controls #coverage-filter-list ul li.active.loading2G:before,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li.active.loading2G:before,
html.coveragemap #map-controls #coverage-filter-list ul li:active.loading2G:before,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li:active.loading2G:before {
  background-image: url('/img/coveragemap/2G.png');
  width: 14px;
  height: 14px;
  top: 18px;
  right: 18px;
  position: absolute;
  content: '';
}
html.coveragemap #map-controls #coverage-filter-list ul li.active.loading3G:before,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li.active.loading3G:before,
html.coveragemap #map-controls #coverage-filter-list ul li:active.loading3G:before,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li:active.loading3G:before {
  background-image: url('/img/coveragemap/3G.png');
  width: 15px;
  height: 15px;
  top: 18px;
  right: 18px;
  position: absolute;
  content: '';
}
html.coveragemap #map-controls #coverage-filter-list ul li.active.loading4G:before,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li.active.loading4G:before,
html.coveragemap #map-controls #coverage-filter-list ul li:active.loading4G:before,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li:active.loading4G:before {
  width: 14px;
  height: 14px;
  top: 18px;
  right: 18px;
  position: absolute;
  content: '';
}
html.coveragemap #map-controls #coverage-filter-list ul li.active.loading5G:before,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li.active.loading5G:before,
html.coveragemap #map-controls #coverage-filter-list ul li:active.loading5G:before,
html.coveragemap #map-controls #coverage-filter-list-mobile ul li:active.loading5G:before {
  width: 14px;
  height: 14px;
  top: 18px;
  right: 18px;
  position: absolute;
  content: '';
}
html.coveragemap #map-controls .guide-link {
  font-family: Arial, sans-serif;
  color: #0090f1;
  font-size: 13px;
  background-color: white;
  display: inline-block;
  padding: 5px 0px 0px 20px;
  width: 100%;
  top: -10px;
  margin-top: -1px;
  margin-left: 0px;
}
html.coveragemap #map-controls .guide-link:after {
  content: "›";
  padding-left: 0.4em;
}
html.coveragemap #map-controls .guide-link:first-of-type {
  padding-top: 20px;
  margin-top: 0px;
}
html.coveragemap #map-controls .guide-link:last-of-type {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 550px) {
  html.coveragemap #map-controls .guide-link:last-of-type {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
html.coveragemap #map-controls .guide-container {
  position: relative;
  z-index: 10000;
  width: 100%;
  height: 40px;
  /* .guide-link {
         padding-left: @coveragemap-list-border-margin;
       }*/
}
html.coveragemap #map-controls .guide-container #mobile-hide {
  display: none;
}
html.coveragemap #map-controls .guide-container .disclaimer,
html.coveragemap #map-controls .guide-container .disclaimerAmt,
html.coveragemap #map-controls .guide-container .link {
  display: block;
  float: left;
  clear: both;
  padding: 0px 10px 6px;
  position: relative;
  font-size: 11px;
  text-decoration: none;
  width: 280px;
}
html.coveragemap #map-controls .guide-container #disclaimerContent,
html.coveragemap #map-controls .guide-container #disclaimerContentAmt {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 11;
  font-size: 11px;
  line-height: 16px;
  width: 280px;
  background-color: #ffffff;
  color: #000000;
  border-bottom: 1px solid #888888;
  border-right: 1px solid #888888;
  padding: 10px;
  box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.4);
}
html.coveragemap #map-controls .guide-container .guide-content {
  position: absolute;
  padding: 21px 12px 25px 25px;
  width: 440px;
  left: -5000px;
  top: -100px;
  background-color: white;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 19px;
  color: #384248;
  box-shadow: 0px 0px 100px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 100px 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 100px 10px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 0px 0px 100px 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 0px 100px 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 100px 10px rgba(0, 0, 0, 0.4);
}
html.coveragemap #map-controls .guide-container .guide-content.show {
  left: 520px;
  top: -250px;
  -webkit-animation: guide-scalein-desktop 0.7s ease-in;
  animation: guide-scalein-desktop 0.7s ease-in;
}
html.coveragemap #map-controls .guide-container .guide-content.hide {
  -webkit-animation: guide-scaleout-desktop 0.7s ease-out;
  animation: guide-scaleout-desktop 0.7s ease-out;
}
html.coveragemap #map-controls .guide-container .guide-content .close {
  position: absolute;
  background: url('/img/close.png') 0 0 no-repeat;
  right: 10px;
  top: 9px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
html.coveragemap #map-controls .guide-container .guide-content .guide-content__title {
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  padding-bottom: 15px;
  color: #384248;
}
html.coveragemap #map-controls .guide-container .guide-content p:not(:last-of-type),
html.coveragemap #map-controls .guide-container .guide-content ol {
  padding-bottom: 10px;
}
html.coveragemap #map-controls .guide-container .guide-content ol {
  counter-reset: listCounter;
}
html.coveragemap #map-controls .guide-container .guide-content li {
  counter-increment: listCounter;
  margin-left: 17px;
  font-size: 12px;
  display: block;
}
html.coveragemap #map-controls .guide-container .guide-content li:before {
  font-weight: normal;
  font-style: normal;
  content: counter(listCounter) ". ";
  position: absolute;
}
html.coveragemap #map-controls .guide-container .guide-content a {
  color: #1192ee;
}
html.coveragemap #map-controls .disturbance-info-box {
  border: 1px solid #E3E6E9;
  margin: 18px;
  font-size: 13px;
  line-height: 17px;
  color: #666666;
  background: #F6F6F6;
  padding: 14px 18px;
}
html.coveragemap #map-controls .disturbance-info-box p {
  margin: 0;
}
html.coveragemap #print {
  background-image: url("/img/coveragemap/icon_print.png");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 25px;
  width: 28px;
  margin-top: 5px;
  margin-right: 5px;
}
html.coveragemap #showmylocation {
  z-index: 100;
  display: inline-block;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 5px;
  top: 30px;
  margin-right: 8px;
  margin-top: 4px;
}
@media (min-width: 969px) {
  html.coveragemap #showmylocation {
    top: 42px!important;
    margin-right: 54px!important;
  }
}
html.coveragemap #map-footer {
  visibility: hidden;
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid #bec1c3;
  padding-left: 6px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  background-color: #ffffff;
}
html.coveragemap #map-footer .ea-button.ea-button--radio {
  max-width: 14.28%;
  min-width: 14.28%;
  line-height: 12px;
  font-size: 14px;
}
html.coveragemap #map-footer input[type=checkbox] {
  display: none;
}
html.coveragemap #map-footer input[type=checkbox]:checked + label {
  background: none;
  background-color: #006dfc;
  color: #fff;
}
html.coveragemap #map-footer div.explanation {
  display: inline-block;
  float: left;
  text-align: center;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-top: 10px;
  font-size: 14px;
}
html.coveragemap #map-footer div.explanation.fourgone {
  padding-left: 10px;
}
html.coveragemap #map-footer div.explanation div.borderdiv {
  display: inline-block;
  border-left: 1px solid #c0c0c0;
}
html.coveragemap #map-footer div.explanation .imagediv {
  margin-left: 10px;
}
html.coveragemap #map-footer div.explanation #fourgone-image {
  background-image: url("/img/coveragemap/4G_CA.png");
  background-repeat: no-repeat;
  background-origin: content-box;
  height: 14px;
  width: 14px;
  display: inline-block;
  content: '';
}
html.coveragemap #map-footer div.explanation #fourgtwo-image {
  background-image: url("/img/coveragemap/4G_LTE.png");
  background-repeat: no-repeat;
  background-origin: content-box;
  height: 15px;
  width: 15px;
  display: inline-block;
  content: '';
}
html.coveragemap #map-footer div.explanation #threegee-image {
  background-image: url("/img/coveragemap/3G.png");
  background-repeat: no-repeat;
  background-origin: content-box;
  height: 15px;
  width: 15px;
  display: inline-block;
  content: '';
}
html.coveragemap #map-footer div.explanation #twogee-image {
  background-image: url("/img/coveragemap/2G.png");
  background-repeat: no-repeat;
  background-origin: content-box;
  height: 14px;
  width: 14px;
  display: inline-block;
  content: '';
}
html.coveragemap #map-footer div.explanation.active,
html.coveragemap #map-footer div.explanation:active {
  color: #ffffff;
  border-color: #193a7f;
  background-color: #2a55b1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a55b1), to(#6297f2));
  background-image: -moz-linear-gradient(top, #2a55b1, #6297f2);
}
html.coveragemap #map-footer div.explanation:hover,
html.coveragemap #map-footer div.explanation.hover {
  cursor: pointer;
  border: transparent 1px solid;
}
html.coveragemap #map-footer div.explanation.selected {
  color: #ffffff;
  border-color: #193a7f;
  background-color: #2a55b1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a55b1), to(#6297f2));
  background-image: -moz-linear-gradient(top, #2a55b1, #6297f2);
}
html.coveragemap #map-controls .guide-container .coverage-map__guide-content--coverage-info.show {
  -webkit-animation: guide-scalein-coverage-info-desktop 0.7s ease-in;
  animation: guide-scalein-coverage-info-desktop 0.7s ease-in;
}
html.coveragemap #map-controls .guide-container .coverage-map__guide-content--coverage-info.hide {
  -webkit-animation: guide-scaleout-coverage-info-desktop 0.7s ease-out;
  animation: guide-scaleout-coverage-info-desktop 0.7s ease-out;
}
@-webkit-keyframes guide-scalein-coverage-info-desktop {
  from {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    left: -125px;
    top: -10px;
  }
  to {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    left: 420px;
    top: -250px;
  }
}
@keyframes guide-scalein-coverage-info-desktop {
  from {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    left: -125px;
    top: -10px;
  }
  to {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    left: 420px;
    top: -250px;
  }
}
@-webkit-keyframes guide-scaleout-coverage-info-desktop {
  from {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    left: 420px;
    top: -250px;
  }
  to {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    left: -125px;
    top: -10px;
  }
}
@keyframes guide-scaleout-coverage-info-desktop {
  from {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    left: 420px;
    top: -250px;
  }
  to {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    left: -125px;
    top: -10px;
  }
}
@media (max-width: 970px) {
  html.coveragemap .elisa-navi__global-header .elisa-navi__global-header__wrapper ul,
  html.coveragemap .elisa-navi__global-header .elisa-navi__global-header__wrapper div {
    display: none;
  }
  html.coveragemap #map-canvas-wrapper {
    margin-top: 0;
    padding-top: 0;
  }
  html.coveragemap #map-canvas-wrapper #map-canvas {
    height: 100%;
  }
  html.coveragemap #map-controls .mobile-elisa-logo {
    display: none;
  }
  html.coveragemap #map-footer {
    visibility: hidden;
  }
  @-webkit-keyframes guide-guide-scalein-desktop-tablet {
    from {
      transform: scale(0);
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -khtml-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      left: -125px;
    }
    to {
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      left: 30px;
    }
  }
  @-webkit-keyframes guide-guide-scaleout-desktop-tablet {
    from {
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      left: 30px;
    }
    to {
      transform: scale(0);
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -khtml-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      left: -125px;
    }
  }
  @keyframes guide-guide-scalein-desktop-tablet {
    from {
      transform: scale(0);
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -khtml-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      left: -125px;
    }
    to {
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      left: 30px;
    }
  }
  @keyframes guide-guide-scaleout-desktop-tablet {
    from {
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      left: 30px;
    }
    to {
      transform: scale(0);
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -khtml-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      left: -125px;
    }
  }
  @-webkit-keyframes guide-guide-scalein-coverage-desktop-tablet {
    from {
      transform: scale(0);
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -khtml-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      left: -125px;
      top: 0px;
    }
    to {
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      left: 30px;
      top: -180px;
    }
  }
  @-webkit-keyframes guide-guide-scaleout-coverage-desktop-tablet {
    from {
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      left: 30px;
      top: -180px;
    }
    to {
      transform: scale(0);
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -khtml-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      left: -125px;
      top: 0px;
    }
  }
  @keyframes guide-guide-scalein-coverage-desktop-tablet {
    from {
      transform: scale(0);
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -khtml-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      left: -125px;
      top: 0px;
    }
    to {
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      left: 30px;
      top: -180px;
    }
  }
  @keyframes guide-guide-scaleout-coverage-desktop-tablet {
    from {
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      left: 30px;
      top: -180px;
    }
    to {
      transform: scale(0);
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -khtml-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      left: -125px;
      top: 0px;
    }
  }
  .disclaimer-text {
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 1.4em;
  }
}
@media (max-width: 550px) {
  .disclaimer-text {
    display: none;
  }
  .mobile-bottom-fix {
    display: flex;
    float: right;
    background-color: #fff;
    padding: 0 42px 0 18px;
    border-bottom: 1px solid #fff;
  }
  .push-right {
    position: fixed;
    right: 15px;
  }
  html.coveragemap #map-canvas-wrapper #map-canvas {
    height: 100%;
  }
  html.coveragemap.mobile-minimized-controls #map-controls .mobile-elisa-logo {
    background-image: url('//static.elisa.fi/components/elisa-navi/cognac/img/elisa-logo.png');
    background-size: 67px auto;
    background-repeat: no-repeat;
    background-position: 7px 11px;
    width: 80px;
    height: 43px;
    display: block;
  }
  html.coveragemap.mobile-minimized-controls #map-controls .mobile-header {
    display: block;
  }
  html.coveragemap.mobile-minimized-controls #map-controls #minimize-controls {
    display: block;
  }
  html.coveragemap.mobile-minimized-controls #map-controls .search-box {
    display: inline-block;
    visibility: visible;
  }
  html.coveragemap.mobile-minimized-controls #map-controls div#elisa__coverage-map__accordion {
    display: none !important;
    visibility: hidden;
  }
  html.coveragemap.mobile-minimized-controls #map-controls #coverage-filter-list {
    display: none;
  }
  html.coveragemap.mobile-minimized-controls #map-controls #iot-filter-list {
    display: none;
  }
  html.coveragemap.mobile-minimized-controls #map-controls .transparent-view {
    display: none;
  }
  html.coveragemap.mobile-minimized-controls #map-controls #elisa__coverage-map__advt-panel {
    display: none;
  }
  html.coveragemap.mobile-minimized-controls #expand-control {
    display: none;
  }
  html.coveragemap .mobile-header {
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
    top: 0;
    height: 50px;
    padding-top: 15px;
    pointer-events: none;
    display: block;
    font-family: Arial;
    font-weight: bold;
    font-style: normal;
    color: #a7a9aa;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  html.coveragemap #map-controls {
    width: 100%;
    padding-bottom: 5px;
    top: 0;
    left: 0;
    background-color: white;
    height: 47px;
  }
  html.coveragemap #map-controls .mobile-elisa-logo {
    background-image: url('//static.elisa.fi/components/elisa-navi/cognac/img/elisa-logo.png');
    background-size: 67px auto;
    background-repeat: no-repeat;
    background-position: 7px 11px;
    width: 80px;
    height: 43px;
    display: block;
  }
  html.coveragemap #map-controls .search-box {
    width: 100%;
    background-color: white;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 60px;
  }
  html.coveragemap #map-controls .search-box #search-input {
    width: 87%;
    height: 27px;
    padding-right: 22px;
    font-size: 15px;
  }
  html.coveragemap #map-controls .search-box #search-title {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 0px;
  }
  html.coveragemap #map-controls .elisa__coverage-map__search-input--icon {
    top: 6px;
    right: 43px;
  }
  html.coveragemap #map-controls .content-toggleable.small .content {
    display: block;
    width: 100%;
  }
  html.coveragemap #map-controls .content-toggleable.small .content .first-row {
    padding-left: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
  }
  html.coveragemap #map-controls .content-toggleable.small .content .first-panel-column {
    padding-left: 5px;
    padding-bottom: 3px;
  }
  html.coveragemap #map-controls .content-toggleable.small .content .panel-column {
    padding-bottom: 5px;
  }
  html.coveragemap #map-controls .content-toggleable.small .content .panel-column .panel-column-image {
    background-image: url("/img/coveragemap/icon_star.png");
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    min-width: 5px;
    min-height: 5px;
    display: block;
    margin-left: 10px;
    content: "";
  }
  html.coveragemap #map-controls .content-toggleable.small .content .close-icon {
    float: right;
    position: absolute;
    margin-top: -5px;
    right: 40px;
    cursor: pointer;
  }
  html.coveragemap #map-controls #minimize-controls {
    font-size: 0;
    width: 42px;
    height: 42px;
    background: url('/img/hairiokartta/mobile_menu.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: 4px;
    right: 8px;
  }
  html.coveragemap #map-controls #coverage-filter-list {
    display: none;
  }
  html.coveragemap #map-controls #iot-filter-list {
    display: none;
  }
  html.coveragemap #map-controls ul {
    padding-top: 2px;
  }
  html.coveragemap #map-controls ul li {
    font-size: 16px;
  }
  html.coveragemap #map-controls ul li table {
    font-size: 11px;
  }
  html.coveragemap #map-controls ul li:after,
  html.coveragemap #map-controls ul li.active:after {
    background-image: none;
    position: relative;
    display: inline;
    right: 0;
    top: 0;
  }
  html.coveragemap #map-controls .guide-container {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    height: 40px;
  }
  html.coveragemap #map-controls .guide-container .guide-link {
    z-index: 10;
    top: 100%;
    margin-top: -36px;
    display: block;
    position: fixed;
    left: 0;
    margin-left: 0;
    width: 100%;
    background-color: transparent;
    height: 40px;
    color: #585859;
    font-size: 14px;
    box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.35);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.35);
    -khtml-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.35);
    -o-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.35);
    -ms-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.35);
    cursor: pointer;
  }
  html.coveragemap #map-controls .guide-container .guide-link:after {
    display: block;
    position: absolute;
    content: '›';
    right: 20px;
    top: 0;
    padding: 0;
    font-size: 24px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -khtml-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  html.coveragemap #map-controls .guide-container .guide-link:nth-last-of-type(3) {
    display: none;
  }
  html.coveragemap #map-controls .guide-container .guide-link:last-of-type:after {
    content: none;
  }
  html.coveragemap #map-controls .guide-container .guide-content {
    left: 0;
    right: 0;
    width: 100%;
    top: 100%;
    position: fixed;
    display: none;
    z-index: 10;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -khtml-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -o-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }
  html.coveragemap #map-controls .guide-container .guide-content div.close,
  html.coveragemap #map-controls .guide-container .guide-content h3 {
    display: none;
  }
  html.coveragemap #map-controls .guide-container .guide-content .guide-content__title {
    display: block;
  }
  html.coveragemap #map-controls .guide-container .guide-content.show {
    left: 0px;
    top: 90px;
    -webkit-animation: mobile-slide-guide-content 1s ease-in !important;
    -webkit-animation-direction: normal;
    animation: mobile-slide-guide-content 1s ease-in !important;
    display: block;
  }
  html.coveragemap #map-controls .guide-container .guide-content.hide {
    left: 0px;
    top: 0px;
    -webkit-animation: mobile-slide-guide-content 0.7s ease-out;
    animation: mobile-slide-guide-content 0.7s ease-out;
    display: none !important;
  }
  html.coveragemap #map-controls ul li:last-child {
    border-bottom: none;
  }
  html.coveragemap .transparent-view {
    display: none;
  }
  html.coveragemap #advPrice {
    display: none;
  }
  html.coveragemap #elisa__coverage-map__advt-panel {
    display: none;
  }
  html.coveragemap #expand-control {
    width: 100%;
    top: 0px;
    background-color: white;
    padding: 4px 8px;
  }
  html.coveragemap #expand-control div.expand-handle {
    font-size: 0;
    width: 42px;
    height: 42px;
    background: url('/img/hairiokartta/mobile_menu.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    float: right;
  }
  html.coveragemap #showmylocation {
    margin-right: 3px;
    top: 90px;
  }
  html.coveragemap #map-footer {
    visibility: visible;
  }
}
html.coveragemap.mobile-guide-anim--coverage-info #map-controls .coverage-map__guide-link--coverage-info {
  -webkit-animation: mobile-slide-guide-title 0.35s ease-in;
  -webkit-animation-direction: reverse;
  animation: mobile-slide-guide-title 0.35s ease-in;
  animation-direction: reverse;
}
html.coveragemap.mobile-guide-anim--coverage-info #map-controls .coverage-map__guide-link--coverage-info:after {
  -webkit-animation: mobile-rotate 0.35s ease-in;
  -webkit-animation-direction: reverse;
  animation: mobile-rotate 0.35s ease-in;
  animation-direction: reverse;
}
html.coveragemap.mobile-guide-anim--coverage-info #map-controls .coverage-map__guide-content--coverage-info {
  -webkit-animation: mobile-slide-guide-content 0.35s ease-in !important;
  -webkit-animation-direction: reverse !important;
  animation: mobile-slide-guide-content 0.35s ease-in !important;
  animation-direction: reverse !important;
  display: block !important;
}
html.coveragemap.mobile-guide-anim--coverage-info #map-controls .guide-content:nth-of-type(2) {
  -webkit-animation: mobile-slide-guide-content 0.35s ease-in !important;
  -webkit-animation-direction: reverse !important;
  animation: mobile-slide-guide-content 0.35s ease-in !important;
  animation-direction: reverse !important;
  display: block !important;
}
.coverage-map__guide-link--5G-info {
  background-color: white;
  margin-top: -2px;
  padding-top: 20px;
  padding-left: 10px;
}
html.coveragemap.mobile-guide--coverage-info #map-controls .guide-container .coverage-map__guide-link--coverage-info {
  top: 36%;
  margin-top: 0;
  -webkit-animation: mobile-slide-guide-title 0.35s ease-in;
  animation: mobile-slide-guide-title 0.35s ease-in;
}
html.coveragemap.mobile-guide--coverage-info #map-controls .guide-container .coverage-map__guide-link--coverage-info:after {
  right: 15px;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-animation: mobile-rotate 0.35s ease-in;
  animation: mobile-rotate 0.35s ease-in;
}
html.coveragemap.mobile-guide--coverage-info #map-controls .coverage-map__guide-content--coverage-info {
  top: 41%;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  background-color: white;
  -webkit-animation: mobile-slide-guide-content 0.35s ease-in !important;
  animation: mobile-slide-guide-content 0.35s ease-in !important;
  z-index: 11;
}
html.coveragemap.mobile-guide--coverage-info #map-controls .coverage-map__guide-content--coverage-info,
html.coveragemap.mobile-guide--coverage-info #map-controls .coverage-map__guide-content--coverage-info.show {
  display: block;
}
html.coveragemap.mobile-guide--coverage-info #map-controls .coverage-map__guide-content--coverage-info.hide {
  display: none;
}
html.coveragemap.mobile-guide--coverage-info #map-controls .guide-content:nth-of-type(2) {
  top: 41%;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  background-color: white;
  -webkit-animation: mobile-slide-guide-content 0.35s ease-in !important;
  animation: mobile-slide-guide-content 0.35s ease-in !important;
  z-index: 11;
}
html.coveragemap.mobile-guide--coverage-info #map-controls .guide-content:nth-of-type(2),
html.coveragemap.mobile-guide--coverage-info #map-controls .guide-content:nth-of-type(2).show {
  display: block;
}
html.coveragemap.mobile-guide--coverage-info #map-controls .guide-content:nth-of-type(2).hide {
  display: none;
}
html.coveragemap.mobile-guide--info-modal-open .elisa-navi__global-header {
  display: none;
}
html.coveragemap.mobile-guide--info-modal-close .js-mobile-only-modal .ea-modal__content {
  display: none;
}
html.coveragemap.mobile-guide--speed-info2 #map-controls .guide-container .coverage-map__guide-link--speed-info {
  top: 36%;
  margin-top: 0;
  -webkit-animation: mobile-slide-guide-title 0.35s ease-in;
  animation: mobile-slide-guide-title 0.35s ease-in;
  display: none;
}
html.coveragemap.mobile-guide--speed-info2 #map-controls .guide-container .coverage-map__guide-link--speed-info:after {
  right: 15px;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-animation: mobile-rotate 0.35s ease-in;
  animation: mobile-rotate 0.35s ease-in;
}
html.coveragemap.mobile-guide--speed-info2 #map-controls .guide-content:nth-of-type(2) {
  top: 41%;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  background-color: white;
  -webkit-animation: mobile-slide-guide-content 0.35s ease-in !important;
  animation: mobile-slide-guide-content 0.35s ease-in !important;
  z-index: 11;
}
html.coveragemap.mobile-guide--speed-info2 #map-controls .guide-content:nth-of-type(2),
html.coveragemap.mobile-guide--speed-info2 #map-controls .guide-content:nth-of-type(2).show {
  display: block;
}
html.coveragemap.mobile-guide--speed-info2 #map-controls .guide-content:nth-of-type(2).hide {
  display: none;
}
#mobile-loading {
  display: none;
}
html.loading #mobile-loading {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.75);
  background-position: center;
  background-image: url('/img/ajax-loader-dark-bg.gif');
  background-repeat: no-repeat;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
@-webkit-keyframes guide-scalein-desktop {
  from {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    left: -125px;
    top: -100px;
  }
  to {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    left: 420px;
    top: -250px;
  }
}
@keyframes guide-scalein-desktop {
  from {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    left: -125px;
    top: -100px;
  }
  to {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    left: 420px;
    top: -250px;
  }
}
@-webkit-keyframes guide-scaleout-desktop {
  from {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    left: 420px;
  }
  to {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    left: -125px;
  }
}
@keyframes guide-scaleout-desktop {
  from {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    left: 420px;
  }
  to {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    left: -125px;
  }
}
@-webkit-keyframes mobile-rotate {
  0% {
    right: 20px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -khtml-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  100% {
    right: 15px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -khtml-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
}
@-webkit-keyframes mobile-slide-guide-title {
  0% {
    top: 100%;
    margin-top: 0px;
  }
  100% {
    top: 42%;
    margin-top: 0;
  }
}
@-webkit-keyframes mobile-slide-guide-content {
  0% {
    top: 100%;
  }
  100% {
    top: 47%;
  }
}
@keyframes mobile-rotate {
  0% {
    right: 20px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -khtml-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  100% {
    right: 15px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -khtml-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
}
@keyframes mobile-slide-guide-title {
  0% {
    top: 100%;
    margin-top: -40px;
  }
  100% {
    top: 42%;
    margin-top: 0;
  }
}
@keyframes mobile-slide-guide-content {
  0% {
    top: 100%;
  }
  100% {
    top: 47%;
  }
}
html.coveragemap .ui-autocomplete {
  z-index: 10001;
}
html.coveragemap .pac-container {
  z-index: 10002;
}
html.coveragemap .ui-menu {
  background-color: #fff;
  position: absolute !important;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  font-family: SohoGothicPro-Regular, Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  overflow: hidden;
}
html.coveragemap .ui-menu .ui-menu-item {
  cursor: default;
  padding: 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  font-size: 13px;
  color: #000;
  font-family: 'verlag bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
html.coveragemap .ui-menu .ui-menu-item a {
  color: #000;
}
html.coveragemap .ui-helper-hidden-accessible {
  display: none;
}
.elisa__coverage-map__info-box__technology {
  color: #404041;
  font-weight: 600;
  font-size: 16px;
  font-family: Open Sans, Arial, sans-serif;
}
.elisa__coverage-map__info-box__technology > span {
  color: #95919b;
  font-weight: normal;
}
.staricon_blue {
  color: #0019AF;
  padding: 3px;
}
.staricon_grey {
  color: #D3D3D3;
  padding: 3px;
}
html.coveragemap .js-mobile-only-modal .ea-modal__content {
  display: none;
  opacity: 0;
  transition: opacity 1s ease-out;
}
html.coveragemap .js-mobile-only-modal.ea-modal--open .ea-modal__content {
  display: block;
  opacity: 1;
  transition: opacity 1s ease-in;
}
@media (max-width: 550px) {
  .coverage-map__guide-link--5G-info {
    display: none;
  }
}
.hide-popup {
  display: none;
}
.fiveg-link-desktop {
  font-family: Arial, sans-serif;
  font-size: 13px;
  display: inline-block;
  padding: 5px 0px 0px 20px;
  color: #0090f1;
}
@media (max-width: 550px) {
  .fiveg-link-desktop {
    display: none;
  }
}
.fiveg-link-desktop:after {
  content: "›";
  padding-left: 0.4em;
}
.gm-style-iw-d {
  width: 300px;
}
.gm-style-iw-c {
  padding: 20px!important;
}
.elisa__button--blue {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 2px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  background-color: #0019af;
}
.elisa__button--blue:visited {
  color: white;
}
.elisa__button--orange {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 2px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  background-color: #ff6400;
}
.elisa__button--orange:visited {
  color: white;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #main-tabs a {
    font-size: 9px;
    padding: 11px 13px;
  }
}
@media (max-width: 970px) {
  html.elisa__rwd--wide #elisa__local-navi__footer,
  html.elisa__rwd--wide #elisa-global-footer,
  html.elisa__rwd--wide .background-shadows {
    display: none;
  }
  html.elisa__rwd--wide #content {
    max-width: 970px;
    width: auto;
  }
  html.elisa__rwd--wide .content-area.tab-content .main-column * {
    max-width: 100%;
  }
  html.elisa__rwd--wide .content-area.tab-content .main-column img {
    height: auto;
  }
  html.elisa__rwd--wide #bannerCarousel img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  html.elisa__rwd--wide .elisa__promotion-area__full-expander {
    display: none;
  }
}
@media (max-width: 970px) and (min-width: 700px) {
  html.elisa__rwd--wide .content-area.tab-content .main-column-wrapper {
    margin-right: 239px;
  }
  html.elisa__rwd--wide .content-area.tab-content .main-column-wrapper .main-column {
    width: 100%;
    margin-right: -239px;
  }
  html.elisa__rwd--wide .content-area.tab-content .right-column {
    width: 239px;
  }
}
@media (max-width: 700px) {
  html.elisa__rwd--wide .content-area {
    padding: 0 10px;
  }
  html.elisa__rwd--wide .content-area.tab-content .main-column {
    width: auto;
    float: none;
  }
  html.elisa__rwd--wide .content-area.tab-content .right-column {
    width: auto;
    background: none;
    float: none;
    border-left: none;
    padding-left: 0;
  }
  html.elisa__rwd--wide #nps-dialog {
    display: none;
  }
}
table {
  overflow-x: auto;
  display: block;
  height: 100% !important;
  width: 100% !important;
}
