/**** CUSTOM CSS FOR Content Grid Slider******/
#cgs_tabs h4 {
	text-align:center;
	margin:0;
	padding: 0.3em 0;
	border-bottom: 1px solid #D1D2D4;
	font-size: 1.5em;
	font-weight: bold;
	color:#222222;
}
#cgs_tabs h3 {
	margin:0;
	font-size: 17px;
	padding:5px 18px;
	line-height:17px;
	font-weight:bold;
}
#cgs_tabs .read_title_color{
	color:#111111;
}
#cgs_tabs {
    width: 100%;
    float: left;
	
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
}
#tabs_container {
    width: 100%;
    position:relative;
}  
.cgs-title {
    display: block;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
	word-wrap: break-word;
}
.cgs-content {
padding: 0 3px;
}
.cgs-content li {
	text-align:left;
	list-style-type: disc;
}
.content_color{
	color:#333333;
}
.cgs-content  ul {
    padding-left: 26px;
}
#cgs_tabs .cgs-content p {
margin: 0 0 4px;
line-height: 18px;
color:#333333;
padding: 0 5px;
}
#cgs_tabs  .text-right {
	font-weight:bold;
	text-align: right;
    margin-right: 15px;
	
}
#left_container {
    width: 40%;
    float: left;

position: absolute;
}
#right_container {
    float: right;
    width: 60%;
}
.cgs-icon img {
	margin: 0.5em auto;
}
.cgs-icons:last-child {
border-right: 1px solid #B7B7B7;
}
.cgs-icons{
    width: 25%;
    float: left;
    font-size: 14px;
    text-align: center;
    height: 125px;
	padding: 5px 8px;
	border-right: 1px solid #B7B7B7;
	border-bottom: 1px solid #B7B7B7;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.cgs-icons img {
max-width: 100%;
}
#cgs_tabs .cgs-icons.cgs_selected{
	background-color: #dddddd;
    border: 1px solid #000000;
	border-right-width: 1px !important;
}
#cgs_tabs .cgs-icons.cgs_selected .cgs-title {
	color: #fff !important;
}
.cgs-description.cgs_active {
	display: inline-block;
	opacity: 100;
	z-index: 1;
	background-color:#eeeeee;
}
.cgs-description {
	position:absolute;
	opacity: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	border-right: 1px solid #B7B7B7;
	transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width:480px) {
	#left_container,#right_container {
	width: 50%;
	}
	#right_container .cgs-title, #left_container .cgs-content p{
		display: none;
	}
	.cgs-icons{
	width: 50%;
	height:60px;
	overflow:hidden;
	}
	.cgs-icon-l img{
		width: 44px;
		height: 44px;
	}
	.cgs-icon img {
		margin: 0;
		padding: 0;
		width: 70px;
		height:auto;
	}
	#cgs_tabs h3 {
		font-size: 14px;
		line-height: 12px;
		padding: 5px;
	}
	#cgs_tabs .text-right {
		text-align: center;
		margin-right: 0;
		font-weight: normal;
		font-size: 12px;
	}
	.cgs-content ul {
		margin: 0;
		padding-left: 18px;
	}
	.cgs-content li {
		font-size: 12px;
		line-height: 18px;
		margin:0;
	}
}
@media (max-width:420px) {
	.cgs-icon{
		display:none;
	}
}
@media (max-width:320px) {
	.cgs-icon-l img{
		width: 33px;
		height: 33px;
	}
}