.vertical-space-30{
    height:30px;
}

.vertical-space-30{
    height:30px;
}

.dl-info h3 {
    padding-bottom: 10px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.left-dls-wrapper {
    margin-right: 25px;
}



.li-dl-section {
    height: 0px;
    overflow: hidden;
    padding:0;
    border:none;
    opacity:0;
    margin:0;
    -moz-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
}

.open .li-dl-section{
    border-top: 1px solid #f0f0f0;
    height:auto;
    opacity:1;
    padding:20px 0 0 0;
    margin:10px 0 0 0;
    -moz-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
}

.li-dl-section ul {
    padding-left: 20px;
}

.li-dl-section ul > li:first-of-type {
    padding-top: 20px
}

.new-dl-group > li > a {
    padding-left: 15px;
    cursor:pointer;
}

.downloads-wrapper ul  li  a:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	content: "\e915";
	position: relative;
	color: #ef7b0f;
    display: inline-block;
    top: 0px;
    margin-top: 0px;
    padding-right: 25px;
    left: 0px;
    width: 17px;
    height: 17px;
}

.downloads-wrapper ul > li > a.category-link:before {
    display:none;
}

a.category-link {
    color: #333333 !important;
}

.downloads-wrapper ul > li:hover > a.category-link {
    color: #333333 !important;
/*    padding-left: 23px;*/
}



.left-dls-wrapper ul {
    list-style-type: none;
}

.new-dl-group > li {
    padding: 12px 0 3px;
}

.li-dl-section li {
    padding: 5px;
}

.downloads-wrapper ul li ul li a:before {
    content: '';
    display: inline-block;
    position: relative;
    top: 1px;
    padding-right: 30px;
    background: url('../img/dl-icon-grey.png') center no-repeat;
    width: 17px;
    height: 17px;
}

.new-dl-group a, .new-dl-group > li > a::before {
    -moz-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
}

.new-dl-group > li > a:hover {
    text-decoration: none;
}

.new-dl-group > li:hover > a::before {
    top: 7px;
}


.li-dl-section a:hover {
    border-color: transparent;
    text-decoration: none !important;
}

.li-dl-section a {
    font-size: 17px !important;
    color: #333333 !important;
    /*border-bottom: 1px solid #adadad;*/
    padding-bottom: 0px;
    padding-right: 10px;
    display: inline-block;
    position: relative;
    top: -7px;
    left: 6px;
    text-decoration:underline !important;
}

a.kariera {
    font-size: 16px !important;
    color: #ef7b0f !important;
    /*border-bottom: 1px solid #adadad;*/
    padding-bottom: 0px;
    padding-right: 0px;
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    text-decoration:underline !important;
}

.kariera-wrapper ul  li  a:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	position: relative;
	color: #ef7b0f;
    display: inline-block;
    top: 0px;
    margin-top: 0px;
    padding-right: 25px;
    left: 0px;
    width: 17px;
    height: 17px;
}

.new-dl-group {
    font-size: 18px;
    padding-left: 0px;
}

.new-dl-group a:active, .new-dl-group a:link, .new-dl-group a:visited {
    text-decoration: none;
    color: #f0831d;
}
.new-dl-group a:hover {
    text-decoration: underline;
}

.new-dl-group > li > div {
    -moz-transition: all ease-in-out 500ms;
    -o-transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
    transition: all ease-in-out 500ms;
}

.hasContent {
    background: url('../img/dl-plus.png') no-repeat 95% 18px;
}

.hasContent.open {
    background: url('../img/dl-minus.png') no-repeat 95% 24px;
}

