@charset "utf-8";

/*
 # Base Styles
 ***********************************/
@import url("/css/bootstrap.css");
@import url("/css/base.css");


/*
 # Structure Styles
 ***********************************/
@import url("/css/main.css");
@import url("/css/header.css");
@import url("/css/footer.css");


@import url("/css/font-awesome.min.css");


/*
 # Content Styles
 ***********************************/
@import url("/css/home.css");
@import url("/css/levelpage.css");


@import url('/css/reset.css');
@import url('/css/static.css');
@import url('/css/elements.css');
@import url('/css/preloader.css');


div.bkg_flip{
    height: auto;
    min-height: 100px;
    padding-top: 5%;
    margin-bottom: -10%;
    padding-left: 8%;
    padding-right: 8%;
	background: #fff url("../images/body/cloud.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}  
/*
#fb5-container-book {

	top: 0px !important;

}
*/
#fb5{
   font-family:Arial,sans-serif;	
   font-size:14px;	
   position:relative;
   overflow:hidden;
   margin:0 auto;
   display:block;
   width:100%;
   height:300px;
   opacity:0;
   margin-bottom:0px;
}

#fb5.fullScreen,#fb5-ajax[data-template="true"] #fb5{
   margin-bottom:0;	
}


#fb5 #fb5-container-book {
	position: absolute;
	z-index: 5;
	display: none;
	width: 1100px; height: 715px;
}


#fb5 fieldset{
	
	
}


#fb5 #fb5-deeplinking{
  display:none;	
}


#fb5 .fb5-bcg-book{
    background: none no-repeat center center;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
    width:100%;
	height:100%;
}

#test{
   margin:0 auto;
   width:100%;
}

#fb5 #page.mobile {
		width: 550px; height: 358px;
		margin: -210px 0 0 -275px;
	}
	
#fb5 #page .padding { /*padding: 0 34px;*/ }



#fb5 .cursor-grab {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}


#fb5 .fb5-overlay {
	position: absolute; left: -10000px; top: 0; z-index: 20;
	
	/*background: url(../img/bg-overlay.png);/*/
	background:rgba(0,0,0,0);
	
	width: 100%; height: 100%;
	display:none;
}

#fb5 .fb5-overlay.active { left: 0; display:block; }


/* = Back button
-------------------------------------------------------------- */
   #fb5 #fb5-button-back{
	color:#FFFFFF;
	position:absolute;
	left:-5px;
	top:45px;
	background-color:#64C8D3;
	border-radius: 4px 4px 4px 4px;
	padding:5px;
	padding-left:15px;
	padding-right:10px;
	font-size:12px;
	font-weight:bold;
	margin-top:-45px;
  }
  #fb5 #fb5-button-back:hover{
	color:#64C8D3;  
	background-color:#FFFFFF
  }


/* = About
-------------------------------------------------------------- */

	#fb5 #fb5-about {
		position: absolute; z-index: 5;
		width: 45%; display: none;
		/*padding-top: 6%;/*/
	}

	#fb5 #fb5-about h1,
	#fb5 #fb5-about h2,
	#fb5 #fb5-about h3,
	#fb5 #fb5-about h4,
	#fb5 #fb5-about h5,
	#fb5 #fb5-about h6 {
		margin: 0 0 .5em 0;
		padding:0px;
		font-size: 1.375em;
		color: #64c8d3;
		-webkit-font-smoothing: antialiased;
		text-transform:none;
	}
	
	#fb5 #fb5-about h3{
		background: url(../img/arrow-right.png) no-repeat 0 50%;	
		padding: 0 0 0 25px;	
	}
	
	#fb5 #fb5-about ul,#fb5-about ol {
		list-style:disc;
		margin: 0;
		padding-left:10px;
		padding-top:0%;
		padding-bottom:2%;
	}
	
	#fb5 #fb5-about li {
		color: #cfeaee;
		margin-bottom:4px;
	}
		
	
	#fb5 #fb5-about p {
		/*font-size: 0.688em;/*/
		color: #cfeaee;
		margin-bottom:4%;
	}
	
	#fb5 #fb5-about a {
		color:#ffffff;	
		text-decoration:underline;
	}
	
	#fb5 #fb5-about a:hover {
		/*color:#ffffff;/*/	
		text-decoration:none;
	}



/* = Book
-------------------------------------------------------------- */

