body {
    font-size: 18px;
    font-family: 'Dosis', 'sans-serif';
    background: #bba18a;
    width: 100%;
}

img {
    vertical-align: middle;
}

h2 {
    position: relative;
    font-size: 36px;
    margin: 1em 0;
    color: #272928;
    text-align: center;
    font-family: Impact;
    background: url('../gfx/bg-header-light.png') repeat-x center center;
}

h2 > a {
    position: absolute;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    top: 4px;
    right: 0px;
    font-family: 'Dosis', 'sans-serif';
    font-weight: normal;
}

h2 > span {
    padding: 0 30px;
    background-color: #bba18a;
}

.pdf {
    background: url('../gfx/icon_pdf.png') no-repeat left center;
    line-height: 50px;
    color: #742e30;
    text-align: center;
    padding-left: 26px;
    display: block;
    width: 155px;
    margin: 10px auto;
    font-weight: bold;
    text-decoration: none;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

#header-images {
    background: url('../gfx/top.jpg') no-repeat center center;
    height: 220px;
    margin: 0 auto;
}

.header-container {
    background-color: #742e30;
    color: #d8d2c2;
    padding: 5px 0;
}

#header-title > img {
    float: right;
}

#header-title > strong {
    font-size: 62px;
    display: block;
    font-family: Impact;
}

#header-title > h1 {
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}

#metryczka {
    /*background: url('../gfx/bg-metryczka.png') no-repeat right bottom;*/
}

#metryczka > p {
    font-weight: bold;
}

#metryczka > p a {
    text-decoration: none;
    color: #742e30;
}

#metryczka > p a:hover {
    color: #000;
}

#metryczka .columns {
    margin: 20px 0;
}

#metryczka .columns > div {
    display: inline-block;
    width: 31%;
    vertical-align: top;
}

#metryczka .columns > div.middle {
    padding: 0 26px;
}

#interactive-map > h3 {
    text-align: center;
    background: url('../gfx/bg-header-light.png') repeat-x center center;
}

#interactive-map > h3 > span {
    padding: 0 30px;
    background-color: #bba18a;
}

#menu {
    position: relative;
}

#menu nav {
    padding-bottom: 38px;
    text-align: center;
}

#menu nav ul {
    margin: 0;
    padding: 0;
}

#menu nav li {
    display: inline-block;
    margin: 0;
    background: url('../gfx/bg-menu.png') no-repeat;
    width: 214px;
    height: 214px;
    vertical-align: top;
}

#menu nav li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #dac7b9;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 470px;
}

/*#menu > h2 > span {
    padding: 0 30px;
    background-color: #bba18a;
}*/

#menu > h2 {
    /*color: #272928;*/
    /*background: url('../gfx/bg-header-light.png') repeat-x center center;*/
    position: absolute;
    width: 100%;
    top: -112px;
}

#menu li#m-przyczyny {
    background-position: 0px 0px;
}
#menu li#m-przyczyny:hover {
    background-position: 0px -509px;
}

#menu li#m-przebieg {
    background-position: -282px 0px;
    margin: 0 100px 44px 100px;
}
#menu li#m-przebieg:hover {
    background-position: -282px -509px;
}

#menu li#m-skutki {
    background-position: -563px 0px;
}
#menu li#m-skutki:hover {
    background-position: -563px -509px;
}

#menu li#m-ludzie {
    background-position: 0px -255px;
}
#menu li#m-ludzie:hover {
    background-position: -0px -764px;
}

#menu li#m-definicje {
    background-position: -282px -255px;
    margin: 0 100px;
}
#menu li#m-definicje:hover {
    background-position: -282px -765px;
    margin: 0 100px;
}

#menu li#m-bitwy {
    background-position: -564px -255px;
}
#menu li#m-bitwy:hover {
    background-position: -564px -765px;
}

#menu-container {
    background-color: #272928;
    padding: 20px 0;
    margin-top: 40px;
}

#float-menu {
    display: none;
    padding: 4px;
    background-color: activecaption;
    color: #000;
    position: fixed;
    bottom: 0px;
    right: 0px;
}

