
@media only screen and (max-width : 480px) {
/* Ticker Styling */
#eventsTxt.has-js {
	margin: 20px 0px 20px 0px;
	padding: 0px 20px;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 30px 30px 30px 30px ;

	font-size: 0.75em;
	
}
#ticker {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;

}
#eventsTitle {
	padding-top: 9px;
	color: #076d7f;
	font-weight: bold;
	padding-right:30px;
	text-transform: uppercase;
	white-space:nowrap;
}
#ticker-content {
	margin: 0px;
	padding-top: 30px;
	

	color: #076d7f;
	font-weight: bold;

	overflow: hidden;
	/*white-space: nowrap;*/
	line-height: 1.2em;

	
}
div#ticker p#ticker-content{
	text-align:left;
}
#ticker-content:focus {
	none;
}
#ticker-content a {
	text-decoration: none;	
	color: #076d7f;
}
#ticker-content a:hover {
	text-decoration: underline;	
	color: #076d7f
}

#ticker-controls {
	/*padding: 8px 0px 0px 0px;*/
	list-style-type: none;
	float: left;
}
#ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
#ticker-controls li#play-pause {
	background-image: url('/Images/controls.png');
	background-position: 32px 16px;
}
#ticker-controls li#play-pause.over {
	background-position: 32px 32px;
}
#ticker-controls li#play-pause.down {
	background-position: 32px 0px;
}
#ticker-controls li#play-pause.paused {
	background-image: url('/Images/controls.png');	
	background-position: 48px 16px;
}
#ticker-controls li#play-pause.paused.over {
	background-position: 48px 32px;
}
#ticker-controls li#play-pause.paused.down {
	background-position: 48px 0px;
}
#ticker-controls li#prev {
	background-image: url('/Images/controls.png');
	background-position: 0px 16px;		
}
#ticker-controls li#prev.over {
	background-position: 0px 32px;		
}
#ticker-controls li#prev.down {
	background-position: 0px 0px;		
}
#ticker-controls li#next {
	background-image: url('/Images/controls.png');	
	background-position: 16px 16px;	
}
#ticker-controls li#next.over {
	background-position: 16px 32px;	
}
#ticker-controls li#next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
#no-js-events {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}
.left #ticker-swipe {
	left: 80px;
}
.left #ticker-controls, .left #ticker-content, .left #eventsTitle, .left #ticker {
    float: left;
}
.left #ticker-controls {
    padding-left: 6px;
}
.right #ticker-swipe {
	right: 80px;
}
.right #ticker-controls, .right #ticker-content, .right #eventsTitle, .right #ticker {
    float: right;
}
.right #ticker-controls {
    padding-right: 6px;
}

}

/*************** (min-width : 481px) and (max-width : 1024px) ***************/

@media only screen and (min-width : 481px) and (max-width : 1024px){
/* Ticker Styling */
#eventsTxt.has-js {
	margin: 20px 0px 20px 0px;
	padding: 0px 20px;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 30px 30px 30px 30px ;
	background-color: #076d7f;
	font-size: 0.75em;
	
}
#ticker {
	width: 70%;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #076d7f;
}
#eventsTitle {
	padding-top: 9px;
	color: #fff;
	font-weight: bold;
	background-color: #076d7f;
	text-transform: uppercase;
}
#ticker-content {
	margin: 0px;
	padding-top: 9px;
	position: absolute;
	color: #fff;
	font-weight: bold;
	background-color: #076d7f;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
}
#ticker-content:focus {
	none;
}
#ticker-content a {
	text-decoration: none;	
	color: #fff;
}
#ticker-content a:hover {
	text-decoration: underline;	
	color: #fff;
}
#ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #076d7f;
	display: block;
	width: 800px;
	height: 23px; 
}
#ticker-swipe span {
	margin-left: 1px;
	background-color: #076d7f;
	border-bottom: 1px solid #076d7f;
	height: 12px;
	width: 7px;
	display: block;
}
#ticker-controls {
	/*padding: 8px 0px 0px 0px;*/
	list-style-type: none;
	float: left;
}
#ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
#ticker-controls li#play-pause {
	background-image: url('/Images/controls.png');
	background-position: 32px 16px;
}
#ticker-controls li#play-pause.over {
	background-position: 32px 32px;
}
#ticker-controls li#play-pause.down {
	background-position: 32px 0px;
}
#ticker-controls li#play-pause.paused {
	background-image: url('/Images/controls.png');	
	background-position: 48px 16px;
}
#ticker-controls li#play-pause.paused.over {
	background-position: 48px 32px;
}
#ticker-controls li#play-pause.paused.down {
	background-position: 48px 0px;
}
#ticker-controls li#prev {
	background-image: url('/Images/controls.png');
	background-position: 0px 16px;		
}
#ticker-controls li#prev.over {
	background-position: 0px 32px;		
}
#ticker-controls li#prev.down {
	background-position: 0px 0px;		
}
#ticker-controls li#next {
	background-image: url('/Images/controls.png');	
	background-position: 16px 16px;	
}
#ticker-controls li#next.over {
	background-position: 16px 32px;	
}
#ticker-controls li#next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
#no-js-events {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}
.left #ticker-swipe {
	left: 80px;
}
.left #ticker-controls, .left #ticker-content, .left #eventsTitle, .left #ticker {
    float: left;
}
.left #ticker-controls {
    padding-left: 6px;
}
.right #ticker-swipe {
	right: 80px;
}
.right #ticker-controls, .right #ticker-content, .right #eventsTitle, .right #ticker {
    float: right;
}
.right #ticker-controls {
    padding-right: 6px;
}
}

