/*** @charset "utf-8"; **/

input:focus {outline: none;}

xx_body {	

  font-family: Exo 2, sans-serif !important;
  font-weight: 300; 
  font-size: 16px;
padding-bottom: 40px;
	-webkit-font-smoothing: antialiased;
}

select{	width:100%;min-width:200px;}


.en{display:none;}
.fr{display:block;}

/******************************* Technical styles */

.grad_vert_trans{
background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 );
}

.px{width:1px;height;1px;border:0px;padding:0px;margin:0px;display:block;}

.page_hid{display:none;}
.hid{display:none;}
.sho{display:block;}
.trans{-moz-opacity: 0.0;opacity:0.0;filter: alpha(opacity=0);}
.trans75{-moz-opacity: 0.75;opacity:0.75;filter: alpha(opacity=75);}
.trans50{-moz-opacity: 0.5;opacity:0.5;filter: alpha(opacity=50);}
.trans25{-moz-opacity: 0.25;opacity:0.25;filter: alpha(opacity=25);}

.crop {
    position:absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    margin: auto;
    width: auto;
    height: auto;
}

.imgLiquid img{
    visibility:hidden;
}


.tttitle{
   -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
    transform: rotate(-5deg);
margin-top:-30px;
}

.bg50wht{
	padding:20px;
	padding-top:15px;
	border-radius:20px;
	margin-bottom:20px;
	margin-top:10px;
	background-image: url(/css/images/white_trans80.png);
}

.bg50wht_sm{
	margin-bottom:20px;
	margin-top:10px;
	background-image: url(/css/images/bg_bk15.png);
}

#errmsg{border:0px solid red;display:block;width:300px;height:25px;overflow:hidden;}

/*END ******** Technical styles */

#events{

	background-color:#fff;

}
#news{

	background-image: url(/css/images/grad_down_140_50t.png);
	background-image: linear-gradient(#ccc, #ddd 60%, #fff);
	background-repeat:repeat-x;
	background-size:100% 40%;
	bbbackground-position: 0px 430px;;
	background-color:#fff; 
}


#players_mask{
	display:block;
	position:absolute;
	width:105%;
	height:auto;
	background-color:#AAA;
	background-color:transparent;
	border:2px solid #AAA;
	z-index:850;
	
	background-image: url(/css/images/loading.gif);
	background-repeat:no-repeat;
	xx_background-size:100% 40%;
	background-position: center center;	

}

#video_playlist{

	border-top-left-radius:50px;
	xxbackground-image: url(/css/images/grad_down_140_50t.png);
	xxbackground-image: linear-gradient(#ccc, #ddd 60%, #fff);
	background-repeat:repeat-x;
	background-size:100% 100%;
	background-color:#D3DB30;
	height:385px;
	border-bottom:10px solid #AAA;
	
}

#video_playlist .content{
	height:85%;
	min-height:200px;
}

.video_playlist_close{
	cursor:pointer;
	display:block;
	position:absolute !important;
	right:20px;
	top:25px;
	font-size:20px;
	border:0px solid #aaa;
	padding:5px;
}

.rcol_pad{
	padding:20px;
}


.formtable{
	font-size: 14px; 
	padding:0px;
	COLOR: #AAA;
/*	background-color:#D3D3D3; */

}

.formbut{
	FONT-SIZE: 14px; 
	FONT-WEIGHT:normal; 
	Font-Family: Arial, Helvetica;
}	

.formel{
	FONT-SIZE: 14px; 
	FONT-WEIGHT:normal; 
	COLOR: #AAA;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;
}
.formtable td{
	padding:2px;
	FONT-SIZE: 14px; 
	COLOR: #AAA;
}


.trunc_yt {
	display: block;
	display: -webkit-box;
	max-height:24%;
	max-height:190px;;	
	webkit-line-clamp: 6;
	webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis; 
	-o-text-overflow: ellipsis; 	
	cursor:row-resize;
}


.trunc {
	display: block;
	display: -webkit-box;
	xx_max-width: 400px;
	max-height:64%;
	webkit-line-clamp: 6;
	webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis; 
	-o-text-overflow: ellipsis; 	
	cursor:row-resize;
}

.trunc_link{ 
	max-width: 100%; 
	min-width: 100px;
	overflow: hidden; 
	-ms-text-overflow: ellipsis; 
	-o-text-overflow: ellipsis; 
    	text-overflow: ellipsis; 
    	white-space: nowrap;
    	word-wrap:break-word; 
}

.trunc_news {

	display: -webkit-box;
	display: block;
	max-height:300px;
	xx_max-width: 100%;
	webkit-line-clamp: 6;
	webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis; 
	-o-text-overflow: ellipsis; 	
	cursor:row-resize;
}

