﻿/*
—————————————————————
Global
—————————————————————
*/
html {
	background:#222;
}
body {
	font:14px/1.4 Roboto, Arial, sans-serif;
	color:#333;
	background:#fff;
}
.container {
	max-width:1200px;
	margin:auto;
	position:relative;
	padding:0 30px;
}
#content {
	margin-left:225px;
	min-height:100%;
	position:relative;
	padding-bottom:90px;
	box-sizing:border-box;
}
.box {
	min-height:90%;
	padding:50px;
	position:relative;
	background:#fff;
	box-sizing:border-box;
}
#topbar {
	height:32px;
	line-height:32px;
	color:#fff;
	background:#222;
	padding:0 50px;
}
#topbar a {
	color:#fff;
}
#topbar li {
	float:right;
	margin-left:30px;
	padding-left:18px;
	position:relative;
}
#topbar li:before {
	position:absolute;
	top:0; left:0;
	color:#f04801;
}
#topbar .phone:before {
	font-family:Icons;
	content:"\e090";
}
#topbar .email:before {
	font-family:Icons;
	content:"\e076";
}
#topbar li.cart,
#topbar li.checkout {
	float:right;
	margin:0 0 0 30px;
}
#topbar .cart:before {
	font-family:Icons;
	content:"\e07a";
}
h1 {
	font-size:36px;
	line-height:1.1;
	margin-bottom:.8em;
}
h2, h3 {
	font-weight:bold;
	line-height:1.1;
}
h1 a.edit {
	display:inline-block;
	margin-left:15px;
	background:#eee;
	height:23px;
	line-height:23px;
	padding:0 8px;
	color:#333;
	border-radius:4px;
	text-decoration:none;
	font:13px/23px Roboto;
	position:relative;
	top:-5px;
}
h1 a.edit:hover {
	background:#e2e2e2;
}
h1 a.edit:active {
	background:#ddd;
}
h2 {
	font-size:18px;
	margin:26px 0 16px 0;
}
h2:first-child {
	margin-top:0;
}
h2 a {
	color:#333;
}
h3 {
	font-size:16px;
	margin:25px 0 12px 0;
}
p {
	margin-bottom:1em;
}
.dropcap > p:first-child:first-letter {
	float:left;
	color:#f04801;
	padding:0 7px 0 0;
	font:300 42px/42px Oxygen;
}
em {
	font-weight:inherit;
	font-style:italic;
}
strong {
	font-weight:bold;
}
a {
	text-decoration:none;
	color:#f04801;
}
a:hover {
	text-decoration:underline;
}
div.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
.back-top {
	width:36px; 
	height:35px;
	background:rgba(0,0,0,0.35);
	position:fixed;
	top:15px; right:15px;
	z-index:3;
	display:none;
}
.back-top img {
	width:36px;
	height:35px;
}
@media only screen and (min-width: 1024px) {
	.back-top {
		right:10%;
	}
}

/*
—————————————————————
Navigation
—————————————————————
*/
#header {
	padding:30px 0;
	position:relative;
	z-index:2;
}
#logo {
	float:left;
	width:334px;
	height:56px;
	background:url(/Images/logo-dpm.png) no-repeat;
	background-size:334px 56px;
}
#logo strong {
	display:none;
}
#hamburger {
	display:none;
}
#close {
	display:none;
}
#nav {
	float:right;
	margin-top:9px;
}
#nav li.top {
	float:left;
	position:relative;
}
#nav a {
	float:left;
	color:#222;
	font-size:16px;
	font-weight:500;
	line-height:40px;
	text-transform:uppercase;
}
#nav a:after {
	content:"/";
	color:#f60;
	font-weight:bold;
	padding:0 9px;
}
#nav li.top:last-child a:after {
	content:"";
	padding-right:0;
}
#nav a:hover, #nav li:hover a {
	text-decoration:none;
	color:#f60;
}
#nav li.active a {
	color:#f04801;
}
#nav li ul {
	display:none;
	position:absolute;
	top:40px; left:0;
	width:190px;
	background:#fff;
	padding:8px 0;
	box-shadow:0 0 7px rgba(0,0,0,0.3);
	border-bottom:6px solid #f60;
	text-align:left;
}
#nav li.top:hover ul {
	display:block;
}
#nav li ul a,
#nav li:hover ul a {
	float:none;
	display:block;
	color:#333;
	line-height:16px;
	font-size:14px;
	font-weight:normal;
	text-transform:none;
	padding:3px 10px;
}
#nav li ul a:hover {
	color:#f04801;
	background:#f2f2f2;
}
#nav li ul a:active {
	background:#ddd;
}
#nav li ul a:after {
	content:"";
	padding:0;
}

