/*/ GENERAL /*/
Body {
  font-size: 14px;
  background-color: #181d21;
  color: black;
  font-family: MANGlobal; }

a {
  color: #d00139; }
  a.continue {
    font-size: 1.25em; }

a:hover, a:focus {
  color: #a7002f; }

button, a.button {
  border: solid 1px #303c49;
  background-color: #424f5c;
  background-image: linear-gradient(#59636d, #303c49);
  color: white !important;
  padding: 9px 19px;
  text-align: center;
  display: inline-block; }

button.full, a.button.full {
  width: 100%; }

.btn-lg {
  border-radius: 0px;
  padding: 15px 25px !important;
  font-size: 24px !important; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #303c4a;
  font-weight: bold;
  font-stretch: semi-condensed; }
  h1.underline, h2.underline, h3.underline, h4.underline, h5.underline, h6.underline, .h1.underline, .h2.underline, .h3.underline, .h4.underline, .h5.underline, .h6.underline {
    color: #d00139;
    border-bottom: 3px solid #d00139;
    padding-bottom: 8px; }
  h1.thin, h2.thin, h3.thin, h4.thin, h5.thin, h6.thin, .h1.thin, .h2.thin, .h3.thin, .h4.thin, .h5.thin, .h6.thin {
    font-weight: normal; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 26px; }

p {
  color: #666666; }

.regular {
  font-weight: normal !important; }

.divider, hr {
  width: 100%;
  height: 4px;
  background-color: #e40045; }

hr {
  height: 2px; }

.small-divider {
  width: 100%;
  height: 1px;
  background-color: #d7d8dc; }

a.more {
  background: url("../img/small_teaser_read_more.png") left center no-repeat;
  font-weight: bold;
  padding-left: 10px;
  color: #303c49;
  font-family: Arial; }

a.more:hover {
  text-decoration: none; }

.google-map {
  width: 100%;
  height: 210px;
  clear: both; }

.img-responsive {
  display: inline-block; }

.panels {
  margin: 20px 0px; }

.panel.panel-man {
  background-color: transparent !important;
  margin-bottom: 0px;
  border-radius: 0px;
  box-shadow: none;
  border-bottom: #cccccc 1px solid; }
  .panel.panel-man .panel-heading {
    background: transparent;
    border-width: 0px;
    padding: 0px;
    border-radius: 0px; }
    .panel.panel-man .panel-heading a {
      display: block;
      font-size: 16px;
      padding: 6px 10px;
      color: #333333;
      text-decoration: none; }
      .panel.panel-man .panel-heading a .indicator {
        margin-right: 5px; }
      .panel.panel-man .panel-heading a .indicator:before {
        content: '-';
        color: #d00139; }
      .panel.panel-man .panel-heading a.collapsed .indicator:before {
        content: '+';
        color: #d00139; }
      .panel.panel-man .panel-heading a:hover, .panel.panel-man .panel-heading a:active {
        text-decoration: none; }
  .panel.panel-man .panel-body {
    border-width: 0px; }
  .panel.panel-man:first-of-type {
    border-top: #cccccc 1px solid; }

a.btn.back {
  background: #d00139;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
  padding-top: 12px;
  padding-bottom: 12px; }

.gallery {
  position: relative;
  margin-bottom: 20px; }
  .gallery .carousel {
    border: 3px solid rgba(228, 228, 228, 0.63);
    max-height: 465px;
    overflow: hidden; }
    .gallery .carousel img {
      padding: 0px !important;
      margin: 0px; }
  .gallery .navigation {
    background: rgba(234, 237, 238, 0.8);
    position: absolute;
    bottom: 0;
    z-index: 8;
    left: 0px;
    width: 100%; }
    .gallery .navigation .rel {
      position: relative;
      width: 100%;
      height: 50px; }
      .gallery .navigation .rel a {
        position: absolute;
        top: 50%;
        height: 13px;
        width: 13px;
        margin-top: -6px; }
        .gallery .navigation .rel a.left {
          background: url("../img/arrow_left_double_small.PNG") no-repeat;
          left: 12px; }
        .gallery .navigation .rel a.right {
          background: url("../img/arrow_right_double_small.PNG") no-repeat;
          right: 12px; }
      .gallery .navigation .rel p {
        text-align: center !important;
        font-size: 24px !important;
        color: #333333 !important;
        padding-top: 9px; }

#print-share {
  margin-top: 30px;
  text-align: right !important; }
  #print-share a {
    padding-left: 26px;
    padding-right: 26px;
    font-size: 14px; }
    #print-share a.print {
      background: url("../img/icons/print.png") no-repeat left center; }
    #print-share a.share {
      background: url("../img/icons/share.png") no-repeat left center;
      padding-right: 0; }

.modal .modal-content {
  background: none; }
  .modal .modal-content .modal-header, .modal .modal-content .modal-footer {
    background: #303c4a;
    color: white;
    border-width: 0px;
    border-color: #d00139;
    border-style: solid; }
    .modal .modal-content .modal-header h4, .modal .modal-content .modal-header button, .modal .modal-content .modal-footer h4, .modal .modal-content .modal-footer button {
      color: white; }
  .modal .modal-content .modal-header {
    border-bottom-width: 2px; }
  .modal .modal-content .modal-bottom {
    border-top-width: 2px; }
  .modal .modal-content .modal-body {
    background: white; }
    .modal .modal-content .modal-body > h1, .modal .modal-content .modal-body > h2, .modal .modal-content .modal-body > h3 {
      margin-top: 0px; }

.columns.two {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }
.columns.three {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }
.columns.small {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px; }
.columns.medium {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px; }
.columns.big {
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px; }

/*/ HEADER /*/
#header .row.top {
  height: 97px;
  box-sizing: border-box;
  background-image: url("../img/header-background.jpg");
  background-repeat: repeat-x;
  border-bottom: solid #d00039 8px; }

#header .row.top .row a {
  text-decoration: none; }

#header .row.top .row img.logo {
  margin-top: 18px;
  margin-bottom: 15px;
  float: left; }

#header .row.top .row .branch {
  margin-top: 27px;
  margin-left: 15px;
  color: #afb4b9;
  float: left; }

#header .row.top .row .nonstop-servis p {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 16px;
  font-stretch: condensed;
  text-align: center; }

#header .row.top .row .hesti-logo {
  text-align: right; }
  #header .row.top .row .hesti-logo img {
    padding-top: 3px; }

