/*
Theme Name: HTS
Description: HTS
Author: kodoGrafia
Author URI: http://kodoGrafia.pl/
Version: 1.0
Tags:  kodoGrafia
*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

body {
  font-family: 'Foco', Arial, sans-serif;

}

html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 18px !important;
  line-height: 1.4;
}

h1,
h2,
h3 {
  color: #236192;
}

h1 {
  font-size: 40px;
}

/* body font size
 */

.main-container, .news-container, .news-box, .container, .about-us-container, .top-container p {
  font-size: 18px !important;
	color: #7b7b7b
}

.container p {
	margin: 30px;
	text-align: center;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a,
a:visited {
  text-decoration: none;
  color: #4bbae7;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

a:hover,
a:active {
  color: #236192;
}

.btn,
a.btn,
button.btn {
  color: #fff;
  border-radius: 0;
  border: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 32px;
  padding-right: 32px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.row > .col-xs-8 > .btn {
  display: block;
  margin: 0 -15px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

.btn-primary,
.btn-primary:visited {
  background: #4bbae7;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #236192;
}

.btn-inverted,
.btn-inverted:visited {
  background: #4bbae7;
  color: #fff;
}

.btn-inverted:hover,
.btn-inverted:focus,
.btn-inverted:active {
  color: #236192;
  background: #fff;
}

/* Right socials */

.social-bookmarks {
  position: fixed;
  width: 30px;
  right: 0;
  top: 50%;
  margin-top: -98px;
  z-index: 111;
}

.social-bookmarks a {
  display: block;
  padding: 15px;
  height: 95px;
  margin-bottom: 7px;
  text-indent: -9999px;
  color: #fff;
}

.social-bookmarks .fb-bookmark {
  background: url(img/fb_bookmark.jpg) #395994 no-repeat center center;
}

.social-bookmarks .gp-bookmark {
  background: url(img/gp_bookmark.jpg) #3f9fbe no-repeat center center;
}

body {
  padding-top: 50px;
}

/* Header */
.head {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 112;
}

.head .navbar {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}

.head .navbar-toggle {
  border-color: #8dc8e8;
  margin-top: 0;
  padding: 5px;
}

.head .navbar-toggle .icon-bar {
  width: 18px;
  height: 1px;
}

.head .navbar-toggle .icon-bar {
  background-color: #4bbae7;
}

.head .navbar-nav li {
  font-size: 18px;
}

.head .navbar-nav li a {
  padding-top: 20px;
  text-align: center;
  color: #236192;
}

.head .navbar-nav li a:hover,
.head .navbar-nav li a:focus {
  color: #4bbae7;
  background: none;
}

.head .navbar-nav li a.active, .head .navbar-nav li.current_page_item a {
  color: #4bbae7;
}

.head .navbar-header .navbar-brand {
  display: block;
  margin-left: 15px;
  width: 50px;
  height: 26px;
  padding: 0;
  text-indent: -9999px;
  background: url(img/logo_hts.jpg) no-repeat;
  background-size: 100% auto;
}

/* Top banner*/

.top-banner {
  height: 250px;
  text-align: center;
}

.top-banner .banner-content {
  position: relative;
  padding-top: 100px;
}

.top-banner.bx-banner {
  height: 220px;
  background: url(img/bg_top_slider.jpg) center 0 no-repeat;
  background-size: cover;
}

.top-banner.bx-banner h1 {
  margin: 0;
  font-size: 30px;
  color: #fff;
}

.top-banner.bx-banner .container p {
  margin-bottom: 4px;
}

.top-banner p {
  font-size: 12px;
  color: #fff;
}

.top-banner .container .about-us p {
  margin-bottom: 55px;

}

/*.top-banner .btn {
  width: 100%;
  max-width: 300px;
}*/

/* Bx slider styles */

.bx-controls-direction {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s easy-in-out;
}

.main-slider {
  position: relative;
}

.bx-wrapper img {
  min-width: 100%;
}

.bx-slider-top li {
  overflow: hidden;
  height: 250px;
}

.bx-slider-top .bx-but-wrapper {
  display: inline-block;
}

.bx-slider-top a {
  display: table;
  margin: 0 auto;
}

.bx-controls {
  position: absolute;
  left: 0;
  right: 0;
	margin-bottom:20px;
}

.bx-controls .bx-pager {
  display: table;
  margin: 0 auto;
}

.top-banner .bx-controls {
  bottom: 10px;
}

.bottom-container .bx-controls {
  top: -20px;
}

.bx-slider-bottom {
  margin: 0;
  padding: 0;
}

.bottom-container .bx-wrapper {
  position: relative;
  margin-bottom: 36px;
}

.bx-controls .bx-pager-item {
  display: inline-block;
  margin: 0 4px;
}

.bx-controls .bx-pager-item a {
  display: inline-block;
  text-indent: -9999px;
  border-radius: 13px;
  width: 13px;
  height: 13px;
  background-color: #4bbae7;
}

.bx-controls .bx-pager-item a.active {
  background-color: #236192;
}

.bx-pager {
  text-align: center;
}

/* Main nav */
.main-nav .container {
  padding: 0;
}

.nav-tabs {
  position: relative;
  margin: 0;
}

.nav-tabs > li,
.nav-tabs > li.active > a,
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:active {
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
}

.nav-tabs > li {
  position: static;
}

.nav-tabs > li a {
  position: relative;
}

.nav-tabs.nav-justified>li>a {
  margin-bottom: 0;
}

.nav-tabs>li.active:nth-child(1)>a,
.nav-tabs>li:nth-child(1)>a:hover,
.nav-tabs>li:nth-child(1)>a:focus {
background-color: #8dc8e8;
}

.nav-tabs>li.active:nth-child(2)>a,
.nav-tabs>li:nth-child(2)>a:hover,
.nav-tabs>li:nth-child(2)>a:focus {
background-color: #4bbae7;
}

.nav-tabs>li.active:nth-child(3)>a,
.nav-tabs>li:nth-child(3)>a:hover,
.nav-tabs>li:nth-child(3)>a:focus {
background-color: #236192;
}

.nav-tabs > li:nth-child(1) > a {
  background-color: #8dc8e8;
}

.nav-tabs > li:nth-child(2) > a {
  background-color: #4bbae7;
}

.nav-tabs >li:nth-child(3) > a {
  background-color: #236192;
}

.nav-tabs {
  z-index: 99;
}

.nav-tabs > li {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.nav-tabs > li.active {
  z-index: 100;
}

.nav-tabs > li.active > a:after {
  display: block;
  width: 37px;
  height: 18px;
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -18px;
  background: url(img/ico_down_arrow_1.png) no-repeat;
  z-index: 101;
}

.nav-tabs > li.active:nth-child(2) > a:after {
  background: url(img/ico_down_arrow_2.png) no-repeat;
}

.nav-tabs > li.active:nth-child(3) > a:after {
  background: url(img/ico_down_arrow_3.png) no-repeat;
}
 .nav-tabs{
  width: 100% !important;

}
.nav-tabs>li{
  display: block !important;
  width: 100% !important;
  float: left !important;
}
.nav-tabs > li > a {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  padding-left:0;
  padding-right: 0;
}

.nav-tabs li .search-content {
  display: none;
  position: relative;
}

.nav-tabs li .search-content p:after {
  position: absolute;
  top: 45%;
  right: 35px;
}

.nav-tabs.nav-justified>li>a {
  border: none;
}

.nav-tabs>li:hover {
  border: none;
  color: #4bbae7;
}

.main-nav .nav-tabs.nav-justified>li>a {
  padding-top: 16px;
  padding-bottom: 17px;
}
.product-cat  .main-nav .nav-tabs.nav-justified>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.tabs-el {
  z-index: 20;
}

.tabs-el .page-header {
  display: none;
  margin: 0;
  background: #e8f4fa;
  border-bottom: 1px solid #4bbae7;
}
.breadcrumb-cont{
  background: #fff;
}

.breadcrumb {
  margin: 0;
  padding: 21px 10px;
  line-height: 1;
  background-color: transparent;
}

.breadcrumb li {
  font-size: 12px;
  color: #236192;
  transition: all .3s ease-out;
}

.breadcrumb a {
  color: #4bbae7;
}
.breadcrumb a:after{
  color: #236192;
  content:" -"  
}
.breadcrumb  li a:hover {
  text-decoration: none;
}

.breadcrumb>li+li:before {
  content: none;
}

/* Main container */

.page-header {
  margin: 26px 0 50px 0;
  padding: 0;
  border: none;
}

.page-header.centered {
  margin-top: 24px;
  margin-bottom: 0;
}

.home .page-header.centered {
  margin-top: 36px;
  margin-bottom: 36px;
}

.page-header form {
  position: relative;
}

.page-header.search,
.page-header.newsletter {
  border-bottom: 1px solid #4bbae7;
}

.page-header.search input[type="text"],
.page-header.newsletter input[type="email"] {
  display: inline-block;
  padding: 20px 28px 20px 8px;
  width: 100%;
  outline: none;
  border: none;
  font-size: 14px;
  font-family: 'Foco', Arial, sans-serif;
  font-weight: 100;
  color: #8dc8e8;
  background-color: #e8f4fa;
}

.page-header.search input[placeholder],
.page-header.newsletter input[placeholder] {
  color: #8dc8e8;
}

.page-header.search form input[type="submit"],
.page-header.newsletter form input[type="submit"] {
  display: block;
  width: 23px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 17px;
  border: none;
  margin-top: -15px;
  text-indent: -9999em;
  background: url(img/ico_magnifier.png) no-repeat;
  background-size: 100% auto;
}

.page-header.newsletter form input[type="submit"] {
  width: 24px;
  height: 16px;
  margin-top: -12px;
  background-image: url(img/ico_right_direction.png);
}

.page-header.catalog {
  position: relative;
  padding-top: 20px;
  padding-bottom: 70px;
}

.page-header .slide-up {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: 0;
  width: 70px;
  height: 70px;
  text-indent: -9999em;
  background: url(img/arrow_slideup.png) center no-repeat;
}

.page-header.catalog {
  overflow: hidden;
}

.page-header.catalog h4 {
  margin-top: 0;
  margin-bottom: 18px;
  color: #236192;
}

.page-header.catalog h4 a {
  color: #236192;
}

.page-header.catalog h4 a:hover {
  color: #4bbae7;
}

.page-header.catalog a {
  color: #4bbae7;
}

.page-header.catalog a:hover {
  color: #236192;
}

.page-header.catalog ul {
  margin: 0 0 18px;
  padding: 0;
}

.page-header.catalog ul li {
  list-style: none;
}

.page-header h1 {
  margin: 0 0 18px;
}
.category .page-header h1,
.single .page-header h1  {
  font-size:20px; 
}
.single .page-header h1{
  text-align:left
}
.single-post .page-header h1{
   text-align:center
}
.page-header small {
  display: block;
  margin-top: 16px;
  font-size: 12px;
  color: #7b7b7b;
}

.page-header article {
  margin-top: 8px;
  padding-bottom: 76px;
}

.page-header article p {
  margin: 26px 0 0 0;
  font-size: 16px;
  color: #7b7b7b;
}

.page-header .sidebar {
  margin-top: 106px;
}

.page-header .sidebar h3 {
  margin: 0;
}
.page-header .sidebar ul {
  padding: 0;
}

.page-header .sidebar li {
  margin-bottom: 20px;
  list-style: none; 
}

.page-header .sidebar li a {
  color: #8dc8e8;
  transition: all .3s ease-out;
}

.page-header .sidebar li a:hover {
  color: #236192;
  text-decoration: none;
}

.page-header .sidebar li small {
  margin: 0;
} 

/* Footer */

.foot {
  background-color: #e8f4fa;
}

.foot .row:first-child {
  padding-top: 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid #badae9;
}

.foot .foot-copyrights p {
  text-align: center;
}

.foot h3,
.foot ul {
  margin: 0;
  padding: 0;
}

.foot h3 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
}

.foot li {
  list-style: none;
  font-size: 12px;
}

.foot p,
.foot a,
.foot small,
.foot address {
  color: #7b7b7b;
  font-size: 12px;
}

.foot li a:hover {
  color: #8dc8e8;
  text-decoration: none;
}

.foot .col {
  margin-bottom: 30px;
}

.foot-orders {
  clear: both;
}

.foot-contact a:hover {
  color: #8dc8e8;
  text-decoration: none;
}

.foot-orders li {
  font-size: 14px;
  font-weight: 600;
  color: #236192;
}

.foot-orders li:nth-child(2) {
  padding-left: 17px;
}

.foot-logo {
  margin-top: 65px;
}

.foot-logo a {
  display: block;
  width: 100%;
  height: 40px;
  text-indent: -9999px;
  background: url(img/logo_business.png) no-repeat;
  background-size: 130px auto;
}

.foot-copyrights p {
  margin: 0;
  padding: 35px 0;
}

/* Index styles */

/* Main container */

.page-header h1 {
  text-align: center;
}

.news {
  margin: 0;
  padding: 0;
  width: inherit;
}

.news:after {
  content: " ";
  display: table;
}

.news li {
  list-style: none;
  clear: both;
}

.page .news-box:nth-child(4n){
  clear:both;
}

.news-box h2,
.news-box h3,
.news-box p,
.news-box a,
.news-box small,
.contact-box h3,
.contact-box h4,
.contact-header h3,
.contact-box p,
.contact-box span,
.contact-box a {
  display: block;
  text-align: center;
}

.contact-box p,
.contact-box span,
.contact-box a,
.contact-box li {
  font-size: 12px;
}

.news-box h3 {
  font-size: 20px;
  color: #236192;
}

.news-box h2 {
  margin: 12px 0 0;
  font-size: 40px;
  color: #236192;
}

.news-box p,
.news-box span,
.main-contact-box.contact-box ul li {
  color: #7b7b7b;
	  font-size: 18px !important;
}

.news-list,
.contact-list {
  margin: 0;
  padding: 0;
}

.news-list li,
.contact-list {
  list-style: none;
}

.news-list li {
  border-bottom: 1px solid #bdcfde;
}

.news-list li:last-child {
  border: none;
}

.news-list li:after,
.contact-list li:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

.news-container .news-box h3 {
  color: #4bbae7;
}

.news-container .news-box p {
  min-height: 60px;

}

.news-container .news-box .butn {
  padding: 15px 30px;
}

.main-contact-box.contact-box {
  padding: 0 20px;
}

.main-contact-box.contact-box p {
  font-weight: 500;
}

.main-contact-box.contact-box a {
  display: block;
  text-align: center;
}

.main-contact-box.contact-box ul {
  margin: 0;
  padding: 0 0 24px 0;
}

.main-contact-box.contact-box .con-tel {
  padding-bottom: 24px;
}

.main-contact-box.contact-box ul li {
  padding-left: 28px;
  list-style: none;
  text-align: center;
}

.main-contact-box.contact-box ul li:first-child {
  padding-left: 0;
}

.contact-box {
  margin-bottom: 42px;
  min-height:240px;
}

.contact-box h3 {
  font-size: 20px;
}

.contact-list h4 {
  font-size: 16px;
}

.contact-list h4,
.contact-list p {
  margin: 0;
}
.contact-list span,
.contact-list p {
  color: #7b7b7b;
}

.contact-list a {
  color: #4bbae7;
}

.contact-list h4 {
  margin-bottom: 0px;
  color: #236192;
}

.contact-list a {
  display: inline-block;
}

.contact-header {
  margin-bottom: 35px;
  background-color: #f3f9fd;
  border-top: 1px solid #b4cbdd;
  border-bottom: 1px solid #b4cbdd;
}

.contact-header h3 {
  margin: 0;
  padding: 12px 0;
  font-size: 14px;
}

.gmap {
  height: 516px;
}

.pagination-list {

  display: table;
  margin: 0 auto 50px;
  padding: 0;
}

.pagination-list li {
  display: inline;
  list-style: none;
}

.pagination-list li a, .pagination-list li span{
  color: #fff;
  background: #4bbae7;
  border:0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-left: 1px;
  padding: 6px 0;
  min-width: 30px;
  font-size: 16px;
  display:inline-block;
  text-align:center;
}
.pagination-list li.none{
  display:none;
}
.pagination-list li a:hover, .pagination-list li a:focus, .pagination-list li a:active {
  background: #236192;
  text-decoration: none;
}
.pagination-list li .previous,
.pagination-list li .next {
  text-indent: -9999px;
  position: relative;
}

.pagination-list li .previous:before,
.pagination-list li .next:before {
  display: block;
  width: 20px;
  height: 18px;
  content: "";
  position: absolute;
  top: 25%;
  text-indent: 0px;
}

.pagination-list li .previous:before {
  left: 25%;
  background: url(img/arrow_pag_left.png) no-repeat;
}

.pagination-list li .next:before {
  right: 25%;
  background: url(img/arrow_pag_right.png) no-repeat;
}
.pagination-list li .current{
  background: #8DC8E8;
}

.top-container {
  margin-bottom: 54px;
}

.top-container img{
  display: block;
  margin: 0 auto;
}
.top-container img.alignleft,
img.alignleft, .alignleft{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.top-container img.alignright,
img.alignright, .alignright
{
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.top-container img.aligncenter,
img.aligncenter, .aligncenter
{
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  display: block;
  clear: both;
  text-align: center;
}
img{
	max-width: 100% !important;
  height: auto !important
}
.about-us-intro p {
  margin: 0;
  font-size: 20px;
  text-align: center;
  color: #236192;
}

.about-us-content p {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #7b7b7b;
}

.middle-container {
  background-color: #236192;
  text-align: center;
}

.middle-container img {
  display: block;
  width: 100%;
  height: auto;
}

.middle-container h2 {
  margin: 0;
}

.middle-container .promo-text {
  padding: 36px;
  color: #fff;
	text-align: center;
}

.middle-container .promo-banner {
  float: right;
  display: block;
  margin: 0 -15px 0 0;
  height: 200px;
  width: 630px;
  text-indent: -9999px;

}

.middle-container .promo-text h2 {
  font-size: 30px;
  color: #fff;

}

.middle-container .promo-text p {
  font-size: 16px;
  font-weight: 100;

}

.bottom-container {
  margin-bottom: 54px;
}

.bottom-container .news-box h3,
.bottom-container .news-box h3 a {
  color: #4bbae7;
}

.bottom-container .news-box h3 a:hover {
  color: #236192;
}

.btn-benefits {
  display: table;
  margin: 0 auto 54px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.product-cat .nav-tabs {
  margin-bottom: 40px;
}

.product-cat .page-header {
  position: static;
  border: 0;
  background: #fff;
}

.product-cat .page-header {
  display: none;
  font-size: 16px;
  line-height: normal;
  color: #7b7b7b;
}

.product-cat .page-header:first-child {
  display: block;
}

.product-cat .page-header p {
  font-size: 16px;
  line-height: normal;
  color: #7b7b7b;
}

.product-cat .prod-gall {
  list-style: none;
  margin-bottom: 30px;
  padding: 0;
}

.product-cat .prod-gall a {
  display: block;
  height: 220px;
  line-height: 220px;
  text-align: center;
  border: 1px solid #fff;
  border-bottom-color: #bdcfde;
}

.product-cat .prod-gall a:hover {
  border-color: #8dc8e8;
}

.product-cat .prod-gall img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.table-wrap {
  width: 100%;
  overflow: auto;
}

.table-wrap table {
  font-size: 16px;
  color: #7b7b7b;
  border-color: #b8cddd;
  border-bottom: 1px solid #b8cddd;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}        
.table-wrap table>thead>tr>th, .table-wrap table>tbody>tr>th, .table-wrap table>tfoot>tr>th, .table-wrap table>thead>tr>td, .table-wrap table>tbody>tr>td, .table-wrap table>tfoot>tr>td{
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table-wrap table>thead>tr>th{
  background:#e8f4fa;
}
.table-wrap table  > tbody > tr > td {
  border-color: #b8cddd;
}

.table-wrap table  > thead:first-child > tr:first-child > th,
.table-wrap table  > thead > tr > th,
.table-wrap table  > tbody > tr > th {
  font-weight: 400;
  color: #236192;
  border-top: 1px solid #b8cddd;
  border-bottom: 1px solid #b8cddd;
}

.table-wrap table >tbody>tr:nth-child(odd)>td,
.table-wrap table >tbody>tr:nth-child(odd)>th {
  background: #f9fcfe;
}
.table-wrap table >tbody>tr:first-child>th{
   background:#e8f4fa;
}
.table-wrap table.typy{
  margin-top:40px !important;
}
.stripped-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #b8cddd;
}

.stripped-list li {
  padding: 0 10px;
  line-height: 34px;
  border-bottom: 1px solid #b8cddd;
}

.stripped-list li:nth-child(odd) {
  background: #f3f9fd;
}

.block-title {
  margin: 0 0 35px;
  padding: 10px 0;
  border-top: 1px solid #b6ccdd;
  border-bottom: 1px solid #b6ccdd;
  text-align: center;
  font-size: 20px;
  background: #f3f9fd;
}

.prod-list {
  margin-bottom: 15px;
}

.prod-list:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

.prod-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.prod-list li {
  position: relative;
  float: none;
  border: 1px solid #bdcfde;
  margin: 0 10px 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out; 
}

.prod-list li:hover {
  border-color: #8dc8e8;
}

.prod-list li .more {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.prod-list .pic-wrapper {
  padding: 10px 0;
}

.prod-list .pic-wrapper img {
  display: block;
  width: auto;
  margin: 0 auto;
}

.prod-list p {
  margin: 0 0 15px;
  font-size: 20px;
  color: #236192;
  overflow: hidden;
  text-overflow: ellipsis;

}

.prod-list p span:before {
  content: "(";
}

.prod-list p span:after {
  content: ")";
}

.prod-list h3 {
  font-size: 20px;
  color: #4bbae7;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out; 
}

.prod-list li:hover h3 {
  color: #8dc8e8;
}

.prod-list h3 span {
  display: block;
  font-size: 14px;
  color: #7b7b7b;
}

.prod-filter {
  margin-bottom: 35px;
  padding: 10px;
  border-top: 1px solid #b6ccdd;
  border-bottom: 1px solid #b6ccdd;
  background: #f3f9fd;
}

.prod-filter span {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  color: #236192;  
  text-align: center;
}

.prod-filter label {
  font-size: 14px;
  float: left;
  margin-right: 20px;
  font-weight: 400;
  color: #7b7b7b;
  line-height: 36px;
}

.prod-filter select {
  height: 36px;
  border: 1px solid #4bbae7;
}

.prod-filter .field-custom-select {
  float: none;
  margin-bottom: 15px;
}

.prod-filter .field-custom-select select {
  width: 220px;
}

.prod-filter .field-custom-select.custom-select-narrow select {
  width: 60px;
}

.prod-filter .btn {
  width: 100%;
  text-align: center;
}

.prod-list.prod-list-alt li {
  border: 1px solid transparent;
  border-bottom: 1px solid #bdcfde;
}

.prod-list.prod-list-alt li:hover {
  border: 1px solid #8dc8e8;
}

.top-banner {
  background: url(img/bg_top_banner.jpg) no-repeat;
  background-size: cover;
}

/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .prod-list li {
    overflow: hidden;
    width: 355px;
    float: left;
    margin: 0 10px 20px; 
  }
  .prod-list .pic-wrapper {
    display: table-cell;
    vertical-align: middle;
    height: 63px;
    width: 355px;
    padding: 0;
  }
  .prod-list.prod-list-alt .pic-wrapper {
    height: 167px;
  }
  .prod-list.prod-list-alt li {
     
  }
  .prod-filter .field-custom-select {
    float: left;
    margin-right: 35px;
  }
  .prod-list h3 {
    margin: 0 0 14px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .prod-list li {
    width: 220px; 
  }
  .prod-filter {
    clear: both;
  }
  .prod-filter:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
  }
  .prod-filter .btn {
    float: right;
    width: auto;
  }
}

.print-stripes {
  display: none;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .prod-list li {
    width: 272px;
  }
}
@media (max-width: 320px) {
  .foot-orders li{
    font-size:13px;
  }
}
.page-header.catalog h4 img {
    display:none
}
.mc4wp-form{
  margin:0 !important;
}

@media (max-width: 500px) {
.cat-list li,.prod-list-alt li{
  height:auto !important;
}
}

/*tmp*/
.product-cat .prod-gall img, .prod-list .pic-wrapper img {max-height: 80%; height: auto; max-width: 80%; width: auto;}

/*cennik*/
.cennik .page-header{
  text-align: center;
  padding-bottom: 40px;
}
.cennik  h3{
  font-size: 24px;
  padding-top: 20px;
}
.cennik .page-header h4{
  margin-top: 0;
}
.cennik img{
  margin-bottom:20px;
}
img.border{
  border:1px solid #d7e1ea;
}
.cennik a h4{
      color: #4bbae7;
      font-size: 17px;

}
.cennik .contact-box{
  text-align: center;
}
.cennik-producenci img{
  max-height: 190px;
  width:auto;
}

.opt-h1 {
	color: #236192 !important;
	font-family: inherit !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    color: inherit !important;
	
	font-size: 40px !important;
}

.page-header .opt-h1 {
	color: #236192 !important;
    text-align: center;
	margin: 0 0 18px !important;
}

.top-banner.bx-banner .opt-h1 {
    margin: 0 !important;
    font-size: 30px !important;
    color: #fff !important;
}

@media (min-width: 768px) {
	.top-banner.bx-banner .opt-h1 {
		margin: 100px 0 40px !important;
		font-size: 60px !important;
	}
}