/**
 * Dropzone
 */
.dropzone-wrapper {
	position: relative;
	background: #fcfcfc;
	border: dashed 1px #ddd;
	padding: 20px;
	cursor: pointer
}

	.dropzone-wrapper .dz-message {
		opacity: .5;
		margin: 0 auto;
		text-align: center
	}

		.dropzone-wrapper .dz-message span {
			display: block;
		}

		.dropzone-wrapper .progress {
			position: absolute;
			left: 20px;
			bottom: 0;
			height: 15px;
			display: none;
			width: 180px;
			left: 50%;
			margin-left: -90px
		}

.dz-preview {
	display: none
}

#prices {
	margin: 15px 0
}

.pricing-box-content > p {
	margin: 15px
}

/**
 * Custom css
 */

.sponsor {
	text-align: center;
	margin-bottom: 15px
}

	.sponsor a {
		background-color: #fff;
		display: block
	}

	.sponsor img {
		margin: 0 auto;
	}

		.sponsor .benison {
			background-color: #e6e6e6
		}

		.sponsor .freleo {
			background-color: #333
		}

		.sponsor .selectacars {
			background-color: #c93d2a
		}

		.sponsor .pressd {
			background-color: #e6e6e6
		}

		.sponsor .wvs {
			background-color: #3c3c3c
		}

.navbar-default .navbar-brand {
	text-transform: none;
}

.header-full-dark .top-nav .dropdown-login-box a {
	border: none;
	margin-top: 8px
}

	.header-full-dark .top-nav .dropdown-login-box a:hover {
		text-decoration: underline;
	}

#event-poster div {
	background: transparent url(/carousel/event_poster_bg.png) left center no-repeat;
	padding: 20px 20px 28px 20px
}

.local-ops {
	background-color: #02c66c
}

.mixed-ops {
	background-color: #f0ad4e
}

.biggs-ops {
	background-color: #d9534f
}

.none-ops {
	background-color: #777
}

.two_cols {
  overflow: hidden;
}
.two_cols > li {
  float: left;
  width: 50.00%;
  padding-bottom: 2px;
  padding-top: 1px;
}

#footer-widgets hr {
	margin: 10px 0;
	border-color: #555
}

.no-pictures {
	text-align: center
}

	.no-pictures i {
		margin-top: 13%;
		margin-bottom: 13%
	}

.glider {
	background-color: #00b0f0
}

.carter {
	background-color: #ffc000
}

#maps {
	height: 350px
}

/**
 * Links
 */
#links .mix {
	display: none
}

	#links .filter {
		cursor: pointer;
		padding: 2px 4px;
		margin: 4px;
		display: inline-block;
	}

		#links .filter:hover {
			background-color: #333;
			color: #fff;
		}

		#links .filter.active {
			color: #fff;
			background-color: #333
		}

	#links .list-group-item {
		margin-bottom: 5px
	}

/**
 * Member register
 */

#member-picture-dropzone {
	min-height: 300px
}
