/*
 * Page: About
 *
 */
#wrapper {
	background-color: #221F20;
}

.container.about {
	padding-bottom: 150px;
}

div.gradient::before {
	opacity: 0.5;
}

#about h1 strong {
	font-size: 48px;
	font-size: 3rem;
	color: #fff;
	margin: 0;
	font-weight: 700;
	display: block;
}
	
.about_text h1 {
	color: #fff;
	font-size: 32px;
	font-size: 2rem;
 	margin-top: 0;
 	display: inline-block;
 	margin-bottom: 32px;
	margin-bottom: 2rem;
	letter-spacing: -1.5px;
	line-height: 1;
}

#about #wrapper:after{
	background: url(/images/about/bg_images/neoncircus_about_bg.jpg) repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -2;
	content: "";
	opacity: 0;
}

#about #wrapper.visible:after {
	opacity: 1;
	background-color: none;
}

html.no-js #about #wrapper:after {
	opacity: 1;
	background-color: none;
}

#about .telephone {
	color: #fff;
	margin-bottom: 31px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.about_details {
	width: 100%;
	float: left;
	background: rgb(34, 31, 32);
	background: rgba(34, 31, 32, 0.85);
	color: #fff;
	border-left: 8px solid #c5d93c;
	display: table;
}

.col {
	display: table-cell;
	vertical-align: top;
}

.about_text {
	width: 100%;
	padding: 54.4px 48px 56px 48px;
	padding: 3.4rem 3rem 3.5rem 3rem;
}

.about_text p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 20px;
	line-height: 1.25rem;
}

.about_quote {
	width: 100%;
	padding: 46.4px 24px 48px 24px;
	padding: 2.9rem 2rem 3rem 2rem;
	background: #c5d93c;
	font-size: 18px;
	font-size: 1.125rem;
	text-transform: uppercase;
}

.about_quote p {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 28px;
	line-height: 1.75rem;
}

#about footer{
	background: rgb(34, 31, 32);
	background: rgba(34, 31, 32, 0.9);
}

.quote_marks {
	display: block;
	width: 100px;
	padding-bottom: 16px;
	padding-bottom: 1rem; 
}

/*
 * Responsive Styles
 */
@media (min-width: 768px) {
	.about_text {
		width: 70%;
	}
	.about_quote {
		width: 30%;
	}
	#about div.gradient {
		background: none;
	}
}

@media (max-width: 767px) {
	.about_text {
		float: left;
		padding: 35px 21px 42px 21px;
		padding: 2.5rem 1.5rem 3rem 1.5rem;
	}
	.about_quote {
		float:left;
	}
	.about_details,
	.col {
		display: block;
	}
}

@media (max-width:1200px) {
	.about_quote {
		padding-left: 21px;
		padding-left: 1.5rem;
		padding-right: 21px;
		padding-right: 1.5rem;
	}
	.about_quote p {
		font-size: 20px;
		font-size: 1.4rem;
	}
}

@media (min-width:768px) and (max-width:992px) {
	.about_text {
		padding-top: 40px;
		padding-top: 2.5rem;
		padding-left: 32px;
		padding-left: 2rem;
		padding-right: 32px;
		padding-right: 2rem;
	}
	.about_quote {
		padding-top: 32px;
		padding-top: 2rem;
		padding-left: 16px;
		padding-left: 1rem;
		padding-right: 16px;
		padding-right: 1rem;
	}
	.about_quote p{
		font-size: 21px;
		font-size: 1.3rem;
		line-height: 26.4px;
		line-height: 1.65rem;
	}
	.about_text h1 {
		font-size: 27px;
		font-size: 1.7rem;
	}
	#about h1 strong {
		font-size: 43px;
		font-size: 2.7rem;
	}
}

@media (max-width:767px) {
	.about_text p {
		font-size: 14px;
		font-size: 1rem;
		line-height: 24.5px;
		line-height: 1.75rem;
	}
}

@media (max-width:500px) {
	.about_text p {
		font-size: 12px;
		font-size: 0.875rem;
		line-height: 17.5px;
		line-height: 1.25rem;
	}
	.about_text h1 {
		font-size: 21px;
		font-size: 1.5rem;
	}
	#about h1 strong {
		font-size: 35px;
		font-size: 2.5rem;
	}
	span.quote_marks img {
		width: 60px;
	}
}

@media (max-width: 360px) {
	.about_text h1 {
		font-size: 15px;
		font-size: 1.1rem;
	}
	#about h1 strong {
		font-size: 28px;
		font-size: 2rem;
	}
	.about_quote p {
		font-size: 16px;
	}
}
@media (max-width: 300px) {
	.about_text h1 {
		font-size: 13px;
	}
}