/*
—————————————————————
Breadcrumb
—————————————————————
*/
.breadcrumb {
	margin-bottom:32px;
	padding:3px 0;
	background:#e2e2e2;
}
.breadcrumb a.home-icon {
	font-family:Icons;
	color:#333;
	position:relative;
	top:1px;
}
.breadcrumb a.home-icon:hover {
	color:#f04801;
	text-decoration:none;
}

/*
—————————————————————
Social Sharing
—————————————————————
*/
#social {
	height:30px;
	margin:-15px 0 30px 0;
}
h1 + #social, #byline + #social {
	margin-top:0;
}
#social h3, #social ul {
	float:left;
}
#social h3 {
	margin:0 12px 0 0;
	line-height:30px;
}
#social li {
	float:left;
	margin-right:4px;
}
#social img {
	width:30px;
	height:30px;
}
#social li a:hover {
	border:0;
}

/*
—————————————————————
Home Page
—————————————————————
*/
.home-banner {
	height:500px;
	position:relative;
	background-position:center;
}
#welcome {
	padding-top:50px;
	padding-bottom:50px;
}
#intro-wrapper {
	padding:40px 50px;
	background:#ccc;
	color:#fff;
}
#intro {
	float:left;
	width:47%;
}
#intro p:last-child {
	margin:0;
}
#intro h2 {
	font-size:32px;
	font-weight:normal;
	margin-bottom:.5em;	
}
#intro ul.categories {
	column-count:2;
}
#welcome-video {
	float:right;
	width:48%;
}
#welcome-video h3 {
	margin:0 0 12px 0;
	font-size:22px;
}
#welcome-video h3 a:hover {
	text-decoration:none;
}
#welcome-video iframe {
	display:block;
	width:100%;
	height:300px;
}
#newsfeed-container {
	padding:40px 50px;
	position:relative;
	background:#eee;
}
#newsfeed {
	overflow:hidden;
	height:150px;
	margin:0 24px;
	position:relative;
}
#newsfeed ul {
	width:200%;
	transition:margin 1.2s ease;
}
#newsfeed li.top {
	float:left;
	width:16.67%;
	height:220px;
	margin-bottom:24px;
	font-size:13px;
}
#newsfeed li.top:last-child {
	width:16.5%;
}
#newsfeed a {
	display:block;
	padding:0 36px 0 215px;
	position:relative;
	text-decoration:none !important;
	color:#333;
}
#newsfeed strong {
	display:block;
	font-size:16px;
	line-height:19px;
	margin-bottom:6px;
}
#newsfeed li img {
	width:200px;
	height:150px;
	position:absolute;
	top:0; left:0;
	opacity:0.93;
	border-radius:3px;
}
#newsfeed a:hover img {
	opacity:1;
}
#newsfeed-wrapper img.arrow {
	position:absolute;
	top:0; left:0;
	width:24px;
	height:62px;
	cursor:pointer;
	transition:all 200ms linear;
}
#newsfeed-wrapper img.arrow-inactive {
	opacity:0.4;
	-webkit-filter:grayscale(1);
	filter:grayscale(1);
	filter:gray;
	cursor:auto;
}
#newsfeed-wrapper img.arrow-right {
	left:auto; right:0;
}
#strip {
	margin:2px;
}
#strip li {
	float:left;
	border:2px solid #fff;
	box-sizing:border-box;
}
#strip a {
	display:block;
	position:relative;
	overflow:hidden;
	background:#222;
}
#strip img {
	display:block;
	width:100%;
	opacity:0.9;
	transition:all 150ms linear;
	-webkit-backface-visibility:hidden;
}
#strip span {
	display:block;
	background:rgba(0,0,0,0.6);
	color:#fff;
	padding:12px;
	width:100%;
	box-sizing:border-box;
	position:absolute;
	bottom:-15px; left:0;
	font:18px/1 Oxygen;
	text-align:center;
	opacity:0;
	transition:all 150ms linear;
}
#strip a:hover img {
	opacity:1;
	transform:scale(1.05);
}
#strip a:hover span {
	opacity:1;
	bottom:0;
}
#home-logos {
	padding-top:30px;
	padding-bottom:30px;
}
#home-logos h3 {
	text-align:center;
	text-transform:uppercase;
	font-weight:500;
	font-size:18px;
	border-top:1px solid #ddd;
	padding:5px 0;
	margin-top:50px;
	letter-spacing:2px;
}
#home-logos span {
	background:#fff;
	display:inline-block;
	position:relative;
	top:-14px;
	padding:0 8px;
}
#home-logos ul {
	min-height:65px;
}
#home-logos li {
	float:left;
}
#home-logos a {
	display:block;
	padding:0 13px;
}
#home-logos img {
	display:block;
	width:100%;
	transition:transform 150ms linear;
}
#home-logos a:hover img {
	transform:scale(1.1);
	-webkit-backface-visibility:hidden;
}