/*************** (min-width : 1025px) ***************/
@media only screen and (min-width : 1025px){
/* Ticker Styling */
#eventsTxt.has-js {

	padding: 0px 20px;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 30px 30px 30px 30px ;

	font-size: 0.75em;
	
}
#ticker {
	width: 710px;
	height: 23px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #076d7f;
}
#eventsTitle {
	padding-top: 9px;
	color: #fff;
	font-weight: bold;
	background-color: #076d7f;
	text-transform: uppercase;
}
#ticker-content {
	margin: 0px;
	padding-top: 9px;
	position: absolute;
	color: #fff;
	font-weight: bold;
	background-color: #076d7f;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;

}
#ticker-content:focus {
	none;
}
#ticker-content a {
	text-decoration: none;	
	color: #fff;
	
}
#ticker-content a:hover {
	text-decoration: underline;	
	color: #fff
}

#ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #076d7f;
	display: block;
	width: 800px;
	height: 23px; 
}
#ticker-swipe span {
	margin-left: 1px;
	background-color: #076d7f;
	border-bottom: 1px solid #fff;
	height: 12px;
	width: 7px;
	display: block;
}
#ticker-controls {

	list-style-type: none;
	float: left;

	
}

#ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
	
}
#ticker-controls li#play-pause {
	background-image: url('/Images/controls.png');
	background-position: 32px 16px;
}
#ticker-controls li#play-pause.over {
	background-position: 32px 32px;
}
#ticker-controls li#play-pause.down {
	background-position: 32px 0px;
}
#ticker-controls li#play-pause.paused {
	background-image: url('/Images/controls.png');	
	background-position: 48px 16px;
}
#ticker-controls li#play-pause.paused.over {
	background-position: 48px 32px;
}
#ticker-controls li#play-pause.paused.down {
	background-position: 48px 0px;
}
#ticker-controls li#prev {
	background-image: url('/Images/controls.png');
	background-position: 0px 16px;		
}
#ticker-controls li#prev.over {
	background-position: 0px 32px;		
}
#ticker-controls li#prev.down {
	background-position: 0px 0px;		
}
#ticker-controls li#next {
	background-image: url('/Images/controls.png');	
	background-position: 16px 16px;	
}
#ticker-controls li#next.over {
	background-position: 16px 32px;	
}
#ticker-controls li#next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
#no-js-events {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}
.left #ticker-swipe {
	left: 80px;

}
.left #ticker-controls, .left #ticker-content, .left #eventsTitle, .left #ticker {
    float: left;

}
.left #ticker-controls {
    padding-left: 6px;
}
.right #ticker-swipe {
	right: 80px;
}
.right #ticker-controls, .right #ticker-content, .right #eventsTitle, .right #ticker {
    float: right;
}
.right #ticker-controls {
    padding-right: 6px;
}
}