#features {
	margin-top: 100px;
}

.section_header {
	margin-bottom: 30px;
}

#features .feature {
	border: none;
}

#features .feature .info h3 {
	line-height: normal;
}

div.cam {
	color: #8F8E8A;
	padding: 3px;
	border: 1px solid #222;
	border-bottom: none;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	background-color: #3B3833;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, #524F48, #3B3833);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36));
	background: -webkit-linear-gradient(top, #524F48, #3B3833);
	background: -o-linear-gradient(top, #524F48, #3B3833);
	background: -ms-linear-gradient(top, #524F48, #3B3833);
	background: linear-gradient(top, #524F48, #3B3833);
	display: inline-block;
}

#feature_slider .info {
	color: #fff;
}

#feature_slider .info ul {
	list-style-image: url(g.png);
}

#feature_slider h3 {
	line-height: normal;
}

ul {
	list-style-image: url(b.png);
}

ul#pagination {
	list-style-image:none;
}

ul.slides {
	list-style: none;
}

#feature_slider img.cam {
	color: #8F8E8A;
	padding: 3px;
	border: 1px solid #222;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	background-color: #3B3833;
	background: -moz-linear-gradient(top, #524F48, #3B3833);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36));
	background: -webkit-linear-gradient(top, #524F48, #3B3833);
	background: -o-linear-gradient(top, #524F48, #3B3833);
	background: -ms-linear-gradient(top, #524F48, #3B3833);
	background: linear-gradient(top, #524F48, #3B3833);
}

article.slide .info {
	position: absolute;
	top: 100px;
	left: 13%;
	width: 35%;
	display: none;
	z-index: 10;
}

span[class^="icon-"] > span, span[class*=" icon-"] > span {
	margin-left: 20px;
	white-space: nowrap;
}

.filters td {
	vertical-align: middle;
}

.filters input, .filters select {
	width: auto;
	margin: 0px;
}

#footer {
	min-height: 70px;
	padding: 0 0 20px 0;
}

#footer .credits {
	padding: 10px 0px 20px 0px;
}

.ultra.span3 {
	margin-top: 20px;
}

#footer .credits .copyright {
	font-style: normal;
	margin-top: 15px;
}

#footer .credits .copyright a {
	color: #a6a6a7;
}

#footer .credits .copyright a.link {
	text-decoration: underline;
}

#more {
	margin: 50px 0 20px;
}

#more #filters li {
	list-style: none;
	display: inline-block;
	font-size: 18px;
	color: #3f3f3f;
	font-style: italic;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	transition: color .2s;
	cursor: pointer;
	border-bottom: 1px solid;
	padding-bottom: 3px;
}
#more #filters li.separator {
	color: #c0c0c0;
	font-weight: lighter;
	margin: 0 10px;
	border: 0;
}

#more #filters li:hover,
#more #filters li.active {
	color: #1189d9;
}

#more .content {
	position: relative;
}

#more .content > div {
	display: none;
}

#more .content > div.active {
	display: block;
}

#more .content ul {
	list-style: none;
}

#more ul.imgmarker {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	width: 245px;
}

#more ul.imgmarker li {
	background: url(checkbox-sprite.png) no-repeat top left;
	margin: 10px 22px auto -22px;
	padding-left: 22px;
}

#more ul.imgmarker.right {
	width: 250px;
}

#more #filters {
	line-height: 40px;
}

#more .prices li {
	display: inline-block;
	padding: 20px 15px;
	background-color: #f8f8f8;
	background: #f8f8f8;
	border: 1px solid #ccc;
	max-width: 100%;
	text-align: center;
	height: 80px;
	vertical-align: bottom;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-right: -3px;
}

#more .prices li:first-child {
	border-radius: 5px 0 0 5px;
}

#more .prices li:last-child {
	border-radius: 0 5px 5px 0;
}

#more .prices li > div {
	display: inline-block;
}

#more .prices li.join {
	text-transform: uppercase;
	line-height: 46px;
	font-weight: bold;
	padding: 17px 34px;
	font-size: 18px;
	background: #252528;
	color: #fff !important;
	border: 0px !important;
	cursor: pointer;
	border-radius: 5px;
}

#more .prices li.join:hover {
	background: #4d9dd6 !important;
	color: #fff !important;
	border: 0px !important;
}

#more .prices li.join a {
	color: #fff;
}

#more .prices li > img {
	vertical-align: top;
	margin-right: 10px;
}

#more .prices li b {
	font-size: 18px;
}

.bred {
	background: #fa3031 !important;
	color: #fff !important;
	border: 0px !important;
}

.bgreen {
	background: #43c83c !important;
	color: #fff !important;
	border: 0px !important;
}

.blightblue {
	background: #52b9e9 !important;
	color: #fff !important;
	border: 0px !important;
}
.blue {
	background: #4d9dd6 !important;
	color: #fff !important;
	border: 0px !important;
}


@media (max-width: 500px) {
	a.brand span {
		display: none;
	}
}

span.required {
	color: red;
}

form .row {
	margin-left: 0;
}

form .errorMessage {
	color: #F00;
	font-size: 11px;
	margin-top: -10px;
	margin-bottom: 2px;
	line-height: normal;
}

.login-key {
	background: url('/images/key.png') no-repeat;
	width: 15px;
	height: 19px;
	display: inline-block;
	margin: 0 4px -4px 0;
}