body .container-fluid {
	background-color: #FFFFFF;
	position:relative;
	padding:0;
}

body .proxima-nova {
	font-family:"proxima-nova";
}

body .lato {
	font-family:"lato";
}

header {
	padding-top:15px;
	color:#FFFFFF;
	background-color:#000000;
	height:80px;
}

header a {
	color:#FFFFFF;
}

header a:hover {
	color:#00AEB3;
	text-decoration: none;
}

header.row {
	margin:0;
}

.container-fluid .mainLogo {
	padding:0px 25px;
	max-width: 100%;
}

.wrapper {
	position:relative;
}

.mainMenu {
	margin-top: 9px;
	width:100%;
}

.mainMenu ul {
	list-style-type: none;
	float:right;
	margin-right:10px;
}

.mainMenu li {
	float:left;
	margin:6px 40px;
	font-size: 14px;
}

.loadingSpinner {
	color:#00AEB3;
	font-size: 36px;
	text-align: center;
	padding:50px 0 20px 0;
}

.newsletterModal {
	position:absolute;
	top:180px;
	left:50%;
	margin-left:-200px;
	width:400px;
	height:165px;
	background-color: #000;
	color:#FFF;
	z-index: 50;
	text-align:center;
	padding:20px;
}

.newsletterEmail {
	color:#000000;
}

#keywordSearch {
	font-family:"lato";
	margin:0 auto;
	text-align: center;
	padding:5px 10px;
	color:#111;
	background:#FDFDFD;
	background: url('../images/search.png');
	background: -moz-linear-gradient(top,  rgba(254,254,254,0.83) 0%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,0.83)), color-stop(100%,rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top,  rgba(254,254,254,0.83) 0%,rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,254,254,0.83) 0%,rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,254,254,0.83) 0%,rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom,  rgba(254,254,254,0.83) 0%,rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33e4e4e4',  endColorstr='#e4e4e4',GradientType=0 );

	width:411px;
	height:40px;
	border-radius:4px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(2, 2, 2, 0.83);
	-moz-box-shadow:    0px 1px 3px 0px rgba(2, 2, 2, 0.83);
	box-shadow:         0px 1px 3px 0px rgba(2, 2, 2, 0.83);
	transition: all 0.35s ease;
}

#keywordSearch:after {
	position: absolute;
	width: 94%;
	height: 20%;
	left: 3%;
	border-radius: 50%;
	z-index: -1;
	bottom: 0%;
	content: "";
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	transition: all 0.35s ease;
}

#keywordSearch:hover:after {
	position: absolute;
	width: 94%;
	height: 20%;
	left: 3%;
	border-radius: 50%;
	z-index: -1;
	bottom: 0%;
	content: "";
	box-shadow: 0 2px 6px rgba(0,0,0,0);
	transition: all 0.35s ease;
}

#keywordSearch:hover {
	transition: all 0.35s ease;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(2, 2, 2, 0.83);
	-moz-box-shadow:    0px 1px 3px 0px rgba(2, 2, 2, 0.83);
	box-shadow:         0px 1px 3px 0px rgba(2, 2, 2, 0.83);
	background: -moz-linear-gradient(top,  rgba(254,254,254,0.83) 0%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,0.83)), color-stop(100%,rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top,  rgba(254,254,254,0.83) 0%,rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,254,254,0.83) 0%,rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,254,254,0.83) 0%,rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom,  rgba(254,254,254,0.83) 0%,rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3e4e4e4', endColorstr='#e4e4e4',GradientType=0 );
}

#keywordSearch a {
	text-decoration: none;
	float: left;
	width: 100%;
	padding: 4px 0 0 5px;
	text-transform: uppercase;
	color:#4c4c4c!important;
	font-size:16px;
	text-align:left;
	transition: all 0.5s ease;
	background: url('../images/search_black.png');
	background-position: 362px 3px;
	background-repeat: no-repeat;
	height:32px;
}

.largeScreen {
	display:block;
}

.smallScreen {
	display:none;
}