#header .row.top .row input {
  box-shadow: inset 2px 5px 10px rgba(0, 0, 0, 0.77), 0px 1px 1px #58616c;
  border: solid 1px #282828;
  height: 27px;
  box-sizing: border-box;
  border-radius: 20px 0 0 20px;
  background: #2d3844;
  color: white;
  font-family: "Arial"; }

#header .row.top .row button {
  height: 27px;
  border-radius: 0 20px 20px 0;
  padding: 4px 12px;
  border: solid 1px #282828;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.77), 0px 1px 1px #58616c;
  background-image: url("../img/button-search-bg.png");
  outline: none; }

#header .row.top a.right-nav-change img {
  margin-top: 30px; }

/* MENU */
#header .row.nav {
  background: #ededed;
  border-bottom: solid 1px #cecece;
  position: relative; }
  #header .row.nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  #header .row.nav nav {
    display: table;
    width: 100%; }
    #header .row.nav nav > ul {
      display: table-row;
      width: 100%; }
      #header .row.nav nav > ul > li {
        display: table-cell;
        text-align: center;
        position: relative; }
        #header .row.nav nav > ul > li > a {
          height: 50px;
          padding: 15px 5px;
          box-sizing: border-box;
          font-size: 16px;
          color: #000;
          font-weight: 700;
          display: block;
          font-stretch: semi-condensed;
          border-left: 1px solid #cecece;
          transition: all .3s; }
          #header .row.nav nav > ul > li > a:hover, #header .row.nav nav > ul > li > a.sel {
            text-decoration: none;
            color: #d00139; }
          #header .row.nav nav > ul > li > a + ul a.submenu-anchor {
            display: block;
            font-size: 14px;
            color: #000;
            padding: 4px 0;
            transition: all .3s; }
            #header .row.nav nav > ul > li > a + ul a.submenu-anchor:hover {
              text-decoration: none; }
        #header .row.nav nav > ul > li:last-of-type > a {
          border-right: 1px solid #cecece; }