#fb5 #fb5-book {
	position: relative; z-index: 10;
	width: 100%; height:100%;
}

#fb5 #fb5-book .turn-page {
	background-color:#FFF;
	background-size: 100% 100%;
}

#fb5 .fb5-double {
	background-size: 200% 100% !important;
}

#fb5 .fb5-double.fb5-first {
	background-position: 0% 0%;
}

#fb5 .fb5-double.fb5-second {
	background-position: -100% 0%;
}







	/* = Nav Arrows
	---------------------------------------- */
	
	#fb5 .fb5-nav-arrow {
		position: absolute; top: 50%; z-index: 15;
		background: url(../img/arrow-navpage.png);
		width: 34px; height: 136px;
		margin-top: -68px;
	}
		
	#fb5 .fb5-nav-arrow.next			{ right: -34px; background-position: 0 0; }
	#fb5 .fb5-nav-arrow.next:hover	{ background-position: 0 -186px; }
	
	#fb5 .fb5-nav-arrow.prev			{ left: -34px; background-position: 0 -372px; display: none; }
	#fb5 .fb5-nav-arrow.prev:hover	{ background-position: 0 -558px; }
	
	#fb5 .fb5-nav-arrow.next{
		transform-origin:0 center;
		-ms-transform-origin:0 center;
		-webkit-transform-origin:0 center;		 
    }
	
	#fb5 .fb5-nav-arrow.prev{
		transform-origin:right center;
		-ms-transform-origin:right center;
		-webkit-transform-origin:right center;		 
    }
	
		/*#page.mobile .fb5-nav-arrow.next { right: -24px; }*/



	/* = Cover
	---------------------------------------- */

	#fb5 #fb5-logo-cover {
		position: absolute; right: 10px; bottom: 10px; z-index: 5;
	}	

	#fb5 #fb5-cover ul {
		position:absolute;
		top:50%;
		-webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
        transform: translate(0,-50%);
		clear: both;
		width: 100%;
		list-style: none;
		padding: 20px 0;
		border-top: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2;
	}
	
	#fb5 #fb5-cover ul:after { clear: both; content: ''; display: block; }
	
	#fb5 #fb5-cover li {
		float: left;
		width: 28.3%;
		margin: 0 2.5%;
		list-style:none;
	}
		
	#fb5 #fb5-cover li,
	#fb5 #fb5-cover img {
		-moz-user-select: -moz-none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		user-select: none;
		box-shadow:none;
	}
		
	#fb5 #fb5-cover li:last-child {
		margin-right: 0;
	}

	#fb5 #fb5-cover li img {
		float: left;
		width: 100%;
	}
			
	#fb5 #fb5-cover li a:hover img {
		/*opacity: .8;/*/
	}
			


	/* = End
	---------------------------------------- */

	#fb5 #end { text-align: center; }
	
	#fb5 #end p { padding-top: 60%; }



	/* = Meta data
	---------------------------------------- */

	#fb5 #fb5-book .fb5-meta {
		position: absolute; bottom: -5px;
	}

	#fb5 .fb5-meta .fb5-num {
			font-weight: bold;
			font-size: 12px;
			color: #666;
	}
		
	#fb5 .fb5-meta .fb5-description {
			font-size: 11px;
			color: #666;
	        font-family:Arial,sans-serif;
	}

	#fb5 .fb5-meta.fb5-left { 
			left:3%;
	}
	
	#fb5 .fb5-meta.fb5-left .fb5-num {
		    padding-right: 10px;
	}
		
	#fb5 .fb5-meta.fb5-right {
			right:3%;
			text-align: right;
	}
		
	#fb5 .fb5-meta.fb5-right .fb5-num {
				padding-left: 10px;
	}
			
			
			
			
	/*= Video in lightbox
	----------------------------*/

	#v5_lightbox {
		width:100%;
		height:100%;
		z-index:555789;
		position:fixed;	
		display:block;	
		top:0px;
	}

	#v5_lightbox .bcg{
		width:100%;
		height:100%;
		background-color:#000;
		opacity:.7;	
		position:absolute;	
		cursor:pointer;
	}
    
	
	/* --------------------------*/
	
	.fb5-cont-page-book{
		position:absolute;		
	}
	
	#fb5 .fb5-page-book {
		
		position:absolute;
	    -webkit-hyphens:none;
        -moz-hyphens:none;
        -ms-hyphens:none;
        hyphens:none;	
		overflow:hidden;
	}
	
	
	#fb5 .fb5-page-book .center {
		/*text-align:center;
		padding-top:65%;/*/
	}
	
	#fb5 .fb5-page-book img {
		border:none;
		padding:0;
	}
	
	#fb5 .fb5-page-book p {
		-webkit-text-size-adjust:none;
		margin-bottom:20px;
		line-height:1.5;
	}
	
	#fb5 .fb5-page-book a {
		text-decoration:underline;
		color:#64C8D3;
		font-weight:bold;
	}
	
	#fb5 .fb5-page-book p a:hover {
		text-decoration:none;
	}
	
	#fb5 .fb5-page-book h1,
	#fb5 .fb5-page-book h2,
	#fb5 .fb5-page-book h3,
	#fb5 .fb5-page-book h4,
	#fb5 .fb5-page-book h5,
	#fb5 .fb5-page-book h6 {
	   font-family:Arial,sans-serif;
	   text-transform:none;
	   margin:0px;
	   
	}
	
	#fb5 .fb5-page-book h1 {
	   	-webkit-text-size-adjust:none;
		
	}
	
	#fb5 .fb5-page-book h2 {
	   -webkit-text-size-adjust:none;
		
	}
	
	#fb5 .fb5-page-book h3 {
	   	-webkit-text-size-adjust:none;
		
	}
	
	#fb5 .fb5-page-book h4 {
	   	-webkit-text-size-adjust:none;
		
	}
	
	#fb5 .fb5-page-book h5 {
	   	-webkit-text-size-adjust:none;
		
	}
	
	#fb5 .fb5-page-book h6 {
	   	-webkit-text-size-adjust:none;
		
	}
	
	#fb5 .fb5-page-book ul,.fb5-page-book ol {
	    list-style: disc inside;
		margin-bottom:3% !important;
	}
	
	#fb5 .fb5-page-book ul li {
	   margin-bottom:2px;
	   list-style: disc inside;
	}
	
	#fb5 .fb5-page-book ul li a {
	   color:#77797F;
	   font-weight:normal;	
	   text-decoration:none;
	}
	
	#fb5 .fb5-page-book ul li a:hover {
	   text-decoration:underline;
	}
	
	#fb5 .fb5-page-book a:hover img {
       opacity:0.8;	   	  
	}
	
	
	/* =WordPress Core
-------------------------------------------------------------- */
#fb5 .fb5-page-book .alignnone,.#fb5-about .alignnone {
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book.aligncenter,.fb5-page-book div.aligncenter,#fb5-about.aligncenter,#fb5-about div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