/*
—————————————————————
Manufacturer Page
—————————————————————
*/
#vehicle-grid {
	width:103%;
	margin:30px -3% 0 0;
}
#vehicle-grid li {
	float:left;
	width:30.33%;
	margin:0 3% 24px 0;
}
#vehicle-grid img {
	display:block;
	width:100%;
	margin-bottom:5px;
}
#vehicle-grid a {
	color:#333;
	font-size:16px;
}
.banner {
	position:relative;
	margin-bottom:35px;
	height:400px;
	background-position:center;
	background-size:cover;
}
.banner h1 {
	position:absolute;
	bottom:0; left:0;
	color:#fff;
	background:rgba(0,0,0,0.7);
	padding:15px 30px;
	margin:0;
	width:100%;
	box-sizing:border-box;
	font-family:Oxygen;
}
.banner img.logo {
	position:absolute;
	bottom:30px; right:30px;
	box-shadow:0 0 20px rgba(0,0,0,0.6);
	width:200px;
	height:100px;
}

/*
—————————————————————
Logo Lists
—————————————————————
*/
#brand-logos {
	text-align:center;
}
#brand-logos li {
	display:inline;
	margin:10px;
}
#manufacturer-logos {
	width:102.5%;
	margin:0 2.5% -30px 0;
}
#manufacturer-logos li {
	float:left;
	width:30.83%;
	margin:0 2.5% 30px 0;
	border:1px solid #ddd;
	border-bottom-width:6px;
	box-sizing:border-box;
}
#manufacturer-logos img {
	display:block;
	width:100%;
}
#manufacturer-logos img.logo {
	margin:6px auto;
	max-width:200px;
}
#manufacturer-logos a:hover img.photo {
	opacity:0.93;
}

/*
—————————————————————
Vehicle Page
—————————————————————
*/
#vehicle-left-col {
	float:left;
	width:72%;
}
#vehicle-right-col {
	float:right;
	width:25%;
}
#vehicle-left-col img.hero {
	max-width:100%;
}
#vehicle-right-col h2 {
	color:#f04801;
	font-size:26px;
	margin-bottom:0;
}
#vehicle-right-col h3 {
	font-size:18px;
	margin-top:20px;
}
.powerpack-list a {
	display:block;
	background:#222;
	color:#fff;
	text-align:center;
	margin-bottom:11px;
	line-height:30px;
	font-size:15px;
	border-radius:5px;
	position:relative;
	border-left:30px solid #f60;
}
.powerpack-list a:before {
	content:"5";
	position:absolute;
	top:0; left:-30px;
	width:30px;
	font:22px/30px icons;
	text-align:center;
	color:#fff;
	background:#f60;
	transition:width 150ms linear;
	border-radius:5px 0 0 5px;
}
.powerpack-list a strong {
	text-transform:uppercase;
	font-weight:500;
}
.powerpack-list a span {
	color:#f60;
	padding:0 3px;
}
.powerpack-list a:hover {
	text-decoration:none;
}
.powerpack-list a:hover:before {
	width:50px;
}
.powerpack-list a:active {
	background:#333;
}
.albums {
	margin-top:28px;
}
.albums h2 {
	margin-top:0;
}
.albums .images {
	margin:0 -12px 32px 0;
}
.albums .images li {
	float:left;
	margin:0 12px 12px 0;
}
.albums .images img {
	float:left;
}
.albums li a:hover img {
	opacity:.93;
}
.publications h2 {
	margin-top:0;
}
.publications li {
	float:left;
	width:30.83%;
	margin:0 2.5% 14px 0;
}
.publications a {
	display:block;
	position:relative;
	padding:12px 8px 0 68px;
	height:65px;
	line-height:15px;
	border:0;
	background:#f2f2f2;
	color:#333;
}
.publications a:hover {
	background:#ededed;
	text-decoration:none;
}
.publications img {
	position:absolute;
	top:8px; left:8px;
	display:block;
	width:50px; height:60px;
	overflow:hidden;
	opacity:0.4;
}
.publications a:hover img {
	opacity:0.5;
}
.publications strong {
	display:block;
	margin-bottom:2px;
}