/* submenu */
#header .row.nav ul li.has-submenu a img {
  margin-left: 10px;
  transition: all 0.5s ease 0s; }

#header .row.nav ul li.has-submenu a.active {
  height: 50px; }

#header .row.nav ul li.has-submenu ul li a {
  color: #d00139 !important;
  text-align: left;
  padding: 5px 14px !important;
  font-size: 18px !important;
  background: url("../img/arrow_right_small.png") no-repeat right 14px center;
  transition: .4s background-position; }
  #header .row.nav ul li.has-submenu ul li a:hover {
    background-position: right 10px center; }

#header .row.nav ul li a:hover, #header .row.nav ul li.has-submenu a.active {
  background-color: #ededed; }

#header .row.nav ul li.has-submenu ul {
  position: absolute;
  display: none;
  background-color: #ededed;
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #d00139;
  z-index: 9; }

#header .row.nav ul li.has-submenu ul li {
  display: block;
  float: none; }

/* right menu */
#menu-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: none; }

#menu-right form.search input {
  height: 40px;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #303c49;
  border-radius: 0 3px 3px 0;
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.38);
  border-width: 1px 1px 1px 0;
  border-color: #8e9191; }

#menu-right form.search input:hover {
  border-color: #8e9191; }

#menu-right form.search button {
  border-radius: 3px 0 0 3px;
  background-color: white;
  border-width: 1px 0 1px 1px;
  border-color: #8e9191;
  border-style: solid;
  height: 40px;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.38);
  padding-left: 10px;
  padding-right: 10px;
  z-index: 3;
  margin-right: -1px; }

#menu-right form.search button img {
  width: 15px; }

#menu-right li.link {
  padding-top: 0px;
  padding-bottom: 5px;
  border-width: 0px; }

#menu-right li.link a {
  height: 40px;
  padding: 13px 10px;
  color: #303c49;
  font-weight: bold;
  font-family: "Arial";
  font-size: 12px;
  border: solid #8e9191 1px;
  border-radius: 3px;
  background-image: url("../img/right-nav-link-arrow.png"), linear-gradient(#fff, #e5e5e5);
  background-position: right 10px center , center top;
  background-repeat: no-repeat; }

#menu-right li.link.first {
  padding-top: 15px;
  border-top: 1px solid #c0c2c5; }

#menu-right li.link.last {
  padding-bottom: 5px; }

/* page subnav */
#menu-sub {
  border-radius: 0;
  font-size: 18px;
  border-width: 0px;
  font-weight: bold; }

#menu-sub .panel-heading {
  background-color: #e5e5e5;
  background-image: linear-gradient(#ffffff, #e5e5e5);
  height: 40px;
  border-width: 0px; }

#menu-sub .panel-heading .panel-title {
  font-size: 18px;
  font-weight: bold; }

#menu-sub .panel-body {
  padding: 0px;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #e5e5e5; }

#menu-sub .panel-body ul {
  padding: 0;
  margin: 0;
  list-style: none; }

#menu-sub .panel-body ul li a {
  height: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #eaebec;
  color: inherit; }

#menu-sub .panel-body ul li a:hover {
  text-decoration: none; }

#menu-sub .panel-body ul li:last-child a {
  border-width: 0px; }

@media (max-width: 767px) {
  #content #page-subnav {
    margin-top: 20px; } }
/*/ Slider /*/
#slider {
  margin-top: 23px;
  box-sizing: border-box;
  margin-bottom: 20px; }

#slider .caption {
  width: 348px;
  height: auto;
  right: 50px;
  top: 60px;
  font-family: Arial;
  color: #303c49;
  padding: 15px 20px;
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  z-index: 8; }

#slider .caption h1 {
  margin: 0;
  font-weight: bold;
  margin-bottom: 10px; }

#slider .caption p {
  padding: 0; }

#slider .caption a.button {
  border-radius: 3px;
  margin-top: 15px; }

@media (max-width: 767px) {
  #slider, #slider div:not(.keep) {
    padding-left: 0px;
    padding-right: 0px; }

  #slider .nivo-directionNav, #slider .caption, #slider .nivo-caption {
    display: none !important; }

  #slider {
    margin-top: 0px !important; }

  #slider .slide {
    margin-left: -10px;
    margin-right: -15px; } }
