/*Fixy, tricki i essentiale*/
body {margin: 0; padding: 0; font-family: "Titillium Web", arial, sans-serif; color: #6e6e6d; overflow-x: hidden;}
img {border: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
a {text-decoration: none; color: #3e3e3e;}
a:hover, a.active {color: #e6007e;}
a.active {cursor: default;}
a:link {color: #0072BC;}
.sh135-clr {width: 100%; clear: both; height: 0px; overflow: hidden;}
input, button, textarea {outline: none; font-family: "Titillium Web", arial, sans-serif;}
textarea {resize: none;}
p {margin: 0; padding: 0; line-height: normal;}
ul {list-style: none; padding: 0; margin: 0;}
ol {padding: 0 0 0 20px; margin: 0;}
#sh135-page {width: 100%; overflow: hidden;}
.sh135-page {max-width: 970px; margin: 0 auto;}
.sh135-left {float: left;}
.sh135-right {float: right;}
/*fin*/


/*=====STYLE PREDEFINIOWANE DO SLIDERA ZE SKRYPTU=====*/
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
    font-family: 'flexslider-icon';
    src: url('./fonts/flexslider-icon.eot');
    src: url('./fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('./fonts/flexslider-icon.woff') format('woff'), url('./fonts/flexslider-icon.ttf') format('truetype'), url('./fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
    margin: 0 0 60px;
    background: #ffffff;
    border: 4px solid #ffffff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides img {
    height: auto;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
    content: '\f002';
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: '\f003';
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}
/*KONIEC STYLI PREDEFINIOWANYCH ZE SLIDERA*/

/*STYLE SLIDERA*/
#SH135-SLIDER {border: 0; margin: 0 auto; max-width: 1366px; text-align: center; font-family: "Titillium Web", arial, sans-serif;}
.sh135-nav-container {position: relative; height: 0;}
#SH135-CONTROL-NAV {right: 10px; bottom:20px; z-index: 9; width: auto;}
#SH135-CONTROL-NAV li {text-indent: 9999px; overflow: hidden; border-radius: 0; border: 2px solid #fff; background: #e6007e; width: 17px; height: 17px; margin: 0 0 0 5px; cursor: pointer;}
#SH135-CONTROL-NAV li.flex-active {background: #FEC01C; cursor: default;}
#SH135-CONTROL-NAV li.flex-active:hover {background: #FEC01C;}
#SH135-CONTROL-NAV li:hover {background: #aa036c;}
#SH135-SLIDER .slides > li {overflow: hidden;}
#SH135-CONTENT .flexslider .slides > li img {width: 100%; position: relative; max-width: 1366px; margin: 0 auto; display: block;}

@media screen and (max-width: 1200px) {
    #SH135-CONTROL-NAV {right: 30px;}
    #SH135-CONTROL-NAV li {width: 15px; height: 15px; margin-left: 4px;}
}
@media screen and (max-width: 800px) {
    #SH135-CONTROL-NAV li {width: 13px; height: 13px; margin-left: 3px;}
}
@media screen and (max-width: 540px) {
    #SH135-CONTROL-NAV li {width: 11px; height: 11px; margin-left: 2px;}
}
@media screen and (max-width: 400px) {
    #SH135-CONTROL-NAV li {width: 9px; height: 9px; margin-left: 1px;}
}
/*KONIEC STYLI SLIDERA*/


h1, h2, h3, h4, h5, h6 {margin: 0;}

/*COOKIES - CIASTECZKA PASEK NA GÓRZE*/
#SH135-COOKIES {background: #2b2b2b; padding: 10px; display: none; font-family: "Titillium Web", arial, sans-serif;}
#SH135-COOKIES .sh135-page{position: relative;}
#SH135-COOKIES p {line-height: 20px; font-family: arial; color: #fff; font-size: 13px; line-height: 20px; padding-right: 20px;}
#SH135-COOKIES p a {color: #fff;}
#SH135-COOKIES p a:hover {text-decoration: underline; color: #fff;}
#SH135-COOKIES a.sh135-close {position: absolute; top: 50%; right: 0; margin-top: -6px; width: 12px; height: 13px;}
#SH135-COOKIES a.sh135-close:hover {opacity: 0.8; filter: alpha(opacity=80);}
#SH135-COOKIES a.sh135-close img {display: block;}

/*HEADER STRONY*/
#SH135-HEADER {font-family: "Titillium Web", arial, sans-serif;}
#SH135-HEADER *, #SH135-HEADER *:after, #SH135-HEADER *:before {box-sizing: border-box;}
#SH135-HEADER a {text-decoration: none;}
#SH135-HEADER .sh135-header-container > .sh135-page {height: 0;}
#SH135-HEADER .sh135-page {padding-left: 145px; position: relative;}/*POTRZEBNE DLA LOGO*/
#SH135-HEADER .sh135-logo {position: absolute; left: 0; top: 52px; z-index: 5;}/*LOGO*/
/*GÓRNE MENU W HEADERZE*/
.sh135-header-top {background: url(../../../SiteCollectionImages/Tauron24/imgs/sh135-top-header-background.jpg);}
.sh135-menu-top {margin-top: 11px; margin-left: 52px; float: left;}
.sh135-menu-top li {float: left;}
.sh135-menu-top li a {color: #6e6e6d; font-size: 17px; text-align: center; line-height: 21px; padding: 10px 20px; width: 114px; display: block;}
.sh135-menu-top li a:hover {color: #e6007e;}
.sh135-menu-top li a.sh135-active {background: #fff;}
.sh135-menu-top li a.sh135-active:hover {color: inherit;}
.sh135-login {float: right;}
.sh135-login a {color: #6e6e6d; font-size: 17px; line-height: 20px; padding: 6px 10px; width: 160px; margin-top: 7px; display: block; text-align: left; font-weight: 700; background: url(../../../SiteCollectionImages/Tauron24/imgs/sh135-arrow.png) no-repeat right center;}
.sh135-login a:hover {color: #e6007e;}

/*DOLNE MENU W HEADERZE*/
.sh135-header-bottom {background: #fff; height: 87px;}
.sh135-menu-bottom {padding-left: 52px;}
.sh135-menu-bottom li {float: left; padding: 20px 0;}
.sh135-menu-bottom li > a {color: #2b2b2b; font-size: 22px; line-height: 26px; padding: 10px 20px; display: block;}
.sh135-menu-bottom li > a.sh135-sub-menu-trigger {background: url(../../../SiteCollectionImages/Tauron24/imgs/sh135-pink-arrow.png) no-repeat right; padding-right: 30px;}
.sh135-menu-bottom li.sh135-open > a.sh135-sub-menu-trigger {background-color: #f8f6f6;}
.sh135-menu-bottom li.sh135-open > a.sh135-sub-menu-trigger:hover {color: #2b2b2b;}
.sh135-menu-bottom li a:hover {color: #e6007e; text-decoration: none;}
/*SUBMENU W HEADERZE*/
.sh135-submenu-container {position: relative;}
.sh135-submenu-container.sh135-open .sh135-submenu {display: block;}/*SELECTOR DO OTWIERANIA SUBMENU*/
.sh135-submenu {position: absolute; padding: 10px; background: #f8f6f6; top: 65px; left: -191px; width: 764px; z-index: 10; display: none;}
.sh135-submenu-column {margin-top: 20px; float: left; padding: 0 23px; width: 248px;}
.sh135-submenu-column h5 {color: #4d4d4d; font-size: 17px; line-height: 20px; font-weight: 700;}
.sh135-submenu-column ul {margin-top: 8px;}
.sh135-submenu-column li {line-height: 15px; padding: 12px 2px; border-bottom: 1px #d9d9d9 solid; background: url(../../../SiteCollectionImages/Tauron24/imgs/sh135-sub-menu-arrow.png) no-repeat right; float: none;}
.sh135-submenu-column li > a {color: #6f7072; font-size: 16px; line-height: 15px; font-weight: 400; padding: 0;}
.sh135-configure {display: block; float: left; width: 248px;}
.sh135-configure-in {display: block; float: right; width: 230px; background: url(../../../SiteCollectionImages/Tauron24/imgs/sh135-configure-background.png) no-repeat bottom; height: 230px;}
.sh135-configure-in.sh135-mauto {float: none; display: block; margin: 0 auto;}
.sh135-configure-in.sh135-left {float: left;}
.sh135-configure-in p {color: #fff; font-size: 18px; text-align: center; line-height: 22px; padding: 12px 12px 0; background: #e51486;}
.sh135-configure-in img {margin-bottom: -25px;}
.sh135-configure-in span {background: #e51486 url(../../../SiteCollectionImages/Tauron24/imgs/sh135-configure-arrow.png) no-repeat right; padding: 2px 24px 5px 10px; float: left; font-size: 16px; color: #fff; font-weight: 700; line-height: 18px; margin-top: 99px; margin-left: 20px;}
.sh135-configure:hover .sh135-configure-in span {color: #fff; background-color: #ab256e;}
.sh135-menu-bottom li .sh135-configure-in a:hover {color: #fff;}
.sh135-submenu-collapse {font-size: 14px; padding: 0 12px; line-height: 20px; color: #3e3e3e; background: url(../../../SiteCollectionImages/Tauron24/imgs/sh135-submenu-collapse-arrow.png) no-repeat right; float: right; display: block; margin-top: 10px;}
.sh135-submenu-collapse:hover {color: #e6007e}
/*HEADER, KTÓRY PRZYKLEJA SIĘ DO GÓRY OKIENKA PRZEGLĄDARKI*/
.sh135-header-fixed {position: fixed; border-bottom: #c8c9cb 2px solid; background: #fff; width: 100%; top: 0; left: 0; z-index: 10; display: none;}
#SH135-HEADER .sh135-header-fixed .sh135-page {padding-left: 0;}
.sh135-header-fixed .sh135-logo-mini {float: left; font-size: 0;}
.sh135-header-fixed .sh135-menu-bottom {padding-left: 0; float: left;}
.sh135-header-fixed .sh135-menu-bottom li {padding: 0 10px;}
.sh135-header-fixed .sh135-menu-bottom li > a {color: #3e3e3e; font-size: 18px;}
.sh135-header-fixed .sh135-menu-bottom li > a:hover {color: #e6007e;}
.sh135-header-fixed .sh135-submenu {top: 46px;}
.sh135-header-fixed .sh135-menu-bottom .sh135-submenu-column li {padding: 12px 2px;}
.sh135-header-fixed .sh135-menu-bottom .sh135-submenu-column li > a {font-size: 16px; color: #6f7072;}
.sh135-header-fixed .sh135-menu-bottom .sh135-submenu-column li > a:hover {color: #e6007e;}

/*MENU MOBILNE*/
.sh135-mobile-menu-container { display: none; position: relative;}
.sh135-mobile-menu-container a.sh135-mobile-menu-trigger {display: block; width: 49px; height: 49px; background: url(../../../SiteCollectionImages/Tauron24/imgs/sh135-mobile-menu.png) no-repeat 0 0;float: right; margin-right: 15px; margin-top: 19px;}
.sh135-mobile-menu-container a.sh135-mobile-menu-trigger:hover {opacity: 0.75; filter: alpha(opacity=75);}
.sh135-mobile-menu-container a.sh135-mobile-menu-trigger.sh135-active {background-position: 0 -49px;}
.sh135-mobile-menu {position: absolute; top: 87px; right: 14px; z-index: 10; display: none;border: 10px solid #e6007e; border: 10px solid rgba(230,0,126,0.7); box-sizing: border-box; min-width: 270px;}
.sh135-mobile-menu.sh135-mobile-visible {display: block;}
.sh135-mobile-menu li { background: #fff;}
.sh135-mobile-menu > ul > li:last-child a {border-bottom: none;}
.sh135-mobile-menu a {color: #2b2b2b; font-size: 17px; padding: 5px 35px 5px 20px; border-bottom: 5px solid #e6007e; border-bottom: 5px solid rgba(230,0,126,0.7); display: block;}
.sh135-mobile-menu a:hover {color: #e6007e;}
.sh135-mobile-menu .sh135-mobile-menu-submenu-trigger {background: url(../../../SiteCollectionImages/Tauron24/imgs/sh135-pink-arrow-sprite.png) no-repeat right 14px;}
.sh135-mobile-menu .sh135-open .sh135-mobile-menu-submenu-trigger {background-position: right -16px;}
.sh135-mobile-menu .sh135-mobile-menu-submenu .sh135-mobile-menu-configure {color: #fff; background: #e6007e;}
.sh135-mobile-menu .sh135-mobile-menu-submenu .sh135-mobile-menu-configure:hover {color: #bfbfbf;}
.sh135-mobile-menu .sh135-inner-submenu-accordion-trigger {background: #e6e6e6 url(../../../SiteCollectionImages/Tauron24/imgs/sh135-black-arrow-sprite.png) no-repeat right 14px; color: #2b2b2b;}
.sh135-mobile-menu .sh135-inner-submenu-accordion-container.sh135-open .sh135-inner-submenu-accordion-trigger {background-position: right -16px;}
.sh135-mobile-menu .sh135-inner-submenu-accordion-content a {background: #bfbfbf; color: #2b2b2b;}
.sh135-mobile-menu .sh135-inner-submenu-accordion-content a:hover {color: #e6007e;}
.sh135-mobile-menu-submenu {display: none;}
.sh135-mobile-menu-submenu-container.sh135-open .sh135-mobile-menu-submenu {display: block;}
.sh135-mobile-menu .sh135-inner-submenu-accordion-content {display: none;}
.sh135-mobile-menu .sh135-inner-submenu-accordion-container.sh135-open .sh135-inner-submenu-accordion-content {display: block;}

/*RESPONSIVE DO HEADERA*/
@media screen and (max-width: 1200px) {
    #SH135-HEADER .sh135-logo {left: 20px;}
    #SH135-HEADER .sh135-logo img {width: 130px;}
}
@media screen and (max-width: 800px) {
    .sh135-menu-top {margin-left: 0;}
    .sh135-login {display: none;}
    .sh135-mobile-menu-container {display: block;}
    .sh135-menu-bottom {display: none;}
    .sh135-header-fixed {display: none!important;}
    #SH135-HEADER .sh135-page {padding-left: 0;}
    #SH135-HEADER .sh135-header-top .sh135-page {padding-left: 165px;}
    #SH135-HEADER .sh135-logo img {display: none;}
    #SH135-HEADER .sh135-logo {background: url(../../../SiteCollectionImages/Tauron24/imgs/sh135-logo-fixed.png) no-repeat; width: 188px; height: 49px; margin-top: 19px;}
}
@media screen and (max-width: 410px) {
    #SH135-HEADER .sh135-logo img {width: 100px;}
    #SH135-HEADER .sh135-header-top .sh135-page {padding-left: 20px;}
    .sh135-mobile-menu-container a.sh135-mobile-menu-trigger {margin: 11px 15px 0 0;}
    .sh135-header-bottom {height: 70px;}
    .sh135-mobile-menu {top: 70px; right: 15px}
    #SH135-HEADER .sh135-logo {margin-top: 11px;}
}

/*BREAD CRUMBS*/

.sh135-breadcrumbs {background: #f8f6f6;}
.sh135-breadcrumbs .sh135-breadcrumbs-container {padding: 8px 0 8px 70px;}
.sh135-breadcrumbs .sh135-breadcrumbs-container > img {margin: 0;}
.sh135-breadcrumbs a {margin: 0 5px; line-height: 17px; color: #808184; font-size: 16px; white-space: nowrap;}
#SH135-HEADER .sh135-breadcrumbs a:hover {color: #e6007e;}
.sh135-breadcrumbs a:hover img {opacity: 0.75;}
.sh135-breadcrumbs a img {margin: 0;}
.sh135-breadcrumbs img {margin: 0 5px; line-height: 17px;}
.sh135-breadcrumbs span {margin: 0 5px; line-height: 17px; color: #808184; font-size: 16px; white-space: nowrap;}

/*ZAWARTOŚĆ STRONY*/
#SH135-CONTENT {text-align: center; font-family: "Titillium Web", arial, sans-serif;}
#SH135-CONTENT *, #SH135-CONTENT *:after, #SH135-CONTENT *:before {box-sizing: border-box;}
#SH135-CONTENT a {text-decoration: none;}
#SH135-CONTENT img {max-width: 100%; margin: 0 auto;}

/*FOOTER*/

#SH135-FOOTER {background: #2b2b2b; padding: 20px 0; z-index: 1; position: relative; font-family: "Titillium Web", arial, sans-serif;}
#SH135-FOOTER *, #SH135-FOOTER *:after, #SH135-FOOTER *:before {box-sizing: border-box;}
#SH135-FOOTER a {text-decoration: none;}
#SH135-FOOTER h3 {color: #929497; font-size: 24px; line-height: 25px; margin-top: 10px;}
#SH135-FOOTER a, #SH135-FOOTER li {color: #fff; font-size: 15px; line-height: 20px; margin-bottom: 5px;}
#SH135-FOOTER a:hover {color: inherit; text-decoration: underline;}
.sh135-footer-column-container {float: left; width: 50%;}
.sh135-footer-column {float: left; width: 50%; padding-left: 10px;}
.sh135-footer-column ul {margin-top: 20px;}
.sh135-footer-column .sh135-magenta {color: #e11079!important;}
.sh135-footer-column.sh135-last {width: 50%; text-align: center;}

#SH135-FOOTER .sh135-footer-column.sh135-last a img {margin-bottom: 10px; vertical-align: middle;}
#SH135-FOOTER .sh135-footer-column.sh135-last a:hover {opacity: 0.8; filter: alpha(opacity=80);}

/*PASEK FOOTERA Z ODZNAKAMI*/
.sh135-footer-middle {text-align: center; background: #f8f6f6; height: 83px; border-top: 3px solid #e50081;}
.sh135-footer-middle img {vertical-align: middle; line-height: 41px; margin: 0 14px;}
.sh135-footer-middle .sh135-left-img {margin-right: 4px;}

/*PASEK POD FOOTEREM*/
.sh135-lower-footer {padding: 20px 0; background: #fff;}
.sh135-copyright {float: left;}
.sh135-footer-menu {float: right; padding: 9px 0}
.sh135-lower-footer p, .sh135-lower-footer a {color: #929497; font-size: 14px; line-height: 20px;}
.sh135-lower-footer a:hover {color: #e6007e;}
.sh135-footer-menu img.sh135-separ{display: inline-block; margin-bottom: -2px;}
/*RESPONSIVE DLA FOOTERA*/
@media screen and (max-width: 1040px) {
    #SH135-FOOTER {padding: 25px;}
    .sh135-footer-column {width: 220px;}
    .sh135-lower-footer {padding: 20px;}
}
@media screen and (max-width: 960px) {
    .sh135-footer-column-container {width: 64%; padding-right: 2%}
    .sh135-footer-column-container.sh135-second {width: 31%; padding-right: 2%;}
    .sh135-footer-column {width: 48%; padding-right: 2%;}
    .sh135-footer-column-container.sh135-second .sh135-footer-column {width: 100%; padding-right: 0;}
    .sh135-footer-column-container.sh135-second .sh135-footer-column.sh135-last {width: 100%; margin-left: 0; margin-top: 20px;}
    .sh135-footer-column-container.sh135-second .sh135-footer-column.sh135-last h3 {display: none;}
    .sh135-footer-column-container.sh135-second .sh135-footer-column.sh135-last ul {margin-top: 0;}
    .sh135-footer-column-container.sh135-second .sh135-footer-column.sh135-last li {float: left;}
    #SH135-FOOTER .sh135-footer-column.sh135-last a img {margin: 0 10px;}
}
@media screen and (max-width: 670px) {
    #SH135-FOOTER h3 {font-size: 20px;}
    .sh135-footer-menu {float: none;}
    .sh135-copyright {float: none;}
    .sh135-lower-footer p, .sh135-lower-footer a {font-size: 12px;}
}
@media screen and (max-width: 600px) {
    .sh135-footer-column-container {width: 100%; padding-right: 0;}
    .sh135-footer-column-container.sh135-second {width: 100%; padding-right: 0; margin-top: 25px;}
}