/*
—————————————————————
Powerpacks Page
—————————————————————
*/
.powerpack-heading {
	margin-top:60px;
	margin-bottom:0 !important;
}
.powerpack-categories {
	width:103%;
	margin:26px -3% 0 0;
}
.powerpack-categories li.top {
	float:left;
	width:30.33%;
	margin:0 3% 24px 0;
}
.powerpack-categories h3 {
	margin-top:20px;
}
.powerpack-categories li.top img {
	width:100%;
}
#dyno-graphs li {
	float:left;
	width:150px;
	margin:0 12px 12px 0;
}
#dyno-graphs a {
	display:block;
	color:#bbb;
	font-weight:normal;
	background:#333;
	padding:5px;
	text-align:center;
}
#dyno-graphs a:hover {
	text-decoration:none;
	color:#fff;
}
#dyno-graphs img {
	display:block;
	width:100%;
	margin-bottom:4px;
}
#stage-buttons {
	margin-bottom:20px;
}
#stage-buttons a {
	float:left;
	margin-right:10px;
    background:#222;
    color:#fff;
    text-align:center;
    line-height:30px;
    font-size:15px;
    border-radius:5px;
    position:relative;
    width:150px;
}
#stage-buttons a:hover {
	background:#333;
	text-decoration:none;
}
#stage-buttons a span {
	font-family:Icons;
	color:#f04801;
	font-size:18px;
	line-height:1;
	position:relative;
	top:2px;
}

/*
—————————————————————
Text/Image Containers
—————————————————————
*/
#text-container {
	float:left;
	width:55%;
}
#image-container {
	float:right;
	width:40%;
	margin-left:30px;
}
#image-container img {
	display:block;
	width:100%;
	border:1px solid #ddd;
	box-sizing:border-box;
}
#image-container ul {
	margin-top:10px;
	width:102%;
	margin-right:-2%;
}
#image-container li {
	float:left;
	width:31.33%;
	margin:0 2% 10px 0;
}
#image-container a:hover img {
	opacity:0.93;
}

/*
—————————————————————
Products
—————————————————————
*/
#filters {
	float:left;
	width:18%;
}
#filters a {
	color:#333;
}
#filters li.current a {
	color:#f04801;
}
.product-heading {
	margin-bottom:32px;
	display:table;
	width:100%;
}
.product-subheading {
	background:#e2e2e2;
	border:0;
	position:relative;
}
.product-heading img {
	float:left;
	width:140px;
	height:70px;
}
.product-subheading img {
	width:100px;
	height:50px;
	background:#f04801;
	padding:0 20px;
}
.product-heading h1,
.product-heading h2 {
	display:table-cell;
	vertical-align:top;
	font-size:32px;
	font-weight:normal;
	line-height:36px;
	padding:17px 20px;
	margin:0;
	border:1px solid #ddd;
}
.product-subheading h2 {
	font-size:22px;
	line-height:24px;
	font-weight:bold;
	padding:13px 20px;
	border:0;
}
.product-heading .logo {
	display:table-cell;
	border:1px solid #ddd;
	border-right:0;
	width:140px;
}
.product-subheading .logo {
	border:0;
}
#product-grid .product-heading {
	margin-bottom:50px;
}
#product-grid .product-subheading {
	margin-bottom:32px;
}
#product-grid {
	float:right;
	width:80%;
}
#product-grid ul {
	width:102%;
	margin:0 -2% 15px 0;
}
#product-grid li {
	float:left;
	width:23%;
	margin-right:2%;
}
#product-grid li img {
	width:100%;
	display:block;
	margin-bottom:4px;
	border:1px solid #ddd;
	box-sizing:border-box;
	background:#eee;
}
#product-grid a {
	font-weight:normal;
	color:#333;
}
#product-grid li span {
	display:block;
	height:4em;
}