@media (min-width: 768px) and (max-width: 959px) {
  #slider .nivo-caption, #slider .caption {
    top: 10px;
    right: 50px; } }
/*/ Content /*/
#content {
  background-color: white; }
  #content input, #content textarea, #content select {
    border-radius: 0 !important;
    border-color: #cccccc;
    font-size: 16px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    height: auto !important; }
    #content input:active, #content input:focus, #content textarea:active, #content textarea:focus, #content select:active, #content select:focus {
      box-shadow: none !important; }
  #content select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../img/select_button.png") !important;
    background-repeat: no-repeat !important;
    background-position: right 1px center !important; }

#content #branches {
  margin-bottom: 20px; }
  #content #branches .content {
    background: #ededed; }
    #content #branches .content h3 {
      padding-top: 16px;
      margin-top: 0;
      margin-left: 28px; }
    #content #branches .content p, #content #branches .content li {
      color: #666666;
      font-size: 18px; }
    #content #branches .content ul {
      padding-left: 0px;
      float: left;
      max-width: 440px;
      width: 100%;
      padding-bottom: 16px;
      margin-left: 28px;
      padding-top: 10px; }
      #content #branches .content ul li {
        list-style: none;
        float: left;
        max-width: 220px;
        width: 100%;
        line-height: 1.6; }
        #content #branches .content ul li:nth-child(2n + 1) {
          clear: left; }
        #content #branches .content ul li a {
          color: #666666; }
    #content #branches .content ul + p img {
      margin-top: -40px;
      margin-right: 28px;
      padding-bottom: 16px; }
    #content #branches .content .google-map {
      height: 240px; }

@media (max-width: 959px) {
  #content #branches ul {
    float: none !important;
    max-width: 100% !important;
    width: auto !important; }
    #content #branches ul:after {
      display: block;
      clear: both;
      content: ''; }
    #content #branches ul li:nth-child(2n + 1) {
      clear: none !important; }
  #content #branches ul + p img {
    float: none !important;
    margin-top: 20px !important;
    width: 100% !important;
    height: auto !important;
    display: block;
    padding-left: 16px;
    padding-right: 16px; } }
#content #body-copy {
  margin-bottom: 30px; }

#content #body-copy h2 {
  margin-top: 20px;
  margin-bottom: 10px; }

#content #articles {
  margin-bottom: 30px; }
  #content #articles .article h2 {
    font-weight: bold;
    font-stretch: semi-condensed;
    font-size: 32px;
    padding-right: 5px; }
  #content #articles .article a {
    color: #303c49; }
    #content #articles .article a:hover {
      text-decoration: none;
      color: #59636d; }
    #content #articles .article a:last-child {
      background: url("../img/small_teaser_read_more.png") left center no-repeat;
      font-weight: bold;
      padding-left: 10px; }
  #content #articles .article p {
    color: #666666; }

@media (max-width: 959px) {
  #content #articles .article {
    margin-bottom: 10px; }
    #content #articles .article h2 {
      margin-top: 0px; } }
.obsah ul {
  list-style-image: url("../img/li_item.png");
  list-style-position: inside;
  padding-left: 0px; }
  .obsah ul ul {
    padding-left: 20px; }

#content .obsah img.img-responsive {
  height: auto !important; }

#content .page-detail h1.respo {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e40045; }

#content #article-detail {
  padding-top: 20px; }

#content #article-detail a.back {
  font-weight: bold;
  color: inherit;
  padding-left: 10px;
  background: url("../img/small_teaser_read_more.png") left center no-repeat; }

#content #article-list {
  padding-top: 20px; }

#content #article-detail img.main {
  padding: 0 10px 5px 0px;
  float: left; }

#content #article-detail h1.title {
  font-weight: bold; }

#content #article-detail p {
  font-size: 18px;
  color: #000; }

#content .article-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d8dc; }

#content .article-item:last-child {
  margin-bottom: 20px; }

#content .article-item h2 {
  margin-top: 0px; }

#content .article-item h2 a {
  display: block; }

#content .article-item h2 a:hover {
  text-decoration: none; }

#content .article-item a {
  color: inherit;
  font-weight: bold; }

#content .article-item a.more {
  background: url("../img/small_teaser_read_more.png") left center no-repeat;
  padding-left: 10px; }

