/* BACKGROUND */
.catalogBG{
	/*background: url(kat-posters/cat_bg20-1a.jpg) fixed;
	background-repeat: no-repeat;
	background-size: cover;*/
}

/* CATALOG PAGE */

.catPg{
	position: relative;
}

/* NAVIGATION PANEL */

#navPanelOpen{
	width: 70px;
	height: 70px;
	display: none;
	position: fixed;
	bottom: 7px;
	left: 7px;
	box-sizing: border-box;
	z-index: 8;
	padding: 20px 0 0 0;
	background-color: #fff;
	border: none;
	border-radius: 35px;
	text-align: center;
	font-size: 30px;
	color: #dcc01f;
	box-shadow: 0 0 5px #bbb;
}

.navPanel{
	width: 95%;
	display: none;
	position: fixed;
	top: 100px;
	bottom: 5px;
	left: 0;
	z-index: 7;
	background-color: #fff;
	border-radius: 0 35px 35px 0;
	box-shadow: 0 0 10px #bbb;
}

.navArea{
	width: 95%;
	overflow: auto;
	position: absolute;
	top: 15px;
	bottom: 15px;
	margin: auto;
	text-align: center;
}

.album{
	width: 80%;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.album a:link{
	text-decoration: none;
	font-size: 35px;
	color: #000;
}

.album a:visited{
	text-decoration: none;
	font-size: 35px;
	color: #000;
}

.albumIMG{

}

#albIMG{
	width: 100%;
	display: block;
	border-radius: 30px;
}

.albumName{
	padding: 5px;
}

/* CATALOG POSTER ON TOP */

.catalogTopPoster{
	width: 100%;
	position: relative;
	z-index: 1;
}
.topPosterIMG{
    width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}
#topPosterIMGm{
	width: 100%;
	display: block;
}
#topPosterIMGc{
	width: 100%;
	display: none;
}
#catalogHeading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	box-sizing: border-box;
	overflow: hidden;
	padding: 180px 0;
	margin: 0;
	z-index: 5;
	text-align: center;
	text-shadow: 0 0 20px #000;
	font-size: 55px;
	color: #fff;
}

/* SHEET WITH PRODUCTS*/

.prodSheet{
	width: 100%;
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 5;
	background-color: #fff;
}

.brandArea{
	width: 100%;
	display: block;
	padding: 10px;
	text-align: center;
}
.catTopLogos{
	width: 28%;
	/*height: 80px;*/
	display: inline-block;
	margin: auto 5px auto 5px;
}

/* FILTERS */

.filterArea{
	display: none;
	padding: 10px;
}
#filterName{
	width: 100%;
	display: block;
	margin: 30px auto;
    padding: 18px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 28px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
#filterForm{
	display: none;
}
.sizeButton{
    display: inline-block;
    margin: 10px 20px 10px 5px;
    text-align: center;
}
.sizeButton input{
    width: 0;
    height: 0;
    margin: 0;
}
.sizeButton span{
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto 0 auto;
    border-radius: 10px;
    background-color: #ccc;
}
.sizeButton input:checked ~ span{
    background-color: #dcc01f;
}
#submitButton{
    width: 45%;
    display: inline block;
    margin: 5px;
    padding: 12px;
    background-color: #dcc01f;
    border: none;
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
}
#removeFiltersButton{
    width: 45%;
    display: inline-block;
    margin: 5px;
    padding: 12px;
    background-color: #aaa;
    border: none;
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
}

.allProdArea{
	text-align: center;
}

/* brand blocks */
.brandBlock{
	width: 95%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 30px auto 30px auto;
	box-shadow: 0 0 20px #aaa;
	border-radius: 35px;
}

.brandIllustrArea{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 35px 35px 0 0;
}

.BRANDillustrationM{
	width: 100%;
	display: block;
	box-sizing: border-box;
	border-radius: 35px 35px 0 0;
}
.BRANDillustrationC{
	width: 100%;
	display: none;
	box-sizing: border-box;
	border-radius: 35px 35px 0 0;
}

.brandBlockProducts{
    width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 5px;
}

/* each product */
.prodArea{
	width: 46%;
	height: 320px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	display: inline-block;
	padding: 0;
	margin: 5px;
	border-radius: 30px;
	border-style: solid;
	border-width: 1px;
	border-color: #dcc01f;
	font-size: 22px;
}

.prodArea a:link{
    width: 100%;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    padding: 15px;
	color: #000;
}

.prodArea a:visited{
    width: 100%;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    padding: 15px;
	color: #000;
}

.prodArea a:hover{
    width: 100%;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    padding: 15px;
	color: #000;
}


.photoArea{
    width: 100%;
    height: auto;
    box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#prodPhoto{
	max-width: 100%;
	height: 200px;
	display: block;
	object-fit: contain;
	box-sizing: border-box;
	margin: 0 auto 0 auto;
}

.prodDiscr{
    width: 100%;
    height: 85px;
    position: absolute;
	box-sizing: border-box;
	overflow: hidden;
	bottom: 5px;
	left: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
}

.prodAssortment{
    width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	color: #bbb;
}

.fPrc{
    width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 1px;
	font-size: 16px;
	color: #f00;
}

.prc{
    width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 2px;
	font-size: 18px;
}


