@font-face {
    font-family: 'Forza A';
    src: url('../fonts/Forza-Black.eot');
    src: url('../fonts/Forza-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Forza-Black.woff2') format('woff2'),
        url('../fonts/Forza-Black.woff') format('woff'),
        url('../fonts/Forza-Black.ttf') format('truetype'),
        url('../fonts/Forza-Black.svg#Forza-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Forza B';
    src: url('../fonts/Forza-Medium.eot');
    src: url('../fonts/Forza-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Forza-Medium.woff2') format('woff2'),
        url('../fonts/Forza-Medium.woff') format('woff'),
        url('../fonts/Forza-Medium.ttf') format('truetype'),
        url('../fonts/Forza-Medium.svg#Forza-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html, body, header, section, footer, div{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body{
	background-color: white;
	font-family: 'Forza A', 'Forza B', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size: 16px;
	line-height: 18px;
	color:black;
	min-width: 980px;
}
.site{

}
.row, section{
	width: 100%;
	overflow: hidden;
}
.hidden{
	display:none;
}

.container{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.layer{
	position: absolute;
	z-index: 0;
}

.grid{
	width: 980px;
	margin: 0px auto;
}


.grid .span1, .grid .span2, .grid .span3, .grid .span4, .grid .span5, .grid .span6, .grid .span7, .grid .span8, .grid .span9, .grid .span10, .grid .span11, .grid .span12, .grid .spanfull{
	float: left;
}
.grid .span2{
	width: 140px;
}
.grid .span4{
	width: 300px;
}
.grid .span6{
	width: 460px;
}
.grid .span8{
	width: 620px;
}
.grid .span12{
	width: 940px;
}
.grid .spanfull{
	width: 980px;
}
.grid .offset{
	margin-left: 20px;
}

.top{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -495px;
}
.bottom{
	height:495px;
}


header{
	position:fixed;
	top:0;
	left:0;
	z-index: 1000;

	width:100%;
	min-width: 980px;
	height:120px;

	background-color:white;
	background-image:url('../im/header_tile2x.png');
	background-size: 83px;
	background-position: bottom center;
}
header ul{
	width: 940px;
	height: 120px;
	margin:	0 auto;
	padding: 0;

}
header a{
	color:black;
}

header ul li{
	display: inline-block;
	float: left;
	width:156px;
	
	padding: 0;
	margin:	0;
	list-style-type: none;
	line-height: 120px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
header ul li:hover{
	color: #2fc0cc;
}
header a:nth-child(3) li{
	margin-left: 300px;
}

header ul li{
	
}
#logo{
	position: fixed;
	top: -74px;
	left: 50%;
	z-index: 1001;
	overflow: visible;

	width: 252px;
	height: 252px;
	margin: 0 0 0 -126px;
	
	background-image:url('../im/logo_bg_dark.png');
	background-position: center;
	background-size: 80%;
	background-repeat: no-repeat;
	color:white;
}
body.home #logo{
	background-image:url('../im/logo_bg.png');
}
#logo h2{
	width:50px;
	height:66px;
	margin: 96px 56px 4px 56px;
	padding: 0;
	overflow: visible;
	
	font-size: 25px;
	line-height: 21px;
	font-weight: 800;
	letter-spacing: .2px;
	text-transform: uppercase;
	color: white;
}
#logo h3{
	width:100%;
	height:14px;
	overflow: hidden;
	margin: 0 0 0 -4px;
	padding: 0;
	text-align: center;
	font-size: 13px;
	font-weight: 300;
	line-height: 13px;
	letter-spacing: .33px;
	text-transform: uppercase;
	color:#2fc0cc;
}
.button{
	margin:0 8px 0 0;
	padding:4px 10px 4px 10px;
	display: inline-block;
	background-color: #2fc0cc;
	border-radius: 5px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	float: left;
}
.button:hover{
	background-color: white;
	color:black;
}

.breadcrumb{
	height:60px;
	font-size: 16px;
	line-height: 60px;
	font-weight: 300;
	color: white;
	background-color: #2fc0cc;
	text-transform: none;
	cursor: pointer;
}
.breadcrumb a{
	color:black;
	text-decoration: none;
}

