/*-----------------------------------------------------------------------------*/
/* OGÓLNE
/*-----------------------------------------------------------------------------*/
body{
    margin: 0;
    padding: 0;
    font-family: 'arial';
    font-size: 12px;
}

a{
    text-decoration: none;
}

img{
    border: 0;
}


@font-face {
    font-family: 'GeosansLightRegular';
    src: url('fonts/geosanslight-webfont.eot');
    src: url('fonts/geosanslight-webfont.eot?#iefix') format('eot'),
         url('fonts/geosanslight-webfont.woff') format('woff'),
         url('fonts/geosanslight-webfont.ttf') format('truetype'),
         url('fonts/geosanslight-webfont.svg#webfontY02WmcuR') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GeosansLightMediumItalic';
    src: url('fonts/geosanslight-oblique-webfont.eot');
    src: url('fonts/geosanslight-oblique-webfont.eot?#iefix') format('eot'),
         url('fonts/geosanslight-oblique-webfont.woff') format('woff'),
         url('fonts/geosanslight-oblique-webfont.ttf') format('truetype'),
         url('fonts/geosanslight-oblique-webfont.svg#webfontNPsZNH0G') format('svg');
    font-weight: normal;
    font-style: normal;
}
.geosans{
    font-family: 'GeosansLightRegular';
}
.geosans_italic{
    font-family: 'GeosansLightMediumItalic';
}


.left{
    float: left;
    display: block;
}

.right{
    float: right;
    display: block;
}
.c{
    clear: both;
    height: 1px;
}

.light_blue{
    color: #a1e0f9;

}
.dark_blue{
    color: #182d35 !important;
}

/*-----------------------------------------------------------------------------*/
/* STYLE STAŁE
/*-----------------------------------------------------------------------------*/

.logo{
    height: 90px;
    line-height: 90px;
    background: #fff;
    width: 26%;
    text-align: right;
}
.logo img{
    padding: 10px 10px 0 10px;
}
.menu_top{
    width: 74%;
    height: 90px;
    background: url(img/bg/top_menu.png) repeat-x;
    position: relative;
    overflow: visible;
}
.menu_top > a{
    color: #fff;
    width: 86px;
    border-right: 1px dotted #88b2c2;
    height: 34px;
    padding: 28px 0;
    text-align: center;
    text-shadow: 2px 2px 2px #437182;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    position: relative;
    display: block;
}
.menu_top > a:first-child{
    border-left: 1px dotted #88b2c2;
}
.menu_top > a.one_line{
    height: 30px;
    padding: 30px 0;
    line-height: 30px;
}
.menu_top .submenu{
    position: absolute;
    top: 90px;
    left: 98px;
    margin:0;
    z-index: 9999;
    padding:0;
    list-style: none;
    display: none;
}
.menu_top .submenu a{
    width: 96px;
    background: url(img/bg/top_menu.png) repeat-x;
    padding: 5px 0;
    text-align: center;
    display: block;
    color: #fff;
    border-bottom: 1px dotted #88b2c2;
    line-height: 12px;
}
.menu_top .submenu a.one_line{
    padding: 10px 0;
}
.menu_top b,
.arial_black{
    font-family: 'arial black';
}
.left > .content {
    min-height: 450px;
}
.banner{
    background: #a9e3fa url(img/bg/banner.png) no-repeat bottom center;
    width: 100%;
    height: 290px;
    position: relative;
    top: -1px;
}

.center{
    width: 930px;
    margin: 0 auto;
    position: relative;
}

.nurse{
    position: absolute;
    top: -16px;
    right: 250px;
}

