@charset "UTF-8";
.clearfix, body, .container, .breaker {
  clear: both; }
  .clearfix:before, body:before, .container:before, .breaker:before {
    content: "";
    display: table; }
  .clearfix:after, body:after, .container:after, .breaker:after {
    clear: both;
    content: "";
    display: table; }

.clearfix {
  line-height: 0px; }

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

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

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

html {
  background: #fff;
  font-size: 62.5%;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  line-height: 22px;
  line-height: 2.2rem;
  margin: 0;
  min-width: 320px;
  padding: 0;
  padding-top: 0;
  position: relative;
  text-align: left; }
  @media screen and (max-width: 620px) {
    body {
      padding-top: 0; } }

body, button, input, select, textarea {
  font-size: 13px;
  font-size: 1.3rem;
  color: #333333;
  font-family: "Arial", sans-serif; }

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

::selection {
  background: #3197FC;
  color: #fff;
  text-shadow: none; }

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

abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help; }
  .is-mobile abbr, .is-mobile acronym {
    border: 0; }

b, strong {
  font-weight: bold; }

address {
  font-style: normal;
  margin-bottom: 18px; }

blockquote {
  margin: 18px 40px; }

dfn {
  font-style: italic; }

hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
  display: block;
  height: 0;
  margin: 18px 0;
  padding: 0; }

ins {
  color: #000;
  text-decoration: none;
  margin-bottom: 18px !important;
  max-width: 100%;
  overflow: hidden; }
  ins ins {
    margin-bottom: 0 !important; }

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

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

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

q {
  quotes: none; }

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

small {
  font-size: 85%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 0 0 18px 0;
  padding: 0 0 0 25px; }

dd {
  margin: 0 0 0 25px; }

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

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

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

figure {
  margin: 0; }

form {
  margin: 0; }

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

label {
  cursor: pointer; }

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

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

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }
  @media screen and (max-width: 620px) {
    textarea {
      max-width: 80%; } }

select {
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
  display: inline-block;
  position: relative; }

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

td {
  vertical-align: top; }

ul.no-dots, #transport ul, #lounges ul {
  list-style-type: none;
  padding: 0; }

ol ol {
  list-style-type: lower-alpha; }
  ol ol ol {
    list-style-type: lower-roman; }

*:focus {
  outline: 0; }

noscript {
  display: none; }

.nowrap {
  white-space: nowrap; }

.captcha {
  display: none; }

@media screen and (max-width: 980px) {
  .hidden-tablet {
    display: none !important; } }

@media screen and (max-width: 620px) {
  .hidden-mobile {
    display: none !important; } }

.hidden {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

@media screen and (max-width: 620px) {
  .force-show-mobile {
    display: block !important; } }

.only-mobile {
  display: none !important; }
  @media screen and (max-width: 980px) {
    .only-mobile {
      display: none !important; } }
  @media screen and (max-width: 620px) {
    .only-mobile {
      display: inline-block !important; } }

.only-mobile-block {
  display: none !important; }
  @media screen and (max-width: 980px) {
    .only-mobile-block {
      display: none !important; } }
  @media screen and (max-width: 620px) {
    .only-mobile-block {
      display: block !important; } }

.only-mobile-td {
  display: none !important; }
  @media screen and (max-width: 980px) {
    .only-mobile-td {
      display: none !important; } }
  @media screen and (max-width: 620px) {
    .only-mobile-td {
      display: table-cell !important; } }

.tablet-and-mobile {
  display: none !important; }
  @media screen and (max-width: 980px) {
    .tablet-and-mobile {
      display: block !important; } }

iframe {
  max-width: 90%; }

.stToolPop-circular {
  display: none !important; }

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-paint-brush:before {
  content: "\e901"; }

.icon-search:before {
  content: "\21"; }

.icon-arrow-down:before {
  content: "\22"; }

.icon-pencil-2:before {
  content: "\65"; }

.icon-phone:before {
  content: "\71"; }

.icon-arrow-left:before {
  content: "\72"; }

.icon-list:before {
  content: "\77"; }

.icon-pencil:before {
  content: "\e000"; }

.icon-cancel:before {
  content: "\e001"; }

.icon-print:before {
  content: "\e002"; }

.icon-equalizer:before {
  content: "\e003"; }

.icon-file-pdf:before {
  content: "\e004"; }

.icon-file-word:before {
  content: "\e005"; }

.icon-earth:before {
  content: "\e006"; }

.icon-cog:before {
  content: "\e007"; }

.icon-arrow-right:before {
  content: "\e008"; }

.icon-arrow-left-2:before {
  content: "\e009"; }

.icon-file-zip:before {
  content: "\e00a"; }

.icon-marker:before {
  content: "\e00b"; }

.icon-share:before {
  content: "\e00c"; }

.icon-pin:before {
  content: "\e00d"; }

.icon-home:before {
  content: "\e00e"; }

.icon-user:before {
  content: "\e00f"; }

.icon-support:before {
  content: "\e010"; }

.icon-question:before {
  content: "\e011"; }

.icon-compass:before {
  content: "\e012"; }

.icon-eye:before {
  content: "\e013"; }

.icon-rozvestnik:before {
  content: "\e014"; }

.icon-disk:before {
  content: "\e015"; }

.icon-icona_tel2:before {
  content: "\e016"; }

.icon-out:before {
  content: "\e017"; }

.icon-icona_menu-01:before {
  content: "\e018"; }

.icon-checkmark:before {
  content: "\e900"; }

.icon-envelope:before {
  content: "\f003"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

@media screen and (max-width: 980px) {
  body {
    width: 100%;
    overflow: hidden; } }

.container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  background: white;
  padding: 0 0px;
  position: relative;
  left: 0px;
  width: 980px;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease; }
  @media screen and (max-width: 980px) {
    .container {
      padding: 0 10px;
      width: auto; } }
  @media screen and (max-width: 980px) {
    .container {
      -webkit-box-shadow: 0px 0px 5px #aaa;
      box-shadow: 0px 0px 5px #aaa; } }

.menu-opened .container {
  left: 270px; }

.content {
  position: relative; }
  @media screen and (max-width: 980px) {
    .content {
      margin-top: 60px;
      width: auto; } }

.breaker {
  height: 10px;
  width: 100%;
  background: url(../img/strip_bg.gif) repeat left top;
  margin: 36px 0px; }

a {
  color: #b01b2e;
  cursor: pointer;
  text-decoration: underline; }
  a:hover, a:active {
    color: #b01b2e;
    text-decoration: none; }

h1, .h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 400;
  margin: 0 0 9px 0; }
  h1 b, h1 strong, .h1 b, .h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong {
    letter-spacing: -1px; }
  @media screen and (max-width: 620px) {
    h1, .h1, h2, h3, h4, h5, h6 {
      word-wrap: break-word; } }
  h1.important, .h1.important, h2.important, h3.important, h4.important, h5.important, h6.important {
    background: url(../img/red_square_middle.png) no-repeat left center;
    padding-left: 20px; }
    @media screen and (max-width: 620px) {
      h1.important, .h1.important, h2.important, h3.important, h4.important, h5.important, h6.important {
        background: none;
        padding-left: 0px; } }

h1, .h1 {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Gotham A", "Arial", sans-serif;
  line-height: 1.2; }
  @media screen and (max-width: 620px) {
    h1, .h1 {
      font-size: 24px;
      font-size: 2.4rem; } }

h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Gotham A", "Arial", sans-serif;
  line-height: 1.16667; }
  @media screen and (max-width: 620px) {
    h2 {
      font-size: 20px;
      font-size: 2rem; } }

h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Gotham A", "Arial", sans-serif;
  line-height: 1.22222; }
  @media screen and (max-width: 620px) {
    h3 {
      font-size: 18px;
      font-size: 1.8rem; } }

h4, .h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.22222; }
  @media screen and (max-width: 620px) {
    h4, .h4 {
      font-size: 16px;
      font-size: 1.6rem; } }

h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25; }
  @media screen and (max-width: 620px) {
    h5 {
      font-size: 15px;
      font-size: 1.5rem; } }

h6 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.14286; }
  @media screen and (max-width: 620px) {
    h6 {
      font-size: 13px;
      font-size: 1.3rem; } }

p {
  line-height: 1.8;
  margin: 0 0 18px 0; }
  @media screen and (max-width: 620px) {
    p {
      max-width: 100%;
      overflow: hidden; } }

table {
  margin: 0 0 18px 0;
  min-width: 100%; }

th {
  text-align: left; }

.content, .modal, .print-body {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto; }
  .content tr:nth-child(even) th, .content tr:nth-child(even) td, .modal tr:nth-child(even) th, .modal tr:nth-child(even) td, .print-body tr:nth-child(even) th, .print-body tr:nth-child(even) td {
    background: #f7f5f5; }
  .content th, .content td, .modal th, .modal td, .print-body th, .print-body td {
    line-height: 15px;
    line-height: 1.5rem;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 8px 10px;
    text-align: left; }
    .content th.align_r, .content td.align_r, .modal th.align_r, .modal td.align_r, .print-body th.align_r, .print-body td.align_r {
      text-align: right; }
    .content th.align_l, .content td.align_l, .modal th.align_l, .modal td.align_l, .print-body th.align_l, .print-body td.align_l {
      text-align: left; }
    .content th.align_c, .content td.align_c, .modal th.align_c, .modal td.align_c, .print-body th.align_c, .print-body td.align_c {
      text-align: center; }
  .content thead th, .content thead td, .modal thead th, .modal thead td, .print-body thead th, .print-body thead td {
    font-size: 14px;
    font-size: 1.4rem;
    background: #333333;
    border-top: 0; }
  .content .no-border th, .content .no-border td, .modal .no-border th, .modal .no-border td, .print-body .no-border th, .print-body .no-border td {
    border: 0;
    padding: 2px 10px 2px 0;
    text-align: left;
    vertical-align: top; }
  .content .no-border td, .modal .no-border td, .print-body .no-border td {
    padding-right: 0; }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .modal h1, .modal h2, .modal h3, .modal h4, .modal h5, .modal h6, .print-body h1, .print-body h2, .print-body h3, .print-body h4, .print-body h5, .print-body h6 {
    margin: 18px 0 9px 0; }
  .content img, .modal img, .print-body img {
    border: 1px solid #d9d9d9;
    max-width: 100%;
    padding: 1px; }
    .content img[align="left"], .content img[align=left], .modal img[align="left"], .modal img[align=left], .print-body img[align="left"], .print-body img[align=left] {
      margin: 0 10px 10px 0; }
    .content img[align="right"], .content img[align=right], .modal img[align="right"], .modal img[align=right], .print-body img[align="right"], .print-body img[align=right] {
      margin: 0 0 10px 10px; }
    .content img.no-border, .modal img.no-border, .print-body img.no-border {
      border: none; }
  @media screen and (max-width: 620px) {
    .content th, .content td, .modal th, .modal td, .print-body th, .print-body td {
      padding: 6px 5px; } }

form input[type="checkbox"], form input[type="radio"], form input.checkbox, form input.radio {
  margin-right: 3px; }

form input, form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #acafb4;
  padding: 4px 8px; }

form table {
  margin-bottom: 0; }

form th {
  border: 0;
  text-align: right;
  vertical-align: top; }

form .required th:after {
  content: '*'; }

form td {
  border: 0; }

@media screen and (max-width: 620px) {
  .responsive-form label, .responsive-form input, .responsive-form textarea, .responsive-form .button, .responsive-form select {
    display: block;
    line-height: 42px;
    width: 100% !important; }
  .responsive-form input, .responsive-form select, .responsive-form button {
    font-size: 18px;
    font-size: 1.8rem;
    height: 42px !important;
    margin-bottom: 10px;
    padding: 0 10px !important; }
  .responsive-form input[type="checkbox"], .responsive-form input[type="radio"], .responsive-form input.checkbox, .responsive-form input.radio {
    display: inline;
    margin-bottom: 0;
    padding: 0 !important;
    width: auto !important; }
    .responsive-form input[type="checkbox"] + label, .responsive-form input[type="radio"] + label, .responsive-form input.checkbox + label, .responsive-form input.radio + label {
      display: inline;
      width: auto !important; }
  .responsive-form textarea {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    margin-bottom: 10px;
    padding: 10px; }
  .responsive-form .button {
    font-size: 130%;
    padding: 0; }
  .responsive-form table, .responsive-form tbody, .responsive-form tr, .responsive-form td, .responsive-form th {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 100% !important; }
  .responsive-form tr {
    padding: 0 10px 1px 10px; }
  .responsive-form td, .responsive-form th {
    padding: 0 !important; } }

.form {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff, #ededed);
  background-image: linear-gradient(to bottom, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ededed',GradientType=0 );
  border: 1px solid #e3e3e3;
  margin-bottom: 18px;
  padding: 10px; }
  .ie9 .form {
    border-radius: 0; }

p.align_r {
  text-align: right; }

p.align_l {
  text-align: left; }

p.align_c {
  text-align: center; }

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.8; }
  ul.twocols {
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    column-count: 2;
    column-gap: 20px; }
    @media screen and (max-width: 620px) {
      ul.twocols {
        -webkit-column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-count: 1;
        -moz-column-gap: 0px;
        column-count: 1;
        column-gap: 0px; } }

