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 - #FFFFFF;
pasek top color - rgba(57, 69, 80, 1);
pasek top line - #333334;
pasek top hover - #dfa300;

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

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

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

*/


html {
font-family: 'Montserrat', sans-serif;
font-size: 16px;
line-height: 16px;
/* scroll-behavior: smooth; */
}

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

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

}

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

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

}



.cleaner {
clear: both;
}

body {
background: #FFFFFF;
margin: 0;
padding: 0;
}

body.block {
overflow: hidden;
}

.marginBotBig {
margin-bottom: 1.8rem !important;
}

.paddingBotBig {
padding-bottom: 1.8rem !important;
}

.wide {
margin-left: calc((100vw - 1400px) / -2) !important;
width: 100vw!important;
}


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

.wide {
margin-left: calc((100vw - 100%) / -2) !important;
width: 100vw !important;
}

}


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

.headerBox {
position: fixed;
width: 100%;
background: #FFFFFF;
color: rgba(57, 69, 80, 1);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
z-index: 999;
}

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

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

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

.logo {
flex: 1 1 auto;
font-family: 'Playfair Display', serif;
}

.logo a {
text-decoration: none;
color: rgba(57, 69, 80, 1);
font-size: 1.65rem;
}

.logo img {
width: 9em;
vertical-align: middle;
}

nav ul, .menu ul {
background: #FFFFFF;
}

.menu {
position: relative;
margin-right: -1rem;
}

.lng {
margin-left: 1rem !important;
border-left: 1px solid #333334;
}

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

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

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

.lng img {
height: 1.3rem;
}

.menu li {
float: left;
text-transform: uppercase;
}

.menu li a {
display: block;
padding: 1.7rem 0.8rem 1.5rem 0.8rem;
height: 1.2rem; 
color: rgba(57, 69, 80, 1);
font-size: 1.05rem;
line-height: 1.2rem;
text-decoration: none;
transition: 0.3s;
}


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

.menu li a:hover {
color: #dfa300;
transition: 0.3s;
}

.menu li a.submenu:hover {
background-color: #FFFFFF !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 #333334;
}

.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: rgba(57, 69, 80, 1);
transition: transform 220ms ease-in-out;
}

.hamburger__bars:before, .hamburger__bars:after {
display: block;
position: absolute;
width: 32px;
height: 2px;
background-color: rgba(57, 69, 80, 1);
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: 999px) {

.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 #b0b5b9;
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 #b0b5b9;
text-align: left;
}

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

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

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

nav .menu li a, nav .menu li ul li a {
padding: 1.5rem 30px 1.5rem 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;
}

.fotoMainBox {
min-height: 500px;
}

.fotoMain h1, .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 {
overflow: hidden;
width: 100%;
position: relative;
}

.foto {
float: right;
width: calc(100% - (50% - 700px) - 12rem);
height: 100%;

background: url('../img/photo3.jpg') no-repeat center center;
background-size: cover;
}

.fotoMask {
left: calc(50% - 700px);
width: 1400px;
height: calc(100%);
/*background: rgba(255, 0, 0, 0.3);*/
position: absolute;

background: linear-gradient(90deg, rgba(57,69,80,0.98) 0%, rgba(57,69,80,0.98) 12rem, rgba(57,69,80,0) 40rem, rgba(57,69,80,0) 100%);
}

.fotoMask {
display: flex;
flex-flow: row nowrap;
justify-content: left;
align-items: center;
}

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


.foto h1, .foto h2 {
color: #FFF;
font-size: 6.8rem;
line-height: 9.5rem;
text-align: left;

font-family: 'Playfair Display', serif;
text-shadow: 2px 2px 8px rgba(57, 69, 80, 0.8);
}

.foto h1 em, .foto h2 em {
font-family: 'Montserrat', sans-serif;
color: #dfa300;
font-style: normal;
font-size: 4.6rem;
}

.fotoBox.big {
background: rgba(57, 69, 80, 1);
height: calc(100vh - 4.4rem);
min-height: 500px;
}