#fb5 .fb5-page-book .alignright,#fb5-about .alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

#fb5 .fb5-page-book .alignleft,#fb5-about .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book .aligncenter,#fb5-about .aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

#fb5 .fb5-page-book a img.alignright,#fb5-about a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

#fb5 #fb5 .fb5-page-book a img.alignnone,#fb5-about a img.alignnone {
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book a img.alignleft,#fb5-about a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book a img.aligncenter,#fb5-about a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#fb5 .fb5-page-book .wp-caption,#fb5-about .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

#fb5 .fb5-page-book .wp-caption.alignnone,#fb5-about .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book .wp-caption.alignleft,#fb5-about .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book .wp-caption.alignright,#fb5-about .wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.fb5-page-book .wp-caption img,#fb5-about .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

#fb5 .fb5-page-book .wp-caption p.wp-caption-text,#fb5-about .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}



/* = Media queries
-------------------------------------------------------------- */

@media screen and (max-width: 768px) { 
      /*
    .fb5-nav-arrow.next{
		transform-origin:0 center;
		-ms-transform-origin:0 center;
		-webkit-transform-origin:0 center;		 
    }
	
	 .fb5-nav-arrow.prev{
		transform-origin:right center;
		-ms-transform-origin:right center;
		-webkit-transform-origin:right center;		 
    }

	.fb5-nav-arrow{
		transform:scale(2);
		ms-transform:scale(2);
		-webkit-transform:scale(2);
	}
	/*/
}