li {
  text-indent: 0px;
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative; }

li:before {
  content: "■";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0px;
  color: #b01b2e;
  /* or whatever color you prefer */ }

ul.important-list li {
  padding-left: 18px; }

ul.important-list li:before {
  padding-right: 5px;
  height: 15px;
  width: 20px;
  content: " ";
  top: 5px;
  position: absolute;
  left: 0px;
  background: url(../img/red_square.png) no-repeat left top; }

.top-menu, .tabs li {
  font-family: "Gotham A", "Arial", sans-serif;
  text-transform: uppercase; }

.gotham {
  font-family: "Gotham A", "Arial", sans-serif;
  font-weight: 400; }

.gotham-heavy {
  font-family: "Gotham A", "Arial", sans-serif;
  font-weight: 700; }

.laurens-red {
  color: #b01b2e !important; }

.no-top-margin {
  margin-top: 0px !important;
  padding-top: 0px !important; }

.force-top-margin {
  margin-top: 15px !important;
  padding-top: 15px !important; }

.larger {
  font-size: 14px;
  font-size: 1.4rem; }

.large {
  font-size: 16px;
  font-size: 1.6rem; }

.header {
  padding: 32px 0 0 0;
  height: 93px;
  backface-visibility: hidden;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease; }
  @media screen and (max-width: 980px) {
    .header {
      background: #fff;
      height: 50px;
      padding: 0;
      position: fixed;
      left: 0px;
      top: 0px;
      width: 100%;
      z-index: 800;
      border-bottom: 1px solid #d9d9d9; } }
  .menu-opened .header {
    left: 270px; }

.header-toggle-button, .menu-toggle-button {
  background: white;
  height: 50px;
  width: 50px;
  display: none;
  position: absolute;
  text-align: center;
  text-decoration: none; }
  .header-toggle-button:before, .menu-toggle-button:before {
    position: relative;
    top: 15px;
    font-size: 150%; }
  .header-toggle-button.toggle-on, .menu-toggle-button.toggle-on {
    -webkit-box-shadow: inset 0px 0px 10px #ddd;
    box-shadow: inset 0px 0px 10px #ddd; }
  @media screen and (max-width: 980px) {
    .header-toggle-button, .menu-toggle-button {
      display: block;
      z-index: 801; }
      .header-toggle-button span, .menu-toggle-button span {
        display: none; } }

.menu-toggle-button {
  border-right: 1px solid #f1f1f1; }

.search-toggle-button {
  right: 50px;
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1; }

@media screen and (max-width: 980px) {
  .phone-link {
    right: 100px;
    border-left: 1px solid #f1f1f1;
    display: inline-block; }
    .phone-link span {
      display: none; } }

.header-right {
  position: absolute;
  right: 0;
  top: 60px; }
  @media screen and (max-width: 980px) {
    .header-right {
      position: static; } }
  .header-right .phone-link-header {
    display: inline-block;
    position: static;
    text-decoration: none;
    margin-right: .5em;
    font-size: 16px; }
  .header-right .search-form {
    display: inline-block;
    position: relative;
    margin: 0;
    float: none; }
    @media screen and (max-width: 980px) {
      .header-right .search-form {
        margin-top: 0px;
        -webkit-box-shadow: 0px 2px 1px #ccc;
        box-shadow: 0px 2px 1px #ccc;
        position: absolute;
        text-align: left;
        padding: 0 10px;
        font-size: 120%;
        top: 50px;
        left: -800px;
        background: white;
        width: 60%; }
        .header-right .search-form input {
          width: 100%;
          height: auto;
          padding: 8px 10px; }
        .header-right .search-form span {
          padding: 8px 5px;
          top: 0.7em; }
        .header-right .search-form.visible {
          left: 50%;
          margin-left: -30%;
          padding: 10px;
          height: 40px; }
          .header-right .search-form.visible .instant-results {
            display: block; } }
    @media screen and (max-width: 980px) and (max-width: 620px) {
      .header-right .search-form.visible {
        margin-left: -45%; } }
    @media screen and (max-width: 980px) {
        .header-right .search-form .instant-results {
          top: 50px;
          padding: 0 10px;
          display: none;
          max-height: 700%; }
          .header-right .search-form .instant-results li {
            padding: 10px 10px;
            position: relative;
            left: -10px; } }
    @media screen and (max-width: 620px) {
      .header-right .search-form {
        width: 90%; } }
  .header-right .button {
    display: inline-block; }

.important-contacts {
  position: absolute;
  -webkit-transition: top 0.2s ease;
  transition: top 0.2s ease;
  top: -500px;
  right: 120px;
  border: 1px solid #ccc;
  z-index: 12000;
  background: #fff;
  width: auto;
  max-width: 70%;
  padding: 0px 20px; }
  .important-contacts.visible {
    top: 80px; }
  @media screen and (max-width: 980px) {
    .important-contacts {
      right: 0px; }
      .important-contacts.visible {
        top: 70px; } }
  .important-contacts div {
    margin: 5px 0px; }
  .important-contacts h3 {
    color: #666;
    font-size: 15px;
    margin-top: 1em;
    margin-bottom: 0;
    text-transform: uppercase; }

.settings-toggle-button {
  background: #b01b2e;
  right: 0px; }
  .settings-toggle-button:before {
    color: white; }
  .settings-toggle-button.toggle-on {
    -webkit-box-shadow: inset 0px 0px 10px #580d17;
    box-shadow: inset 0px 0px 10px #580d17; }

.logo {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media screen and (max-width: 980px) {
    .logo {
      margin-left: 60px; }
      .logo img {
        width: 154px;
        height: 50px; } }
  @media screen and (max-width: 620px) {
    .logo img {
      padding-top: 10px;
      width: 105px;
      height: 34px; } }

.phone-number {
  font-weight: bold;
  display: inline-block;
  margin: 0px 0px;
  text-decoration: none;
  font-size: 14px; }
  .phone-number:before {
    font-weight: normal;
    color: #b01b2e;
    padding-right: .2em; }

.header-form {
  display: inline-block;
  position: relative;
  margin-right: 5px; }
  .header-form select {
    height: 27px; }

.search-form {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .search-form input {
    width: 230px;
    height: 29px;
    padding: 5px 15px;
    border-color: #e3e3e3; }
  .search-form span {
    background: white;
    position: absolute;
    right: 0.8em;
    top: 0.5em; }
    .search-form span:before {
      color: #b01b2e; }
  .search-form .instant-results {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 28px;
    width: 100%;
    z-index: 12000;
    max-height: 400px;
    overflow: auto; }
    .search-form .instant-results li {
      background: #e9e9e9;
      cursor: pointer;
      padding: 6px 10px;
      border-bottom: 1px solid #fafafa;
      margin-bottom: 0px;
      text-indent: 0; }
      .search-form .instant-results li:hover {
        color: white;
        background: #b01b2e; }
      .search-form .instant-results li:before {
        display: none;
        content: ""; }

.breadcrumbs {
  line-height: 60px;
  max-height: 60px;
  overflow: hidden; }
  @media screen and (max-width: 980px) {
    .breadcrumbs {
      padding-top: 50px;
      margin-bottom: -60px;
      font-size: 75%;
      line-height: 45px; } }

.admin-indication {
  display: none; }
  .adminMode .admin-indication {
    display: block;
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    background: #b01b2e;
    color: #fff; }

.top-menu {
  background: #f7f5f5; }
  .top-menu ul {
    width: 100%;
    display: table;
    list-style: none;
    margin: 0;
    padding: 0; }
    .top-menu ul li {
      display: table-cell;
      position: relative;
      z-index: 800;
      text-indent: 0;
      padding: 0px;
      margin-bottom: 0px; }
      .top-menu ul li:before {
        display: none;
        content: ""; }
      .top-menu ul li ul {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        text-transform: none;
        display: block;
        height: 0px;
        max-height: 0px;
        min-height: 0px;
        max-width: 250px;
        overflow: hidden;
        position: absolute; }
        .top-menu ul li ul li {
          display: inline-block;
          width: 100%; }
          .top-menu ul li ul li a {
            width: 100%; }
      .top-menu ul li.active ul {
        min-height: 200px;
        max-height: 460px;
        height: auto; }
    .top-menu ul a {
      display: inline-block;
      text-align: left;
      padding: 10px 30px;
      width: 80%;
      color: #595757;
      text-decoration: none; }
      .top-menu ul a:hover, .top-menu ul a.active {
        text-decoration-color: #b01b2e;
        text-decoration: underline; }
      .top-menu ul a .icon {
        text-decoration: none; }
    .top-menu ul.dark a {
      padding: 10px 35px;
      color: white; }
    .top-menu ul.dark li {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      float: left;
      width: 25%;
      background: #b01b2e;
      border-left: 1px solid #9a1828;
      border-right: 1px solid #c61e34;
      color: white; }
      .top-menu ul.dark li:hover {
        background: #c61e34; }
      .top-menu ul.dark li:first-child {
        border-left: none; }
      .top-menu ul.dark li:last-child {
        border-right: none; }
      .top-menu ul.dark li span {
        position: absolute;
        top: 13px;
        right: 10px; }
      .top-menu ul.dark li ul li {
        float: none;
        width: 100%;
        background: #9a1828; }
        .top-menu ul.dark li ul li:hover {
          background: #b01b2e; }
      .top-menu ul.dark li.drop-down .close {
        display: none; }
      .top-menu ul.dark li.drop-down.active .close {
        display: inline-block; }
      .top-menu ul.dark li.drop-down.active .open {
        display: none; }
    .top-menu ul.light a {
      text-decoration: none; }
    .top-menu ul.light a:hover span, .top-menu ul.light a.active span {
      border-bottom: 1px solid #b01b2e;
      font-weight: bold; }
      .top-menu ul.light a:hover span.icon, .top-menu ul.light a.active span.icon {
        border-bottom: none;
        font-weight: normal; }
  @media screen and (max-width: 980px) {
    .top-menu {
      display: none; } }
  .top-menu.settings-menu {
    height: 0px;
    position: fixed;
    top: 0px;
    background: #b01b2e;
    left: auto;
    right: -100%; }
    @media screen and (max-width: 980px) {
      .top-menu.settings-menu.visible {
        top: 50px;
        height: 40px;
        width: 200px;
        max-width: 50%;
        right: 0px;
        left: auto;
        text-align: center; }
      .top-menu.settings-menu select {
        font-size: 120%; } }

.menu-opened .mobile-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mobile-menu {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate3d(-270px, 0, 0);
  -ms-transform: translate3d(-270px, 0, 0);
  transform: translate3d(-270px, 0, 0);
  position: fixed;
  top: 0px;
  height: 100%;
  width: 270px;
  min-height: 100%;
  background: #f7f5f5;
  overflow: auto;
  font-size: 110%; }
  .mobile-menu ul {
    list-style: none; }
  .mobile-menu li {
    list-style: none;
    padding: 0;
    line-height: 50px;
    border-bottom: 1px solid #fff;
    margin: 0px; }
    .mobile-menu li:before {
      content: ''; }
    .mobile-menu li a {
      color: #b01b2e;
      display: inline-block;
      height: 50px;
      width: 250px;
      line-height: 50px;
      padding-left: 10px;
      text-decoration: none; }
    .mobile-menu li ul {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      min-height: 0px;
      max-height: 0px;
      height: 0px;
      overflow: hidden; }
      .mobile-menu li ul li {
        padding-left: 15px;
        background: #f7f5f5; }
        .mobile-menu li ul li:before {
          padding-left: 10px;
          content: '■'; }
    .mobile-menu li.active ul {
      min-height: 200px;
      max-height: 500px;
      height: auto; }
  .mobile-menu .drop-down .open, .mobile-menu .drop-down .close {
    color: #b01b2e;
    position: absolute;
    top: 13px;
    right: 10px; }
  .mobile-menu .drop-down .close {
    display: none; }
  .mobile-menu .drop-down.active .close {
    display: inline-block; }
  .mobile-menu .drop-down.active .open {
    display: none; }

.third-menu ul {
  list-style: none;
  width: 100%;
  display: table;
  background: #f7f5f5;
  border-bottom: 1px solid #d9d9d9;
  padding: 0;
  margin: 18px 0; }
  .third-menu ul li {
    display: table-cell;
    width: auto;
    text-transform: uppercase;
    line-height: 30px;
    line-height: 3rem;
    font-family: "Gotham A", "Arial", sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 0 5px;
    margin: 0; }
    .third-menu ul li:before {
      display: none; }
    .third-menu ul li a {
      display: block;
      text-decoration: none;
      color: #595757;
      border-bottom: 1px solid #f7f5f5; }
      .third-menu ul li a:hover, .third-menu ul li a:active {
        border-bottom: 1px solid #b01b2e; }
      .third-menu ul li a.active {
        color: #b01b2e; }
  @media screen and (max-width: 620px) {
    .third-menu ul {
      display: block; }
      .third-menu ul li {
        display: block;
        border-bottom: 1px solid #d9d9d9; }
        .third-menu ul li a {
          padding: 4px 0; } }

.slider {
  width: 100%; }
  .slider img {
    width: 100%;
    border: none;
    padding: 0; }
  .slider .carousel-control {
    visibility: hidden; }

.carousel {
  position: relative;
  line-height: 1; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: left 0.6s ease-in-out;
  transition: left 0.6s ease-in-out; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1; }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control.right {
  right: 15px;
  left: auto; }

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-indicators {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none; }

.carousel-indicators li {
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  text-indent: -999px;
  border: 3px solid white;
  padding: 0px; }

.carousel-indicators .active {
  border-color: #b01b2e; }

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75); }

.button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.23077;
  padding: 5px 8px;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #999;
  color: white; }
  .button:hover, .button:focus {
    text-decoration: none; }
  .button:active, .button.active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25); }
  .button:hover {
    background-color: #9a1828;
    color: white; }
  .button.red {
    background-color: #b01b2e;
    color: white; }
    .button.red:hover, .button.red:focus {
      background-color: #9a1828;
      color: white; }
  .button.disabled {
    background-color: #d9d9d9;
    color: white; }
    .button.disabled:hover, .button.disabled:focus {
      background-color: #d9d9d9;
      color: white;
      cursor: default; }
  .button.small {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.27273; }
  .button.large {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.46667;
    padding: 5px 12px; }
    .button.large:active {
      -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.5);
      box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.5); }
  .button.gigantic {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 7px 20px; }
  .button:before {
    margin: 0 8px 0 -6px;
    vertical-align: middle; }
  .button.loading-button {
    padding-left: 25px;
    background-image: url(../img/loading_btn.gif);
    background-position: 3px center;
    background-repeat: no-repeat;
    background-color: #999; }

.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 1px;
  z-index: 2; }
  .tabs li {
    background: white;
    border: 1px solid #d9d9d9;
    border-left: none;
    color: #b01b2e;
    cursor: pointer;
    display: table-cell;
    line-height: 40px;
    padding: 0px 12px;
    margin: 0px;
    text-transform: uppercase;
    text-indent: 0; }
    .tabs li:before {
      display: none;
      content: ""; }
    .tabs li:first-child {
      border-left: 1px solid #d9d9d9; }
    .tabs li:hover, .tabs li.active {
      color: black;
      background: #f7f5f5; }
    .tabs li.active {
      border-bottom: 1px solid #f7f5f5; }

.tab-content {
  background: #f7f5f5;
  max-height: 0px;
  min-height: 0px;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .tab-content.active {
    border: 1px solid #d9d9d9;
    padding: 25px 20px;
    min-height: 150px;
    max-height: 2000px; }
  .tab-content table {
    width: auto; }

.tab-switch {
  display: none; }

@media screen and (max-width: 620px) {
  -webkit-transition: min-height 0.2s ease;
  transition: min-height 0.2s ease;
  margin-top: 20px;
  .tabs {
    display: none; }
  .tab-content {
    border: none; }
  .tab-switch {
    display: block;
    line-height: 44px;
    border-top: 1px solid #d9d9d9;
    padding: 0 20px; }
    .tab-switch span {
      float: right;
      font-size: 14px;
      text-decoration: none;
      line-height: 44px; }
    .tab-switch .close {
      display: none; }
    .tab-switch.active {
      background: #f2efef; }
      .tab-switch.active .close {
        display: inline-block; }
      .tab-switch.active .open {
        display: none; } }

slider {
  overflow: visible;
  display: inline-block;
  position: relative;
  height: 7px;
  width: 100%;
  margin: 25px 0px 25px 0px;
  vertical-align: middle; }
  slider span {
    position: absolute; }
  slider .bar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background: #8f8f8f;
    width: 100%;
    height: 5px;
    border: 1px solid #767676;
    border-top-width: 2px; }
  slider .pointer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    top: -4px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 4px solid #b01b2e;
    border-bottom: 8px solid #c61e34; }
    @media screen and (max-width: 980px) {
      slider .pointer {
        background: #b01b2e;
        width: 20px;
        height: 20px;
        top: -8px; } }
  slider .bubble {
    display: none; }

.tablet .pointer {
  background: #b01b2e;
  width: 20px;
  height: 20px;
  top: -8px; }

.menu-opened .filters {
  display: none; }

.filters {
  padding: 10px;
  background: #f7f5f5;
  border: 1px solid #eeeaea;
  width: 240px; }
  .filters select, .filters input {
    width: 100%;
    height: 30px; }
  .filters label span {
    font-size: 70%; }
  .filters .small-input-label {
    line-height: 30px;
    margin-bottom: 20px;
    display: inline-block; }
  .filters .small {
    width: 90px;
    float: right;
    text-align: right; }
    .filters .small input {
      padding: 4px 0px 4px 8px;
      width: 54px; }
  .filters .button {
    width: auto;
    text-transform: uppercase; }
  .filters .reset-filter-link {
    display: inline-block;
    margin: 10px 0; }
    .filters .reset-filter-link a {
      color: white;
      text-decoration: none; }
    .filters .reset-filter-link span {
      font-size: 80%; }
  @media screen and (max-width: 620px) {
    .filters {
      display: none; } }

.filter .second-group {
  margin-bottom: 20px; }

.power-calc {
  padding: 10px;
  background: white; }
  .power-calc h3 {
    margin: 5px 0;
    font-size: 16px; }
  .power-calc input, .power-calc select {
    display: inline-block;
    margin-bottom: 10px; }
  .power-calc .power-result {
    color: #b01b2e;
    font-size: 16px; }
    .power-calc .power-result span {
      color: #595959; }
  .power-calc .reset-calc {
    display: inline-block;
    margin: 10px 0;
    color: #b01b2e; }
    .power-calc .reset-calc a {
      color: #595959; }
    .power-calc .reset-calc span {
      font-size: 80%; }

.content-filters {
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 70px;
  left: -240px;
  z-index: 800; }
  @media screen and (max-width: 980px) {
    .content-filters {
      top: 50px;
      z-index: 799; } }
  @media screen and (max-width: 620px) {
    .content-filters {
      width: 260px;
      left: -260px;
      position: absolute; } }
  .content-filters.visible {
    left: 0px; }
  .content-filters .button {
    text-transform: uppercase; }
  .content-filters .reset-filter-link a {
    color: white;
    text-decoration: none; }
  .content-filters .power-calc {
    padding-bottom: 15px; }
    @media screen and (max-width: 620px) {
      .content-filters .power-calc .button, .content-filters .power-calc .reset-calc {
        position: static; } }

.filters-handle {
  background: #b01b2e;
  border: 1px solid #841422;
  border-bottom: none;
  color: white;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 40%;
  right: -96px;
  cursor: pointer;
  font-size: 120%;
  display: block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
  @media screen and (max-width: 980px) {
    .filters-handle {
      display: block; } }
  @media screen and (max-width: 620px) {
    .filters-handle {
      display: none; } }
  .filters-handle span {
    display: inline-block;
    padding: 0 0px;
    width: 150px;
    text-align: center; }
  .visible .filters-handle {
    background: #f7f5f5;
    border: 1px solid #eeeaea;
    color: #333333;
    border-bottom: none; }

.floating-filter {
  position: fixed;
  top: 5px;
  z-index: 200; }

.bottom-blocked-filter {
  position: absolute;
  top: auto;
  bottom: 5px;
  z-index: 200; }

.bottom-blocked-filter .filters-inner, .floating-filter .filters-inner {
  overflow: auto;
  padding-right: 25px !important; }

.footer {
  background: black;
  padding: 50px 0 0px 0;
  margin-top: 30px; }
  .footer h2 {
    color: white;
    padding-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    border-top: #b01b2e 2px solid; }
  .footer .footer-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    width: 25%;
    float: left; }
    @media screen and (max-width: 980px) {
      .footer .footer-menu {
        width: 50%; } }
    @media screen and (max-width: 620px) {
      .footer .footer-menu {
        width: 100%; } }
    .footer .footer-menu a {
      color: #8e8b8b; }
    .footer .footer-menu ul {
      list-style: none;
      padding: 0 0 40px 0;
      margin: 0; }
    .footer .footer-menu li {
      padding: 5px 15px 5px 15px;
      background: url(../img/square.png) no-repeat left center; }
      .footer .footer-menu li:before {
        content: "";
        text-indent: 0; }

#nette-debug-bar li {
  padding: 0; }
  #nette-debug-bar li:before {
    content: "";
    text-indent: 0; }

.cookies-warning {
  display: none;
  background: #fff;
  bottom: 0px;
  left: 50%;
  margin-left: -490px;
  padding: 10px 30px;
  position: fixed;
  width: 980px;
  -webkit-box-shadow: 0px 0px 5px #888;
  box-shadow: 0px 0px 5px #888;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .cookies-warning p {
    display: inline-block;
    margin: 0;
    margin-right: 20px; }
  .cookies-warning span {
    display: inline-block; }
  .cookies-warning.active {
    display: block; }
  @media screen and (max-width: 980px) {
    .cookies-warning {
      width: 100%;
      left: 0px;
      margin: 0; } }

.under-footer {
  text-align: right;
  font-size: 90%;
  padding-top: 5px; }

.products {
  float: right;
  width: 712px;
  text-align: justify;
  line-height: 150px;
  font-size: 60px; }
  .products.products-nofilter {
    width: 100%; }
  .products .product {
    margin-top: 10px;
    margin-bottom: 30px; }
    .products .product img {
      min-height: 334px; }
  .products h1 {
    text-align: left;
    margin-bottom: 25px; }
  @media screen and (max-width: 980px) {
    .products {
      width: auto;
      text-align: center;
      float: left; } }
  .products h2.cat-header {
    margin-bottom: 15px;
    padding: 10px 0;
    color: #b01b2e;
    text-transform: uppercase;
    background: url(../img/strip_bg.gif) repeat left top; }

.product {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  text-align: left;
  width: 224px; }
  .product:hover .product-link .link-overlay {
    opacity: 1; }
  .product .product-link {
    height: 332px;
    width: 222px;
    display: block;
    position: relative; }
    .product .product-link img {
      padding: 0; }
    .product .product-link .link-overlay {
      height: 332px;
      width: 220px;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      background: url(../img/white_stripes_bg_tr.png) repeat top left;
      position: absolute;
      top: 1px;
      left: 1px;
      opacity: 0; }
  .product .link-overlay-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 20px;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%; }
    .product .link-overlay-inner span {
      text-transform: uppercase; }
    .product .link-overlay-inner div {
      color: #666666;
      padding-bottom: 15px;
      text-align: left; }
    .product .link-overlay-inner hr {
      margin: 7px 0;
      border-style: solid;
      border-color: #666666; }
  .product h2, .product h3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/red_square.png) no-repeat left center;
    padding-left: 18px;
    font-size: 17px;
    margin: 0 0 15px 0;
    max-width: 224px;
    white-space: nowrap;
    overflow: hidden; }
    .product h2 a, .product h3 a {
      text-decoration: none;
      color: #000; }
  .product img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eeeaea; }
  .product .new-label {
    left: -3px;
    position: absolute;
    bottom: 254px; }
    .product .new-label img {
      border: none;
      min-height: 0px; }

.cat-filters {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  float: left;
  padding: 10px; }
  .cat-filters h2 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px; }
  .cat-filters .filters-handle {
    display: none; }
  @media screen and (max-width: 980px) {
    .cat-filters {
      float: none;
      top: 70px;
      left: -237px;
      z-index: 5;
      position: fixed; }
      .cat-filters .filters-handle {
        display: inline-block; }
      .cat-filters.visible {
        left: 0px; } }
  @media screen and (max-width: 620px) {
    .cat-filters {
      position: absolute; } }
  .cat-filters .power-result {
    display: block;
    margin: 0 0 10px 0; }

.power-calc {
  margin-top: 15px; }

.cat-description {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
  width: 100%;
  text-align: left; }

.category-component {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
  width: 100%;
  text-align: left; }

.product-info {
  float: right;
  width: 600px; }
  @media screen and (max-width: 980px) {
    .product-info {
      width: 100%;
      float: none;
      margin-top: 25px; } }

.product-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/strip_bg.gif) repeat left top;
  height: 80px -10px;
  vertical-align: center;
  min-height: 80px;
  margin-bottom: 25px; }
  .product-header h1 {
    display: inline-block;
    margin: 0;
    line-height: 80%;
    padding-top: 20px;
    font-size: 25px;
    max-width: 380px;
    overflow: hidden; }
    .product-header h1 span {
      color: #333333;
      font-size: 60%; }
  .product-header .product-list-info {
    display: inline-block;
    font-size: 30px;
    text-align: center;
    padding-top: 20px; }
    .product-header .product-list-info em {
      font-size: 13px; }
  .product-header .previous-product, .product-header .next-product {
    color: #b01b2e;
    font-size: 250%;
    padding: 25px 20px;
    cursor: pointer; }
    .product-header .previous-product:hover, .product-header .next-product:hover {
      color: #dc223a; }
    .product-header .previous-product.disabled, .product-header .next-product.disabled {
      color: #ece7e7;
      cursor: default; }
  .product-header .previous-product {
    float: left; }
  .product-header .product-list-info, .product-header .next-product {
    float: right; }
  @media screen and (max-width: 980px) {
    .product-header {
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 1;
      width: 100%; } }
  @media screen and (max-width: 620px) {
    .product-header {
      height: 60px;
      min-height: 70px;
      top: 10px; }
      .product-header .product-list-info {
        display: none; }
      .product-header .previous-product, .product-header .next-product {
        padding: 15px 15px; }
      .product-header h1 {
        padding-top: 15px;
        font-size: 18px;
        max-width: 210px;
        overflow: hidden; } }

.description {
  max-height: 90px;
  position: relative;
  overflow: hidden;
  z-index: 3;
  padding-bottom: 30px; }
  .description .description-inner {
    -webkit-transition: max-height 0.6s ease;
    transition: max-height 0.6s ease;
    background: white;
    position: relative;
    top: 0px;
    left: 0px;
    max-height: 90px;
    overflow: hidden;
    padding-bottom: 10px; }
    .description .description-inner p {
      margin: 18px 0 0 0; }
      .description .description-inner p:first-child {
        margin: 0; }
  .description.active {
    overflow: visible; }
    .description.active:after {
      display: none; }
    .description.active .description-inner {
      -webkit-transition: max-height 0.6s ease;
      transition: max-height 0.6s ease;
      max-height: 1800px;
      padding-bottom: 30px; }
    .description.active .showmore {
      display: none; }
    .description.active .showless {
      display: inline-block; }
  .description:after {
    position: absolute;
    bottom: 10px;
    left: 0px;
    display: block;
    content: ' ';
    height: 54px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0)', endColorstr='white',GradientType=0 ); }
    .ie9 .description:after {
      border-radius: 0; }
  .description .showmore, .description .showless {
    position: absolute;
    top: 90px;
    left: 0px;
    display: inline-block;
    z-index: 4;
    font-weight: bold; }
  .description .showless {
    display: none;
    top: auto;
    bottom: 5px; }

/*.product-price {
	text-transform: uppercase;
	color: black;
	margin-bottom: 30px;
	span {
		font-size: 125%;
	}
}*/
.product-links {
  list-style: none;
  margin: 0;
  padding: 0; }
  .product-links li:before {
    content: none; }
  @media screen and (max-width: 620px) {
    .product-links li {
      width: 100%; } }
  .product-links li span:before {
    font-size: 120%; }

/* IMAGES */
.product-images {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 354px;
  position: relative;
  white-space: nowrap; }
  .product-images img {
    display: inline-block;
    border: 1px solid #d9d9d9; }
    .product-images img.transitioned {
      -webkit-transition: left 0.4s ease;
      transition: left 0.4s ease;
      position: absolute; }
    .product-images img.image-active {
      left: 0px; }
    .product-images img.image-hidden-left {
      left: -100%; }
    .product-images img.image-hidden-right {
      left: 100%; }
  @media screen and (max-width: 980px) {
    .product-images {
      padding: 0 30px;
      padding-top: 100px;
      margin: 0 auto;
      float: none;
      width: auto; } }
  .product-images .prev-image, .product-images .next-image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none; }
    @media screen and (max-width: 980px) {
      .product-images .prev-image, .product-images .next-image {
        display: none; } }
  .product-images .image-holder {
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 980px) {
      .product-images .image-holder {
        width: 100%; }
        .product-images .image-holder img {
          width: 100%;
          border: none; } }
  .product-images .product-main-image {
    position: relative;
    width: 354px; }
    .product-images .product-main-image .new-label {
      position: absolute;
      left: -2px;
      top: -2px; }
      .product-images .product-main-image .new-label img {
        border: none; }
    @media screen and (max-width: 980px) {
      .product-images .product-main-image {
        margin-top: 35px;
        width: 100%; } }
    @media screen and (max-width: 620px) {
      .product-images .product-main-image {
        margin-top: 260px; } }

.images-list {
  margin-top: 5px;
  background: url(../img/strip_bg.gif) repeat left top;
  padding: 15px 32px;
  height: 125px;
  text-align: left;
  position: relative; }
  @media screen and (max-width: 980px) {
    .images-list {
      display: none; } }
  .images-list img {
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
    width: 0px;
    height: 120px;
    border: none;
    cursor: pointer;
    display: block;
    float: left;
    padding: 0; }
    .images-list img.shown {
      padding: 1px;
      width: 85px;
      border: 1px solid #d9d9d9;
      left: auto;
      margin: 0 3px; }
  .images-list span {
    color: #b01b2e;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 120px;
    line-height: 120px;
    position: absolute;
    top: 15px;
    padding: 0 13px; }
    .images-list span.disabled {
      color: #ece7e7;
      cursor: default; }
    .images-list span.prev-images {
      left: 0px; }
    .images-list span.next-images {
      right: 0px; }

/* Other products */
.products-carousel, .tab-content {
  position: relative;
  padding: 0 37px; }
  .products-carousel .product, .tab-content .product {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 149px;
    padding: 0 2px;
    white-space: normal;
    vertical-align: top; }
  .products-carousel .products-carousel-inner, .tab-content .products-carousel-inner {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: table;
    position: relative;
    white-space: nowrap;
    width: auto; }
  .products-carousel .products-carousel-container, .tab-content .products-carousel-container {
    overflow: hidden; }
  .products-carousel h3, .tab-content h3 {
    background: url(../img/red_square.png) no-repeat left center;
    font-size: 16px;
    height: 21px;
    line-height: 21px;
    margin: 5px 0;
    overflow: hidden;
    padding-left: 16px; }
    .products-carousel h3 a, .tab-content h3 a {
      color: #000; }
  .products-carousel a.detail, .tab-content a.detail {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    margin-top: 3px;
    text-align: center;
    background: url(../img/strip_bg.gif) repeat left top;
    text-transform: uppercase; }
    .products-carousel a.detail:hover, .tab-content a.detail:hover {
      background: #b01b2e;
      color: white; }
  .products-carousel .previous-products, .products-carousel .next-products, .tab-content .previous-products, .tab-content .next-products {
    cursor: pointer;
    display: inline-block;
    color: #b01b2e;
    font-size: 26px;
    line-height: 142px;
    padding: 0px 15px;
    position: absolute;
    top: 30px; }
    .products-carousel .previous-products:hover, .products-carousel .next-products:hover, .tab-content .previous-products:hover, .tab-content .next-products:hover {
      background: url(../img/strip_bg.gif) repeat left top; }
    .products-carousel .previous-products.disabled, .products-carousel .next-products.disabled, .tab-content .previous-products.disabled, .tab-content .next-products.disabled {
      background: none;
      color: #ece7e7;
      cursor: default; }
  .products-carousel .previous-products, .tab-content .previous-products {
    left: 0px; }
  .products-carousel .next-products, .tab-content .next-products {
    right: 0px; }

.mobile .products-carousel-container, .tablet .products-carousel-container {
  overflow-x: auto; }

.tab-content .product {
  margin: 0 0 15px 0px; }

.tab-content a.detail {
  background: transparent; }

.colors-carousel .color-box {
  height: 114px;
  width: 114px;
  display: block;
  overflow: hidden;
  padding: 1px;
  border: 1px solid #d9d9d9; }

.connections-carousel .product, .colors-carousel .product {
  width: 120px; }
  .connections-carousel .product h3, .colors-carousel .product h3 {
    background-position: left 2px;
    font-size: 95%;
    height: 2.2em;
    line-height: 1.2em; }

.connections-carousel img, .colors-carousel img {
  height: 120px;
  width: 120px;
  background: white; }

.connections-carousel .previous-products, .connections-carousel .next-products, .colors-carousel .previous-products, .colors-carousel .next-products {
  line-height: 120px;
  top: 37px; }

.connections-tab.active, .colors-tab.active {
  padding-left: 7px;
  padding-right: 7px; }
  .connections-tab.active h2, .colors-tab.active h2 {
    margin: 10px 0;
    font-size: 130%;
    line-height: 130%; }
  .connections-tab.active h2, .connections-tab.active .standard-color, .colors-tab.active h2, .colors-tab.active .standard-color {
    padding-left: 39px; }

/* Tabs responsivnes to accordeon */
.product-params {
  margin-top: 1em; }
  .product-params table {
    width: 100%;
    min-width: 380px; }
  .product-params .tab-switch {
    display: none; }
  @media screen and (max-width: 620px) {
    .product-params {
      margin-top: 20px; }
      .product-params table {
        width: 100%;
        min-width: 100%; }
      .product-params .tabs {
        display: none; }
      .product-params .tab-content {
        border: none; }
      .product-params .tab-switch {
        display: block;
        line-height: 44px;
        border-top: 1px solid #d9d9d9;
        padding: 0 20px; }
        .product-params .tab-switch span {
          float: right;
          font-size: 14px;
          text-decoration: none;
          line-height: 44px; }
        .product-params .tab-switch .close {
          display: none; }
        .product-params .tab-switch.active {
          background: #f2efef; }
          .product-params .tab-switch.active .close {
            display: inline-block; }
          .product-params .tab-switch.active .open {
            display: none; } }

.my-list {
  position: relative;
  margin-bottom: 20px; }
  .my-list ul {
    display: inline-block;
    margin-bottom: -10px; }
  .my-list table span {
    cursor: pointer; }
  .my-list .button {
    margin-left: 1px;
    margin-bottom: 2px;
    position: relative;
    text-transform: uppercase;
    top: -7px; }
    @media screen and (max-width: 620px) {
      .my-list .button {
        display: block;
        margin: 15px auto;
        padding: 15px;
        text-align: center;
        width: 80%; } }
    .my-list .button.loading-button span {
      display: none; }
  .my-list .cancel {
    color: #b01b2e; }
  .my-list .action-buttons {
    display: inline-block; }
    @media screen and (max-width: 620px) {
      .my-list .action-buttons {
        display: block;
        width: 100%; } }
  @media screen and (max-width: 980px) {
    .my-list {
      position: absolute;
      top: 100px;
      left: 30px; } }
  @media screen and (max-width: 620px) {
    .my-list {
      display: block;
      width: 100%;
      left: 0; }
      .my-list ul {
        display: block;
        padding-top: 52px; }
      .my-list .action-buttons .button {
        margin-bottom: 4px; } }

.sharing {
  background: white;
  padding-top: 15px;
  text-align: left; }
  @media screen and (max-width: 980px) {
    .sharing {
      display: inline-block;
      padding: 10px;
      margin-left: -2px; } }

@media screen and (max-width: 620px) {
  .stwrapper {
    margin-left: -10% !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: auto; } }

.variants-table {
  font-size: 90%; }
  .variants-table td {
    background: white !important;
    padding: 3px 4px; }
  .variants-table th {
    background: #f7f5f5;
    font-weight: normal;
    text-align: center;
    padding: 3px 4px; }
  .variants-table tr.top-hit {
    background: #d6e9c6; }
    .variants-table tr.top-hit td {
      background: #f0f7eb !important; }

.variants-modal .top-header {
  position: relative;
  padding: 15px; }
  @media screen and (max-width: 620px) {
    .variants-modal .top-header {
      padding: 10 5px; } }
  .variants-modal .top-header img {
    border: none; }

.variants-modal .logo {
  margin-left: 0px; }

.variants-modal .form-divider {
  margin-bottom: 13px; }

.variants-modal .show-all-link a {
  color: #333333; }

.variants-modal .modal-inner {
  padding: 15px; }
  @media screen and (max-width: 620px) {
    .variants-modal .modal-inner {
      padding: 5px; } }

.variants-modal .modal-product-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/strip_bg.gif) repeat left top;
  height: 80px -10px;
  vertical-align: center;
  min-height: 80px;
  margin-bottom: 5px;
  padding: 0 15px; }
  @media screen and (max-width: 620px) {
    .variants-modal .modal-product-header {
      padding: 0 5px; } }
  .variants-modal .modal-product-header h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 80%;
    padding-top: 15px;
    overflow: hidden;
    padding-left: 20px; }
    .variants-modal .modal-product-header h1 span {
      color: #333333;
      font-size: 60%; }
    .variants-modal .modal-product-header h1:before {
      position: absolute;
      top: 13px;
      left: 0px;
      content: url(../img/red_square_middle.png);
      width: 20px;
      height: 20px; }

.variants-modal .actions {
  display: table;
  width: 100%;
  background: #b01b2e;
  margin-bottom: 20px; }
  .variants-modal .actions a {
    display: table-cell;
    text-align: center;
    color: white;
    text-decoration: none;
    padding: 2px 15px; }
    .variants-modal .actions a:hover {
      text-decoration: underline; }
  @media screen and (max-width: 620px) {
    .variants-modal .actions {
      display: block; }
      .variants-modal .actions a {
        display: block;
        font-size: 13px;
        text-align: left;
        padding: 5px 15px;
        border-bottom: 1px solid #bd1d31; } }

.variants-modal h3 {
  margin: 0px 0px 10px 0;
  font-size: 16px; }

.variants-modal .variant-filter {
  position: relative;
  float: left;
  width: 490px;
  top: 10px; }
  .variants-modal .variant-filter select {
    height: 26px; }
  @media screen and (max-width: 980px) {
    .variants-modal .variant-filter {
      width: 480px; } }
  @media screen and (max-width: 620px) {
    .variants-modal .variant-filter {
      width: auto;
      position: static;
      padding-bottom: 15px; } }
  .variants-modal .variant-filter label {
    display: inline-block;
    margin-bottom: 10px; }
    .variants-modal .variant-filter label.small {
      width: 160px; }
      .variants-modal .variant-filter label.small span {
        font-size: 85%; }
      .variants-modal .variant-filter label.small input, .variants-modal .variant-filter label.small select {
        width: 155px; }
      @media screen and (max-width: 980px) {
        .variants-modal .variant-filter label.small {
          width: 155px; } }
  .variants-modal .variant-filter .filter-reset {
    display: none; }
  .variants-modal .variant-filter .button.large {
    margin-top: 15px; }
  .variants-modal .variant-filter h3 {
    text-transform: uppercase;
    font-size: 18px; }
    @media screen and (max-width: 620px) {
      .variants-modal .variant-filter h3 {
        padding-top: 15px; } }

.variants-modal .power-calc {
  position: relative;
  margin: 0px;
  padding: 10px 15px;
  width: 190px;
  float: left;
  margin-left: 20px; }
  .variants-modal .power-calc hr {
    display: none; }
  @media screen and (max-width: 620px) {
    .variants-modal .power-calc {
      display: none; } }
  @media screen and (max-width: 980px) {
    .variants-modal .power-calc {
      width: 180px; } }
  .variants-modal .power-calc input, .variants-modal .power-calc select, .variants-modal .power-calc label {
    width: 175px;
    height: 25px; }
  .variants-modal .power-calc .power-result {
    display: none; }

.variants-modal .variant-filters {
  display: inline-block;
  padding: 0;
  padding-left: 15px;
  background: #f7f5f5;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px; }

.slider {
  margin-bottom: 36px;
  max-height: 339px;
  overflow: hidden; }
  @media screen and (max-width: 980px) {
    .slider {
      margin-top: 18px;
      margin-bottom: 18px; } }

.slider-container {
  margin-top: 8px; }

.switch-slider {
  position: relative;
  width: 100%;
  height: 344px; }
  .switch-slider ul {
    background: #f7f5f5;
    list-style: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    margin: 0;
    padding: 0;
    height: 340px;
    width: 364px; }
    @media screen and (max-width: 620px) {
      .switch-slider ul {
        height: 340px;
        width: 100%; } }
    .switch-slider ul li {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      background: #cfcfcf;
      padding: 15px 10px;
      height: 110px;
      margin-top: 5px;
      margin-bottom: 0; }
      .switch-slider ul li a {
        color: #333333;
        text-decoration: none; }
      .switch-slider ul li:first-child {
        margin-top: 0; }
      .switch-slider ul li.active, .switch-slider ul li:hover {
        background: #f7f5f5; }
        .switch-slider ul li.active h2, .switch-slider ul li:hover h2 {
          color: #b01b2e; }
      .switch-slider ul li:before {
        content: ""; }
      .switch-slider ul li h2 {
        font-size: 18px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 18px;
        text-transform: uppercase;
        position: relative; }
        .switch-slider ul li h2 span {
          position: absolute;
          right: 15px;
          top: 2px; }
        @media screen and (max-width: 620px) {
          .switch-slider ul li h2 {
            margin-bottom: 5px; } }
      .switch-slider ul li p {
        margin-bottom: 0;
        padding-right: 30px; }
  @media screen and (max-width: 620px) {
    .switch-slider .switch-slider-images {
      display: none; } }
  .switch-slider .switch-slider-images div {
    height: 340px;
    width: 616px;
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 5; }
    .switch-slider .switch-slider-images div.active {
      display: block; }
    .switch-slider .switch-slider-images div .slider-link {
      position: absolute;
      bottom: 15px;
      right: 255px; }
      @media screen and (max-width: 980px) {
        .switch-slider .switch-slider-images div .slider-link {
          right: 40px; } }
  .switch-slider .switch-slider-images img {
    padding: 0;
    border: 0; }

.hp-filters {
  background: url(../img/strip_bg.gif) repeat left top;
  border: none;
  width: 700px;
  float: right;
  padding: 0px; }
  .hp-filters .filter {
    float: left;
    width: 250px; }
    @media screen and (max-width: 620px) {
      .hp-filters .filter {
        float: none;
        width: 100%; } }
    @media screen and (max-width: 980px) {
      .hp-filters .filter {
        float: none;
        display: inline-block;
        margin-right: 30px; } }
    .hp-filters .filter .button {
      width: 120px; }
    .hp-filters .filter .reset-filter-link {
      float: right;
      margin-top: 0px; }
  .hp-filters .tabs {
    margin-top: -1px; }
    @media screen and (max-width: 620px) {
      .hp-filters .tabs {
        display: none; } }
  @media screen and (max-width: 980px) {
    .hp-filters {
      float: none;
      width: 100%; } }
  @media screen and (max-width: 620px) {
    .hp-filters {
      display: block !important; } }
  .hp-filters .power-calc {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 350px;
    float: right;
    margin: 0px; }
    .hp-filters .power-calc .reset-calc {
      float: right;
      text-align: right;
      padding-right: 10px; }
    .hp-filters .power-calc .search-by-power {
      display: none; }
    .hp-filters .power-calc h3 {
      font-size: 18px;
      margin: 0 0 20px 0; }
    .hp-filters .power-calc input, .hp-filters .power-calc select, .hp-filters .power-calc span {
      display: inline-block;
      width: 160px; }
      .hp-filters .power-calc input span, .hp-filters .power-calc select span, .hp-filters .power-calc span span {
        width: auto; }
    .hp-filters .power-calc input, .hp-filters .power-calc select {
      margin-bottom: 20px; }
    @media screen and (max-width: 980px) {
      .hp-filters .power-calc {
        float: none;
        display: inline-block;
        vertical-align: top; } }
    @media screen and (max-width: 620px) {
      .hp-filters .power-calc {
        float: none;
        width: 100%;
        margin-top: 15px; }
        .hp-filters .power-calc input, .hp-filters .power-calc select, .hp-filters .power-calc span {
          width: 100%; }
        .hp-filters .power-calc .power-result {
          margin-bottom: 20px; } }
  .hp-filters .valve-filter .filter {
    width: 100%; }
  .hp-filters .valve-filter .button {
    width: 120px; }
    @media screen and (max-width: 620px) {
      .hp-filters .valve-filter .button {
        margin-top: 15px; } }
  .hp-filters .valve-filter .first-group {
    width: 46%;
    float: left; }
  .hp-filters .valve-filter .second-group {
    width: 46%;
    float: right;
    margin-bottom: 0px;
    margin-top: 1.6em; }
  @media screen and (max-width: 620px) {
    .hp-filters .valve-filter .second-group, .hp-filters .valve-filter .first-group {
      width: 100%;
      float: none;
      margin-top: 0px; } }
  .hp-filters .valve-filter .reset-filter-link {
    float: none;
    margin-left: 60px; }
    @media screen and (max-width: 620px) {
      .hp-filters .valve-filter .reset-filter-link {
        position: absolute;
        bottom: 20px;
        right: 20px; } }
  .hp-filters .valve-filter input {
    height: 24px; }

.hp-text {
  display: inline-block;
  padding: 0 0 0 30px;
  vertical-align: top;
  width: 400px; }
  @media screen and (max-width: 980px) {
    .hp-text {
      width: 100%;
      padding: 0; } }

.homepage-info-boxes {
  margin: 30px 0 0 0; }
  .homepage-info-boxes .info-box {
    width: 230px;
    vertical-align: top;
    margin-right: 16px; }
    .homepage-info-boxes .info-box:last-child {
      margin-right: 0; }
    .homepage-info-boxes .info-box img {
      width: 230px; }
      @media screen and (max-width: 980px) {
        .homepage-info-boxes .info-box img {
          margin-bottom: 20px; } }
      @media screen and (max-width: 620px) {
        .homepage-info-boxes .info-box img {
          width: 100%; } }
    .homepage-info-boxes .info-box p {
      margin-top: 0px; }
    .homepage-info-boxes .info-box h2 {
      text-align: center; }
    @media screen and (max-width: 620px) {
      .homepage-info-boxes .info-box {
        margin-right: 0px;
        width: 100%; } }

.news-box {
  float: right; }
  .news-box .act {
    margin: 0px;
    font-size: 12px;
    padding: 15px 0 25px 0;
    border-bottom: 1px solid #d9d9d9;
    position: relative; }
    .news-box .act .date {
      position: absolute;
      bottom: 5px;
      right: 0px; }
  .news-box .social img {
    border: none;
    margin-right: 5px; }

.contact-info-detail {
  float: right;
  width: 600px; }
  .contact-info-detail h2:first-child {
    margin-top: 0px;
    line-height: 80%; }
  @media screen and (max-width: 980px) {
    .contact-info-detail {
      width: 100%;
      float: none;
      margin-top: 25px; } }

@media screen and (max-width: 980px) {
  .product-images.contact-images {
    padding-top: 10px; } }

@media screen and (max-width: 980px) {
  .product-images.contact-images .product-main-image {
    margin-top: 10px;
    width: 100%; } }

@media screen and (max-width: 620px) {
  .product-images.contact-images .product-main-image {
    margin-top: 10px; } }

.modal-backdrop {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000; }

.modal {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 2px #777;
  box-shadow: 0px 0px 2px #777;
  z-index: 1001;
  display: inline-block;
  background: white;
  position: fixed;
  top: 10%;
  left: 50%;
  width: 800px;
  margin-left: -400px;
  max-height: 80%;
  overflow: auto;
  padding: 0px; }
  .modal h2 {
    margin: 10px 0px;
    line-height: 100%; }
  .modal .closer {
    display: inline-block;
    padding: 20px 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 120%;
    cursor: pointer; }
    @media screen and (max-width: 620px) {
      .modal .closer {
        top: 5px; } }
  @media screen and (max-width: 980px) {
    .modal {
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      max-height: 100%;
      margin: 0px;
      font-size: 90%; } }
  @media screen and (max-width: 620px) {
    .modal {
      font-size: 80%; } }

.simple-modal-content {
  padding: 10px;
  max-height: 70vh;
  overflow-y: auto; }
  @media screen and (max-width: 980px) {
    .simple-modal-content {
      max-height: calc(100vh - 80px); } }
  .simple-modal-content label {
    display: block;
    float: none; }

.simple-modal-header {
  background: url(../img/strip_bg.gif) repeat left top;
  height: 15px;
  padding: 10px; }
  .simple-modal-header .simple-modal-close {
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    right: 20px;
    text-transform: uppercase;
    top: 7px; }
    .simple-modal-header .simple-modal-close span {
      color: #b01b2e; }

.modal-loading {
  height: 200px;
  padding-top: 65px;
  background: url(../img/loading.gif) no-repeat center center; }

.contacts-page {
  margin-top: 20px; }
  @media screen and (max-width: 620px) {
    .contacts-page .tabs {
      display: none; } }
  .contacts-page label {
    display: inline-block;
    margin-bottom: 10px;
    float: left; }
    .contacts-page label + label {
      margin-left: 10px; }
      @media screen and (max-width: 980px) {
        .contacts-page label + label {
          margin-left: 0; } }
    .contacts-page label.right {
      float: right; }
      @media screen and (max-width: 980px) {
        .contacts-page label.right {
          float: left; } }
  .contacts-page select, .contacts-page input[type=text], .contacts-page input[type=email] {
    height: 28px;
    min-width: 260px; }
  .contacts-page textarea {
    height: 150px;
    width: 560px; }
    @media screen and (max-width: 980px) {
      .contacts-page textarea {
        width: 250px; } }
  .contacts-page h2 {
    margin: 0px;
    padding: 0px 0px 0px 25px;
    font-size: 20px;
    background: url(../img/red_square.png) no-repeat left center; }
  .contacts-page h3 {
    padding: 0;
    background: none; }
  .contacts-page .info-col {
    float: right;
    width: 320px; }
    .contacts-page .info-col h2 {
      white-space: normal;
      line-height: 30px;
      max-width: 450px;
      margin-bottom: 15px;
      height: auto; }
    .contacts-page .info-col h3 {
      height: auto; }
    .contacts-page .info-col img {
      width: auto; }
    .contacts-page .info-col a {
      color: #b01b2e;
      text-decoration: underline; }
    @media screen and (max-width: 980px) {
      .contacts-page .info-col {
        width: 250px; } }
    @media screen and (max-width: 620px) {
      .contacts-page .info-col {
        width: 100%;
        float: none;
        margin: 30px 0 0 0; } }
  .contacts-page form fieldset {
    background: #fff;
    padding: 15px; }
    .contacts-page form fieldset .form-col {
      width: 560px;
      float: left; }
      @media screen and (max-width: 980px) {
        .contacts-page form fieldset .form-col {
          width: 300px; } }
      @media screen and (max-width: 620px) {
        .contacts-page form fieldset .form-col {
          width: 100%;
          float: none; } }

.contact-info {
  width: 460px;
  float: left;
  margin-bottom: 30px; }
  .contact-info h3:first-child {
    margin-top: 0px; }
  @media screen and (max-width: 620px) {
    .contact-info {
      width: 100%; } }
  .contact-info iframe {
    float: left;
    width: 230px;
    margin-right: 20px;
    border: 1px solid #d9d9d9; }
    @media screen and (max-width: 620px) {
      .contact-info iframe {
        display: none; } }
  .contact-info .info {
    float: left;
    width: 200px; }
    .contact-info .info a {
      text-decoration: none; }

.search-results h2 {
  margin: 0 0 0 0;
  line-height: 22px; }

.search-results p {
  margin: 0 0 0 0; }
  .search-results p.result-descr {
    font-size: 15px;
    color: #333333;
    font-style: italic; }

.search-results p + h2 {
  margin-top: 15px; }

#message, #warning {
  list-style: none;
  margin: 20px 0;
  padding: 0; }
  #message li, #warning li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #b01b2e;
    width: 100%;
    padding: 20px;
    border: 1px solid #b01b2e; }

.static-page h1 {
  margin-bottom: 1em; }

.static-page h2 {
  line-height: 110%;
  margin-bottom: 1em;
  text-transform: uppercase; }

.static-page hr {
  border: 1px dotted #d9d9d9;
  clear: both;
  margin: 0px; }

.info-box {
  display: inline-block;
  width: 244px;
  margin-bottom: 20px; }
  .info-box img {
    padding: 0;
    border: 0;
    width: 244px; }
    @media screen and (max-width: 980px) {
      .info-box img {
        float: left;
        margin-right: 15px; } }
  .info-box .social img {
    width: auto; }
  .info-box h2 {
    background: #b01b2e;
    color: white;
    font-size: 18px;
    padding: 5px 10px;
    margin: 0px;
    line-height: 34px; }
    .info-box h2 a {
      color: white; }
  .info-box p {
    margin: 20px 0; }
  @media screen and (max-width: 980px) {
    .info-box {
      float: none;
      width: 100%; } }

.description.hidable-content {
  padding-bottom: 50px;
  margin-bottom: 30px; }
  .description.hidable-content .showmore {
    top: 115px; }
  .description.hidable-content .description-inner {
    padding-bottom: 40px; }

.studios-list .top-contacts {
  float: right; }
  .studios-list .top-contacts li {
    margin-bottom: 15px;
    text-transform: uppercase; }
  .studios-list .top-contacts h3 {
    margin-top: 0px; }
  @media screen and (max-width: 980px) {
    .studios-list .top-contacts {
      float: none; }
      .studios-list .top-contacts h3 {
        margin-top: 20px; } }

.studios-list .fancy-map {
  position: relative; }
  .studios-list .fancy-map img {
    border: none; }
  .studios-list .fancy-map .map-item {
    display: inline-block;
    height: 40px;
    position: absolute;
    background: url(../img/mapPoint.png) no-repeat left center;
    line-height: 40px;
    padding-left: 28px;
    font-size: 120%; }
  .studios-list .fancy-map .important-list {
    position: absolute;
    top: 30px;
    right: 50px; }
    .studios-list .fancy-map .important-list li {
      margin-bottom: 15px;
      text-transform: uppercase; }

@media screen and (max-width: 620px) {
  .map-studios {
    display: none; } }

.image-indented {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 50px 0px; }
  .image-indented:before {
    position: absolute;
    z-index: 0; }
  .image-indented.right-side {
    padding-right: 37%; }
    .image-indented.right-side:before {
      right: 50px;
      top: center; }
  .image-indented.left-side {
    padding-left: 37%; }
    .image-indented.left-side:before {
      left: 50px;
      top: center; }
  .image-indented.map:before {
    content: url(../img/textIcons/map.jpg); }
  .image-indented.strange-window:before {
    content: url(../img/textIcons/strange_window.jpg); }
  .image-indented.humans:before {
    content: url(../img/textIcons/humans.jpg); }
  .image-indented.radiators:before {
    content: url(../img/textIcons/radiators.jpg); }
  .image-indented.radiator:before {
    content: url(../img/textIcons/radiator.jpg); }
  .image-indented.radiator2:before {
    content: url(../img/textIcons/radiator2.jpg); }
  .image-indented.people:before {
    content: url(../img/textIcons/people.jpg); }
  .image-indented.radiator-segments:before {
    content: url(../img/textIcons/radiator-segments.png); }
  .image-indented.pen-paper:before {
    content: url(../img/textIcons/pen-paper.png); }
  .image-indented.radiator-types:before {
    content: url(../img/textIcons/radiator-types.png); }
  .image-indented.dialogue:before {
    content: url(../img/textIcons/dialogue.png); }
  .image-indented.bench:before {
    content: url(../img/textIcons/bench.png); }
  .image-indented.radiator-measures:before {
    content: url(../img/textIcons/radiator-measures.png); }
  @media screen and (max-width: 980px) {
    .image-indented.right-side {
      padding-right: 40%; }
      .image-indented.right-side:before {
        right: 10px;
        top: center; }
    .image-indented.left-side {
      padding-left: 40%; }
      .image-indented.left-side:before {
        left: 10px;
        top: center; } }
  @media screen and (max-width: 620px) {
    .image-indented {
      width: 100%; }
      .image-indented.right-side {
        padding-right: 0%; }
        .image-indented.right-side:before {
          display: none; }
      .image-indented.left-side {
        padding-left: 0%; }
        .image-indented.left-side:before {
          display: none; } }

.textblock {
  margin: 50px 0px; }

.catalog-form {
  background: #f7f5f5;
  padding: 15px 15px;
  max-width: 640px;
  float: left;
  margin-bottom: 20px; }
  .catalog-form .font16 {
    font-size: 16px; }
  .catalog-form fieldset {
    background: #fff;
    padding: 15px; }
  .catalog-form label {
    display: block;
    width: 300px;
    float: left;
    margin: 8px 0px;
    font-style: italic; }
    @media screen and (max-width: 980px) {
      .catalog-form label {
        width: 280px; } }
    .catalog-form label.right {
      float: right; }
      @media screen and (max-width: 980px) {
        .catalog-form label.right {
          float: left; } }
    .catalog-form label span {
      color: #b01b2e; }
    .catalog-form label input, .catalog-form label select {
      height: 30px;
      width: 300px;
      margin-bottom: 15px; }
      @media screen and (max-width: 980px) {
        .catalog-form label input, .catalog-form label select {
          width: 280px; } }
    .catalog-form label input[type="checkbox"] {
      height: auto;
      width: auto;
      margin-bottom: 0px; }
    .catalog-form label textarea {
      height: 90px;
      width: 600px;
      margin-bottom: 15px; }
      @media screen and (max-width: 980px) {
        .catalog-form label textarea {
          width: 280px; } }
    .catalog-form label + label {
      margin-left: 10px; }
      @media screen and (max-width: 980px) {
        .catalog-form label + label {
          margin-left: 0; } }
  .catalog-form .no-margin {
    margin: 0; }

.annotation-box {
  font-size: 14px;
  line-height: 22px; }

.error404page, .nothing-found {
  margin: 40px 0;
  border-top: 1px dashed #d9d9d9;
  position: relative; }
  .error404page h2, .nothing-found h2 {
    margin-top: 20px; }

.error404page:after {
  position: absolute;
  top: -20px;
  right: 0px;
  content: url(../img/error404.png); }
  @media screen and (max-width: 620px) {
    .error404page:after {
      display: none; } }

.nothing-found:after {
  position: absolute;
  top: -20px;
  right: 0px;
  content: url(../img/not-found-cs.png); }
  @media screen and (max-width: 980px) {
    .nothing-found:after {
      display: none; } }

.nothing-found .h1 {
  margin: 30px 0; }

.alternate-links {
  margin-top: 50px;
  font-size: 18px; }
  .alternate-links li:before {
    content: ''; }

.form-radio-list li {
  margin: 0; }

.form-radio-list li:before {
  content: ""; }

.form-radio-list label {
  width: 400px;
  float: none;
  margin: 0; }

.form-radio-list span {
  width: 250px;
  float: none; }

.form-radio-list input[type="radio"] {
  width: 30px;
  margin: 0; }

.search-by-power {
  display: none; }

.power-calc-page {
  width: auto;
  background: none;
  border: none; }
  .power-calc-page form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 435px;
    text-align: left;
    padding-bottom: 30px; }
    .power-calc-page form h3 {
      margin-left: 10px;
      font-weight: bold; }
  .power-calc-page .pc-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    background: #f7f5f5;
    border: 1px solid #d9d9d9;
    padding: 10px 20px 30px 20px;
    width: 480px;
    float: left; }
    @media screen and (max-width: 980px) {
      .power-calc-page .pc-container {
        float: none; } }
  .power-calc-page input, .power-calc-page select, .power-calc-page label {
    width: 185px;
    display: inline-block;
    margin: 8px 8px; }
  .power-calc-page .power-result {
    display: block;
    margin: 5px  0px  40px 10px; }
  .power-calc-page .button {
    width: 180px;
    position: absolute;
    bottom: 65px;
    right: 30px; }
  .power-calc-page .search-by-power {
    display: inline-block;
    width: 230px;
    bottom: 25px; }
  .power-calc-page .reset-calc {
    position: absolute;
    bottom: 5px;
    right: 26px; }
  @media screen and (max-width: 620px) {
    .power-calc-page {
      display: block; }
      .power-calc-page .pc-container {
        width: 100%; }
      .power-calc-page form {
        width: 100%; }
      .power-calc-page input, .power-calc-page select {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 10px 0; }
      .power-calc-page .button {
        width: 100%;
        position: static;
        margin-bottom: 10px; }
      .power-calc-page .reset-calc {
        display: inline-block;
        float: right;
        position: static; } }
  .power-calc-page .power-calc-text {
    width: 450px;
    float: right; }
    @media screen and (max-width: 980px) {
      .power-calc-page .power-calc-text {
        float: none;
        width: 100%; } }

.half, .third, .two-third {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 50%; }
  .half.left-indent, .left-indent.third, .left-indent.two-third {
    padding-left: 20px; }
  .half.right-indent, .right-indent.third, .right-indent.two-third {
    padding-right: 20px; }
  @media screen and (max-width: 620px) {
    .half, .third, .two-third {
      width: 100%; } }

.third {
  width: 33.3%; }
  @media screen and (max-width: 620px) {
    .third {
      width: 100%; } }

.two-third {
  width: 66.6%; }
  @media screen and (max-width: 620px) {
    .two-third {
      width: 100%; } }

.image-list-item {
  display: inline-block;
  width: 220px;
  padding: 0 10px;
  white-space: normal;
  vertical-align: top;
  position: relative; }
  .image-list-item .image-list-item-descr {
    position: absolute;
    bottom: 3px;
    left: 13px;
    width: 198px;
    background: rgba(247, 245, 245, 0.5);
    padding: 5px 10px; }
  .image-list-item .color-box {
    width: 220px;
    height: 220px;
    display: inline-block;
    border: 1px solid #d9d9d9;
    max-width: 100%;
    padding: 1px; }

.photo-gallery {
  line-height: 130px;
  font-size: 50px; }
  .photo-gallery a {
    display: inline-block;
    text-decoration: none; }

#lightbox {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  /* IE Fallback (Solid Colour) */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.7);
  -webkit-filter: none !important;
  z-index: 9000; }

#lightbox img {
  display: block;
  position: absolute;
  border: 5px solid #fff;
  box-shadow: 0 0 20px #000;
  border-radius: 1px; }

.lightbox-loading {
  background: url(../img/redBlackLoading.gif) center center no-repeat;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 48%;
  left: 50%; }

.lightbox-caption {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  background: #000;
  background: rgba(0, 0, 0, 0.7); }

.lightbox-caption p {
  margin: 0 auto;
  max-width: 70%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px; }

.lightbox-button {
  position: absolute;
  z-index: 9999;
  background: no-repeat center center;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none; }
  .lightbox-button:before {
    color: white;
    text-decoration: none;
    font-size: 36px; }

.lightbox-button:hover,
.lightbox-button:focus {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4); }

.lightbox-close {
  right: 10px;
  top: 10px; }
  .lightbox-close:before {
    font-size: 26px; }

.lightbox-next {
  right: 10px;
  top: 48%; }

.lightbox-previous {
  left: 10px;
  top: 48%; }

.wishlist {
  padding-bottom: 100px;
  position: relative; }
  .wishlist * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .wishlist h1 {
    max-width: 350px; }
  .wishlist h2, .wishlist h1 {
    margin-bottom: 20px; }
    .wishlist h2 a, .wishlist h1 a {
      text-decoration: none; }
      .wishlist h2 a:before, .wishlist h1 a:before {
        font-size: 80%; }
  .wishlist .wishlist-item-show-toggle {
    position: absolute;
    font-size: 18px;
    left: 17px;
    top: 50%;
    margin-top: -10px; }
  .wishlist .wishlit-edit-name-toggle {
    color: #000;
    position: relative;
    top: -2px; }

.wishlist-modal-remove {
  position: absolute;
  padding: 5px 15px;
  right: 15px;
  top: 25px; }
  @media screen and (max-width: 620px) {
    .wishlist-modal-remove {
      position: static; } }

.wislist-sharing {
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
  position: absolute;
  top: 40px;
  right: -1500px; }
  .wislist-sharing.active {
    background: #fff;
    right: 10px; }
  @media screen and (max-width: 980px) {
    .wislist-sharing {
      top: -20px;
      padding: 0px; } }
  @media screen and (max-width: 620px) {
    .wislist-sharing {
      background: #fff;
      top: -5px;
      padding: 10px; } }

.wishlist-share-button.active {
  background: #6e111d; }

.wishlist-loading {
  background: url(../img/loading.gif) no-repeat center center;
  height: 300px; }

.whislist-subitem-price-label {
  width: 200px;
  display: inline-block; }

.wishlist-date-times {
  color: #8e8e8e;
  position: absolute;
  bottom: 45px;
  margin-top: 10px; }

.wishlist-header {
  position: relative;
  padding-top: 12px;
  overflow: hidden; }
  .wishlist-header h1 {
    -webkit-transition: margin 0.2s ease;
    transition: margin 0.2s ease;
    margin-bottom: 40px;
    margin-top: 0; }
    .wishlist-header h1 a {
      color: #000;
      font-size: 22px;
      position: relative;
      top: -3px; }
    @media screen and (max-width: 620px) {
      .wishlist-header h1 {
        margin-bottom: 20px; } }
  .wishlist-header.share-active h1 {
    margin-bottom: 50px; }
    @media screen and (max-width: 620px) {
      .wishlist-header.share-active h1 {
        margin-bottom: 70px; } }

.wishlist-item {
  margin-bottom: 10px;
  position: relative; }
  .wishlist-item h2 {
    background: #dedcdc;
    cursor: pointer;
    margin: 0;
    padding: 10px 10px 10px 40px;
    position: relative;
    font-size: 18px;
    text-transform: uppercase; }
    .wishlist-item h2 select {
      margin-top: -5px; }
    @media screen and (max-width: 620px) {
      .wishlist-item h2 {
        background: #efeded;
        font-size: 15px;
        line-height: 17px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 90px; }
        .wishlist-item h2 form {
          background: #dcdcdc;
          padding: 12px 5px; }
          .wishlist-item h2 form.active .wishlist-remove-collection-mobile {
            border-left: 100px solid #dcdcdc; }
          .wishlist-item h2 form .button {
            z-index: 2;
            line-height: 15px !important; }
          .wishlist-item h2 form input {
            z-index: 2;
            position: relative; }
        .wishlist-item h2 .wishlit-edit-name-toggle {
          position: absolute;
          right: -40px;
          top: 0;
          height: 100%;
          padding: 0 20px; }
          .wishlist-item h2 .wishlit-edit-name-toggle:before {
            position: absolute;
            top: 50%;
            margin-top: -6px;
            margin-left: -6px; } }
    .wishlist-item h2.active {
      color: #000; }
      .wishlist-item h2.active .wishlist-item-show-toggle {
        color: #b01b2e; }
      @media screen and (max-width: 620px) {
        .wishlist-item h2.active .wishlist-item-actions {
          display: inline-block; } }
      @media screen and (max-width: 620px) {
        .wishlist-item h2.active {
          margin-bottom: 32px; } }
    .wishlist-item h2 .wishlist-item-actions {
      position: absolute;
      min-width: 280px;
      padding-left: 80px;
      right: 20px;
      top: 10px;
      text-align: right; }
      .wishlist-item h2 .wishlist-item-actions .wishlist-item-price {
        display: inline-block;
        min-width: 110px; }
      @media screen and (max-width: 620px) {
        .wishlist-item h2 .wishlist-item-actions .wishlit-item-count {
          width: auto; }
          .wishlist-item h2 .wishlist-item-actions .wishlit-item-count label {
            font-size: 9px; }
          .wishlist-item h2 .wishlist-item-actions .wishlit-item-count input {
            position: relative;
            top: -2px;
            height: 23px !important; } }
      @media screen and (max-width: 980px) {
        .wishlist-item h2 .wishlist-item-actions .wishlit-item-count input {
          position: relative;
          top: -2px;
          height: 27px !important; } }
      .wishlist-item h2 .wishlist-item-actions span {
        margin-right: 10px; }
      @media screen and (max-width: 620px) {
        .wishlist-item h2 .wishlist-item-actions {
          background: #dcdcdc;
          border-top: 1px solid #aaa;
          top: auto;
          bottom: -30px;
          height: 30px;
          width: 100%;
          padding: 5px 10px 5px 0;
          right: 0;
          display: none; }
          .active .wishlist-item h2 .wishlist-item-actions {
            display: inline-block; } }
  .wishlist-item .wishlist-remove-collection-mobile {
    position: absolute;
    border-left: 10px solid #dcdcdc;
    right: -90px;
    top: 0;
    height: 100%;
    padding: 0 20px; }
    .wishlist-item .wishlist-remove-collection-mobile:before {
      position: absolute;
      top: 50%;
      margin-top: -6px;
      margin-left: -6px; }

.wishlist-add-item {
  background: url("../img/red_stripes_bg.gif") repeat top left;
  margin: 15px 0;
  padding: 4px 0 6px 20px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  font-size: 13px; }
  .wishlist-add-item .plus {
    position: relative;
    top: 1px;
    font-size: 18px; }
  .wishlist-add-item:hover, .wishlist-add-item:active {
    background: #b01b2e; }

.wishlist-cta {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase; }
  .wishlist-cta .other-options {
    text-transform: none;
    position: relative;
    top: 13px;
    right: 5px; }
  .wishlist-cta.wishlist-cta-bottom {
    bottom: 45px;
    top: auto;
    margin-top: 10px; }

.wishlist-menu {
  display: inline-block;
  position: absolute;
  top: 43px;
  right: 0;
  text-transform: uppercase; }
  @media screen and (max-width: 620px) {
    .wishlist-menu {
      position: static;
      display: block; }
      .wishlist-menu .button {
        display: block;
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
        text-align: left;
        padding-left: 20px; } }
  @media screen and (max-width: 980px) {
    .wishlist-menu {
      top: 45px; } }
  .wishlist-menu .button {
    font-size: 12px;
    margin-bottom: 5px; }
    .wishlist-menu .button.loading-button {
      background-color: #999; }
      .wishlist-menu .button.loading-button span {
        display: none; }
    @media screen and (max-width: 620px) {
      .wishlist-menu .button {
        margin: 15px auto;
        padding: 15px;
        text-align: center;
        width: 80%; } }
  .wishlist-menu.wishlist-menu-bottom {
    bottom: 10px;
    top: auto;
    margin-top: 10px; }

.wishlist-remove-collection {
  position: relative;
  top: -2px;
  font-size: 14px;
  text-decoration: none; }

.wishlist-item-inside-wrapper {
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  max-height: 0px;
  overflow: hidden; }
  .wishlist-item-inside-wrapper.active {
    max-height: 6000px; }

.wishlist-item-name-form,
.wishlist-name-form {
  position: relative;
  max-width: 580px; }
  @media screen and (max-width: 980px) {
    .wishlist-item-name-form,
    .wishlist-name-form {
      max-width: 420px; } }
  .wishlist-item-name-form .wishlist-name-form-id,
  .wishlist-name-form .wishlist-name-form-id {
    font-size: 14px;
    color: #8e8e8e;
    position: absolute;
    left: 0;
    top: -14px;
    z-index: 100; }
  .wishlist-item-name-form input,
  .wishlist-name-form input {
    width: 270px; }
    @media screen and (max-width: 620px) {
      .wishlist-item-name-form input,
      .wishlist-name-form input {
        width: 250px; } }
  .wishlist-item-name-form .button,
  .wishlist-name-form .button {
    position: absolute;
    left: 270px;
    line-height: 32px; }
    @media screen and (max-width: 620px) {
      .wishlist-item-name-form .button,
      .wishlist-name-form .button {
        line-height: 26px;
        left: 150px; } }
  .wishlist-item-name-form.wishlist-item-name-form .button,
  .wishlist-name-form.wishlist-item-name-form .button {
    position: absolute;
    left: 270px;
    line-height: 19px; }
    @media screen and (max-width: 620px) {
      .wishlist-item-name-form.wishlist-item-name-form .button,
      .wishlist-name-form.wishlist-item-name-form .button {
        left: 0;
        position: relative; } }

.wishlist-note-form {
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 20px 30px;
  position: relative;
  background: #f7f5f5; }
  .wishlist-note-form textarea {
    border: 0;
    padding: 10px;
    width: 100%;
    height: 7em;
    margin-bottom: 10px; }
  .wishlist-note-form .button {
    position: absolute;
    bottom: -35px;
    right: 30px;
    text-transform: uppercase; }
  @media screen and (max-width: 620px) {
    .wishlist-note-form {
      padding: 1px; }
      .wishlist-note-form textarea {
        max-width: 100%;
        margin-bottom: 0px; } }

.wishlist-note-filled {
  padding: 20px 30px; }
  .wishlist-note-filled h2 {
    text-transform: uppercase; }
  .wishlist-note-filled p {
    font-size: 14px; }
  @media screen and (max-width: 620px) {
    .wishlist-note-filled {
      padding: 5px 40px 5px 5px;
      border: 1px solid #d9d9d9;
      position: relative;
      min-height: 100px; }
      .wishlist-note-filled h2 {
        margin: 0; }
      .wishlist-note-filled .edit, .wishlist-note-filled .icon-cancel {
        background: #efeded;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px; }
      .wishlist-note-filled .icon-cancel {
        top: auto;
        bottom: 0; } }

.wishlist-note-menu {
  float: right;
  font-size: 16px; }
  .wishlist-note-menu .edit {
    color: #000; }

.wishlist-totals {
  font-size: 18px;
  text-align: right;
  line-height: 36px;
  padding: 10px;
  padding-right: 30px;
  text-transform: uppercase;
  color: #b01b2e; }
  .wishlist-totals .wishlist-grand-total {
    font-weight: 700; }
  .wishlist-totals .value {
    color: #000;
    min-width: 110px;
    text-align: right;
    display: inline-block; }
  @media screen and (max-width: 620px) {
    .wishlist-totals {
      font-size: 16px; } }

.wishlist-modal-item {
  cursor: pointer;
  display: inline-block;
  margin: 8px 16px;
  text-align: left;
  font-size: 12px;
  line-height: 14px;
  height: 180px;
  position: relative;
  width: 149px; }
  .wishlist-modal-item img {
    display: inline-block;
    margin-top: 2px;
    vertical-align: inherit; }
  .wishlist-modal-item .wishlist-modal-item-name {
    display: inline-block;
    width: 170px; }
  .wishlist-modal-item.wishlist-modal-item-selected {
    cursor: default; }
    .wishlist-modal-item.wishlist-modal-item-selected:after {
      display: none; }
  .wishlist-modal-item:hover:after, .wishlist-modal-item.active:after {
    height: 150px;
    width: 150px;
    background: url(../img/strip_bg.gif) repeat left top;
    bottom: 15px;
    color: #b01b2e;
    content: '+';
    font-size: 30px;
    left: -1px;
    line-height: 150px;
    opacity: 0.7;
    position: absolute;
    text-align: center; }

.simple-modal-content {
  position: relative; }
  .simple-modal-content h3 {
    margin-top: 0px;
    font-size: 20px; }
  .simple-modal-content h4 {
    color: #b01b2e; }

.wishlist-modal-category-filter {
  display: block;
  margin-bottom: 10px; }

.wishlist-select-item {
  height: 34px;
  width: 100%;
  background: url("../img/white_stripes_bg.gif") repeat top left;
  cursor: pointer;
  text-align: left;
  line-height: 34px;
  font-size: 13px;
  margin: 20px 0 0 0;
  padding-left: 60px;
  position: relative; }
  .wishlist-select-item a {
    color: #333333;
    text-decoration: none;
    text-transform: uppercase; }
  .wishlist-select-item:hover, .wishlist-select-item:active {
    background: url("../img/red_stripes_bg.gif") repeat top left; }
    .wishlist-select-item:hover a, .wishlist-select-item:active a {
      color: #fff; }
    .wishlist-select-item:hover .wishlist-select-item-plus, .wishlist-select-item:active .wishlist-select-item-plus {
      color: #fff; }
  .wishlist-select-item .wishlist-select-item-plus {
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 25px; }

.wishlist-select-item-plus {
  color: #b01b2e;
  font-size: 36px;
  font-weight: 400; }

.wishlist-select-subitem {
  display: inline-block;
  position: relative;
  width: 150px;
  margin: 35px 62px 0 0;
  vertical-align: top; }
  @media screen and (max-width: 620px) {
    .wishlist-select-subitem {
      width: 100%;
      margin: 20px 0 0 0;
      position: relative; } }
  .wishlist-select-subitem .button {
    position: absolute;
    top: 151px;
    left: 0;
    z-index: 2; }
    @media screen and (max-width: 620px) {
      .wishlist-select-subitem .button {
        top: 100px;
        left: 150px; } }

.wishlist-select-subitem-placeholder {
  height: 149px;
  width: 149px;
  border: 1px solid #d9d9d9;
  padding: 1px;
  line-height: 147px; }
  .wishlist-select-subitem-placeholder a {
    height: 145px;
    width: 145px;
    background: url(../img/strip_bg.gif) repeat left top;
    display: inline-block;
    text-decoration: none;
    text-align: center; }
  @media screen and (max-width: 980px) {
    .wishlist-select-subitem-placeholder {
      height: 129px;
      width: 129px;
      line-height: 127px; }
      .wishlist-select-subitem-placeholder a {
        height: 125px;
        width: 125px; } }

.wishlist-product {
  background: #f7f5f5;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  padding: 0 35px 20px 35px;
  position: relative; }
  @media screen and (max-width: 980px) {
    .wishlist-product {
      padding: 0 25px 20px 25px; } }
  @media screen and (max-width: 620px) {
    .wishlist-product {
      padding: 0 10px 20px 10px; }
      .wishlist-product img {
        max-width: 130px; } }
  .wishlist-product h3 {
    background: url(../img/red_square_middle.png) no-repeat left center;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 5px;
    padding: 10px 0 10px 20px;
    position: absolute;
    top: 20px;
    left: 35px;
    width: 100%;
    z-index: 2; }
    @media screen and (max-width: 980px) {
      .wishlist-product h3 {
        left: 25px;
        font-size: 16px; } }
    @media screen and (max-width: 620px) {
      .wishlist-product h3 {
        left: 10px;
        font-size: 14px;
        background-size: 10px 10px;
        padding-left: 15px; } }
  .wishlist-product h4 {
    font-size: 14px;
    font-family: "Arial", sans-serif;
    margin: 0 0 10px;
    color: #595959;
    width: 300px; }
    .wishlist-product h4 a {
      text-decoration: none; }
    .wishlist-product h4 span {
      font-weight: 100; }
  .wishlist-product .wishlist-my-list {
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 620px) {
      .wishlist-product .wishlist-my-list {
        position: relative;
        width: 100%;
        display: block; } }

.item-hint {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 9px;
  z-index: 2; }

.wishlist-accessory-image,
.wishlist-valve-image,
.wishlist-radiator-image {
  height: auto;
  width: 245px;
  display: inline-block;
  position: relative;
  margin-top: 60px; }
  .wishlist-accessory-image:hover .wishlist-item-edit,
  .wishlist-valve-image:hover .wishlist-item-edit,
  .wishlist-radiator-image:hover .wishlist-item-edit {
    display: block; }
  .wishlist-accessory-image .item-basic-info,
  .wishlist-valve-image .item-basic-info,
  .wishlist-radiator-image .item-basic-info {
    display: none; }
  @media screen and (max-width: 620px) {
    .wishlist-accessory-image,
    .wishlist-valve-image,
    .wishlist-radiator-image {
      margin-top: 50px;
      width: 100%; }
      .wishlist-accessory-image .item-basic-info,
      .wishlist-valve-image .item-basic-info,
      .wishlist-radiator-image .item-basic-info {
        min-width: 130px;
        max-width: 140px;
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 150px;
        font-size: 9px; }
        .wishlist-accessory-image .item-basic-info .underlined-item,
        .wishlist-valve-image .item-basic-info .underlined-item,
        .wishlist-radiator-image .item-basic-info .underlined-item {
          display: block;
          max-width: 150px;
          border-bottom: 1px solid #d9d9d9; } }

.wishlist-item-edit {
  height: 180px;
  width: 180px;
  background: url(../img/strip_bg.gif) repeat left top;
  color: #000;
  opacity: 0.6;
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  text-align: center;
  line-height: 180px;
  font-size: 16px;
  text-decoration: none; }
  .wishlist-radiator-image .wishlist-item-edit {
    height: 306px;
    width: 180px;
    line-height: 306px; }
    @media screen and (max-width: 620px) {
      .wishlist-radiator-image .wishlist-item-edit {
        height: 220px;
        width: 130px;
        line-height: 220px; } }
  @media screen and (max-width: 620px) {
    .wishlist-item-edit {
      height: 130px;
      width: 130px;
      line-height: 130px; } }

@media screen and (max-width: 620px) {
  .wishlist-select-subitem-property-inner {
    height: 125px !important;
    width: 125px !important; } }

.wishlist-select-subitem-variant,
.wishlist-select-subitem-property {
  height: 149px;
  width: 149px;
  border: 1px solid #d9d9d9;
  padding: 1px;
  position: relative; }
  .wishlist-select-subitem-variant strong,
  .wishlist-select-subitem-property strong {
    display: inline-block;
    margin-bottom: 10px; }
  .wishlist-select-subitem-variant p,
  .wishlist-select-subitem-property p {
    height: 145px;
    width: 145px;
    background: gainsboro;
    font-size: 14px;
    margin: 0;
    position: relative;
    padding-top: 20px;
    text-align: center; }
  .wishlist-select-subitem-variant:hover a,
  .wishlist-select-subitem-property:hover a {
    display: block; }
  .wishlist-select-subitem-variant a,
  .wishlist-select-subitem-property a {
    height: 145px;
    width: 145px;
    background: url(../img/strip_bg.gif) repeat left top;
    color: #000;
    display: none;
    font-size: 16px;
    line-height: 145px;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    text-decoration: none;
    text-align: center; }
    @media screen and (max-width: 620px) {
      .wishlist-select-subitem-variant a,
      .wishlist-select-subitem-property a {
        height: 125px !important;
        width: 125px !important; } }
  .wishlist-select-subitem-variant.wishlist-select-subitem-property a,
  .wishlist-select-subitem-property.wishlist-select-subitem-property a {
    top: 2px;
    left: 2px; }
  @media screen and (max-width: 620px) {
    .wishlist-select-subitem-variant.wishlist-select-subitem-property img,
    .wishlist-select-subitem-property.wishlist-select-subitem-property img {
      height: 125px !important;
      width: 125px !important; } }
  .wishlist-select-subitem-variant.wishlist-select-subitem-valve,
  .wishlist-select-subitem-property.wishlist-select-subitem-valve {
    background: #fff; }
  .wishlist-valve-variant .wishlist-select-subitem-variant p,
  .wishlist-accessory-variant .wishlist-select-subitem-variant p, .wishlist-valve-variant
  .wishlist-select-subitem-property p,
  .wishlist-accessory-variant
  .wishlist-select-subitem-property p {
    padding-top: 40px; }
    @media screen and (max-width: 620px) {
      .wishlist-valve-variant .wishlist-select-subitem-variant p,
      .wishlist-accessory-variant .wishlist-select-subitem-variant p, .wishlist-valve-variant
      .wishlist-select-subitem-property p,
      .wishlist-accessory-variant
      .wishlist-select-subitem-property p {
        padding-top: 50px; } }
  .wishlist-select-subitem-variant img,
  .wishlist-select-subitem-property img {
    padding: 0; }
  @media screen and (max-width: 620px) {
    .wishlist-select-subitem-variant,
    .wishlist-select-subitem-property {
      height: 129px;
      width: 129px; }
      .wishlist-select-subitem-variant p,
      .wishlist-select-subitem-property p {
        height: 125px;
        width: 125px;
        font-size: 12px;
        padding-top: 15px; } }

.wishlist-subitem-property-name {
  width: 160px; }

.wishlist-sublitem-data {
  margin-top: 45px;
  width: 450px; }
  .wishlist-valve-variant .wishlist-sublitem-data,
  .wishlist-accessory-variant .wishlist-sublitem-data {
    margin-top: 30px; }
    @media screen and (max-width: 620px) {
      .wishlist-valve-variant .wishlist-sublitem-data,
      .wishlist-accessory-variant .wishlist-sublitem-data {
        margin-top: 0; } }
  .wishlist-sublitem-data p {
    margin: 0; }
  .wishlist-sublitem-data strong {
    display: inline-block;
    margin-right: 20px; }
  @media screen and (max-width: 620px) {
    .wishlist-sublitem-data {
      margin-top: 0px;
      margin-top: 0px;
      min-width: 120px;
      max-width: 140px;
      position: absolute;
      top: 0px;
      left: 150px;
      font-size: 9px;
      display: inline-block; }
      .wishlist-sublitem-data strong {
        margin: 0; }
      .wishlist-sublitem-data .underlined {
        border-bottom: 1px solid #d9d9d9;
        display: block;
        max-width: 150px; }
      .wishlist-sublitem-data br {
        display: none; } }
  @media screen and (max-width: 620px) {
    .wishlist-sublitem-data span {
      display: inline-block; } }

@media screen and (max-width: 620px) {
  .subitem-descr {
    margin-top: 0px;
    margin-top: 0px;
    min-width: 120px;
    max-width: 140px;
    position: absolute;
    top: 0px;
    left: 150px;
    font-size: 9px;
    display: inline-block; } }

.wishlist-price {
  font-size: 16px; }
  @media screen and (max-width: 620px) {
    .wishlist-price {
      font-size: 10px; } }

.wishlist-radiator-connection {
  height: auto;
  width: 200px;
  position: absolute;
  top: 50px;
  left: 530px; }

.wishlist-radiator-surface {
  height: auto;
  width: 200px;
  position: absolute;
  top: 50px;
  left: 740px; }

.wishlist-add-to-set-modal ul {
  list-style: none; }

.wishlist-add-to-set-modal li {
  padding: 0; }
  .wishlist-add-to-set-modal li div {
    background: url(../img/strip_bg.gif) repeat left top;
    cursor: pointer;
    padding: 8px 10px 8px 40px;
    position: relative; }
    .wishlist-add-to-set-modal li div .wishlist-add-to-set-plus {
      font-size: 24px;
      top: -4px; }
    .wishlist-add-to-set-modal li div:hover, .wishlist-add-to-set-modal li div:active {
      background: #b01b2e;
      color: #fff; }
      .wishlist-add-to-set-modal li div:hover h4, .wishlist-add-to-set-modal li div:active h4 {
        color: #fff; }
      .wishlist-add-to-set-modal li div:hover .wishlist-add-to-set-plus, .wishlist-add-to-set-modal li div:active .wishlist-add-to-set-plus {
        color: #fff; }
    .wishlist-add-to-set-modal li div:before {
      content: ''; }
    .wishlist-add-to-set-modal li div h4 {
      color: #222;
      font-size: 16px;
      margin: 0;
      text-transform: uppercase; }
  .wishlist-add-to-set-modal li p {
    color: #222;
    margin: 0;
    padding: 0 0 0 40px; }

.wishlist-add-to-set-plus {
  color: #b01b2e;
  position: absolute;
  top: -7px;
  left: 15px;
  font-size: 32px; }

.wishlist-modal h2 {
  text-transform: uppercase; }

.wishlist-modal h3 {
  background: url(../img/red_square_middle.png) no-repeat left center;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 5px;
  padding: 10px 0 10px 20px; }

.wishlist-modal hr {
  background: url(../img/strip_bg.gif) repeat left top;
  border: 0;
  height: 6px;
  margin: 20px 0; }

.wishlist-modal .simple-modal-content {
  padding: 20px 25px; }

.wishlist-contact-modal {
  margin-left: -250px;
  width: 500px; }
  @media screen and (max-width: 980px) {
    .wishlist-contact-modal {
      margin-left: 0;
      width: 100%; } }
  .wishlist-contact-modal input[type="text"],
  .wishlist-contact-modal input[type="email"],
  .wishlist-contact-modal select,
  .wishlist-contact-modal input[type="phone"] {
    margin-bottom: 10px;
    width: 360px; }
    @media screen and (max-width: 620px) {
      .wishlist-contact-modal input[type="text"],
      .wishlist-contact-modal input[type="email"],
      .wishlist-contact-modal select,
      .wishlist-contact-modal input[type="phone"] {
        margin-left: 0;
        max-width: 80%; } }
  .wishlist-contact-modal textarea {
    width: 100%;
    min-height: 6em; }
  .wishlist-contact-modal .send-button {
    margin-top: 15px;
    padding: 7px 25px;
    text-transform: uppercase; }
    .wishlist-contact-modal .send-button.loading-button {
      background-color: #999;
      background-position: 7px center;
      padding-left: 30px; }
      .wishlist-contact-modal .send-button.loading-button:before {
        display: none; }

.wishlist-advanced {
  padding: 10px;
  background: #f2f2f2; }