.search_form{
	margin:15px 0 0 0;
}
.search_form .evt_search_text{
	width:140px;
	height:30px;
	margin:0 0 0 120px;
	padding:0 0 0 10px;
	border:0px;
	float:left;

	font-family: 'Forza A', 'Forza B', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300; 
	font-size: 16px;
	line-height: 30px;
	text-align: left;

	outline: none;
	box-shadow: none;
}
.search_form .evt_search_button{
	width:30px;
	height:30px;
	margin:0px;
	padding:0;
	border:0px;
	border-radius:0px;
	float:left;

	font-family: 'Forza B', sans-serif; 
	font-weight: 700; 
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;

	background-color: #0f101d;
	color: white;
}

footer{
	height:495px;
	background-color: #0f101d;
}
footer .sponsors{
	height:215px;
	background-color: #fff;
	background-image:url('../im/header_tile2x.png');
	background-size: 83px;
	background-position: bottom center;
}
footer .sponsors .grid{
	margin-top: 48px;
}
footer .sponsors h3{
	font-size: 20px;
	line-height: 38px;
	font-weight: 300;
	margin: 0px;
}


footer .contact{
	height: 210px;
	padding-top: 60px;
	background-color: #0f101d;
	background-image:url('../im/promo_bg2016.jpg');
	background-size: 345px;
	background-position: bottom center;
}

footer .contact .grid{
	position: relative;
	height: 210px;
}

footer .contact h3{
	font-size: 20px;
	line-height: 38px;
	font-weight: 300;
	margin: 0px;
	color: white;
}

footer .contact .row.mailinglist{
	margin: 10px 0 0 0;
}

/*
	mailchimp form
*/
footer .contact #mc_embed_signup{

}
footer .contact #mc_embed_signup form{
	padding:0;
	margin:0;
}
footer .contact #mc_embed_signup_scroll{
	width: 100%;
}
footer .contact #mc_embed_signup_scroll .mailinglist_leftcolumn{
	width: 310px;
	float:left;
}
footer .contact #mc_embed_signup_scroll .mailinglist_rightcolumn{
	width: 150px;
	float:left;
}
footer .contact #mc_embed_signup .mc-field-group{
	width: 310px;
	display: inline-block;
	float: left;
}
footer .contact #mc_embed_signup .mc-field-group input{
	display: inline-block;
	float:left;
	width: 310px;
	margin: 0;
	border: 0;
	padding: 4px;
	
	border-radius: 5px;

	font-family: 'Forza A', 'Forza B', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 400; 
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
footer .contact #mc_embed_signup div#mce-responses{
	width:460px;
	padding:0;
	margin:10px 0 2px 0;
}
footer .contact #mc_embed_signup .mce_inline_error,
footer .contact #mc_embed_signup #mce-error-response,
footer .contact #mc_embed_signup #mce-success-response{ 
	width: 460px;
	padding: 0;
	margin-top:10px;
	float: left;
	
	font-family: 'Forza A', 'Forza B', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;

	color: #f00;
}
footer .contact #mc_embed_signup #mce-error-response,
footer .contact #mc_embed_signup .mce_inline_error{
	color: #f00;
}

footer .contact #mc_embed_signup .button{
	display: inline-block;
	width: 130px;
	float: right;

	height: auto;

	background-color: #0f101d;
	color:#fff;

	margin:0;
	border: 0;
	padding:4px 10px 4px 10px;
	display: inline-block;
	background-color: #2fc0cc;
	border-radius: 5px;

	font-family: 'Forza A', 'Forza B', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}
footer .contact #mc_embed_signup .button:hover{
	background-color:#fff;
	color:black;
}

footer .contact .row.contactus{
	margin: 20px 0 0 0;
}
footer .contact .row.contactus .button{
	width:130px;
}

footer .contact .row.latestupdates{
	margin: 10px 0 0 0;
}
footer .contact .row.latestupdates .socialicon{
	float:left;
	margin-right:10px;
}
footer .address{
	position: absolute;
	bottom:0;
}
footer .address a{
	color:white;
}
footer .address address{
	width:100%;
	text-align: center;
	color:white;
	font-size: 12px;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	line-height: 36px;
}

