/*********************************************
	STYLES FOR BROWSER
	1. Developer, this is the individual 
	   css file for a web browser
	2. Please keep your code CLEAN. 
	3. Bring over ANY custom tags. 
	4. Make SURE to test the "Big 5" Browsers:
		-- IE7, IE8 - A MUST! 
		-- Firefox
		-- Chrome
		-- Safari
		-- Opera
*********************************************/
@font-face {
	font-family: 'digital-7regular';
	src: url('fonts/digital-7-webfont.eot');
	src: url('fonts/digital-7-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/digital-7-webfont.woff') format('woff'),  url('fonts/digital-7-webfont.ttf') format('truetype'),  url('fonts/digital-7-webfont.svg#digital-7regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HandScriptRegular';
	src: url('fonts/handscript_regular-webfont.eot');
	src: url('fonts/handscript_regular-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/handscript_regular-webfont.woff') format('woff'),  url('fonts/handscript_regular-webfont.ttf') format('truetype'),  url('fonts/handscript_regular-webfont.svg#HandScriptRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HeadlineHPLHSOne';
	src: url('fonts/headlonehplhs-webfont.eot');
	src: url('fonts/headlonehplhs-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/headlonehplhs-webfont.woff') format('woff'),  url('fonts/headlonehplhs-webfont.ttf') format('truetype'),  url('fonts/headlonehplhs-webfont.svg#HeadlineHPLHSOne') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HeadlineHPLHSTwo';
	src: url('fonts/headltwohplhs-webfont.eot');
	src: url('fonts/headltwohplhs-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/headltwohplhs-webfont.woff') format('woff'),  url('fonts/headltwohplhs-webfont.ttf') format('truetype'),  url('fonts/headltwohplhs-webfont.svg#HeadlineHPLHSTwo') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body {
	margin: 0;
	padding: 0;
}
body { /* Use both the px/em variable */
	font: 11px/1.3em Verdana, Geneva, sans-serif;
	color: #ffffff;
	background: #000000 url(/images/bg.jpg) center top no-repeat;
}

::-moz-selection {
 background: #E31C00;
 color: #fff;
 text-shadow: none;
}
::selection {
	background: #E31C00;
	color: #fff;
	text-shadow: none;
}
body.temp {
	background: url(/images/temp-bg.jpg) no-repeat center top;
}
body.home { /* Use both the px/em variable */
	font: 11px/1.3em Verdana, Geneva, sans-serif;
	color: #ffffff;
	background: #000000 url(/images/bg-home.jpg) scroll center top no-repeat;
}
a { /* default link styles*/
	color: #E31C00;
	text-decoration: none;
}
a:hover {
	color: #dddddd;
	text-decoration: underline;
}
.wrapper { /* This is where you would change by default. A SAFE width is 320px */
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
/*********************************************
	STANDARD TAGS:
	These are our standard tags. YOU MUST
	USE THESE TO HAVE THE SITE WORK PROPERLY
	WITH MOBILE AND DEFAULT CSS
	1) .header
	2) .main-nav -- located in nav.css
	3) h1, h2, h3, h4, h5
	4) .breadcrumbs
	5) .content
		-- .col-1
		-- .col-2 
		-- .col-3
		-- Make more if needed.
	6) .footer
*********************************************/

.header {
	z-index: 10;
	width: 937px;
	margin: 0 -50px 0 0;
	float: right;
}
h1 { /* This will use the same admin controlled headers */
	font-family: HandScriptRegular, Helvetica, Arial, sans-serif;
	font-size: 60px;
	color: #ffffff;
	line-height: 50px;
	margin: 0 0 20px 0;
}
h2 { /* This will use the same admin controlled headers */
	font-family: HandScriptRegular, Helvetica, Arial, sans-serif;
	font-size: 36px;
	color: #E31C00;
	line-height: 36px;
}
h2, h3, h4, h5 { /* Format as you need, use em's */
}
.breadcrumbs { /* Format as you need with your a tags, etc. */
	color: #E31C00;
	text-align: right;
	font-size: 9px;
	padding-right: 40px;
}
.content-top {
	width: 937px;
	height: 50px;
	background: url(/images/bg-content-topbottom.png) top no-repeat;
}
.content-bottom {
	width: 937px;
	height: 50px;
	background: url(/images/bg-content-topbottom.png) bottom no-repeat;
}
.content { /* Format as you need. Use em's where you can to keep consistent */
	width: 937px;
	background: url(/images/bg-content.png) repeat-y;
	position: relative;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	font-size: 12px;
	line-height: 20px;
}
.content .inner {
	padding: 10px 60px;
}
.inner-content {
	overflow: hidden; /* for equal height columns */
}
.col {
	float: left;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
}
.col-1 {
	width: 200px;
	float: left;
}
.col-2 {
	margin: -200px -50px 0 0;
	float: right;
	z-index: 1
}
.col-3 {
	width: 100px;
	float: left;
}
.footer { /* Format as you need. */
	width: 1000px;
	height: 650px;
	position: relative;
	color: #860303;
	font-size: 9px;
	line-height: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
.footer-sub { /* Format as you need. */
	width: 937px;
	float: right;
	height: 300px;
	background: url(/images/bg-footer.png) no-repeat;
	position: relative;
	color: #860303;
	margin: 0 -50px 0 0;
	font-size: 9px;
	line-height: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
.footer a {
	color: #860303;
	text-decoration: none;
}
.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.footer-sub a {
	color: #860303;
	text-decoration: none;
}
.footer-sub a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.footer .contact {
	position: absolute;
	right: -61px;
	width: 165px;
	bottom: 85px;
	text-transform: uppercase;
}
.elerts2 {
	position: absolute;
	left: 294px;
	width: 214px;
	bottom: 294px;
	text-align: center;
	padding: 70px 0 55px;
}
.footer .elerts {
	position: absolute;
	left: 304px;
	width: 210px;
	bottom: 144px;
}
.footer .elerts img {

}
.footer .elerts input {
	font-size: 10px;
}
.footer .quick {
	position: absolute;
	left: 138px;
	width: 210px;
	bottom: 44px;
	text-transform: uppercase;
	font-weight: bold;
}
.footer .quick ul {
	list-style: none;
	padding: 0;
	margin: 13px 0 0 0;
}
.footer .getmobile {
	position: absolute;
	left: -23px;
	width: 210px;
	bottom: 130px;
}
.footer .trash {
	width: 278px;
	height: 407px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	right: 170px;
	bottom: 110px;
	background: url(/images/footer-trash.png) -69px top;
}
.footer a.trash:hover {
	background: url(/images/footer-trash.png) top right;
}
.footer ul.social {
	background: url(/images/footer-social.png) no-repeat;
	width: 422px;
	height: 229px;
	position: absolute;
	right: 99px;
	bottom: -10px;
}
.footer ul.social li {
	margin: 0;
	padding: 0;
	list-style: none;
	/*display: block;
	position: absolute;*/
	position: relative;
	display: inline;
	float: left;
	font-size: 16px;
	right: 185px;
	top: 135px;
	z-index: 100;
}
.footer ul.social li.oc {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: none;
	position: absolute;
}
.footer ul.social a {
	display: block;
}
.footer ul.social .youtube span {
	color: #cd201f;
}
.footer ul.social .youtube span:hover .fa-youtube {
	color: #cd201f;
}
.footer ul.social .youtube span:hover {
	color: #fff;
}
.footer ul.social .twitter span {
	color: #55acee;
}
.footer ul.social .twitter span:hover .fa-twitter {
	color: #55acee;
}
.footer ul.social .twitter span:hover {
	color: #fff;
}
.footer ul.social .facebook span {
	color: #3b5998;
}
.footer ul.social .facebook span:hover .fa-facebook {
	color: #3b5998;
}
.footer ul.social .facebook span:hover {
	color: #fff;
}
.footer ul.social .instagram span {
	color: #3f729b;
}
.footer ul.social .instagram span:hover .fa-instagram {
	color: #3f729b;
}
.footer ul.social .instagram span:hover {
	color: #fff;
}
.footer ul.social .youtube {
	/*left: 110px;
	top: 0;
	width: 70px;
	height: 91px;*/
}
.footer ul.social .twitter {
	/*left: 108px;
	top: 101px;
	width: 142px;
	height: 49px;*/
}
.footer ul.social .facebook {
	/*left: 102px;
	top: 153px;
	width: 148px;
	height: 34px;*/
}
.footer ul.social .oc {
	left: 293px;
	top: 114px;
	width: 127px;
	height: 95px;
}
.footer ul.social .instagram {
	/*left: 40px;
	top: 0;
	width: 70px;
	height: 91px;*/
}
.footer ul.social .youtube a {
	/*height: 91px;
	width: 160px;*/
}
.footer ul.social .twitter a {
	/*height: 49px;
	width: 142px;*/
}
.footer ul.social .facebook a {
	/*height: 34px;
	width: 148px;*/
}
.footer ul.social .oc a {
	height: 95px;
	width: 127px;
}
.footer ul.social .instagram a {
	/*height: 91px;
	width: 70px;*/
}
.footer ul.social .youtube:hover {
	/*background: url(/images/footer-social.png) -572px 0 no-repeat;*/
}
.footer ul.social .twitter:hover {
	/*background: url(/images/footer-social.png) -570px -101px no-repeat;*/
}
.footer ul.social .facebook:hover {
	/*background: url(/images/footer-social.png) -564px -153px no-repeat;*/
}
.footer ul.social .oc:hover {
	background: url(/images/footer-social.png) -755px -114px no-repeat;
}
.footer ul.social .instagram:hover {
	/*background: url(/images/footer-social.png) -502px 0 no-repeat;*/
}
.footer .patrol {
	position: absolute;
	top: 169px;
	left: 46px;
	color: #000000;
	width: 160px;
	font-size: 11px;
}
.footer .patrol .section {
	padding: 0 0 10px 0;
}
.footer .tips {
	position: absolute;
	top: 20px;
	right: -63px;
	color: #000000;
	width: 170px;
	font-size: 11px;
}
.footer .tips a, .patrol a {
	color: #E31C00;
}
.footer-sub .contact {
	width: 270px;
	float: left;
	text-transform: uppercase;
	margin: 170px 0 0 0;
}
.footer-sub .elerts {
	float: left;
	width: 170px;
	margin: 95px 0 0 0;
}
.footer-sub .elerts input {
	font-size: 10px;
}
.footer-sub .quick {
	width: 190px;
	float: left;
	margin: 80px 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
}
.footer-sub .quick ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}
.footer-sub .getmobile {
	width: 210px;
	float: left;
	margin: 80px 0 0 50px;
}
.footer-sub ul.social {
	width: 266px;
	height: 133px;
	position: absolute;
	right: 0;
	top: 0;
}
.footer-sub ul.social li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
}
.footer-sub ul.social a {
	display: block;
}
/*.footer-sub ul.social .youtube {
	left: 37px;
	top: 0;
	width: 126px;
	height: 57px;
}
.footer-sub ul.social .twitter {
	left: 194px;
	top: 51px;
	width: 100px;
	height: 49px;
}
.footer-sub ul.social .facebook {
	left: 160px;
	top: 2px;
	width: 125px;
	height: 49px;
}
.footer-sub ul.social .youtube a {
	height: 57px;
	width: 125px;
}
.footer-sub ul.social .twitter a {
	height: 49px;
	width: 100px;
}
.footer-sub ul.social .facebook a {
	height: 49px;
	width: 142px;
}
.footer-sub ul.social .youtube:hover {
	background: url(/images/footer2.png) 12px -3px no-repeat;
}
.footer-sub ul.social .twitter:hover {
	background: url(/images/footer2.png) -145px -53px no-repeat;
}
.footer-sub ul.social .facebook:hover {
	background: url(/images/footer2.png) -111px -5px no-repeat;
}
.footer-sub ul.social .instagram { 
	font-size: 22px;
	right: 25px; 
	top: 90px;
	-webkit-transform: rotate(-7deg);
	   -moz-transform: rotate(-7deg);
	    -ms-transform: rotate(-7deg);
	     -o-transform: rotate(-7deg);
	        transform: rotate(-7deg); 
}
.footer-sub ul.social .instagram span {
	color: #3f729b;
}
.footer-sub ul.social .instagram span:hover .fa-instagram {
	color: #FDEFA7;
}*/
.footer-sub ul.social li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: inline;
	float: left;
	font-size: 16px;
	right: -50px;
	top: 0;
	z-index: 100;
}
.footer-sub ul.social a {
	display: block;
}
.footer-sub ul.social .youtube span {
	color: #cd201f;
}
.footer-sub ul.social .youtube span:hover .fa-youtube {
	color: #cd201f;
}
.footer-sub ul.social .youtube span:hover {
	color: #fff;
}
.footer-sub ul.social .twitter span {
	color: #55acee;
}
.footer-sub ul.social .twitter span:hover .fa-twitter {
	color: #55acee;
}
.footer-sub ul.social .twitter span:hover {
	color: #fff;
}
.footer-sub ul.social .facebook span {
	color: #3b5998;
}
.footer-sub ul.social .facebook span:hover .fa-facebook {
	color: #3b5998;
}
.footer-sub ul.social .facebook span:hover {
	color: #fff;
}
.footer-sub ul.social .instagram span {
	color: #3f729b;
}
.footer-sub ul.social .instagram span:hover .fa-instagram {
	color: #3f729b;
}
.footer-sub ul.social .instagram span:hover {
	color: #fff;
}
/*******************************************
	SITE SPECIFIC FORMATTING
	1. This is where you will test and put 
	   your site specific tags. 
********************************************/

.clock-box {
	width: 225px;
	margin: 0 0 0 -20px;
	float: left;
}
.live-on {
	background: url(/images/graphic-onair.png) no-repeat;
	width: 194px;
	height: 84px;
	margin: 0 auto;
}
.wanted {
	background: url(/images/wanted.png) no-repeat;
	height: 344px;
}
.wanted_inner {
	padding: 66px 20px 20px 18px;
}
.desk {
	width: 1000px;
	z-index: 20;
	margin: -197px 0 0 -113px;
	position: relative;
}
.logo {
	position: absolute;
	top: 40px;
	left: 180px;
	z-index: 8000;
}
.logo2 {
	margin: -30px 0 10px -10px;
	width: 220px;
}
.caller {
	background: url(/images/text-fora.png) no-repeat;
	height: 26px;
	width: 443px;
	position: absolute;
	top: 55px;
 *top:60px !important;
	right: -20px;
}
.readmore {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
.twitter_home_widget {
	position: absolute;
	top: 80px;
	right: 80px;
 *right:45px !important;
}
.facebook_home_widget {
	position: absolute;
	top: 80px;
	left: 567px;
 *left:607px !important;
	color: #000;
}
.header-back {
	width: 937px;
	height: 490px;
	background: url(/images/bg-header.png) no-repeat;
	position: relative;
}
.person {
	float: left;
	margin: 0 20px 0 0;
}
.slider-holder {
	position: absolute;
	bottom: 0;
}
.lineup {
	background: url(/images/lineupback.jpg) no-repeat;
	width: 846px;
	height: 405px;
	position: absolute;
	left: 48px;
	top: 48px;
}
#header_scroller {
	height: 358px;
}
.jcarousel-skin-tango #header_scroller {
	visibility: visible !important;
}
#header_scroller li {
	position: relative;
	height: 358px;
}
#header_scroller li img {
	position: absolute;
	bottom: 0;
	left: 0;
}
.now_playing_widget {
		display:none;
	left: 110px;
	position: absolute;
	top: 290px;
	width: 83px;
	font-size: 9px;
	line-height: 11px;
}
.now_playing_widget .title {
	color: #FF0000;
	font-weight: bold;
	margin: 0 0 3px 0;
	word-wrap: break-word;
}
.now_playing_widget .artist {
	color: #000;
	word-wrap: break-word;
}
a.textclub {
	display: block;
	height: 100px;
	width: 64px;
	background: url(/images/club98.gif) no-repeat;
	background-position: 0px 0px;
	position: absolute;
	top: 290px;
	right: 186px;
	z-indeX: 99999;
	line-height: 0;
    font-size: 0;
    color: transparent;
}
.santa {
	background: url(/images/sandsprite.png) 0px 0px no-repeat;
	width: 295px;
	height: 130px;
	position: absolute;
	right: -65px;
	top: -5px;
	display: block;
	z-index: 8000;
}
.santa:hover {
	background-position: 0px -155px;
}
.santa:active {
	background-position: 0px -316px;
}
.playing-title {
	color: #FF0000;
	font-family: HeadlineHPLHSTwo, Helvetica, Arial, sans-serif;
	font-size: 25px;
	line-height: 25px;
}
.play-text {
	font-family: digital-7regular;
	font-size: 25px;
	line-height: 25px;
}
.red {
	color: #E31C00;
}
.triangle {
	border-bottom: 4px solid transparent;
	border-left: 7px solid red;
	border-top: 4px solid transparent;
	display: inline-block;
	height: 0;
	margin-right: 10px;
	width: 0;
}
.yellow {
	color: #FADE8B;
}
.now_playing ul, .recently-played ul {
	list-style: none;
}
.recently-played ul li {
	float: left;
	margin-bottom: 5px;
	width: 49.5%;
}
.recently-played ul li .triangle {
	border-left: 7px solid #FADE8B;
}
.link-now-playing {
	position: absolute;
	z-index: 50;
	left: -15px;
	top: -30px;
	height: 90px;
	width: 100px;
}
.link-shorebread {
	position: absolute;
	z-index: 90;
	left: 235px;
	top: 888px;
}
.link-winter-coat-drive {
	background-image: url(/images/sprite-coat.png);
	position: absolute;
	z-index: 60;
	right: -120px;
	top: 52px;
	width: 200px;
	height: 275px;
}

