.header {
	background-image:url('/cisiweb2/image/caixa/eventsnew.jpg');
	background-size:cover;
	background-position:center center;
	height:600px;
	text-align:center;
}
.mainWrapper .greyWrapper {
	margin-bottom: 0px !important;
}
.headerText {
	height: 600px;
}
.worldMap {
	position:relative;
}
.mapBase {
	max-width:100% !important;	
}
.offices, .nac, .active {
	position:absolute;
	top:0px;
	left:0px;
	max-width:100% !important;
}
@media (max-width : 1199px) {}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) {}
@media (max-width: 767px) {
	.csLogos img{
		width:80% !important;	
	}
}
.greyWrapper {
	background: #f3f3f3;
	padding-top: 70px !important;
	margin-bottom: 80px !important;
}
/*.colab a {
	text-decoration: none;
	color: white;
}*/
/*events list bit*/
/*ul .sflistList .sflist*/
.greyWrapper ul {
	list-style-type: none !important;
}
.greyWrapper .eventBlock {
	margin-top: 20px;
	min-height: 256px;
	/* border: 1px solid lightgray; */
	box-shadow: 0 0 30px #bfbfbf;
	border-radius: 3%;
}
@media(max-width: 991px){
	.greyWrapper .eventBlock {
		min-height: 284px;
	}
}