/* footer */
  #fb5-footer {

	position: fixed;
	bottom: 0;
	left: 0;
	z-index:9999;

	}

  /* tools bar*/
	    #fb5 .fb5-bcg-book{
			  /* background-image:url(../img/bg.jpg);
			background-position:center top;
			background-repeat: no-repeat;
			background-size: contain;
			background-color: #f1ebdf;*/
		}
		
		#fb5 .fb5-tooltip{
			 background:#64C8D3 !important; 
			 color:#FFFFFF;
		}
		#fb5 .fb5-tooltip b { border-top: 10px solid #64C8D3 }
		#fb5 #fb5-footer .bcg { 
		  background-color: #000000;
		  opacity: 0.55;
		}
		#fb5 nav li.fb5-goto #fb5-label-page-number {
    		color: #5F6F7B;
		}
		#fb5 nav li.fb5-goto button {
   		    color: #5F6F7B;
			background: linear-gradient(to bottom, #2B3E4D 0px, #1F303D 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
   		}
		#fb5 nav li.fb5-goto input[type="text"] {
   			 background: none repeat scroll 0 0 #141F28 ;
			 border: 1px solid #1E2F3C;
		}	
		
		/* book /*/
		
		#fb5 #fb5-book .turn-page {
	       background-color:#FFFFFF;
        }
		#fb5 .fb5-meta .fb5-num {
		    color: #666666;
		}
		#fb5 .fb5-meta .fb5-description {
    		color: #666666;
		}		
		
		/* list thumbs /*/
		#fb5 #fb5-all-pages .fb5-container-pages {
		    background: none repeat scroll 0 0 #000000;
						box-shadow: 0 0 40px rgba(100,200, 211, 0.8);
		}
		
		/* form /*/
		#fb5 #fb5-contact form {
   			 background: none repeat scroll 0 0 #161616;
			 			 box-shadow: 0 0 60px rgba(100,200,211, 0.7);
		}
		#fb5 #fb5-contact form h3 {
		    color: #FFFFFF;
		}
		#fb5 #fb5-contact button {
			    background: none repeat scroll 0 0 #64C8D3;
				color: #FFFFFF;
		}
		#fb5 #fb5-contact form input, #fb5-contact form textarea {
           color: #737373;
		}
		#fb5 #fb5-contact .fb5-close {
		  color: #000000;	
          background: none repeat scroll 0 0 #64C8D3;
		}
		
		#fb5 #fb5-contact .fb5-thanks p{
		  color:#444444			
		}
		#fb5 #fb5-contact .fb5-thanks h1{
		  color:#FFFFFF			
		}				
		
		/* preloader /*/
		#fb5 .fb5-preloader .wBall .wInnerBall{
            background:#64C8D3;
		}	
		
		/* arrow gif /*/
		#fb5 .fb5-nav-arrow {
   			 background: url("../img/arrow-navpage.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
		}		
		
		/* formatt page for flipbook  /*/
		#fb5 .fb5-page-book p {
		   color:#77797F;
		   font-family:Arial;
		   font-size:14px;
	    }
		#fb5 .fb5-page-book a {
		   color:#64C8D3;
		 }
		#fb5 .fb5-page-book h1 {
	   	   color:#77797F;
		   font-family:Arial;
		   font-size:28px;
	    }
		#fb5 .fb5-page-book h2 {
	   	   color:#77797F;
		   font-family:Arial;
		   font-size:26px;
	    }
		#fb5 .fb5-page-book h3 {
	   	   color:#77797F;
		   font-family:Arial;
		   font-size:24px;
	    }
		#fb5 .fb5-page-book h4 {
	   	   color:#77797F;
		   font-family:Arial;
		   font-size:22px;
	    }
		#fb5 .fb5-page-book h5 {
	   	   color:#77797F;
		   font-family:Arial;
		   font-size:20px;
	    }
		#fb5 .fb5-page-book h6 {
	   	   color:#77797F;
		   font-family:Arial;
		   font-size:18px;
	    }
		#fb5 .fb5-page-book li {
           color:#77797F;	
		   font-family:Arial;
		   font-size:14px;		
		}
		#fb5 .fb5-page-book ul li a {
	        color:#77797F;
		}

        
		/*  about style  /*/
		#fb5 #fb5-about p,#fb5 #fb5-about li {
		   color: #CFEAEE;
		   font-family:Arial;
		   font-size:11px;
	    }  
		#fb5 #fb5-about a {
		  color:#FFFFFF	
		}
		#fb5 #fb5-about h1 {
		   color: #64C8D3;
		   font-family:Arial;
		   font-size:26px;
	    }  
		#fb5 #fb5-about h2 {
		   color: #64C8D3;
		   font-family:Arial;
		   font-size:24px;
	    }  
		#fb5-about h3 {
		   color: #64C8D3;
		   font-family:Arial;
		   font-size:22px;
	    }  
		#fb5 #fb5-about h4 {
		   color: #64C8D3;
		   font-family:Arial;
	    }  
		#fb5 #fb5-about h5 {
		   color: #64C8D3;
		   font-family:Arial;
		   font-size:18px;
	    }  
		#fb5 #fb5-about h6 {
		   color: #64C8D3;
		   font-family:Arial;
		   font-size:16px;
	    }  
		/* back  button  /*/
		#fb5 #fb5-button-back {
    		background-color: #64C8D3;
   			color: #FFFFFF;
		}
		#fb5 #fb5-button-back:hover{
			color:#64C8D3;  
			background-color:#FFFFFF 		}
		
		/*  Other style   /*/
		#fb5 .fb5-overlay {
			background:rgba(0,0,0,0.6);
        }


		#twitter-widget-0 {
		
			max-height: 300px !important;
		
		}

		<style type="text/css">

		 @font-face{
			font-family:'Carto';
			src:url('/fonts/CartoGothicStd-Book-webfont.eot');
			src:url('/fonts/CartoGothicStd-Book-webfont.eot?#iefix') format('embedded-opentype'),url('/fonts/CartoGothicStd-Book-webfont.woff') format('woff'),url('/fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'),url('/fonts/CartoGothicStd-Book-webfont.svg#CartoGothicStdBook') format('svg');
			font-weight:normal;
			font-style:normal
		}
		
		@font-face{
			font-family:'CartoItalic';
			src:url('/fonts/CartoGothicStd-Italic-webfont.eot');
			src:url('/fonts/CartoGothicStd-Italic-webfont.eot?#iefix') format('embedded-opentype'),url('/fonts/CartoGothicStd-Italic-webfont.woff') format('woff'),url('/fonts/CartoGothicStd-Italic-webfont.ttf') format('truetype'),url('/fonts/CartoGothicStd-Italic-webfont.svg#CartoGothicStdItalic') format('svg');
			font-weight:normal;
			font-style:normal
		}
		
		@font-face{
			font-family:'CartoBold';
			src:url('/fonts/CartoGothicStd-Bold-webfont.eot');
			src:url('/fonts/CartoGothicStd-Bold-webfont.eot?#iefix') format('embedded-opentype'),url('/fonts/CartoGothicStd-Bold-webfont.woff') format('woff'),url('/fonts/CartoGothicStd-Bold-webfont.ttf') format('truetype'),url('/fonts/CartoGothicStd-Bold-webfont.svg#CartoGothicStdBold') format('svg');
			font-weight:normal;
			font-style:normal
		}
		
		@font-face{
			font-family:'CartoBoldItalic';
			src:url('/fonts/CartoGothicStd-BoldItalic-webfont.eot');
			src:url('/fonts/CartoGothicStd-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),url('/fonts/CartoGothicStd-BoldItalic-webfont.woff') format('woff'),url('/fonts/CartoGothicStd-BoldItalic-webfont.ttf') format('truetype'),url('/fonts/CartoGothicStd-BoldItalic-webfont.svg#CartoGothicStdBoldItalic') format('svg');
			font-weight:normal;
			font-style:normal
		}


		
		.jeffozontalRule {clear:both;}
		
		.eventDesc { clear: both}
		
		.eventImg {float: left; }
		
		.eventThumbs {float:left; margin: 0 30px 0 0; position: relative; z-index: 10;}
		
		/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */
		
		/* Invisible left hotspot */
		div.scrollingHotSpotLeft
		{
			/* The hotspots have a minimum width of 75 pixels 
			   and if there is room the will grow and occupy 10% 
			   of the scrollable area (20% combined). 
			   Adjust it to your own taste. */
			min-width: 75px;
			width: 10%;
			height: 246px;
			/* There is a big background image and it's used to 
			solve some problems I experienced in Internet Explorer 6. */
			background-image: url(../images/big_transparent.gif);
			background-repeat: repeat;
			background-position: center center;
			position: absolute;
			z-index: 200;
			left: 0;
			/*  The first cursor url is for Firefox and other 
			    browsers, the second is for Internet Explorer */
			cursor: url(../images/cursors/cursor_arrow_left.cur), url(images/cursors/cursor_arrow_left.cur),w-resize;
		}
		
		/* Visible left hotspot */
		div.scrollingHotSpotLeftVisible
		{
			background-image: url(../images/arrow_left.gif);				
			//background-color: #fff;
			background-repeat: no-repeat;
			/* Standard CSS3 opacity setting */
			opacity: 0.35; 
			/* Opacity for really old versions of 
			   Mozilla Firefox (0.9 or older) */
			-moz-opacity: 0.35;
			/* Opacity for Internet Explorer. */
			filter: alpha(opacity = 35);
			/* Use zoom to Trigger "hasLayout" in 
			   Internet Explorer 6 or older versions */	
			zoom: 1; 
		}
		
		/* Invisible right hotspot */
		div.scrollingHotSpotRight
		{
			min-width: 75px;
			width: 10%;
			height: 246px;;
			background-image: url(../images/big_transparent.gif);
			background-repeat: repeat;
			background-position: center center;
			position: absolute;
			z-index: 200;
			right: 0px;
			cursor: url(../images/cursors/cursor_arrow_right.cur), url(images/cursors/cursor_arrow_right.cur),e-resize;
		}
		
		/* Visible right hotspot */
		div.scrollingHotSpotRightVisible
		{
			background-image: url(../images/arrow_right.gif);
			//background-color: #fff;
			background-repeat: no-repeat;
			opacity: 0.35;
			filter: alpha(opacity = 35);
			-moz-opacity: 0.35;
			zoom: 1;
		}
		
		/* The scroll wrapper is always the same width and 
		   height as the containing element (div). Overflow 
		   is hidden because you don't want to show all of 
		   the scrollable area.
		*/
		div.scrollWrapper
		{
			position: relative;
			overflow: hidden;
			
		}
		
		div.scrollableArea
		{
			position: relative;
			
			
		}
		
		.eventDesc p {

		    font: 13px/20px "Carto" !important;
    		color: #444 !important;
			line-height: 60% !important;	
		
		
		}

		.scrollableArea table tbody tr td a img {

			-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
			-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
			box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
		}

		.eventImg {

			min-width: 350px;

		}

		.eventImg div a img {

			-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
			-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
			box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
			width: 90%;


		}

		#eventWrapper {

			opacity: 0;
			margin-top: 20px;

		}
		
		.eventThumbs.sevencol {margin-bottom: 20px;}

		.eventImg.threecol.last img {max-width: 300px;}

		.tbox{position:absolute;display:none;padding:14px 17px;z-index:900;overflow:hidden}.tinner{padding:15px;-moz-border-radius:5px;border-radius:5px;background:#fff url('webservices/images/preload.gif') no-repeat 50% 50%;border-right:1px solid #333;border-bottom:1px solid #333;overflow:hidden}.tmask{position:absolute;display:none;top:0px;left:0px;height:100%;width:100%;background:#000;z-index:800}.tclose{position:absolute;top:0px;right:0px;width:30px;height:30px;cursor:pointer;background:url('webservices/images/close.png') no-repeat}.tclose:hover{background-position:0 -30px}#error{background:#ff6969;color:#fff;text-shadow:1px 1px #cf5454;border-right:1px solid #000;border-bottom:1px solid #000;padding:0}#error .tcontent{padding:10px 14px 11px;border:1px solid #ffb8b8;-moz-border-radius:5px;border-radius:5px}#success{background:#2ea125;color:#fff;text-shadow:1px 1px #1b6116;border-right:1px solid #000;border-bottom:1px solid #000;padding:10;-moz-border-radius:0;border-radius:0}#bluemask{background:#4195aa}#frameless{padding:0;overflow:hidden}#frameless .tclose{left:6px}

	.whitePre {

		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 14px;
		line-height: 1.42857143;
		color: #333;
		background-color: #fff;
		border: 0px solid #fff;
		word-break: normal;
	}



	#channel-menu li {
  width: auto;
  min-width: 200px;
  height: auto;
  display: block;
  list-style: none;
  background-color: #00658e;
  border-bottom: 1px solid #62aff1;
}
#channel-menu li a {
  width: 100%!important;
  padding: 4px 4px!important;
  display: block!important;
  font-weight: bold!important;
  color: #ffffff!important;
  border: none!important;
}

#channel-menu {
	position: relative;
	z-index: 5;
}

.tright {
	text-align: right;
}