/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  #top-bar {
    text-align: center;
  }
  #top-bar .logo {
    display: block;
    width: 100%;
  }
  #top-bar .soft-nav {
    width: 100%;
  }
  #top-bar ul li {
    margin-right: 10px;
  }
  #filter .search-form input[type="search"] {
    width: 205px;
  }
  .thumb-nav {
    margin: 15px;
  }
  .product-list .price {
    margin: 0;
    display: block;
    margin-bottom: 18px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  #input-search.form-control {
    margin-bottom: 10px;
  }
  .chosen-select {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  #filter.index-filter {
    margin-top: 20px;
  }
  #main-wrapper {
    position: relative;
  }
  html.full-height {
    height: auto;
  }
  html.full-height body {
    height: auto;
  }
  .main-content {
    padding-bottom: 0px;
  }
  footer {
    height: inherit;
  }
  .tar {
    text-align: inherit;
  }
  footer.bottom-footer {
    position: static;
  }
  #top-bar {
    height: auto;
    line-height: normal;
    text-align: center;
  }
  #top-bar a.logo {
    float: none!important;
    margin-bottom: 25px;
  }
  #top-bar ul {
    float: none!important;
  }
  #top-bar ul li {
    margin: 0;
    margin-bottom: 20px;
    width: 48.999%;
    text-align: left;
  }
  #filter .form,
  #filter .search-form {
    margin: 0;
    float: none!important;
    display: block;
  }
  #filter .form input,
  #filter .search-form input {
    float: none!important;
    margin-bottom: 15px;
  }
  #filter .search-form input[type="search"],
  #filter .search-form input[type="submit"] {
    width: 100%;
    display: block;
    position: static;
    height: 70px;
  }
  .chosen-container {
    width: 100%!important;
    margin: 0;
    margin-bottom: 15px;
  }
  .chosen-container-single .chosen-single {
    margin: 0;
    width: 100%!important;
    height: 70px;
    line-height: 70px;
  }
  #filter .form input.button-style {
    width: 100%;
    height: 70px;
  }
  .thumb-nav {
    margin: 15px;
  }
  .thumb-nav a {
    margin-bottom: 30px;
  }
  #filter.filter-bordered input {
    margin-bottom: 15px;
  }
  .product-list .product {
    text-align: center;
  }
  .product-list .product table {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
  }
  .product-list .product .button-style {
    height: 50px;
    line-height: 47px;
    margin: 10px 0;
  }
  .product-list .product .image {
    padding-top: 20px;
    margin: 0;
    margin-bottom: 25px;
    float: none;
    min-width: inherit;
  }
  .product-list .product .image img {
    display: block;
  }
  .product-list .product .middle,
  .product-list .product .button-style,
  .product-list .product .price {
    display: block;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .print-models .model-slider-wrap .model-arrow {
    top: -46px;
  }
  .model-slider-wrap .model-arrow {
    top: -28px;
    left: 180px;
  }
  nav ul li:first-child a {
    border-radius: 0px;
  }
  .contacts {
    margin-top: 0;
  }
  .contacts table {
    text-align: center;
  }
  .contacts table tr td:first-child {
    font-weight: 700;
    margin-bottom: 5px;
  }
  .contacts table tr td:last-child {
    margin-bottom: 15px;
  }
  .contacts table td {
    width: 100%;
    display: block;
    padding: 0!important;
  }
  .duk .item .answer {
    padding: 0;
    text-align: center;
  }
  .duk .item .question {
    text-align: center;
  }
  .title {
    margin-top: 30px;
  }
  #main-slider .slide {
    height: auto;
    padding: 25px;
    text-align: center;
  }
  #main-slider .block {
    width: 100%;
    padding-top: 0;
  }
  #main-slider .block h1 span {
    font-size: 35px;
  }
  nav {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    display: none;
    margin-top: 0;
  }
  nav ul {
    display: block;
  }
  nav ul li {
    display: block;
    border-bottom: 1px solid #fbe9d0;
  }
  nav ul li:last-child {
    border: 0px;
  }
  nav.active {
    display: block;
  }
  .thumb-nav {
    margin: 15px;
  }
  .thumb-nav a {
    margin-bottom: 30px;
  }
  .preke .main-image {
    padding: 35px 0;
  }
  .specs table th,
  .specs table td {
    padding: 16px 5px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  form input.button-style {
    padding: 0 5px;
  }
  .preke table td {
    padding: 0 10px;
  }
  #top-bar ul li {
    width: 100%;
    display: block;
    text-align: center;
  }
  footer {
    height: auto;
    line-height: 2;
    text-align: center;
  }
  footer div,
  footer span {
    float: none!important;
  }
  .specs table {
    display: none;
  }
}
/* Custom, iPhone Retina */
