@charset "utf-8";
/* CSS Document */
.boxgrid {
    background-attachment: scroll;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
}
.boxgrid img {
    border: 0 none;
    left: 0;
    position: absolute;
    top: 0;
}
.boxcaption {
	background: #d2f3ff;	
    color: #5DACC3;
    float: left;
    height: 100px;
    padding-left: 5px;
    padding-top: 12px;
    position: relative;
    width: 100%;
	height:85px;
	opacity:0.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);	
}
.boxcaption .caption {
    bottom: 30px;
    font-size: 14px;
}
.boxcaption .descr {
}
.boxcaption .title {
    color: #5DACC3;
    display: block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 4px;
    text-shadow: none;
    text-transform: uppercase;
}
.boxcaption .number {
    bottom: 30px;
    font-size: 14px;
    position: absolute;
}













#navimenu .a1 select {
	display:none; /* this is just for the mobile display */
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
		/* nav */
		#navimenu .a1 ul li{
/*			margin-left:12px;*/
		}
}

	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

		/* nav menu ul & select */
		#navimenu .a1 ul {
			display:none;
		}
		#navimenu .a1 select {
			width:100%;
			display:block;
			margin-bottom:30px;
			cursor:pointer;
			padding:6px;
			background:#f9f9f9;
			border:1px solid #e3e3e3;
			color:#777;
		}
}