.site section.promo{
	position: relative;
	overflow: hidden;

	height:420px;
	height:50vh;
	min-height:540px;
	max-height:540px;

	margin-top:120px;

	background-color:#000;
	background-image:url('../im/promo_bg2016.jpg');
	background-position: top middle;
	background-size: 345px 345px;
	background-attachment: fixed;
}
.site section.promo .grid{
	max-width:1300px;
	overflow:hidden;
}
.site section .promo_container{
	position: relative;
	width:100%;
	height:100%;
}
.site section .promo_container .textlayer{
	position: absolute;
	width:100%;
	height:100%;
	z-index: 2;
}
.site section .promo_container .textlayer .grid{
	position: relative;
	max-width:1300px;
	overflow:hidden;
}
.site section .promo_container .textlayer .promo_text{
	float:left;
	width: 480px;
	margin-left: 20px;
	margin-top: 0px;
}

.site section .promo_container .textlayer .promo_text h1{
	width:100%;
	margin:25px 20px 0 0;
	font-family: 'Forza A', 'Forza B', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 800; 
	font-style: normal;
	font-size: 81px;
	line-height: 64px;
	text-transform: uppercase;
	color:white;
	white-space: nowrap;
}
.site section .promo_container .textlayer .promo_text h2{
	width:100%;
	margin:0 20px 0 0;
	font-family: 'Forza A', 'Forza B', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 400; 
	letter-spacing: 0px;
	font-style: normal;
	font-size: 37px;
	line-height: 48px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #2fc0cc;
}
.site section .promo_container .textlayer .promo_text p{
    font-family: 'Forza B';
	margin:0 20px 10px 0;
	width:100%;
	font-weight: 400;
	color: white;
}

.site section .promo_container .imagelayer{
	position: absolute;
	width:100%;
	height:100%;
	z-index: 1;
}
.site section .promo_container .imagelayer .grid{
	max-width:1300px;
	overflow:hidden;
}
.site section .promo_container .imagelayer .grid{
	position: relative;
	width:100%;
	height:100%;
}
.site section.promo .promo_image_space1{
	position: absolute;
	top:-100px;
	right:0px;
	width:66%;
	margin-top: 150px;
	overflow: visible;
	z-index: 10;
}
.site section.promo .promo_image_space2{
	position: absolute;
	top:-100px;
	right:0px;
	width:66%;
	margin-top: 150px;
	overflow: visible;
	z-index: 11;
}
.site section.promo .promo_image_earth{
	position: absolute;
	bottom:0px;
	right:0px;
	width:66%;
	overflow: visible;
	z-index: 12;
}

.nisf h2{
	margin: 13px 0 20px 0;
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #2fc0cc;

	font-family: 'Forza B', sans-serif; 
	font-weight: 700; 
	font-style: normal;
}
.nisf h3{
	font-weight: 500;
	margin-bottom:14px;
}
.nisf p{
	font-family: 'Forza B', sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size:12px;
	line-height:20px;
}
.nisf a{
	color:black;
}
.nisf b{
	font-family: 'Forza B', sans-serif; 
	font-weight: 700;
}

.site section.eventslist{
	margin-top: 20px;
	margin-bottom: 20px;
}



.site section.eventslist .sidebar{
	float:left;
	width:300px;
	margin-left:20px;
}
.site section.eventslist.search_results .sidebar{
	display: none;
}
.site section.eventslist .sidebar h2{
	padding: 0;
	margin:	0;
	font-family: 'Forza B';
	font-size: 13px;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	color:#2fc0cc;
}


.site section.eventslist .sidebar ul{
	width: 300px;
	margin:	0 0 8px 0;
	padding: 0;
}
.site section.eventslist .sidebar ul li{
	list-style-type: none;
	font-size: 18px;
	line-height:22px;
}
.site section.eventslist .sidebar ul li:hover,
.site section.eventslist .sidebar ul li.active{
	color:#2fc0cc;
}
.site section.eventslist .sidebar a{
	color:black;
	text-decoration: none;
}

