@import url(home.css);
#content2 {
	overflow: hidden;
	z-index: 20;
	position: relative;
	padding-top: 35px;
	background-image: url(fon_productions_03.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#content2 img {
    	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
}
#content2 img:hover {
    -webkit-filter: grayscale(50%);filter: grayscale(50%);
}
#content2 .contentTitle {margin-bottom: 90px;}
.vybor-head h4 {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 20px;
    color: #004487;
    font-size: 24px;
}
.brandmenu {
    position: relative;
}
@media (min-width: 1024px) {
}

@media (min-width: 1280px) {  
  #content2 #menuLink .object .objectImage {
    margin: auto;
}
}