/*
	AUTHOR:	Anna Romańska
			info@dronka.org
			http://dronka.org
*/

/* RESETES & BASIC PAGE SETUP */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

a {
    outline: none;
}

a img {
    border: none;
}

html {
    overflow-y: scroll;
    background: url(../img/bg.png);
    height: 100%;
}

body {
    font: 14px Helvetica, Arial, sans-serif;
    color: #4e4e40;
    background: #e0e0e0;
    height: 100%;
}

html > body {
    min-height: 100%;
    height: auto;
}


/* TOOLBOX */
.floatleft {
    float: left;
}

.floatright {
    float: right;
}

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

.out {
    text-indent: -9999px;
}

/*.fadeThis * 				{display: none;} */
.round {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.top12 {
    margin-top: 12px;
}

.top30 {
    margin-top: 30px;
}

.top80 {
    margin-top: 80px;
}

.absolute750 {
    position: absolute;
    top: 750px;
}

/* LINKS & COLORS */
.orange {
    color: #d86522;
}

.zielony {
    color: #609117;
}

a.link, a.link:visited {
    border-bottom: 1px dotted;
    text-decoration: none;
}

a.link:hover, a.link:active {
    border-bottom: 1px solid;
}

/* STRUCTURE AND STUFF */
#page-wrap {
    width: 980px;
    margin: 0 auto;
}

div#main {
    margin: 50px 0 0 0;
}

div.col {
    width: 310px;
    height: 380px;
    margin: 0 5px 0 10px;
    display: inline;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 15px;
}

h2 {
    font-size: 17px;
    font-weight: normal;
    padding-bottom: 15px;
}

h3 {
    font-size: 16px;
    font-weight: normal;
    padding: 11px 0 2px 0;
}

h4 {
    padding: 7px 0 0 0;
}

p {
    line-height: 18px;
    padding-bottom: 15px;
}

p.mini {
    line-height: 13px;
    padding-bottom: 7px;
}

ul.lista li {
    padding: 7px 0 0 20px;
    background: url(../img/bullet.gif) no-repeat 0 7px;
}

ul.lista-mini li {
    padding: 1px 0 0 10px;
    background: url(../img/bullet.png) no-repeat 0 6px;
}

ul.mini li {
    padding: 0 0 0 10px;
    background: url(../img/bullet.png) no-repeat 0 6px;
}

ul.pdf li {
    padding: 7px 0 0 20px;
    background: url(../img/icon_pdf.gif) no-repeat 0 7px;
}

dt {
    padding: 1px 0 0 10px;
    background: url(../img/bullet.png) no-repeat 0 6px;
    color: #609117;
}

dd {
    padding: 0 0 3px 30px;
}


::selection {
    background: #d86522;
    color: #f4f5ea;
}

::-moz-selection {
    background: #d86522;
    color: #f4f5ea;
}

/* HEADER */
#header {
    height: 112px;
    background: white;
}

div.logo {
    margin: 17px 0 0 35px;
    display: inline;
}

div.logo a.fadeThis {
    position: relative;
    display: block;
    height: 40px;
    width: 206px;
    background: url(../img/logo.png) 0 0 no-repeat;
}

div.logo a.fadeThis span.hover {
    position: absolute;
    height: 40px;
    width: 206px;
    top: 0;
    left: 0;
    display: block;
    background: url(../img/logo.png) 0 -40px no-repeat;
}

div.top-nav {
    width: 381px;
    height: 112px;
    margin-right: 35px;
    display: inline;
}

ul.top-nav li {
    display: inline;
    height: 112px;
    align-content: center;
}

ul.top-nav li a {
    height: 102px;
    float: left;
}

