* {
  margin: 0;
  padding: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.sans_serif {
  font-family: "Proxima Nova W15";
}
.bodoni {
  font-family: "LTC Bodoni 175 W01";
}
/*

.page-header
.page-logo
.page-nav
.page-intro
.page-intro-home

*/
.page-header {
  height: 100px;
}
.page-logo {
  float: left;
  width: 180px;
  height: 100px;
}
.page-logo a {
  width: 60px;
  height: 100px;
  display: block;
  background: url("img/logo.png") no-repeat center center;
  padding: 0 59px;
  border-left: 1px solid #e9e8e8;
  border-right: 1px solid #e9e8e8;
  text-indent: -9999px;
}
.page-nav {
  width: 480px;
  font-family: "LTC Bodoni 175 W01";
  *zoom: 1;
  position: relative;
  z-index: 3;
}
.page-nav:before,
.page-nav:after {
  content: " ";
  display: table;
}
.page-nav:after {
  clear: both;
}
.page-nav a {
  text-decoration: none;
  color: #231f20;
  display: block;
  padding: 0 39px;
}
.page-nav a:hover {
  background: #f6f5f4;
}
.page-nav .menu-item-has-children > a {
  background: url("img/arrow-bottom.png") no-repeat center 85px;
}
.page-nav .menu-item-has-children > a:hover {
  background: #f6f5f4 url("img/arrow-bottom.png") no-repeat center 85px;
}
.page-nav ul {
  list-style: none;
  *zoom: 1;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 100px;
}
.page-nav ul:before,
.page-nav ul:after {
  content: " ";
  display: table;
}
.page-nav ul:after {
  clear: both;
}
.page-nav ul li {
  float: left;
  position: relative;
}
.page-nav ul li:hover ul {
  display: block;
}
.page-nav .sub-menu {
  position: absolute;
  left: -1px;
  height: 200px;
  top: 100px;
  line-height: 50px;
  background: #fff;
  width: 230px;
  display: none;
  text-transform: none;
  font-size: 16px;
}
.page-nav .sub-menu li {
  float: none;
  border: none !important;
}
.page-nav .sub-menu li:first-child,
.page-nav .sub-menu li:last-child {
  line-height: 49px;
}
.page-nav .sub-menu span {
  display: block;
}
.page-nav .sub-menu a {
  padding: 0 0 0 39px;
}
.page-nav .sub-menu a:hover {
  background: #fff;
}
.page-nav .sub-menu a:hover span {
  background: url("img/next.png") no-repeat right center;
}
.page-nav.align_left li {
  border-left: 1px solid #e9e8e8;
}
.page-nav.align_right li {
  border-right: 1px solid #e9e8e8;
}
.page-nav .current_page_item > a {
  background-color: #f6f5f4;
}
.page-intro {
  height: 200px;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #a49b83;
}
.page-intro img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}

.page-intro .line {
	background: url("img/header-line.png") top center repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	height: 5px;
	width: 100%;
}


