body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0; vertical-align: middle;}hr{border: 0;}address,caption,cite,code,dfn,em,th,samp,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}

/*
pasek top tlo - #000001;
pasek top color - #FFFFFE;
pasek top line - #333334;
pasek top hover - #333335;

content color - #000002;
content hover - #666665;

stopka tlo - #000003;
stopka color - #FFFFFD;

boxy tlo - #000004;
boxy color - #FFFFFC;
boxy obrys - #FFFFFB;

*/

.buttonOg {
background: #2e3237;
color: #e3a800 !important;
text-decoration: none;
padding: 0.3rem 0.8rem 0.5rem 0.8rem;
}

.buttonOg:hover {
background: #e3a800;
color: #FFF !important;
}

.gold {
color: #e3a800;
}

html {
font-family: 'PT Serif', serif;
font-size: 16px;
line-height: 16px;
font-weight: 200;
}

@media all and (max-width: 1199px) {

html {
font-size: 15px;
line-height: 15px;
}

}

@media all and (max-width: 999px) {

html {
font-size: 13px;
line-height: 13px;
}

}



.cleaner {
clear: both;
}

body {
background: #2e3237;
margin: 0;
padding: 0;
}

.txtCenter, .txtCenter p {
text-align: center !important;
}

body.block {
overflow: hidden;
}


/* ######## 
TOP 
######## */

.headerBox {
position: fixed;
border-bottom: 1px solid #1a1d21;
width: 100%;
background: #2e3237;
color: #FFFFFE;
z-index: 9999;
}

.headerBox .left, .headerBox .right {
float: left;
width: calc(50% - 700px);
height: 4.4rem;
background: #2e3237;
}

.header {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;

float: left;
width: 1400px;
height: 4.4rem;
background: #2e3237;
}

.logo {
flex: 1 1 auto;
}

.logo img {
width: 15.2em;
vertical-align: middle;
padding-bottom: 0.2rem;
}

nav ul, .menu ul {
background: #2e3237;
}

.menu {
position: relative;
/*margin-right: -1.2rem;*/
}

.lng {
margin-left: 0.5rem !important;
margin-right: -1.2rem;
}

.lng li a.submenu {
display: flex;
align-items: center;

padding-top: 0;
padding-bottom: 0;
height: 4.4rem;
}

.lng li ul {
border: 1px solid #1a1d21;
border-top: none;
margin-left: -1px;
}

.lng img {
height: 1.3rem;
}

.menu li {
float: left;
}

.menu li a {
display: block;
padding: 1.64rem 0.75rem 1.63rem 0.75rem;
height: 1.18rem; 
color: #FFFFFE;
font-size: 1.18rem;
line-height: 1.18rem;
text-decoration: none;
text-transform: uppercase;
transition: 0.3s;
}

.menu li a.submenu {
cursor: pointer;
padding-right: calc(1rem + 14px) !important;
background: url('../img/arrowDown.svg?a=2') no-repeat;
background-position: calc(100% - 1rem) center;
}

.menu li a:hover {
background-color: #1a1d21;
color: #e3a800;
transition: 0.3s;
}

.menu li a.submenu:hover {
background-color: #2e3237 !important;
}

.menu li ul {
position: absolute;
z-index: -10;
text-align: left;
transition: 0.3s;
transform: translateY(-102%);
}

nav .menu li:last-child ul {
right: 0;
}

.menu li ul li {
float: none;
border-top: 1px solid #1a1d21;
}

.menu li ul li a {
display: block;
padding: 1rem;
background: none;
font-size: 1.15rem;
font-weight: 400;
line-height: 1.15rem;
}

#hamburgerBox {
display: none;
width: 32px;
height: 20px;
}

.hamburger {
cursor: pointer;
margin: 0;
border: 0;
padding: 0;
background-color: transparent;
}

.hamburger:focus > .hamburger__container {

}

.hamburger__container {
display: flex;
position: relative;
align-items: center;
width: 32px;
height: 20px;

}

.hamburger__bars {
position: absolute;
width: 32px;
height: 2px;
background: #FFFFFE;
transition: transform 220ms ease-in-out;
}

