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 - #003183;
pasek top color - #FFFFFE;
pasek top line - #333334;
pasek top hover - #222223;

content color - #003183;
content hover - #666665;

stopka tlo - #003183;
stopka color - #FFFFFD;

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

*/


html {
font-family: 'Roboto Slab', 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;
}

}


#kupOnline {
position: fixed;
right:0;
top: 71vh;
color: #FFF;
text-decoration: none;
font-size: 1.2rem;
line-height: 1.25rem;
padding: 0.5rem 0.6rem 2.4rem 0.6rem;
text-transform: uppercase;
text-align: center;
font-weight: 700;
z-index: 1000;

background-image: url('../img/ticket.svg');
background-repeat: no-repeat;
background-size: 1.6rem;
background-position: center 4.55rem;
background-color: #e40000;

border-top-left-radius: 6px;
border-bottom-left-radius: 6px;

border: 1px solid #b00000;
box-shadow: 0px 0px 3px 0px rgba(76, 0, 0, 0.5);

transition: 0.2s;
}

#kupOnline.kcz {
font-size: 0.8rem;
padding-left: 0.3rem;
padding-right: 0.3rem;
}

a#kupOnline:hover {
background-color: #95c11f;
border: 1px solid rgb(120, 165, 30);
box-shadow: 0px 0px 3px 0px rgba(120, 165, 30, 0.5);
transition: 0.2s;
}

#kupOnline span {
text-transform: none;
font-weight: 400;
font-size: 1.05rem;
}


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

#kupOnline {
font-size: 0.95rem;
line-height: 0.95rem;
padding: 0.5rem 0.4rem 2.4rem 0.4rem;
background-position: center 3.55rem;
top: 33vh;
}

#kupOnline span {
font-size: 0.9rem;
}

}


.dawka {
font-weight: 400;
padding-top: 0.6rem !important;
text-transform: none !important;
color: #95c11f;
/*color: #e40000;*/
font-size: 2.1rem !important;
}

.cleaner {
clear: both;
}

body {
background: #003183;
/*background: #001f54;*/
margin: 0;
padding: 0;
}

body.block {
overflow: hidden;
}

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

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

.topMargin, .topPadding {
padding-top: 0.8rem !important;
}

.bottomMargin {
padding-bottom: 0.8rem !important;
}

.textCenter {
text-align: center !important;
}

.blockGreen {
background: #feb300 !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;
/*border-top: 1px solid #001f54;*/
border-bottom: 1px solid #001f54;
width: 100%;
background: #003183;
color: #FFFFFE;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
z-index: 999;
}

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

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

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

.logo {
flex: 1 1 auto;
align-self: flex-start;
height: 4.4rem;
}

.logo a {
padding: 0.6rem;
padding-bottom: 1.2rem;
display: inline-block;
background: #003183;

border: 1px solid #001f54;
border-top: none;
border-bottom-right-radius: 50% 10%;
border-bottom-left-radius: 50% 10%;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}

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

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

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

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

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

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

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

.lng img {
height: 1.3rem;
}

.menu li {
float: left;
}

.menu li a {
display: block;
padding: 1.55rem 0.65rem 1.55rem 0.65rem;
height: 1.3rem; 
color: #FFFFFE;
font-size: 1.2rem;
line-height: 1.2rem;
text-decoration: none;
transition: 0.3s;
}

.menu.lng li a {
padding-left: 1.1rem !important;
padding-right: 1.1rem !important;
}

.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.tel span {
/*display: block;*/
padding-left: 1.2rem;
background-image: url('../img/i-tel-green.svg');
background-repeat: no-repeat;
background-size: 0.75rem;
background-position: 0 0.35rem;
}

.menu li a:hover {
background-color: #001f54;
transition: 0.3s;
}

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

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

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

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

.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) {

.menu li a {
padding-left 0.6rem;
padding-right 0.6rem;
font-size: 1.25rem;
}

.menu li.tel {
display: none;
}

}


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

.logo img {
width: 5.5em;
}

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

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

.fotoMainBox {
min-height: 500px;
}

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

}



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

#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 #001f54;
width: 100%;
height: calc(100vh - 4.4rem - 1px);
background-color: rgba(0, 0, 0, 0.84);
transition: 0.3s;
transform: translateY(-118%);
}

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

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

nav .menu li, nav .menu li ul li {
float: none;
border-bottom: 1px solid #001f54;
text-align: center;
}

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

