@charset "UTF-8";
@media (min-width: 1380px) {
  #container, #header {
    width: 100%;
  }

  #main, #footer {
    width: 1280px;
    margin: auto;
  }

  #container #main h3, #container #main h4 {
    padding: 10px 0 !important;
  }
  #container #main .service-wrapper h4 {
    font-size: 16px;
  }
  #container #main .service-image {
    width: auto;
    margin: auto;
  }
  #container #main .service-image.doprava {
    background: url("/images/sluzby_sprite.png") no-repeat !important;
    background-position: 0px -60px !important;
    width: 69px !important;
    height: 60px !important;
    background-size: 96px 180px !important;
  }
  #container #main .service-image.sortiment {
    background: url("/images/sluzby_sprite.png") no-repeat !important;
    background-position: 0px -120px !important;
    width: 63px !important;
    height: 60px !important;
    background-size: 96px 180px !important;
  }
  #container #main .service-image.montaz {
    background: url("/images/sluzby_sprite.png") no-repeat !important;
    background-position: 0px 0px !important;
    width: 96px !important;
    height: 60px !important;
    background-size: 96px 180px !important;
  }

  .header-wrapper {
    width: 1290px;
    margin: auto;
  }

  /* #footer{
     width: 1290px;
     margin: auto;
   }*/
  #main, #footer {
    padding: 20px;
  }

  #header {
    width: 100%;
  }
  #header .logo {
    float: left;
    height: 60px;
    width: 59px;
    margin: 15px 40px 15px 25px;
  }
  #header .menu {
    float: left;
  }
  #header .user-menu {
    height: 100%;
    float: right;
  }
  #header .user-menu .search .glyphicon-search {
    right: 90px;
  }

  #products-menu-container {
    width: 22%;
    margin-right: 3%;
  }

  #content {
    width: 75%;
  }

  .action .product-header {
    float: left;
    width: 23%;
    margin: 0 1%;
  }

  .feed, .news-actualities-wrapper {
    float: left;
  }

  .feed {
    width: 30%;
  }

  .news-actualities-wrapper {
    width: 65%;
    margin-right: 5%;
  }

  .products {
    width: 100%;
    margin-right: 3%;
  }

  #product-folder:after {
    content: "";
    display: table;
    clear: both;
  }
  #product-folder .product-header {
    width: 22%;
    float: left;
    height: 340px;
    padding: 1%;
    margin: 0 3% 2% 0;
  }
  #product-folder .product-header:nth-child(4n+0) {
    margin-right: 0;
  }
  #product-folder .product-header h4 {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
  }

  .action .product-header .name {
    top: 0;
  }
  .action .product-header .name h4 {
    white-space: pre-line;
    padding: 12px 0 0 0 !important;
  }
  .action .product-header .price {
    border-top: 1px solid #e5e5e5;
    font-weight: bold;
    color: #999;
  }
  .action .product-header .price .wrapper {
    padding-top: 10px;
  }
  .action .product-header .price .action-price {
    color: #ff020b;
  }

  #product-folder .product-header, .action .product-header {
    height: 340px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #product-folder .product-header .name, .action .product-header .name {
    height: 20%;
    top: 0;
  }
  #product-folder .product-header .thumb, .action .product-header .thumb {
    height: 65%;
    text-align: center;
    position: relative;
  }
  #product-folder .product-header .thumb img, .action .product-header .thumb img {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    max-width: 150px;
    overflow: hidden;
  }
  #product-folder .product-header .thumb .action, .action .product-header .thumb .action {
    position: absolute;
    bottom: 10px;
    right: 15px;
    background: url("/images/sleva.png") no-repeat;
    width: 60px;
    height: 60px;
    text-align: center;
  }
  #product-folder .product-header .thumb .action span, .action .product-header .thumb .action span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
  }
  #product-folder .product-header .price, .action .product-header .price {
    height: 15%;
    text-align: center;
    font-size: 1.1em;
    color: #999;
  }
  #product-folder .product-header .price span, .action .product-header .price span {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
  }
  #product-folder .product-header .link, .action .product-header .link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent url("/images/blank.png") repeat 0 0;
  }

  .new-product {
    position: absolute;
    bottom: 10px;
    right: 15px;
    text-align: center;
    padding: 6px 5px;
    background: #4395df;
    color: #fff;
    text-transform: uppercase;
  }

  #product-detail {
    padding: 2%;
  }
  #product-detail .photos {
    width: 35%;
  }
  #product-detail .photos .thumb-first {
    width: 100%;
  }
  #product-detail .photos .thumb {
    width: 49%;
    margin: 2% 2% 0 0;
    float: left;
  }
  #product-detail .photos .thumb:nth-child(odd) {
    margin-right: 0;
  }
  #product-detail .info {
    width: 63%;
  }
  #product-detail .info h1 {
    margin-top: 0;
  }
  #product-detail .download .download-item {
    display: block;
    overflow: visible;
    margin-top: 10px;
    text-decoration: none;
  }
  #product-detail .download .download-item:hover {
    text-decoration: underline;
  }
  #product-detail .download .download-item .icon {
    float: left;
    padding-right: 10px;
  }

  #footer .address {
    float: left;
    width: 16%;
    padding: 4%;
  }
  #footer .about {
    float: left;
    width: 44%;
    padding: 4%;
  }
  #footer .about .title {
    text-transform: uppercase;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 1.5em;
    padding: 10px 0;
  }
  #footer .banner-itms {
    float: right;
    width: 16%;
    padding: 4%;
  }
  #footer .banner-itms img {
    width: 100%;
  }

  #basket .discounts.transport {
    width: 35%;
    margin-right: 5%;
    float: left;
  }
  #basket .discounts.payment {
    width: 60%;
    float: right;
  }
}
#modal {
  width: 580px;
  min-height: 250px;
}

.modal-footer {
  width: 90%;
  margin: auto;
}
.modal-footer .call-to-action.white {
  padding: 5px 20px;
  float: left;
}
.modal-footer .call-to-action.green {
  padding: 5px 25px;
  float: right;
}