.hamburger__bars:before, .hamburger__bars:after {
display: block;
position: absolute;
width: 32px;
height: 2px;
background-color: #FFFFFE;
content: '';
}
.hamburger__bars:before {
top: -9px;
transition: top 100ms 250ms ease-in, transform 220ms ease-in-out;
}
.hamburger__bars:after {
bottom: -9px;
transition: bottom 100ms 250ms ease-in,  transform 220ms ease-in-out;
}

.hamburger--active .hamburger__bars {
transition: transform 220ms 120ms ease-in-out;
transform: rotate(225deg);
}
.hamburger--active .hamburger__bars:before {
top: 0;
transition: top 100ms ease-out;
}
.hamburger--active .hamburger__bars:after {
bottom: 0;
transition: bottom 100ms ease-out,  transform 220ms 120ms ease-in-out;
transform: rotate(-90deg);
}

.hamburger:focus, .hamburger__container:focus {
outline: none;
}


@media all and (max-width: 1499px) {

.headerBox .left, .headerBox .right {
width: 50px;
}

.header {
width: calc(100% - 100px);
}

.fotoMainBox {
min-height: 580px;
}

}


@media all and (max-width: 1199px) {

.headerBox .left, .headerBox .right {
width: 30px;
}

.header {
width: calc(100% - 60px);
}

#hamburgerBox {
display: block;
}

nav {
position: fixed;
top: 0;
left: 0;
z-index: -10;
overflow: auto;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
margin-top: 4.4rem;
border-top: 1px solid #333334;
width: 100%;
height: calc(100vh - 4.4rem - 1px);
background-color: rgba(0, 0, 0, 0.84);
transition: 0.3s;
transform: translateY(-110%);
}

nav.active {
transition: 0.3s;
transform: translateY(0);
}

nav .menu {
position: absolute;
padding: 0 0 4.4rem 0;
width: 100%;
}

nav .menu li, nav .menu li ul li {
float: none;
border-top: 1px solid #333334;
text-align: left;
}

nav li:first-child {
border-top: none;
}

nav .menu li:last-child {
border-bottom: 1px solid #333334;
}

nav .menu li ul li:last-child {
border-bottom: none;
}

nav .menu li a, nav .menu li ul li a {
padding: 1rem 30px 1rem 30px;
font-size: 1.4rem;
line-height: 1.4rem;
}

nav .menu li ul li a {
padding-top: 0.8rem;
padding-bottom: 0.8rem;
padding-left: 3.2rem;
font-size: 1.2rem;
line-height: 1.2rem;
}

nav .menu li a.submenu {
background-position: calc(100% - 35px) center;
}

nav .menu li ul {
display: block;
position: static;
border-top: none;
padding: 0;
text-align: center;
transform: translateY(-0%);
}

.lng img {
height: 20px !important;
}

.lng li ul li {
border-top: none;
border-top: bottom;
}

.fotoMainBox {
min-height: 500px;
}

.fotoMain h2 {
font-size: 3.4rem;
line-height: 3.4rem;
}

}


@media all and (max-width: 767px) {

.headerBox .left, .headerBox .right {
width: 15px;
}

.header {
width: calc(100% - 30px);
}

.fotoMainBox {
min-height: 440px;
}

.fotoMain h1, .fotoMain h2 {
font-size: 3rem;
line-height: 3rem;
}

}


@media not all and (hover: none) {

.menu li:hover ul {
transform: translateY(0%);
}

}


@media (hover: none) {

.lng .hov {
transform: translateY(0%) !important;
}

}




/* ######## 
FOTO 
######## */

#topMargin {
width: 100%;
height: 4.4rem;
}

.fotoBox {
width: 100%;
}

.foto {
width: 100%;
height: 100%;

background: url('../img/foto-gl.jpg?a=1') no-repeat center center;
background-size: cover;
}

.fotoMask {
border: 2rem solid rgba(0, 0, 0, 0.08);
width: calc(100% - 4rem);
height: calc(100% - 4rem);
background: rgba(0, 0, 0, 0.12);
}

