/* tables */

table.pilots td.maxentries  {
	color: #FF6000;
	font-weight: bold;
	font-size: 110%;
}

.nicewrap {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.sumItemHidden{ display: none;}

.sumButtonShow {

}

.sumButtonHide {
}

table.tablesorter thead tr .header {
	background-image: url(/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/img/icon_arrow_up.png);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/img/icon_arrow_down.png);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}


.galleryDiv {
	width:100%;
}

.EventsH1 {
	display:block;
	background-color:#E1E1E1;
	
	color:#666666;
	
	background-color:#767272;
	color:#ffffff;
	
	font-size:14px;
	font-weight:bold;
	padding:5px;
	text-align:center;
}

.taskBox {
    background: none repeat scroll 0 0 #C1C1C1;
   
    border-radius: 0 1px 9px 8px;

    color: #FFFFFF;
    margin: 0;
    padding: 10px;
}


.taskBox a:link,.taskBox a:visited,.taskBox a:active {
color:#FFFFFF;
}


.activeTask{
	background: #565656;
	background: #A3CF67;
	background: #707070;
}

.taskMapBox {
	position:relative;
	display:block;	
}
.taskMapBox a  {
	postition:aboslute;	
}

.taskMapBox a.mapImg  {
    border: 3px solid #FBFBFB;
    float: left;
    margin-top: -78px;
    z-index: 111;
}

.clickhere {
	postition:aboslute;
	top:0;
	left:0;
}


.eventsItem {


}





