@import url('addons/bootstrap.min.css');
@import url('addons/bootstrap-extended.min.css');
@import url('addons/colors.min.css');
@import url('addons/components.min.css');
@import url('addons/horizontal-menu.min.css');
@import url('addons/palette-gradient.min.css');
@keyframes heartbeat {
	0% {
		transform: scale( .75);
	}
	20% {
		transform: scale( 1);
	}
	40% {
		transform: scale( .75);
	}
	60% {
		transform: scale( 1);
	}
	80% {
		transform: scale( .75);
	}
	100% {
		transform: scale( .75);
	}
}
@keyframes pulse {
	0% { transform: scale(1); }
	50% { transform: scale(1.3); }
	100% { transform: scale(1); }
}

.testing
{
	animation: heartbeat 1s infinite;
}

.boxnews {
    background-color: #FFF;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .1);
    margin-top: 10px;
}

.newsFirstImage {
    background-position: -300px 0px;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .1);
    height: 148px;
    width: 100%;
}

.newsTitle {
    color: white;
    font-weight: bold;
    padding: 20px;
}

.newsTitleRead {
    background-color: rgba(0, 0, 0, 0.67);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: white;
    height:23px;
    #padding: 6px;
}

.newsTitleReadName {
    float: right;
}

.newsTitleShort {
    color: white;
    font-size: 12px;
    height: 65px;
    padding-left: 20px;
    width: 170px;
    text-shadow: 1px 1px 2px black;
}