.fotoLine {
border: 1px solid rgba(255, 255, 255, 0.35);
width: calc(100% - 2px);
height: calc(100% - 2px);

-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.24);
-moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.24);
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.24);
}

.fotoLine {
display: flex;
flex-flow: column wrap;
justify-content: space-between;
align-items: center;
}


.foto h1, .foto h2, .foto h3 {
padding: 0.5rem 1.1rem 0.9rem 1.1rem;
background: rgba(26, 29, 33, 0.6);
color: #FFF;
font-size: 4rem;
line-height: 4rem;
text-align: center;
}

.foto h3 {
margin-top: 5rem;
font-size: 3rem;
line-height: 3.4rem;
text-shadow: 2px 2px 3px #2e3237;
font-weight: 800;
}

#buttonTop {
display: block;
margin-bottom: 4rem;
border: 1px solid rgba(255, 255, 255, 1);
padding: 1.2rem calc(2.4rem) 1.4rem 1.4rem;
background: url('../img/arrowDown.svg?a=2') #2e3237 no-repeat;
background-position: calc(100% - 1rem) center;
color: #FFF;
font-size: 1.4rem;
text-decoration: none;
text-transform: uppercase;
transition: 0.3s;
z-index: 999;
}

#buttonTop:hover {
transform: scale(1.1);
/*
background: #333335;
transition: 0.3s;*/
}

.fotoBox.big {
height: calc(100vh - 4.4rem);
min-height: 680px;
}

.fotoBox.small {
height: 480px;
}

.fotoSmallBox .fotoMask {
border-color: rgba(0, 0, 0, 0.2);
background: rgba(0, 0, 0, 0.4);
}

.fotoSmallBox .fotoLine {
border: 1px dotted rgba(255, 255, 255, 0.3);
}


@media all and (max-width: 1699px) {

.fotoBox.small {
height: 390px;
}

}


@media all and (max-width: 1499px) {

.fotoBox.big {
min-height: 580px;
}

.foto h3 {
font-size: 2.6rem;
line-height: 2.9rem;
}

}


@media all and (max-width: 1399px) {

.fotoBox.small {
height: 320px;
}

}


@media all and (max-width: 999px) {

.fotoBox.big {
min-height: 500px;
}

.fotoBox.small {
height: 280px;
}

.foto h1, .foto h2 {
font-size: 3.4rem;
line-height: 3.4rem;
}

}


@media all and (max-width: 799px) {

.foto {
background-image: url('../img/foto-gl2.jpg?a=1');
}

}


@media all and (max-width: 767px) {

.fotoBox.big {
min-height: 440px;
}

.fotoBox.small {
height: 240px;
}

.foto h1, .foto h2 {
font-size: 3rem;
line-height: 3rem;
}

}


/* ######## 
CONTENT
######## */

.iframeMovie {
width: 100%;
height: 600px;
}

#content {
padding: 2rem 0 1.6rem 0;
background: #FFF;
color: #2e3237;
font-size: 1.2rem;
line-height: 1.7rem;
}

.contentBox {
margin: auto;
width: 1400px;
}

.contentBox .topP {
padding-top: 0.8rem;
}

.contentBox p {
padding: 0 0 1rem 0;
text-align: justify;
}

.contentBox .topMargin {
padding-top: 0.8rem;
}

.contentBox h1, .contentBox h2 {
padding: 0 0 0.9rem 0;
font-size: 2.1rem;
line-height: 2.4rem;
font-weight: 800;
}

.contentBox h1 {
font-size: 2.5rem;
line-height: 2.7rem;
}

.contentBox h3 {
padding: 0 0 0.9rem 0;
font-size: 1.7rem;
line-height: 2rem;
font-weight: 800;
}

.contentBox h4 {
padding: 0 0 0.9rem 0;
font-size: 1.4rem;
line-height: 1.6rem;
font-weight: 800;
}

.contentBox a {
color: #2e3237;
transition: 0.3s;
}

.contentBox a:hover {
color: #e3a800;
transition: 0.3s;
}