nav .menu li:first-child {
border-top: 1px solid #001f54;
}

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

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

.menu li.tel {
margin-top: 1.2rem;
border-top: 1px solid #001f54;
}

.menu li.tel span {
padding-left: 1.3rem;
background-size: 0.8rem;
background-position: 0 0.4rem;
}

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

.menu li.tel {
display: block;
}

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

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

}




@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/dron3.jpg') no-repeat center center;
background-size: cover;
}

.fotoMask {
/*border: 1.5rem solid rgba(0, 0, 0, 0.00);
width: calc(100% - 3rem);
height: calc(100% - 3rem);*/
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.06);
}

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

.fotoLine {
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
overflow: hidden;
}

.fotoLine img {
max-width: calc(84%);
max-height: calc(84%);
}

.fotoBox.small .fotoLine img {
display: none;
}

.foto h1, .foto h2 {
font-family: 'Righteous', sans-serif;
padding: 0.5rem 0.6rem 0.5rem 0.6rem;
background: rgba(0, 0, 0, 0.5);
color: #FFF;
font-size: 3.4rem;
line-height: 3.25rem;
text-align: center;
text-transform: uppercase;
}

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

.fotoBox.small {
height: 400px;
}

.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 (max-width: 639px) {

.fotoBox.big {
height: calc(100vh - 7.8rem);
}

.fotoLine img {
max-width: calc(110%);
max-height: calc(110%);
}

}
/*
@media all and (max-width: 639px) {

.fotoBox.big {
height: calc(100vh - 6.8rem);
}

.fotoLine img {
max-width: calc(112%);
max-height: calc(112%);
}

}
*/

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

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

}


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

.fotoBox.small {
height: 360px;
}

}


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

.fotoBox.small {
height: 310px;
}

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

}


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

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

.fotoBox.small {
height: 260px;
}

}


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

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

.fotoBox.small {
height: 240px;
}

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

}



/* ################
################
KLOCKI
################
################ */



.klocki {
background: #444;
width: 100%;
overflow: visible !important;
height: 1.55rem;
margin-bottom: 2.8rem !important;
margin-top: 0 !important;
}

.klocki.bottom {
border-bottom: 1px solid #001f54;
margin-bottom: 0 !important;
margin-top: 2.6rem !important;
}

.klockiBox {
height: 1.55rem;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: flex-start;
}

.bottom .klockiBox {
align-items: flex-end;

}

.klocek {
height: 2.4rem;
flex: 1 1 auto;
border-right: 1px solid red;
margin-right: -1px;
border-bottom-right-radius: 50% 40%;
border-bottom-left-radius: 50% 40%;
}

.bottom .klocek {
border-radius: 0;
border-top-right-radius: 50% 40%;
border-top-left-radius: 50% 40%;
}

.klocek.green {
background: #95c11f;
border-right-color: #95c11f;
}

.klocek.red {
background: #e40000;
border-right-color: #e40000;
}

.klocek.yellow {
background: #feb300;
border-right-color: #feb300;
}

.blockH2 {
text-transform: uppercase;
color: #FFF;
padding: 0.6em 0 0.8rem 0 !important;
}

.atrakcje div h3 {
padding: 0;
}

.atrakcje div h3 a {
text-decoration: none;
display: block;
width: calc(100% - 1.2rem);
background: red;
color: #FFF;
padding: 0 0.6rem 0 0.6rem !important;
height: 4.2rem;

font-size: 1.4rem !important;
line-height: 1.6rem !important;

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

border-top-right-radius: 4px;
border-top-left-radius: 4px;
}

.atrakcje div h3 a:hover {
color: #FFF;
}

.atrakcje div:nth-child(3n-2) h3 a {
background: #e40000;
}

.atrakcje div:nth-child(3n-1) h3 a {
background: #feb300;
}

.atrakcje div:nth-child(3n) h3 a {
background: #95c11f;
}

.atrakcje div h3 a span {
display: inline-block;
text-align: center;
}


.atrakcje div {
transition: 0.2s;
}


.atrakcje div:hover  {
transform: scale(1.08);
transition: 0.2s;
}

.atrakcje div img {
width: 80%;
}

.atrakcje div > a {
background: #FFF;
display: block;
width: 100%;

overflow: hidden;
border-bottom-right-radius: 50% 15%;
border-bottom-left-radius: 50% 15%;
}


