.cn-readmore-btn {
    display: inline-block;
    padding: 1em;
    border: #dedede 1px solid;
    cursor: pointer;
    margin: 1em 0;
}

.cn-readmore-btn.collapsed .expanded-caption {
    display: none;
}

.cn-readmore-btn.collapsed .collapsed-caption {
    display: inline;
}

.cn-readmore-btn.expanded .expanded-caption {
    display: inline;
}

.cn-readmore-btn.expanded .collapsed-caption {
    display: none;
}

.cn-readmore-btn + .readmore-content {
    display: none;
}


.cn-readmore-btn .caption {
    position: relative;
    padding-right: 30px;
}

.cn-readmore-btn .caption:after
{
    content: "";
    border-color: transparent;
    border-width: 10px;
    display: inline-block;
    border-style: solid;
    margin-left: 1em;
    position: absolute;    
}

.cn-readmore-btn .caption.collapsed-caption:after {
    border-top-color: rgb(102, 102, 102);
    top: 5px;
}

.cn-readmore-btn .caption.expanded-caption:after {
    border-bottom-color: rgb(102, 102, 102);
}

.cn-readmore-ajax-loader {
    display: none;
}

.cn-readmore-btn .caption { font-size: 18px; font-weight: normal; }

.cn-readmore-btn { padding: 10px 30px 10px 10px !important; border: 1px solid #CCCCCC !important; }

/* Ajax Loader */
.bubblingG {
	text-align: center;
	width:78px;
	height:49px;
	margin: auto;
}

.bubblingG span {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 24px auto;
	background: rgb(0,128,150);
	border-radius: 49px;
		-o-border-radius: 49px;
		-ms-border-radius: 49px;
		-webkit-border-radius: 49px;
		-moz-border-radius: 49px;
	animation: bubblingG 1.5s infinite alternate;
		-o-animation: bubblingG 1.5s infinite alternate;
		-ms-animation: bubblingG 1.5s infinite alternate;
		-webkit-animation: bubblingG 1.5s infinite alternate;
		-moz-animation: bubblingG 1.5s infinite alternate;
}

#bubblingG_1 {
	animation-delay: 0s;
		-o-animation-delay: 0s;
		-ms-animation-delay: 0s;
		-webkit-animation-delay: 0s;
		-moz-animation-delay: 0s;
}

#bubblingG_2 {
	animation-delay: 0.45s;
		-o-animation-delay: 0.45s;
		-ms-animation-delay: 0.45s;
		-webkit-animation-delay: 0.45s;
		-moz-animation-delay: 0.45s;
}

#bubblingG_3 {
	animation-delay: 0.9s;
		-o-animation-delay: 0.9s;
		-ms-animation-delay: 0.9s;
		-webkit-animation-delay: 0.9s;
		-moz-animation-delay: 0.9s;
}



@keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,128,150);
		transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		transform: translateY(-20px);
	}
}

@-o-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,128,150);
		-o-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		-o-transform: translateY(-20px);
	}
}

@-ms-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,128,150);
		-ms-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		-ms-transform: translateY(-20px);
	}
}

@-webkit-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,128,150);
		-webkit-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		-webkit-transform: translateY(-20px);
	}
}

@-moz-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,128,150);
		-moz-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		-moz-transform: translateY(-20px);
	}
}
/* / Ajax Loader */