.new-dl-group > li {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

a.dl-section-link,
a.dl-section-link:focus {
    text-decoration: none !important;
    color: #f0831d !important;
    font-size: 16px !important;
    top: auto;
    left: auto;
    padding: 0;
}

a.dl-section-link:hover {
    text-decoration: underline !important;
}

.downloads-wrapper a.dl-section-link:before {
    display: none !important;
}

.kotelny-side-menu {
    padding-right: 20px;
    margin-top: 35px;
}

.kotelny-side-menu ul {
    list-style-type: none;
}

.kotelny-side-menu a {
    -moz-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
}

.kotelny-side-menu a:hover {
    text-decoration: none;
    color: #000000;
}

.kotelny-side-menu > ul > li {
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.kotelny-side-menu > ul {
    padding-left: 0;
    font-size: 16px;
}

.kotelny-side-menu > ul > li {
    border-bottom: 1px solid #f0831d;
}

.kotelny-side-menu > ul > li  ul {
    margin: 20px 0;
    padding-left: 20px
}

.kotelny-side-menu > ul > li  ul li {
    margin-bottom: 7px
}

.kotelny-side-menu > ul > li > a {
    font-size: 16px;
    font-weight: bold;
}

.kotelny-side-menu > ul > li > ul > li a {
    font-size: 15px;
}

.kotelny-side-menu > ul > li > ul > li > ul > li a {
    font-size: 14px;
}

.kotelny-side-menu > ul > li > ul {
    display: none;
}

.kotelny-side-menu > ul > li > ul > li > ul {
    display: none;
}

.kotelny-side-menu > ul > li.Highlighted > ul {
    display: block;
}

.kotelny-side-menu > ul > li > ul > li.Highlighted > ul {
    display: block;
}

.kotelny-side-menu a:visited, .kotelny-side-menu a:link {
    color: #f0831d;
    text-decoration: none !important;
}

.kotelny-side-menu >ul > li > ul > li > ul > li.Highlighted a {
    color: black;
}

.hasInnerUl {
    background: url('../img/section-arrow-down.png') no-repeat 0 9px;
    padding-left: 20px;
}

.hasInnerUl.Highlighted {
    background: url('../img/section-arrow-up.png') no-repeat 0 9px;
    padding-left: 20px
}

.perex {
    font-size: 16px;
    line-height: 28px;
}

.fix-left-space {
    padding-left: 50px;
}

.warning {
    color: #ff0000;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.margin-top-30 {
    margin-top: 30px;
}

.kotelny-info-ul ul {
    list-style-type: none;
    padding-left: 0px;

}

.kotelny-info-ul ul li {
    border-bottom: 1px solid #f0f0f0;
    padding-left: 20px;
    margin: 7px 0;
    padding-bottom: 7px;
}

.kotelny-info-ul ul li:first-of-type {
    border-top: 1px solid #f0f0f0;
    padding-top: 7px;
}

.kotelny-info-ul ul li span {
    float: right;
    margin-right: 50px;
    font-weight: bold;
}

.kapitoly-nav a {
    font-size: 16px;
    text-decoration: none;
    -moz-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
}

.kapitoly-nav .kapitoly-nav-prev {
    float: left;
}

.kapitoly-nav .kapitoly-nav-prev:before {
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		font-size: 6px;
		position: relative;
		top: -2px;
		left: 0px;
		content: "\e916";
		margin-right: 20px;
		-moz-transition: all ease-in-out 200ms;
		-o-transition: all ease-in-out 200ms;
		-webkit-transition: all ease-in-out 200ms;
		transition: all ease-in-out 200ms;
		transform: rotate(90deg);
		display: inline-block;
}

.kapitoly-nav .kapitoly-nav-next,
.homepage-news-more {
    float: right;
}

.kapitoly-nav .kapitoly-nav-next:after,
.homepage-news-more:after,
.care-support-item-link:after {
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		font-size: 6px;
		position: relative;
		top: -2px;
		left: 0px;
		content: "\e916";
		margin-left: 20px;
		-moz-transition: all ease-in-out 200ms;
		-o-transition: all ease-in-out 200ms;
		-webkit-transition: all ease-in-out 200ms;
		transition: all ease-in-out 200ms;
		transform: rotate(-90deg);
		display: inline-block;
}

.kapitoly-nav .kapitoly-nav-prev:hover:before {
    margin-right: 10px;
}

.kapitoly-nav .kapitoly-nav-next:hover:after {
    margin-left: 10px;
}

.margin-top-120 {
    margin-top: 120px;
}

.margin-top-120 h2 {
    font-weight: bold;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}




.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}


.section-header-row > .col-xs-2 > .thermona-btn {
    margin-top: 29px
}

.reference-info-table {
    margin-bottom: 20px;
}

.reference-info-table td {
    vertical-align: text-top;
}

.reference-info-table tr:first-of-type td:first-of-type {
    padding-right: 90px;
}

.perex {
    margin-bottom: 50px;
}

.section-links-collapse {
    border-bottom: 0px;
    /*margin: 30px 0;*/
}

.reference-row {
    margin-top: 30px;
}

.pux-container p {
    font-size: 16px;
}

.ref-wrapper {
    margin:0 0 30px 0;
}

.ref-img-wrapper {
    border-radius: 5px;
    margin-bottom: 20px;

}

.ref-img-wrapper figure {
    min-height: 1px;
}

.ref-img-wrapper img {
    border-radius: 5px;
    width: 100%;
}

/*
.ref-img-wrapper img:hover {
    opacity: .8;
}
*/

.ref-img-wrapper a {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.ref-img-wrapper a:hover:before {
    z-index: 2;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    background-color: rgba(239,123,15,.4);
}

.ref-text-wrapper h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #ef7b0f;
}

.ref-text-wrapper p {
    font-size: 14px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.homepage-news h3 {
    margin-bottom: 0px;
    display: table-cell;
    vertical-align: bottom;
}

figure {
    display: inline-block;
    min-height: 170px
}

.homepage-news-summary {
    margin-top: 10px
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}


.section-header-row > .col-xs-6 > .thermona-btn {
    margin-top: 29px;
    float: right;
}

.reference-info-table {
    margin-bottom: 20px;
}

.reference-info-table td {
    vertical-align: text-top;
}

.reference-info-table tr:first-of-type td:first-of-type {
    padding-right: 90px;
}

.perex {
    font-size: 16px;
    margin-bottom: 50px;
}

div.gv_panel {
    border-radius: 10px;
}

.thermona-hotline {
    color: #0074bb;
    font-size: 28px;
    float: right;
    margin-top: 28px;
    margin-bottom: 45px;
    font-weight: 300;
    white-space: nowrap;
}

.legends-wrapper {
    text-align: right;
    padding: 30px 0;
}

.legend {
    display: inline-block;
    margin-left: 20px
}

.legend-orange > div, .legend-blue > div, .legend-blurange > div {
    display: inline-block;
    position: relative;
    top: 6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
    overflow: hidden;
}

.legend .legend-orange > div{
    background: orange !important;
}

.legend-blue > div,
.legend-orange.default > div {
    background: orange; /*#ef7e13;   */
}

.legend-orange > div,
.legend-blue.default > div {
    background: #0577bc;
}

.legend-blurange > div > div:first-of-type, .legend-blurange > div > div:last-of-type {
    width: 50%;
    height: 100%;
    display: inline-block;
}

.legend-blurange > div > div:first-of-type {
    background: #0577bc;
}

.legend-blurange > div > div:last-of-type {
    background: orange;
}

table a {
    text-decoration: none !important;
}

#perfect-scroll-container {
    position: relative;
    /*height: 500px;*/
    overflow: hidden;
    margin:0 0 50px 0;
}

#perfect-scroll-container h3 + table {
    display: none;
}