#content .article-item p {
  font-size: 18px;
  color: #000; }

#content .row.photo-row img {
  margin-bottom: 20px; }

#content .row.pagination ul.pagination {
  margin-top: 0; }

#content .row.pagination ul.pagination li a {
  color: #59636d; }

#content .row.pagination ul.pagination li a:hover {
  background-color: #eaebec; }

#content .row.pagination ul.pagination li.active a {
  background-color: #303c49;
  border-color: #303c49;
  color: #fff; }

#photogallery, #offer {
  margin-bottom: 20px; }

@media (min-width: 768px) and (max-width: 959px) {
  #content .page-detail h1 {
    margin-top: 0px; } }
@media (max-width: 767px) {
  #content #article-detail .small-divider {
    margin-top: 10px; }

  #content #article-detail img.main {
    padding: 0px !important;
    float: none !important; }

  #content .article-item {
    margin-bottom: 0px !important;
    margin-left: -20px;
    margin-right: -20px;
    background-color: #F3F3F3;
    background-image: url("../img/right-nav-link-arrow.png"), linear-gradient(#fafafa, #e5e5e5);
    background-position: right 10px center, center top;
    background-repeat: no-repeat;
    padding: 10px 32px 10px 10px;
    border-bottom: 1px solid #cdcdce;
    cursor: pointer; }

  #content .article-item .photo-prev {
    padding-left: 0;
    padding-right: 0; }

  #content .article-item .content-prev {
    padding-right: 0px; }

  #content .article-item h2, #content .article-item .date {
    font-size: 15px;
    font-family: Arial; }

  #content .article-item h2 {
    color: #333; }

  #content .article-item .date {
    color: #000; } }
/*/ Catalog /*/
#catalog-detail {
  margin-bottom: 30px; }
  #catalog-detail nav.inside-nav {
    border-bottom: 3px solid #d00139;
    margin-bottom: 30px;
    margin-top: 30px; }
    #catalog-detail nav.inside-nav a {
      color: #333333;
      font-size: 16px;
      padding: 6px 16px;
      display: inline-block; }
      #catalog-detail nav.inside-nav a:nth-child(n+2) {
        padding-left: 0; }
        #catalog-detail nav.inside-nav a:nth-child(n+2):before {
          content: '';
          display: inline-block;
          width: 2px;
          height: 14px;
          background: #6e6e6e;
          margin-right: 16px; }
      #catalog-detail nav.inside-nav a.active {
        background: #d00139;
        color: #fff;
        padding-left: 16px; }
        #catalog-detail nav.inside-nav a.active:before {
          display: none; }
        #catalog-detail nav.inside-nav a.active + a {
          padding-left: 16px; }
          #catalog-detail nav.inside-nav a.active + a:before {
            display: none; }
  #catalog-detail .branches, #catalog-detail .special, #catalog-detail .contact {
    padding: 20px;
    margin-bottom: 40px; }
    #catalog-detail .branches h3, #catalog-detail .special h3, #catalog-detail .contact h3 {
      margin-top: 0; }
  #catalog-detail .branches {
    padding-bottom: 0px; }
  #catalog-detail .special {
    background: rgba(43, 43, 43, 0.04); }
    #catalog-detail .special ul {
      padding-left: 0; }
      #catalog-detail .special ul li {
        color: #666666;
        font-size: 18px;
        list-style: none;
        background: url("../img/advantage_item.png") no-repeat left 4px;
        padding-left: 34px;
        padding-bottom: 10px; }
        #catalog-detail .special ul li:last-of-type {
          padding-bottom: 0; }
    #catalog-detail .special table {
      font-size: 16px;
      color: #666666;
      width: 100% !important; }
      #catalog-detail .special table tr td {
        padding-bottom: 10px; }
        #catalog-detail .special table tr td:last-of-type {
          text-align: right;
          font-weight: bold; }
      #catalog-detail .special table tr:last-of-type td {
        padding-bottom: 0px; }
  #catalog-detail > h4 {
    margin-top: 0px;
    color: #666666; }
  #catalog-detail ul.download {
    list-style: none;
    padding-left: 0px;
    color: #d00139; }
    #catalog-detail ul.download li {
      list-style-image: none; }
    #catalog-detail ul.download .download-thumb {
      height: 12px;
      width: 30px;
      background-image: url("../img/icons/download_ext.png");
      background-repeat: no-repeat;
      font-size: 8px;
      display: inline-block;
      box-sizing: border-box;
      padding-top: 1px; }
    #catalog-detail ul.download a {
      font-weight: bold;
      font-size: 16px; }
  #catalog-detail .phone-question {
    margin-bottom: 20px; }
    #catalog-detail .phone-question .question {
      color: #d00139;
      font-size: 16px;
      font-weight: bold; }
    #catalog-detail .phone-question .phone {
      font-size: 38px; }
  #catalog-detail .cena {
    margin-bottom: 20px; }
    #catalog-detail .cena .number {
      color: #d00139;
      font-size: 30px;
      font-weight: bold; }
    #catalog-detail .cena .comment {
      font-size: 18px; }
  #catalog-detail .info table {
    font-size: 18px;
    color: #333333;
    width: 100%;
    margin-bottom: 20px; }
    #catalog-detail .info table tr td {
      padding: 10px 10px; }
      #catalog-detail .info table tr td:last-of-type {
        text-align: right;
        font-weight: bold; }
    #catalog-detail .info table tr:nth-of-type(odd) {
      background: #f7f7f7; }
  #catalog-detail .panel ul {
    clear: both; }