.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;
}

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

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

}


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

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

.foto {
width: calc(100% - 50px - 12rem);
}

.fotoMask {
left: 50px;
width: calc(100% - 50px);
}

}



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

.fotoBox.small {
height: 320px;
}

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

.foto h1 em, .foto h2 em {
font-size: 3.2rem;
}

}


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

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

.fotoBox.small {
height: 280px;
}

.foto {
width: calc(100% - 30px - 12rem);
}

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


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

.foto h1 em, .foto h2 em {
font-size: 2.8rem;
}

}


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

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

.fotoBox.small {
height: 240px;
}


.foto {
width: calc(100% - 15px - 12rem);
}

.fotoMask {
left: 15px;
width: calc(100% - 15px);
}

}


@media (orientation: portrait) {

.foto {
float: none;
width: 100%;
height: calc(100% - 38%);
}

.fotoMask {
left: 0;
width: 100%;
height: calc(100%);

justify-content: center;
align-items: flex-end;

background: linear-gradient(0deg, rgba(57,69,80,0.98) 0%, rgba(57,69,80,0.98) 38%, rgba(57,69,80,0) 56%, rgba(57,69,80,0) 100%);
}

.foto h1, .foto h2 {
text-align: center;
padding-bottom: 22%;
}

.foto h1 span, .foto h2 span {
display: none;
}


}









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

#content {
padding: 2rem 0 1rem 0;
background: #FFF;
color: rgba(57, 69, 80, 1);
font-size: 1.2rem;
line-height: 1.7rem;

}

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

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

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

.contentBox h2 {
font-family: 'Playfair Display', serif;
padding: 0.8rem 0 1.6rem 0;
font-size: 2.5rem;
line-height: 2.7rem;
text-align: center;
}

.contentBox h2.ciemtlo {
color: #FFF !important;
}

.contentBox h2 span {
display: inline-block;
padding: 0 0 0.4rem 0;
border-bottom: 1px solid #dfa300;
}

.contentBox h3 {
padding: 0 0 1.2rem 0;
font-size: 1.65rem;
line-height: 1.95rem;
}

.contentBox h4 {
text-align: center;
text-transform: uppercase;
padding: 0.4rem 0 0.4rem 0;
font-size: 1.4rem;
line-height: 1.6rem;
}

.contentBox a {
color: rgba(57, 69, 80, 1);
transition: 0.25s;
}

.contentBox a:hover {
color: #dfa402;
transition: 0.25s;
}

.contentBox blockquote {
background: #EEE;
}

.contentBox ul {
padding: 0 0 0.7rem 0;
line-height: 1.6rem;
}

.contentBox ol {
padding: 0 0 0.7rem 2.4rem;
line-height: 1.6rem;
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.2rem;
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;
}



.lokale table {
margin-bottom: 0;
border-bottom: 1px solid rgba(57, 69, 80, 1);
width: 100%;
color: rgba(57, 69, 80, 1);
border: none;
border-bottom: 1px solid rgba(57, 69, 80, 1);

font-size: 1.2rem;
line-height: 1.3rem;
}

.lokale table span {
vertical-align: sub;
}

.lokale table td, .lokale table th {
padding: 0.5rem 0 0.5rem 0;
text-align: center;
border: none;
}

.lokale table.cztery td.pobierz {
padding: 1rem 0 0.95rem 0 !important;
}

.lokale table.cztery tr:last-child td.pobierz {
padding-bottom: calc(0.95rem + 1px) !important;
}

.lokale table th {
background: none;
font-weight: normal;
font-size: 1rem;
line-height: 1.4rem;
border-top: 1px solid #b0b5b9 !important;
color: #b0b5b9;
}

.lokale table td {
border-top: 1px solid rgba(57, 69, 80, 1);
}

.nr {
/*width: 15%;*/
font-weight: 700;
padding-left: 0.3rem !important;
padding-right: 0.3rem !important;
}

