
#content {
	position: relative;
}
#content > .container {
	min-height:600px;
}
.blocks {
	display: block;
	width: 100%;
	float: left;
	padding-top: 15px;
	padding-bottom: 30px;
}
.block {
	border: 1px solid #ccc;
	padding: 5px;
	position: relative;
	display: block;
	margin-top: 15px;
}
.block img {
	width: 100%;
	height: auto;
	padding-bottom: 5px;
}
.block .title {
	height: 28px;
	background: #2d4098;
	margin-bottom: 5px;
	padding-left: 15px;
	color: white;
	text-transform: uppercase;
	line-height: 28px;
}
.block .text {
	display: block;
	height: 135px;
	padding: 5px;
	font-size: 15px;
}
.block .button {
	display: block;
	width: 120px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: white;
	background: #2d4098;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 15px;
}
.block .button:hover {
	background: #0e53a4;
	text-decoration: none;
}


@media (max-width: 768px) {
	#content > .container {
		top: 0;
	}
}
@media(max-width:991px)
{

	#content {
		padding-bottom: 0;
	}
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media(max-width:600px)
{
	#tables table tr td{
		display:block;	
		max-width:100% !important;
		text-align:left;
		width:auto !important;
	}

}