/*
—————————————————————
Footer
—————————————————————
*/
#footer {
	color:#fff;
	background:#222;
	height:30px;
	position:relative;
	padding:30px 0;
	width:100%;
	margin-top:30px;
}
#footer-nav {
	margin-top:7px;
	font-size:13px;
}
#footer-nav, #footer-nav li {
	float:left;
	line-height:16px;
}
#footer-nav a {
	color:#fff;
}
#footer-nav a:hover {
	text-decoration:none;
}
#footer-nav li.credit {
	border-left:1px solid #fff;
	margin-left:12px;
	padding-left:12px;
}
#footer-nav li.credit img {
	vertical-align:middle;
	border-radius:3px;
	opacity:.9;
	margin:-4px 0 0 6px;
	transition:all 200ms linear;
}
#footer-nav li.credit a:hover img {
	opacity:1;
}
#social-links {
	float:right;
}
#social-links li {
	float:left;
	margin-left:6px;
}
#social-links a {
	display:block;
}
#social-links img {
	width:30px;
	height:30px;
}
#footer #clickvibe {
	margin:0;
	clear:left;
	padding:1.2em 0;
}
#footer #clickvibe a {
	display:inline-block;
	background:#fff;
	padding:7px 5px 5px 5px;
	border-radius:5px;
}
#footer #clickvibe img {
	display:block;
	width:120px;
	height:28px;
}

/*
——————————————————————
Lists
——————————————————————
*/
ul.bullet, ol {
	margin-bottom:1em;
	line-height:17px;
}
ul.bullet li {
	padding-left:15px;
	background:url(/Images/bullet-orange.gif) 1px 6px no-repeat;
	margin-bottom:3px;
}
ol {
	margin:0 0 1em -.6em;
	padding-left:28px;
}
ol li {
	list-style:decimal outside;
	margin-bottom:1em;
}
ol li ul {
	margin-top:10px;
}
ol li ul li {
	margin-bottom:0;
	list-style:none;
}

/*
—————————————————————
Tables
—————————————————————
*/
table {
	margin-bottom:30px;
}
table td {
	border:1px solid #ffcbb5;
	padding:6px 12px;
	vertical-align:top;
}
table td:first-child {
	background:#fdf0e8;
	font-weight:bold;
}
table td h3 {
	margin:0 0 6px 0;
}
table td :last-child {
	margin-bottom:0;
}

/*
———————————————————
Forms
———————————————————
*/
.form {
	background:#f2f2f2;
	border-radius:10px;
	min-height:1px;
	padding:22px 25px 15px 25px;
}
.form h3 {
	padding-left:195px;
	font-size:16px;
	font-weight:bold;
}
.form h3:first-child {
	margin-top:0;
}
.form p {
	position:relative;
	padding-left:195px;
	margin-bottom:8px;
}
.form label,
.form span.label {
	position:absolute;
	top:4px; left:0;
	display:block;
	width:180px;
	text-align:right;
	padding:2px;
}
.form p.checkboxes label {
	position:static;
	display:inline;
	margin:0 0 0 4px;
}
.form p.checkboxes input {
	position:relative;
	top:2px;
}
.form p.interested {
	padding-top:4px;
}
.form p.interested input {
	margin-left:12px;
}
.form input.text, .form textarea, .form select {
	padding:5px;
	width:250px;
	border:1px solid #ebebeb;
	border-top-color:#cdcdcd;
	margin-right:8px;
	border-radius:3px;
	outline:none;
}
.form input.text:focus,
.form textarea:focus {
	outline:none;
	border-color:#f78555;
}
.form input.medium {
	width:157px;
}
.form input.short {
	width:60px;
}
.form textarea {
	height:250px;
	display:block;
}
.form textarea.small {
	height:50px;
}
.form select {
	font-size:13px;
	padding:4px 3px 3px 3px;
	width:262px;
}
.form input.button {
	-webkit-appearance:none;
	display:block;
	color:#fff;
	font-size:18px;
	background:#87bd3a;
	text-align:center;
	width:150px;
	height:30px;
	line-height:30px;
	border:0;
	border-radius:3px;
	cursor:pointer;
	outline:none;
	margin-top:25px;
}
.form input.button:active {
	background:#73a62b;
}

