/* Add here all your CSS customizations */

@media (min-width: 768px) {
    .container-half-left {
        width: 750px;
        margin: 0 auto;
        padding-left: 15px;
    }
    .container-one-third-left {
        width: 256px;
        margin: 0 auto;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container-half-left {
        width: 485px;
        float: right;
        padding-left: 15px;
    }
    .container-one-third-left {
        width: 331px;
        margin: 0 auto;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .container-half-left {
        width: 585px;
        float: right;
        padding-left: 15px;
    }
    .container-one-third-left {
        width: 400px;
        margin: 0 auto;
        padding-left: 15px;
    }
}


/* Grid */
.col-half-section {
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    max-width: 570px;
    float: left;
    margin-left: 30px;
    margin-right: 0;
}

.col-half-section.col-half-section-right {
    float: right;
    margin-left: 0;
    margin-right: 30px;
}

@media (max-width: 1199px) {
    .col-half-section {
        max-width: 468px;
    }
}

@media (max-width: 991px) {
    .col-half-section {
        max-width: 740px;
        float: none !important;
        margin: 0 auto !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}


/* GLOBAL */
.invisible {
    visibility: hidden !important;
}

.pointer {
    cursor: pointer !important;
}

p.alternative-font {
    top: 0;
}

.alternative-font {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1.4em;
}

.text-primary {
    color: #0f3d82 !important;
}

.tooltip {
    min-width: 200px;
}

#header .header-top {
    background: #FFF;
    border-bottom: 0;
}

.page-header {
    background-color: #0a2e62;
    border-top: 0;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.text-transform-none {
    text-transform: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.bt-none {
    border-top: 0 !important;
}

.bl-none {
    border-left: 0 !important;
}

.br-none {
    border-right: 0 !important;
}

.b-none {
    border: 0 !important;
}

h2.lh-nopadd,
h3.main-page-section-title.lh-nopadd {
    line-height: 32px !important;
}

.section.section-blackandwhite {
    background: #FFF;
    border-top: 0;
    color: #1d2127;
}

.bg-primary {
    background: #0f3d82;
    color: #FFF !important;
}

.bg-white {
    background: #FFFFFF !important;
}

.heading-white {
    color: #FFFFFF;
}

h2.heading-white .fa {
    font-size: 24px;
}

a.link-in-bg-primary {
    color: #FFFFFF;
}

.box-shadowed {
    -webkit-box-shadow: 1px 1px 4px 0px #4a4a4a;
    -moz-box-shadow: 1px 1px 4px 0px #4a4a4a;
    box-shadow: 1px 1px 4px 0px #4a4a4a;
}

.font-family-open-sans {
    font-family: "Open Sans", Arial, sans-serif !important;
    letter-spacing: 0px;
    color: #777;
}

.d-table-cell {
    display: table-cell;
}

.w-100 {
    width: 100%;
}


/* Nagłówek strony */ 
.page-header-more-padding h1, .page-header-custom-background h1, .page-header-float-breadcrumb h1 {
    max-width: 90%;
}

/* Górne menu */
@media (min-width: 992px) {
    #header .header-nav-main nav>ul>li>a {
        padding: 10px 8px;
    }
}

@media (min-width: 1200px) {
    #header .header-nav-main nav>ul>li>a {
        padding: 10px 13px;
    }
}

/* stopka */
.footer-copyright.footer-copyright-gray {
    background: #f4f4f4 !important;
}

#footer .footer-copyright-gray a {
    color: #333333 !important;
}

#footer ul li a {
    color: #BBB;
}

#footer h4 {
    font-size: 1.4em;
}

#footer .footer-heading {
    letter-spacing: normal;
    line-height: 27px;
    font-size: 1.4em;
    font-weight: 200;
    color: #FFFFFF;
}

.slider-container .withus-label {
    color: #333;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}

.slider-container .main-label {
    color: #FFF;
    font-size: 62px;
    line-height: 82px;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.slider-container {
    height: 340px;
}

a.login-box-main-site {
    display: block;
    margin: 15px auto;
    max-width: 200px;
}

a.login-box-main-site:hover {
    text-decoration: none;
}

a.login-box-main-site .feature-box {
    padding: 8px 2px;
    background: #0f3d82;
    height: 57px;
}

a.login-box-main-site .feature-box .feature-box-icon {
    margin-left: 5px;
    margin-right: 0;
}

a.login-box-main-site .feature-box .feature-box-icon i.fa {
    font-size: 22px;
}

a.login-box-main-site .feature-box-info p.tall {
    color: white;
    font-size: 0.9em;
    line-height: 20px;
    margin: 0;
}

a.login-box-main-site .feature-box-info p.tall.one-line {
    line-height: 45px;
}

a.main-offer-category-box {
    color: #777;
}

a.main-offer-category-box:hover {
    text-decoration: none;
}

a.main-offer-category-box h2 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}

.tabs-navigation ul.nav-tabs li ul {
    border-top: 1px #EEEEEE solid;
    padding-left: 30px;
}

.tabs-navigation ul.nav-tabs li ul li {
    width: 100%;
    margin-bottom: 1px;
    margin-right: -1px;
    position: relative;
}

.tabs-navigation ul.nav-tabs li ul li a {
    background: #F4F4F4;
    font-size: 13px;
    line-height: 1.4;
    padding: 12px 25px 12px 11px;
    border-radius: 0 !important;
}

.tabs-navigation ul.nav-tabs li ul li a:before {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
}

.tabs-navigation ul.nav-tabs li ul li.active a {
    background: #FFFFFF;
}

/* Strona główna */
@media (min-width: 768px) {
    .home-intro {
        margin-bottom: 30px;
    }
}

.home-intro p {
    max-width: none;
    display: block;
}

.home-intro h1 {
    color: #FFF;
    display: inline;
    font-size: 1em;
    font-weight: 300;
    width: 100%;
    line-height: 1.6;
    letter-spacing: 0;
}

.home-intro-text {
    color: #FFF;
    font-size: 1.4em;
    font-weight: 300;
    width: 100%;
    padding-top: 5px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .home-intro-text {
        font-size: 1em;
    }
}

.nivo-main-site {
    border: 7px #fff solid;
    border-radius: 5px;
}

.nivo-main-site+.nivo-controlNav {
    padding-top: 8px;
}

.theme-default .nivoSlider {
    box-shadow: 0px 1px 5px 0px #888888;
}

div.ekontrol-box {
    background: transparent url(/public/pict/main-page/boks-ekontrol.jpg) no-repeat 0 0;
    padding-top: 70px;
    padding-left: 25px;
    padding-bottom: 20px;
    background-size: cover;
}

div.ekontrol-text {
    max-width: 180px;
}

div.opti-ener-box {
    background: transparent url(/public/pict/main-page/boks-opti-ener.jpg) no-repeat 0 0;
    padding-top: 70px;
    padding-left: 25px;
    background-size: cover;
}

div.opti-ener-text {
    max-width: 190px;
}

.link-strefa .feature-box-info h5 {
    color: #FFFFFF;
    text-transform: none;
    padding-top: 5px;
    margin-bottom: 0;
}

.link-szybki-kontakt .feature-box-info h5 {
    color: #FFFFFF;
    text-transform: none;
    padding-top: 5px;
    margin-bottom: 0;
    line-height: 30px;
    text-decoration: none;
}

.link-szybki-kontakt .feature-box-info h5:hover {
    text-decoration: none;
}

.link-strefa .feature-box-icon,
.link-szybki-kontakt .feature-box-icon {
    background-color: #FFFFFF !important;
    border: 2px solid #cecece !important;
}

h3.main-page-section-title {
    font-size: 2.2em;
    font-weight: 300;
    margin: 0 0 32px 0;
    text-transform: none;
}

a.no-underline:hover {
    text-decoration: none !important;
}

a.no-underline:hover .link-strefa .feature-box-icon,
a.no-underline:hover .link-szybki-kontakt .feature-box-icon {
    background-color: #e36159 !important;
}

a.no-underline:hover .link-strefa .feature-box-icon i.fa,
a.no-underline:hover .link-szybki-kontakt .feature-box-icon i.fa {
    color: #FFFFFF !important;
}

#customDots .owl-dot {
    cursor: pointer;
}

