.jumbotron.topcenter {
    top: 2% !important;
}
img.logo{
	width:100%;
	max-width:300px;
	margin-bottom:20px;
}
div.container.top{
	text-align:center;
	position:relative;
    margin: 0 auto 0px;
	width:500px !important;
}
div.menu.container{
	width: 70% !important;	
	max-width:800px !important;
    max-height: 52%;
    overflow: hidden;    
    padding: 0px 30px 30px !important;
	position:relative;
}
div.fade{
	content: '';
	display:block;
	width:100%;
	height:40px;	
    left: 0;    
    bottom: 48px;
	position:Absolute;	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2efef+0,f2efef+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(242,239,239,0) 0%, rgba(242,239,239,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(242,239,239,0) 0%,rgba(242,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(242,239,239,0) 0%,rgba(242,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2efef', endColorstr='#f2efef',GradientType=0 ); /* IE6-9 */
	z-index:2;
}

div.menu.container .menu_title{
	font-size: 23px;
    margin: 0 0 10px 0;
}
div.menu.container div.row.first{
	margin-bottom:20px;
}

div.menu.container a{
	text-decoration:none;
}

div.menu.container div.item{
	width:100%;
	height:160px;
	//padding:40px 40px;	
    padding: 24px 25px;
	text-align:center;
	font-size: 16px;
	box-sizing:border-box;
	background-color:#fff;	
    box-shadow: 0 0 15px 0px #cecece;
	transition: height .1s ease-in, transform .2s ease-in-out;
	cursor:pointer;
}
div.menu.container div.item:hover{
	transform: scale(1.06);
}

div.menu.container div.item div.content{
    top: 22%;
	position:relative;
}

div.menu.container div.item img{
    width: 67%;
    height: auto;
    max-width: 100px;
    position: relative;
    margin: -5px auto 6%;
}

@media screen and (max-height: 800px){
	.mainmenu{
		padding-top:0;
	}
	div.menu.container{
		max-height: 61% !important;
		margin-top: -20px;
	}
}

