body,div,dl,dt,dd,ul,ol,li,h2,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;}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;}h2,h2,h3,h4,h5,h6{font-size:100%;}



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


.cleaner {
clear: both;
}



body {
	padding: 0;
	margin: 0;
	background: #000000;
	font-family: 'Libre Baskerville', serif;
	color: #bbbbbb;
}

body.block {
	overflow: hidden;
}


#top {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: 100vh;
	min-height: 570px;
	background-size: cover;
	background-position: center center;
	z-index:5;
}


.mask {
	position: absolute;
	width: 100%;
	height: 100vh;
	min-height: 570px;
	background-image: url('img/top-belt2.svg');
	background-position: bottom center;
	background-size: 103%;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.1);
}


#navBox {
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	padding-bottom: 1.2rem;
}


#nav {
	margin: auto;
	width: 1400px;
	overflow: hidden;
	z-index: 20;
}

#hamburgerBox {
	display: none;
	z-index: 30;
}

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

.hamburger:focus > .hamburger__container {
  box-shadow: 0 0 2px 2px #51a7e8;
}

.hamburger__container {
  display: flex;
  align-items: center;
  position: relative;
  width: 38px;
  height: 27px;
}

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

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

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



.line {
	position: relative;
	background: url('img/line2.png') bottom center no-repeat;
		z-index: 30;
}


ul.menu_left, ul.menu_right {
	height: auto;
	font-size: 1.24rem;
	line-height: 1.24rem;
	overflow: hidden;
}


ul.menu_left {
	float: left;
}


ul.menu_right {
	float: right;
}


ul.menu_left li, ul.menu_right li {
	/*display: inline-block;*/
	float: left;
	padding-right: 1.5rem;
	margin-right: 0.9rem;
	background-image: url('img/bull.svg');
	background-position: center right;
	background-size: 0.6rem;
	background-repeat: no-repeat;
	/*background-color: rgba(0, 0, 0, 0.1);*/
}


ul.menu_right li {
	padding-right: 1.6rem;
	margin-right: 1rem;
}


ul.menu_left li.end, ul.menu_right li.end {
	padding-right: 0;
	margin-right: 0;
	background-image: none;
}


ul.menu_left li a, ul.menu_right li a {
	position: relative;
	display: block;
	padding: 2.2rem 0 1.9rem 0;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.15s;
	top: 0;
}


ul.menu_left li a:hover, ul.menu_right li a:hover {
	color: #ffd35c;
	top: -3px;
}


#logo {
	padding-top: 1.2rem;
	position: absolute;
	top: 0;
	left: calc(50% - 6.2rem);
	z-index: 30;
}


#logo img {
	width: 12.4rem;
}

h2 {
position: absolute;
bottom: 10.2rem;
font-weight: 400;
width: 100%;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
font-size: 3rem;
line-height: 3rem;

text-shadow: 0 0 18px rgba(0,0,0,0.8);
}


#content {
	top: -2px;
	position: relative;
	z-index: 10;
	background: #ffffff;
	padding: 2rem 0 0.1rem 0;
	color: #000000;
	font-size: 1.3rem;
	line-height: 2rem;
}

.center {
	text-align: center;
}

#content p {
	padding: 0 0 1.5rem 0;
}

#content h3 {
	font-size: 1.8rem;
	line-height: 2rem;
	padding: 0 0 1.5rem 0;
}

#content h4 {
	font-size: 1.5rem;
	line-height: 1.7rem;
	padding: 0 0 0.2rem 0;
}

#content a {
	color: #000000;
}

#content a:hover {
	color: #e8ba3e;
}

#content .bodst {
	padding-bottom: 0;
}

#content .wyr {
	font-size: 1.5rem;
}

.boxContent {
	margin: auto;
	width: calc(1400px - 3rem);
	padding: 1.5rem;
	background: #FFFFFF;
	margin-bottom: 3rem;

-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.11);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.11);
}