.site section.eventslist .listings{
	float:left;
	width:620px;
	min-height:720px;
	margin-left:20px;
}
.site section.eventslist.search_results .listings{
	width:940px;
}
.site section.eventslist .hr{
	width:620px;
}
.site section.eventslist .hr h2{
	margin-bottom:20px;
	font-size: 20px;
	line-height:24px;
	font-weight: 500;
}

.site section.eventslist .e_preview{
	margin-bottom:20px;
	width:620px;
	height:300px;
}

.site section.eventslist .e_preview img.cancelled{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}
.site section.eventslist .e_preview img.rescheduled{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}
.site section.eventslist .e_preview img.soldout{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}
.site section.eventslist .e_preview img.additional{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}

.site section.eventslist .e_preview.cancelled img.cancelled{
	display: block;
}
.site section.eventslist .e_preview.rescheduled img.rescheduled{
	display: block;
}
.site section.eventslist .e_preview.soldout img.soldout{
	display: block;
}
.site section.eventslist .e_preview.additional img.additional{
	display: block;
}


.site section.eventslist .e_preview h2,
.site section.eventslist .e_preview h3,
.site section.eventslist .e_preview h4,
.site section.eventslist .e_preview p.meta{
	margin:0;
	padding:0;
	font-weight:400;
}
.site section.eventslist .e_preview h2{
	margin: 13px 0 20px 0;
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #2fc0cc;
}
.site section.eventslist .e_preview h3{
	font-size: 20px;
	line-height: 20px;
}
.site section.eventslist .e_preview h4{
	font-size:11px;
	line-height: 11px;
	text-transform: uppercase;
	color:gray;
	margin:10px 0 7px 0;
}
.site section.eventslist .e_preview p{
	margin: 0 0 10px 0;
	font-size: 13px;
	line-height: 20px;
	color:black;
}