/*
———————————————————
Contact Page
———————————————————
*/
#contactInfo {
	float:left;
	position:relative;
}
#contactInfo address {
	float:left;
	margin:0 50px 25px 0;
}
#contactInfo address strong {
	font-size:16px;
}
#contactInfo address span {
	display:block;
	line-height:150%;
}
#contactInfo dl {
	margin-bottom:30px;
}
#contactInfo dt {
	float:left;
	clear:left;
	background-repeat:no-repeat;
	background-position:0 7px;
	width:50px;
	height:50px;
	font-weight:bold;
	color:#999;
	border-bottom:1px solid #ddd;
	line-height:300px;
	overflow:hidden;
}
#contactInfo dt.phone {
	background-image:url(/Images/icon-phone.gif);
}
#contactInfo dt.fax {
	background-image:url(/Images/icon-fax.gif);
}
#contactInfo dt.email {
	background-image:url(/Images/icon-email.gif);
}
#contactInfo dd {
	float:left;
	border-bottom:1px solid #ddd;
	width:330px;
	height:50px;
	line-height:50px;
}
#contactInfo dd strong {
	font-size:16px;
}
#contactInfo dd strong.short {
	display:none;
}
#subscribe {
	width:330px;
	height:82px;
	background:#f2f2f2;
	border-radius:10px;
	padding:32px 24px;
	text-align:center;
	border-radius:3px;
}
#subscribe h3 {
	margin-top:0;
	font-weight:normal;
	font-size:18px;
}
#subscribe input.text {
	display:inline-block;
	border:0;
	border-radius:3px;
	height:28px;
	padding:0 5px;
	color:#000;
	background:rgba(255,255,255,0.9);
	outline:none;
	vertical-align:bottom;
}
#subscribe input.text:focus {
	background:#fff;
}
#subscribe input.button {
	-webkit-appearance:none;
	display:inline-block;
	color:#fff;
	font-size:16px;
	background:#87bd3a;
	text-align:center;
	width:80px;
	height:28px;
	line-height:28px;
	border:0;
	border-radius:3px;
	cursor:pointer;
	outline:none;
	vertical-align:bottom;
}
#subscribe input.button:active {
	background:#73a62b;
}
#subscribe p {
	margin:10px 0 0 0;
}
#subscribe p a {
	color:inherit;
	text-decoration:underline;
}
.contactForm {
	float:right;
	width:430px;
	position:relative;
}
.contactForm label,
.contactForm span.label {
	width:130px;
}
.contactForm p,
.contactForm h3,
.recaptcha {
	padding-left:140px;
	margin-top:0;
}
.contactForm .recaptcha {
	margin-top:20px;
}

/*
————————————————————————
Validation
————————————————————————
*/
.form .validation-container,
.form .alert {
	padding:10px;
	background:#f04801;
	border-radius:7px;
	-webkit-border-radius:7px;
	color:#fff;
	margin:0 0 30px 195px;
	position:relative;
	line-height:130%;
	width:231px;
}
.contactForm .validation-container {
	margin-left:140px;
}
.form .validation-title {
	font-weight:bold;
}
.form .alert {
	background:#98c070;
}
.form .alert p {
	padding:0;
	margin:0;
}
.form .alert span.tick {
	font-size:18px;
	margin-right:4px;
}

/*
————————————————————————
Testimonials
————————————————————————
*/
#testimonials {
	margin-top:30px;
}
#testimonials li {
	float:left;
	width:31.33%;
	margin:0 2% 15px 0;
}
#testimonials li:nth-child(3n+1) {
	clear:left;
}
#testimonials p {
	display:block;
	padding:12px;
	border-radius:10px;
	background:#f5f5f5;
	margin-bottom:15px;
	position:relative;
}
#testimonials img {
	display:block;
	border-radius:4px;
	width:100%;
	margin-bottom:12px;
}
#testimonials p:after {
	content:"";
	position:absolute;
	bottom:-15px;
	left:40px;
	margin-left:-9px;
	border-width:15px 15px 0;
	border-style:solid;
	border-color:#f5f5f5 transparent;
}
#testimonials q {
	display:block;
	margin-bottom:10px;
}
#testimonials cite {
	display:block;
	border-left:5px solid #ddd;
	padding-left:8px;
}
#testimonials cite strong {
	display:block;
	text-transform:uppercase;
	font-weight:900;
}

