#news .container {
    max-width: 900px;
}
.load-more  {
	background: #4b8bf6;
	padding: 12px 25px 12px;
	    color: #fff;
    display: inline-block;
    font-size: 0.85em;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    z-index: 9;
	position: relative;
	cursor: pointer;
}
.load-more::before {
    background: #15273e none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.load-more:hover::before {
    transform: scaleX(1);
}
.link-box{
	text-align: right;
}
.copy-link {
	position: relative;
	bottom: -5px;
	right: 15px;
	width: 2.5rem;
    height: 2.5rem;
    background: #5f98f7;
    border-radius: 50rem;
    padding: 8px;
	transition: transform 0.3s ease-in-out;
}
.copy-link:hover {
    transform: scale(1.1);
	cursor: pointer;
}
.modal-footer
{
	border-top: 0px;
}
@media screen and (max-width: 450px) {
		
}
@media screen and (max-width: 400px) {

	
}

@media only screen and (max-width: 768px){

}
@media screen and (max-width: 400px) {

}