.site section.eventslist .e_preview .e_overlay{
	width:580px;
	height:170px;
	padding:20px;
	background-color:rgba(15, 16, 29, .66);
	color:white;

	opacity:0;

	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.site section.eventslist .e_preview:hover .e_overlay{
	opacity:1;

	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.site section.eventslist .span4 .e_preview .e_overlay{
	width:260px;
	height:170px;
}

.site section.eventslist .e_preview .e_overlay p{
	color:white;
	font-size: 18px;
	line-height:20px;
	margin-bottom: 0px;
}
.site section.eventslist .e_preview .e_overlay .e_body{
	margin-top: 14px;
}
.site section.eventslist .e_preview .e_overlay .e_book_button{
	position:absolute;
	bottom:0px;
	width: 140px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 22px;
	line-height:22px;
	color:white;
	padding:6px;
	border-radius: 5px;
	background-color:#2fc0cc;
}
.site section.eventslist .e_preview .e_overlay .e_book_button:hover{
	color:#2fc0cc;
	background-color: white;
}
.site section.eventslist .e_preview_img{
	width:620px;
	height:300px;
}
.site section.eventslist .e_preview .e_preview_info{
	width:100%;
	height:90px;
	bottom:0;
	/*background-image: url('../im/theme/theme_digital.png');*/

	background-color: #0f101d;
	background-position: left center;
	background-repeat: no-repeat;
}
.site section.eventslist .brick.alt .e_preview .e_preview_info{
	background-color: #2fc0cc;
}
.site section.eventslist .brick.alt .e_preview .e_preview_info h3{
	color:black;
}

.site section.eventslist .e_preview .e_preview_info .e_preview_header h4{
	margin: 12px 0 0 108px;
	font-size: 11px;
	line-height: 15px;
	font-family: 'Forza B', sans-serif; 
	font-weight: 700; 
	font-style: normal;
	color: white;
}
.site section.eventslist .e_preview .e_preview_info .e_preview_header h3{
	margin: 0 0 0 108px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	color: #2fc0cc;
}

.site section.eventslist .e_preview.engineering_and_robotics .e_preview_info{
	background-image: url('../im/theme/theme_engineering_and_robotics.png');
	background-position: 0px 3px;
}
.site section.eventslist .e_preview.food_and_drink .e_preview_info{
	background-image: url('../im/theme/theme_food_and_drink.png');
	background-position: 0px 10px;
}
.site section.eventslist .e_preview.science_communication .e_preview_info{
	background-image: url('../im/theme/theme_science_communication.png');
}
.site section.eventslist .e_preview.art_and_science .e_preview_info{
	background-image: url('../im/theme/theme_art_and_science.png');
	background-position: -14px 0px;
}
.site section.eventslist .e_preview.art_and_science .e_preview_info h4,
.site section.eventslist .e_preview.art_and_science .e_preview_info h3{
	margin-left: 80px;
}
.site section.eventslist .e_preview.maths_and_physics .e_preview_info{
	background-image: url('../im/theme/theme_maths_and_physics.png');
}
.site section.eventslist .e_preview.tech_and_digital .e_preview_info{
	background-image: url('../im/theme/theme_tech_and_digital.png');
	background-position: -8px 0px;
}
.site section.eventslist .e_preview.tech_and_digital .e_preview_info h4,
.site section.eventslist .e_preview.tech_and_digital .e_preview_info h3{
	margin-left: 88px;
}
.site section.eventslist .e_preview.space .e_preview_info{
	background-image: url('../im/theme/theme_space.png');
	background-position: -8px 8px;
}
.site section.eventslist .e_preview.space .e_preview_info h4,
.site section.eventslist .e_preview.space .e_preview_info h3{
	margin-left: 88px;
}
.site section.eventslist .e_preview.mind_and_body .e_preview_info{
	background-image: url('../im/theme/theme_mind_and_body.png');
	background-position: -8px 4px;
}
.site section.eventslist .e_preview.mind_and_body .e_preview_info h4,
.site section.eventslist .e_preview.mind_and_body .e_preview_info h3{
	margin-left: 88px;
}
	
.site section.eventslist .e_preview.science_in_society .e_preview_info{
	background-image: url('../im/theme/theme_science_in_society.png');
	background-position: 0px 10px;
}
.site section.eventslist .e_preview.science_in_society .e_preview_info h4,
.site section.eventslist .e_preview.science_in_society .e_preview_info h3{
	margin-left: 108px;
}
.site section.eventslist .e_preview.earth_and_elements .e_preview_info{
	background-image: url('../im/theme/theme_earth_and_elements.png');
}
.site section.eventslist .e_preview.natural_world .e_preview_info{
	background-image: url('../im/theme/theme_natural_world.png');
	background-position: -10px 8px;
}
.site section.eventslist .e_preview.natural_world .e_preview_info h4,
.site section.eventslist .e_preview.natural_world .e_preview_info h3{
	margin-left: 88px;
}
.site section.eventslist .e_preview.schools_and_educators .e_preview_info{
	background-image: url('../im/theme/theme_schools_and_educators.png');
	background-position: 0px 8px;
}




.site section.eventslist .span4 .e_preview{
	width:300px;
	height:300px;
}
.site section.eventslist .span4 .e_preview .e_preview_header h3{
	width: 180px;
}
.site section.eventslist .span4 .e_preview .e_preview_info{
	
}
.site section.eventslist .span4 .e_preview .e_preview_img{
	width:300px;
	height:300px;
}

.site section.eventslist .span8 .e_preview .e_preview_header h3{
	width: 460px;
}


.cal{
	width:300px;
	overflow:hidden;
}
.cal .row{
	width:310px;
	overflow:hidden;
}
.cal .td,
.cal .th{
	display: block;
	float:left;

	width:42px;
	height:42px;
	margin:0 1px 1px 0;
	

	line-height: 45px;
	text-align: center;
}
.cal .td:last-child,
.cal .th:last-child{
	margin-right: 0px;
}
.cal .th{
	background-color:black;
	color:white;
}
.cal .td{
	background-color:#2fc0cc;
	color:black;
}
.cal a.td.active,
.cal a.td:hover{
	background-color: white;
	color:#2fc0cc;
}

.cal.active a.td{
	background-color:#2fc0cc;
	color:black;
}
.cal.active a.td.active,
.cal.active a.td:hover{
	background-color: white;
	color:#2fc0cc;
}

.search_results #filter{
	display:none;
}
#results_header{
	display:none;
}
.search_results #results_header{
	display:inline-block;
	width:940px;
}
.search_results #results_header h2{
	margin-bottom:20px;
	font-size: 20px;
	line-height:24px;
	font-weight: 500;
}
.search_results #results_header h2 b{
	font-weight: 600;
}