#catalog-detail .tab-content {
  padding-top: 10px; }

#catalog-detail .panel-group {
  padding-top: 10px; }

#catalog-detail .obsah img {
  padding-right: 10px;
  padding-bottom: 5px; }

#catalog-detail .obsah p {
  text-align: justify; }

#catalog-detail .obsah .panel-group .panel-heading, .page-detail .obsah .panel-group .panel-heading {
  padding-top: 0;
  padding-bottom: 0; }

#catalog-detail .obsah .panel-group .panel-heading .panel-title, .page-detail .obsah .panel-group .panel-heading .panel-title {
  height: 100%; }

#catalog-detail .obsah .panel-group .panel-heading a, .page-detail .obsah .panel-group .panel-heading a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100%; }

#action-detail h2 {
  font-size: 30px; }
#action-detail p {
  font-size: 18px; }
#action-detail a.button {
  margin: 30px 0; }

.product-item {
  margin-top: 12px;
  margin-bottom: 10px; }

.product-item h1 {
  margin-bottom: 20px; }

.product-item h4 {
  margin-top: 0px; }

.product-item a {
  color: #303c4a; }

.product-item .cena {
  font-size: 24px;
  color: #d00139;
  font-weight: bold;
  font-stretch: semi-condensed;
  margin-bottom: 10px; }

.product-item .comment {
  color: #666666; }

.product-item .item {
  margin-bottom: 10px; }

/*/ Search /*/
#search .tab-content a {
  color: #303c49; }

/*/ Contact form /*/
#page-contact .ident, #page-contact .contact, #page-contact .opening {
  font-size: 18px; }
  #page-contact .ident p, #page-contact .ident td, #page-contact .contact p, #page-contact .contact td, #page-contact .opening p, #page-contact .opening td {
    font-size: inherit; }
#page-contact .ident, #page-contact .opening {
  font-weight: bold; }
#page-contact .comment {
  font-size: 16px;
  margin-bottom: 20px; }
#page-contact .green {
  color: #669900;
  font-weight: bold; }
#page-contact .red {
  color: red;
  font-weight: bold; }
#page-contact .main-branch {
  margin-bottom: 60px; }
  #page-contact .main-branch .google-map {
    margin-bottom: 20px;
    height: 210px; }
  #page-contact .main-branch .loc {
    margin-bottom: 20px; }
    #page-contact .main-branch .loc h3 {
      font-weight: normal; }
  #page-contact .main-branch .address {
    font-size: 18px; }
  #page-contact .main-branch .info {
    margin-bottom: 30px; }
  #page-contact .main-branch .salesmen h2 {
    margin-bottom: 20px; }
  #page-contact .main-branch .salesmen .items .item h3 {
    margin-bottom: 5px; }
  #page-contact .main-branch .salesmen .items .item p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.2;
    word-break: break-all; }