#keywordSearch a:hover {
	text-decoration: none!important;
	color: #00AEB3!important;
	transition: all 0.35s ease;
	background: url('../images/search.png');
	background-repeat: no-repeat;
	background-position: 362px 3px;
}

.advancedSearch .venueWrapper, .advancedSearch .orgWrapper {
	margin-top:3px;
	margin-left:5px;
	width:200px;
	float:left;
	text-align: left;
}

.advancedSearch .chosen-container {
	border:none;
	text-align: left;
	max-width: 200px;
	width:200px;
}

.advancedSearch .chosen-container .chosen-results {
	min-width:195px;
}

.chosen-container span {
	font-size: 14px;
	color:#000;
	margin-top:8px;
}

.chosen-container-single .chosen-single {
	border-radius:0 !important;
	height:40px !important;
	background-color: #FFF !important;
}

.chosen-container-single .chosen-single div b {
	background-position: 0 10px !important
}

.applyAdvancedSearch {
	margin-top: 15px;
	font-family:"lato";
}

.applyAdvancedSearch a {
	color:#FFFFFF;
	text-decoration: underline;
	cursor:pointer;
}

.applyAdvancedSearch a:hover {
	color:#00AEB3;
	text-decoration: none;
}

.container-fluid .row-fixed {
	max-width:1170px;
	margin:0 auto;
}

.mainMenu li.separator {
	color: #AAAAAA;
	margin:0 2px;
	font-size: 20px
}

.smallMenu {
	position:absolute;
	top:0px;
	right:20px;
}

.smallMenu img {
	max-width: 100%;
	margin-top:5px;
}

.smallMenuIcon {
	cursor:pointer;
	float:right;
}

.smallMenu ul {
	display:none;
	list-style-type: none;
	position:absolute;
	top:50px;
	right:0;
	z-index: 10;
	background-color: #000000;
	width: 265px;
	padding: 8px 0;
}

.smallMenu li {
	padding:7px 20px ;
	text-align: right;
}

.titleText {
	font-size:128px;
	font-family:"balboa-plus-fill";
	line-height: .5;
}

.subTitleText {
	font-size:96px;
	font-family:"balboa-plus-fill";
	line-height: 1.5;
}

.mainImage {
	max-width: 100%;
}

.titleContent {
	position:absolute;
	top:100px; 
	left:0;
	padding:0%;
	width:100%;
	text-align:center;
	color:#FFFFFF;
}

.mainText {
	width:100%;
	background-color:rgba(0, 0, 0, 0.5);
	height:100px;
	position: absolute;
	bottom:0;
	left:0;
	padding:10px 25px;
	color:#FFFFFF;
}

.subMenu ul {
	margin:0 auto;
	list-style-type: none;
	margin-left:5%;
}

.subMenu ul li {
	float:left;
	width:9%;
	margin:0;
	text-align: center;
	padding:5px 12px 3px 12px;
	background-color: #FFFFFF;
	z-index: 10;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
}

.subMenu li:hover, .subMenu li.active {
	color:#FFFFFF;
	background-color: #00AEB3;
	text-decoration: none;
	cursor:pointer;
}

