div.footer { text-align: center; vertical-align: middle; font-family: 'Verdana'; color: white}
div.footer a {color: white; text-decoration: none}
div.footer a:hover {color: #DDDDDD}
div.footer img {margin-right: 6px; vertical-align: middle}

html, body{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    height: 10px;
    
}
.container{
    max-width: 990px;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 50px;
}
.left{
    display: inline-block;
    padding-top: 20px;
    padding-left: 20px;
}
.logo{
    padding-right: 20px;
}
.right{
    float: right;
    color: white;
    padding-top: 30px;
    padding-right: 20px;
}
#number{
    padding-left: 10px;
    font-weight: bolder;
    font-size: 36px;
}
.register{
    padding-right: 10px;
    padding-top: 10px;
    float: left;
    display: block;
    font-size: 30px;
}
.header{
    display: block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);;
    color: white;
    width: 400px;
    padding: 25px;
    margin-top: 97px;
    margin-bottom: 100px;
    margin-right: auto;
    margin-left: auto;
}
.left_2{
    display: inline-block;
}
.margin{
    margin: 0 auto;
    display: block;
}
.right_2{
    padding-right: 40px;
    float: right;
}
.fb{
    display: inline-block;
    float: right;
}
.dot{
    display: inline-block;
    height: 25px;
    width: 25px;
    background-image: url(graphic/pula2.png);
}
.dots{
    padding-top: 90px;
    padding-bottom: 19px;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.footer{
    position: absolute;
    left:0;
    bottom: 0;
    height: 61px;
    width: 100%;
    background-color: #323335;
    color: white;
    text-align: center;
}
.cookie a{
    text-decoration: none;
    color: darkgrey;
    
}
.cookie{
font-size:0.8em;
}
.left_2  a{
    margin: 0 auto;
    display: block;
    background-image: url(graphic/strzalka.png);
    width: 113px;
    height: 113px;
    transition: 0.3s;
}
.right_2  a{
    margin: 0 auto;
    display: block;
    background-image: url(graphic/strzalka.png);
    width: 113px;
    height: 113px;
    transition: 0.3s;
}
.left_2 a:hover{
    -moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0)
}
.right_2 a:hover{
    -moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0)
}
#stomatologia{
    padding-left:20px;
    padding-bottom:86px;
}
#medycyna{
    padding-right: 20px;
}

@media (min-width:450px) and (max-width: 1024px){
    html, body{
        background-repeat: no-repeat;
        background-color: #444;
        height: 0;
    }
    .footer{
        position: static;
        left:0;
    }
    .header{
        width: 100%;
        padding-left: 0;
    }
    .left_2{
        display: block;
    }
     .left{
        text-align: center;
        display: block;
         padding-left: 0;
    }
    .right{
        float: none;
        text-align: center;
        padding-right: 0;
    }
    .register{
        float: none;
        display: inline-block;
    }
    .fb{
        float: none;
    }
    #number{
        display: block;
        padding-left: 5px;
        font-size: 30px;
    }
    .right_2{
        float: none;
        text-align: center;
        padding-right: 0;
        padding-top: 50px;
    }
    #stomatologia{
        padding-left:0;
        padding-bottom:0;
    }
    #medycyna{
        padding-right: 0;
    }
    .container{
        padding-left: 0;
    }
    .flexslider{
        height: 310px;
    }
    .flex-viewport{
        height: 310px;
    }
    .flexslider .slides img{
        height: 310px;
    }
}
@media (min-width: 280px) and (max-width: 450px){
    html, body{
        height: 100%;
        background-color: #444;
    }
    .footer{
        position: static;
    }
    .header{
        width: 100%;
        padding-left: 0;
    }
    .left_2{
        display: block;
    }
     .left{
        text-align: center;
        display: block;
         padding-left: 0;
    }
    .right{
        float: none;
        text-align: center;
        padding-right: 0;
    }
    .register{
        float: none;
        display: inline-block;
    }
    .fb{
        float: none;
    }
    #number{
        display: block;
        padding-left: 5px;
        font-size: 30px;
    }
    .right_2{
        float: none;
        text-align: center;
        padding-right: 0;
        padding-top: 50px;
    }
    #stomatologia{
        width: 100%;
        padding-left:0;
        padding-bottom:0;
    }
    #medycyna{
        width: 100%;
        padding-right: 0;
    }
    .container{
        padding-left: 0;
    }
    .logo{
        padding-right: 0;
    }
}

