@font-face {
    font-family: 'futura';
    src: url('../fonts/Futura.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.ikony {
    display:none;
}

body {
    font-family: 'futura';
    line-height: normal;
    background: none;
}
    body.PageStart {
        background: none;
    }

.clear {
display:block;
float:left;
width:100%;
}

.strona-nadrzedna {
    padding: 12px 0px 2px!important;
}
.dol {
    float: left;
    margin: 15px 0!important;
    width: 100%!important;
    padding-left: 0!important;
}
.container_main {
    max-width: 1170px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.header-container {
    display: block;
    float: left;
    width: 100%;
}
.header {
    width: 100%;
    background-color: #ffffff;
    float: left;
}
.header form {
    overflow: visible;
}
.clear {
    width: 100%;
    float: left;
    display: block;
}
.PageStart .top-menu-container {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    z-index: 999;
    text-align: center;
    margin: 0px;
}
}

.top-menu-container {
    width: 100%;
    float: left;
    background-color: #fff;
    display: block;
}

#top-menu-toggle {
    display: none;
    cursor: pointer;
    width: calc(100% - 10px);
    float: left;
    padding-left: 10px;
}
#top-menu-toggle:active span {
    opacity: 0.3;
}
#top-menu-toggle:hover span {
    opacity: 0.6;
}