#customDots .owl-dot.active span,
#customDots .owl-dot:hover span {
    background: #0f3d82;
}

ul.social-icons li a {
    width: 40px;
    height: 40px;
    line-height: 45px;
}

ul.social-icons li a .fa {
    font-size: 20px;
}

.main-about-us {
    border-top: 10px #f4f4f4 solid;
}

#main-site-tweets .date .day {
    color: #637dc8;
}

#main-site-tweets .date .month {
    background-color: #637dc8;
}

#TweetsNav .owl-prev,
#TweetsNav .owl-next {
    display: inline-block;
    margin: 0 4px;
    color: #637dc8;
    font-size: 24px;
    cursor: pointer;
}

/* Oferta - kategorie */
.bg-lighter {
    background: #F4F4F4;
    color: #777;
}

.subcategoryBox a:hover {
    text-decoration: none !important;
}

.subcategoryBox .tabs-vertical {
    border-top-color: #333333;
}

.subcategoryBox h3 {
    text-transform: none;
}

/* Oferta - konkretny produkt */
div#pliki a:hover {
    text-decoration: none !important;
}

/* Oferta strona główna */
img.offer-category-icon {
    width: 64px !important;
    transform: none !important;
}

a.box-offer-big:hover {
    text-decoration: none !important;
}

span.color-aqua {
    color: #DDFFFF !important;
}

/* Oferta - ekontrol */
.ekontrol-toggle .toggle>.toggle-content {
    display: block;
}

.ekontrol-toggle .toggle>label {
    cursor: default;
}

.ekontrol-toggle.toggle.toggle-simple .toggle.active>label:before {
    content: "\f067";
    background-color: #E37500;
}

.ekontrol-toggle.toggle-secondary.toggle-simple .toggle>label:after {
    background-color: #E37500;
}

/* Oferta - fotowoltaika */
.isotope-item.panels h3 {
    text-transform: none;
    margin: 10px 0 0;
    font-size: 18px;
}

.isotope-item.panels a:hover {
    text-decoration: none;
}

/* Tabela - kom�rka szeroka jak jej zawarto�� */
table tr td.content-width,
table tr th.content-width {
    width: 1%;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}

/* Rozmowy z klientami */
.conversation-single .post-content h3 {
    font-size: 22px;
}

/* STREFY */
a.login-do-strefy {
    display: block;
    background-size: cover;
}

a.login-do-strefy.login-solary {
    background-image: url('/public/images/strefa-uzytkownika/grafika-SOL-1-min.jpg');
}

a.login-do-strefy.login-pompy {
    background-image: url('/public/images/strefa-uzytkownika/grafika-PC.jpg');
}

a.login-do-strefy:hover {
    text-decoration: none;
}

a.login-do-strefy .bg-link {
    width: 100%;
    height: 100%;
    padding: 140px 0;
    transition: 0.3s;
}

@media (min-width: 992px) and (max-width: 1199px) {
    a.login-do-strefy .bg-link {
        padding: 105px 0;
    }
}

a.login-do-strefy:hover .bg-link {
    background: rgba(0, 0, 0, 0.6)
}

a.login-do-strefy p {
    margin: 0 auto;
    display: block;
    background: #0f3d82;
    width: 200px;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 0;
    border-radius: 5px;
}

a.login-do-strefy.login-pompy p {
    background: #00a634;
}

.dialog-pompy button.btn {
    font-size: 14px;
    background: #00a634;
    margin: 10px 0;
    border-color: #00a634;
    padding: 15px 15px;
    width: 240px;
}

.dialog-pompy button.btn:hover {
    opacity: 0.8;
}

.dialog-pompy button.btn:active {
    background: #00a634;
    border-color: #00a634;
}

nav.strefa-nav ul li {
    border-right: 1px #0f3d82 solid;
}

nav.strefa-nav ul li.active {
    border-right: 0;
    background-color: #0f3d82;
}

nav.strefa-nav ul li:last-child {
    border-right: 0;
}

nav.strefa-nav ul li a {
    border-radius: 0;
}

nav.strefa-nav ul.nav-pills>li:hover>a {
    background-color: #0f3d82;
    color: #FFFFFF;
}

nav.strefa-nav ul.nav-pills>li:hover {
    background-color: #0f3d82;
}

a.strefa-cell-link {
    display: block;
    border-radius: 5px;
    background-color: #e8edf3;
    padding: 25px;
    text-align: center;
    color: #0f3d82;
}

a.strefa-cell-link.inverted {
    background-color: #0a2e62;
    color: #FFFFFF;
    text-align: left;
    font-size: 15px;
}

a.strefa-cell-link.inverted img {
    display: block;
    max-height: 40px;
    margin-right: 10px;
}

a.strefa-cell-link:hover {
    background-color: #0a2e62;
    color: #FFF;
}

a.strefa-cell-link img {
    max-width: 60px;
    max-height: 60px;
}

.color-strefa-instalatora{
	color:#1d5c40;
}

.color-strefa-instalatora-second{
	color:#0f8243;
}

.bg-color-strefa-instalatora{
	background:#0f8243;	
}

.installer-login-top{
	background: url(/public/images/strefa-instalatora/Strefa-Instalator-OZE-top.jpg) no-repeat;
	background-size: cover;
}
@media (min-width: 992px) {
    .installer-login-top{
    	min-height:330px;
    }
}
@media (min-width: 1200px) {
    .installer-login-top{
    	min-height:391px;
    }
}
@media (max-width: 991px) {
    .installer-login-top{
    	background-size: initial;
    }
}

@media (max-width: 768px) {
    .installer-login-top{
    	background:none;
    }
}

.smb_container img{
	max-width:100% !important;
	display:block;
	margin:0 auto;
}

/* STRONA Kameleon */
.home-concept.kameleon .process-image {
    background: transparent url(../img/home-concept-item-new.png) no-repeat 0 0;
    width: 190px;
    margin-top: 110px;
}

.home-concept.kameleon .process-image.process-image-2 {
    margin-top: 60px;
}

.home-concept.kameleon .process-image.process-image-3 {
    margin-top: 40px;
}

.home-concept.kameleon .process-image img {
    max-width: 167px;
    max-height: 167px;
}