/*
	EVENT
*/


.site section.event{

}
.site section.event h1,
.site section.event h2,
.site section.event h3,
.site section.event p.meta{
	margin:0;
	padding:0;
	font-weight:400;
}
.site section.event h1{
	margin: 8px 0 8px 0;
	font-size: 56px;
	line-height: 60px;
	color:#2fc0cc;
}
.site section.event h2{
	font-size: 20px;
	line-height: 24px;
}
.site section.event h2{
	margin-bottom:4px;
}
.site section.event h2.sub{
	font-weight: 600;
}
.site section.event h3{
	margin: 13px 0 20px 0;
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #2fc0cc;

	font-family: 'Forza B', sans-serif; 
	font-weight: 700; 
	font-style: normal;
}
.site section.event a{
	font-weight: 600;
	text-decoration: none;
	color:black;
}
.site section.event p{
	margin: 0 0 10px 0;
	font-size: 13px;
	line-height: 15px;
	color:black;
}
.site section.event .body .body_content,
.site section.event .body .body_content div,
.site section.event .body .body_content p{
	font-family: 'Forza B', sans-serif; 
	font-weight: 300; 
	font-style: normal;

	margin: 0 0 10px 0;
	font-size: 13px;
	line-height: 18px;
	color:black;
}
.site section.event .body .body_content b,
.site section.event .body .body_content div b,
.site section.event .body .body_content p b{
	font-weight: 700;
}
.site section.event .body .body_content i,
.site section.event .body .body_content div i,
.site section.event .body .body_content p i{
	font-style: italic;
}
.site section.event p.info{
	margin: 0;
	color:gray;
}

.site section.event .bookbutton{
	width: 140px;
	margin-top: 20px;
	text-align: center;
	font-size: 22px;
	line-height:22px;
	font-weight: 400; 
	color:white;
	padding:6px;
	border-radius: 5px;
	background-color:#2fc0cc;
}

.site section.event .bookingwidget{
	margin-top: 40px;
}
.site section.event p.meta{
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 20px 0;
}
.site section.event .map{
	margin-bottom:10px;
}
.sharrre{
	margin-top:32px;
}
.sharrre .box{
  float:left;
}
.sharrre .count {
	display: inline-block;
	width:38px;
	margin:0 8px 0 0;
	padding:4px 10px 4px 10px;
	border: 1px solid #ddd;
	
	background-color: #fff;
	border-radius: 5px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}
.sharrre .share{
  color:#FFFFFF;
  display:inline-block;
}
.sharrre .share{
	display: inline-block;
	width:40px;
	margin:0 8px 0 0;
	padding:4px 10px 4px 10px;
	
	background-color: #2fc0cc;
	border-radius: 5px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	float: left;
}
.facebook.sharrre .share{
	background-color:#6d84b4;
	color:white;
}
.twitter.sharrre .share{
	background-color:#00aced;
	color:white;
}
.sharrre .share:hover{
	background-color: #0f101d;
	color:white;
}
.sharrre .buttons {
  display:none;
  position:absolute;
  margin-left:50px;
  z-index:10;
  background-color:#fff;
}
.sharrre .button {
  float:left;
  max-width:50px;
  margin-left:10px;
}

.site section.partners .wrapper .row img{
	float:left;
	margin:18px 80px 18px 0;
}
.site section.partners .wrapper .row a:first-child img{
	margin:18px 40px 18px 0px;
}
.site section.partners .wrapper .row a:last-child img{
	margin:18px 0px 18px 30px;
}

