/* CSS Document */

.gbox-clear {
	clear:both;	
}
.gbox-container {
	max-width:100%;
	margin:15px auto;
}
.gbox-single {
	display:inline-block;
	vertical-align:top;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	overflow:hidden;
	background-color:#ffffff;
	position:relative;
}
h3.gbox-title {
	margin:0px;
	padding:8px;
	background-color:#004990;
	color:#ffffff;
	font-size:16px;
	text-align:center;
	font-weight:500;
}
.gbox-content {
	padding:8px;
	font-size:14px;	
}
.gbox-single p {
	margin:0;	
}
.gbox-single img {
	margin:0 !important;
	padding:0 !important;	
}
.gbox-read-more {
	text-align:right;
	font-size:14px;
	padding:5px;
	cursor:pointer;
	font-weight:700;
	color:#004990;
	border-top: 2px solid #004990;
}
@media screen and (max-width:700px){
	.gbox-single {
		display:block;
		width:100% !important;
		min-width:0px;
		margin-bottom:10px;
	}
	.gbox-single img {
		height:auto !important;	
	}
	.gbox-container {
		display:block;
		max-width:320px;
	}
}