.table-condensed-max>tbody>tr>td {
    padding: 0 0 0 0;
}

.table-no-border>tbody>tr>td {
    border-top: none;
    border-bottom: none;
}

a.kameleon-link-big {
    background-color: #68bc46;
    padding: 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 1.3;
}

@media (max-width: 767px) {
    a.kameleon-link-big {
        font-size: 16px;
        font-weight: bold;
    }
}

/* STRONA PROSTO Prosument */
.text-color-prosto,
.prosto-list i.fa {
    color: #6ab725 !important;
}

section.section-prosto {
    background: #6ab725;
    border: 0;
}

section.section-prosto p {
    color: #FFFFFF;
}

.bg-prosto,
.btn-prosto {
    background: #6ab725;
}

/* STRONA Fotowoltaika e-raty 3x0 */
.text-black {
    color: #000000 !important;
}

.text-white {
    color: #FFFFFF !important;
}

.font-thin {
    font-weight: 200 !important;
}

.text-santander {
    color: #ed1c24;
}

.santander-label-table {
    color: #a02f30 !important;
    font-weight: bold;
}

/* Strony OPTI-ENER */
.page-header.page-opti-ener-main {
    background: #fc784f;
    margin-bottom: 0;
}

section.page-header.page-opti-ener-main h1 {
    border-bottom-color: #fc784f;
}

.opti-link-small {
    background: #fc784f;
    display: inline-block;
    padding: 0 13px;
    font-size: 12px;
    color: #FFFFFF;
}

.opti-link-small:hover {
    color: #FFF;
}

.opti-box-link {
    border: 1px #c0504d solid;
}

.opti-box-link-head {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 15px;
}

.opti-ener-choose a:hover {
    text-decoration: none !important;
}

.opti-ener-choose-bottom {
    display: block;
    background: #fc784f;
    color: #FFFFFF;
    padding: 5px 20px;
    height: 69px;
    font-size: 16px;
}

.opti-ener-choose-bottom p {
    margin-bottom: 0;
    margin-top: 7px;
    color: #FFFFFF;
}

.custom-thumb-info-1 {
    overflow: initial;
    margin-bottom: 30px !important;
    -webkit-transition: ease box-shadow 300ms;
    -moz-transition: ease box-shadow 300ms;
    transition: ease box-shadow 300ms;
}

.custom-thumb-info-1:hover {
    box-shadow: 0px 0px 70px 0px rgba(139, 139, 139, 0.5);
}

.custom-thumb-info-1:hover .thumb-info-wrapper:after {
    content: none;
}

.custom-thumb-info-1:hover .thumb-info-caption {
    border-bottom: 0;
}

.custom-thumb-info-1 .thumb-info-wrapper {
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}

.custom-thumb-info-1 .thumb-info-caption {
    position: relative;
    display: block;
    padding: 0;
    border-bottom: 1px solid #e3e3e3 !important;
    -webkit-transition: ease border-bottom 300ms;
    -moz-transition: ease border-bottom 300ms;
    transition: ease border-bottom 300ms;
}

.custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text {
    padding: 15px 20px;
    margin: 0;
}

.custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text p {
    padding: 0;
    font-size: 1em;
}

.custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text .custom-thumb-info-caption-plus {
    position: absolute;
    top: 22px;
    right: 20px;
    border-radius: 100%;
    font-size: 2em;
    line-height: 0.76;
    width: 30px;
    height: 30px;
    font-weight: 100;
    text-align: center;
    padding-top: 7px;
    font-family: "Poppins", sans-serif;
}

.thumb-info-caption-title {
    color: #95989d;
    font-size: 1.2em;
}

.custom-thumb-info-1.custom-rm-mb {
    margin-bottom: 0 !important;
}

@media (max-width: 991px) {
    .custom-thumb-info-1.custom-rm-mb {
        margin-bottom: 30px !important;
    }
}

.custom-thumb-info-1.custom-rm-mb-last {
    margin-bottom: 0 !important;
}
.video-thumb {
    max-height: 343px;
}
.background-color-orange {
    background-color: #fc784f;
}

.opti-heading {
    font-size: 28px;
    line-height: 1.5;
}

.text-color-green {
    color: #579901;
}

.text-color-orange {
    color: #fc784f;
}

.text-color-opti-black {
    color: #363636;
}

.table-opti-ener>tbody>tr>td {
    padding: 15px 10px;
}

.table-opti-ener thead tr th {
    background-color: #f26b3f;
}

.table-opti-ener thead tr th.bright {
    background-color: #e29370;
}

.table-opti-ener tbody tr th {
    border-right: 2px #cccccc solid !important;
}

html .list-opti-ener.list-icons li>.fa:first-child,
html .list-opti-ener.list-icons li a:first-child>.fa:first-child,
html .list-opti-ener.list-icons li>.icons:first-child,
html .list-opti-ener.list-icons li a:first-child>.icons:first-child {
    color: #fc784f;
    border-color: #fc784f;
}

.btn-opti-ener {
    background: #fc784f;
    color: #FFFFFF;
    width: 400px;
    font-size: 16px;
    padding: 8px 10px;
}

a.opti-ener-link-big {
    background-color: #fc784f;
    padding: 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 1.3;
}

@media (max-width: 767px) {
    a.opti-ener-link-big {
        font-size: 16px;
        font-weight: bold;
    }
}

@media (max-width: 479px) {
    .btn-opti-ener {
        max-width: 320px;
        font-size: 14px;
    }
}

.btn-opti-ener:hover {
    background: #f26b3f;
    color: #FFFFFF;
}

/* Strona "Wizja lokalna" */

.btn-wizja-lokalna {
    background: #f26b3f;
    color: #FFFFFF;
    width: 180px;
    font-size: 14px;
    padding: 10px;
}

.btn-wizja-lokalna:hover {
    background: #f26b3f;
    color: #FFFFFF;
}

.btn-wizja-lokalna.btn-wizja-lokalna-secondary{
	background: #091840;
}

.btn-wizja-lokalna.btn-wizja-lokalna-big{
	width:300px;
	font-size:20px;
}