@media (min-width: 1200px) and (max-width: 1380px) {
  #container {
    width: 100%;
  }

  #main, #footer {
    width: 1200px;
    margin: auto;
  }

  .header-wrapper {
    padding: 0;
    margin: 0 auto;
    width: 1200px;
  }

  #header {
    width: 100%;
    height: 90px;
  }
  #header .logo {
    float: left;
    height: 60px;
    width: 59px;
    margin: 15px 40px 15px 25px;
  }
  #header .menu {
    float: left;
  }
  #header .user-menu {
    height: 100%;
    float: right;
    width: 50%;
  }
  #header .user-menu .search {
    width: 300px;
  }
  #header .user-menu .search input[type=text] {
    width: 175px !important;
  }
  #header .user-menu .search .glyphicon-search {
    right: 100px;
  }

  #container #main h3, #container #main h4 {
    padding: 8px 0 !important;
  }
  #container #main .service-image {
    width: auto;
    margin: auto;
  }
  #container #main .service-image.doprava {
    background: url("/images/sluzby_sprite.png") no-repeat !important;
    background-position: 0px -60px !important;
    width: 69px !important;
    height: 60px !important;
    background-size: 96px 180px !important;
  }
  #container #main .service-image.sortiment {
    background: url("/images/sluzby_sprite.png") no-repeat !important;
    background-position: 0px -120px !important;
    width: 63px !important;
    height: 60px !important;
    background-size: 96px 180px !important;
  }
  #container #main .service-image.montaz {
    background: url("/images/sluzby_sprite.png") no-repeat !important;
    background-position: 0px 0px !important;
    width: 96px !important;
    height: 60px !important;
    background-size: 96px 180px !important;
  }

  .action .product-header .name {
    top: 0;
  }
  .action .product-header .name h4 {
    padding: 12px 0 0 0 !important;
    white-space: pre-line;
  }
  .action .product-header .price {
    white-space: normal;
  }

  #products-menu-container h3 {
    margin-left: 25px !important;
  }

  #products-menu-container {
    width: 23%;
    margin-right: 2%;
  }
  #products-menu-container ul {
    padding-left: 25px;
  }

  #content {
    width: 75%;
  }

  .feed, .news-actualities-wrapper {
    float: left;
  }

  .feed {
    width: 30%;
  }

  .news-actualities-wrapper {
    width: 65%;
    margin-right: 5%;
  }

  .products {
    width: 100%;
    margin-right: 3%;
  }

  .action .product-header {
    width: 23%;
    margin: 0 1%;
    float: left;
  }
  #product-folder .product-header {
    width: 22%;
    height: 340px;
    float: left;
    padding: 1%;
    margin: 0 3% 2% 0;
  }
  #product-folder .product-header:nth-child(4n+0) {
    margin-right: 0;
  }
  #product-folder .product-header .name h4 {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
  }

  #product-folder .product-header, .action .product-header {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 340px;
  }
  #product-folder .product-header .name, .action .product-header .name {
    height: 20%;
    top: 0;
  }
  #product-folder .product-header .thumb, .action .product-header .thumb {
    height: 65%;
    text-align: center;
    position: relative;
  }
  #product-folder .product-header .thumb img, .action .product-header .thumb img {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    max-width: 100%;
  }
  #product-folder .product-header .thumb .action, .action .product-header .thumb .action {
    position: absolute;
    bottom: 10px;
    right: 15px;
    background: url("/images/sleva.png") no-repeat;
    width: 60px;
    height: 60px;
    text-align: center;
  }
  #product-folder .product-header .thumb .action span, .action .product-header .thumb .action span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
  }
  #product-folder .product-header .price, .action .product-header .price {
    height: 15%;
    text-align: center;
    font-size: 1.1em;
    color: #999;
  }
  #product-folder .product-header .price span, .action .product-header .price span {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
  }
  #product-folder .product-header .link, .action .product-header .link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent url("/images/blank.png") repeat 0 0;
  }

  .new-product {
    position: absolute;
    bottom: 10px;
    right: 15px;
    text-align: center;
    padding: 6px 5px;
    background: #4395DF;
    color: #FFF;
    text-transform: uppercase;
  }

  #product-detail {
    padding: 2%;
  }
  #product-detail .photos {
    width: 35%;
  }
  #product-detail .photos .thumb-first {
    width: 100%;
  }
  #product-detail .photos .thumb {
    width: 49%;
    margin: 2% 2% 0 0;
    float: left;
  }
  #product-detail .photos .thumb:nth-child(odd) {
    margin-right: 0;
  }
  #product-detail .info {
    width: 63%;
  }
  #product-detail .info h1 {
    margin-top: 0;
  }
  #product-detail .download .download-item {
    display: block;
    overflow: visible;
    margin-top: 10px;
    text-decoration: none;
  }
  #product-detail .download .download-item:hover {
    text-decoration: underline;
  }
  #product-detail .download .download-item .icon {
    float: left;
    padding-right: 10px;
  }

  #footer .address {
    float: left;
    width: 16%;
    padding: 4%;
  }
  #footer .about {
    float: left;
    width: 44%;
    padding: 4%;
  }
  #footer .about .title {
    text-transform: uppercase;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    font-size: 1.5em;
    padding: 10px 0;
  }
  #footer .banner-itms {
    float: right;
    width: 16%;
    padding: 4%;
  }
  #footer .banner-itms img {
    width: 100%;
  }

  #basket .discounts.transport {
    width: 35%;
    margin-right: 5%;
    float: left;
  }
  #basket .discounts.payment {
    width: 60%;
    float: right;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  #container, #header {
    width: 100%;
  }

  #container #main h3 {
    margin-left: 0;
  }

  #container #main h3, #container #main h4 {
    padding: 6px 0 !important;
  }

  #header {
    height: 240px;
  }
  #header .logo {
    margin: 15px 20px 15px 0 !important;
  }
  #header .menu {
    padding: 0px 0 0px 0 !important;
    width: 348px !important;
    height: 100px !important;
  }
  #header .menu li {
    width: 49% !important;
    margin: 2px 2% 0 0 !important;
    line-height: 17px !important;
  }
  #header .menu li:nth-child(2n+0) {
    margin: 2px 0 0 0 !important;
  }
  #header .menu a {
    padding-left: 5px;
  }
  #header .menu ul {
    padding-top: 3px;
  }
  #header .user-menu .item {
    width: 80px !important;
  }
  #header .search {
    margin: 0 !important;
    width: 210px;
    -webkit-transform: translateY(50%) !important;
    -ms-transform: translateY(50%) !important;
    transform: translateY(50%) !important;
    position: relative !important;
    top: 50% !important;
  }
  #header .search input {
    max-width: 100px;
    font-size: 14px !important;
  }
  #header .search .search-submit {
    max-width: 105px;
  }
  #header .search .glyphicon-search {
    right: 85px;
  }

  .new-product {
    position: absolute;
    bottom: 10px;
    right: 15px;
    text-align: center;
    padding: 6px 5px;
    background: #4395df;
    color: #fff;
    text-transform: uppercase;
  }

  #container #main {
    margin-left: 16px;
  }
  #container #main .service-image {
    width: auto;
    margin: auto;
  }
  #container #main .service-image.doprava {
    background: url("/images/sluzby_sprite.png") no-repeat !important;
    background-position: 0px -60px !important;
    width: 69px !important;
    height: 60px !important;
    background-size: 96px 180px !important;
  }
  #container #main .service-image.sortiment {
    background: url("/images/sluzby_sprite.png") no-repeat !important;
    background-position: 0px -120px !important;
    width: 63px !important;
    height: 60px !important;
    background-size: 96px 180px !important;
  }
  #container #main .service-image.montaz {
    background: url("/images/sluzby_sprite.png") no-repeat !important;
    background-position: 0px 0px !important;
    width: 96px !important;
    height: 60px !important;
    background-size: 96px 180px !important;
  }

  #products-menu-container {
    width: 26%;
    margin-right: 3%;
  }
  #products-menu-container ul {
    padding-left: 0;
  }

  #content {
    width: 71%;
  }

  #index .products {
    float: none;
    margin: 0 3%;
    margin-bottom: 25px;
  }

  .action .product-header {
    width: 48%;
    float: left;
    margin: 5px 1%;
  }

  .actualities {
    margin: 0 3%;
  }

  #product-folder .product-header {
    width: 48%;
    height: 340px;
    padding: 1%;
    margin: 0 2% 2% 0;
    float: left;
  }
  #product-folder .product-header:nth-child(2n+0) {
    margin-right: 0;
  }

  .action .product-header .name {
    top: 0;
  }
  .action .product-header .name h4 {
    padding: 12px 0 0 0 !important;
    white-space: pre-line;
  }
  .action .product-header .price {
    white-space: normal;
  }

  #product-folder .product-header, .action .product-header {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 340px;
  }
  #product-folder .product-header .name, .action .product-header .name {
    height: 20%;
    top: 0;
  }
  #product-folder .product-header .thumb, .action .product-header .thumb {
    height: 65%;
    text-align: center;
    position: relative;
  }
  #product-folder .product-header .thumb img, .action .product-header .thumb img {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    max-width: 100%;
  }
  #product-folder .product-header .thumb .action, .action .product-header .thumb .action {
    position: absolute;
    bottom: 10px;
    right: 15px;
    background: url("/images/sleva.png") no-repeat;
    width: 60px;
    height: 60px;
    text-align: center;
  }
  #product-folder .product-header .thumb .action span, .action .product-header .thumb .action span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
  }
  #product-folder .product-header .price, .action .product-header .price {
    height: 13%;
    text-align: center;
    font-size: 1.1em;
  }
  #product-folder .product-header .price .wrapper, .action .product-header .price .wrapper {
    padding-top: 10px;
  }

  .feed, .news-actualities-wrapper {
    float: left;
  }

  .feed {
    width: 30%;
  }

  .news-actualities-wrapper {
    width: 65%;
    margin-right: 5%;
  }

  #product-detail {
    padding: 2%;
  }
  #product-detail .photos {
    width: 35%;
  }
  #product-detail .photos .thumb-first {
    width: 100%;
  }
  #product-detail .photos .thumb {
    width: 49%;
    margin: 2% 2% 0 0;
    float: left;
  }
  #product-detail .photos .thumb:nth-child(odd) {
    margin-right: 0;
  }
  #product-detail .info {
    width: 63%;
  }
  #product-detail .info h1 {
    margin-top: 0;
  }
  #product-detail .download .download-item {
    display: block;
    overflow: visible;
    margin-top: 10px;
    text-decoration: none;
  }
  #product-detail .download .download-item:hover {
    text-decoration: underline;
  }
  #product-detail .download .download-item .icon {
    float: left;
    padding-right: 10px;
  }

  #footer {
    background: #00684E;
    color: #fff;
  }
  #footer .address {
    float: left;
    width: 20%;
    padding: 5%;
  }
  #footer .about {
    float: left;
    width: 40%;
    padding: 5%;
  }
  #footer .about .title {
    text-transform: uppercase;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 1.5em;
    padding: 10px 0;
  }
  #footer .banner-itms {
    float: right;
    width: 10%;
  }

  #basket .discounts.transport {
    width: 35%;
    margin-right: 5%;
    float: left;
  }
  #basket .discounts.payment {
    width: 60%;
    float: right;
  }

  .visible-1200 {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 650px) and (max-width: 900px) {
  #container {
    width: 100%;
  }

  #main {
    padding: 20px;
  }

  #footer {
    padding: 20px 0 0 20px;
  }
  #footer .footer-special-links {
    position: relative !important;
    bottom: 5px !important;
  }

  #container #main h3, #container #main h4 {
    padding: 8px 0 !important;
  }

  #header .logo {
    margin: 15px 20px 15px 0 !important;
  }
  #header .user-menu {
    width: auto;
  }
  #header .user-menu .item {
    width: 70px !important;
  }
  #header .menu {
    width: 319px !important;
    padding: 0 10px 0 !important;
    height: 100px !important;
  }
  #header .menu li {
    width: 49% !important;
    margin: 2px 2% 0 0 !important;
    line-height: 17px !important;
  }
  #header .menu li:nth-child(2n+0) {
    margin: 2px 0 0 0 !important;
  }
  #header .menu ul {
    padding-top: 3px;
  }

  #facebook-box, #gplus-box {
    display: none;
  }

  #container #main {
    margin-left: 16px;
  }
  #container #main .service-image {
    width: auto;
    margin: auto;
  }
  #container #main .service-image.doprava {
    background: url("/images/sluzby_sprite.png") no-repeat !important;
    background-position: 0px -60px !important;
    width: 69px !important;
    height: 60px !important;
    background-size: 96px 180px !important;
  }
  #container #main .service-image.sortiment {
    background: url("/images/sluzby_sprite.png") no-repeat !important;
    background-position: 0px -120px !important;
    width: 63px !important;
    height: 60px !important;
    background-size: 96px 180px !important;
  }
  #container #main .service-image.montaz {
    background: url("/images/sluzby_sprite.png") no-repeat !important;
    background-position: 0px 0px !important;
    width: 96px !important;
    height: 60px !important;
    background-size: 96px 180px !important;
  }

  .new-product {
    position: absolute;
    bottom: 10px;
    right: 15px;
    text-align: center;
    padding: 6px 5px;
    background: #4395df;
    color: #fff;
    text-transform: uppercase;
  }

  #products-menu-container {
    width: 28%;
    margin-right: 2%;
  }

  #content {
    width: 70%;
  }

  #index .products {
    margin-bottom: 25px;
  }
  #index .products .action .product-header {
    height: 400px;
  }
  #index .actualities {
    display: block;
  }

  #product-folder .product-header {
    width: 48%;
    height: 340px;
    padding: 1%;
    margin: 0 2% 2% 0;
    float: left;
  }

  .action .product-header {
    width: 48%;
    float: left;
    margin: 5px 1%;
  }
  .action .product-header .name {
    top: 0;
  }
  .action .product-header .name h4 {
    white-space: pre-line;
    padding: 12px 0 0 0 !important;
  }
  .action .product-header .price {
    white-space: normal;
  }

  #product-folder .product-header, .action .product-header {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 340px;
  }
  #product-folder .product-header .name, .action .product-header .name {
    height: 20%;
    top: 0;
  }
  #product-folder .product-header .thumb, .action .product-header .thumb {
    height: 65%;
    text-align: center;
    position: relative;
  }
  #product-folder .product-header .thumb img, .action .product-header .thumb img {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    max-width: 100%;
  }
  #product-folder .product-header .thumb .action, .action .product-header .thumb .action {
    position: absolute;
    bottom: 10px;
    right: 15px;
    background: url("/images/sleva.png") no-repeat;
    width: 60px;
    height: 60px;
    text-align: center;
  }
  #product-folder .product-header .thumb .action span, .action .product-header .thumb .action span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
  }
  #product-folder .product-header .price, .action .product-header .price {
    height: 13%;
    text-align: center;
    font-size: 1.1em;
    color: #999;
  }
  #product-folder .product-header .price span, .action .product-header .price span {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
  }

  #product-detail {
    padding: 2%;
  }
  #product-detail .photos {
    width: 100%;
  }
  #product-detail .photos .thumb-first {
    width: 100%;
  }
  #product-detail .photos .thumb {
    width: 49%;
    margin: 2% 2% 0 0;
    float: left;
  }
  #product-detail .photos .thumb:nth-child(odd) {
    margin-right: 0;
  }
  #product-detail .info {
    width: 100%;
  }
  #product-detail .info h1 {
    margin-top: 0;
  }
  #product-detail .download .download-item {
    display: block;
    overflow: visible;
    margin-top: 10px;
    text-decoration: none;
  }
  #product-detail .download .download-item:hover {
    text-decoration: underline;
  }
  #product-detail .download .download-item .icon {
    float: left;
    padding-right: 10px;
  }

  #basket .discounts .image, #order-confirm .discounts .image {
    width: 0;
    padding: 0;
  }
  #basket .discounts .image img, #order-confirm .discounts .image img {
    display: none;
  }
  #basket .discounts .payment, #basket .discounts .transport, #order-confirm .discounts .payment, #order-confirm .discounts .transport {
    float: none;
    width: 100%;
  }
  #basket #crosseling-products, #order-confirm #crosseling-products {
    display: none;
  }
  #basket .separator, #order-confirm .separator {
    display: none;
  }

  dd {
    margin: 0;
    padding: 0;
  }

  .visible-1200,