.banner h2{
    margin: 0;
    padding: 20px 0;
    font-size: 38px;
    font-weight: normal;
    color: #3e7a92;
    text-transform: uppercase;
    line-height: 28px;
    text-shadow: 1px 1px 2px #ffffff;
}
.banner .comic_cloude{
    background: url(img/bg/transparent_blue.png) repeat;
    padding:  25px 25px 5px 25px;
    width: 350px;

    border-bottom: 5px solid #69a8c1;
    font-size: 12px;
    font-family: 'tahoma';
    line-height: 16px;
    position: relative;
}
.banner .comic_cloude .text{
    max-height: 150px;
    overflow: hidden;
}
.banner .comic_cloude .text p{
    margin: 0;
}
.banner .cloud_handler{
    position: absolute;
    top: 10px;
    right: -23px;
}
.about_us{
    width: 64%;
    min-height: 340px;
    border-right: 1px dotted #c0e0ec;
    background: #e3f6fd;
    position: relative;
    top: -1px;
}
.contact{
    width: 35%;
}
.about_us .content{
    width: 600px;
    float: right;
    margin-right: 15px;
    padding: 20px 20px 0 20px;
}
.about_us .title,
.contact .title{
    padding: 5px 0 20px 0;
    border-bottom: 1px dotted #bad9e5;
    text-transform: uppercase;
    color: #182d35;
    font-family: 'arial';
    background: url(img/ico/transparent_people.png) no-repeat top right;
    font-size: 14px;
}
.about_us .text,
.contact .text{

    padding: 10px 20px 40px 20px;
    font-size: 12px;
    font-family: 'tahoma';
    line-height: 18px;
    text-align: justify;
    position: relative;
}
.contact_main{
    height: 310px;
}
.contact .content{
    width: 278px;
    padding: 20px 0 0 20px;
}
.contact input[type='text'],
.contact  textarea{
    padding:0;
}
.contact .title{
    background: url(img/ico/transparent_phone.png) no-repeat top right;
}
.contact_data{
    background: url(img/bg/phone_numbers.png) no-repeat bottom left;
}
.contact .text.data{
    padding-bottom: 90px;

}
.contact .text.data p{
    font-size: 16px;


}
#phone_numbers{
    font-size: 33px;
    line-height: 32px;
    font-weight: normal;
    text-align: right;
}
.phone_numbers_img{
    position: absolute;
    left: -19px;
}
.phone_numbers_div{
    margin-top: 0;
    padding-top: 0;
    height: 72px;
    width: 240px;
}
.phone_blue{
    color: #4b8aa3;
    font-weight: bold;
}
.footer{
    border: 1px dotted #bad9e5;
    border-left: 0;
    position: relative;
    top: -3px;
    padding: 20px 0;
    width: 88%;
    margin-bottom: 20px;
}
.footer .content{
    width: 30%;
}

.copyright{
    font-size: 11px;
    font-family: 'Tahoma';
    color: #a4a4a4;
    padding: 30px 20px 20px 0;
}
.copyright a{
    color: #a4a4a4;
}


/*-----------------------------------------------------------------------------*/
/* PLIKI DO POBRANIA
/*-----------------------------------------------------------------------------*/
.download{
    padding-top: 70px;
    margin: 20px auto;
    background: url(img/ico/download.png) no-repeat top center;
    width: 320px;
}
.download a{
    display: block;
    color: #182d35;
    font-family: 'tahoma';
    font-size: 12px;
    background: url(img/ico/file.png) no-repeat right center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #bad9e5;
    padding-right: 50px;
    overflow: hidden;
}
.download a:first-child{
    border-top: 1px dotted #bad9e5;
}

/*-----------------------------------------------------------------------------*/
/* KONTAKT
/*-----------------------------------------------------------------------------*/
.contact_table td{
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
    color: #182d35;
}
.contact_table a,
.blue{
    color: #396e83;
    font-size: 16px;
    font-weight: bold;
}
.contact_text{
    font-family: 'arial';
    font-size: 15px;
    line-height: 18px;
    border-bottom: 1px dotted #bad9e5;
}