.wizja-progress {
    position: relative
}
.wizja-progress .progress-content {
    position: absolute; 
    top: 3px; 
    left: 3%;
    line-height: 1;
}
.wizja-progress .progress-content .progress-text {
    color: white;
}
@media (max-width: 1199px) {
    .wizja-progress .progress-content {
        top: 1px; 
    }
    .wizja-progress .progress-content .progress-text {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    .wizja-progress .progress-content {
        top: -2px; 
    }
    .wizja-progress .progress-content .progress-text {
        font-size: 10px;
    }
}

.wizja-frame{
	display:inline-block;
	width:300px;
	border:2px #c6c5c5 solid;
	padding:10px 25px;
	font-size:22px;
	border-radius: 5px;
}

.wizja-frame-files{
	display:inline-block;
	width:440px;
	border:2px #c6c5c5 solid;
	padding:5px 25px 10px 25px;
	border-radius: 5px;
	text-align: center;
}

.bg-wizja-light{
	background-color:#f7bb9f;
}

.bg-wizja-light p{
	color:#333333;
}

.gray-text{
	color:#777777;
}

html .toggle-quaternary.wizja-toggle .toggle label{
	background-color: #383f48;
    border-color: #383f48;
    color: #ffffff;
    border-left-color: #ffffff;
    border-right-color: #ffffff;
}

/* Strona promocja "Nie prześpij zimy" */
.position-relative {
    position: relative;
}

.va-middle-img {
    min-height: 56px;
}

.va-middle-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a.box-link-zima {
    display: block;
    border: 2px #1d9652 solid;
    color: #1d9652;
    text-align: center;
    padding: 25px 10px;
}

a.box-link-zima:hover {
    background-color: #1d9652;
    border: 2px #FFFFFF solid;
    color: #FFFFFF;
    text-decoration: none;
}

.page-header.page-promocja-nie-przespij-zimy {
    margin-bottom: 0;
}

.color-promo-zima {
    color: #1d9652;
}

.bg-promo-zima {
    background-color: #1d9652;
}

.promo-zima-list.list.list-icons li>.fa:first-child,
.promo-zima-list.list.list-icons li a:first-child>.fa:first-child,
.promo-zima-list.list.list-icons li>.icons:first-child,
.promo-zima-list.list.list-icons li a:first-child>.icons:first-child {
    color: #1d9652;
    border-color: #1d9652;
}

.promo-zima-big-counter {
    font-size: 52px;
}
/**/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.contact-box-right {
    position: fixed;
    width: 190px;
    text-align: center;
    color: #FFFFFF;
    right: 0;
    top: 310px;
    z-index: 10000;
    transition: right .7s;
}

.contact-box-right.folded {
    right: -190px;
}

.contact-box-content {
    padding: 15px;
    background: #0a2e62;
}

.contact-box-fold {
    background: gray;
    text-align: right;
    font-size: 12px;
    padding: 0 5px;
    cursor: pointer;
}

.contact-box-unfold {
    background: gray;
    width: 25px;
    height: 230px;
    float: left;
    position: absolute;
    top: 0;
    left: -25px;
    transition: opacity .7s ease-out;
}

.contact-box-unfold p {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: relative;
    top: 160px;
    font-size: 14px;
    margin: 0;
}

.contact-box-right a,
.contact-box-right p {
    color: #FFFFFF;
    line-height: 1.4;
}

.contact-box-right .contact-icon {
    font-size: 28px;
}

.popup-inline-content,
.mfp-content .ajax-container {
    background: none repeat scroll 0 0 #FFF;
    margin: 40px auto;
    max-width: 600px;
    padding: 20px 30px;
    position: relative;
    text-align: left;
    display: none;
}

.mfp-content .ajax-container {
    display: block;
}

.mfp-wrap .popup-inline-content {
    display: block;
}

.mfp-iframe-holder .mfp-content {
    max-width: 1250px;
}

/* Close */
.mfp-close,
.mfp-close-btn-in .mfp-close {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #838383;
}

/* No Margins */
.mfp-no-margins img.mfp-img {
    padding: 0;
}

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}

.mfp-no-margins .mfp-container {
    padding: 0;
}

/* Zoom */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0.001;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* Animnate */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0.001;
    /* Chrome opacity transition bug */
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0.01;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* Do Fotowoltaiki (PV) */
.inactive {
    color: #efefef !important;
}

.spinner-buttons-sm>button {
    height: 16px !important;
    padding: 0 5px !important;
}

.spinner-buttons-sm>button:last-child {
    height: 15px !important;
}

.decoration-none {
    text-decoration: none;
}

.decoration-none:hover {
    text-decoration: none;
}

.decoration-none:focus {
    text-decoration: none;
}

#pomocDoborPvForm {
    border: 1px solid #DDD;
    border-radius: 4px;
    padding: 20px;
    border-top: 4px #0f3d82 solid;
}

/* Widget - Simple Card List */
ul.simple-card-list {
    list-style: none;
    padding: 0;
}

ul.simple-card-list li {
    padding: 10px 15px;
    margin: 15px 0;
}

ul.simple-card-list li h3 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 600;
    margin: 0;
}

ul.simple-card-list li p {
    margin: 0;
    opacity: .7;
}

.simple-card-list li.primary {
    background: #0088cc;
    color: #FFF;
}

.simple-card-list li.success {
    background: #47a447;
    color: #FFF;
}

.simple-card-list li.warning {
    background: #ed9c28;
    color: #FFF;
}

.simple-card-list li.danger {
    background: #d2322d;
    color: #FFF;
}

.simple-card-list li.info {
    background: #5bc0de;
    color: #FFF;
}

.simple-card-list li.dark {
    background: #171717;
    color: #FFF;
}

div.simple-card-list {
    display: table;
    width: 100%;
}

div.simple-card-list .card {
    display: table-cell;
}

div.simple-card-list .card .card-content {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 7px;
    padding: 5px;
}

div.simple-card-list .card h3 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 600;
    margin: 0;
}

div.simple-card-list .card p {
    margin: 0;
    opacity: .7;
}

.no-link {
    text-decoration: none !important;
}

.notifications {
    display: inline-block;
    list-style: none;
    margin: 0 -10px 0 0;
    padding: 0;
    vertical-align: middle;
}

.verticalSpinner {
    float: inherit;
}

.verticalSpinner>div {
    display: block !important;
    width: 35px !important;
}

.verticalSpinner button {
    border-radius: 0px !important;
}

.verticalSpinner .input-group-btn:last-child>.btn {
    margin-left: 0px;
}

.searchbox {
    position: relative;
    min-width: 30px;
    width: 0%;
    height: 50px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input {
    border-radius: 20px;
    font-size: 0.9em;
    height: 34px;
    margin: 0;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    outline: none;
}

.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
}

.searchbox-input:-moz-placeholder {
    color: #d74b4b;
}

.searchbox-input::-moz-placeholder {
    color: #d74b4b;
}

.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}

.searchbox-submit {
    width: 50px;
    height: 34px;
    background: none;
    display: none;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
}

.searchbox-icon {
    width: 30px;
    height: 34px;
    background: #FFFFFF;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 14px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    color: #ccc;
}

.searchbox-open {
    width: 182px;
}

.searchbox .btn-default {
    background: transparent;
    border: 0 none;
    color: #CCC;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.inverted-warning {
    background-color: #ed9c28;
}

.text-color-alternative {
    color: #ff9900;
}

.text-color-alternative>.text-inverted {
    color: #ffffff;
    background-color: #ff9900;
    padding: 5px 15px !important;
}

.center-block>img {
    width: 90%;
    margin: 0 auto;
}

p.text-condensed {
    line-height: 18px
}

#header .header-search .form-control {
    border-radius: 4px;
}

/* cookie */
.cc_banner-wrapper {
    z-index: 999999 !important;
}

/* Collapser */
.collapse-text.hide-class>div {
    position: relative;
}

.collapse-text.hide-class>div:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    background: linear-gradient( rgba(255, 255, 255, 0), #fff);
}

.ekontroldemo {
    cursor: pointer;
}

/* Galeria realizacji */
@media (min-width: 767px) {
    #galeria-naglowek-left {
        padding-right: 2px;
    }
    #galeria-naglowek-right {
        padding-left: 2px;
    }
}

.divider-small.fullwidth hr {
    width: 100% !important;
}

.divider-small.fullwidth {
    margin: 44px auto !important;
}