.cennik div:nth-child(3n-2) {
background: #95c11f;
}

.cennik div:nth-child(3n-1) {
background: #e40000;

}

.cennik div:nth-child(3n) {
background: #feb300;
}

.cennik div.extreme {
background: #003183;
}

.cennik div.pozostali {
background: #feb300 !important;
}



.cennik div {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 50% 28%;
border-bottom-left-radius: 50% 28%;
}

.cennik h3 {
font-family: 'Righteous', sans-serif;
font-size: 5rem !important;
line-height: 5rem !important;
padding-bottom: 0.9rem !important;
text-transform: none !important;
}

.cennik h3 span {
font-size: 2rem !important;
}

.cennik h4 {
font-size: 1.95rem !important;
line-height: 1.9rem !important;
padding: 1.4rem 0 0.8rem 0 !important;
}

.cennik h4 span {
font-size: 1.4rem;
font-weight: 400;
}

.extreme h4 span {
display: inline-block;
padding-top: 0.5rem;
font-size: 1.25rem !important;
line-height: 1.7rem !important;
}


@media all and (min-width: 1000px) {
.extreme {
width: 50% !important;
}
}


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

	.klocek:nth-child(1), .klocek:nth-child(7) {
		display: none;
	}

}



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

#content {
padding: 0;
background: #FFF;
color: #003183;
font-size: 1.3rem;
line-height: 1.8rem;
}

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

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

.contentBox h2 {
font-family: 'Righteous', sans-serif;
text-transform: uppercase;
text-align: center;
padding: 0 0 1.2rem 0;
font-size: 2.7rem;
line-height: 2.8rem;
}

.contentBox h3 {
padding: 0 0 1.2rem 0;
font-size: 2.3rem;
line-height: 2.4rem;
text-align: center;
text-transform: uppercase;
}

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

.contentBox a {
color: #003183;
transition: 0.2s;
}

.contentBox a:hover {
color: #e40000;
transition: 0.2s;
}

.contentBox .button {
text-align: center;
padding: 0 0 1.5rem 0;
}

.contentBox .button a {
text-decoration: none;
display: inline-block;
padding: 0.3rem 0.8rem 0.8rem 0.8rem;
margin: 0.3rem 0.5rem 0 0.5rem;
background: #feb300;
color: #FFF;

border-top-right-radius: 3px;
border-top-left-radius: 3px;

border-bottom-right-radius: 50% 35%;
border-bottom-left-radius: 50% 35%;

font-weight: 700;

transition: 0.2s;
}

.contentBox .button a:hover {
transform: scale(1.07);
background-color: #95c11f;
transition: 0.2s;
}

.contentBox .kup {
padding-top: 0.8rem;
font-size: 2rem;
line-height: 2.4rem;
}

.contentBox .kup a {
padding: 0.5rem 1.2rem 1.15rem 3.5rem;
background: url('../img/ticket.svg') no-repeat 1.2rem 0.85rem #e40000;
background-size: 1.6rem;
} 

.contentBox .kup a:hover {
background-color: #003183 !important;
}

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


@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);
}

}


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

footer {
background: #003183;
color: #FFFFFD;
font-size: 1.3rem;
line-height: 1.9rem;
}

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

margin: auto;
padding: 1.5rem 0 1.5rem 0;
width: 1400px;

text-align: center;
}

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

.footerBox span {
font-size: 0.95rem;
}

.footerBox a {
color: #FFF;
text-decoration: none;
transition: 0.2s;
}

.footerBox a:hover {
color: #95c11f;
transition: 0.2s;
}

.footerBox .left {

}

.footerBox .center {

}

.footerBox .right {
letter-spacing: 1px;
}

footer a.tel {
padding-left: 1.2rem;
background-image: url('../img/i-tel-green.svg');
background-repeat: no-repeat;
background-size: 0.75rem;
background-position: 0 0.35rem;
}


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

.oneBlocks > div, .twoBlocks > div, .threeBlocks > div, .fourBlocks > div {
background-size: cover;
background-position: center center;
color: #FFFFFC;
}

.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: #003183;
color: #FFFFFC;
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 {
display: inline-block;
width: 50%;
}

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

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

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

.threeBlocks > div {
display: inline-block;
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 {
display: inline-block;
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;
}



@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: 1.4rem 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-radius: 5px;
border: 2px solid #FFF;
width: calc(100% - 4px);
}


@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);
	}
}