/*******************************************************************************
*
* Messages
*
* Created by JDP Creative Outbursts
* https://www.facebook.com/jdpcreativeoutbursts
*******************************************************************************/
#messageSlider {
	font-family: 'Conv_FedraSansScreen-Regular';
	background-color:#013b59;
	margin:0px;
	height:70px;
	overflow:hidden;
	list-style-type: none;
	margin-bottom:14px;
}

#messageSlider li {
	height:100%;
	position:relative;
}

#messageSlider .message {
	margin-left:100px;	
	padding-top:10px;
	padding-right:10px;
}

#messageSlider li a {
	color:#fff;
}

#messageSlider li a:hover {
	color:#aaa;
}

#messageSlider li img {
	float:left;
	margin-top:10px;
	margin-left:10px;
	max-height:50px;
}

.msgType {
	display: none;
}

@media screen and (min-width:780px) and (max-width:1024px) {
	#messageSlider {		
		height:95px;
	}
	
	#messageSlider li img {		
		margin-top:20px;
	}
}

@media screen and (min-width:640px) and (max-width:780px) {
	#messageSlider {		
		height:85px;
		font-size:10pt;
	}
	
	#messageSlider li img {		
		margin-top:20px;
	}
}

@media screen and (min-width:450px) and (max-width:640px) {
	#messageSlider {		
		height:95px;
		font-size:10pt;
	}
	
	#messageSlider li img {		
		margin-top:20px;
	}
}

@media screen and (max-width:450px) {
	#messageSlider {		
		height:95px;
		font-size:9pt;
	}
	
	#messageSlider .message {
		margin-left:65px;	
	}
	
	#messageSlider li img {		
		margin-top:30px;
		height:30px;
	}
}

@media screen and (max-width:450px) {
	#messageSlider .message {
		margin-left:10px;	
	}
	#messageSlider li img {		
		display:none;
	}
	.msgType {
		display:block;
		text-transform: uppercase;
		font-size: 7pt;
		font-weight:bold;
		color: #d5ad2f;
		padding-bottom:3px;
	}
}