.price-twoline {
    margin-top: 10px !important;
    line-height: 28px !important;
}

.price-twoline>em {
    font-size: 20px;
    font-style: normal;
}

.price-promo {
    color: #ed9c28 !important;
}

.question-widget {
    background-color: #fd7c2b;
    margin-top: 90px;
    padding-top: 25px;
}

.question-widget:before {
    content: url('/public/images/pytajnik-znak.png');
    display: block;
    position: relative;
    text-align: center;
    top: -100px;
}

.question-widget>.question-content {
    margin-top: -100px;
}

.question-widget * {
    color: white !important;
}

.question-widget a {
    cursor: pointer;
    text-decoration: underline;
    opacity: 0.8;
}

.question-widget a:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .calc-flex-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

/* strona kontakt */
.invisible .contact-cloud {
    display: none !important;
}

.alert>.pull-right>.btn {
    margin-top: -5px;
}

/* Formularz LEADÓW */
#lead-form {
    padding: 15px;
}

#lead-form input {
    text-align: right;
}

#lead-form h2 {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 30px;
}

.klauzula-dane {
    font-size: 11px;
    line-height: 18px;
}

.icons-top {
    font-size: 55px;
    text-align: center;
}

.klauzula-dane .tooltip-inner,
.label-tooltip-wide .tooltip-inner {
    max-width: 320px;
    width: 320px;
    text-align: left;
    font-size: 11px;
}

/* ekontrol demo blocks styles */
.demo-item {
    text-align: left;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
}

.demo-item .demo-item-header {
    margin-bottom: 8px;
}

.demo-item .demo-item-header-ico {
    text-align: right;
    margin: 5px 0;
    padding: 0px;
}

.demo-item .demo-item-header-ico img {
    padding-left: 5px;
}

.demo-item .demo-item-body {
    padding: 15px 15px 15px 5px;
    background-color: #f0f1f5;
    border: 1px solid #e8e8e8;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .demo-item .demo-item-body {
        min-height: 350px;
    }
}

@media (min-width: 1200px) {
    .demo-item .demo-item-body {
        min-height: 500px;
    }
}

.demo-item .demo-item-body .demo-item-desc {
    margin-bottom: 10px;
    padding-right: 10px;
}

@media (min-width: 385px) {
    .demo-item .demo-item-body .demo-item-desc {
        min-height: inherit;
    }
}

.demo-item .demo-item-body .demo-item-desc p {
    padding-left: 30px;
}

@media (max-width: 1199px) {
    .demo-item .demo-item-body .demo-item-desc p {
        line-height: 20px;
    }
}

.demo-item .demo-item-body .demo-item-desc p>i,
.demo-item .demo-item-body .demo-item-desc p>img {
    margin-left: -30px;
}

.demo-item .demo-item-body .demo-item-desc p>i:before {
    margin: 0 5px 0 5px;
}

.demo-item .demo-item-body .demo-item-desc p>img {
    margin-right: 5px;
}

.demo-item .demo-item-body .demo-item-action {
    padding: 0px;
}

@media (min-width: 385px) {
    .demo-item .demo-item-body .demo-item-action {
        min-height: inherit;
    }
}

.demo-item .demo-item-body .demo-item-action-button {
    width: 100%;
    bottom: 0px;
}

@media (min-width: 992px) {
    .demo-item .demo-item-body .demo-item-action-button {
        position: absolute;
    }
}

.demo-item .demo-item-body .demo-item-action-button button {
    width: 100%;
}

.demo-item .demo-item-body .demo-item-action-button button i {
    padding-left: 1%;
}

/* button styles based on devices icons colours */
.btn-solar {
    border-color: #ffb701;
    background-color: #ffb701;
    color: #FFF;
}

.btn-pump {
    border-color: #aec41c;
    background-color: #aec41c;
    color: #FFF;
}

.btn-pv {
    border-color: #a53634;
    background-color: #a53634;
    color: #FFF;
}

#web-push-footer {
    display: none;
}

.modal-dialog.modal-dialog-full {
    width: 97%;
}

.btn-transparent {
    background: transparent !important;
    color: #F2F2F2;
    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    border: 1px solid #4992B7;
}

.btn-transparent:hover {
    color: #fff !important;
    background-color: #337ab7 !important;
}

#newsletterSuccess .modal-content.alert-primary {
    background-color: #0a2e62;
    border: none;
}

.alert-primary .close {
    color: #fff;
    opacity: 1;
}

@media (min-width: 768px) {
    .modal-md {
        width: 500px;
    }
}

/**/
@media (min-width: 992px) {
    .col-md-border:not(:last-child) {
        border-right: 1px solid #DBDBDB;
    }
    .col-md-border+.col-md-border {
        border-left: 1px solid #DBDBDB;
        margin-left: -1px;
    }
}

.p-0 {
    padding: 0 !important;
}

.m-2 {
    margin: 2px !important;
}

.font-size-none {
    font-size: 0 !important;
}

.img-thumbnail-search {
    width: 116px;
    height: 86px;
}

.installer-search {
    white-space: normal !important;
}

html .btn-primary[disabled],
html .btn-primary[disabled]:hover,
html .btn-primary[disabled]:active,
html .btn-primary[disabled]:focus {
    border-color: #2b3e58;
    background-color: #0f3d82;
}

@media (min-width: 768px) {
    .slider-contact-form {
        margin: 0;
        position: absolute;
        top: 20px;
        z-index: 99;
        width: 100%;
    }
}

.list.list-icons.list-icons-sm.list-icons-style-3 li>.fa:first-child {
    padding: 5px;
}
.bonus-link {
    cursor: pointer;
}

.bonus-link .call-to-action-content {
    color: #45a448;
    width:100%;
    line-height: 48px;
}
html .call-to-action.with-full-borders-green {
    border-color: #45a448;
}

.color-green {
    color: #45a448;
}
.color-green:hover, .color-green:focus {
    color: #45a448;
    -moz-outline: none !important;
    outline: none !important;
    ie-dummy: expression(this.hideFocus=true);
}
.btn.color-green {
    background-color: #45a448;
    color: #ffffff;
}

.form-control-installer {
    text-align:center;
    border-radius: 0px;
    border: 1px solid #45a448;
    font-size:13px;
}

.form-control-installer[disabled], .form-control-installer[readonly] {
    background-color: #45a448;
    opacity: 1;
    color:#fff;
}

.control-label-installer {
    text-align: left !important;
}

button.btn-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fullwidth {
    width: 100% !important;
}


/* "Kafelki" z linkami */

.featured-link-box{
	border:1px #0f3d82 solid;
	border-radius:4px;
	padding:2px;
	display:block;
	margin-bottom:30px;
}

.featured-link-box .link-label{
	background:#FFF;
	color: #0f3d82;
	text-align:center;
	padding:25px 5px;
	text-transform:uppercase;
	font-size:1.2em;
	transition: background 0.5s;
}

.featured-link-box .link-description{
	font-size:0.9em;
	text-align:center;
	background-color: #0f3d82;
	color: #FFFFFF;
	padding:20px 10px;
	transition: background 0.5s;
}

.featured-link-box:hover{
	text-decoration:none;
}

.featured-link-box:hover .link-label{
	background:#0f3d82;
	color:#FFFFFF;
	transition: background 0.5s;
}