/*
—————————————————————
Packages
—————————————————————
*/
#packages {
	margin-top:40px;
	width:103%;
	margin-right:-3%;
}
.package {
	float:left;
	width:30.33%;
	margin-right:3%;
	background:#e2e2e2;
	box-sizing:border-box;
	border-radius:4px;
	overflow:hidden;
}
.package h2 {
	text-align:center;
	color:#fff;
	background:#222;
	padding:6px 10px;
	font-size:24px;
	font-weight:normal;
	margin:0;
}
.package .product-list {
	width:155px;
	margin:0 auto 15px auto;
}
.package .product-list label {
	cursor:pointer;
}
.package .product-list input {
	float:left;
	clear:left;
	width:15px;
	position:relative;
	top:2px;
}
.package span.product-name {
	float:left;
	width:70px;
}
.package strong.product-name {
	float:left;
	width:85px;
}
.package span.product-price,
.package strong.product-price {
	float:left;
	width:70px;
}
.package-green h2 {
	color:#87bd3a;
}
.package-green .button {
	background:#87bd3a;
}
.package-blue h2 {
	color:#31c5f0;
}
.package-blue .button {
	background:#31c5f0;
}
.package-orange h2 {
	color:#f60;
}
.package-orange .button {
	background:#f60;
}
.package-yellow h2 {
	color:#f5be08;
}
.package-yellow .button {
	background:#f5be08;
}
.package .button {
	display:block;
	-webkit-appearance:none;
	margin:auto;
	border:0;
	border-radius:3px;
	width:140px;
	padding:8px 0;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	cursor:pointer;
	outline:none !important;
}
.package .button:hover {
	opacity:0.9;
}
.package .description {
	padding:15px 20px;
	background:#f2f2f2;
	min-height:95px;
}
.package .description p:last-child, 
.package .description ul.bullet:last-child {
	margin-bottom:0;
}
.package .buy {
	padding:15px;
}
.package .price {
	text-align:center;
	font-size:18px;
	font-weight:500;
	margin:-5px 0 7px 0;
}
.package-green ul.bullet li {
	background-image:url(/Images/bullet-green.gif);
}
.package-blue ul.bullet li {
	background-image:url(/Images/bullet-blue.gif);
}
.package-orange ul.bullet li {
	background-image:url(/Images/bullet-orange.gif);
}
.package-yellow ul.bullet li {
	background-image:url(/Images/bullet-yellow.gif);
}

/*
—————————————————————
Videos
—————————————————————
*/
#videos {
	width:102%;
	margin-right:-2%;
}
#videos li {
	float:left;
	width:23%;
	height:170px;
	overflow:hidden;
	margin:0 2% 30px 0;
}
#videos a {
	display:block;
	color:#333;
	text-align:center;
}
#videos a:hover {
	color:#f04801;
	text-decoration:none;
}
#videos .thumb {
	display:block;
	height:130px;
	overflow:hidden;
	position:relative;
	margin-bottom:4px;
	border-radius:3px;
}
#videos .thumb img {
	width:235px;
	height:176px;
	position:absolute;
	top:-22px; left:50%;
	margin-left:-117px;
}


/*
—————————————————————
Search Filter
—————————————————————
*/
#filter {
	background:#eee;
	height:26px;
	padding:8px;
	float:right;
	margin-top:-65px;
	border-radius:3px;
}
#filter label {
	float:left;
	line-height:26px;
	margin-right:8px;
}
#filter input {
	float:left;
}
#filter input.text {
	padding:0 6px;
	border:1px solid #ddd;
	margin-right:7px;
	height:24px;
}
#filter input.text:focus {
	outline:none;
	border-color:#ccc;
}
#filter input.button {
	width:70px;
	height:26px;
	text-align:center;
	background:#f04801;
	color:#fff;
	border:0;
	border-radius:3px;
	cursor:pointer;
	outline:none !important;
}
#filter input.button:hover {
	background:#f04801;
}

/*
—————————————————————
Articles
—————————————————————
*/
#articles ul {
	max-width:900px;
	margin-top:24px;
}
#articles li {
	position:relative;
	padding:10px 0 0 195px;
	margin-bottom:20px;
	min-height:130px;
}
#articles li h2 {
	margin:0 0 0.1em 0;
	line-height:1.4;
}
#articles span.date {
	display:block;
	color:#999;
	margin-bottom:4px;
}
#articles a img {
	position:absolute;
	top:0; left:0;
	display:block;
	opacity:.93;
	width:173px;
	height:130px;
	border-radius:3px;
}
#articles a:hover img {
	opacity:1;
}
#byline {
	padding-bottom:6px;
	border-bottom:1px solid #ddd;
	margin-bottom:25px;
}
#byline span.author {
	float:left;
}
#byline span.date {
	float:right;
}
.gallery {
	margin:24px -15px 0 0;
}
.gallery li {
	float:left;
	margin:0 15px 15px 0;
}
.gallery a {
	cursor:zoom-in;
}
.gallery img {
	width:132px;
	height:132px;
	border-radius:3px;
}
.gallery a:hover img {
	opacity:0.93;
}
p.tags {
	margin-top:25px;
}
p.tags a {
	display:inline-block;
	font-size:12px;
	margin:0 2px 6px 0;
	line-height:24px;
	border-radius:12px;
	padding:0 10px;
	color:#444;
	background:#f1f1f1;
	text-decoration:none;
}
p.tags a:hover {
	background:#ddd;
}