#page-contact .branches {
  margin-bottom: 30px; }
  #page-contact .branches #map-branches {
    height: 336px;
    position: relative; }
  #page-contact .branches ul {
    padding-left: 0;
    list-style: none; }
    #page-contact .branches ul li {
      font-size: 18px; }
      #page-contact .branches ul li a {
        color: inherit !important; }
#page-contact #branch-info {
  background: #edf1f4;
  padding-bottom: 50px; }
  #page-contact #branch-info .branch {
    display: none; }
    #page-contact #branch-info .branch .photo-address {
      background: #d62353;
      margin-top: 30px;
      overflow: hidden; }
      #page-contact #branch-info .branch .photo-address div:first-of-type:not(.alone) {
        padding-left: 0px;
        padding-right: 0px; }
      #page-contact #branch-info .branch .photo-address div:last-of-type:not(.alone) {
        padding-right: 0px; }
      #page-contact #branch-info .branch .photo-address .address {
        padding-top: 10px;
        padding-right: 5px !important; }
        #page-contact #branch-info .branch .photo-address .address h4, #page-contact #branch-info .branch .photo-address .address p {
          color: #fff; }
        #page-contact #branch-info .branch .photo-address .address h4 {
          margin-bottom: 5px;
          background: url("../img/map_pointer_small.png") no-repeat left center;
          padding-left: 15px; }
        #page-contact #branch-info .branch .photo-address .address p {
          font-size: 16px;
          padding-left: 15px; }
    #page-contact #branch-info .branch .contact {
      margin-bottom: 0; }
      #page-contact #branch-info .branch .contact table {
        width: 100%; }
        #page-contact #branch-info .branch .contact table tr td:last-of-type {
          text-align: right; }
    #page-contact #branch-info .branch .google-map {
      margin-top: 20px;
      margin-bottom: 20px; }
    #page-contact #branch-info .branch .salesmen {
      margin-bottom: 20px; }
      #page-contact #branch-info .branch .salesmen .item .man {
        text-align: center; }
        #page-contact #branch-info .branch .salesmen .item .man img {
          display: block;
          margin: 0 auto;
          margin-bottom: 20px; }
      #page-contact #branch-info .branch .salesmen .item h3 + .man {
        margin-top: 0px; }
    #page-contact #branch-info .branch .action {
      font-size: 16px; }
      #page-contact #branch-info .branch .action p {
        font-size: 16px; }

#product.list .product-item .item .img-preview {
  min-height: 165px;
  margin-bottom: 10px; }

@media (max-width: 1199px) {
  #page-contact span {
    float: none; } }
@media (min-width: 960px) {
  #page-contact .kontakt {
    padding: 0px;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #eee; } }
/*/ questionnaire /*/
#questionnaire {
  margin-bottom: 20px; }

#questionnaire label {
  padding-left: 15px; }

#questionnaire label.radio-inline {
  padding-left: 20px; }

#questionnaire input, #questionnaire textarea, #questionnaire select {
  font-family: Arial; }

/*/ Footer /*/
footer#footer {
  border-top: 4px solid #d00139;
  font-size: 12px;
  text-align: center;
  background: #242b31;
  border-bottom: 1px solid #2a3137; }
  footer#footer .row {
    padding-bottom: 15px; }
    footer#footer .row ul {
      padding: 0px; }
      footer#footer .row ul li {
        padding-top: 20px;
        list-style: none;
        float: left;
        width: 20%;
        text-align: center; }
        footer#footer .row ul li:nth-of-type(5n + 1) {
          clear: left; }

@media (max-width: 959px) {
  footer#footer ul li {
    width: 50% !important;
    clear: none !important; }
    footer#footer ul li:nth-of-type(2n + 1) {
      clear: left !important; } }
.realizace {
  color: white;
  margin: 15px 0px; }
  .realizace p {
    margin: 0; }

/*/ HELPING CLASS /*/
@media (min-width: 1200px) {
  .pull-lg-right {
    float: right; } }
@media (min-width: 960px) and (max-width: 1199px) {
  .pull-md-right {
    float: right; } }
@media (min-width: 768px) and (max-width: 959px) {
  .pull-sm-right {
    float: right; } }
@media (max-width: 767px) {
  .pull-xs-right {
    float: right; } }
/*/ PRINT /*/
@media print {
  a[href]:after {
    content: "" !important; } }

/*# sourceMappingURL=style.css.map */
