﻿/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-01-02, 10:59:34
    Author     : marta
*/




html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
     /*min-height: 100%;*/
    line-height:normal;
    font-size: small;
    font-family: "Lato";
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
img{
    display: block;
}

/*********end reset**************/

body{
    background-color: #f0f0f0;
    color: #444;
}

.container,
.select{
    width: 90%;
    max-width: 1156px;
    //overflow: hidden;
    margin: 0 auto;
}

.logo{
    float: left;
    padding: 10px;
}

.logo_mobile{
    display: none;
    float: left;
    padding: 10px 0;
}

.info{
    float:right;
    overflow:hidden;
    padding-top:20px;
    padding-right:10px;
}

.infolinia{
    float: left;
    text-align:center;
    font-size:12px;
}

.phone{
    float:left;
}

/*.logout{
    width: 50px;
    padding: 13px;
    float: right;
    cursor: pointer;
    background-color: #444;
}*/

.logout img{
    width: 100%;
    height: auto;
}

.blue_line{
    width: 100%;
    background-image: linear-gradient(#273f95, #1a2a64);
    background-size: 100% auto;
    overflow: hidden;
}

.blue_line ul{
    padding: 0 15px;
    display:block;
}

.blue_line ul li{
    float:left;
    display: inline-block;
    padding: 12px 16px;
    font-size: 17px;
    font-weight:bold;
    
}

.blue_line ul li a{
    color: white;
    text-decoration:none;
    overflow:hidden;
}

.blue_line ul li:hover{
    background-image: linear-gradient(#203379, #131f48);
}

ul.topnav li a img {
    height: 22px;
    margin-right: 7px;
}

ul.topnav li > a::before {
    background: #fff none repeat scroll 0 0;
    content: " ";
    display: inline-block;
    height: 14px;
    position: relative;
    right: 17px;
    top: 2px;
    width: 2px;
}

.home{
    float:left;
    padding: 11px 24px;
}

.home img{
    height: 22px;
}

.menu{
    display:none;
    float:right;
    padding: 8px 0px;
    color:white;
    font-size:20px;
}

.select{
    overflow:hidden;
}

.title{
    width:100%;
    overflow:hidden;
    padding:50px 0px;
}

.title p{
    width:25%;
    min-width:250px;
    padding-left:30px;
    float:left;
    font-family:'lato';
    font-size: xx-large;
    font-weight:300;
    color:#b4b4b4;
}

.gray_line{
    height:75px;
    width: 1px;
    background-color:lightgray;
    float:left;
    margin-top:-15px;
    margin-right:30px;
}

.title .witaj{
    //width:20%;
    width:250px;
    float:left;
    overflow:hidden;
}

.logout{
    width:50px;
    float:right;
    cursor: pointer;
}

.witaj img{
    width:100%;
    height:auto;
}

.wybor{
    overflow:hidden;
    margin: 0 -10px;
}

.hp24, .efaktury, .ezamowienia, .akceptRabatow{
    //width: calc(33.33% - 20px);
    width:33.33%;
    height: 100%;
    padding: 10px;
    float: left;
    cursor: pointer;
}

.hp24:hover, .efaktury:hover, .ezamowienia:hover, .akceptRabatow:hover{
    color: #273f95;
}

.hp24 img,
.efaktury img,
.ezamowienia img,
.akceptRabatow img
{
    width: 100%;
    height: auto;
}

.name{
    text-align: center;
    font-size: x-large;
    padding-top: 15px;
}

/*.disabled{
    color: lightgrey;
    cursor: not-allowed;
}*/

.disabled:hover{
    color: lightgray;
}

.disabled img {
    opacity: 0.5;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

@media screen and (max-width: 800px) {
    
    .container{
        width: 100%;
    }
    
    .title{
        padding: 30px 0;
    }

    .title p {
        padding-left:0;
    }

    .gray_line,
    .witaj{
        display:none;
    }

    .hp24, .efaktury, .ezamowienia, .akceptRabatow {
        width: 100%;
        padding: 0;
    }
    
    .name{
        padding-bottom: 15px;
    }

    .home{
        padding: 11px 0 11px 5%;
    }


    .menu{
        display:block;
        padding-right:5%;
    }    
    
    .blue_line ul{
        display:none;
        overflow: hidden;
        padding-top: 44px;
    }

    .blue_line ul li{
        display:block;
        width:100%;
    }

    .blue_line ul li a{
        display:block;
    }
}

@media screen and (max-width: 450px) {
    .logo{
        display: none;
    }

    .logo_mobile{
        display: block;
    }
}

@media screen and (max-width: 350px) {
    .title p{
        font-size: x-large;
        width:75%;
        min-width:0;
    }
}