/*
——————————————————————
Publications
——————————————————————
*/
#publications h2 {
	margin-bottom:20px;
}
#publications ul {
	padding-top:20px;
}
#publications li {
	float:left;
	width:180px;
	height:240px;
	font-size:13px;
}
#publications li img {
	width:106px; height:150px;
	display:block;
	margin:0 auto 10px auto;
	box-shadow:0 0 7px #ccc;
	border:4px solid #fff;
}
#publications li a:hover img {
	opacity:.93;
}
#publications li strong,
#publications li span {
	display:block;
	text-align:center;
	padding:0 10px;
	line-height:15px;
	margin-bottom:2px;
}
#publications a {
	color:#333;
}
#publications a:hover {
	color:#f04801;
	text-decoration:none;
}

/*
—————————————————————
Topics
—————————————————————
*/
#topics {
	margin-bottom:40px;
	background:url(/Images/bg-topics.gif) 0 1px repeat;
	padding-bottom:2px;
}
#topics li {
	float:left;
	padding:0 13px;
}
#topics a {
	float:left;
	line-height:30px;
	padding-top:3px;
	border-bottom:4px solid #fff;
	color:#333;
}
#topics li.active a {
	border-bottom-color:#f04801;
	font-weight:bold;
}
#topics a:hover {
	text-decoration:none;
	border-bottom-color:#f04801;
}

/*
——————————————————————
Photo Galleries
——————————————————————
*/
#albums ul {
	margin:0 -25px 0 0;
}
#albums li {
	float:left;
	width:216px;
	height:226px;
	margin-right:28px;
}
#albums li a {
	display:block;
	border:0 !important;
	text-decoration:none !important;
}
#albums img {
	display:block;
	width:176px;
	height:132px;
	background:url(/Images/bg-album.png) no-repeat;
	padding:22px 20px;
}
#albums li a:hover img {
	opacity:.93;
}
#albums li a strong {
	display:block;
	font-weight:normal;
	color:#333;
	padding:0 20px;
	text-align:center;
	margin-top:-4px;
	line-height:14px;
	position:relative;
	z-index:1;
}
#albums li a span {
	display:block;
	text-align:center;
}
#album #images {
	margin-right:-14px;
	padding-top:8px;
}
#album #images li {
	float:left;
	margin:0 14px 14px 0;
}
#album img.album-image {
	display:block;
	width:155px;
	height:155px;
	border:1px solid #ccc;
}
#album a:hover img.album-image {
	opacity:.93;
}
#albumHeader {
	height:30px;
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
}
#albumHeader span {
	float:left;
	line-height:25px;
}
#albumHeader ul {
	float:right;
}
#albumHeader li {
	float:left;
}

/*
————————————————————————
Promo Events
————————————————————————
*/
#promo-events {
	width:102%;
	margin:24px -2% 30px 0;
}
#promo-events li {
	float:left;
	width:48%;
	height:114px;
	margin:0 2% 2% 0;
}
#promo-events a {
	display:block;
	height:80px;
	padding:27px 12px 7px 118px;
	position:relative;
	border:0;
	background:#f2f2f2;
	color:#333;
}
#promo-events a:hover {
	background:#ededed;
	text-decoration:none;
}
#promo-events a strong {
	font-size:15px;
}
#promo-events span.date {
	display:block;
	position:absolute;
	top:7px; left:7px;
	width:100px;
	height:85px;
	background:#fff;
	padding-top:15px;
	text-align:center;
}
#promo-events span.day {
	display:block;
	font-size:48px;
	font-weight:bold;
	line-height:1.1;
	color:#f04801;
}
#promo-events span.month {
	display:block;
	color:#333;
}
#promo-event dl {
	margin-bottom:18px;
	width:100%;
}
#promo-event dt {
	float:left;
	clear:left;
	width:20%;
	max-width:70px;
	font-weight:bold;
}
#promo-event dd {
	float:left;
	width:80%;
}