input[type="checkbox"] {
    display: none;
}


#shops-filter label{
    position:relative;
}

#shops-filter input[type="checkbox"] {
    display:none !important;
}

#shops-filter input[type="checkbox"] + label{
    padding:0 0 0 20px;
}

#shops-filter input[type="checkbox"] + label:before{
    content:"";
    width:25px;
    height:25px;
    background:#fff;
    border-radius:5px;
    display:inline-block;
    position:absolute;
    top:-1px;
    left:0;
}

#shops-filter input[type="checkbox"]:checked + label:after{
    content:"";
    width:12px;
    height:10px;
    background:url('../img/check.png') no-repeat;
    position: absolute;
    left:6px;
    top:7px;
}

#shops-filter .checkboxes-to-drop input[type="checkbox"] + label{
    padding:0 0 0 30px;
}

#shops-filter .checkboxes-to-drop input[type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -1px;
    left:0;
    background:#f0f0f0;
    width: 25px;
    height: 25px;
    border-radius: 5px
}

#shops-filter .checkboxes-to-drop input[type="checkbox"]:checked + label:after {
    content:"";
    width:12px;
    height:10px;
    background:url('../img/check.png') no-repeat;
    position: absolute;
    left:6px;
    top:7px;
}

label {
    font-weight: normal;
    font-size: 16px;
}

label span {
    padding-left: 10px;
}


.undermap-section {
    background: #f0f0f0;
    padding: 30px 30px 10px 30px;
    border-radius: 6px;
}

.sticky-label {

}

/*.undermap-section .selectboxit, .selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus {
    background: white;
}*/

/** multiselect **/

.multiselect {
    width: 100%;
    position: relative;
    margin:0 0 20px 0;
}

.selectbox-with-checkboxes {
    position: relative;
}

.overlapSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}


.checkboxes-to-drop {
    display: none;
    z-index: 10;
    position: absolute;
    top: 44px;
    width: 100%;
    background: white;
    padding: 0px;
    border: 5px solid rgba(239, 123, 15, 0.2);
    border-radius: 8px;
    cursor: pointer;
    padding:20px 20px 10px 20px;
}

.checkboxes-to-drop label {
    display: block;
    height: 40px;
    padding-top: 6px;
    padding-left: 20px;
    cursor: pointer;
}