.subMenu li.blue { border-bottom: 4px solid #00AEB3; }
.subMenu li.green { border-bottom: 4px solid #65b44c }
.subMenu li.yellow { border-bottom: 4px solid #f8c91e }
.subMenu li.gray { border-bottom: 4px solid #7a7166 }
.subMenu li.muave { border-bottom: 4px solid #d70b7d }
.subMenu li.purple { border-bottom: 4px solid #7f4a8b }
.subMenu li.orange { border-bottom: 4px solid #e07332 }
.subMenu li.lightblue { border-bottom: 4px solid #00a3db }
.subMenu li.red { border-bottom: 4px solid #bb2228 }

.categoryList {
	width:215px;
	color:white;
	background-color: black;
	padding:0px 20px 0px 20px;
	z-index: 25;
	display: none;
}

.categoryList ul {
	list-style-type:none;
	padding:8px 0 5px 0;
}

.categoryList li {
	margin:3px 0;
	cursor: pointer;
	padding:2px 3px;
}

.categoryList li:hover {
	color:black;
	background-color: white;
}

.contentArea {
	padding:20px 40px;
}

.mainArea {
	margin-top:20px;
}

.dateLeft {
	color:#FFFFFF;
	background-color: #00AEB3;
	position:absolute;
	top:-5px;
	left:-5px;
	font-size: 20px;
	width:60px;
	height:75px;
	text-align:center;
	line-height: 170%;
	font-weight: bold;
	font-family:"proxima-nova";
	z-index: 10
}

.largeDate {
	font-size: 38px;
}

.dateCenter {
	color:#FFFFFF;
	background-color: #00AEB3;
	position:absolute;
	top:-5px;
	left:55px;
	height:75px;
	width:20px;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	font-family:"proxima-nova";
	z-index: 10
}


.dateRight {
	color:#FFFFFF;
	background-color: #00AEB3;
	position:absolute;
	top:-5px;
	left:75px;
	font-size: 20px;
	height:75px;
	width:60px;
	text-align:center;
	line-height: 170%;
	font-weight: bold;
	font-family:"proxima-nova";
	z-index: 10
}

.caption {
	font-size: 12px;
	/*min-height:34px;*/
	font-weight:bold;
	margin-top:2px;
}

.smallEvent {
	background-color: #FFFFFF;
	margin:15px 20px;
	position:relative;
	max-width: 500px;
	height:490px;
	font-family:"lato";
}

.smallEvent h1 {
	cursor: pointer;
}

.smallEvent h1:hover {
	text-decoration: underline;
}

.mainEvent h3 {
	font-weight:bold;
	font-size: 36px;
}

.eventHeader {
	width:100%;
	border: 2px solid #666666;
	color:#337ab7;
	padding:4px 12px;
	text-align: center;
	font-weight:bold;

}

.eventData, .eventDataRight {
	margin-bottom: 30px
}

.eventData p, .eventDataRight p {
	margin-top: 10px;

}

.imageWrapper {
	max-width: 100%;
	position: relative;
	clear:both;
}

.imageWrapperHome {
	max-width: 100%;
	position:relative;
	cursor: pointer;
}

.returnHome {
	float:right;
	color:#00AEB3;
	font-size: 16px;
	cursor: pointer;
	text-decoration: underline;
}

.returnHome:hover {
	text-decoration: none;
}

.smallEvent img {
	max-width: 100%;
	max-height:368px;
}

.smallEvent h1 {
	margin-top:3px;
	font-size:24px;
}

ul.dateTimeList {
	margin-top: 10px;
	list-style-type: none;
	padding:0;

}

.paginationDiv {
	float:none;
	margin:20px auto 15px auto;
	width:490px;
	text-align: center;
}

.pageNumber {
	float:left;
	background-color: #FFFFFF;
	font-size: 24px;
	border:1px solid #FFFFFF;
	margin:0 10px;
	padding:5px 10px;
	border-radius: 10px;
	border:1px solid #BBBBBB;
	cursor:pointer;
	text-align: center;
	width:50px;
}

.pageNumber.active, .pageNumber.active a, .pageNumber:hover, .pageNumber a:hover, .pageNumber:hover a, .pageNumberArrow:hover, .pageNumberArrow a:hover, .pageNumberArrow:hover a  {
	background-color: #00AEB3;
	color:#FFFFFF;
	text-decoration: none;
}

.pageNumber a {
	color: #929483;
	text-decoration: none;
}

.shareList {
	width:325px;
	height:98px;
	border:1px solid #CCCCCC;
	background-color: #FFFFFF;
	z-index: 10;
	padding:4px 3px;
}

.shareList ul {
	float:left;
	width:50%;
	list-style-type: none;
	margin:0;
	padding:0;
}

.shareList li {
	margin-bottom: 4px;
}

.shareList a {
	color:#337ab7;
}

.shareList a:hover {
	color:#23527C;
	text-decoration: none;
}

.shareList i {
	cursor:pointer;
	font-size: 22px;
	margin-right:5px;
}

footer {
	padding:30px;
	clear:both;
	color:#FFFFFF;
	background-color: #000000;
	font-family:"lato";
}

footer.row {
	margin:0;
}

footer a {
	color:#FFFFFF
}

footer ul {
	list-style-type: none;
	padding:0;
}

footer p {
	font-size: 14px;
}

footer .about li {
	float:left;
	margin-right:10px;
}

footer a:hover {
	text-decoration: none;
	color:#00AEB3;
}

footer i.fa {
	font-size: 24px;
}

footer .social a {
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:10px;
	width:60px;
}

footer .social a img {
	max-width: 100%;
	margin-top:5px;
	margin-bottom:5px;
}

footer .col-lg-3 {
	padding:0 40px;
}

.row.borderLine {
	margin:15px 50px;
	border-bottom: 1px solid #000;
}

.signup {
	margin-top: 10px;
}

#signupForm #signupSubmit {
	background-color: #000000;
	color:#FFFFFF;
	border:1px solid #333333;
	width:125px;
	margin:0 auto;
	padding:4px 10px;
	margin-top:3px;
}

.contact p {
	margin-bottom: 8px;
}

.about h4 {
	margin-top: 10px;
	clear:both;
}

.fa.shareIconSmall {
	color:#B93133;
	cursor:pointer;
	font-size:24px;
	float:right;
}

.singleEvent {
	margin:5px 0;
}

.buyTickets, .saveEvent {
	margin-right:15px;
	float:left;
	padding:3px 10px;
	border:1px solid #BBBBBB;
}

.buyTickets a, .saveEvent a, .buyTickets a:hover, .saveEvent a:hover {
	cursor:pointer;
	text-decoration: none;
}

.buyTickets a.greyButton, .buyTickets a.greyButton:hover {
	color:#AAAAAA;
	cursor:default;
}

.signup p {
	text-align: center;
}

#signupForm {
	text-align:center;
}

#signupForm input {
	width:80%;
	margin-bottom: 10px;
	padding:2px 5px;
}

.facebookIcon {
	color:#3b5998;
}

.googlePlusIcon {
	color:#dd4b39;
}

.emailIcon {
	color:#cccccc;
}

.redditIcon {
	color:#ff4500;
}

.twitterIcon {
	color:#00aced;
}

.pinterestIcon {
	color:#cb2027;
}

.linkedInIcon {
	color:#007bb6;
}

.tumblrIcon {
	color:#32506d;
}

.instagramIcon {
	color:#517fa4;
}

.youtubeIcon {
	color:#bb0000;
}

.advancedSearch {
	position: absolute;
	bottom:0;
	left:0;
	padding:15px 0;
	width:100%;
	text-align: center;
	display:none;
	background-color:rgba(0, 0, 0, 0.7);
	cursor:pointer;
	z-index: 50;
}

.closeSearch {
	position: absolute;
	top:5px;
	right:5px;
}

.advancedSearch input, .advancedSearch select {
	margin-top:3px;
	margin-left:5px;
	padding:0 6px;
	height: 40px;
	width:175px;
	color:#000000;
	float:left;
}

.resultString {
	font-weight:bold;
	margin-bottom:5px;
}
.dateWrapper {
	position:relative;
	float:left;
}

.fa-calendar {
	position:absolute;
	left:160px;
	top:16px;
	color:#000000;
}

.fa-arrow-right {
	color:#929483;
	padding-right: 3px;
}

.pageNumberArrow {
	width:38px;
	float:left;
	background-color: #FFFFFF;
	font-size: 24px;
	border:1px solid #FFFFFF;
	margin:0 10px;
	padding:5px 10px;
	border-radius: 10px;
	border:1px solid #BBBBBB;
}

.searchTopRow {
	margin:0 auto 7px auto;
	height:48px;
	width:880px;
}

.searchTopRow i {
	color:#FFFFFF;
	background-color: #00AEB3;
	font-size: 36px;
	float:left;
	padding:6px;
}

.searchTopRow .closeSearch i {
	color:#FFFFFF;
	background-color: #00AEB3;
	font-size: 12px;
	float:left;
	padding:4px 6px;
}

.searchTopRow button {
	margin:0;
	border:none;
	padding:0;
	float:left;
}

.searchBottomRow {
	height:48px;
	width:1075px;
	margin:0 auto;
}

.dateRange {
	float:left;
	margin:0 10px;
}

.rangeBox {
	float:left;
	margin-left:2px;
	border:1px solid #AAAAAA;
	padding:1px 7px 0 7px;
	color:#000000;
	background-color: #CCCCCC;
}

.rangeBox.active {
	color:#FFFFFF;
	background-color: #00AEB3;
}

.noBorder {
	color:#FFFFFF;
	background-color: #000000;
}

.topDate {
	color:#FFFFFF;
}

.topDate, .bottomDate {
	height:24px;
	margin:0;
	font-size:12px;
}

.bottomDate {
	margin-top: -6px;
}

#searchSubmit, #resetSearch {
	font-weight:bold;
	background-color: #FFFFFF;
	color:#000000;
	width:95px;
	padding:5px 15px;
	margin:1px;
	border:2px solid #00AEB3;
}

.loginContent {
	width:80%;
	line-height: 175%;
}

#loginForm {
	margin:25px 0;
}

#loginForm input {
	width:300px;
	padding:5px;
	height:44px;
}

#loginForm input[type='submit'], #registerForm input[type='submit'] {
	width: 150px;
	font-size: 14px;
	background-color: #FFF;
	border:1px solid #00AEB3;
	color:#656565;
	font-weight: bold;
}

#registerForm input {
	width:450px;
	padding:5px;
	height:44px;
}

.forgotPassword {
	color:#00AEB3;
	font-size: 12px;
	margin:0 10px;
}
.errorMessage {
	color: red;
}

.addThisButtons {
	display:block;
}
.welcomemodal {

}
.welcomemodal .modal-title img {
	height: 60px;
}
.btn.btn-wel {
	color: #feffff;
	background: #00AEB3;
	border-radius: 0;
	padding: 10px 30px;
	font-style: italic;
	font-size: 20px;
}
.welcomemodal .close {
	float: right;
	position: relative;
	top: 8px;
	color: #00AEB3;
	font-size: 34px;
}
.welcomemodal .modal-body { 
	text-align: center; 
	position: relative;
	padding: 0 25px 25px 25px; 
}
.welcomemodal h4.modal-title {
    float: left;
}
.welcomemodal .modal-body h3 {
	font-family: "lato",sans-serif;
	color: #00AEB3;
	text-transform: uppercase;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}
.welcomemodal .modal-header {
	border-bottom: none;
}
.welcomemodal .modal-content {
	border-radius: 0;
}
.welcomemodal p {
	font-size: 15px;
	line-height: 18px;
	color: #191919;
} 
@media screen and (max-width: 1199px) and (min-width: 992px) {

	.smallEvent {
		margin:15px auto;
	}

	.contentArea {
		padding:15px 20px;
	}

	.titleText {
		font-size: 82px;
	}

	.about {
		margin-top: 25px;
	}

	.imageWrapper {
		height:auto;
	}

}

@media screen and (max-width: 991px) and (min-width: 768px) {

	.smallEvent {
		margin:15px auto;
	}


	.smallEvent h1 {
		font-size:30px;
	}

	.contentArea {
		padding:15px 20px;
	}

	.titleContent {
		top:150px;
	}

	.titleText {
		font-size: 62px;
	}

	.dateLeft {
		font-size: 16px;
		width:55px;
		height:60px;
		line-height: 150%;
		padding-top: 5px;
	}

	.largeDate {
		font-size: 28px;
	}

	.dateCenter {
		top:-5px;
		left:50px;
		height:60px;
		width:18px;
		font-size: 24px;
		padding-top: 12px;
	}


	.dateRight {
		top:-5px;
		left:68px;
		font-size: 16px;
		height:60px;
		width:55px;
		line-height: 150%;
		padding-top: 5px;
	}

	.about {
		margin-top: 25px;
	}

	.advancedSearch {
		position:absolute;
		bottom:0;
		left:-275px;
		width:270px;
		height:415px;
		padding:5px;
		background-color: rgba(0,0,0,1);
	}

	.advancedSearch input, .advancedSearch select {
		width:250px;
	}

	.closeSearch {
		display:block;
		top:5px;
		right:0;
	}

	.closeSearch i {
		font-size: 24px;
		color:#FFFFFF;
		background-color: transparent;
	}

	.searchTopRow, .searchBottomRow {
		width:300px;
	}

	.searchTopRow button {
		margin:3px;
	}

	#keyword {
		clear:both;
	}

	.dateRange {
		display: none;
	}

	#searchSubmit {
		clear:both;
		margin:5px;
	}

	.imageWrapper {
		height:auto;
	}

}