.visible-900 {
    display: none;
    visibility: hidden;
  }

  .feed, .news-actualities-wrapper {
    float: none;
  }

  .feed {
    width: 100%;
  }

  .news-actualities-wrapper {
    width: 100%;
  }

  .request-form {
    width: 90% !important;
  }
  .request-form #file-selected span {
    display: block;
  }
  .request-form .attachment-label {
    width: 100% !important;
  }
  .request-form label, .request-form input {
    float: none;
  }
  .request-form .form-row.half label {
    width: 100% !important;
  }
  .request-form .form-row.half input {
    width: 100% !important;
  }
  .request-form .form-row.whole label {
    width: 100% !important;
  }
  .request-form .form-row.whole input, .request-form .form-row.whole textarea {
    width: 100% !important;
  }
}
@media (max-width: 650px) {
  #container, #content {
    width: 100%;
  }

  #container #main h3, #container #main h4 {
    padding: 12px 0 !important;
  }
  #container .banner {
    position: fixed;
    top: 0;
    height: 75px;
    padding: 0;
  }
  #container .banner p {
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
  }

  #header {
    padding: 0 0 !important;
    position: fixed !important;
    z-index: 100000;
    width: 100%;
  }
  #header .menu-toggle {
    float: left;
    width: 50px;
    height: 90px;
    background: url("/images/menu.png") 50% 50% no-repeat;
  }
  #header .user-menu {
    float: none !important;
    overflow: hidden;
  }
  #header .user-menu .item {
    border: 0 !important;
    min-width: 63px;
    width: 25% !important;
    height: 83px !important;
  }
  #header .user-menu .item#products-toggle {
    display: block !important;
    background: url("/images/plot.png") 50% 0 no-repeat;
  }
  #header .user-menu .item div {
    padding-top: 58px !important;
  }
  #header .menu {
    background: #00684E !important;
    padding: 10px 5% !important;
    position: absolute !important;
    top: 90px;
    left: -100%;
    border: 0 !important;
    width: 90% !important;
    min-height: 100%;
    float: none !important;
  }
  #header .menu li {
    text-align: center;
    padding: 0.8em 0;
    font-size: larger;
    float: none !important;
    width: 100% !important;
    list-style: none !important;
    line-height: 15px !important;
  }
  #header .menu li a:before {
    content: "" !important;
  }

  #products-menu-container {
    padding: 0 5%;
    position: absolute;
    top: -500%;
    left: 0;
    width: 90%;
    float: none;
  }

  #main, #footer {
    position: relative;
    top: 90px;
  }
  #main .footer-special-links, #footer .footer-special-links {
    position: relative !important;
    bottom: 5px !important;
  }

  #container #main .service-wrapper h4 {
    font-size: 14px;
  }
  #container #main .service-image {
    width: 100%;
    margin: auto;
  }
  #container #main .service-image.doprava {
    background: url("/images/sluzby_sprite.png") no-repeat !important;
    background-position: 0px -50px !important;
    width: 58px !important;
    height: 50px !important;
    background-size: 80px 150px !important;
  }
  #container #main .service-image.sortiment {
    background: url("/images/sluzby_sprite.png") no-repeat !important;
    background-position: 0px -100px !important;
    width: 53px !important;
    height: 50px !important;
    background-size: 80px 150px !important;
  }
  #container #main .service-image.montaz {
    background: url("/images/sluzby_sprite.png") no-repeat !important;
    background-position: 0px 0px !important;
    width: 80px !important;
    height: 50px !important;
    background-size: 80px 150px !important;
  }

  #index .products {
    margin-bottom: 25px;
  }
  #index .products .new {
    float: none;
    width: 100%;
  }
  #index .actualities {
    display: block;
  }

  #product-folder .product-header {
    width: 100%;
    height: 340px;
    padding: 1%;
    margin: 0 2% 2% 0;
  }
  #product-folder .product-header .name h4 {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
  }

  .action .product-header {
    width: 90%;
    margin: 10px auto;
  }
  .action .product-header .name {
    top: 0;
  }
  .action .product-header .name h4 {
    padding: 9px 0 0 0 !important;
    white-space: pre-line;
    font-size: 0.9em !important;
  }
  .action .product-header .thumb .action {
    right: 5px !important;
  }
  .action .product-header .price {
    white-space: normal;
    font-size: 0.9em;
  }

  #product-folder .product-header, .action .product-header {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 360px;
  }
  #product-folder .product-header .name, .action .product-header .name {
    height: 20%;
    top: 0;
  }
  #product-folder .product-header .thumb, .action .product-header .thumb {
    height: 65%;
    text-align: center;
    position: relative;
  }
  #product-folder .product-header .thumb img, .action .product-header .thumb img {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    max-width: 100%;
  }
  #product-folder .product-header .thumb .action, .action .product-header .thumb .action {
    position: absolute;
    bottom: 10px;
    right: 15px;
    background: url("/images/sleva.png") no-repeat;
    width: 60px;
    height: 60px;
    text-align: center;
  }
  #product-folder .product-header .thumb .action span, .action .product-header .thumb .action span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
  }
  #product-folder .product-header .price, .action .product-header .price {
    height: 13%;
    text-align: center;
    color: #999;
  }
  #product-folder .product-header .price span, .action .product-header .price span {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
  }

  #product-folder .product-header .price {
    font-size: 1.1em;
  }

  .new-product {
    position: absolute;
    bottom: 10px;
    right: 15px;
    text-align: center;
    padding: 6px 5px;
    background: #4395DF;
    color: #FFF;
    text-transform: uppercase;
  }

  #product-detail {
    padding: 2%;
  }
  #product-detail .photos {
    width: 100%;
  }
  #product-detail .photos .thumb-first {
    width: 100%;
  }
  #product-detail .photos .thumb {
    width: 49%;
    margin: 2% 2% 0 0;
    float: left;
  }
  #product-detail .photos .thumb:nth-child(odd) {
    margin-right: 0;
  }
  #product-detail .info {
    width: 100%;
  }
  #product-detail .info h1 {
    margin-top: 0;
  }
  #product-detail .download .download-item {
    display: block;
    overflow: visible;
    margin-top: 10px;
    text-decoration: none;
  }
  #product-detail .download .download-item:hover {
    text-decoration: underline;
  }
  #product-detail .download .download-item .icon {
    float: left;
    padding-right: 10px;
  }

  #footer .address {
    text-align: center;
    width: 92%;
    padding: 4%;
  }

  #basket .discounts .image, #order-confirm .discounts .image {
    width: 0;
    padding: 0;
  }
  #basket .discounts .image img, #order-confirm .discounts .image img {
    display: none;
  }
  #basket .discounts .payment, #basket .discounts .transport, #order-confirm .discounts .payment, #order-confirm .discounts .transport {
    float: none;
    width: 100%;
  }
  #basket #crosseling-products, #order-confirm #crosseling-products {
    display: none;
  }
  #basket .separator, #order-confirm .separator {
    display: none;
  }

  dd {
    margin: 0;
    padding: 0;
  }

  .visible-1200,
