/* CSS Document */

.catItemImageBlock {
    width: 100%!important;
}
.catItemTitle{
    position: absolute;
    color: #fff;
    margin-left: 10px!important;
    font-size: 32px;
    margin-top: 165px!important;
	text-shadow:5px 2px 5px #000000;
}
.catItemTitle a:link {
    color: #fff;
}.catItemTitle a:visited {
    color: #fff;
}
.cattttttttt {
    max-width: 884px;
    display: block;
    float: left;
    font-size: 15px;
    height: 100px;
    margin-top: 60px;
    line-height: 200%;
    color: #000;
    text-shadow: none;
}
div.itemListCategoriesBlock {
    overflow: hidden;
    max-height: 300px;
    height: 300px;
}
.itemIntroText img{ width: auto!important;}
@media (max-width: 800px) {
.cattttttttt {
    margin-top: 0px!important;
	height:fit-content; 
}
	div.itemListCategoriesBlock {
		overflow: auto;
    max-height: fit-content;
    height: fit-content;
}
	#itemListPrimary div.itemContainer{
    float: left!important;
    display: block!important;
    width: 50%!important;
}
	.catItemTitle {
    margin-top: 70px!important;
}
	#itemListPrimary div.clr {
    display: none!important;
}
}