@media screen and (max-width: 767px) {
	
	.smallMenu {
		top:5px;
		right:0px;
	}

	.container-fluid .mainLogo {
		padding-left: 0
	}

	.smallEvent {
		margin:15px auto;
	}

	.smallEvent h1 {
		font-size:24px;
	}

	.contentArea {
		padding:15px 20px;
	}

	.titleContent {
		top:125px;
	}

	.dateLeft {
		font-size: 16px;
		width:55px;
		height:60px;
		line-height: 150%;
		padding-top: 5px;
	}

	.largeDate {
		font-size: 28px;
	}

	.dateCenter {
		top:-5px;
		left:50px;
		height:60px;
		width:10px;
		font-size: 24px;
		padding-top: 12px;
	}

	.dateRight {
		top:-5px;
		left:60px;
		font-size: 16px;
		height:60px;
		width:55px;
		line-height: 150%;
		padding-top: 5px;
	}

	.titleText {
		font-size:48px;
		line-height: 110%;
	}
	
	.subTitleText {
		font-size:36px;
		line-height:110%;
	}

	#keywordSearch {
		width:300px;
	}

	#keywordSearch a {
		background-position: 255px 3px;
	}

	#keywordSearch a:hover {
		background-position:  255px 3px;
	}

	.largeScreen {
		display: none;
	}

	.smallScreen {
		display:block;
	}

	footer {
		padding:30px 0px;
	}

	.about {
		margin-top: 25px;
	}

	.advancedSearch {
		position:absolute;
		top:-130px;
		left:-275px;
		width:215px;
		height:415px;
		padding:5px;
		background-color: rgba(0,0,0,1);
	}

	.advancedSearch input, .advancedSearch select {
		width:250px;
	}

	.closeSearch {
		display:block;
		top:5px;
		right:0;
	}

	.closeSearch i {
		font-size: 24px;
		color:#FFFFFF;
		background-color: transparent;
	}

	.searchTopRow, .searchBottomRow {
		width:300px;
	}

	.searchTopRow button {
		margin:3px;
	}

	#keyword {
		clear:both;
	}

	.dateRange {
		display: none;
	}

	#searchSubmit, #resetSearch {
		margin:5px;
	}

	#resetSearch {
		margin-left: 0
	}

	.imageWrapper {
		height:auto;
	}

	#dateFrom, #dateTo, #city {
		width:175px;
	}

	#keyword, #category {
		width:200px;
	}

	.actionButtons {
		clear:both;
	}
	.pageNumber { 
		margin: 0 6px;
		padding: 2px 8px;
		border-radius: 5px;
		width: auto;
	}

}

@media screen and (max-width: 479px) {

	.titleContent {
		top:30px;
	}

	.titleText {
		font-size:42px;
	}

	.imageWrapper {
		height:auto;
	}

}