/*-----------------------------------------------------------------------------*/
/* FORMULARZ KONTAKTOWY
/*-----------------------------------------------------------------------------*/
.contact_form input[type="text"],
.contact_form textarea,
.drive_your_way input[type="text"]{
    width: 185px;
    height: 22px;
    line-height: 22px;
    padding: 6px 5px 6px 40px;
    margin: 0 0 10px 0;
    font-size: 12px;
    border: 1px solid #cee0e7;
    background: url(img/ico/envelope_ico.png) no-repeat left center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #a4a4a4;
    font-family: 'arial';
}
.contact_form input.active,
.contact_form textarea.active{
    color: #182d35;
}
.contact_form #_s_name{
    background: url(img/ico/people_ico.png) no-repeat left center;
}
.contact_form textarea{
    height: 132px;

    background: url(img/ico/crayol_ico.png) no-repeat left center;
}
.contact_form input[type="submit"]{
    border: 0;
    width: 98px;
    height: 28px;
    background: url(img/button/send.png) no-repeat;
    cursor: pointer;
    margin-left: 80px;
}

/*-----------------------------------------------------------------------------*/
/* ZAKRES USŁUG
/*-----------------------------------------------------------------------------*/
.service_name{
    background: #5d98af;
    font-size: 24px;
    line-height: 24px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 5px 2px 35px;
    margin-top: 10px;
}
.service_dsc{
    font-family: 'tahoma';
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
    display: none;
}

/*-----------------------------------------------------------------------------*/
/* JAK DOJECHAĆ
/*-----------------------------------------------------------------------------*/
.drive_your_way input[type="submit"]{
    background: url(img/button/check_road.png) no-repeat;
    width: 145px;
    height: 35px;
    border: 0;
    cursor: pointer;
    padding-top: -3px;
}
iframe{
    border: 5px solid #5a94ab;
}
.drive_your_way input[type="text"]{
    background: #fff url(img/ico/marker_ico.png)no-repeat left center;
    width: 350px;
    margin: 0 10px 0 0;
    position: relative;
    top: 7px;
}
/* Firefox */
@-moz-document url-prefix()
    {
        .drive_your_way input[type="text"]{
            background: #fff url(img/ico/marker_ico.png)no-repeat left center;
            width: 350px;
            margin: 0 10px 0 0;
            position: relative;
            top: -1px;
    }
}
.drive_your_way input[type="text"].active{
    color: #182d35;
}
.adress{
    text-align: center;
    font-family: 'arial';
    font-size: 16px;
    line-height: 18px;

}
.adress span{
    display: block;
     padding-top: 4px;
     font-weight: bold;
     font-size: 16px;
}
/*-----------------------------------------------------------------------------*/
/* WARTO WIEDZIEĆ
/*-----------------------------------------------------------------------------*/
.article_list,
.specialization{
    background: url(img/button/ww.png) no-repeat;
    width: 244px;
    height: 38px;
    display: block;
    color: #fff;
    padding: 0 50px 0 10px;
    line-height: 38px;
    overflow: hidden;
    font-size: 14px;
    margin: 1px auto;
}
.article_list:hover{
    background: url(img/button/ww_hover.png) no-repeat;
}
.specialization.active{
    background: url(img/button/ww_hover_down.png) no-repeat;
}
.specialization{
    cursor: pointer;
}
.doctors_list{
    width: 304px;
    margin: 0 auto 5px auto;
    padding: 5px 0;
    list-style: none;
    background: #fff;
    border-bottom: 3px solid #3f7a92;
    display: none;
}
.doctors_list li{
    padding: 0 10px 0 40px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    border-bottom: 1px dotted #cee0e7;
    background: url(img/ico/person_ico.png) no-repeat 10px center;
    color: #535353;
    font-size: 14px;
}
.doctors_list li:first-child{
    border-top: 1px dotted #cee0e7;
}

/*-----------------------------------------------------------------------------*/
/* GALERIA
/*-----------------------------------------------------------------------------*/
.big_photo{
    overflow: hidden;
    margin: 20px 0;
}
.big_photo img{
    display: none;
    border: 5px solid #fff;
}
.big_photo img.active{
    display: inline;
}
.minis img{
    cursor: pointer;
    border: 3px solid #fff;
    margin: 3px;
}
.big_photo a img{
    display: none;
    border: 5px solid #fff;
}
.big_photo a img.active{
    display: inline;
}
.minis a img{
    cursor: pointer;
    border: 3px solid #fff;
    margin: 3px;
}
.big_photo .left_arrow,
.big_photo .right_arrow{
    background: url(img/button/left_arrow.png) no-repeat right center;
    width: 38px;
    height: 510px;
    cursor: pointer;
}
.big_photo .right_arrow{
    background: url(img/button/right_arrow.png) no-repeat left center;
}