.visible-900,
.visible-650 {
    display: none;
    visibility: hidden;
  }

  #modal {
    width: 95%;
    min-height: 300px;
  }

  .modal-body {
    width: 95% !important;
    margin: 20px auto !important;
  }

  .modal-footer {
    width: 95%;
  }
  .modal-footer .call-to-action {
    margin: auto;
    display: block;
    float: none;
    text-align: center;
    width: 165px;
  }
  .modal-footer .call-to-action.white {
    padding: 5px 0 !important;
    float: none;
    margin-bottom: 15px;
  }
  .modal-footer .call-to-action.green {
    padding: 5px 0 !important;
    float: none;
  }

  .float-left img {
    width: 85%;
  }
  .float-left.wide {
    width: 30%;
  }
  .float-left.small {
    width: 20%;
  }

  .request-form {
    width: 85% !important;
  }
  .request-form #file-selected {
    display: block;
  }
  .request-form #file-selected span {
    display: block;
  }
  .request-form .attachment-label {
    width: 100% !important;
  }
  .request-form label, .request-form input {
    float: none;
  }
  .request-form .form-row.half label {
    width: 100% !important;
  }
  .request-form .form-row.half input {
    width: 100% !important;
  }
  .request-form .form-row.whole label {
    width: 100% !important;
  }
  .request-form .form-row.whole input, .request-form .form-row.whole textarea {
    width: 100% !important;
  }
}
/* spolecne nastaveni webu */
body, table, td, th, input, textarea {
  font-family: "Roboto", arial, sans-serif;
}

body {
  text-align: center;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  color: #333;
}

table, th, td, div, p, img, h1, h2, h3, h4, h5, h6 {
  border-color: #5C5B5B;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  color: #00684E;
}

a {
  color: #555;
}

fieldset {
  border-color: #A3A3A3;
  padding: 1em;
}

fieldset legend {
  border-color: #A3A3A3;
  color: #222;
  background-color: #F0F0F0;
  padding: 0.2em 0.5em;
}

.submit {
  background-color: #040504;
  background-repeat: repeat-x;
  color: #FFF;
  border: solid 1px #5E5E5E;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.ui-tabs .ui-tabs-hide {
  display: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight,
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #FCD113 !important;
  background: #FFF0A5 url(/css/jquery/custom-theme/images/ui-bg_glass_55_fff0a5_1x400.png) 50% 50% repeat-x !important;
  color: #222222 !important;
  border-radius: 4px;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto 20px auto;
}
.ui-state-highlight p, .ui-widget-content .ui-state-highlight p, .ui-widget-header .ui-state-highlight p,
.ui-state-error p, .ui-widget-content .ui-state-error p, .ui-widget-header .ui-state-error p {
  padding: 10px 5px;
  font-size: 0.9em;
  margin: 0;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #CD0A0A !important;
  background: #B81900 url(/css/jquery/custom-theme/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat !important;
  color: #FFFFFF !important;
}

.hidden {
  display: none;
}

@font-face {
  font-family: roboto-regular;
  src: url("/images/font/roboto/web_fonts/roboto_regular_czech/Roboto-Regular-webfont.eot"), url("/images/font/roboto/web_fonts/roboto_regular_czech/Roboto-Regular-webfont.woff") format("woff"), url("/images/font/roboto/web_fonts/roboto_regular_czech/Roboto-Regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: roboto;
  src: url("/images/font/roboto/web_fonts/roboto_medium_czech/Roboto-Medium-webfont.eot"), url("/images/font/roboto/web_fonts/roboto_medium_czech/Roboto-Medium-webfont.woff") format("woff"), url("/images/font/roboto/web_fonts/roboto_medium_czech/Roboto-Medium-webfont.ttf") format("truetype");
}
@font-face {
  font-family: roboto-thin;
  src: url("/images/font/roboto/web_fonts/roboto_thin_czech/Roboto-Thin-webfont.eot"), url("/images/font/roboto/web_fonts/roboto_thin_czech/Roboto-Thin-webfont.woff") format("woff"), url("/images/font/roboto/web_fonts/roboto_thin_czech/Roboto-Thin-webfont.ttf") format("truetype");
}
@font-face {
  font-family: roboto;
  src: url("/images/font/roboto/web_fonts/roboto_bold_czech/Roboto-Bold-webfont.eot"), url("/images/font/roboto/web_fonts/roboto_bold_czech/Roboto-Bold-webfont.woff") format("woff"), url("/images/font/roboto/web_fonts/roboto_bold_czech/Roboto-Bold-webfont.ttf") format("truetype");
  font-weight: bold;
}
#spinner, #product-to-cart-anim {
  position: absolute;
  display: none;
}