.page-intro .wrapper {
  position: relative;
  z-index: 2;
}
.page-intro-title {
  font-family: "LTC Bodoni 175 W01";
  color: #fff;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 200px;
}
.page-intro-toggle {
  position: absolute;
  right: 0;
  bottom: -1px;
  background: #fff;
}
.page-intro-toggle a {
  line-height: 35px;
  font-family: "LTC Bodoni 175 W01";
  text-transform: uppercase;
  color: #231f20;
  text-decoration: none;
  display: inline-block;
  padding: 0 20px;
  font-size: 12px;
  font-weight: bold;
}
.page-intro-toggle a span {
  display: block;
  background: url("img/arrow-bottom.png") no-repeat right center;
  padding: 0 19px 0 0;
}
.page-intro-toggle .page-intro-toggle-open {
  display: block;
}
.page-intro-toggle .page-intro-toggle-close {
  display: none;
}
.page-intro-toggle.open .page-intro-toggle-open {
  display: none;
}
.page-intro-toggle.open .page-intro-toggle-close {
  display: block;
}
.page-intro-home {
  text-transform: uppercase;
  font-family: "LTC Bodoni 175 W01";
  font-weight: bold;
  background: #f6f5f4;
}
.page-intro-home-descr-small {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  color: #888069;
  margin: 40px 0 0;
  font-weight: normal;
}
.page-intro-home-descr-small:before {
  content: "#";
  background: url("img/intro-home-left.png") no-repeat left center;
  width: 45px;
  height: 100%;
  position: absolute;
  left: -55px;
  top: 0;
  text-indent: -9999px;
  display: block;
}
.page-intro-home-descr-small:after {
  content: "#";
  background: url("img/intro-home-right.png") no-repeat left center;
  width: 45px;
  height: 100%;
  position: absolute;
  right: -55px;
  top: 0;
  text-indent: -9999px;
  display: block;
}
.page-intro-home-descr {
  font-size: 30px;
  line-height: 40px;
  background: url("img/delimiter-home-intro.png") no-repeat center bottom;
  padding: 0 0 25px;
}
.page-nav-icons {
  display: none;
}
.page-nav-products-ico {
  height: 200px;
  background: #fff;
  position: absolute;
  left: 229px;
  top: 100px;
  width: 230px;
  text-align: center;
}
.page-nav-products-ico img {
  display: block;
  margin: 58px auto;
}
.page-nav-products {
  position: relative;
}
.page-single-head {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 46px 0 45px;
  background: url("img/divider-page-single-title.png") no-repeat center bottom;
  margin: 0 0 20px;
}
.page-single-head-title {
  font-size: 40px;
  line-height: 40px;
  font-family: "LTC Bodoni 175 W01";
}
.page-single-head-descr {
  font-size: 16px;
  line-height: 32px;
  color: #d1c9b3;
  font-family: "Proxima Nova W08";
  letter-spacing: 1px;
  padding: 8px 0 0;
}
.page-single-col-holder {
  *zoom: 1;
}
.page-single-col-holder:before,
.page-single-col-holder:after {
  content: " ";
  display: table;
}
.page-single-col-holder:after {
  clear: both;
}
.page-single-col {
  width: 500px;
}
.page-single-col.align_left {
  margin: 0 0 0 30px;
}
.page-single-col.align_right {
  margin: 0 30px 0 0;
}
.page-single-col p,
.page-single-col ul,
.page-single-col ol {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 24px;
}
body.page-template-tpl-company-php .page-single-head {
  margin: 0 0 60px;
}
body.page-template-tpl-company-php .page-single-col-holder {
  padding: 0 0 60px;
}
.page-footer {
  background: #a49b83;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 4px;
}
.page-footer a {
  color: #fff;
}
.page-footer a:hover {
  text-decoration: none;
}
.page-footer-col {
  float: left;
  width: 380px;
}
.page-footer-col p {
  margin: 0 0 40px;
}
.page-footer-col-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 45px 0 20px;
}
.page-footer-col-contact th,
.page-footer-col-contact td {
  text-align: left;
  font-weight: normal;
}
.page-footer-col-contact th {
  padding: 0 20px 0 0;
}
.page-footer-col-social .page-footer-col-title {
  text-align: center;
}
.page-footer-col-social ul {
  *zoom: 1;
  list-style: none;
  padding: 10px 0 0 10px;
}
.page-footer-col-social ul:before,
.page-footer-col-social ul:after {
  content: " ";
  display: table;
}
.page-footer-col-social ul:after {
  clear: both;
}
.page-footer-col-social ul li {
  margin: 0 10px;
  float: left;
}
.page-footer-col-social ul a,
.page-footer-col-social ul img {
  display: block;
}
.page-footer-col-info {
  text-align: right;
  float: right;
}
.rainfall {
  width: 110px;
  margin: -15px auto 20px;
}
.rainfall a {
  background: #ffffff url("img/rainfall-logo.png") no-repeat center bottom;
  display: block;
  width: 110px;
  text-decoration: none;
  color: #888069;
  text-align: center;
  font-size: 10px;
  line-height: 26px;
  font-weight: bold;
  padding: 0 0 26px;
}
.post-sidebar,
.faq-sidebar {
  float: left;
  width: 260px;
  text-transform: uppercase;
  margin: 0 0 0 60px;
}
.post-sidebar ul,
.faq-sidebar ul {
  font-weight: bold;
  font-size: 12px;
  line-height: 40px;
  border-top: 1px solid #e9e8e8;
  border-right: 1px solid #e9e8e8;
  border-bottom: 1px solid #e9e8e8;
  list-style: none;
  padding: 14px 19px 14px 0;
  margin: 0 0 21px;
}
.post-sidebar ul li,
.faq-sidebar ul li {
  *zoom: 1;
}
.post-sidebar ul li:before,
.faq-sidebar ul li:before,
.post-sidebar ul li:after,
.faq-sidebar ul li:after {
  content: " ";
  display: table;
}
.post-sidebar ul li:after,
.faq-sidebar ul li:after {
  clear: both;
}
.post-sidebar a,
.faq-sidebar a {
  text-decoration: none;
  float: left;
  color: #231f20;
}
.post-sidebar a:hover,
.faq-sidebar a:hover {
  color: #888069;
}
.post-sidebar .current-cat a,
.faq-sidebar .current-cat a {
  color: #888069;
}
.post-sidebar span,
.faq-sidebar span {
  float: right;
  color: #888069;
}
.post-sidebar-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  height: 45px;
  padding: 45px 0 0;
}
.post-main {
  float: right;
  width: 700px;
  *zoom: 1;
  margin: 69px 60px 40px 0;
}
.post-main:before,
.post-main:after {
  content: " ";
  display: table;
}
.post-main:after {
  clear: both;
}
div.post {
  *zoom: 1;
  border-bottom: 1px solid #e9e8e8;
  padding: 0 0 9px 160px;
  margin: 0 0 20px;
}
div.post:before,
div.post:after {
  content: " ";
  display: table;
}
div.post:after {
  clear: both;
}
.post-meta {
  position: absolute;
  left: -160px;
  top: 0;
  width: 100px;
}
.post-date {
  border: 1px solid #e9e8e8;
  text-align: center;
  margin: 0 0 10px;
  width: 98px;
}
.post-date-day {
  font-weight: bold;
  color: #888069;
  font-size: 36px;
  line-height: 36px;
  padding: 10px 0;
  margin: 10px 0 0;
  background: url("img/date-day.png") no-repeat center center;
}
.post-date-month-year {
  font-size: 10px;
  font-weight: bold;
  padding: 0 0 15px;
  text-transform: uppercase;
}
.post-text {
  position: relative;
  min-height: 150px;
}
.post-text p {
  font-size: 12px;
  line-height: 21px;
  margin: 0 0 21px;
  color: #888069;
}
.post-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  padding: 21px 0;
  text-transform: uppercase;
}
.post-title a {
  text-decoration: none;
  color: #231f20;
}
.read-more {
  text-decoration: none;
  display: inline-block;
  border: 1px solid #e9e8e8;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 33px;
  padding: 0 9px;
  color: #231f20;
  font-weight: bold;
}
.read-more span {
  display: block;
  padding: 0 19px 0 0;
  background: url("img/read-more.png") no-repeat right center;
}
.post-share-caption {
  border: 1px solid #e9e8e8;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 33px;
}
.post-detail p {
  font-size: 12px;
  line-height: 21px;
  margin: 0 0 21px;
  color: #888069;
}
.post-detail-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  padding: 21px 0;
  text-transform: uppercase;
}
.post-detail-date {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  margin: -12px 0 0 0;
}
.post-detail-date span {
  color: #888069;
}
.post-detail-info {
  border: 1px solid #e9e8e8;
  *zoom: 1;
  font-weight: bold;
  font-size: 10px;
  line-height: 48px;
  text-transform: uppercase;
  color: #231f20;
  margin: 0 0 21px;
}
.post-detail-info:before,
.post-detail-info:after {
  content: " ";
  display: table;
}
.post-detail-info:after {
  clear: both;
}
.post-detail-info a {
  text-decoration: none;
  color: #888069;
}
.post-detail-info a:hover {
  color: #231f20;
}
.post-detail-back {
  float: left;
  border-right: 1px solid #e9e8e8;
  padding: 0 19px;
}
.post-detail-back a {
  display: block;
  color: #231f20;
}
.post-detail-back a span {
  padding: 0 0 0 19px;
  background: url("img/back.png") no-repeat left center;
}
.post-detail-author {
  float: left;
  border-right: 1px solid #e9e8e8;
  padding: 0 19px;
}
.post-detail-author span {
  color: #888069;
}
.post-detail-share {
  float: right;
  *zoom: 1;
  list-style: none;
  padding: 0 19px 0 9px;
}
.post-detail-share:before,
.post-detail-share:after {
  content: " ";
  display: table;
}
.post-detail-share:after {
  clear: both;
}
.post-detail-share li {
  float: left;
  padding: 0 5px;
}
.inner-table-col-right {
  border-right: 1px solid #e9e8e8 !important;
}
.inner-table-bottom-border {
  border-bottom: 1px solid #e9e8e8 !important;
}
.product-list {
  list-style: none;
  *zoom: 1;
}
.product-list:before,
.product-list:after {
  content: " ";
  display: table;
}
.product-list:after {
  clear: both;
}
.product-list li {
  float: left;
}
.product-list a {
  text-decoration: none;
  display: block;
}
.product-list a:hover .product-hover {
  display: block !important;
}
.product-list a:hover .product-name {
  color: #888069;
}
.product-list span,
.product-list img {
  display: block;
}
.product-cover {
  position: relative;
}
.product-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(209, 201, 179, 0.9) url("img/product-hover.png") no-repeat center center;
  display: none !important;
}
.product-name {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #231f20;
  text-transform: uppercase;
  padding: 10px 0;
}
.product-list-radiators,
.product-list-switches {
  padding: 0 0 75px 30px;
}
.product-list-radiators li,
.product-list-switches li {
  padding: 0 0 20px;
  margin: 0 20px 45px;
  background: url("img/product-list-border-small.png") no-repeat left bottom;
}
.product-list-radiators .product-hover,
.product-list-switches .product-hover {
  width: 185px;
  height: 130px;
  left: 20px;
  top: 20px;
}
.product-list-radiators .product-name,
.product-list-switches .product-name {
  padding: 20px 0 0;
}
.product-list-valves {
  padding: 0 0 15px;
}
.product-list-valves li {
  padding: 0 0 20px;
  margin: 0 40px 45px;
  background: url("img/product-list-border-large.png") no-repeat left bottom;
}
.product-list-valves .product-name {
  padding: 20px 0 0;
  font-size: 14px;
}
.product-list-valves .product-hover {
  width: 440px;
  height: 170px;
  left: 20px;
  top: 20px;
}
.product-list-new {
  padding: 0 10px 40px;
}
.product-list-new li {
  padding: 40px;
  margin: 0 0 40px;
  width: 480px;
}
.product-list-new li:hover {
  background: #f6f5f4;
}
.product-list-new .product-cover {
  width: 480px;
}
.product-list-new .product-hover {
  /*width: 440px;
  height: 170px;
  left: 20px;
  top: 20px;*/
  
  width: 480px;
  height: 210px;
  left: 0px;
  top: 0px;
  
}
.product-list-new .product-name {
  text-align: left;
  font-size: 14px;
  margin: 28px 0 0;
  padding: 0;
}
.product-list-new .product-description {
  font-size: 12px;
  line-height: 18px;
  color: #888069;
  margin: 18px 0 0;
}
body {
  font-family: "Proxima Nova W15";
  color: #231f20;
}
.align_left {
  float: left;
}
.align_right {
  float: right;
}
.wrapper {
  margin: 0 auto;
  width: 1140px;
  *zoom: 1;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.info-col-holder {
  *zoom: 1;
  padding: 56px 30px 84px;
}
.info-col-holder:before,
.info-col-holder:after {
  content: " ";
  display: table;
}
.info-col-holder:after {
  clear: both;
}
.info-col {
  float: left;
  width: 320px;
  text-align: center;
  line-height: 24px;
  padding: 0 20px;
}
.info-col img {
  display: block;
  margin: 0 auto 18px;
}
.info-col p {
  font-size: 12px;
  color: #bcb297;
}
.info-col-title {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 12px;
  margin: 0 0 12px;
  text-transform: uppercase;
  background: url("img/home-types-bottom.png") no-repeat center bottom;
}
.about-slider {
  list-style: none;
  *zoom: 1;
  position: relative;
}
.about-slider:before,
.about-slider:after {
  content: " ";
  display: table;
}
.about-slider:after {
  clear: both;
}
.about-slider ul,
.about-slider ol {
  list-style: none;
}
.about-slider .flex-prev,
.about-slider .flex-next {
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 80px;
}
.about-slider .flex-prev {
  background: url("img/about-slider-btn.png") no-repeat left top;
  left: 0;
}
.about-slider .flex-next {
  background: url("img/about-slider-btn.png") no-repeat right top;
  right: 0;
}
.about-slider .slides {
  width: 1140px;
}
.about-slider .slides li {
  width: 1140px;
  float: left;
  *zoom: 1;
}
.about-slider .slides li:before,
.about-slider .slides li:after {
  content: " ";
  display: table;
}
.about-slider .slides li:after {
  clear: both;
}
.about-slider .slides li a:first-child {
  margin: 0 5px 0 50px;
}
.about-slider .slides a {
  float: left;
  margin: 0 5px;
  display: block;
  width: 180px;
  height: 180px;
  padding: 10px;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.about-slider .slides a .about-slider-description {
  display: none;
}
.about-slider .slides a:hover {
  background: url("img/about-slider-selected.png") no-repeat center center;
}
.about-slider .slides a:hover .about-slider-description {
  display: block;
}
.about-slider .slides img {
  display: block;
}
.about-slider-description {
  width: 180px;
  height: 180px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
  background: url("img/about-slider-hover.png") no-repeat center center;
}
.about-slider-description-table {
  display: table;
  width: 180px;
  height: 180px;
}
.about-slider-description-table-row {
  vertical-align: middle;
  display: table-cell;
  height: 180px;
}
.about-slider-info {
  background: #f6f5f2;
  border-top: 1px solid #e8e7e8;
  text-align: center;
  margin: -100px 0 0;
}
.about-slider-info p {
  font-size: 12px;
  line-height: 24px;
  color: #bcb297;
}
.about-slider-info-main {
  width: 640px;
  padding: 152px 250px 48px;
}
.about-slider-info-title {
  font-weight: bold;
  font-size: 14px;
  padding: 0 0 26px;
  background: url("img/about-slider-info-title.png") no-repeat center 25px;
}
.wrapper-team {
  margin: 0 auto 100px;
}
.team-holder {
  background: url("img/delimiter-inside.png") no-repeat center bottom;
  padding: 50px 0 59px;
  *zoom: 1;
}
.team-holder:last-child {
  background: none;
  
}

.team-holder:before,
.team-holder:after {
  content: " ";
  display: table;
}
.team-holder:after {
  clear: both;
}
.team-holder:last {
  background: none;
}
.team {
  text-align: center;
  width: 420px;
  float: left;
  margin: 0 0 0 110px;
}
.team:nth-child(2n+2) {
  float: right;
  margin: 0 110px 0 0;
}
.team-figure {
  width: 157px;
  height: 157px;
  padding: 13px 0 0 13px;
  margin: 0 auto;
  background: url("img/team.png") no-repeat center center;
}
.team-figure img {
  display: block;
}
.team-name-position {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  margin: 24px 0;
}
.team-name {
  text-transform: uppercase;
  display: inline;
}
.team-position {
  color: #bcb297;
}
.team-info {
  font-size: 12px;
  line-height: 18px;
  color: #888069;
}
.team-info p {
  margin: 0 0 18px;
}
.product-detail-360 {
  float: left;
  width: 520px;
  margin: 0 0 0 60px;
}
.product-detail-360 img {
  display: block;
}
.product-detail-schema {
  float: left;
  width: 520px;
  margin: 56px 0 56px 60px;
}
.product-detail-schema img {
  display: block;
}
.product-detail-gallery {
  float: right;
  width: 440px;
  margin: 56px 60px 56px 0;
}
.product-detail-gallery img {
  display: block;
}
.product-detail {
  padding: 40px 0;
}
.product-detail-block-title {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  padding: 20px 0;
  background: url("img/home-content-bottom.png") repeat-x center center;
}
.product-detail-block-title span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
}
.product-detail-info {
  float: right;
  width: 440px;
  margin: 0 60px 0 0;
}
.product-detail-info h1 {
  font-size: 18px;
  line-height: 24px;
  font-family: "Proxima Nova W08";
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 18px;
}
.product-detail-info h2 {
  font-size: 12px;
  line-height: 18px;
  color: #888069;
  font-family: "Proxima Nova W08";
  text-transform: uppercase;
  font-weight: bold;
}
.product-detail-info p {
  font-size: 12px;
  line-height: 18px;
  color: #888069;
  margin: 0 0 18px;
}
.product_col-info-title {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 18px;
}
.product-detail-back {
  float: left;
  margin: 0 0 30px 60px;
}
.product-detail-back a {
  text-transform: uppercase;
  font-weight: bold;
  color: #231f20;
  text-decoration: none;
  font-size: 12px;
  line-height: 25px;
  background: url("img/product-back.png") no-repeat left center;
  padding: 0 0 0 40px;
  float: left;
}
.product_table {
  padding: 0 60px;
  color: #888069;
}
.product_table table {
  width: 100%;
  font-size: 10px;
}
.product_table table table {
  width: 100%;
}
.product_table table table th,
.product_table table table td {
  border: none;
}
.product_table table table th {
  height: 40px;
}
.product_table table td {
  height: 40px;
}
.product_table table th,
.product_table table td {
  text-align: center;
  font-weight: normal;
  border: 1px solid #e9e8e8;
}
.product_table table thead th,
.product_table table thead td {
  background: #f9f8f5;
}
.home-slider {
  position: relative;
}
.home-slider ul,
.home-slider ol {
  list-style: none;
}
.home-slider .flex-prev,
.home-slider .flex-next {
  text-decoration: none;
  display: inline-block;
  padding: 0 20px;
  font-family: "LTC Bodoni 175 W01";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 50px;
  color: #231f20;
  position: absolute;
  top: 50%;
  margin: -25px 0 0 0;
  background: #fff;
}
.home-slider .flex-prev span,
.home-slider .flex-next span {
  display: block;
}
.home-slider .flex-prev {
  left: 0;
}
.home-slider .flex-prev span {
  background: url("img/back.png") no-repeat left center;
  padding: 0 0 0 19px;
}
.home-slider .flex-next {
  right: 0;
}
.home-slider .flex-next span {
  background: url("img/next.png") no-repeat right center;
  padding: 0 19px 0 0;
}
.home-slider img {
  width: 100%;
  display: block;
}
.product-overview {
  float: left;
  width: 480px;
  height: 140px;
  *zoom: 1;
  padding: 40px;
  margin: 20px 0;
}
.product-overview:before,
.product-overview:after {
  content: " ";
  display: table;
}
.product-overview:after {
  clear: both;
}
.product-overview:hover {
  background: #f6f5f4;
}
.product-overview p {
  font-size: 12px;
  line-height: 18px;
  color: #888069;
  margin: 18px 0 0;
}
.product-overview-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.product-overview-title a {
  text-decoration: none;
  color: #231f20;
}
.product-overview-figure {
  float: left;
  width: 140px;
}
.product-overview-figure img {
  display: block;
}
.product-overview-main {
  float: right;
  width: 320px;
}
.faq-main {
  float: right;
  width: 740px;
}
.faq-main-title {
  text-transform: uppercase;
  font-weight: bold;
  height: 45px;
  padding: 45px 0 0;
  margin: 0 0 21px;
}
.faq-content {
  padding: 0 0 0 40px;
  border-bottom: 1px solid #e9e8e8;
  margin: 0 0 20px;
  display: none;
}
.faq-content p {
  font-size: 12px;
  line-height: 21px;
  margin: 0 0 21px;
  color: #888069;
}
.faq-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 21px;
}
.faq-title.open a {
  background: url("img/faq-open.png") no-repeat left center;
  color: #888069;
}
.faq-title a {
  text-decoration: none;
  color: #231f20;
  display: block;
  background: url("img/faq-closed.png") no-repeat left center;
  padding: 0px 0 0 40px;
}
body.home .page-single-col-holder {
  padding: 0 0 19px;
  background: url("img/home-content-bottom.png") no-repeat center bottom;
}
body.page-template-tpl-products-php .page-single-col-holder {
  padding: 120px 0 40px;
  background: url("img/product-overview-delimiter.png") no-repeat center top;
}
.product-detail-info-action {
  list-style: none;
  *zoom: 1;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 43px;
  text-align: center;
}
.product-detail-info-action:before,
.product-detail-info-action:after {
  content: " ";
  display: table;
}
.product-detail-info-action:after {
  clear: both;
}
.product-detail-info-action a {
  border: 1px solid #e9e8e8;
  width: 203px;
  height: 43px;
  display: block;
  text-decoration: none;
  color: #231f20;
}
.product-detail-info-action li {
  float: left;
}
.product-detail-info-action li.pdf {
  float: right;
}
#map-canvas {
  width: 100%;
  height: 360px;
}
.contact-detail {
  float: left;
  margin: 0 0 47px 60px;
  width: 460px;
}
.contact-detail ul {
  font-size: 16px;
  line-height: 24px;
  list-style: none;
  color: #888069;
}
.contact-detail ul li {
  float: left;
  width: 230px;
  margin: 0 0 24px;
}
.contact-detail ul li.full {
  width: 460px;
}
.contact-detail ul a {
  text-decoration: none;
  color: #888069;
}
.contact-detail ul strong {
  display: block;
  color: #231f20;
  font-weight: normal;
}
.contact-form {
  position: relative;
  margin: 0 60px 80px 0;
  padding: 0 0 5px;
  width: 460px;
  float: right;
}
.contact-form .validation_error {
  display: none;
}
.contact-form .gfield_error input,
.contact-form .gfield_error textarea {
  border: 1px solid red !important;
}
.contact-form .gfield_error .validation_message {
  display: none;
}
.contact-form input,
.contact-form textarea {
  outline: none;
  font-family: "Proxima Nova W15";
  font-size: 12px;
}
.contact-form ul,
.contact-form ol {
  list-style: none;
}
.contact-form li {
  margin: 0 0 20px;
}
.contact-form #field_1_1,
.contact-form #field_1_3 {
  float: left;
  width: 215px;
}
.contact-form #field_1_2,
.contact-form #field_1_4 {
  float: right;
  width: 215px;
  clear: right;
}
.contact-form #field_1_6 .gfield_label {
  display: none;
}
.contact-form #field_1_1,
.contact-form #field_1_3,
.contact-form #field_1_2,
.contact-form #field_1_4 {
  position: relative;
}
.contact-form #field_1_1 .gfield_label,
.contact-form #field_1_3 .gfield_label,
.contact-form #field_1_2 .gfield_label,
.contact-form #field_1_4 .gfield_label {
  position: absolute;
  left: 1px;
  top: 1px;
  height: 43px;
  line-height: 43px;
  font-size: 12px;
  display: block;
  background: #fff;
  padding: 0 19px;
  cursor: pointer;
}
.contact-form #field_1_5 {
  clear: left;
  position: relative;
}
.contact-form #field_1_5 .gfield_label {
  position: absolute;
  left: 1px;
  opacity: .5;
  top: 20px;
  line-height: 18px;
  font-size: 12px;
  background: #fff;
  padding: 0 18px;
  cursor: pointer;
}
.contact-form input.medium,
.contact-form textarea {
  display: block;
  border: 1px solid #e9e8e8;
}
.contact-form input.medium {
  height: 43px;
  width: 175px;
  padding: 0 19px;
  font-size: 12px;
  font-family: "Proxima Nova W15";
  color: #231f20;
}
.contact-form textarea {
  height: 115px;
  width: 420px;
  padding: 19px;
  font-size: 12px;
  font-family: "Proxima Nova W15";
  line-height: 18px;
  color: #231f20;
}
.contact-form .gchoice_6_1 {
  position: relative;
  top: 10px;
}
.contact-form .gchoice_6_1 label {
  font-size: 12px;
  margin: 0 0 0 15px;
  line-height: 20px;
}
.contact-form .gform_button {
  width: 134px;
  height: 45px;
  border: 1px solid #e9e8e8;
  background: #ffffff url("img/contact-submit.png") no-repeat right center;
  text-transform: uppercase;
  text-align: left;
  font-family: "Proxima Nova W15";
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.contact-form #choice_6_1 {
  display: none;
}
.contact-form .fake_checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #e9e8e8;
  float: left;
}
.contact-form .fake_checkbox.checked {
  background: #e9e8e8;
}
.contact-form #gform_confirmation_message_1 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 0 25px;
  font-weight: bold;
}
body.home .page-single-head {
  margin: -12px 0 44px;
  padding: 40px 0 27px;
}
body.home .page-single-head-descr {
  padding: 9px 0 0;
}
body.page-template-tpl-contact-php .page-single-head-title {
  font-family: "Proxima Nova W15";
  font-size: 20px;
}
body.page-template-tpl-contact-php .page-single-head {
  padding: 40px 0 42px;
  margin: 0 0 38px;
  background: url("img/contact-page-title-delim.png") no-repeat center bottom;
}
.contact-detail-title {
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 0 25px;
  font-weight: bold;
}
body.term-radiator-valves .page-single-head,
body.term-cast-iron-radiators .page-single-head,
body.term-electrical-switches .page-single-head,
body.term-new-radiators .page-single-head {
  background: none;
  margin: 0 0 24px;
}
body.term-new-radiators .page-single-head {
  margin: 0;
  padding: 46px 0 30px;
}
body.single-product .similar {
  padding: 70px 0 15px;
  margin: 0 0 40px;
}
body.single-product .similar .page-single-head-title {
  font-family: "Proxima Nova W15";
  font-size: 20px;
}