.contentBox blockquote {
background: #EEE;
}

.contentBox ul {
padding: 0 0 0.6rem 0;
line-height: 1.5rem;
}

.contentBox ol {
padding: 0 0 0.7rem 2.4rem;
line-height: 1.5rem;
list-style-type: decimal;
}

.contentBox ul li {
padding: 0 0 0.5rem 1rem;
background: url('../img/arrowRight.svg?a=2') no-repeat left 0.5rem;
background-size: 0.4rem;
}

.contentBox ol li {
padding: 0 0 0.5rem 0;
}

.contentBox table {
margin-bottom: 1.1rem;
border: 1px solid #666;
border-width: 0 0 1px 1px;
width: 100%;
}

.contentBox table caption {
padding: 0 0 0.4rem 0;
color: #777;
text-align: center;
}


.contentBox table td, .contentBox table th {
border: 1px solid #666;
border-width: 1px 1px 0 0;
padding: 0.3rem 0.6rem 0.3rem 0.6rem;
}

.contentBox table th {
background: #EEE;
font-weight: bold;
}

#start {
margin-top: -160px;
padding-top: 160px;
}


@media all and (max-width: 1499px) {

.iframeMovie {
height: 540px;
}

.contentBox {
width: calc(100% - 100px);
}

}


@media all and (max-width: 1199px) {

.iframeMovie {
height: 500px;
}

}



@media all and (max-width: 999px) {

.iframeMovie {
height: 460px;
}

.contentBox {
width: calc(100% - 60px);
}


}


@media all and (max-width: 767px) {

.iframeMovie {
height: 400px;
}

.contentBox {
width: calc(100% - 30px);
}

}

@media all and (max-width: 499px) {

.iframeMovie {
height: 360px;
}

}


/* ######## 
FOOTER
######## */

footer {
background: #2e3237;
color: #FFFFFD;

font-size: 1rem;
line-height: 1.4rem;
}

.footerBox {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;

margin: auto;
padding: 1.2rem 0 1.2rem 0;
width: 1400px;
}

.footerBox img {
margin: 0 0 0.4rem 0;
width: 10.6rem;
vertical-align: middle;
}

.footerBox .left {
text-align: left;
}

.footerBox .center {
text-align: center;
}

.footerBox .right {
text-align: right;
}


@media all and (max-width: 1499px) {

.footerBox {
width: calc(100% - 100px);
}

}


@media all and (max-width: 1349px) {

.footerBox {
width: calc(100% - 100px);

display: flex;
flex-flow: column nowrap;
justify-content: space-between;
align-items: center;
}

.footerBox .left {
order: 2;
text-align: center;
}

.footerBox .right {
order: 1;
padding-bottom: 1rem;
text-align: center;
}

}


@media all and (max-width: 999px) {

.footerBox {
width: calc(100% - 60px);
}

}


@media all and (max-width: 767px) {

.footerBox {
flex-flow: column nowrap;
width: calc(100% - 30px);
}

.footerBox .center {
padding: 1rem 0 1rem 0;
}

.footerBox .left, .footerBox .right {
text-align: center;
}

}


/* ######## 
BLOKI
######## */

.oneBlock {
margin: 1rem 0 2rem;
padding: 1.2rem;
width: calc(100% - 2.4rem);
background: #2e3237;
}

.oneBlock .border {
border: 1px solid #FFF;
padding: 1rem 1rem 0.5rem 1rem;
color: #FFFFFC;
}

