﻿/*
—————————————————————————
Global
—————————————————————————
*/
body {
	min-width:320px;
}
h1  {
	font-size:28px;
}
.product-heading {
	margin-bottom:20px;
}
.product-heading h1,
.product-heading h2 {
	font-size:22px;
}
.container {
	padding:0 20px;
}
.breadcrumb {
	margin-bottom:20px;
}
#topbar {
	padding:0 15px;
	text-align:center;
}
#topbar li {
	float:none;
	display:inline-block;
	margin:0 4px;
}
.powerpack-heading {
	margin-top:50px;
}
.powerpack-categories li.top {
	width:47%;
}
#social {
	margin-top:-5px;
}
#footer #clickvibe {
	text-align:center;
}

/*
—————————————————————————
Navigation
—————————————————————————
*/
#nav.hidden {
	display:none;
}
#hamburger {
	display:block;
	position:absolute;
	top:4px; right:20px;
	cursor:pointer;
}
#nav {
	position:fixed;
	top:0; left:0;
	width:100%;
	height:100%;
	background:#000;
	margin:0;
	z-index:1;
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
}
#nav li, #nav li.top {
	display:block;
	float:none;
	margin:0;
}
#nav li.top {
	margin-bottom:16px;
}
#nav li ul {
	display:block;
	width:auto;
	margin-top:-4px;
	position:static;
	border:0;
	background:none;
}
#nav #close {
	display:block;
	height:47px;
	padding:10px 10px 0 0;
}
#nav #close img {
	float:right;
	width:23px;
	height:23px;
	cursor:pointer;
	padding:12px;
}
#nav li a,
#nav li:hover a,
#nav li a:hover,
#nav li ul a,
#nav li:hover ul a,
#nav li.active a {
	float:none;
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	line-height:22px;
	height:auto;
	color:#f60;
}
#nav a:after {
	content:"";
	padding:0;
}
#nav li ul a,
#nav li:hover ul a,
#nav li.active ul a {
	text-transform:none;
	color:#fff;
	background:none;
	line-height:1;
}
#nav #close img.spin {
	-webkit-animation-name:spin;
	-webkit-animation-duration:800ms;
}
@-webkit-keyframes spin {
	from	{-webkit-transform:rotate(-90deg)}
	to		{-webkit-transform:rotate(0deg)}
}

/*
—————————————————————————
Content
—————————————————————————
*/
#contentWrapper {
	background:#fff;
	padding:20px;
}
#content {
	width:auto;
}
#image-container {
	float:none;
	padding:0;
	width:auto;
	margin:0 -20px 20px -20px;
	background:#555;
	padding:1px 0;
}
#image-container ul {
	display:none;
}
#image-container a {
	margin:0;
}
#image-container img,
#image-container img.main {
	margin:auto;
	max-width:300px;
	height:auto;
	border:0;
	border-radius:0;
}
#text-container {
	float:none;
	width:auto;
}
.markdown p {
	clear:left;
}

/*
—————————————————————————
Home Page
—————————————————————————
*/
.home-banner {
	height:200px;
	background-size:768px 200px;
}
#welcome {
	padding-top:25px;	
	padding-bottom:25px;	
}
#intro {
	margin-bottom:30px;
}
#intro, #welcome-video {
	width:auto;
	float:none;
}
#newsfeed-container {
	display:none;
}
#home-logos {
	padding-top:0;
	padding-bottom:0;
}
#home-logos li {
	width:33.33% !important;
}

/*
—————————————————————————
Gallery
—————————————————————————
*/
#filter {
	display:none;
}
#albums ul {
	width:auto;
	margin:30px 0 0 0;
}
#albums li {
	float:none;
	height:212px;
	margin:0 auto 10px auto;
}
#albums li:last-child {
	margin-bottom:0;
}
#album #images {
	width:103%;
	margin:0 -3% 0 0;
	padding:0;
}
#album #images li {
	width:30%;
	height:auto;
	max-width:155px;
	max-height:155px;
	margin:0 3.2% 8px 0;
}
#album img {
	width:100%;
	height:auto;
}

/*
—————————————————————————
Testimonials
—————————————————————————
*/
#testimonials {
	width:auto;
	margin:auto;
}
#testimonials li {
	float:none;
	width:auto;
	height:auto;
	margin:0 auto 20px auto;
}
#testimonials li:last-child {
	margin:auto;
}
#testimonials p {
	height:auto;
	padding:15px 15px 20px 15px;
}
#testimonials img {
	display:none;
}