.powierzchnia {
/*width: 25%;*/
font-weight: 700;
}

.pobierz {
/*width: 15%;*/
font-size: 1rem;
line-height: 1.4rem;
}

.cena {
/*width: 25%;*/
font-weight: 700;
}

.stan {
/*width: 20%;*/
font-size: 1rem;
line-height: 1.4rem;
padding-left: 0.2rem !important;
padding-right: 0.2rem !important;
}



table td.nr {
background: rgba(57, 69, 80, 1);
color: #dfa300;
border-top: 1px solid #FFF !important;
}

table tr:nth-child(2) td.nr {
border-top: 1px solid rgba(57, 69, 80, 1) !important;
}

td.pobierz {
background: #f4f4f4;
}

td.stan {
border-right: 1px solid rgba(57, 69, 80, 1) !important;
}

td.stan {
background: #f4f4f4;
}

td.sp {
background: rgba(242, 188, 188, 0.7) !important;
}

td.re {
background: rgba(249, 214, 172, 0.7) !important;
}

td.wo {
background: rgba(197, 242, 185, 0.7) !important;
}

.lRight {
height: calc(21.4rem + 4px);
background-color: rgba(57, 69, 80, 1) !important;
background-size: contain !important;
background-position: center center !important;
background-repeat: no-repeat !important;



}



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

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

}


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

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

}


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

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

}


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

.lLeft {
order: 2;
}

}


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

footer {
background: #FFF;
color: rgba(57, 69, 80, 1);
}

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

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

.footerBox img {
margin: 0 0 0.6rem 0;
width: 90px;
vertical-align: middle;
}

.footerBox .left {
width: 300px;
text-align: left;
}

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

.footerBox .right {
width: 300px;
text-align: right;
}


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

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

}


@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
################
################ */

/*
.FlexContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    width: 65%;
    background-color: #2f1d58;
    height: 80vh;
    overflow: auto;
    flex-direction: row;
}

.FlexContainer div {
    width: 290px;
    height: 100px;
    margin: 5px;
    background-color: lightblue;
}
*/

.oneBlocks, .twoBlocks, .threeBlocks, .fourBlocks {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
align-items: flex-start;
align-content: flex-start;
}

.oneBlocks > div, .twoBlocks > div, .threeBlocks > div, .fourBlocks > div {
background-size: cover;
background-position: center center;
color: #CCCCCD;
background: #555555;
/*display: inline-block;*/
}

.twoBlocks > div:last-child, .threeBlocks > div:last-child, .fourBlocks > div:last-child {
margin-right: 0 !important;
}

.oneBlock {
margin: 0.6rem 0 1.8rem 0;
width: calc(100%);
background: rgba(57, 69, 80, 1);;
color: #CCCCCD;
text-align: center;
}

.oneBlock.break {
padding-bottom: 0.6rem;
}

.oneBlock.break > div {
margin-bottom: 2rem;
}

.twoBlocks {
padding-bottom: 2rem;
text-align: center;
}

.twoBlocks.break {
padding-bottom: 0.6rem;
}

.twoBlocks > div {
width: 50%;
}

.twoBlocks.break > div {
margin-right: 1.8rem;
margin-bottom: 1.8rem;
width: calc(50% - 0.9rem);
}

.threeBlocks {
padding-bottom: 2rem;
text-align: center;
}

.threeBlocks.break {
padding-bottom: 0.8rem;
}

.threeBlocks > div {
width: 33.3333%;
}

.threeBlocks.break > div {
margin-right: 1.5rem;
margin-bottom: 1.5rem;
width: calc(33.3333% - 1rem);
}



.fourBlocks {
padding-bottom: 2rem;
text-align: center;
}

.fourBlocks.break {
padding-bottom: 1.4rem;
}

.fourBlocks > div {
width: 25%;
}

.fourBlocks.break > div {
margin-right: 1.6rem;
margin-bottom: 1.7rem;
width: calc(25% - 1.2rem);
}