.trunc_event {

	display: -webkit-box;
	display: block;
	max-height:200px;
	xx_max-width: 100%;
	webkit-line-clamp: 6;
	webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis; 
	-o-text-overflow: ellipsis; 	
	cursor:row-resize;
}


#wind_report .content{
	cursor:zoom-in !important;
	width:100%;
	overflow:hidden;
}



.uncached{border: 5px solid red !important;}

.datestamp{
	font-size:8px;
	float:right;
	position:absolute;
	display:none;
}

#debug{
	position:fixed;
	width:550px;
	height:200px;
	overflow:auto;
	left:40px;
	top:30px;
	border:1px dotted #555;
	border-top: 20px solid #ccc;
	padding:5px;
	text-align:left;
	z-index:20000;
	font-size:80%;
	xx_background-color:#fff;
	background-image: url(/css/images/white_trans80.png);
	background-repeat:repeat;	
}

#debug_close{
	position:absolute;
	right:10px;
	top:5px;
	display:block;
	width:25px;
	height:25px;
	border: 1px dotted #fff;
	text-align:center;
	padding-top:5px;
	color:#fff;
	background-color:#aaa;
	cursor:pointer;
	z-index:20001;
}

/************************************************** LAYOUT */

#main{}

#main h2{display:inline;}


.main_text{
	margin-top:0px;
}


.main_bg{

	background-color: #fff;
	z-index:101;
	position:absolute;
	background-image: url(/css/images/bg2.png);
	background-size:cover;
	background-position:50% 10%;
	background-repeat:no-repeat;	
	width:100%;
}


.logo{
	pointer-events:none;
	xxposition:absolute;;
	xxleft:20px;
	xxtop:20px;
	xxmargin:10px;
	xxmax-height:400px;
	xxwidth:99% !important;
	xxmargin-top:0px;
	z-index:99;
}


#menu_bullet{
	display:block;
	position:absolute;
	width:10px;
	height:10px;
	z-index:200;
	top:0px;
	left:0px;
	background-color:#99174D;
	
}

#special{
	display:block;
	position:relative;
	padding:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
	margin-top:20px;
	background-color:#D6D3C9;
	border-top-style: solid;
	border-top-width: 1px;
	border-color:#ddd;
	z-index:100;
	color:#AAA;
}

.special_glyph{
	position:absolute !important;
	display:block;
	width:40px;
	height:40px;
	left:-25px !important;
	top:-19px !important;
	border:0px solid red;
	color:#7D327D;
	xxtext-shadow: 1px 1px 6px #000000;
}

#special h1{
	text-shadow: 3px 3px 16px #fff;
}



#today{
	display:block;
	position:absolute;
	padding:20px;
	padding-left:20px;
	padding-bottom:40px;
	padding-top:10px;
	bottom:-15px;
	
	margin-bottom:-15px;
	max-width:350px;
	background-color:#FFE499;
	border-top-style: solid;
	border-top-width: 1px;
	z-index:99;
	color:#000;
	background-image: url(/css/images/grad_down_140.png);
	background-size:100% 100px;
	background-repeat:repeat-x;
	background-position: left -50px;
	background-color:#fff !important;
	border:0px solid #fff;
	left:40px;
	box-shadow: 3px 3px 15px #AAA;
		
}

.trunc_today {
	display: -webkit-box;
	display: block;
	max-height:100px;
	webkit-line-clamp: 6;
	webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis; 
	-o-text-overflow: ellipsis; 	
	cursor:row-resize;
}

#today small{
	font-size:85%;
}


#today h1{
	font-size:28px;
	color:#fff;
	font-weight: 700;
	text-shadow: 3px 3px 16px #555;
}

.today_glyph{
	position:absolute !important;
	display:block;
	width:40px;
	height:40px;
	font-size:40px;
	left:-25px !important;
	top:-20px !important;
	border:0px solid red;
	color:#fff;
	text-shadow: 1px 1px 6px #555;
}

.today_close{
	cursor:pointer;
	display:block;
	position:absolute !important;
	width:25px;
	height:25px;
	right:2px !important;
	top:6px !important;
	color:#fff;
	font-size:16px;
	xxtext-shadow: 2px 2px 4px #000000;
}


.carousel_edge{
	height:20px;
	width:100%;
	margin-bottom:5px;
	background-image: url(/css/images/edge_drk.png);
	background-repeat: repeat-x;
	background-position:top left;

}


#footer_text{
	font-size:85%;
	line-height: 1.3;
	display:block;
}

.edit_icon{
	display:block;
	position:absolute;
	right:0px;
	xxtop:0px;
	width:50px;
	height:50px;
	padding:0px;
	padding-top:4px;
	background-color:#FFF;
	border-radius:25px;
	xxbox-shadow: 0px 0px 6px #000;
	text-align:center;
	z-index:20000;
	xx_text-shadow: 4px 4px 6px #aaa;
	font-size:40px;
	line-height:1 !important;
	border:1px solid #aaa;
}