/*
—————————————————————————
Tutors
—————————————————————————
*/
.tutor-image-wrapper {
	margin:0 -18px 25px -18px;
	background:#444;
}
.tutor-image {
	float:none;
	display:block;
	max-width:300px;
	height:auto;
	margin:auto;
	border-radius:0;
}

/*
————————————————————————
Articles
————————————————————————
*/
#articles li {
	padding:0 0 0 100px;
}
#articles a img {
	width:84px;
	height:63px;
}

/*
————————————————————————
Forms
————————————————————————
*/
.form {
	clear:left;
	padding:20px 20px 10px 20px;
}
.form label,
.form span.label {
	width:auto;
	display:block;
	position:static;
	text-align:left;
	padding:0;
	margin-bottom:2px;
}
.form p,
.form h3,
.recaptcha {
	padding-left:0;
}
.recaptcha {
	transform:scale(0.85);
	transform-origin:0 0;
}
.form .validation-container {
	margin-left:0;
}
.form input.text, .form textarea, .form select {
	width:95%;
	min-width:240px;
}

/*
————————————————————————
Contact Us
————————————————————————
*/
#contactInfo {
	float:none;
	width:auto;
}
#contactInfo dl {
	margin-bottom:30px;
}
#contactInfo dt {
	width:20%;
}
#contactInfo dd {
	width:250px;
	width:80%;
}
@media only screen and (max-width: 350px) {
	#contactInfo dd strong {
		display:none;
	}
	#contactInfo dd strong.short {
		display:inline;
	}
}
.contactForm {
	float:none;
	width:auto;
	position:relative;
}

/*
—————————————————————————
Footer
—————————————————————————
*/
#footer {
	position:static;
	padding:12px 0;
	height:auto;
}
#footer-nav {
	float:none;
	text-align:center;
	padding:0;
}
#footer-nav li {
	float:none;
	display:inline-block;
}
#footer-nav li.credit {
	display:none;
}
#social-links {
	float:none;
	text-align:center;
	padding:0;
	margin-top:10px;
}
#social-links li {
	float:none;
	display:inline-block;
	margin:0 2px;
}

@media only screen and (max-width: 650px) {
	#filters {
		display:none;
	}
	#product-grid {
		float:none;
		width:auto;
	}
}

@media only screen and (max-width: 580px) {
	#logo {
		float:none;
		margin:0 0 20px 0;
	}
	#videos li {
		width:48%;
	}
	#home-logos li {
		width:50% !important;
	}
	.banner {
		height:300px;
	}
	.banner h1 {
		padding:10px 20px;
	}
	.banner img.logo {
		width:100px;
		height:50px;
		bottom:20px; right:20px;
	}
	.product-heading .logo {
		width:90px;
	}
	.product-heading img {
		width:90px;
		height:45px;
	}
	.product-heading h1, .product-heading h2 {
		line-height:25px;
		padding:10px 0 10px 15px;
	}
	#manufacturer-logos li {
		width:47.5%;
	}
	#vehicle-grid li {
		width:47%;
	}
	#vehicle-grid a {
		font-size:13px;
	}
	.powerpack-categories,
	.powerpack-categories li.top {
		float:none;
		width:auto;
		margin-right:0;
	}
	.powerpack-categories li.top {
		margin-top:32px;
	}
}

@media only screen and (max-width: 420px) {
	
	#strip li {
		width:50% !important;
	}
	.banner {
		height:200px;
	}
	.banner h1 {
		font-size:24px;
	}
	.product-heading h1,
	.product-heading h2,
	.product-subheading h2 {
		font-size:18px;
	}
	#product-grid li {
		width:48%;
	}
	#subscribe {
		padding:20px 0;
	}
	#subscribe h3 span {
		display:none;
	}
	#testimonials img {
		display:block;
	}
}

@media only screen and (max-width: 359px) {
	.container {
		padding-left:15px;
		padding-right:15px;
	}
	#logo {
		width:210px;
		height:35px;
		background-size:210px 35px;
	}
	#social h3 {
		display:none;
	}
	#hamburger {
		top:0; right:15px;
	}
	#topbar {
		display:none;
	}
	.banner img.logo {
		display:none;
	}
	#vehicle-grid,
	#manufacturer-logos {
		width:100%;
		margin-right:0;
	}
	#vehicle-grid li,
	#manufacturer-logos li {
		width:auto;
		margin-right:0;
	}
	#stage-buttons a {
		width:130px;
		font-size:14px;
	}
}