
.component-blocks .block {
	margin-bottom: 20px;
	display : block;
	float : left;
	width : 100%;
}
.component-blocks .image {
	display : block;
	float : left;
	width : 32%;
	margin-right : 20px;
	margin-bottom: 20px;
}



.component-blocks.services .image {
	width : 40%;
}


.component-blocks.whoweare .image {
	margin : 20px 0;
	width : 100%;
	float : none;
}


.component-blocks.pricing table {
	width: 62%;
}



.component-blocks.promotions .image {
	width : 40%;
}


.component-blocks.news .image {
	width : 40%;
}

.component-blocks.news .block-right .image {
	float : right;
}


.component-blocks.visitors-book .block-right .image {
	float : right;
}


.component-blocks.achievements .image {
	margin : 20px 0;
	width : 100%;
	float : none;
}


.component-blocks.partners .image-line {
	float: left;
	width : 100%;
}
.component-blocks.partners .image-row {
	width: 30%;
	float: left;
	margin: 5px;
}
.component-blocks.partners .image {
	width : 100%;
}

.component-blocks.image-simple .content {
	width: 100%;
	height: 100%;
}

.component-blocks.image-simple .commons-height-pct {
	overflow: hidden; 
}

.component-blocks.image-simple .image {
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	margin: 0;
}

.component-blocks.image-simple.cover .image {
	background-size: cover;
}


.component-blocks.team h2, .component-blocks.team .commons-title2 {
	margin-left: 4%;
	text-decoration:underline;
}
.component-blocks.team .subblock {
	float:left;
	width: 25%;
	text-align:center;
	margin: 0 4%;
}
.component-blocks.team .image{
	width:100%;
}