div.top-nav li a {
    display: table;
    width: 85px;
    background-image: linear-gradient(rgba(158, 215, 71, 1), #709127);
    color: #4e4e40;
    text-align: center;
    font-variant-caps: small-caps;
    font-size: larger;
    font-family: "DejaVu Sans";
    text-decoration: none;
    margin: 5px;
    vertical-align: middle;
}

div.top-nav li a span {
    display: table-cell;
    vertical-align: middle;
}

div.top-nav li a:hover {
    background-image: linear-gradient(rgba(58, 115, 31, 1), #709127);
    color: white;
}

/* MAIN CONTENT */

div.white-box {
    background-color: white;
    border: 1px #8e8d6f solid;
    padding: 20px;
    height: 338px;
}

div.white-box-no-size {
    background-color: white;
    border: 1px #8e8d6f solid;
    padding: 20px;
}

div.green-box {
    background-color: #609117;
    border: 1px #4c750f solid;
    padding: 20px;
    height: 338px;
}

div.mapka-box {
    background-color: #f7f7f7;
    border: 1px #8e8d6f solid;
    padding: 6px;
    height: 366px;
    width: 296px;
}

p.stomatologia-dziecieca {
    padding: 0px;
}

ul.stomatologia-dziecieca {
    padding-bottom: 15px;
}

div.lekarz {
    width: 270px;
    height: 105px;
}

div.lekarz img {
    width: 85px;
}

div.lekarz-info {
    width: 185px;
}

div.lekarz-info a {
    display: block;
    width: 175px;
    height: 32px;
    line-height: 32px;
    text-align: right;
    color: #1f3400;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(158, 215, 71, 1);
    background: url(../img/button-lekarze.png) top center no-repeat;
    padding-right: 10px;
    font-size: 12px;
}

div.lekarz-info a:hover {
    background-position: bottom center;
    color: #f4f5ea;
    text-shadow: -1px -1px 0 rgba(109, 109, 78, 1);
}

div.lekarz-info a#current,
div.lekarz-info a#current:hover {
    background: url(../img/button-lekarze.png) center center no-repeat;
    color: #f4f5ea;
    text-shadow: -1px -1px 0 rgba(167, 70, 15, 1);
}

div.lekarz-info div {
    padding: 6px 0 0 10px;
    font-size: 12px;
}

div.centrum {
    text-align: center;
    margin-top: 38px;
}

span.stopka {
    font-size: 9px;
    color: #8e8d6f;
    margin: 3px 0 0 15px;
    display: block;
}

span.stopka a {
    color: #8e8d6f;
}

/* publikacje, kursy */
div.big-box {
    background-color: #f4f5ea;
    border: 1px #8e8d6f solid;
    padding: 19px;
    width: 595px;
    float: right;
    margin: 0 10px 15px 0;
    position: relative;
}

h3.more {
    cursor: pointer;
    color: #609117;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    font-weight: normal;
}

h3.more:hover {
    text-decoration: underline;
    color: #3d6009;
}

h3.nolink:hover {
    text-decoration: none;
    color: #609117;
    cursor: auto;
}

img.more {
    width: 75px;
    height: 103px;
    border: 1px #8e8d6f solid;
    float: left;
    margin: 8px 0 5px 0;
}

img.poziomy {
    height: 53px;
    padding: 25px 0;
    background-color: #8e8d6f;
}

span.more {
    width: 470px;
    height: 73px;
    border-top: 1px #8e8d6f solid;
    border-right: 1px #8e8d6f solid;
    border-bottom: 1px #8e8d6f solid;
    float: left;
    background-color: #fcfcfc;
    margin: 8px 0 5px 0;
    padding: 15px;
    line-height: 20px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

div.more-mini {
    width: 470px;
    border-top: 1px #8e8d6f solid;
    border-right: 1px #8e8d6f solid;
    border-bottom: 1px #8e8d6f solid;
    float: left;
    background-color: #fcfcfc;
    margin: 8px 0 5px 0;
    padding: 5px 5px 5px 15px;
    line-height: 14px;
    height: 93px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

div.more-mini ul {
    list-style: inside circle;
    font-size: 12px;
    line-height: 12px;
}

ul.no-img {
    list-style: none;
    display: block;
}

ul.no-img li {
    width: 545px;
    border: 1px #8e8d6f solid;
    float: left;
    background-color: #fcfcfc;
    margin: 8px 0 5px 0;
    padding: 15px;
    line-height: 20px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

/* rejestracja */
div#rejestracja {
    width: 800px;
    height: 300px;
    z-index: 50;
    position: relative;
}

div#zoom_content {
    background-color: #f4f5ea;
}

table.godziny {
    font-size: 12px;
    margin: 10px 30px 0 0;
    background-color: #fff;
    border: 1px #c0bfaa solid;
    padding: 5px;
    border-collapse: collapse
}

th.dzien {
    text-align: right;
    color: #609117;
    border: 1px #c0bfaa solid;
    padding: 0.5rem
}

td.godziny {
    margin: 0 0 0 10px;
    border: 1px #c0bfaa solid;
    padding: 0.5rem
}

/* dojazd */
div#dojazd {
    width: 800px;
}

div.dojazd-opis {
    background-color: #ffffff;
    border: 1px #c0bfaa solid;
    padding: 10px;
    font-size: 12px;
    margin: 0 0 10px 0;
}

div.opis {
    float: left;
    width: 577px;
}

div.opis h3 {
    padding: 0 0 3px 0;
    font-weight: bold;
}

/* slideshow */
#slideshow {
    position: relative;
    height: 380px;
    width: 310px;
}

#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    width: 300px;
    height: 370px;
}

#slideshow img.active {
    z-index: 10;
}

#slideshow img.last-active {
    z-index: 9;
}

img.zdjecie {
    background-color: #f7f7f9;
    padding: 4px;
    border: 1px #8b8e71 solid;
}

/* BUTTONS */


.button, .button2 {
    margin-bottom: 10px;
    display: block;
    width: 270px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: white
}

a.button2 {
    text-transform: uppercase;
}

/*green*/
.button {
    background: url(../img/button.png) top center no-repeat;
    color: #1f3400;
    text-shadow: 1px 1px 0 rgba(158, 215, 71, 1)
}

/*orange*/
.button2,
a#current,
a#current:hover {
    background: url(../img/button.png) center center no-repeat;
    color: #f4f5ea;
    text-shadow: -1px -1px 0 rgba(167, 70, 15, 1);
}

/*grey*/
.button2:hover,
.button:hover {
    background: url(../img/button.png) bottom center no-repeat;
    color: #f4f5ea;
    text-shadow: -1px -1px 0 rgba(109, 109, 78, 1);
}


a.close, a#zoom-close {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../img/button/close.png) top center no-repeat;
}

a.close:hover, a#zoom-close {
    background-position: bottom center;
}

div#info1_more,
div#info2_more,
div#info3_more {
    margin-bottom: 80px;
}

span.up {
    position: absolute;
    bottom: -66px;
    right: 10px;
    display: block;
}

a.up {
    position: relative;
    display: block;
    height: 55px;
    width: 93px;
    background: url(../img/button/up.png) 0 0 no-repeat;
    margin-bottom: 10px;
}

a.up span.hover {
    position: absolute;
    height: 55px;
    width: 93px;
    top: 0;
    left: 0;
    display: block;
    background: url(../img/button/up.png) 0 -55px no-repeat;
}

div.uslugi {
    padding: 9px 10px 0 20px;
    height: 369px;
}

div.uslugi a.button {
    margin-bottom: 5px;
}

.mini {
    font-size: 12px;
}

/* END */

/* Autor Mariusz Lotko */
#important_msg {
    position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2000; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
/* END */