#products-toggle {
  display: none;
}

#main, #footer {
  padding: 20px;
}

.banner {
  background: #d10202;
  color: #ffffff;
  text-align: center;
  padding: 8px 0;
  z-index: 10000000;
  width: 100%;
  position: relative;
}
.banner p {
  margin: 0;
  font-size: 14px;
}

/* main layout */
#container {
  margin: 0 auto;
  text-align: left;
  line-height: 160%;
}
#container .header-wrapper {
  position: relative;
}
#container #header {
  height: 100px;
  padding: 0 0px;
  background: #00684E;
  position: relative;
}
#container #header .logo {
  float: left;
  height: 60px;
  width: 59px;
  margin: 15px 40px 15px 25px;
  background: url("/images/logo.png") center -60px no-repeat;
  position: relative;
}
#container #header .logo a {
  background: url("/images/logo.png") center top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-transition: opacity 0.75s ease-in;
  -webkit-transition: opacity 0.75s ease;
  -moz-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
}
#container #header .logo a:hover {
  opacity: 0;
}
#container #header .menu {
  float: left;
  height: 60px;
  padding: 10px 10px 30px 10px;
  width: 450px;
  border-left: 1px solid #338671;
  border-right: 1px solid #338671;
  overflow: hidden;
}
#container #header .menu ul {
  margin: 0;
}
#container #header .menu ul li {
  list-style: none;
  float: left;
  display: block;
  width: 32%;
  margin: 0 2% 0 0;
  color: #338671;
  line-height: 25px;
}
#container #header .menu ul li:nth-child(3n+0) {
  margin: 0;
}
#container #header .menu ul li a {
  font-size: 0.91em;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
}
#container #header .menu ul li a:before {
  content: "– ";
}
#container #header .menu ul li a:hover {
  text-decoration: underline;
}
#container #header .user-menu {
  float: right;
}
#container #header .user-menu .search {
  height: 40px;
  margin: 0 10px;
  float: left;
  margin-top: 30px;
  position: relative;
}
#container #header .user-menu .search input[type=text] {
  background: transparent;
  color: #FFF;
  width: 280px;
  font-size: 1.2em;
  border: 1px solid #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 0 9px 12px;
}
#container #header .user-menu .search ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #F5F5F5;
}
#container #header .user-menu .search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #F5F5F5;
  opacity: 1;
}
#container #header .user-menu .search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #F5F5F5;
  opacity: 1;
}
#container #header .user-menu .search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #F5F5F5;
}
#container #header .user-menu .search .glyphicon-search {
  background: url("/images/search-green.png") no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 11px;
  z-index: 10;
  cursor: pointer;
}
#container #header .user-menu .search .search-submit {
  background: #FFF;
  width: 115px;
  padding: 10px 0 10px 10px;
  cursor: pointer;
  color: #00684E;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  left: -3px;
  font-size: 15px;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#container #header .user-menu .item {
  position: relative;
  height: 100px;
  width: 90px;
  float: left;
  text-align: center;
  border-left: 1px solid #338671;
  color: #FFF;
  background-position: 50% 0;
}
#container #header .user-menu .item:last-child {
  border-right: 1px solid #338671;
}
#container #header .user-menu .item#login {
  background: url("/images/uzivatel.png") 50% 0 no-repeat;
}
#container #header .user-menu .item#login:hover {
  background-position: 50% -90px;
}
#container #header .user-menu .item#basket-header {
  background: url("/images/kosik.png") 50% 0 no-repeat;
}
#container #header .user-menu .item#basket-header:hover {
  background-position: 50% -90px;
}
#container #header .user-menu .item#basket-header .products-count, #container #header .user-menu .item#wishlist-header .products-count {
  position: absolute;
  right: 0;
  top: 0;
  background: url("/images/kosik_top_pocet_red.png") 0 0 no-repeat;
  color: #FFFFFF;
  width: 22px;
  height: 34px;
  text-align: right;
  padding: 3px 9px;
}
#container #header .user-menu .item#wishlist-header {
  background: url("/images/heart.svg") transparent no-repeat;
  background-size: 26px;
  background-position-y: 30px;
  background-position-x: center;
}
#container #header .user-menu .item#wishlist-header:hover {
  background-image: url("/images/heart--light-gray.svg");
}
#container #header .user-menu .item div {
  padding-top: 62px;
  text-transform: uppercase;
}
#container #header .user-menu .item a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #FFF;
}
#container #header #login-container {
  display: none;
  position: absolute;
  top: 95px;
  right: 46px;
  background: #00684E;
  width: 199px;
  color: #FFF;
  padding: 8px;
  border: 1px solid #FFF;
  z-index: 10000;
  border-radius: 6px;
}
#container #header #login-container h3 {
  margin-top: 0;
}
#container #header #login-container label {
  float: left;
  display: block;
  height: 25px;
  width: 65px;
  padding-bottom: 7px;
}
#container #header #login-container label.c-styled-checkbox {
  width: auto;
  margin-left: 65px;
}
#container #header #login-container input[type=text], #container #header #login-container input[type=password] {
  width: 120px;
  border: 1px solid #338671;
  background: transparent;
  padding: 0 5px;
  color: #E5E5E5;
}
#container #header #login-container #login-links {
  margin-top: 32px;
  font-size: 0.9em;
}
#container #header #login-container #login-links a {
  color: #FFF;
}
#container #header #login-container #login-links a.link-register {
  float: left;
}
#container #header #login-container #login-links a.link-forgotten {
  float: right;
}
#container #main {
  background: #EEE;
}
#container #main h3, #container #main h4 {
  text-align: center;
  text-transform: uppercase;
  color: #00684E;
  border-top: 2px solid #00684E;
  border-bottom: 1px solid #00684E;
  padding: 6px 0;
  margin: 0;
}
#container #main .services {
  padding-bottom: 10px;
}
#container #main .services:after {
  content: "";
  display: table;
  clear: both;
}
#container #main .service-wrapper {
  float: left;
  width: 33%;
  position: relative;
  padding: 10px 0 20px 0;
}
#container #main .service-wrapper h4 {
  padding: 20px 0 5px 0 !important;
  border: none !important;
  text-align: center;
}
#container #main .service-wrapper p {
  text-align: center;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
#container #main .service-wrapper .link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent url(/images/blank.png) repeat 0 0;
}
#container #main .service-wrapper.with-hover:hover {
  -webkit-box-shadow: 0px 1px 5px 0px #d0d0d0;
  -moz-box-shadow: 0px 1px 5px 0px #d0d0d0;
  box-shadow: 0px 1px 5px 0px #d0d0d0;
}
#container #main .service-image {
  width: auto;
  margin: auto;
}
#container #main #products-menu-container {
  z-index: 1000;
  background: #EEEEEE;
  min-height: 1px;
  float: left;
}
#container #main #products-menu-container ul {
  margin: 0;
}
#container #main #products-menu-container ul li {
  list-style: none;
  border-bottom: 1px solid #00684E;
  position: relative;
}
#container #main #products-menu-container ul li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 5px;
  color: #00684E;
  font-weight: bold;
}
#container #main #products-menu-container ul li a.akce {
  color: #FF020B;
}
#container #main #products-menu-container ul li a.active {
  color: #FFF;
  background: #00684E;
}
#container #main #products-menu-container ul li a.active.akce {
  color: #FFF;
}
#container #main #products-menu-container ul li ul {
  margin-bottom: 2px;
}
#container #main #products-menu-container ul li ul li {
  margin-left: 20px;
}
#container #main #products-menu-container ul li ul li:first-child {
  margin-top: 1px;
}
#container #main #products-menu-container ul li ul li:last-child {
  border: none;
}
#container #main #content {
  float: left;
  background: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  height: 100%;
}
#container #main #content .download .download-item {
  display: block;
  overflow: visible;
  margin-top: 10px;
  text-decoration: none;
}
#container #main #content .download .download-item:hover {
  text-decoration: underline;
}
#container #main #content .download .download-item .icon {
  float: left;
  padding-right: 10px;
}
#container .page-text-center p {
  text-align: center;
}
#container .news-actualities-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
#container #footer {
  background: #00684E;
  color: #FFF;
  position: relative;
}
#container #footer .bottom {
  border-top: 1px solid #EEE;
}
#container #footer .bottom .copy {
  float: left;
  padding: 10px 20px;
}
#container #footer .bottom .created {
  float: right;
  padding: 10px 20px;
}
#container #footer .bottom .created a {
  color: #FFF;
}
#container #footer .footer-special-links {
  position: absolute;
  bottom: 100px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#container #footer .footer-special-links--long {
  position: relative;
  bottom: auto;
}
#container #footer .footer-special-links li {
  list-style-type: none;
}
#container #footer .gdpr-link, #container #footer .footer-special-link {
  color: #ffffff;
  text-decoration: none;
}

