

#lbass-slide .slide-message{
	position: absolute;
	z-index: 414;
	margin-left:10px;
	height: 97%;
	width: 100%;
	max-width: 200px;
	background:rgba(0,0,0,0.5);
	color:white;
	text-align:justify;
	padding: 0px 5px 0px 5px;
	overflow: hidden;
	font-family: Kristen ITC;
}
#lbass-slide{
	position: relative;
}
.slide-main-message{
	position: relative;
}
.slide-more{
    position: absolute;
    bottom: 0;
    left: 0;
   background-color: #002500;
   width: 100%;
   text-align: center;
}
.slide-more a{
	color: #FFFFFF;
}

#News-Messages {
	margin-top: 25px;
}
#News-Messages .message-header{
	padding: 10px 25px 10px 25px;
	background-color: #002500;
	border-radius: 25px;
	position: relative;
	overflow: hidden;
	min-height: 77px;
}
#News-Messages .message-header p{
	font-size: 1.3em;
	font-weight: bold;
	color:#FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	margin-top: 10px;
}
#News-Messages .message-header img{
	max-width: 100%;
	height: relative;
	border-radius: 10px;
}
#News-Messages #Principal-Message{
	padding-top: 10px;
}
.message-header .col-sm-6{
	padding: 0px 0px 0px 0px;
}
#twitter-news{
	padding-top:10px;
}
#home-achievements{
	margin:10px 0px 10px 0px;
	background-color: #002500;
	color:#FFFFFF;
	font-weight:bold;
	border-radius: 10px;
	text-align: center;
	padding:10px 0px 5px 0px;
	font-size: 5em;
	font-family: Palatino-Linotype;
}
#home-achievements i{
	color: #FFCD43;

}
#home-achievements-slides{
	margin-bottom: 10px;
}
#home-art-post{
	background-color: #007300;
}
#home-art-content{
	margin: 0px 5px 0px 5px;
}
#home-art-content img{
	margin-bottom: 5px;
}
#home-art-post #home-art-content a{
    text-align: center;
    width: 100%;
}
#home-art-post #home-art-content a:link{
    color: #FFFFFF;
}
#home-art-post #home-art-content a:hover{
    color: #FFCD43;
}

#eco-alert{
	margin: 10px 0px 10px 0px;
}
#eco-alert a:hover{
	box-shadow: 5px 10px #888888:
}
.z-depth-2{
	border-radius: 10px;
}

@keyframes rotate {
	100% {
		transform: rotate(1turn);
	}
}

.final-message {
  animation: color-change 1s infinite;
}

@keyframes color-change {
  0% { color: white; }
  50% { color: gold; }
  100% { color: white; }
}

@media only screen and (max-width : 768px) {

	#mainBody #News-Messages .message-header p{
		font-size: 1em;
	}
	#News-Messages .col-md-6{
		margin-top: 10px;
	}
	.home-enroll{
		margin-top: 15px;
	}

}
@media only screen and (max-width : 992px) and (min-width :768px) {
	#mainBody #News-Messages .message-header p{
		font-size: .8em;
	}
}
@media only screen and (max-width :1200px) and (min-width :768px) {
	#header .item{
		padding-left: 50px;

	}
	#News-Messages .message-header p{
		font-size: 1em;
	}
}