.content_cache{
	position:relative;
	display:block;
	xx_background-color:red;
	border:0px solid #eee;
}
.content_live{
	position:relative;
	display:block;
	xx_background-color:green;
	border:0px solid #eee;
}

.sitecredit{
	FONT-SIZE: 10px; 
	color:#aaa;
	line-height:13px;
	border-top: 0px dotted #704676;
	padding-top:15px;
	text-align:right;	
}




#socmedia {
	display:block;
	width: 100%;
	min-height:60px;
	float: left;
}

#socmed{
	display:inline-block;
	position:absolute;
	right:15px;
	top:-55px;
	z-index:1200;
}

#socmed_xs{
	display:block;
	text-align:center;
}


.socmed_icon{
	display:block;
	float:left;
	margin:0px;
	margin-right:5px;
	align:left;
	width:30px;
	margin-top:7px;

}

.news_scroll{
	height:400px;
	overflow:auto;
	padding-right:10px;
	margin-right:-10px;
}

/*********************************************** END LAYOUT */





/* ******************************* FACEBOOK Feed styles */
.fb_event_hid{
	display:none;
}

.fb_event_pic{
	width:50px !important;
	max-width:50px !important;
	height:50px !important;
}

.fb_event{
	padding-right:15px;
}

.fbicon{
	margin-right:5px;
	margin-bottom:-2px;
}

.fb_highlight{
	border:1px dotted #000;
	padding:10px;
	border-radius:10px;
	margin-bottom:10px;
	margin-top:10px;
	background-image: url(/css/images/white_trans80.png);
	
	
}

.item_div{
	word-wrap:break-word;
	display:inline-block;
	margin-bottom:10px;
	margin-top:10px;
	color:#000;
	font-size: 85%;
	line-height: 1.3;
}


.item_div h1{
	word-wrap:break-word;
	display:block;
	margin-bottom:0px;
	color:#500;
	font-size: 16px;
	font-weight:normal;	
}


.item_div h4{
	display:block;
	text-transform:none;
	margin-bottom:2px;
	letter-spacing:0px;
	margin-top:0px;
	font-weight:bold;
}


.item_link{
	display:block;
	font-size:12px;
	margin-top:8px;
	margin-bottom:8px;

	/* ensure long links dont break layout */
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	/* Non standard for webkit */
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;	
}

.hideposts{display:none;}


.comment_idicon{
	display:block;
	float:left;
	width:32px;
	height:32px;
	margin-right:7px;
	margin-bottom:0px;
	margin-top:0px;
}

.idicon{
	display:block;
	float:left;
	width:40px;
	height:40px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:4px;
}

.noicon{
	display:none;
	float:left;
	width:1px;
	height:1px;
}

.fbblock_70{
	display:inline-block;
	float:left;
	width:75%;
	margin-top:4px;
}

.fbblock_80{
	display:inline-block;
	float:left;
	width:75%;
	margin-top:4px;
}


.fbpic{
	margin-top:5px;
	margin-right:10px;
	border: 1px solid #222;
	max-width:200px;
	max-height:200px;
	float:left;
	background-color:#fff;
}

/* END ******************************* FB Feed styles */



/* ******************************* YOUTUBE Feed styles */


.loading{
	display:block;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
	margin-top:35%;
}

#YT_title{
	float:left;
	overflow:hidden;
	background-color:transparent;
	padding-left:10px;
	padding-top:6px;
	width:75%;
	height:35px;
	font-size:16px;
	text-align:left;
	color:#000;
}

#YT_controls{
	background-image: url(/css/images/grad_but_flip.png);
	background-size:contain;
	background-color:transparent;
	display:block;
	margin-top:0px;
	height:36px;
	width:100%;
	padding:6px;
	text-align:right;
	border: 0px dotted #000;
	z-index:6000;
}


.yt_link{
	font-size:12px;	
	display:block;
	float:left;
	width:30%;
}

.yt_link img{}


#YT_video{
	background-image: url(/css/images/white_trans90.png);
	background-color:transparent;
	display:block;
	width:330px;
	height:200px;
	z-index:1000;	
}

#YT_playlist{
	margin-top:0px;
	width:100%;
	padding:10px;
	padding-left:2px;
	display:block;
	overflow:auto;
	height:560px;
	border-bottom: 1px dotted #aaa;
}

#YT_playlist .ttrunc {
	display: block;
	display: -webkit-box;
	xx_max-width: 400px;
	max-height:64%;
	webkit-line-clamp: 6;
	webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis; 
	-o-text-overflow: ellipsis; 	
	cursor:row-resize;
}