.paddingBox {
height: calc(100% - 3rem);
width: calc(100% - 3rem);
padding: 1.5rem;
color: #003183;
color: #FFF;
}

.borderBox {
width: calc(100% - 2rem - 2px) !important;
height: calc(100% - 2rem - 2px) !important;
border: 1px solid #FFFFFB !important;
padding: 1rem !important;
}

.icons > div {
background: rgba(57, 69, 80, 1);
font-family: 'Playfair Display', serif;
color: #FFF;
position: relative;
height: 8rem;
}



.icons > div > div {
margin-bottom: 0;
display: inline-flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
}

.icons > div > .iLeft {
position: absolute;
top: 0;
left: 0;
height: 6rem;
border-right: 1px solid #586570;
padding: 1rem 1.2rem 1rem 1.2rem;
width: 5rem;
}

.icons > div > .iLeft img {
width: 100%;
margin-bottom: 0;
vertical-align: baseline;
}

.icons > div > .iRight {
position: absolute;
top: 0;
right: 0;
height: 8rem;
width: calc(100% - 9.8rem - 1px);
font-size: 1.8rem;
line-height: 2.4rem;
padding: 0 1.2rem 0 1.2rem;
}

.icons > div > .iRight h3 {
display: block;
padding: 0 0 0.3rem 0;
}

.lokale > div {
background: none;
}

.kontakt {
padding-bottom: 1rem !important;
}


.kontakt > div {
background: none !important;
color: #FFF !important;

}

.kontakt > div p {
text-align: center !important;
font-size: 1.5rem;
}

.kontakt > div p a {
text-decoration: none;
color: #FFF;
transition: 0.25s;
}

.kontakt > div p a:hover {
color: #dfa402;
}

.kontakt > div p img {
width: 1.5rem;
padding-bottom: 0.2rem;
}

.kontakt > div p.k-tel img {
padding-bottom: 0.4rem;
width: 1.6rem;
}

.kontakt > div p.k-nazwa {
font-family: 'Playfair Display', serif;
font-size: 2rem;
line-height: 2.6rem;
}

.kontakt > div p.k-tel {
font-size: 2rem;
line-height: 2.6rem;
}




@media all and (min-width: 700px) {
	.twoBlocks.break > div:nth-of-type(even) {
		margin-right: 0;
	}
}

@media all and (max-width: 699px) {
	.twoBlocks.break > div {
		margin-right: 0;
	}

	.twoBlocks > div:nth-of-type(odd), .twoBlocks > div:nth-of-type(even),
	.twoBlocks.break > div:nth-of-type(odd), .twoBlocks.break > div:nth-of-type(even) {
		width: 100%;
	}
}



@media all and (min-width: 1000px) {
	.threeBlocks.break > div:nth-of-type(3n) {
		margin-right: 0;
	}
}

@media all and (min-width: 600px) and (max-width: 999px) {
	.threeBlocks.break > div:nth-of-type(2n) {
		margin-right: 0;
	}

	.threeBlocks > div {
		width: 50%;
	}

	.threeBlocks.break > div {
		width: calc(50% - 0.75rem);
	}
}

@media all and (max-width: 599px) {
	.threeBlocks.break > div {
		margin-right: 0;
	}

	.threeBlocks > div {
		width: 100%;
	}

	.threeBlocks.break > div {
	width: calc(100%);
	}
}



@media all and (min-width: 1100px) {
	.fourBlocks.break > div:nth-of-type(4n) {
		margin-right: 0;
	}
}

@media all and (min-width: 720px) and (max-width: 1099px) {
	.fourBlocks.break > div:nth-of-type(3n) {
		margin-right: 0;
	}

	.fourBlocks > div {
		width: 33.333%;
	}

	.fourBlocks.break > div {
		width: calc(33.333% - 1.0666rem);
	}
}

@media all and (min-width: 500px) and (max-width: 719px) {
	.fourBlocks.break > div:nth-of-type(2n) {
		margin-right: 0;
	}

	.fourBlocks > div {
		width: 50%;
	}

	.fourBlocks.break > div {
	width: calc(50% - 0.8rem);
	}
}