.link-twelve-days {
	background-image: url(/images/sprite-xmas.png);
	position: absolute;
	z-index: 60;
	right: -120px;
	top: 52px;
	width: 200px;
	height: 166px;
}
.xmas-lights {
	position:fixed;
	bottom:50px;
	left:0;
	width:100%;
	height:100px;
	z-index:9999;
	pointer-events:none;
}
.xmas-lights img {
	position:absolute;
	top:0;
	left:0;
}
.lights-on {
	display:none;
}
.ticker-contain	{
	display:block;
	margin:0 0 20px;
	padding:20px 0;
	background: url(/images/chalk.jpg) no-repeat center top;
}
.ticker-title	{
	font-family:digital-7regular;
	font-size:2em;
	display:block;
	text-align:right;
	width:10%;
	padding: 4px 2%;
    margin: 5px 0;
	color:#FFE747;
}
.each-ticker-contain	{
	display:block;
	background:rgba(0, 0, 0, 0.2);
	box-shadow:inset 2px 2px 3px rgba(0, 0, 0, 0.8);
	float:left;
	width:84%;
	padding: 4px 0;
    margin: 5px 2% 5px 0;
}
.content .ticker-contain .inner {
    padding: 10px;
}
.ticker-link	{
	margin-right:40px;
}
.ticker-link a	{
	color:#fff;
}
.ticker-link a:hover	{
	text-decoration:none;
	color:#E31C00;
}