#breadcrumb {
  border-top: 2px solid #00684E;
  border-bottom: 1px solid #00684E;
  padding: 8px 0;
  margin-bottom: 20px;
}

#facebook-box {
  position: fixed;
  top: 305px;
  left: -324px;
  width: 364px;
  height: 406px;
  z-index: 1000;
}
#facebook-box .fb-like-box {
  width: 321px;
  height: 400px;
  background: #FFF;
  border: 3px solid #3B5998;
  border-left: 0;
  float: left;
}
#facebook-box .fb-icon {
  width: 40px;
  height: 40px;
  background: url("/images/facebook.png") 0 0 no-repeat;
  float: right;
  z-index: 0;
}
#facebook-box .outer {
  width: 40px;
  height: 303px;
  background: transparent;
  float: right;
}

#gplus-box {
  position: fixed;
  top: 180px;
  left: -324px;
  width: 364px;
  height: 406px;
  z-index: 1000;
}
#gplus-box .gplus-like-box {
  z-index: 999;
  width: 321px;
  background: #FFF;
  border: 3px solid #FC4733;
  border-left: 0;
  float: left;
}
#gplus-box .gplus-icon {
  width: 40px;
  height: 40px;
  background: url("/images/gplus.png") 0 0 no-repeat;
  float: right;
  z-index: 0;
}
#gplus-box .outer {
  width: 40px;
  height: 303px;
  background: transparent;
  float: right;
}

.action {
  margin-bottom: 10px;
}
.action .items:after {
  content: "";
  display: table;
  clear: both;
}
.action .product-header {
  padding: 1%;
}
.action .detail {
  text-decoration: none;
  color: #00684E;
}

/* katalog */
#product-folder .item-count, .action .item-count {
  font-size: 1.3em;
  color: #00684E;
  font-family: roboto;
  float: left;
}
#product-folder .order-option, .action .order-option {
  float: right;
}
#product-folder .order-option ul li, .action .order-option ul li {
  list-style: none;
  float: left;
  margin: 0 5px;
}
#product-folder .order-option ul li a, .action .order-option ul li a {
  font-family: roboto;
  padding: 7px 10px;
  color: #00684E;
  text-decoration: none;
}
#product-folder .order-option ul li a:hover, .action .order-option ul li a:hover {
  background: #00684E;
  color: #FFF;
}
#product-folder .items, .action .items {
  margin-top: 25px;
}
#product-folder .items .product-header, .action .items .product-header {
  position: relative;
  background: #FFF;
  border: 1px solid #E5E5E5;
}
#product-folder .items .product-header:hover, .action .items .product-header:hover {
  border-color: #BBB;
}
#product-folder .items .product-header h4, .action .items .product-header h4 {
  text-align: center;
  font-family: roboto;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #00684E;
  margin: 0;
  border: none !important;
}
#product-folder .items .product-header .name p, .action .items .product-header .name p {
  height: 13%;
  text-align: center;
  font-size: 1.1em;
  color: #999;
  padding: 0;
  margin: 0;
}
#product-folder .items .product-header .thumb img, .action .items .product-header .thumb img {
  max-height: 170px;
}
#product-folder .items .product-header .link, .action .items .product-header .link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent url("/images/blank.png") repeat 0 0;
}
#product-folder .items .product-header .price, .action .items .product-header .price {
  border-top: 1px solid #E5E5E5;
  font-weight: bold;
  color: #999;
}
#product-folder .items .product-header .price .wrapper, .action .items .product-header .price .wrapper {
  padding-top: 10px;
}
#product-folder .items .product-header .price .detail, .action .items .product-header .price .detail {
  text-decoration: none;
  color: #00684E;
}
#product-folder .items .product-header .price .action-price, .action .items .product-header .price .action-price {
  color: #FF020B;
}

#product-detail {
  background: #FFF;
  border: 1px solid #EEE;
}
#product-detail .photos {
  float: left;
}
#product-detail .photos img {
  width: 100%;
  border: 2px solid #EEE;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#product-detail .photos img:hover {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #00684E;
}
#product-detail .info {
  float: right;
}
#product-detail .info .property {
  margin-bottom: 3px;
  text-transform: uppercase;
}
#product-detail .info .property.availability {
  padding: 30px 0 0 0;
}
#product-detail .info .property.availability .separator {
  border-top: 1px solid #FFF;
}
#product-detail .info .property .label {
  width: 34%;
  float: left;
  text-align: right;
  text-transform: capitalize;
}
#product-detail .info .property .label.product-availability {
  width: 47%;
}
#product-detail .info .property .separator {
  margin: 0 3%;
  width: 10%;
  float: left;
  display: block;
  margin-top: 9px;
  border: 0;
  border-top: 1px solid #00684E;
}
#product-detail .info .property .value {
  width: 50%;
  float: right;
}
#product-detail .info .property .value.product-availability {
  color: #00684E;
  font-size: 14px;
}
#product-detail .info .property .value.product-availability.na_dotaz {
  color: #5C5B5B;
}
#product-detail .info .separator {
  height: 1px;
  background: #00684E;
  margin: 25px 0;
}
#product-detail .info .variants-for-buy {
  text-transform: uppercase;
  width: 100%;
}
#product-detail .info .variants-for-buy tr.not-available {
  background: #F5F5F5;
  color: #BBB;
}
#product-detail .info .variants-for-buy tr:first-child:hover {
  background: transparent;
}
#product-detail .info .variants-for-buy tr:hover {
  background: #EEE;
}
#product-detail .info .variants-for-buy tr th {
  border-bottom: 1px solid #00684E;
  border-right: 20px solid transparent;
}
#product-detail .info .variants-for-buy tr th:last-child {
  border-right: none;
}
#product-detail .info .variants-for-buy tr td {
  padding: 5px;
}
#product-detail .info .variants-for-buy tr td.add-to-basket {
  text-align: right;
  position: relative;
}
#product-detail .info .variants-for-buy tr .quantity {
  width: 25px;
  text-align: center;
  margin: 0 10px 0 0;
}
#product-detail .info .variants-for-buy tr #add {
  border: 0;
  background: url("/images/dokosiku.png") no-repeat 0 0;
  width: 50px;
  height: 20px;
  cursor: pointer;
  margin: 0 0 0 10px;
}
#product-detail .info .variants-for-buy tr #add:hover {
  background: url("/images/dokosiku.png") no-repeat 0 -20px;
}
#product-detail .info .variants-for-buy tr #add.not-available {
  cursor: arrow;
}
#product-detail .info .variants-for-buy tr .not-available {
  margin: 4px 0 0 10px;
}
#product-detail #related-products {
  margin-top: 25px;
}

#contacts, #about {
  text-transform: uppercase;
  color: #00684E;
  line-height: 180%;
}
#contacts .title, #about .title {
  color: #BBB;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  text-align: center;
  line-height: 0.1em;
  height: 0.5em;
  padding-bottom: 0.3em;
  margin: 0.6em 0 1.2em;
  font-size: 1.1em;
}
#contacts .title span, #contacts .title img, #about .title span, #about .title img {
  padding: 0 6px;
  background: #FFF;
}
#contacts .title img, #about .title img {
  padding-bottom: 0.5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