#mapa {
    background: url('../gfx/mapa.jpg') no-repeat center center;
    height: 926px;
    width: 882px;
    margin: 20px auto;
    position: relative;
}

#bitwy-lista {
    margin-top: 10px;
}

#bitwy-lista > article {
    margin-bottom: 6px;
    float: left;
    width: 50%;
}

#bitwy-lista > article > p {
    margin: 2px 0;
}

#bitwy-lista > article > p span {
    width: 135px;
    display: inline-block;
}

@media only screen and (max-width: 800px) {
    #interactive-map {
        display: none;
    }
}

#mapa > span {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    opacity:0.4;
    filter:alpha(opacity=40)
}

#mapa > article {
    position: absolute;
    background-color: #fff;
    font-size: 14px;
    padding: 8px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

/* strzała */

#mapa > article:after, #mapa > article:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#mapa > article:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fff;
    border-width: 12px;
    left: 50%;
    margin-left: -11px;
}

/*  koniec */

#mapa > article strong {
    display: block;
    text-decoration: underline;
    margin-bottom: 5px;
}

#mapa > article p {
    margin: 0;
    padding: 3px 0px;
}

#mapa > article p > span {
    width: 112px;
    display: inline-block;
}

#mapa .bitwa1 {
    bottom: 618px;
    right: 565px;
}
#mapa #bitwa1 {
    bottom: 660px;
    right: 455px;
}

#mapa .bitwa2 {
    bottom: 607px;
    right: 238px;
}
#mapa #bitwa2 {
    bottom: 651px;
    right: 128px;
}

#mapa .bitwa3 {
    bottom: 563px;
    right: 318px;
}
#mapa #bitwa3 {
    bottom: 604px;
    right: 175px;
}

#mapa .bitwa4 {
    bottom: 404px;
    right: 297px;
}
#mapa #bitwa4 {
    bottom: 446px;
    right: 184px;
}

#mapa .bitwa5 {
    bottom: 162px;
    right: 590px;
}
#mapa #bitwa5 {
    bottom: 204px;
    right: 474px;
}

#mapa .bitwa6 {
    bottom: 186px;
    right: 555px;
}
#mapa #bitwa6 {
    bottom: 230px;
    right: 448px;
}

#mapa .bitwa7 {
    bottom: 203px;
    right: 508px;
}
#mapa #bitwa7 {
    bottom: 244px;
    right: 360px;
}

#mapa .bitwa8 {
    bottom: 224px;
    right: 471px;
}
#mapa #bitwa8 {
    bottom: 265px;
    right: 303px;
}

#float-menu a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
}

.footer-container {
    background-color: #742e30;
    color: #d8d2c2;
    padding: 10px 0;
}

.footer-container > footer {
    background: url('../gfx/stopka.jpg') no-repeat left top;
    height: 106px;
    position: relative;
}

.footer-container > footer i {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 12px;
}

.footer-container > footer span {
    position: absolute;
    bottom: 16px;
    right: 0px;
    font-size: 14px;
}

.footer-container > footer p {
    position: absolute;
    right: 0px;
    top: -20px;
    font-weight: bold;
    font-size: 18px;
}

.footer-container > footer i a {
    text-decoration: none;
    color: #d8d2c2;
    font-style: normal;
}

@media only screen and (min-width: 1024px) {
    .wrapper {
        width: 960px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1024px) {
    #metryczka .columns > div {
        display: block;
        width: 100%;
    }
    
    #metryczka .columns > div.middle {
        padding: 0;
    }
    
    #menu nav li {
        display: block;
        margin: 0 auto 46px auto!important;
        text-align: center;
        clear: both;
    }
}

@media only screen and (max-width: 640px) {
    #header-title > img {
        float: none;
        display: block;
        margin: 0 auto;
    }
    
    .footer-container > footer {
        height: 294px;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.col-3 {
    text-align: center;
}

.col-3 > iframe {
}

.video-contener {
    /*background-color: #272928;*/
    padding: 10px 0;
    margin-top: 10px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    margin: 10px 0;
    border-left: solid 1px #272928;
    border-right: solid 1px #272928;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}