.featured-link-box:hover .link-description{
	background-color: #FFFFFF;
	color:#0f3d82;
	transition: background 0.5s;
}

.link-middle{
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}

/* Landing page PCWB */

@media (min-width: 992px) {
.pl-md-none{
	padding-left:0 !important;	
}
.pr-md-none{
	padding-right:0 !important;	
}

.text-transform-none{
	text-transform:none !important;
}
}

@media (max-width: 1199px){
.sidebar-for-form-pcwb h3{
	font-size:20px !important;
	margin-top:0 !important;
	margin-bottom:11px !important;
}
}

@media (min-width: 992px){
.mr-md-md{
	margin-right:15px !important;
}
}

@media (min-width: 992px) {
    .alert.alert-ico .content {
        padding-top: 5px;
    }
}

.checkbox-custom.rise-check input[type="checkbox"],
.checkbox-custom.rise-check label:before,
.checkbox-custom.rise-check input[type="checkbox"]:checked + label:after{
    top: 11px;
}

.list.list-condensed > li {
    margin-bottom: 0px;
    line-height: 18px
}

/* style dla kalkulatora pv */
.calcpv .color-primary {
    color: #0088cc;
}
.calcpv .optiener-box {
    background-color: rgb(219, 238, 244);
    margin: 0px;
    padding: 15px 10px;
}
.calcpv .optiener-box .list li {
    color: #0088cc;
}
.calcpv .optiener-box .opti-ener-selectbox {
    background-color: white;
    padding: 5px 5px 10px 15px;
}
.calcpv .rzslider {
    margin: 0 0 10px 0;
}
.calcpv .rzslider .rz-bar {
    height: 6px;
    background: lightgray;
}
.calcpv .rzslider .rz-bar-wrapper {
    padding-top: 15px;
}
.calcpv .rzslider .rz-bubble {
    display: none;
}
.calcpv .rzslider .rz-pointer {
    top: -8px;
    height: 20px;
    border-radius: 6px;
    background-color: #0088cc;
    background-image: url("/public/img/slider-handle.png");
    background-position: 7px, 0;
    background-size: 60%;
    background-repeat: no-repeat;
}
.calcpv .rzslider .rz-pointer:after {
    top: 6px;
    background: none;
}
.calcpv .rzslider .rz-pointer:hover:after {
    background: none;
}    
.calcpv .rzslider .rz-pointer.rz-active:after {
    background: none;
}   
.calcpv .wizard-tabs ul > li.visited .badge {
    background-color: #47A447;
}
.calcpv .btn-primary-custom {
    color: #0f3d82 !important;
    background-color: #fff !important;
}
.calcpv .btn-active {
    color: #fff !important;
    background-color: #0f3d82 !important;
}
.calcpv .accordion-body > .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}
.calcpv .table-custom {
    border-spacing: 4px;
    border-collapse: separate;
}
.calcpv .table-custom > tbody > tr > td {
    padding: 3px 6px;
}
.calcpv .panel-heading h3, .panel-heading h2 {
    text-transform: none; 
    background-color: #efefef;
}
.calcpv .table h3 {
    text-transform: none;
}
.calcpv .text-color-custom {
    color: #0088cc;
}
.calcpv .panel-group.without-borders .panel {
    border-bottom: none;
}
.calcpv .link {
    cursor: pointer;
}
.calcpv .link:hover {
    color: #0088cc;
}
.calcpv .line-legend {
    margin-top: -10px !important;
}
.calcpv .no-underline:focus {
    text-decoration: none;
}
.calcpv .verticalSpinner .btn {
    border-color: transparent;
}
.calcpv .line-legend li {
    padding: 2px 18px 2px 28px;
    line-height: 20px;
}
.calcpv .checkbox-custom {
   padding-left:30px;
}
.calcpv .checkbox-custom label {
   font-weight:400;
}
.calcpv .form-control-static {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 6px 0;
    background-color: transparent;
}
.calcpv .checkbox-custom input[type="checkbox"] {
    width: auto;
    height: auto;
}
.calcpv .checkbox-custom label {
    cursor: auto;
}
@media (max-width: 767px) {
    .calcpv .form-control-static {
        margin-top: -5px;
    }
}
.calcpv .btn-default:focus {
    color: #666;
    background-color: #fff;
    border-color: #ccc;
}
.calcpv .btn-selected {
    color: #ffffff;
    background-color: #0088cc;
}
.calcpv .pager .next > a {
    border: 1px solid #0088cc;
    color: #0088cc;
}
.calcpv .pager .previous > a.filled-pager,
.calcpv .pager .next > a.filled-pager {
    color: white;
}
.pager li>a.filled-pager{
    background-color: #0088cc;
}
.pager li>a.filled-pager:hover {
    background-color: #00a1f2;
}
.calcpv .wizard-tabs ul > li.active > a, 
.calcpv .wizard-tabs ul > li.active > a:hover, 
.calcpv .wizard-tabs ul > li.active > a:focus {
    background-color: #0f3d82;
    color: white;
}
.calcpv .wizard-tabs ul > li.active .badge {
    color: #0f3d82;
    background-color: white;
}
.calcpv .wizard-tabs ul > li.active > a:after {
    border-left-color: #0f3d82;
}  
.calcpv .summary-baner {
    background: #f8f8f8;
    height: inherit;
}
.calcpv .summary-baner .summary-baner-header,
.calcpv .summary-baner .summary-baner-body {
    padding: 15px 20px 20px;
}
.calcpv .summary-baner .summary-baner-header h4 {
    margin-bottom: 0;
    text-transform: none;
    color: #0f3d82;
    font-weight: 800; 
    line-height: 1;
}
.calcpv .summary-baner .summary-baner-body img {
    max-width: 20%
}
.calcpv .summary-baner .summary-baner-body .summary-baner-img {
    text-align: center;
}
@media (max-width: 991px) {
    .calcpv .summary-baner .summary-baner-header {
        display: none;
    }
}
@media (min-width: 992px) {
    .calcpv .summary-baner .summary-baner-body img {
        max-width: 35%
    }
    .calcpv .summary-baner .summary-baner-body .summary-baner-img {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (min-width: 992px) {
    .calcpv .financing-options {
        min-height: 74px
    }
}

/**/
.backgroundPopup {
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background-color:#000000;
    z-index:12;
}
.close_btn_popup {
    display: block; 
    width: 45px; 
    height: 45px; 
    position: absolute; 
    right: -25px; 
    top: -15px;
}
.close_btn_popup img { 
    border: 0px; 
    width: 32px; 
    height: 32px; 
    display: block; 
}
.ui-dialog {
    z-index:1000 !important;
}
.ui-dialog .ui-dialog-content { 
    padding: 0;
}
.no-close .ui-dialog-titlebar-close {
    display: none;
}
#alert_popup_dialog {  
    overflow: visible !important; 
}
/* calcpv offer form progress bar */
.offer-progress-bar {
    position: relative;
}
.offer-progress-bar .offer-progress-steps {
    margin-left: 0; 
    margin-right: 0
}
.offer-progress-bar .offer-progress-arrow {
    position: absolute; 
    bottom: 15px; 
    width: 100%; 
    height: auto; 
    background-color: #ebebeb; 
    margin: 0
}
.offer-progress-bar .offer-progress-arrow:after {
    content: url('/public/images/wizja-lokalna/progress-tip.svg');
    position: absolute;
    right: -4px;
    top: -5px;
    height: 100%;
    width: auto;
    transform: scale(.74);
}
.offer-progress-bar .offer-progress-arrow .progress-current-step {
    background-color: #f26b3f; 
    color: white;
}
.offer-progress-bar .offer-progress-arrow .progress-current-step:after {
    content: url('/public/images/wizja-lokalna/progress-tip-active.svg');
    position: absolute;
    right: -14px;
    top: -3px;
    height: 100%;
    width: auto;
    transform: scale(.76);
}
@media (max-width: 991px) {
    .calcpv .offer-progress-bar .offer-progress-arrow .progress-current-step {
        font-size: 12px;
    }
}  
/**/
.inverter-temp-app {
    position: relative;
    text-align: center;
    color: #555;
}
.inverter-temp-app img.background {
    opacity: 0.5;
    margin: auto;
}
.inverter-temp-app div.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inverter-temp-app div.content h4 {
    margin-bottom: 5px;
    font-weight: 700 !important;
    line-height: 22px;
    font-size: 1.6em;
}
.inverter-temp-app div.link {
    cursor: default;
}
.inverter-temp-app div.link a:hover {
    color: inherit;
    text-decoration: none;
}

/* Line Height */
.line-height-initial {
    line-height: initial !important;
}

.line-height-1 {
    line-height: 1 !important;
}

.line-height-2 {
    line-height: 1.2 !important;
}

.line-height-3 {
    line-height: 1.3 !important;
}

.line-height-4 {
    line-height: 1.4 !important;
}

.line-height-5 {
    line-height: 1.5 !important;
}

.line-height-6 {
    line-height: 1.6 !important;
}

.line-height-7 {
    line-height: 1.7 !important;
}

.line-height-8 {
    line-height: 1.8 !important;
}

.line-height-9 {
    line-height: 1.9 !important;
}

/* Font Size */
.text-1 {
    font-size: .8em !important;
}

.text-2 {
    font-size: .9em !important;
}

.text-3 {
    font-size: 1em !important;
}

.text-4 {
    font-size: 1.2em !important;
}

.text-5 {
    font-size: 1.50em !important;
}

.text-6 {
    font-size: 1.80em !important;
}

.text-7 {
    font-size: 2em !important;
}

.text-8 {
    font-size: 2.30em !important;
}

.text-9 {
    font-size: 2.50em !important;
}

.text-10 {
    font-size: 2.75em !important;
}

.text-11 {
    font-size: 3em !important;
}

.text-12 {
    font-size: 3.5em !important;
}

.text-13 {
    font-size: 4em !important;
}

.text-14 {
    font-size: 4.5em !important;
}

.text-15 {
    font-size: 5em !important;
}

/* selectbox */
select option:disabled {
    background-color: #eee;
}

/* list without text left indent */
ul.list-no-indent li {
    padding-left: 0px !important;
}

/* background for porto toggles */
.toggle.toggle-background .toggle-content {
    background-color: rgb(239, 239, 239);
    padding: 15px 20px;
}

/* labels inside toggles */
.toggle label.success {
    color: #47a447 !important;
    margin: 0;
}
.toggle label.error {
    color: #B94A48 !important;
    margin: 0;
}
.toggle > label i.status {
    font-size: 3em;
}
.box-outline {
    color: #0088CC;
    text-align: center;
    background-color: transparent;
    background-image: none;
    border-color: #0088CC;
    border:2px solid;
    padding: 10px;
    border-radius: 4px;
    font-size:12px;
    white-space: nowrap;
    line-height: normal;
}
.box-outline a{
    color: #0088CC;
    font-weight:bold;
    text-decoration: none;
}
.box-secondary {
    border-color: #e36159;
}
.box-secondary:focus {
    outline-color: #e36159;
}

.checkbox-custom input[type="checkbox"] {
    width: auto;
    height: auto;
}

iframe.internal-frame {
    border: none;
    margin: auto;
    width: 100%;
}

.btn-wrap-text {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
}

.log-container {
    position: fixed; 
    top: 0; 
    right: 0; 
    z-index: 100; 
    height: 100%; 
    overflow-y: scroll
}

.pumpsForm.category-banner {
    max-height: 330px;
    overflow-y: hidden;
    background-color: #0f3d82;
}
.pumpsForm.category-banner .banner-header h3,
.pumpsForm.category-banner .banner-header h4 {
    color: white;
}

/* alternative primary styles based on color #0088cc */
.text-primary-alternative {
    color: #0088cc;
}
.btn.btn-primary-alternative {
    color: #ffffff;
    background-color: #0088cc;
    border-color: #0088cc;
}
.btn-primary-alternative:active, 
.btn-primary-alternative:focus, 
.btn-primary-alternative:active:hover, 
.btn-primary-alternative:active:focus {
    background-color: #0088cc;
    border-color: #0088cc;
}

/* nivo slider caption position */
.nivo-caption {
    position: absolute;
    top: 0;
    display: block;
    height: auto;
    opacity: 1;
    background: none;
    font-family: "Open sans" !important;
}
.nivo-caption a {
    border-bottom: none !important;
}

/* default html banner styles */
.banner-html {
    position: relative;
}
.banner-html .banner-img {
    width: 100%;
    display: block;
}
.banner-html .banner-content {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.banner-html .banner-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.banner-html p {
    line-height: 20px;
}
.banner-html a:hover {
    text-decoration: underline;
}

/* custom html banner styles */
/* calcpv-offer-item.banner */
.calcpv-offer-item.banner-html .banner-title {
    font-size: 32px;
}
@media (min-width: 768px) {
    .calcpv-offer-item.banner-html {
        max-height: 404.69px;
        overflow-y: hidden;
    }
}
@media (min-width: 530px) and (max-width: 767px) {
    .calcpv-offer-item.banner-html .banner-title {
        font-size: 50px;
        margin-top: 50px;
    }
    .calcpv-offer-item.banner-html p {
        font-size: xx-large;
        line-height: 36px;
        margin-top: 30px;
    }
    .calcpv-offer-item.banner-html .btn {
        font-size: xx-large;
        margin-top: 20px;
    }
}
@media (min-width: 420px) and (max-width: 529px) {
    .calcpv-offer-item.banner-html .banner-title {
        font-size: 40px;
        margin-top: 30px;
    }
    .calcpv-offer-item.banner-html p {
        font-size: x-large;
        line-height: 32px;
        margin-top: 30px;
    }
    .calcpv-offer-item.banner-html .btn {
        font-size: x-large;
        margin-top: 15px;
    }
}

/* calcpv-set-page.banner */
.calcpv-set-page.banner-html .banner-title {
    margin-top: 15px;
    font-size: 28px;
}
.calcpv-set-page.banner-html .banner-action {
    position: absolute;
    bottom: 33px;
    right: 30px;
}
.calcpv-set-page.banner-html .banner-action a {
    color: white;
    font-size: 18px;
    font-weight: 700
}
@media (min-width: 992px) and (max-width: 1199px) {
    .calcpv-set-page.banner-html .banner-title {
        margin-top: 12px;
        font-size: 22px;
        margin-bottom: 10px;
    }
    .calcpv-set-page.banner-html p {
        font-size: 14px;
    }
    .calcpv-set-page.banner-html .banner-action {
        bottom: 26px;
        right: 21px;
    }
    .calcpv-set-page.banner-html .banner-action a {
        font-size: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .calcpv-set-page.banner-html .banner-title {
        margin-top: 30px;
        font-size: 40px;
        margin-bottom: 25px;
    }
    .calcpv-set-page.banner-html p {
        font-size: 30px;
        line-height: 1.2;
    }
    .calcpv-set-page.banner-html .banner-action {
        bottom: 74px;
        right: 75px;
    }
    .calcpv-set-page.banner-html .banner-action a {
        font-size: 32px;
    }
}
@media (min-width: 630px) and (max-width: 767px) {
    .calcpv-set-page.banner-html .banner-title {
        margin-top: 20px;
        font-size: 32px;
        margin-bottom: 20px;
    }
    .calcpv-set-page.banner-html p {
        font-size: 22px;
        line-height: 1.2;
        margin: 0 20px;
    }
    .calcpv-set-page.banner-html .banner-action {
        bottom: 14.2%;
        right: 10%;
    }
    .calcpv-set-page.banner-html .banner-action a {
        font-size: 26px;
    }
}
@media (min-width: 460px) and (max-width: 629px) {
    .calcpv-set-page.banner-html .banner-action {
        bottom: 13.7%;
        right: 9%;
    }
    .calcpv-set-page.banner-html .banner-action a {
        font-size: 21px;
    }
}
@media (max-width: 459px) {
    .calcpv-set-page.banner-html .banner-title {
        margin-top: 7px;
        font-size: 24px;
        margin-bottom: 10px;
    }
    .calcpv-set-page.banner-html p {
        font-size: 12px;
        line-height: 1.6;
    }
    .calcpv-set-page.banner-html .banner-action {
        bottom: 13%;
        right: 6%;
    }
    .calcpv-set-page.banner-html .banner-action a {
        font-size: 16px;
    }
}

/* calcpv-pv-page.banner */
.calcpv-pv-page.banner-html .banner-content {
    left: 26%;
    top: 12%;
    width: 70%;    
    height: 88%
}
.calcpv-pv-page.banner-html p {
    font-size: 19px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .calcpv-pv-page.banner-html .banner-title {
        margin-top: 10px;
        font-size: 24px;
    }
    .calcpv-pv-page.banner-html p {
        font-size: 14px;
    }
}
@media (min-width: 540px) and (max-width: 767px) {
    .calcpv-pv-page.banner-html .banner-title {
        margin-top: 4px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .calcpv-pv-page.banner-html p {
        font-size: 14px;
        line-height: 1;
    }
}
@media (min-width: 540px) and (max-width: 639px) {
    .calcpv-pv-page.banner-html .banner-title {
        margin: 0 0 4px;
    }
}
@media (max-width: 539px) {
    .calcpv-pv-page.banner-html .banner-content {
        top: 20%;
        height: 80%    
    }
    .calcpv-pv-page.banner-html .banner-title {
        margin: 0;
        font-size: 20px;
    }
    .calcpv-pv-page.banner-html p {
        display: none;
    }
}

/* calcpv-main-page.banner */
.calcpv-main-page.banner-content {
    position: relative;
    top: 128px;
}
.calcpv-main-page .banner-title {
    color: #0f3d82;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
}
.calcpv-main-page .banner-text {
    line-height: 1.4;
    margin-bottom: 15px;
}
.calcpv-main-page a:hover {
    text-decoration: underline;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .calcpv-main-page.banner-content {
        top: 90px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .calcpv-main-page.banner-content {
        top: 70px;
    }
    .calcpv-main-page .banner-title {
        font-size: 20px;
    }
    .calcpv-main-page .banner-text {
        font-size: 10px;
        margin-bottom: 0;
    }
    .calcpv-main-page .btn {
        font-size: 10px
    }
}
@media (max-width: 767px) {
    .calcpv-main-page.banner-content {
        top: 40%;
    }
    .calcpv-main-page .banner-title {
        font-size: 7vw;
        margin-bottom: 1.6%
    }
    .calcpv-main-page .banner-text {
        font-size: 4vw;
        margin-bottom: 4%;
    }
    .calcpv-main-page .btn {
        font-size: 4vw;
    }
}

#searchBar {
    margin-top: -8px;
}
#searchBar .form-control::placeholder {
    color: #fff !important;
}
#searchBar .form-control {
    border: 0;
    border-bottom: 1px dotted white;
    border-radius: 0;
    box-shadow: none;
    color: #fff !important;
    font-size: 32px;
    height: 48px
}
#searchBar .btn {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 24px;
    margin-left: 8px;
}
#searchBar .btn:hover,
#searchBar .btn:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: transparent;
}