.cookie_bar {
    width: 715px;
    background: white;
    padding: 8px 0 5px;
    margin: 0;
    display: none;
    float: right;
}

@media only screen and (max-width: 1770px){
.footer .content{
    width: 21%;
}
.cookie_bar {
    width:  56%;
}
}
@media only screen and (max-width: 1770px){
.footer .content{
    width: 21%;
}
.cookie_bar {
    width:  56%;
}
}
@media only screen and (max-width: 1770px){
.footer .content{
    width: 21%;
}
.cookie_bar {
    width:  56%;
}
}
@media only screen and (max-width: 1480px){
.footer .content{
    width: 26%;
}
.cookie_bar {
    width: 57%;
}
}
@media only screen and (max-width: 1470px){
.footer .content{
    width: 26%;
}
.cookie_bar {
    width: 57%;
}
}
@media only screen and (max-width: 1370px){
.footer .content{
    width: 29%;
}
.cookie_bar {
    width: 57%;
}
}
@media only screen and (max-width: 1270px){
.footer .content{
    width: 21%;
}
.cookie_bar {
    width: 71%;
}
}
@media only screen and (max-width: 1120px){
.footer .content{
    width: 23%;
}
.cookie_bar {
    width: 77%;
}
}
@media only screen and (max-width: 1020px){
.footer .content{
    width: 24%;
}
.cookie_bar {
    width: 73%;
}
}
@media only screen and (max-width: 920px){
.footer .content{
    width: 27%;
}
.cookie_bar {
    width: 73%;
}


}

.cookie_content {
    width: 90%;
    padding: 0px 10px;
    margin: 0 auto;
}

    .cookie_content .cookie_text {
        padding: 3px 0 0;
        margin: 0;
        float: left;
        width: 94%;
        text-align: left;
        color: #437182;
        font-family: Arial;
        font-size: 11px;
    }
    .cookie_content .cookie_fw_b {
        font-weight: bold;
    }

    .cookie_content .cookie_text a{
        text-decoration: underline;
        color: inherit;
        font-family: inherit;
    }
    .cookie_content .cookie_close {
        padding: 0;
        margin: 0;
        float: right;
    }
    .cookie_content .cookie_close img{
        cursor: pointer;
    }
    .cookie_content .cookie_c {
        clear: both;
    }

/*-----------------------------------------------------------------------------*/
/* FORMULARZ ZMIANY LEKARZA
/*-----------------------------------------------------------------------------*/
.declaration_form input[type="text"],
.declaration_form select,
.declaration_form textarea {
    width: 235px;
    height: 22px;
    line-height: 22px;
    padding: 2px 5px 2px 5px;
    margin: 0 0 10px 0;
    font-size: 12px;
    border: 1px solid #cee0e7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #a4a4a4;
    font-family: 'arial';
}

.declaration_form select {
    height: 28px;
    width: 247px;
}
.declaration_form input[type="checkbox"] {
    cursor: pointer;
    width: 15px;
    height: 15px;
}

.declaration_form input[type="text"],
.declaration_form textarea,
.declaration_form select,
.declaration_form input.active,
.declaration_form textarea.active {
    color: #182d35;
}
.declaration_form textarea{
    height: 132px;
}
.declaration_form input[type="submit"]{
    border: 0;
    width: 98px;
    height: 28px;
    background: url(img/button/send.png) no-repeat;
    cursor: pointer;
}
.declaration_form label {
    width: 235px;
    display: inline-block;
}

.declaration_form .row {
    width: 100%;
    clear: both;
}

.declaration_form .row .cell {
    width: 50%;
    float: left;
}

.declaration_form .row .cell-2 {
    width: 100%;
    float: left;
}

.declaration_form .title {
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    padding-top: 20px;
    background-position-y: 15px;
}

.declaration_form .hidden {
    display: none;
}