@media all and (max-width: 499px) {
	.fourBlocks.break > div {
		margin-right: 0;
	}

	.fourBlocks > div {
		width: 100%;
	}

	.fourBlocks.break > div {
	width: calc(100%);
	}
}


/*
@media all and (max-width: 1699px) {
.twoBlocks > div:nth-of-type(odd), .twoBlocks > div:nth-of-type(even) {
height: 450px;
}
}

@media all and (max-width: 1599px) {
.twoBlocks > div:nth-of-type(odd), .twoBlocks > div:nth-of-type(even) {
height: 420px;
}
}

@media all and (max-width: 1399px) {
.twoBlocks > div:nth-of-type(odd), .twoBlocks > div:nth-of-type(even) {
height: 380px;
}
}

@media all and (max-width: 1299px) {
.twoBlocks > div:nth-of-type(odd), .twoBlocks > div:nth-of-type(even) {
height: 350px;
}
}

@media all and (max-width: 799px) {
.twoBlocks > div:nth-of-type(odd), .twoBlocks > div:nth-of-type(even) {
height: 300px;
}
}

@media all and (max-width: 659px) {
.twoBlocks > div:nth-of-type(odd), .twoBlocks > div:nth-of-type(even) {
height: 340px;
}
}

@media all and (max-width: 499px) {
.twoBlocks > div:nth-of-type(odd), .twoBlocks > div:nth-of-type(even) {
height: 260px;
}
}

@media all and (max-width: 409px) {
.twoBlocks > div:nth-of-type(odd) {
height: 205px;
}
.twoBlocks > div:nth-of-type(even) {
height: 240px;
}
}

@media all and (max-width: 349px) {
.twoBlocks > div:nth-of-type(odd) {
height: 190px;
}
.twoBlocks > div:nth-of-type(even) {
height: 230px;
}
}
*/




/* ################
################
GALERIA
################
################ */

.gallery4, .gallery6 {
padding: 0 0 0.6rem 0;
text-align: center;
}

.gallery4 > a:last-child, .gallery6 > a:last-child {
margin-right: 0 !important;
}

.gallery4 a:hover, .gallery6 a:hover {
transform: scale(1.06);
}

.gallery6 {
padding-bottom: 0.8rem;
}

.gallery4 a {
display: inline-block;
width: calc(25% - 0.9rem);
margin: 0 1.2rem 1.2rem 0;
}

.gallery4 a img {
border: 4px solid #5c6975;
width: calc(100% - 8px);
}


@media all and (min-width: 920px) {

.gallery4 a:nth-of-type(4n) {
margin-right: 0;
}

}


@media all and (min-width: 540px) and (max-width: 919px) {
	.gallery4 a:nth-of-type(3n) {
		margin-right: 0;
	}
	.gallery4 a {
		width: calc(33.333% - 0.8rem);
	}
}

@media all and (max-width: 539px) {
	.gallery4 a:nth-of-type(2n) {
		margin-right: 0;
	}
	.gallery4 a {
		width: calc(50% - 0.6rem);
	}
}



.gallery6 a {
display: inline-block;
width: calc(16.6666% - 0.75rem);
margin: 0 0.9rem 0.9rem 0;
}

.gallery6 a img {
border: 1px solid #003183;
width: calc(100% - 2px);
}


@media all and (min-width: 900px) {

.gallery6 a:nth-of-type(6n) {
margin-right: 0;
}

}


@media all and (min-width: 500px) and (max-width: 899px) {
	.gallery6 a:nth-of-type(4n) {
		margin-right: 0;
	}
	.gallery6 a {
		width: calc(25% - 0.675rem);
	}
}

@media all and (max-width: 499px) {
	.gallery6 a:nth-of-type(3n) {
		margin-right: 0;
	}
	.gallery6 a {
		width: calc(50% - 0.6rem);
	}
}