#contacts .left, #about .left {
  width: 49%;
  margin-right: 2%;
  float: left;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#contacts .left:nth-child(even), #about .left:nth-child(even) {
  margin-right: 0;
}
#contacts .left .box, #about .left .box {
  margin-bottom: 45px;
}
#contacts .left .box .title, #about .left .box .title {
  margin: 0.6em -15px 1.2em;
}
#contacts a, #about a {
  color: #00684E;
  text-decoration: none;
}
#contacts p, #about p {
  padding: 0 15px;
}
#contacts .map, #about .map {
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin: 0 0 40px 0;
}
#contacts .work, #about .work {
  color: #AAA;
}
#contacts .avatar, #about .avatar {
  width: 50px;
  float: left;
  margin: 0 8px 8px 0;
}
#contacts .employee, #about .employee {
  float: left;
  margin-bottom: 8px;
}
#contacts .employee p, #about .employee p {
  margin: 0;
  padding: 0;
}

#references .reference-link {
  position: relative;
  margin: 20px 0;
  padding: 10px;
}
#references .reference-link:hover {
  background: #F5F5F5;
}
#references .reference-link img {
  float: left;
  margin-right: 25px;
}
#references .reference-link .info {
  float: left;
}
#references .reference-link .references-folder-link {
  margin-bottom: 10px;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #00684E;
  font-size: 1.5em;
  text-decoration: none;
}

.reference {
  margin-bottom: 35px;
  position: relative;
  padding: 10px;
}
.reference .title {
  font-size: 1.5em;
  color: #00684E;
  margin-bottom: 10px;
}
.reference .thumb {
  float: left;
  margin-right: 15px;
}
.reference .perex {
  float: left;
}
.reference .link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.reference:hover {
  background: #F5F5F5;
}

#article-detail #gallery {
  margin-top: 25px;
}
#article-detail #gallery .thumbs {
  margin-top: 10px;
}

#order-address {
  margin-top: 20px;
}
#order-address fieldset {
  border: 0;
  width: 400px;
  padding: 0;
  margin: 0 auto 25px;
}
#order-address fieldset legend {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #00684E;
  color: #00684E;
  background: transparent;
  margin-bottom: 10px;
}
#order-address fieldset dl {
  width: 350px;
  margin: 0 auto;
  padding: 0;
}
#order-address fieldset dt {
  display: inline-block;
  width: 125px;
  margin: 3px 10px 2px 0;
  vertical-align: top;
}
#order-address fieldset dt#note_customer-label {
  display: block;
}
#order-address fieldset dd {
  display: inline-block;
  width: 212px;
  padding: 0;
  margin: 3px 0;
}
#order-address fieldset dd input, #order-address fieldset dd select {
  width: 211px;
  padding: 2px 5px;
  border: 1px solid #00684E;
}
#order-address fieldset dd select {
  padding: 2px 0;
  width: 221px;
}

#conditions-box {
  text-transform: none;
  width: 100%;
  overflow: auto;
  text-align: left;
  border: 1px solid #D6EAD2;
  padding: 5px;
  line-height: 150%;
}
#order-confirm #conditions-box {
  height: 300px;
}

#user-profile .orders, #user-profile .addresses {
  border-spacing: 0;
  width: 100%;
}
#user-profile .orders tr.summary td, #user-profile .addresses tr.summary td {
  font-size: 1.3em;
  color: #FFF;
  background: #00684E;
  border-top: 1px solid #FFF;
}
#user-profile .orders tr:last-child td, #user-profile .addresses tr:last-child td {
  border-bottom: 2px solid #00684E;
}
#user-profile .orders tr.default td, #user-profile .addresses tr.default td {
  background: #FECF22;
}
#user-profile .orders tr th, #user-profile .addresses tr th {
  background: #00684E;
  color: #FFF;
  padding: 10px;
  font-weight: normal;
  font-size: 1.3em;
  text-align: center;
}
#user-profile .orders tr th.name, #user-profile .addresses tr th.name {
  text-align: left;
}
#user-profile .orders tr td, #user-profile .addresses tr td {
  background: #FFF;
  border-bottom: 1px solid #00684E;
  padding: 10px;
  text-align: center;
}
#user-profile .orders tr td.name, #user-profile .addresses tr td.name {
  text-align: left;
}
#user-profile .orders tr td.price, #user-profile .addresses tr td.price {
  text-align: right;
}
#user-profile .orders tr td a, #user-profile .addresses tr td a {
  color: #00684E;
  text-decoration: none;
}
#user-profile .orders tr td a:hover, #user-profile .addresses tr td a:hover {
  text-decoration: underline;
}
#user-profile .addresses th, #user-profile .addresses td {
  text-align: left !important;
}
#user-profile .billing, #user-profile .delivery {
  float: left;
  width: 47%;
  margin: 20px 6% 0 0;
}
#user-profile .billing p, #user-profile .delivery p {
  padding: 10px;
  border: 1px solid #CCC;
  background: #FFF;
}
#user-profile .billing {
  float: right;
  margin-right: 0;
}
#user-profile .delivery-payment-type strong {
  display: inline-block;
  width: 110px;
}

#user-info-edit dl {
  margin: 0;
  padding: 0;
}
#user-info-edit dt#personalinfo-label {
  height: 0;
  margin: 0;
  padding: 0;
}
#user-info-edit .user-form {
  width: 48%;
  margin-right: 2%;
  float: left;
}
#user-info-edit .user-form dd {
  margin: 0;
}
#user-info-edit .delivery-addresses {
  width: 50%;
  float: right;
}
#user-info-edit .delivery-addresses .delivery-address {
  margin-bottom: 6px;
  position: relative;
  background: #FFF;
  padding: 8px;
  cursor: pointer;
}
#user-info-edit .delivery-addresses .delivery-address.default, #user-info-edit .delivery-addresses .delivery-address:hover {
  background: #DDAF00;
}
#user-info-edit .delivery-addresses .delivery-address a.set-default {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#user-info-edit .delivery-addresses p.note {
  text-align: right;
}
#user-info-edit .delivery-addresses p.note a {
  color: #000;
}
#user-info-edit .delivery-addresses a.add-address {
  text-decoration: none;
  display: block;
  width: 10%;
  min-width: 100px;
  text-align: center;
  margin: 0 auto;
  color: #FFF;
  background: #00684E;
  padding: 8px 12px;
}

#error-page h1 {
  float: left;
  font-size: 4em;
  text-transform: none;
}
#error-page h2 {
  text-transform: none;
  float: right;
  font-size: 2em;
  margin-top: 2em;
  font-weight: normal;
}
#error-page p {
  font-size: 1.4em;
  font-weight: normal;
  line-height: 130%;
  margin: 0;
}
#error-page p.error-code {
  margin-top: 0.5em;
  font-size: 1.6em;
}
#error-page .btn-home {
  display: block;
  float: right;
  background: #00684E;
  color: #FFF;
  text-transform: uppercase;
  padding: 15px 45px;
  border-radius: 3px;
  text-decoration: none;
}
#error-page .btn-home:hover {
  background: #002E20;
}

#user-form .usermenu-link {
  color: #FFF;
}

#add-to-cart-animation {
  display: none;
  background: url("/images/kolecko.png") 0 0;
  width: 55px;
  height: 37px;
  text-align: center;
  padding-top: 18px;
}

.ui-autocomplete {
  border: 2px solid #00684E;
  border-radius: 0 !important;
  width: 276px;
  position: absolute;
  font-family: roboto;
  font-weight: normal;
  z-index: 10;
}
.ui-autocomplete .design-arrow {
  position: absolute;
  top: -12px;
  width: 100%;
  height: 12px;
  margin-top: 0 !important;
  padding: 0;
  background: transparent !important;
  border: none;
}
.ui-autocomplete .design-arrow img {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 12px;
}
.ui-autocomplete li {
  background: #FFF;
  padding: 8px;
  list-style: none;
}
.ui-autocomplete li .autocomplete-item {
  position: relative;
}
.ui-autocomplete li .autocomplete-item a {
  overflow: hidden;
}
.ui-autocomplete li .autocomplete-item .image {
  float: left;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  text-align: center;
  border: 1px solid #00684E;
}
.ui-autocomplete li .autocomplete-item .image img {
  max-width: 45px;
  max-height: 45px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
.ui-autocomplete li .autocomplete-item .name {
  float: left;
  display: block;
  font-size: 1.1em;
  width: 203px;
  text-align: left;
}
.ui-autocomplete li .autocomplete-item .price {
  margin-right: 15px;
  padding-top: 5px;
  text-align: right;
  color: #AAA;
  text-decoration: none;
}
.ui-autocomplete li a {
  color: #00684E;
  cursor: pointer;
  text-decoration: none;
}
.ui-autocomplete li:nth-child(odd) {
  background: #F5F5F5;
}
.ui-autocomplete li:hover {
  background: #A9E8C9;
}

#to-top {
  position: fixed;
  width: 65px;
  height: 65px;
  display: none;
  bottom: 10px;
  right: 10px;
  background: url("/images/stranka_top.png") left top no-repeat;
  cursor: pointer;
}
#to-top:hover {
  background-position: right bottom;
}