.broadlive {
  position: absolute;
  right: -108px;
  top: 410px;
  z-index: 9999999;
}
.broadlive img {
  width: 150px;
}
.broadlive img:hover {
	opacity: 0.8;
}

.home-pigskin {
	display:none;
	width:150px;
	position: absolute;
	left: 200px;
	top: 430px;
	z-index: 9999998;
	}
.home-pigskin:hover {
	opacity: 0.8;
	}

#frmD3Forms2187_error ul li {
	color:#E31C00;
}


fieldset input.frm-txt {
	border-radius:10px;
	padding:2px 0 2px 2% !important;
	width: 98% !important;
	margin-right:1% !important;
	}
	
.button {
	display:inline-block;
	text-decoration:none !important;
	background: #FCD320; /* Old browsers */
	background: -moz-linear-gradient(top, #FFE924 0%, #FCD320 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFE924), color-stop(100%,#FCD320)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFE924 0%,#FCD320 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFE924 0%,#FCD320 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFE924 0%,#FCD320 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FFE924 0%,#FCD320 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE924', endColorstr='#FCD320',GradientType=0 ); /* IE6-9 */
	color: black !important;
	border:0;
	padding: 5px 15px 3px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	font-weight: bold !important;
	font-size: 1em !important;
	text-align: center !important;
	line-height: 1.3em !important;
	text-transform: uppercase !important;
	overflow:hidden !important;
	text-shadow: none !important;
	}

.button:hover {
	background: #FFE924; /* Old browsers */
}
.college{
	position:absolute;
	top: 340px;
	left: 257px; 
	z-index:10;
}

.topright-peg {
	position:absolute;
	top: 370px;
	left: 200px; 
	z-index:10;
	width:150px;
}

.topright-peg img {
	width:110%;
	height: auto;
    -webkit-transition: width 1s; /* Safari */
    transition: width 1s;
}
.topright-peg:hover img {
	width:125%;
}


/*****************
	Calendar
*****************/

.cal_date {
	width: auto !important;
}

#frmD3Forms3336_error {
	position: absolute;
	right: -245px;
}
#frmD3Forms3336 .frm-row {
	padding: 0 0 5px;
}
#frmD3Forms3336_submit_button {
	width: 100%;
    border-radius: 8px;
    border: none;
    background: #FBC720;
    color: #996B0E;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    margin-top: 5px;
    padding: 3px 0;
}