.boxBorder {
	border: 1px solid #ffd35c;
	padding: 1.8rem 1.5rem 1.5rem 1.5rem;
}

.gallery {
	/*padding: 1.2%;*/
}

.gallery a {
	padding: 1.4%;
	width: 26.53333%;
	display: block;
	float: left;
	margin: 2%;

-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.14);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.14);
}

.rzutyBox {
	margin: auto;
	width: 1400px;
	margin-bottom: 3rem;
}

.rzuty {
	float: left;
	width: calc(50% - 4.5rem);
	padding: 1.5rem;

-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.11);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.11);
}

#content .nRzuty {
	font-size: 2.4rem;
	line-height: 2.8rem;
	color: #ffd35c;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	padding-top: 1.2rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.lll {
	margin-right: 3rem !important;
}

.rzuty img {
	width: 100%;
	vertical-align: middle;
}

#spacer {
	border:0;
	width: 100%;
	height: 46rem;
	margin: 0;
	padding: 0; 
	vertical-align: middle;
}


.gallery a img {
	width: 100%;
	vertical-align: middle;
}

.book {
margin: 0;
padding-top: 2.2rem;
overflow: hidden;
}

.book img:first-child {
float: left;
padding: 0;
width: 36%;
margin: 0 0 0 9%;
}

.book img:last-child {
float: right;
padding: 0;
width: 36%;
margin: 0 9% 0 0;
}



footer {
	position: relative;
	top: -3px;
	background-image: url('img/footer-belt5.svg');
	background-position: top center;
	background-size: 103%;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 1);
	z-index: 5;
}

.yout {
	width: 560px;
	height: 315px;
}

#footer {
	margin: auto;
	width: 1400px;
	padding: 5rem 0 1rem 0;
	color: #FFFFFF;
	
	font-size: 1.0rem;
	line-height: 1.0rem;
	
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
 	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#footer p {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 33%;
}

.fLeft {
text-align: left;
padding: 0 0 0.3rem 0;
}

.fRight {
text-align: right;
padding: 0 0 0.3rem 0;
}

.fLogo {
text-align: center;
}

.fLogo img {
width: 8rem;
}

#footer p a {
	position: relative;
	transition: 0.15s;
	color: #FFFFFF;
}

#footer p a:hover {
	top: -2px;
	color: #ffd35c;
}

#footer p.fLogo a:hover {
	top: 0;
}






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

h2 {
bottom: 9.5rem;
}

#nav {
	width: calc(100% - 100px);
}

.mask {
	background-size: 120%;
}

.boxContent {
	width: calc(100% - 100px - 3rem);
}

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

footer {
	background-size: 120%;
}

#footer {
	width: calc(100% - 100px);
}

#spacer {
	height: 42rem;
}

}


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

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

.mask {
	background-size: 140%;
}

footer {
	background-size: 140%;
}

#spacer {
	height: 36rem;
}

}


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

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

.line {
	background-size: 1800px;
}


}


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


#top {
	min-height: 400px;
}

.mask {
	min-height: 400px;
}


.mask {
	background-size: 160%;
}

#nav {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	transition: 0.3s;
	/*overflow: scrool !important;*/
	

	margin: 0;
	position: fixed;
	width: 100%;
	min-height: 100vh;
	overflow: auto;

	background-color: rgba(0, 0, 0, 0.84);

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


#nav.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: 0.3s;
}
	

#hamburgerBox {
	display: block;
	position: absolute;
	right: 35px;
	top: 20px;
}

.line {
	height: 5.4rem;
	right: 0;
	background: url('img/line2-m.png') bottom center no-repeat;
	background-position: 15.4rem bottom;
}


ul.menu_left, ul.menu_right {
	float: none;
	font-size: 1.5rem;
	line-height: 1.7rem;
	width: 100%;
	
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}


ul.menu_left {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}


ul.menu_left li, ul.menu_right li {
	/*display: inline-block;*/
	float: none;
	padding-right: 0;
	margin-right: 0;
	background-image: none;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}