.top-menu {
    text-align: center;
    padding: 14px 0px;
    float: none;
    width: 100%;
}
.top-menu-links {
    display: -moz-inline-box;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
    .top-menu-links a li {
        border-right: 1px solid #fff;
    }
.top-menu-link {
    display: block;
    float: left;
    list-style: none;
    width: auto;
    padding: 10px 32px;
    border-left: 1px solid #FFF;
    font-size: 18px;
    background: #084081;
    color: #fff;
}
.top-menu-link.active {
    font-family: 'futura';
    font-weight:bold;
    -webkit-appearance: none;
}
.top-menu-links a,
.top-menu-links a:visited,
.top-menu-links a:active {
    text-decoration: none;
    color: #58595b;
    display: block;
    float: left;
    text-transform: uppercase;
    font-weight: normal;
}
.top-menu-links.open {
    display: inline-block;
    -webkit-animation: open 1.0s;
    -moz-animation: open 1.0s;
    animation: open 1.0s;
}
.menu-toggle,
.icon-close {
    width: 25px;
    height: 25px;
    float: left;
    margin: 10px;
}
.menu-toggle {
    background-image: url('../Images/exide/menu_toggle.png');
}
.icon-close {
    cursor: pointer;
    background-image: url('../Images/exide/icon_close.png');
}
.menu-image-container {
    display: block;
    float: left;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.menu-image {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    background-image: url('../Images/exide/menu_image.png');
    background-color: #81270b;
    background-position: bottom;
}
.logos {
    width: auto;
    float: left;
   padding: 15px;
}
.logo:hover {
    opacity: 0.8;
}
.login-form.open {
    display: block;
    opacity: 1.0;
    -webkit-animation: open 1.0s;
    -moz-animation: open 1.0s;
    animation: open 1.0s;
}
.popup-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.popup-left {
    position: absolute;
    bottom: 0;
    margin: 5px;
}
@-webkit-keyframes open {
    0% {
        left: -1121px;
        opacity: 0;
    }
    100% {
        left: -121px;
        opacity: 1;
    }
}
@-moz-keyframes open {
    0% {
        left: -1121px;
        opacity: 0;
    }
    100% {
        left: -121px;
        opacity: 1;
    }
}
@keyframes open {
    0% {
        left: -1121px;
        opacity: 0;
    }
    100% {
        left: -121px;
        opacity: 1;
    }
}
.login-form-switcher-container {
    display: none;
    float: right;
    margin: 35px 20px;
}
.switch-button:hover {
    background-color: #4e6cae;
}
.switch-button {
    padding: 20px;
    background-color: #3155a5;
    color: #ffffff;
    margin-right: auto;
    margin-left: auto;
    width: 100px;
    text-align: center;
    cursor: pointer;
}
.logged-in-form {
    width: auto;
    float: right;
    padding: 30px 0;
}
.logged-in {
    margin: 0px 10px;
}
.logged-in .link {
    font-family: 'futura';
    border-radius: none;
    padding: 6px 25px;
    background-color: #f5ab23;
    color: #ffffff;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    font-size:14px;
}
.logged-in .link:hover {
    background-color: #911D25;
    color: #ffffff;
}
.logged-in .link:hover span {
    color: #ffffff;
}
.login-form {

    float: right;
    padding-top:20px;
    padding-right:20px;
    padding-bottom:0px;
    margin: 0 5px;
}

.login-form .top-part {
    text-align: right;
    float: right;
}
.login-form .middle-part {
    text-align: right;
    float: none;
        clear:both;
}
.login-form .bottom-part {
    text-align: right;
    float: none;
        clear:both;
}
.login-form .bottom-part,
.login-form .bottom-part a {
    font-size: 14px;
    color: #f5ab23;
    text-decoration: none;
}
.login-form .top-part input {
    margin: 0 5px;
}
.package-item {
    width: 100%;
    padding: 0 0 10px 0;
    float: left;
}
.packages-container {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 10px;
}
.package-name {
    color: #ffffff;
    font-size: 25px;
    opacity: 0.9;
    padding: 25px 0 25px 40px;
    background-image: url('../Images/exide/flag.png');
    background-repeat: repeat-y;
    background-position: right 0;
    text-transform: uppercase;
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    
    -moz-transform: scale(1);
    /* Firefox */
    
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    
    -o-transform: scale(1);
    /* Opera */
    
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    cursor: pointer;
}
.package-name:active {
    opacity: 0.8!important;
}
.package-item:hover .package-name {
    opacity: 1;
}
.package-box {
    display: none;
    padding: 40px;
}
.package-box.open {
    display: block;
    -webkit-animation: open 1.0s;
    -moz-animation: open 1.0s;
    animation: open 1.0s;
}
.package-box .heading-container {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}
.heading-container h2 {
    font-size: 25px;
    font-weight: normal;
}
.heading-container h1 {
    font-size: 35px;
    font-weight: bold;
}
.middle-part {
    float: left;
    width: 100%;
}
.middle-part .main-table {
    width: 100%;
    border-spacing: 0;
}
.middle-part .main-table .sub-table {
    width: 100%;
    border-spacing: 0;
}
.middle-part .main-table td,
.middle-part .main-table .sub-table td {
    padding: 0;
}
.middle-part .main-table .sub-table td.line {
    position: relative;
}
.middle-part .main-table .sub-table td.line:after {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 7px;
    border-left-style: solid;
    border-left-width: 7px;
    height: 100%;
}
.middle-part .main-table .sub-table tr:first-child td.line:after {
    bottom: 0%;
    height: 50%;
}
.middle-part .main-table .sub-table tr:only-child td.line:after {
    bottom: 0%;
    height: 50%;
    border-left-width: 0px;
}
.middle-part .main-table .sub-table tr:last-child td.line:after {
    bottom: 50%;
    height: 50%;
}
.logged-in .heading {
    color: #6f6f6f;
    margin: 0 20px;
}
.logged-in .heading .login {
    color: #676767;
    font-weight: bold;
}
.package-box .round-symbol {
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    border-radius: 100%;
    padding: 35px;
    height: auto;
}
.package-box .top-part {
    display: table;
    width: 100%;
}
.package-box .middle-part {
    margin-top: 40px;
}
.package-box .round-symbol span {
    display: block;
    line-height: normal;
    text-align: center;
}
.package-box .round-symbol .price {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.package-box .package-block {
    text-align: center;
    padding: 10px;
    float: left;
}
.package-box .main-block {} .main-table td.line {
    background-image: -webkit-linear-gradient(top, white calc(50% - 3.5px), red 3.5px, red calc(50% + 3.5px), white 0, white 100%);
    background-image: -moz-linear-gradient(top, white calc(50% - 3.5px), red 3.5px, red calc(50% + 3.5px), white 0, white 100%);
    background-image: -o-linear-gradient(top, white calc(50% - 3.5px), red 3.5px, red calc(50% + 3.5px), white 0, white 100%);
    background-image: url('../Images/exide/line.png');
    background-repeat: repeat-x;
    background-position: center;
}
.package-box .package-block h3.top-text {
    font-size: 30px;
    color: #ffffff;
}
.package-box .package-block h3.bottom-text {
    font-size: 18px;
    color: #ffffff;
}
.package-box .package-block-text {
    width: calc(100% - 80px);
    text-align: center;
    display: table;
    background-image: url('../Images/exide/accumulator.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 20px;
    padding: 20px;
    color: #015cab;
}
.product-accumulator {
    background-image: url('../Images/exide/accumulator.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.package-box .additional-block {
    float: right;
    margin-top: 20px;
    margin-bottom: 20px
}
.package-block-additional-text {
    padding: 5px;
}
.package-box .package-block-text-value {
    font-size: 75px;
    width: 100%;
    font-weight: bold;
    font-family: 'futura';
}
.package-box .package-block-text-desc {
    font-size: 15px;
    width: 100%;
}
.package-box .package-block-additional-desc {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    text-align: center;
    color: #ffffff;
}
.package-box .package-block-additional-amount {
    width: 100%;
    font-size: 55px;
    text-align: left;
    font-weight: normal;
}
.package-box .package-block-additional-name {
    width: 100%;
    font-size: 15px;
    text-align: left;
}
.package-box .package-block-additional-image {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    width: 100px;
    height: auto;
    position: relative;
}
.package-block-additional-image img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 200px;
    max-height: 200px;
}
.bottom-part {
    float: right;
    margin: 10px 0;
}
.bottom-section {
    margin: 40px 0;
    float: left;
    width: 100%;
}
.bottom-section a {
    color: #606060;
}
.arrow-icon {
    background-image: url('../Images/exide/icons/arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 36px;
    height: 36px;
    float: left;
    background-color: #4e6cae;
    padding: 30px;
}
.bottom-part-section {
    float: left;
    display: table;
}
.bottom-part-section .arrow-symbol {} .bottom-part-section .text-part {
    text-align: left;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}
.bottom-part-section .text-part h1 {
    font-size: 30px;
}
.slider-container {
    width: 100%;
    float: left;
    display: block;
    background-color: none;
    margin-top: 10px;
}
.slider-image {
    overflow: hidden;
    background: none;
    padding: 0;
    margin: 0;
}
.slider-img-container img {
    width: 100%;
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    
    -moz-transform: scale(1);
    /* Firefox */
    
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    
    -o-transform: scale(1);
    /* Opera */
    
    -webkit-animation: zoom 1.0s;
    -moz-animation: zoom 1.0s;
    animation: zoom 1.0s;
}
@-webkit-keyframes zoom {
    0% {
        transform: scale(1.5);
        -ms-transform: scale(1.5);
        /* IE 9 */
        
        -moz-transform: scale(1.5);
        /* Firefox */
        
        -webkit-transform: scale(1.5);
        /* Safari and Chrome */
        
        -o-transform: scale(1.5);
        /* Opera */
    }
    100% {
        transform: scale(1);
        -ms-transform: scale(1);
        /* IE 9 */
        
        -moz-transform: scale(1);
        /* Firefox */
        
        -webkit-transform: scale(1);
        /* Safari and Chrome */
        
        -o-transform: scale(1);
        /* Opera */
    }
}
@-moz-keyframes zoom {
    0% {
        transform: scale(1.5);
        -ms-transform: scale(1.5);
        /* IE 9 */
        
        -moz-transform: scale(1.5);
        /* Firefox */
        
        -webkit-transform: scale(1.5);
        /* Safari and Chrome */
        
        -o-transform: scale(1.5);
        /* Opera */
    }
    100% {
        transform: scale(1);
        -ms-transform: scale(1);
        /* IE 9 */
        
        -moz-transform: scale(1);
        /* Firefox */
        
        -webkit-transform: scale(1);
        /* Safari and Chrome */
        
        -o-transform: scale(1);
        /* Opera */
    }
}
@keyframes zoom {
    0% {
        transform: scale(1.5);
        -ms-transform: scale(1.5);
        /* IE 9 */
        
        -moz-transform: scale(1.5);
        /* Firefox */
        
        -webkit-transform: scale(1.5);
        /* Safari and Chrome */
        
        -o-transform: scale(1.5);
        /* Opera */
    }
    100% {
        transform: scale(1);
        -ms-transform: scale(1);
        /* IE 9 */
        
        -moz-transform: scale(1);
        /* Firefox */
        
        -webkit-transform: scale(1);
        /* Safari and Chrome */
        
        -o-transform: scale(1);
        /* Opera */
    }
}
.slider-img-container {
    position: relative;
    max-height: 825px;
    overflow: hidden;
    width: 100%;
}
.slider-label-container {
    position: absolute;
    top: 18px;
    width: 590px;
    left: 125px;
    -webkit-animation: slide_label 1.0s;
    -moz-animation: slide_label 1.0s;
    animation: slide_label 1.0s;
}
.slider-label-container2 {
    position: absolute;
    top: 66%;
    width:540.733px;
    left: 210px;
    -webkit-animation: slide_label 1.0s;
    -moz-animation: slide_label 1.0s;
    animation: slide_label 1.0s;
}

.main-content-container {
    display: block;
    float: left;
    width: 100%
}

.main-content {
    float: left;
    width: 100%;
}
.kontener-fullpage {
    float: left;
    width: 100%;
}
.kontener {
    float: left;
    padding: 50px;
    width: calc(100% - 100px);
}
@-webkit-keyframes slide_label {
    0% {
        left: -1121px;
    }
    100% {
        left: -0px;
    }
}
@-moz-keyframes slide_label {
    0% {
        left: -1121px;
    }
    100% {
        left: 140px;
    }
}
@keyframes slide_label {
    0% {
        left: -1121px;
    }
    100% {
        left: 140px;
    }
}


.slider-label-container .slider-label {
    background: url("../images/exide/slider-label.png") left top no-repeat;
    height: 225px;
    margin-top: 92px;
    width: 980px;
}


.slider-label-container2 .slider-label {
    background: url("../images/exide/slider-dateTime.png") left top no-repeat;
    height: 162px;
}

.second-conteiner{
    margin-top:150px;
    width:699.733px;
}
.slider-label2 p{
    font-family: "futura";
    width:500px;
    font-weight:normal;
    font-size: 15px;
}
.slider-label2 h3{
    font-family: "futura";
    color:#f5ab23;
    font-size: 22px;
    margin-left: 0px;
}

.slider-label h1 {
    font-family: 'futura';
    color: #FFF;
    font-size: 49px;
    text-transform: uppercase;
    margin-bottom: 13px;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.slider-label h2 {
    font-family: 'futura';
    color: #FFF;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: normal;
}
.slider-sub-heading-container {
    width: 100%;
    background-color: #0052a0;
}
.slider-sub-heading {
    width: 100%;
	background-color: #0052A0;
	text-align: right;
}
.slider-sub-heading h2 {
    font-family: 'futura';
    color: #FFF;
    font-size: 25px;
    font-weight: normal;
    padding: 20px 10px;
}
select.exide-input {
    font-family: 'futura';
    border: 1px solid #f5ab23;
    padding: 5px 7px;
    width:100%;
    box-sizing: border-box;
    border-radius:0;
}

a.exide-input {
    color: #ffffff;
    padding: 6px 25px;
    text-decoration: none;
    border-radius:0;
    background-color:#f5ab23;
    font-size: 14px;
    font-weight:normal;
}

    a.exide-input:hover {
    background-color: #911D25;
    }

.control-buttons-container .exide-input{
    width:auto!important;
}
.exide-button:hover {
    text-decoration: none;
}
.exide-button {
    color: #ffffff;
    padding: 10px 15px;
    display: block;
    width: auto;
    float: left;
    text-decoration: none;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    border-radius:0;
}
.exide-button.button-1 {
    background-color: #f5ab23;
}
.exide-button.button-1:hover {
    background-color: #911D25;
}
.button-row {
    width: 100%;
    margin: 10px 0;
    float: left;
}

.exide-input{
     -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
}

input[type="text"].exide-input {
    font-family: 'futura';
    border: 1px solid #f5ab23;
    border-radius:0;
    padding: 0 4px;
    height: 27px;
    line-height: 27px;
    width:100%;
    box-sizing: border-box;
    -webkit-appearance: none;
}
textarea.exide-input {
    font-family: 'futura';
    border: 1px solid #f5ab23;
    border-radius:0;
    padding: 0 4px;
    height: 50px;
    line-height: 27px;
    width:100%;
    box-sizing: border-box;
    -webkit-appearance: none;
	font-size: 13px;
}
input[type="password"].exide-input {
    font-family: 'futura';
    border: 1px solid #f5ab23;
    padding: 0 4px;
    height: 27px;
    line-height: 27px;
    width:100%;
    border-radius:0;
    box-sizing: border-box;
    -webkit-appearance: none;
}
input[type="submit"].exide-input {
    font-family: 'futura';
    border: none;
    padding: 6px 25px;
    background-color: #f5ab23;
    color: #ffffff;
    cursor:pointer;
    font-size:14px;
    width:100%;
     border-radius:0;
    box-sizing: border-box;
    -webkit-appearance: none;
}
input[type="button"].exide-input {
    font-family: 'futura';
    border: none;
    padding: 6px 25px;
    background-color: #f5ab23;
    color: #ffffff;
    cursor:pointer;
    font-size:14px;
    box-sizing: border-box;
     border-radius:0;
     -webkit-appearance: none;
}

input[type="button"].exide-input-small{
    font-family: 'futura';
    border: none;
    padding: 3px 3px;
    background-color: #ffffff;
    color: #676767;
    cursor:pointer;
    font-size:12px;
    box-sizing: border-box;
    border:1px solid #676767;
    margin:5px;
     border-radius:0;
     -webkit-appearance: none;
}

a.exide-input-small{
    font-family: 'futura';
    border: none;
    padding: 4px 3px;
    background-color: #ffffff;
    color: #676767;
    cursor:pointer;
    font-size:12px;
    box-sizing: border-box;
    border:1px solid #676767;
    margin:5px;
     border-radius:0;
     -webkit-appearance: none;
}

a.exide-input-small:hover{
    text-decoration:none;
}

button.exide-input {
    font-family: 'futura';
    border: none;
    padding: 6px 25px;
    background-color: #f5ab23;
    color: #ffffff;
    cursor:pointer;
    font-size:14px;
    box-sizing: border-box;
    float:left;
    margin:5px;
     border-radius:0;
     -webkit-appearance: none;
}

a.exide-input-back {
    font-family: 'futura';
    border: none;
    padding: 6px 25px;
    background-color: #4E6CAE;
    color: #ffffff;
    cursor:pointer;
    font-size:14px;
    box-sizing: border-box;
    float:right;
    margin:5px;
     border-radius:0;
     -webkit-appearance: none;
}

div.exide-input-delete {
    background-color: #777777;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: "futura";
    font-size: 14px;
    margin: 5px;
    padding: 6px 25px;
}


a.exide-input-delete {
    background-color: #777777;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: "futura";
    font-size: 14px;
    margin: 5px;
    padding: 6px 25px;
}

    a.exide-input-delete:hover {
        text-decoration:none;
        background-color: #AAAAAA;
    }

a.exide-input-popup-mimo {
    font-family: 'futura';
    border: none;
    padding: 6px 25px;
    background-color: #f5ab23;
    color: #ffffff;
    cursor:pointer;
    font-size:14px;
    box-sizing: border-box;
    float:left;
    margin:5px;
     border-radius:0;
     -webkit-appearance: none;
}


.control-buttons-container {
display:block;
float:left;
width:calc(100% - 40px);
padding:20px;
background-color:#ebebeb;
}

.fullpage-block {
    display:block;
    float:left;
    width:100%;
    margin:0 0 20px 0;
}

.products-package {
width:100%;
box-sizing:border-box;
overflow: visible;
}

    .products-package .product:hover {
        background-color:#D9D9D9;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    }


    .products-package .product {
        min-height: 220px;
    display:inline-block;
    float:left;
    width:calc(69% - 40px);
    text-align:center;
    padding:10px;
    margin:10px;
    height:auto;
    background-color:#F2F2F2;
         -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    color:#676767;
    }

        .products-package .product.selected {
     background-color:#9DAABB;
     color:#ffffff;
     border:none;
  -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
        }

        .products-package .product .product-image {
             margin:0;
             float:none;
             max-height: 250px;
            
            padding: 10px;
        }
@media only screen and (min-width: 945px) {
    .products-package .product-name {
        font-size: 24px;
    }
}

@media only screen and (max-width: 690px) {
    .products-package .product .product-image {
        width: 80%;
        min-width:200px;
    }
}

.login-form input[type="submit"].exide-input {
margin:0px 0px 0px 5px;
}

input[type="submit"].exide-input:hover, button.exide-input:hover, input[type="button"].exide-input:hover{
    background-color: #911D25;
}
a.exide-input-back:hover{
    background-color: #8398c7;
    text-decoration:none;
}

.input-container {
    width: auto;
    margin: 0 5px;
    float: left;
}

.formularz .heading{
    width:100%;
    background-color:#4e6cae;
}

.formularz .heading span{
padding:10px;
color:#ffffff;
font-size: 12px;
}

.formularz .sub-heading, .fullpage-block .sub-heading{
    width:100%;
    border-bottom:1px solid black;
}

.formularz .sub-heading span, .fullpage-block .sub-heading span{
padding:10px;
font-size: 16px;
font-weight: bold;
color: #f5ab23;
}


.input-exide-container {
    overflow: hidden;
    margin: 20px 0;
}
.input-exide {
    clear: none;
    width: 250px;
    float: left;
}
.input-exide input {
    width: calc(100% - 16px);
}
.input-exide select {
    width: 100%;
}
.exide-input-checkbox {} .input-exide-container p {
    display: inline-block;
    max-width: 70%;
}
.input-exide-container label.exide-input-checkbox {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.input-exide-container input[type="checkbox"] {
    display: none;
}
.input-exide-container input[type="checkbox"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer;
    background: url("../images/exide/icons/checkbox_0.png") left top no-repeat;
    text-align: unset;
    padding: 0;
    float: left;
    min-width: unset;
}
.input-exide-container input[type="checkbox"]:checked + label span {
    background: url("../images/exide/icons/checkbox_1.png") left top no-repeat;
}
#test_popup {
    display: block;
    float: left;
    width: 80px;
    height: 20px;
    background-color: #4e6cae;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    padding: 10px;
}
.modal {
    position: fixed;
    max-width: 800px;
    width: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 0px 25px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 25px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 25px -2px rgba(0, 0, 0, 0.75);
    padding: 100%;
}
.modal-container {
    display: block;
    background-color: #ffffff;
    width: calc(100% - 40px);
    float: left;
    padding: 20px;
}
.modal .heading {
    float: left;
    color: #f5ab23;
    font-size: 20px;
    margin: 10px 0;
}
.modal .icon-close {
    float: right;
}
.modal .content-part {
    width: 100%;
    float: left;
    margin: 10px 0;
}
.visible {
    opacity: 1.0;
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    animation: fadein 0.5s;
    display: block;
}
.modal .exide-table {
    width: 100%;
}
.exide-table {
    border-spacing: 0;
        border-collapse: collapse;
    float: left;
    width: 100%;
}
.exide-table thead tr th {
    background-color: #0052a0;
    color: #FFF;
    text-align: center;
    padding: 5px;
    border-left: 1px solid #0052a0;
}
.exide-table tbody td {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    padding: 5px;
    border: 1px solid #3b3b3b;
}
@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}
@-moz-keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}
@-webkit-keyframes slide_label_small {
    0% {
        left: -1121px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 0.8;
    }
}
@-moz-keyframes slide_label_small {
    0% {
        left: -1121px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 0.8;
    }
}
@keyframes slide_label_small {
    0% {
        left: -1121px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 0.8;
    }

    
}

.df-main-right-container {
    float:right;
    width:50%;
    padding:0;
    margin:0;
    }

.df-main-left-container {
    float:left;
    width:50%;
    padding:0;
    margin:0;
}

.df-main-content-text {
    margin:20px 0;
}

.df-main-left-container h2{
    	margin: 0px;
	padding: 0;
	font-weight: normal;
	font-size: 18px;
    color: #f5ab23;
}


@media only screen and (min-width: 832px) and (max-width: 1000px) {
    
        h3 {
    font-size:18px;
        line-height: 20px!important;
    }

    body {
        font-size: larger;
    }
    .logos {
        float: left;
        padding: 24px 0px 16px 20px;
        text-align: center;
    }
    .login-form-switcher-container {
        display: block;
    }
    .login-form {
           width: 100%;
        float: right;
        padding: 50px 0;
        display: none;
        margin-right:20px;
    }

   

        .login-form .bottom-part {
         margin-top:60px;
        }

        .login-form .bottom-part, .login-form .bottom-part a {
        font-size:18px;
       
        }

    .top-menu-links {
        display: none;
        width: 100%;
        float: left;
        padding: 10px 0px;
    }
    .top-menu-links a {
        width: 100%;
        text-align: left;
        font-weight: normal;
    }
    .top-menu-link {
        padding: 10px 25px;
    }
    #top-menu-toggle {
        display: block;
    }
    .top-menu-links.open a:hover {
        background-color: #FFF;
        color: #0052a0;
    }
    .slider-label-container {
        
        top: 49%;
        width: 100%;
        left: 0;
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -o-transform: skewX(0deg);
        transform: skewX(0deg);
        -webkit-animation: slide_label_small 1.0s;
        -moz-animation: slide_label_small 1.0s;
        animation: slide_label 1.0s;
    }

     .slider-label-container2 {       
        top: 68%;
        width: 100%;
        left: 0;
        -webkit-animation: slide_label_small 1.0s;
        -moz-animation: slide_label_small 1.0s;
        animation: slide_label 1.0s;
    }

    .slider-label {
        padding: 18px 44px 23px 45px;
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -o-transform: skewX(0deg);
        transform: skewX(0deg);
    }

    .slider-label2 {
        padding: 18px 44px 23px 45px;
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -o-transform: skewX(0deg);
        transform: skewX(0deg);
    }

    .second-conteiner{
   bottom:0;
}

    .slider-sub-heading {
        width: 100%;
		background-color: #0052A0;
        padding-bottom: 100px;
    }
    .top-menu {
        float: left;
    }
    .input-container {
        width: auto;
        float: left;
    }

    .df-main div.df-element div {
        height:auto;
    }

    .df-main .df-element input{
    padding: 10px 30px;
    font-size:18px;
    height:auto;
    }

    input[type="text"].exide-input {
    padding: 10px 30px;
    font-size:18px;
    height:auto;
}
input[type="password"].exide-input {
    padding: 10px 30px;
    font-size:18px;
    height:auto;
}
input[type="submit"].exide-input {
    padding: 10px 30px;
    font-size:18px;
    height:auto;
}
input[type="button"].exide-input {
    padding: 10px 30px;
    font-size:18px;
    height:auto;
}
    a.exide-input {
    font-size:18px;
        padding: 10px 30px;
    }

    a.exide-input-back{
        float:left !important;
    }

    .msg{
         font-size:18px;
    }


    select.exide-input {
    padding: 10px 30px;
    font-size:18px;
    height:auto;
    }

    .df-main-left-container {
    width:100%;
    margin-bottom:20px;
    }
    .df-main-right-container {
    width:100%;
    }


    .input-exide-container span {
    font-size:18px;
    }

    .input-exide-container label, .df-label {
    font-size:16px;
    }

    .modal {
        max-width: calc(100% - 320px);
    }
    .kolumna {
        margin: 0!important;
        width: 100%!important;
    }
    .input-exide {
        width: 100%!important;
        margin-top: 10px!important;
    }
    .package-box .round-symbol {
        padding: 35px;
    }
    .animated {
        -webkit-transition-duration: 200ms;
        -moz-transition-duration: 200ms;
        -o-transition-duration: 200ms;
        transition-duration: 200ms;
    }

    .products-package .product {
    width:calc(99% - 40px);    

    }

           .kontener {
    float: left;
        padding: 30px;
        width: calc(100% - 60px);
    }
}
@media only screen and (min-width: 0px) and (max-width: 832px) {


    #PodgladMaila{
        width:250px;
        height:300px;
    }

        .popup-right {
    float:left;
    clear:both;
    position:relative;
        width:240px;
        text-align:center;
}

    .popup-left {
   float:left;
    clear:both;
    position:relative;
    width:240px;
        text-align:center;
    }

    body {
        font-size: medium;
    }
        h3 {
    font-size:20px;
    line-height: 30px!important;
    }

    a.exide-input-back{
        float:left !important;
    }

     .msg{
         font-size:18px;
    }

    .logos {
        width: 100%;
        float: left;
        padding: 24px 0 16px 0;
        text-align: center;
    }
    .login-form-switcher-container {
        display: block;
        width: calc(100% - 40px);
        float: left;
    }
    .login-form {
        display: none;
        width: calc(100% - 10px);
        float: left;
        padding: 15px 0;
            width: 100%;
    }
    .login-form .top-part {
        text-align: center;
        padding: 15px 0px 7px 0px;
        float: right;
        width:100%;
    }

        .login-form .top-part .input-container{
         width:auto;
         text-align: center;
         max-width: 250px;
         margin-left: auto;
        margin-right: auto;
        float:none;
        }
    .login-form .bottom-part {
        text-align: center;
        padding: 0px 0px 7px 0px;
        float: right;
        width:100%;
        margin-top:10px;
    }

        .login-form .middle-part {
        width:90%;
        text-align:justify;
         padding-right:15px;
         padding-left:15px;
        }


    .top-menu {
        float: left;
    }
    .menu-image-container {
        height: 100px;
    }
    .logged-in-form {
        width: 100%;
    }
    .logged-in {
        text-align: center;
    }

    .login-form .top-part input {
    margin:0;
    }

    .login-form input[type="submit"].exide-input {
    margin:0;
    }

    .top-menu-links a {
        width: 100%;
        text-align: left;
        font-weight: normal;
    }
    #top-menu-toggle {
        display: block;
    }
    .top-menu-links.open a:hover {
        background-color: #FFF;
        color: #0052a0;
    }
    .top-menu-links {
        display: none;
        width: 100%;
        float: left;
        padding: 10px 0px;
    }
    .slider-label-container {
        position: inherit;
        bottom: 0;
        top: inherit;
        width: 100%;
        opacity: 1;
        left: 0;
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -o-transform: skewX(0deg);
        transform: skewX(0deg);
        -webkit-animation: none;
        -moz-animation: none;
        animation: none;
    }
    .slider-label-container2 {
        position: inherit;
        bottom: 0;
        top: inherit;
        width: 100%;
        opacity: 1;
        left: 0;
        -webkit-animation: none;
        -moz-animation: none;
        animation: none;
    }
    .slider-label {
        padding: 18px 44px 23px 45px;
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -o-transform: skewX(0deg);
        transform: skewX(0deg);
    }

    .slider-label2 {
        padding: 18px 44px 23px 45px;
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -o-transform: skewX(0deg);
        transform: skewX(0deg);
    }

        .second-conteiner{
    margin-top:0px;
}
        .slider-label2 p{
    width:100%;
}

    .slider-label h1 {
        font-size:42px;
    }
    .slider-sub-heading {
        width: 100%;
        background-image: url('../Images/exide/flag_wide.png');
        background-repeat: repeat-x;
        background-position: bottom right;
        padding-bottom: 100px;
    }
    .input-container {
        width: 100%;
        margin: 5px 0px;
        text-align: center;
    }
    .modal {
        max-width: 550px;
    }
    .kolumna {
        margin: 0!important;
        width: 100%!important;
    }
    .input-exide {
        width: 100%!important;
        margin-top: 10px!important;
    }
    select.exide-input {
        padding: 7px 7px;
    }
    .main-block {
        margin-left: auto;
        margin-right: auto;
        float: none!important;
        max-width: 300px;
        width: 100%;
    }
    .package-name {
        background-image: none;
    }
    .line {
        width: 100%;
        float: left;
    }
        a.exide-input {
    font-size:18px;
        padding: 10px 30px;
    }

    .main-table-tr {
        width: 100%;
        float: left;
    }
    .sub-table-container {
        float: left;
        width: 100%;
    }
    .sub-table .line .additional-block {
        margin-left: auto;
        margin-right: auto;
        width: 200px;
        float: none;
    }
    .middle-part .main-table td,
    .middle-part .main-table .sub-table td {
        padding: 0;
    }
    .middle-part .main-table .sub-table td.line {
        position: relative;
    }
    .middle-part .main-table td.line {
        position: relative;
    }
    .middle-part .main-table td.line:after {
        content: '';
        position: absolute;
        bottom: 0%;
        left: 0;
        width: calc(100% - 14px);
        border-left-style: solid;
        border-left-width: 7px;
        border-right-style: solid;
        border-right-width: 7px;
        height: 50%;
    }
    .middle-part .main-table .sub-table td.line:after {
        content: '';
        position: absolute;
        bottom: 0%;
        left: 0;
        width: calc(100% - 14px);
        border-left-style: solid;
        border-left-width: 7px;
        border-right-style: solid;
        border-right-width: 7px;
        height: 100%;
    }
    .middle-part .main-table .sub-table tr:first-child td.line:after {
        bottom: 0%;
        height: 100%;
        float: left;
    }
    .middle-part .main-table .sub-table tr:only-child td.line:after {
        bottom: 0%;
        height: 100%;
        border-left-width: 7px;
    }
    .middle-part .main-table .sub-table tr:last-child td.line:after {
        bottom: 50%;
        height: 100%;
        float: right;
    }
    .round-symbol-container {
        width: 100%;
        float: left;
    }
    .package-box .top-part {
        display: block;
    }
    .package-box .heading-container {
        display: block;
        float: left;
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
    .package-box .round-symbol {
        border-radius: 0;
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 64px;
    }
    .df-main div.df-element div {
        height:auto;
    }

    .df-main .df-element input{
    padding: 10px 30px;
    font-size:18px;
    height:auto;
    }

    input[type="text"].exide-input {
    padding: 10px 30px;
    font-size:18px;
    height:auto;
}
input[type="password"].exide-input {
    padding: 10px 30px;
    font-size:18px;
    height:auto;
}
input[type="submit"].exide-input {
    padding: 10px 30px;
    font-size:18px;
    height:auto;
}
input[type="button"].exide-input {
    padding: 10px 30px;
    font-size:18px;
    height:auto;
}

    select.exide-input {
    padding: 10px 30px;
    font-size:18px;
    height:auto;
    }

    .df-main-left-container {
    width:100%;
    margin-bottom:20px;
    }
    .df-main-right-container {
    width:100%;
    }
        .df-main-right-container {
    width:100%;
    }

    .df-main-left-container {
    width:100%;
    margin-bottom:20px;
    }

       .kontener {
    float: left;
        padding: 20px;
        width: calc(100% - 40px);
    }

       .products-package .product {
    width:calc(100% - 40px);    

    }
}
@media only screen and (max-width: 379px) {
    h3 {
    font-size:20px;
    line-height: 30px!important;
    }
    
    body {
        font-size:medium;
    }
    .logos {
        width: calc(100% - 30px);
        float: left;
        padding: 24px 15px 16px 15px;
        text-align: center;
    }
    .logos img {
        max-width: 160px;
        width: 50%;
    }
    .login-form-switcher-container {
        display: block;
    }
    .input-container {
        width: 100%;
        margin: 5px 0px;
        text-align: center;
    }
    .login-form {
        display: none;
        width: calc(100% - 10px);
        float: left;
        padding: 15px 0;
            width: 100%;
    }

     .login-form .middle-part {
        width:80%;
        text-align:justify;
         padding-right:15px;
         padding-left:15px;
        }

        .login-form input[type="submit"].exide-input {
        margin:5px;
        }

    .top-menu {
        float: left;
    }
    .menu-image-container {
        height: 100px;
    }
    .top-menu-links a {
        width: 100%;
        text-align: left;
        font-weight: normal;
    }
    #top-menu-toggle {
        display: block;
    }
    .top-menu-links.open a:hover {
        background-color: #FFF;
        color: #0052a0;
    }
    .top-menu-links {
        display: none;
        width: 100%;
        float: left;
        padding: 10px 0px;
    }
    .slider-label-container {
        position: inherit;
        bottom: 0;
        top: inherit;
        width: 100%;
        opacity: 1;
        left: 0;
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -o-transform: skewX(0deg);
        transform: skewX(0deg);
        -webkit-animation: none;
        -moz-animation: none;
        animation: none;
    }

    .slider-label {
        padding: 18px 44px 23px 45px;
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -o-transform: skewX(0deg);
        transform: skewX(0deg);
    }

    .slider-label2 {
        padding: 18px 44px 23px 45px;
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -o-transform: skewX(0deg);
        transform: skewX(0deg);
    }

        .second-conteiner{
    margin-top:0px;
}
        



    .slider-sub-heading {
        width: 100%;
        background-image: url('../Images/exide/flag_wide.png');
        background-repeat: repeat-x;
        background-position: bottom right;
        padding-bottom: 100px;
    }
    .modal {
        max-width: 300px;
    }
    .kolumna {
        margin: 0!important;
        width: 100%!important;
    }
    .input-exide {
        width: 100%!important;
        margin-top: 10px!important;
    }
    select.exide-input {
        padding: 10px 7px;
    }
    input[type="text"].exide-input {
        padding: 10px 7px;
    }
    input[type="password"].exide-input {
        padding: 10px 7px;
    }

    .df-main-right-container {
    width:100%;
    }
        a.exide-input {
    font-size:18px;
        padding: 10px 30px;
    }


    .df-main-left-container {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .logged-in .heading {
    margin-bottom:10px;
    }

    .kontener {
    float: left;
        padding: 10px;
        width: calc(100% - 20px);
    }

           .products-package .product {
    width:calc(100% - 40px);    

    }
    
}


@media only screen and (min-width: 0px) and  (max-width: 520px) {
    .div-exide-table{
        overflow-x:scroll !important;
        width: 100%;
        /*overflow-style: scrollbar*/
    }

}

.faktura-pozycje .input-exide
{
	max-width: 550px;
	width: 100%;
}



@media only screen and (max-width: 1000px) {
    .PageStart .top-menu-container {
        background-color: #0057a4;
    }

    .top-menu-links a {
        color: #fff;
    }

    .top-menu-links a li {
        border-right: 1px solid #fff;
        color: #fff;
    }

        .top-menu-links a:hover {
            color: #0057a4;
        }

            .top-menu-links a:hover li {
                border-right: 1px solid #fff;
                color: #0057a4;
            }
}