.twoBlocks {
overflow: hidden;
margin: 0 0 1.6rem;
padding: 1.5rem 0 1.5rem 0;
background: red;

background: #2e3237;
background: linear-gradient(90deg, #FFF 0%, #FFF 17%, #2e3237 17%);
}

.twoBlocks h3, .twoBlocks h4, h3.moduly, h4.moduly {
margin: 0 0 1px 0;
padding: 0.8rem 1rem 1.1rem 1rem;
background: #FFFFFC;
color: #2e3237;
font-size: 1.8rem;
line-height: 2rem;
text-align: center;
text-transform: uppercase;
}

h3.moduly, h4.moduly {
padding: 1rem 1rem 0.8rem 1rem;
}

.twoBlocks h3 span, .twoBlocks h4 span, h3.moduly span, h4.moduly span {
font-weight: normal;
text-transform: lowercase;
color: #e3a800;
}

.twoBlocks h3 em, .twoBlocks h4 em {
font-weight: normal !important;
font-style: normal !important;
}

.twoBlocks .left, .twoBlocks .right {
float: left;
width: 48%;
height: 500px;
background-size: cover;
background-position: center center;
background-color: #2e3237;
color: #FFFFFC;
}

.twoBlocks .left {
box-shadow: inset 0px 0px 4rem 0px rgba(0, 0, 0, 0.2);
}

.twoBlocks .right {
width: 52%;
}

.twoBlocks .border {
margin: 0 1.5rem 0 1.5rem;
width: calc(100% - 3rem - 2px);
height: calc(100% - 2px);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
color: #FFFFFC;
border: 1px solid rgba(255, 255, 255, 0.25);
}

.twoBlocks img {
height: 100%;
}


@media all and (max-width: 1699px) {

.twoBlocks .left, .twoBlocks .right {
height: 464px;
}

}


@media all and (max-width: 1599px) {

.twoBlocks .left, .twoBlocks .right {
height: 432px;
}

}


@media all and (max-width: 1399px) {

.twoBlocks .left, .twoBlocks .right {
height: 400px;
}

}


@media all and (max-width: 1299px) {

.twoBlocks .left, .twoBlocks .right {
height: 370px;
}

}


@media all and (max-width: 799px) {

.twoBlocks .left, .twoBlocks .right {
height: 320px;
}

}


@media all and (max-width: 659px) {

.twoBlocks {
padding: 0 1.5rem 1.5rem 1.5rem;
width: calc(100% - 3rem);
background: linear-gradient(180deg, #FFF 0%, #FFF 20%, #2e3237 20%);
}

.twoBlocks .left, .twoBlocks .right {
width: 100%;
height: 365px;
}

.twoBlocks .right {
padding-top: 1.5rem;
}

.twoBlocks .border {
margin: 0;
width: calc(100% - 2px);
height: calc(100% - 2px);
}

}


@media all and (max-width: 499px) {

.twoBlocks .left, .twoBlocks .right {
height: 295px;
}

}


@media all and (max-width: 409px) {

.twoBlocks .left, .twoBlocks .right {
height: 210px;
}

.twoBlocks .right {
height: 240px;
}

}


@media all and (max-width: 349px) {

.twoBlocks .left, .twoBlocks .right {
height: 190px;
}

.twoBlocks .right {
height: 230px;
}

}



/* ##################
PHOTO
################## */



.photos {
padding: 0.7rem 0 0 0;
}

.photos img {
float: left;
width: calc(22.75% - 6px);
margin: 0 3% 3% 0;
padding: 2px;
border: 1px solid #dddcdc;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
transition: 0.2s;
}

.photos a:nth-child(4n) img {
margin: 0 0 3% 0 !important;
}

.photos a:hover img {
/* transform: scale(1.07); */
}




@media all and (min-width: 100px) and (max-width: 1199px) {

.photos img {
width: calc(22.75% - 6px);
}

.photos a:nth-child(4n) img {
margin: 0 0 3% 0 !important;
}

}




@media all and (min-width: 100px) and (max-width: 799px) {

.photos img {
width: calc(30.6666% - 6px);
margin: 0 4% 4% 0 !important;
}

.photos a:nth-child(4n) img {
margin: 0 4% 4% 0 !important;
}

.photos a:nth-child(3n) img {
margin: 0 0 4% 0 !important;
}

}




@media all and (min-width: 100px) and (max-width: 479px) {

.photos img {
width: calc(48% - 6px);
margin: 0 4% 4% 0;
}

.photos a:nth-child(3n) img {
margin: 0 4% 4% 0 !important;
}

.photos a:nth-child(2n) img {
margin: 0 0 4% 0 !important;
}

}