/*
ul.menu_right li {
	padding-right: 1.6rem;
	margin-right: 1rem;
}


ul.menu_left li.end, ul.menu_right li.end {
	padding-right: 0;
	margin-right: 0;
	background-image: none;
}
*/

ul.menu_left li a, ul.menu_right li a {
	padding: 2.1rem 0 1.8rem 0;
}


ul.menu_left li a:hover, ul.menu_right li a:hover {
	color: #ffd35c;
	top: -3px;
}


#logo {
	left: 35px;
}

.boxContent {
	width: calc(100% - 70px - 3rem);
}

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

footer {
	background-size: 160%;
}

#footer {
	width: calc(100% - 70px);
}

#spacer {
	height: 32rem;
}


.book img:first-child, .book img:last-child {
width: 43%;
margin-left: 4%;
}

.book img:last-child {
width: 43%;
margin-right: 4%;
}


}




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

.gallery a {
	padding: 1.4%;
	width: 43.2%;
	margin: 2%;
}

}




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

#top {
	min-height: 300px;
}

.mask {
	min-height: 300px;
}

#logo {
	left: 25px;
}

#hamburgerBox {
	right: 25px;
}

.boxContent {
	width: calc(100% - 50px - 3rem);
}

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

#footer {
	width: calc(100% - 50px);
}

h2 {
	bottom: 7.8rem;
}

.mask {
	background-size: 180%;
}

ul.menu_left, ul.menu_right {
	font-size: 1.25rem;
	line-height: 1.4rem;
}

ul.menu_left li a, ul.menu_right li a {
	padding: 1.6rem 0 1.3rem 0;
}

#spacer {
	height: 28rem;
}

.yout {
	width: 280px;
	height: 158px;
}


}


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

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

#logo img {
	width: 10.4rem;
}

.line {
	height: 4.7rem;
	right: 0;
	background: url('img/line-m.png') bottom center no-repeat;
	background-position: 13.4rem bottom;
}

#hamburgerBox {
	top: 17px;
}

.hamburger__container {
  width: 30px;
  height: 22px;
}

.hamburger__bars, .hamburger__bars:before, .hamburger__bars:after {
  width: 30px;
  height: 2px;
}

.hamburger__bars:before {
  top: -10px;
}

.hamburger__bars:after {
  bottom: -10px;
}


.rzuty {
	float: left;
	width: calc(100% - 3rem);
}

.lll {
	margin-right: 0 !important;
	margin-bottom: 3rem !important;
}


#footer {
	padding-top: 4rem;
	
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
 	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#footer p {
	text-align: center !important;
	width: 100% !important;
}


#footer p.fLogo {
	-webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 1rem;
}

#footer p.fRight {
    margin-top: 2rem;
}

#spacer {
	height: 24rem;
}


.book img:first-child, .book img:last-child {
float: none;
width: 80%;
margin: auto;
padding: 0 0 0.5rem 0;
}

.book img:last-child {
float: none;
width: 80%;
margin: auto;
padding: 0 0 0.5rem 0;
}


}


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

#top {
	height: 70vh;
}


.mask {
	height: 70vh;
}

h2 {
	bottom: 6rem;
}

.boxContent {
	width: calc(100% - 32px - 2rem);
	padding: 1rem;
}

.rzuty {
	width: calc(100% - 2rem);
	padding: 1rem;
}

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

.boxBorder {
	padding: 1.3rem 1rem 1rem 1rem;
}

#logo {
	left: 16px;
}

.gallery a {
	padding: 2.8%;
	width: 88%;
	margin: 3.2%;
}

#hamburgerBox {
	right: 16px;
}

#footer {
	width: calc(100% - 32px);
}

.yout {
	width: 230px;
	height: 130px;
}

}



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

h2 {
	bottom: 5rem;
}

#spacer {
	height: 20rem;
}

}



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

h2 {
	bottom: 4.5rem;
}

}