.site section.partners h3{
	float:left;
	line-height:80px;
	margin:10px 0 0 310px;
}




.selectricWrapper {
  position: relative;
  margin: 0 0 10px;
  width: 300px;
  cursor: pointer;
}

.selectricResponsive {
  width: 100%;
}

.selectric {
  background: #F8F8F8;
  position: relative;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 6px;

  min-height: 18px;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  margin: 0;
  padding:0;
  color: black;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
  border-radius: 0px;
  background-color: #2fc0cc;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: black;
  border-bottom: none;
}

.selectricHover .selectric {}
.selectricHover .selectric .button {
  color: #2fc0cc;
  background-color: #0f101d;
}
.selectricHover .selectric .button:after {
  border-top-color: #2fc0cc;
}

.selectricOpen {
  z-index: 999;
}
.selectricOpen .selectric {
  background: #2fc0cc;
}
.selectricOpen .selectricItems {
  display: block;
}

.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectricItems {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  z-index: -1;
}
.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
}
.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%;
}
.selectricItems ul, .selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 20px;
  min-height: 20px;
}
.selectricItems li {
  display: block;
  padding: 5px;
  border-top: 1px solid white;
  color: #666;
  cursor: pointer;
}
.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}
.selectricItems li:hover {
  background: #2fc0cc;
  color: #444;
}
.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}

#filter {
	float:right;
	width:620px;
	height: 30px;
	overflow: visible;
	margin:0px 0 20px 0;
}
#filter label{
	width:300px;
	height: 30px;
	display: inline-block;
	float:left;
	padding: 0;
	margin:	4px 0 0 0;
	font-family: 'Forza B'; font-weight: 700; font-style: normal;
	font-size: 13px;
	line-height: 26px;
	font-weight: 600;
	text-align: right;
	text-transform: uppercase;
	color:#2fc0cc;
}
#filter select, #filter .selectricWrapper{
	width:300px;
	margin-left: 20px;
	float:left;
}



.site.home section.eventslist{
	margin-top:0px;
}
.site.home section.eventslist .listings{
	width:960px;
}

.site.home .search_form{
	margin:26px 0 0 0;
}
.site.home .search_form .evt_search_text{
	background-color: #F8F8F8;
}

.site.home .featured_header{

}
.site.home .featured_header h2{
	margin:0;
	font-size: 20px;
	line-height: 81px;
	font-weight: 500;
}

@media (min-width: 1300px){
	.grid{
		width: 1300px;
	}
	.event .grid .body{
		width: 940px;
	}
	.event .grid .body img{
		width: 940px;
	}

	.site section.promo .promo_image_space1{
		margin-top:0px;
	}
	.site section.promo .promo_image_space2{
		margin-top:0px;
	}
	.site section.promo .promo_image_earth{
		
	}

	.site section.eventslist .listings{
		float:left;
		width:940px;
		margin-left:20px;
	}
	.site.home section.eventslist .listings{
		width:1280px;
	}
	.site section.eventslist .hr{
		width:940px;
	}

	.site section.eventslist.search_results .listings{
		float:left;
		width:1280px;
		margin-left:20px;
	}
	.site section.eventslist.search_results #results_header{
		width:1280px;
	}


	footer section.contact .span6{
		width:800px;
	}

	.site section.about .col_about{
		width:620px;
	}
	.site section.contact .col_location{
		width:940px;
	}
	.site section.contact iframe{
		width:940px;
		height:940px;
	}
}
@media (max-width: 1300px){
	.site section.promo .promo_image_space1{
		width: 50%;
	}
	.site section.promo .promo_image_space2{
		width: 50%;
	}
	.site section.promo .promo_image_earth{
		width: 50%;
	}
}
/*
@media (min-width: 1620px){
	.grid{
		width: 1620px;
	}
	
	.site section.eventslist .listings{
		float:left;
		width:1260px;
		margin-left:20px;
	}
	.site.home section.eventslist .listings{
		width:1620px;
	}
	.site section.eventslist .hr{
		width:1260px;
	}
}*/