/* nav */
/*!
// 6. Navigation
// --------------------------------------------------*/
nav {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.nav-fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}
@media all and (max-width: 767px) {
	.nav-fixed {
		position: absolute;
	}
}
.menu {
	margin: 0;
	display: inline-block;
	float: left;
}
nav li {
	float: left;
	padding: 0;
}
.menu li:last-child {
	padding-right: 0;
}
.home-link {
	float: left;
}
.nav-1 {
	background: #333;
	background: rgba(30, 30, 30, 0.6);
	top: 0;
	position: relative;
	z-index: 99;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	max-width: 1580px;
	right: 0;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -56px;
}
.nav-1:hover {
	background: rgba(30, 30, 30, 0.9);
}
.nav-1 .logo {
	max-height: 25px;
	max-width: 100%;
	margin-right: 64px;
	margin-top: 19px;
}
@media all and (max-width: 1200px) {
	.nav-1 .logo {
		margin-right: 32px;
	}
}
.nav-1 ul li a {
	/*font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	text-transform: uppercase;
	font-weight: bold;
	color: #e74c3c;
	display: inline-block;
	margin: 24px 0px 16px 0px;
	color: #fff;
	font-size: 11px;
	margin: 0;
	padding: 18px 24px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	opacity: 0.7;
}
.nav-1 ul li a:hover {
	opacity: 1;
}
.nav-1 ul li {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-1 ul li:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-1 .btn {
	padding: 8px 16px;
	max-width: 120px;
	min-width: 0;
	font-size: 11px;
	float: right;
	position: relative;
	top: 13px;
	opacity: 0.7;
	border: 2px solid;
}
.nav-1 .btn:hover {
	opacity: 1;
	border-color: #fff;
}
.nav-1 .btn:nth-of-type(even) {
	margin-left: 32px;
}
.nav-1.scrolled,
.nav-2.scrolled,
.nav-3.scrolled {
	background: rgba(30, 30, 30, 0.9);
}
@media all and (max-width: 1200px) {
	.nav-1 .btn {
		display: none;
	}
}
.nav-1 .social-links {
	float: right;
}
.nav-1 .social-links li {
	padding: 20px 0 12px 0;
	margin-right: 24px;
}
.nav-1 .social-links a,
.nav-2 .social-links a {
	color: #fff;
	font-size: 14px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	opacity: 0.4;
}
.nav-1 .social-links a:hover,
.nav-2 .social-links a:hover {
	opacity: 1;
}
.nav-1 ul {
	overflow: hidden;
}
.nav-1 ul li {
	margin-left: -1px;
	list-style-type: none;
}
.nav-1 ul:hover {
	overflow: visible;
}
.nav-1 ul > li:hover {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-1 ul ul > li:hover {
	border-left: none;
}
.nav-1 ul ul {
	max-height: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	position: relative;
	overflow: visible;
	opacity: 0;
	max-width: 0;
}
.nav-1 ul ul li {
	float: none;
	border: none;
	padding: 0;
	position: relative;
}
.nav-1 ul ul li:first-child {
	padding: 0;
	border: none;
}
.nav-1 ul ul li a {
	padding: 4px 24px;
}
.nav-1 ul ul li:last-child a {
	padding-bottom: 12px;
}
.nav-1 ul li:hover > ul {
	max-height: 400px;
	opacity: 1;
	visibility: visible;
	max-width: 400px;
}
.nav-1 ul ul ul {
	position: absolute;
	left: 100%;
	top: -4px;
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	background: rgba(35, 35, 35, 0.9);
	z-index: 999;
	overflow: hidden;
	padding: 4px 0 0 0;
	min-width: 150px;
	visibility: hidden;
	margin-left: -1px;
}
.nav-1 ul ul ul:hover {
	overflow: hidden;
}
.nav-1 ul ul ul li a {
	padding: 4px 16px;
}
.nav-light ul ul ul {
	background: rgba(255, 255, 255, 0.8);
}
.nav-light ul ul ul li a {
	color: #333333;
}
.nav-1 .social-links a {
	padding: 0;
}
.nav-1 .social-links li {
	border: none !important;
}
.nav-1 .social-links {
	margin-left: 24px;
}
@media all and (max-width: 1200px) {
	.nav-1 .social-links {
		display: none;
	}
}
/*
.has-dropdown-2:before {
	content: "\e684";
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	position: absolute;
	font-size: 20px;
	top: 5px;
	right: 18px;
	cursor: default;
	display: none;
}
.has-dropdown:before {
	content: "\e688";
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	float: right;
	position: relative;
	font-size: 20px;
	right: 18px;
	top: 20px;
}
*/
.has-dropdown a {
	padding-right: 32px !important;
}
.nav-light .has-dropdown:before,
.nav-light .has-dropdown-2:before {
	color: #333333;
}
.nav-light i {
	color: #333333 !important;
}
@media all and (max-width: 1023px) {
	.nav-1 ul ul {
		position: relative;
		left: 16px;
	}
	.nav-1 ul ul ul {
		position: relative;
		left: 24px;
		background: none;
	}
	.has-dropdown:before {
		top: 5px;
	}
}

.bar-1,
.bar-2,
.bar-3 {
	width: 25px;
	height: 3px;
	background: #333;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
.bar-1,
.bar-2,
.bar-3 {
	background: #fff;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
.bar-2 {
	position: relative;
	margin-top: 8px;
}
.bar-3 {
	position: relative;
	top: 8px;
	opacity: 0;
}

.nav-1.nav-light {
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
}
.nav-light .menu li a {
	color: #333333;
}
.nav-light .menu li,
.nav-light .menu li:first-child,
.nav-light .menu li:last-child {
	border-color: rgba(0, 0, 0, 0.1);
}
.nav-light .social-links a {
	color: #333333;
	opacity: 0.6;
}
.nav-light .bar-1,
.nav-light .bar-2 {
	background: #333333;
}


.nav-2 {
	position: fixed;
	padding: 18px 0 12px 0;
	z-index: 99;
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	max-width: 1580px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #333;
	background: rgba(30, 30, 30, 0.4);
}
.nav-2.nav-light {
	background: rgba(255, 255, 255, 0.8);
}
.nav-2 .logo {
	max-height: 25px;
}
.nav-2 .text-right {
	display: inline-block;
	float: right;
}
.nav-2 .social-links,
.nav-1 .social-links {
	position: relative;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.nav-2 .social-links a,
.nav-2 .social-links a {
	opacity: 1;
}
.nav-2 .menu-toggle {
	bottom: 2px;
}
.nav-2 .menu-toggle div {
	background: #fff;
}
.nav-2 .menu-toggle.form-cross {
	bottom: -2px;
}
.nav-2.scrolled {
	padding: 12px 0;
}
.nav-2.scrolled .social-links {
	top: 2px;
}
.menu-toggle {
	position: relative;
	display: inline-block;
	margin-left: 24px;
	cursor: pointer;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
.menu-toggle:hover {
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
	-moz-transform: translate3d(0, -3px, 0);
}
.menu-toggle:hover .bar-2 {
	transform: translate3d(0, -4px, 0);
	-webkit-transform: translate3d(0, -4px, 0);
	-moz-transform: translate3d(0, -4px, 0);
}
.menu-toggle:hover .bar-3 {
	transform: translate3d(0, -8px, 0);
	-webkit-transform: translate3d(0, -8px, 0);
	-moz-transform: translate3d(0, -8px, 0);
	opacity: 1;
}
.menu-toggle.form-cross {
	opacity: 0.6;
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	bottom: 0;
}
.menu-toggle.form-cross:hover {
	opacity: 1;
}
.menu-toggle.form-cross .bar-3 {
	opacity: 0;
}
.menu-toggle.form-cross .bar-1 {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.menu-toggle.form-cross .bar-2 {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: -11px;
}
.nav-2 .menu {
	position: relative;
	max-width: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.nav-2 .menu li {
	margin: 0;
	height: 0;
	overflow: hidden;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	opacity: 0;
	padding: 0 18px;
}
.nav-2 .menu li a {
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #e74c3c;
	display: inline-block;
	margin: 24px 0px 16px 0px;
	font-size: 11px;
	color: #fff;
	padding: 0;
	margin: 0;
}
.nav-2 .menu li:last-child {
	padding-right: 32px;
}
.menu.expand {
	max-width: 900px;
}
.menu.expand li {
	height: 24px;
	opacity: 1;
}
.nav-2.nav-light .social-links li a {
	color: #333333;
}
.nav-2.nav-light .bar-1,
.nav-2.nav-light .bar-2,
.nav-2.nav-light .bar-3 {
	background: #333333;
}
.nav-2.nav-light .menu li a {
	color: #333333;
}
.nav-light.scrolled {
	background: rgba(255, 255, 255, 0.9);
}
@media all and (max-width: 768px) {
	.nav-2 .menu li {
		padding-right: 0 !important;
	}
}
@media all and (max-width: 767px) {
	.nav-2 {
		background: rgba(53, 53, 53, 0.4);
		padding: 12px 0;
	}
	.nav-2 .logo {
		max-height: 30px;
	}
	.nav-2 .menu {
		display: block;
		margin: 0;
	}
	.nav-2 .menu.expand {
		margin: 24px 0;
	}
	.nav-2 .menu-toggle {
		top: 3px;
	}
	.nav-2 .social-links {
		top: 4px;
	}
	.nav-2 .menu li {
		padding-right: 0 !important;
	}
	.menu-toggle.form-cross {
		top: 7px;
	}
}
.nav-3 {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	padding: 12px 0;
	background: rgba(0, 0, 0, 0.4);
	max-width: 1580px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.nav-3.nav-light {
	background: rgba(255, 255, 255, 0.8);
}
.nav-3 .logo {
	max-height: 30px;
	position: absolute;
}
.nav-3 .menu-toggle {
	float: right;
	top: 9px;
}
.nav-3 .menu-toggle.form-cross {
	z-index: 101;
	top: 14px;
	opacity: 1;
}
.nav-3 .menu-toggle.form-cross:hover {
	transform: scale(1.1);
}
.fullscreen-container {
	position: fixed;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 100vh, 0);
	-webkit-transform: translate3d(0, 100vh, 0);
	-moz-transform: translate3d(0, 100vh, 0);
	z-index: -1;
	opacity: 1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	background: rgba(30, 30, 30, 0.9);
	top: 0;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	max-width: 1580px;
}
.fullscreen-container .menu {
	float: none;
}
.fullscreen-container .logo {
	max-height: 50px;
	display: block;
	margin: 0 auto;
	margin-bottom: 48px;
	position: relative;
}
.fullscreen-container .menu li {
	padding: 0;
	margin: 0 24px;
}
.fullscreen-container .menu li a {
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #e74c3c;
	display: inline-block;
	margin: 24px 0px 16px 0px;
	color: #fff;
	font-size: 12px;
	margin: 0;
}
.fullscreen-container .has-dropdown:hover {
	border: none !important;
}
.fullscreen-container .has-dropdown:hover a {
	margin-bottom: 24px;
}
.fullscreen-container .has-dropdown:hover .subnav li {
	height: 32px;
}
.fullscreen-container .subnav li a {
	margin: 0;
	opacity: 0.7;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
.fullscreen-container .subnav li a:hover {
	opacity: 1;
}
.fullscreen-container .vertical-align .row {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	opacity: 0;
	transform: translate3d(0, 100px, 0);
	-webkit-transform: translate3d(0, 100px, 0);
	-moz-transform: translate3d(0, 100px, 0);
}
.vertical-align.show-menu .row {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.bottom-content {
	position: absolute;
	bottom: 32px;
	width: 100%;
}
.bottom-content .social-links {
	margin-bottom: 18px;
}
.bottom-content .social-links li {
	margin-right: 24px;
}
.bottom-content .social-links a {
	opacity: 0.3;
	color: #fff;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
.bottom-content .social-links a:hover {
	opacity: 1;
}
.bottom-content span {
	display: block;
	font-size: 12px;
	color: #fff;
	opacity: 0.3;
}
.fullscreen-container.expand {
	z-index: 100;
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
@media all and (max-width: 767px) {
	.nav-3 {
		min-height: 60px;
	}
	.nav-3 .logo {
		position: relative;
		float: left;
	}
	.fullscreen-container .logo {
		max-height: 40px;
		margin-bottom: 12px;
		float: none;
	}
	.fullscreen-container .menu li a {
		padding: 6px 0 !important;
	}
	.bottom-content {
		display: none;
	}
	.fullscreen-container .subnav {
		text-align: center;
	}
	.fullscreen-container .subnav li {
		width: 100%;
		margin: 0 auto;
	}
	.fullscreen-container .has-dropdown:hover .subnav li:last-child {
		margin-bottom: 24px;
	}
	.fullscreen-container .has-dropdown:hover a {
		margin-bottom: 12px;
	}
}
.relative-nav {
	position: relative;
	background: #222;
}
.relative-nav.nav-light {
	background: #fff;
}
.relative-nav.scrolled {
	position: fixed;
	top: 0;
}
.nav-functions {
	display: inline-block;
	float: right;
	position: relative;
	top: 19px;
}
.nav-functions i {
	font-size: 20px;
	color: #fff;
}
.nav-3 .nav-functions {
	top: 5px;
	margin-right: 16px;
}
.nav-functions .search-bar {
	float: left;
	display: inline-block;
	position: relative;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0.8;
	margin-left: 32px;
}
.nav-functions .search-bar:hover {
	opacity: .9;
}
.nav-functions .search-bar:hover input[type="text"] {
	width: 150px;
	opacity: 1;
}
.search-bar input[type="text"] {
	background: none;
	outline: none;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	width: 0;
	opacity: 0;
	position: relative;
	left: 30px;
	padding-bottom: 2px;
	top: 0;
}
.search-bar input[type="submit"] {
	opacity: 0;
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.search-bar i {
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	position: relative;
	right: 10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.nav-light .search-bar input[type="text"] {
	color: #333333 !important;
}
@media all and (max-width: 990px) {
	.nav-functions {
		position: absolute;
		top: 20px;
		right: 93px;
	}
	.nav-3 .nav-functions {
		margin-right: 72px;
	}
}
nav .cart {
	display: inline-block;
	float: right;
	position: relative;
	margin-left: 8px;
}
nav .cart .tag {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #ed7669;
	color: #fff;
	position: absolute;
	top: -8px;
	right: -13px;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	font-weight: 700;
}
.icon-large {
	font-size: 80px;
	display: inline-block;
}




/*---- */


.eventMap {
	float:right;

}
.eventInfo {
	float:left;
	font-size: 20px;
	line-height: 100%;
}
.eventName{

	padding:4px;
}

.eventBlogDate {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
.eventBlogLink {
	font-size: 14px;
	font-weight: bold;
	margin-top:5px;
}

.futureTask {
	padding:1px;
}
.futureTaskDate {
	background: none repeat scroll 0 0 #F4F4F4;
}

.EventsH1f {
	border-bottom: 1px solid #C8C8C8;
	background-color: #F8F8F8;
	color: #737171;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
a:link, a:visited, a:active {
	color:#0066CC;
}

#taskMenuHor a:link, #taskMenuHor  a:visited, #taskMenuHor  a:active {
	color:#003366;
}

.style1 {
	font-size: 18px;
	font-weight: bold;
}
.multiday {
	font-size: 14px;
	font-weight: bold;
}
.style2 {
	font-size: 12px;
}
.style5 {
	font-size: 12px;
	padding-top:3px;
}

.eventsTable a:link, .eventsTable a:visited, .eventsTable a:active {
	color:#0066CC;
}

.eventItem {
	border: 1px solid #F1F1F1;
	padding: 15px;
	margin-bottom: 22px;
	background: #FAFAFA;
	overflow: auto;
}

.eventBannerContainer {
	width: auto;
	overlay: hidden;
	position: relative;
	overflow: hidden;
	max-height: 400px;
	padding: 0;

	margin: -10px;
	margin-top: -14px;
	margin-bottom: 5px;
	margin-left: -10px;
	right: 0px;
	padding:0;
}
.featuredBlock {
	width: 100%;
	margin-top: 10px;

}

.featuredBlock iframe {
	border:0;
}

.eventBanner {
	background-color: #87A7CA;
	margin-left: -10px;
	margin-right: auto;
	width: 102%;
	margin-top: -19px;
	/*
    border-top: 9px solid #424649;
    border-bottom: 9px solid #424649;
    */
	border-top: 0;
	border-bottom: 0;
	min-height:260px;

}

.overlay {
	top:18px;
	position: absolute;
	width: 100%;
	z-index: 3;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 1040px;
}

.titleOverlay {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: absolute;
	top:30px;
	left:30px;
	margin:0;

	z-index:100;
}
.titleOverlay h1.overlayH1 {
	margin: 0;
	width: 100%;
	padding-left: 28px;
	padding-right: 28px;
}

.informationOverlay {
	position:absolute;
	bottom:74px;
	right:20px;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: rgba(255, 255, 255, 0.73);
	color: #747474;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	padding-left:10px;
	padding-right:10px;
}

.informationOverlayInline {
	position:relative;
	bottom:0px;
	right:0px;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: rgba(255, 255, 255, 0.73);
	color: #747474;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	padding-left:0px;
	padding-right:0px;
}

.information {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: #fff;
	color: #747474;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
}


.title-wrapper {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.call-to-action {

}

.informationOverlay > div {
	display: inline-block;
	padding: 8px;
}

.informationOverlay > div i {
	color: #ff453c;
	font-size: 28px;
	margin-right: 10px;
	vertical-align: bottom;
}



.eventBannerContainer h1 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.8;
	background-color: #474946;
	content: "";
	left: 0;
	height: 100%;

	top: 0;
	width: 1014px;
	/*z-index: -1;*/

	color: #fff;
	display: inline-block;
	font-size: 38px;
	font-weight: bold;

	padding: 10px 15px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 0;
}

.overlay .call-to-action {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: #a20700;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
	margin-top:10px;
	position:absolute;
	right :10px;
}
.overlay .call-to-action a:link , .overlay .call-to-action a:visited {
	color:#ffffff;
}



.sectionMain {
	background: #fafafa;
	padding: 15px 25px;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px 1px 1px;
	border-color: #EFEFEF;
	overflow:hidden;
	position:relative;

}


h2.sectionHeader {
	font-weight: normal;
	color: #333;
	font-family: 'Oswald',sans-serif;
	text-shadow: 0 0 1px rgba(0,0,0,0.01);
	font-size: 24px;
}


.replay {
	margin-bottom:4px;
}



table.pilots * {
	text-align: left;
}

table.pilots .nbsp {
	white-space: nowrap;
}
table.pilots a:link {
	/*color: #666;*/
	font-weight: bold;
	text-decoration:none;
}
table.pilots a:visited {
	/*color: #999999;*/
	font-weight:bold;
	text-decoration:none;
}
table.pilots a:active,
table.pilots a:hover {
	/*color: #bd5a35;*/
	text-decoration:underline;
}
table.pilots {

	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	margin:0px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table.pilots th {
	padding:11px 15px 12px 9px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table.pilots th:first-child {
	text-align: left;
	padding-left:20px;
}
table.pilots tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table.pilots tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table.pilots tr {
	text-align: left;
	padding-left:20px;
}
table.pilots td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table.pilots td {
	padding:11px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table.pilots tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.pilots tr:last-child td {
	border-bottom:0;
}
table.pilots tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table.pilots tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table.pilots tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}



#eventAdminMenu.dropdown-menu{
	border: none;
	background-color: #4B4E50;
	margin-right: 0px;
	width: 210px;
	margin-top:-3px;
	padding-bottom: 13px;
}

.dropdown-menu {
	border: none;
	background-color: #4B4E50;

}


#eventTopMenu.affix {
	position: fixed;
	top: 0px;
	z-index:9999;
	margin-top:0px;
}
#eventTopMenu {
	margin-top:-58px;
	margin-right: -20px;
}


#eventTopMenu ul.nav:hover {
	background: rgba(30, 30, 30, 0.9);
}

#eventTopMenu.affix .navbar-affix {
	background: rgba(51, 51, 51, 0.9);
	width: 1040px;

}

.scroll-top {
	position:fixed;
	bottom:0;
	right:3%;
	z-index:100;
	background: #B5DF21;
	font-size:24px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
	color:#222;
}




.dropdown-menu .active > a, .dropdown-menu .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu li > p a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	color: #ffffff;
	text-decoration: none;
	filter: none;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #747474;
}

.open {
	background-color: #afafaf;
}
.open>a:link , .open>a:active ,.open>a:visited{
color: #464646;
}


#eventInfoMenu li {
	 padding-top:0px;
	 padding-bottom: 0px;
	 width:100%;
	border-bottom: 1px solid #6B6A6A;
 }

#eventInfoMenu li a {
	padding-top: 7px;
	padding-bottom: 7px;
	width: 100%;
	padding-left: 5px;
}

#eventInfoMenu.dropdown-menu  {
	width: 320px;
	padding-bottom:13px;
}

.element-item {
	width: 95%;
	margin-left: 0px;

	width: 46%;
	margin-left: 15px;
	position: relative;
	float: left;


}

.blogFullWidth {
	width: 95%;
	margin-left: 0px;
}

.button-group .button:hover {
	background-color: #8CF;
	text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
	color: #222;
}

.button-group .button:active,
.button-group .button.is-checked {
	/*background-color: #28F;*/
	background-color: #444;
}

.button-group .button.is-checked {
	color: white;
	text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button-group .button:active {
	box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group:after {
	content: '';
	display: block;
	clear: both;
}

.button-group .button {
	width: 100%;
	float: left;
	border-radius: 0;
	margin-left: 0;
	display: block;
	text-align: left;
	font-variant: small-caps;
}



#filters.affix {
	position: fixed;
	top:52px;
	margin-left: -15px;

}

#filters {
	width:auto;
}

#leftCol {
	padding-right: 0;
	margin-top: 46px;
}

#rightCol {
	padding-left: 0;
	padding-right: 5px;
	margin-left: 0px;
}


#eventSocialBar {
	float:right;
	margin-top:10px;
	padding:4px;
}

.admin td {
	background-color: #ffddd6;
}


.sectionMain table td, .sectionMain table th {
	font-size: 12px;
	vertical-align: top;
	padding-right: 3px;
	white-space: nowrap;
	border-left: 1px solid #e8e8e8;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.sectionMain table tr:hover {
	background-color: #fffac1;
}

.sectionMain table tr {
	border-bottom:1px solid #E8E8E8;
}


#eventAdminMenu a:link, #eventAdminMenu  a:active, #eventAdminMenu a:visited {
	padding: 7px 10px 7px 17px;
	clear: both;
	float: left;
	display: block;
	text-align: right;
	width: 100%;
}

#eventAdminMenu li {
	width: 100%;
	border-bottom: 1px solid #656565;
}

.subType{
	font-size: 11px;
	top: 34px;
	position: absolute;
	right: 10px;
}



.eventCanceledHeader{
	display: block;
	clear: both;
	/* float: left; */
	width: 100%;
	font-size: 26px;
	background-color: #df3720;
	text-align: center;
	margin-bottom: 3px;
	padding: 7px;
	font-weight: 900;
	color: rgb(255, 255, 255);
	margin-top: 0px;
	margin-left: -10px;
	margin-right: 0;
	overflow: visible;
}