#frmD3Forms3336_success_container {
	color: #000;
	font-weight: bold;
}

.phone-number {
	position: absolute;
    right: -90px;
    z-index: 9999;
    top: 50px;
}

.phone-number img {
	max-width: 125px;
}

.col-2 .phone-number {
	left: 190px;
    position: absolute;
    top: 45px;
    z-index: 9999;
}
.col-2 .phone-number img {
	-webkit-transform: rotate(-40deg);
       -moz-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
         -o-transform: rotate(-40deg);
            transform: rotate(-40deg);
}

.subnav .facebook, .subnav .instagram, .subnav .youtube, .subnav .twitter, .subnav .phone {
	font-size: 14px;
	padding: 0;
}

.subnav .facebook span {
	color: #3b5998;
}
.subnav .facebook span:hover .fa-facebook {
	color: #3b5998;
}
.subnav .facebook span:hover {
	color: #fff;
}
.subnav .instagram span {
	color: #3f729b;
}
.subnav .instagram span:hover .fa-instagram {
	color: #3f729b;
}
.subnav .instagram span:hover {
	color: #fff;
}
.subnav .youtube span, .subnav .phone span {
	color: #cd201f;
}
.subnav .youtube span:hover .fa-youtube, .subnav .phone span:hover .fa-phone {
	color: #cd201f;
}
.subnav .youtube span:hover, .subnav .phone span:hover {
	color: #fff;
}
.subnav .twitter span {
	color: #55acee;
}
.subnav .twitter span:hover .fa-twitter {
	color: #55acee;
}
.subnav .twitter span:hover {
	color: #fff;
}

#above-nav {
	position: absolute;
	left: 15px;
	top: -8px;
}


.call-today {
    left: -215px;
    position: absolute;
    z-index: 9999;
    top: 250px;
    max-width: 225px;
    -webkit-transform: rotate(-20deg);
       -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
         -o-transform: rotate(-20deg);
            transform: rotate(-20deg);
}

.footer-sub .elerts > div {
	margin-bottom: 30px;
	margin-top: 35px;
}

.footer-sub .elerts > div a {
	padding: 65px 40px;
}

.text-club-btn {
	margin: 0 0 30px;
}

.text-club-btn a {
	display: block;
	padding: 10px 15px;
	background: #F90000;
	border-radius: 30px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	font-family: HandScriptRegular,Helvetica,Arial,sans-serif;
}

.text-club-btn a:hover {
	text-decoration: none;
	background: #860303;
}

#frmD3Forms3336_success_container {
	color: #F00;
}