table tr.highlighted.highlighted-primary {
    background-color: #fbe8ea;
    border-top: 2px solid #bd4a1e;
    border-bottom: 2px solid #bd4a1e;
}

.thumb-info.hewalex-thumb .thumb-info-title {
    background: none;
    bottom: 77%;
    color: #0f3d82;
    display: table-cell;
    font-size: 24px;
    max-width: 100%;
    text-shadow: none;
    top :0;
    vertical-align: bottom;
    width: 100%;
}
.thumb-info.hewalex-thumb:hover .thumb-info-title {
    background: none;
    color: #fff;
    z-index: 3;
}
.thumb-info.hewalex-thumb .thumb-info-title.thumb-info-title--bottom {
    color: #fff;
    font-weight: normal;
    text-transform: initial;
    font-size: 14px;
    top: 74%;
    z-index: 1;
}
.thumb-info.hewalex-thumb:hover .thumb-info-wrapper:after {
    z-index: 2;
}
.bottom-aligned-text {
    bottom: 0px!important;
    left:0;
    position: absolute;
    top: initial!important;
    right:0;
}
@media (max-width: 767px) {
    .thumb-info.hewalex-thumb .thumb-info-title {
        font-size: 24px;
    }
}

.banner-list {
    padding:30px;
}
.banner-list:before{
    background: url(/public/img/pv/tigo-bg-top.jpg) no-repeat top right;
    width: 100%;
    height:20px;
    content: " ";
    position: absolute;
    right: 0px;
    top: 0px;
}
.banner-list:after{
    background: url(/public/img/pv/tigo-bg-bottom.jpg) no-repeat bottom left;
    width: 100%;
    height:20px;
    content: " ";
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.banner-list ul {
    padding: 10px 10px 10px 30px;
    margin: 0;
    list-style-type: none;
}

.banner-list li {
    font-size:14px;
    position: relative;
}

.banner-list  li::before {
    content: "\2022";
    font-size:30px;
    left: -20px;
    position: absolute;
    color: #45a448;
}

.locked {
    pointer-events: none;
}
.overflowed {
    position: relative;
}
.overflowed:after {
    background: rgba(0, 0, 0, .3);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.text-underline {
    text-decoration: underline;
}

.input-group > .input-group-addon.no-input {
    border-right: 1px solid #ccc;
    border-radius: 4px;
}