#highlighted {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0.8em;
  text-align: center;
  background: #A92210;
  color: #FFF;
  z-index: 10000;
}

.feed .actuality {
  padding-top: 20px;
  border-bottom: 1px solid #00684E;
}
.feed .date {
  background: #00684E;
  color: #FFF;
  padding: 3px;
}

.cycle-slideshow {
  width: 100%;
}
.cycle-slideshow:after {
  content: "";
  display: table;
  clear: both;
}

.cycle-carousel-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.modal-fade {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 10000;
}

#modal {
  background: #FFFFFF;
  z-index: 5000000;
  top: 83px;
  right: 0;
  /*left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;*/
  position: absolute;
  outline: none;
  -webkit-box-shadow: 0px 9px 31px -3px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 9px 31px -3px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 9px 31px -3px rgba(0, 0, 0, 0.41);
}

.modal-title {
  text-align: center;
  text-transform: uppercase;
  color: #00684E;
}

.modal-body {
  height: 100%;
  width: 90%;
  margin: 20px auto 50px auto;
}
.modal-body:after {
  content: "";
  display: table;
  clear: both;
}

.float-left {
  float: left;
  width: 25%;
  height: 100px;
  text-align: center;
}
.float-left img {
  border: 1px solid #999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
.float-left h4 {
  color: #00684E;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  margin: 0;
  padding-left: 5px;
}
.float-left h5 {
  color: #999;
  font-size: 12px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}

.modal-footer {
  margin-bottom: 10px;
}
.modal-footer .call-to-action {
  border: 1px solid #00684E;
  text-decoration: none;
  color: #FFFFFF;
  text-transform: uppercase;
}
.modal-footer .call-to-action:after {
  content: "";
  display: table;
  clear: both;
}
.modal-footer .call-to-action.white {
  background: #FFFFFF;
  color: #00684E;
}
.modal-footer .call-to-action.white:hover {
  color: #FFFFFF;
  background: #00684E;
}
.modal-footer .call-to-action.green {
  color: #FFFFFF;
  background: #00684E;
}
.modal-footer .call-to-action.green:hover {
  background: #FFFFFF;
  color: #00684E;
}

#product-folder .product-header .name, .action .product-header .name {
  position: relative;
  z-index: 10;
}

.guidelines-wrapper {
  margin-top: 60px;
}
.guidelines-wrapper .guideline-title-wrapper {
  border: 0.5px solid #D8D8D8;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
}
.guidelines-wrapper .guideline-title-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.guidelines-wrapper .guideline-title-wrapper h5 {
  line-height: 27px;
  float: left;
  padding: 0;
  margin: 0;
  color: #00684E;
  width: 95%;
  padding-right: 40px;
}
.guidelines-wrapper .guideline-title-wrapper span {
  float: right;
  line-height: 45px;
  height: 14px;
  width: 14px;
  background: url(/images/sort-down.png);
  background-size: 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.guidelines-wrapper .guideline-text-wrapper {
  display: none;
  border: 0.5px solid #D8D8D8;
  margin-bottom: 35px;
  padding: 20px;
}
.guidelines-wrapper .guideline-text-wrapper p, .guidelines-wrapper .guideline-text-wrapper a, .guidelines-wrapper .guideline-text-wrapper li {
  font-size: 14px;
  line-height: 2em;
}
.guidelines-wrapper .guideline-wrapper {
  margin-bottom: 20px;
}

.photo-gallery {
  text-align: center;
}
.photo-gallery img {
  margin: 5px;
}

.fence-construction-page {
  padding-bottom: 50px;
}

.request-form {
  background: #ffffff;
  width: 90%;
  margin: 20px auto 70px auto;
  border: 20px solid #ebebeb;
}
.request-form h3 {
  font-size: 16px;
  font-weight: 600;
  border-top: none !important;
  text-transform: none !important;
}
.request-form .reguest-form-header {
  width: 85%;
  margin: auto;
}
.request-form .file_upload {
  cursor: pointer;
}
.request-form #file-selected {
  padding-left: 15px;
  color: grey;
}
.request-form #file-selected span {
  margin: 5px 7px;
}
.request-form .file-button {
  background-color: white;
  border: 1px solid grey;
  color: #A0A0A0;
  padding: 4px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
}
.request-form .file-button .upload-image {
  margin-right: 10px;
}
.request-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
  -o-box-shadow: 0 0 0 30px white inset;
  -moz-box-shadow: 0 0 0 30px white inset;
}
.request-form .hidden {
  display: none !important;
  visibility: hidden !important;
}
.request-form .form-line {
  width: 85%;
  margin: 20px auto;
}
.request-form .form-line:after {
  content: "";
  display: table;
  clear: both;
}
.request-form .form-line.with-border {
  padding-top: 15px;
  border-top: 1px solid #D3D3D3;
}
.request-form .attachment-label {
  float: left;
  display: block;
  width: 13%;
  text-transform: uppercase;
}
.request-form .form-row:after {
  content: "";
  display: table;
  clear: both;
}
.request-form .form-row input, .request-form .form-row label {
  float: left;
}
.request-form .form-row label {
  text-transform: uppercase;
  float: left;
}
.request-form .form-row input {
  border: 1px solid #5C5B5B;
  float: left;
}
.request-form .form-row input:focus {
  outline: none !important;
  border: 1px solid #00684E;
}
.request-form .form-row.half {
  width: 45%;
  float: left;
}
.request-form .form-row.half label {
  width: 30%;
}
.request-form .form-row.half input {
  width: 68%;
}
.request-form .form-row.second {
  margin-left: 10%;
}
.request-form .form-row.whole {
  width: 100%;
}
.request-form .form-row.whole label {
  width: 13%;
}
.request-form .form-row.whole input {
  width: 86%;
}
.request-form .form-row.whole textarea {
  width: 84%;
  border: 1px solid #5C5B5B;
}
.request-form .form-row.whole textarea:focus {
  outline: none !important;
  border: 1px solid #00684E;
}
.request-form .form-row #note {
  padding: 5px;
  height: 60px;
  outline: none;
}
.request-form #antispam_jquery {
  display: none;
}
.request-form #submit_request {
  background: #00684E;
  border: 1px solid #00684E;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px;
}
.request-form #submit_request:hover {
  background: #002E20;
}
.request-form .errors {
  margin-top: 30px;
  color: red;
}

.fence-construction-page p {
  font-size: 13px;
}

.red {
  color: red;
}

.button, button.wishlist-control {
  display: inline-block;
  padding: 2px 6px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  outline: none;
}

button.wishlist-control .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent no-repeat;
  background-size: 16px;
}
button.wishlist-control .icon {
  background-image: url("/images/heart-o--gray.svg");
}
button.wishlist-control:hover .icon {
  background-image: url("/images/heart--gray.svg");
}
button.wishlist-control.is-in-wishlist .icon {
  background-image: url("/images/heart--red.svg");
}
button.wishlist-control.is-in-wishlist:hover .icon {
  background-image: url("/images/heart-o--red.svg");
}

.button {
  margin: 20px auto 5px;
  min-width: 200px;
  padding: 10px 30px;
  border: 1px solid transparent;
  cursor: pointer;
  text-transform: uppercase;
}

.button--default {
  background: white;
  border-color: #A9A9A9;
}
.button--default:hover {
  background: #f2f2f2;
}

.button--primary {
  color: #fff;
  background: #00684E;
}
.button--primary:hover {
  background: #002E20;
}

.inline-warning {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  line-height: 1;
  vertical-align: baseline;
  border-radius: 0.25em;
  color: white;
  background: red;
  font-weight: bold;
  cursor: help;
}

.banner-alert {
  text-align: center;
  font-size: 1.2em;
  padding: 1em 0;
  border: 1px solid #FCD113;
  background: #FFF0A5;
  color: #856404;
  margin-bottom: 1em;
}

input.is-invalid {
  border-color: #CD0A0A;
  border-style: solid;
}

/*# sourceMappingURL=layout.css.map */