body.single-product .similar .page-single-head-title {
  font-family: "Proxima Nova W15";
  font-size: 20px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px;
  background: url("img/divider-page-single-similar.png") no-repeat center bottom;
  margin-bottom: 40px;
}

.product-list-similar {
  padding: 0 0 0 40px;
  list-style: none;
}




.product-list-similar li {
  padding: 0 0 20px;
  margin: 0 20px 45px;
  background: url("img/product-list-border-small.png") no-repeat left bottom;
  float: left;
  width: 224px;
}

.product-list-similar .product {
	  text-decoration: none;
}

.product-list-similar .product-name {
  padding: 20px 5px 0;
  width: 150px;
  display: block;
  margin: 0 auto -30px auto;
  background-color: #ffffff;
  text-decoration: none;
}


.product-list-similar .product-description {
  font-size: 12px;
  line-height: 18px;
  color: #888069;
  margin: 18px 0 0;
}








.fb-like.fb_iframe_widget {
	width: 300px;
	margin: 21px auto 0 auto;
}


/* Request Information Form */
.request-form {
  position: relative;
  margin: 0 60px 80px 0;
  padding: 0 0 5px;
  width: 460px;
  float: right;
  display: none;
}
.request-form .validation_error {
  display: none;
}
.request-form .gfield_error input,
.request-form .gfield_error textarea {
  border: 1px solid red !important;
}
.request-form .gfield_error .validation_message {
  display: none;
}
.request-form input,
.request-form textarea {
  outline: none;
  font-family: "Proxima Nova W15";
  font-size: 12px;
}
.request-form ul,
.request-form ol {
  list-style: none;
}
.request-form li {
  margin: 0 0 20px;
}
.request-form #field_2_1,
.request-form #field_2_3 {
  float: left;
  width: 215px;
}
.request-form #field_2_2,
.request-form #field_2_4 {
  float: right;
  width: 215px;
  clear: right;
}
.request-form #field_2_6 .gfield_label {
  display: none;
}
.request-form #field_2_1,
.request-form #field_2_3,
.request-form #field_2_2,
.request-form #field_2_4 {
  position: relative;
}
.request-form #field_2_1 .gfield_label,
.request-form #field_2_3 .gfield_label,
.request-form #field_2_2 .gfield_label,
.request-form #field_2_4 .gfield_label {
  position: absolute;
  left: 1px;
  top: 1px;
  height: 43px;
  line-height: 43px;
  font-size: 12px;
  display: block;
  background: #fff;
  padding: 0 19px;
  cursor: pointer;
}
.request-form #field_2_5 {
  clear: left;
  position: relative;
}
.request-form #field_2_5 .gfield_label {
  position: absolute;
  left: 1px;
  opacity: .5;
  top: 20px;
  line-height: 18px;
  font-size: 12px;
  background: #fff;
  padding: 0 18px;
  cursor: pointer;
}
.request-form input.medium,
.request-form textarea {
  display: block;
  border: 1px solid #e9e8e8;
}
.request-form input.medium {
  height: 43px;
  width: 175px;
  padding: 0 19px;
  font-size: 12px;
  font-family: "Proxima Nova W15";
  color: #231f20;
}
.request-form textarea {
  height: 115px;
  width: 420px;
  padding: 19px;
  font-size: 12px;
  font-family: "Proxima Nova W15";
  line-height: 18px;
  color: #231f20;
}
.request-form .gchoice_6_1 {
  position: relative;
  top: 10px;
}
.request-form .gchoice_6_1 label {
  font-size: 12px;
  margin: 0 0 0 15px;
  line-height: 20px;
}
.request-form .gform_button {
  width: 134px;
  height: 45px;
  border: 1px solid #e9e8e8;
  background: #ffffff url("img/contact-submit.png") no-repeat right center;
  text-transform: uppercase;
  text-align: left;
  font-family: "Proxima Nova W15";
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.request-form #choice_6_1 {
  display: none;
}
.request-form .fake_checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #e9e8e8;
  float: left;
}
.request-form .fake_checkbox.checked {
  background: #e9e8e8;
}
.request-form #gform_confirmation_message_1 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 0 25px;
  font-weight: bold;
}