/*.checkboxes-to-drop label:hover {
    background: #f0f0f0;
}*/



/** end of multiselect **/

@media (max-width: 620px) {
    .legends-wrapper {
        text-align: left;
    }
}


@media (max-width: 991px) {
    .thermona-hotline {
        float: left;
    }
}

#map-canvas{
    width:100%;
    height:500px;
}

#map-canvas img {
    max-width: none;
}

#map-points{
    display:none;
}

.info-list,
.product-detail ul{
    margin:0;
    padding:0;
    list-style:none;
}

.info-list li,
.product-detail ul li{
    margin:0 0 5px 0;
    color:#000;
    position:relative;
    padding:0 0 0 15px;
}

.info-list li:before,
.product-detail ul li:before{
    content:"";
    width:5px;
    height:5px;
    border-radius:50%;
    background:#ef7b0f;
    position:absolute;
    left:0;
    top:8px;
}

.info-table,
.product-detail table{
    width:100%;
}

.info-table th,
.product-detail table th{
    padding:5px 10px 5px 10px;
    background:#ef7b0f;
    color:#fff;
}

.info-table td,
.product-detail table td{
    padding:5px 10px 5px 10px;
}

.info-table tr:nth-child(even),
.product-detail table tr:nth-child(even){
    background:#ebebeb;
}

.info-table tr:hover,
.product-detail table tr:hover{
    background:#cbcccc;
}


.thermona-hotline {
    color: #0074bb;
    font-size: 28px;
    float: right;
    margin-top: 28px;
    margin-bottom: 45px;
    font-weight: 300;
    white-space: nowrap;
}

.servis-feature, .servis-img-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.servis-img-wrapper img {
    margin-bottom: 0;
}

.servis-feature {
    font-size: 16px;
    margin-bottom: 30px;
}

.servis-feature span {
    margin-left: 10px;
    margin-right: 20px;
}

.servis-detail-map-wrapper {
    text-align: right;
}

.servis-detail-map-wrapper img {
    width: 100%;
}

.servis-table-section, .servis-features {
    word-wrap:break-word;
    font-size: 16px;
    line-height: 1.7;
}

.servis-table-section table {
    width: 100%;
}

.servis-table-section > table > tbody > tr:last-of-type > td {
    vertical-align: top;
    padding-top: 30px;
}

.servis-table-section > table > tbody > tr:first-of-type > td:first-of-type  {
       padding-right: 80px
}

.servis-table-section > table > tr > td:first-of-type {

}

.servis-table-section > table > tbody > tr > td > table > tbody > tr:first-of-type > td:first-of-type {
    padding-right: 20px
}

.servis-features {
    margin-top: 25px
}

table ul {
    line-height: 2;
    padding-left: 0px;
    list-style-type: none;
}

.servis-features > div:last-of-type ul{
    padding-left: 40px
}

.servis-table-section table li {
    padding-bottom: 10px;
}

table li::before {
    display: inline-block;
    margin-right: 10px;
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		font-size: 10px;
		position: relative;
		top: 0px;
		left: 0px;
		color: #ef7b0f;
		content: "\e91e";
}

.servis-btn-wrapper {
    font-size: 16px;
    margin: 20px 0 35px 0;
}

.servis-features div {
    display: inline-block;
}

.vertical-space-40{
    height:40px;
}

.vertical-space-20{
    height:20px;
}

.section-side-links a:nth-child(2),
.section-side-links .top-border{
    border-top:0px solid #ef7b0f;
}

.undermap-section .selectboxit-container .selectboxit{
    background:#fff;
}


/*.section-header-row .gv_panel{
    overflow:visible;
}*/

.pager a,
.SearchResults > div > a {
    width:25px;
    height:25px;
    border-radius:50%;
    background:#f0f0f0;
    text-align:center;
    line-height:25px;
    display:inline-block;
    margin-right:5px;
    transition: all ease-in-out 200ms;
}

.pager a:hover,
.SearchResults > div > a:hover {
    background:orange;
    color:#fff;
    text-decoration:none;
    transition: all ease-in-out 200ms;
}

.pager .CurrentPage,
.SearchResults > div > .CurrentPage {
    background:orange;
    color:#fff;
    width:25px;
    height:25px;
    display:inline-block;
    border-radius:50%;
    line-height:25px;
    text-align:center;
    margin-right:5px;
}

.spinner-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    top: 0;
    left: 0;
    background: url('../img/spinner-overlay.png');
    display: none;
}

.spinner-overlay .spinner {
    width: 142px;
    height: 142px;
    background: url('../img/spinner-grey.gif') no-repeat center center;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -71px;
}