/*
Theme Name: Neilpryde
This theme, like WordPress, is licensed under the GPL.
Last modified: 06/04/2016 by Paul Shand @date
*/
html {
	font-size: 14px;
	font-family: 'franklin-gothic-urw', Helvetica, Arial;
	font-weight: 400;
}
@media (max-width: 765px) {
	html {
		font-size: 14px;
	}
}
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
span, div, p, a, li, td {
	-webkit-text-size-adjust:none;
}

@font-face {
    font-family: 'Knockout-HTF29-JuniorLiteweight';
    src: url('fonts/knockout-htf29-juniorliteweight-webfont.eot');
    src: url('fonts/knockout-htf29-juniorliteweight-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/knockout-htf29-juniorliteweight-webfont.woff') format('woff'),
         url('fonts/knockout-htf29-juniorliteweight-webfont.ttf') format('truetype'),
         url('fonts/knockout-htf29-juniorliteweight-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Knockout-HTF30-JuniorWelterwt';
    src: url('fonts/knockout-htf30-juniorwelterwt-webfont.eot');
    src: url('fonts/knockout-htf30-juniorwelterwt-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/knockout-htf30-juniorwelterwt-webfont.woff') format('woff'),
         url('fonts/knockout-htf30-juniorwelterwt-webfont.ttf') format('truetype'),
         url('fonts/knockout-htf30-juniorwelterwt-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Knockout-HTF49-Liteweight';
    src: url('fonts/knockout-htf49-liteweight-webfont.eot');
    src: url('fonts/knockout-htf49-liteweight-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/knockout-htf49-liteweight-webfont.woff') format('woff'),
         url('fonts/knockout-htf49-liteweight-webfont.ttf') format('truetype'),
         url('fonts/knockout-htf49-liteweight-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Knockout-HTF48-Featherweight';
    src: url('fonts/Knockout-HTF48-Featherweight.eot');
    src: url('fonts/Knockout-HTF48-Featherweight.eot#iefix') format('embedded-opentype'),
         url('fonts/Knockout-HTF48-Featherweight.woff') format('woff'),
         url('fonts/Knockout-HTF48-Featherweight.ttf') format('truetype'),
         url('http://www.neilprydebikes.com/wp-content/themes/neilpryde/fonts/Knockout-HTF48-Featherweight.svg#Knockout-HTF48-Featherweight') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1, h2, h3, h4, button, input[type="submit"] {
	font-family: 'Knockout-HTF49-Liteweight', Helvetica, Arial;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 3rem;
}
h2 {
	font-size: 2.5rem;
}
h3 {
	font-size: 2rem;
}
p {
	font-size: 1rem;
}
a {
	text-decoration: none;
	color: #01a7e1;
}
p a {
	color: #01a7e1;
}
h1 + p, h2 + p, h3 + p, h4 + p {
    margin-top: 0.2rem;
}
h1.intro, h2.intro {
	text-transform: none;
	margin-bottom: 1rem;
}
p:first-of-type {
	margin-top: 0;
}
.small {
	font-size: 1rem;
}
.center {
	text-align: center;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="submit"] {
	padding: 0.4em 1em;
	font-size: 1.2em;
}
input[type="text"], input[type="email"], textarea {
	font-size: 1.2rem;
	padding: 0.3em;
}
/*--------------------------------------------------------------
# Element styling
--------------------------------------------------------------*/
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.list-bullets li {
    background: url("images/bullet.gif") no-repeat scroll 2px 7px transparent;
    margin-bottom: 0px;
    overflow: hidden;
    padding-left: 13px;
}
nav li {
	list-style: none;
	display: inline-block;
	text-transform: uppercase;
}
nav li a {
	display: inline-block;
	color: #000;
}
iframe {
	max-width: 100%
}
img.responsive {
	width: 100% !important;
	height: auto;
}
/*--------------------------------------------------------------
# Main containers/modules and shared styling
--------------------------------------------------------------*/
.container {
	min-height: 100%;
	margin: 0 auto;
}
.row {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 3rem;
}
.row.slider {
	max-width: 100%;
	margin-bottom: 4rem;
}

.column img {
	max-width: 100%;
	height: auto;
}
.column.quarter {
	display: inline-block;
	vertical-align: top;
	width: 22%;
	margin-right: 2%;
	box-sizing: border-box;
	padding: 0;
}
.column.third {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 1%;
	box-sizing: border-box;
	padding: 0;
}
.column.half {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin-right: 3%;
	box-sizing: border-box;
	padding: 0;
}
.column.two-third {
	display: inline-block;
	vertical-align: top;
	width: 62%;
	margin-right: 2%;
	box-sizing: border-box;
	padding: 0;
}
.column.first {
	border-right: 1px solid #fafafa;
	padding-left: 0;
}
.column.last {
	padding-right: 0;
	margin-right: 0 !important;
}
.clear {
	height: 0;
	clear: both;
	margin: 0;
	padding: 0;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}
/*--------------------------------------------------------------
# Navs
--------------------------------------------------------------*/
/* Top nav with 'extras' nav - Distributor & Contact */
.topnav {
	max-width: 1400px;
	margin: 0 auto;
	font-size: 0.9rem;
	line-height: 1.5rem;
	background-color: #fff;
}
.topnav li a {
	padding: 1em 1em;
	line-height: 1em;
}
.topnav li a:hover {
	color: #01a7e1;
}

nav.extras {
	float: right;
	margin-right: 3em;
}
nav.extras a {
	color: #a9a9a9;
}
/* Main nav including logo, mega menu style main nav, social icons & mobile nav */
.mainnav-outer {
	width: 100%;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.mainnav {
	background-color: #fff;
	white-space-collapse: discard;
	clear: both;
	position: relative;
}
.logo {
	display: block;
	position: absolute;
	box-sizing: border-box;
	top: 50%;
	transform: translate(0, -50%);
	padding: 10px 0 10px 0;
	height: 100%;
}
.logo img {
	height: 100%;
}
nav.main {
	display: block;
	box-sizing: border-box;
	text-align: center;
	height: 100%;
	z-index: 100;
}
nav.main a {
	color: #000;
	padding: 1.5rem 1rem;
	height: 100%;
	font-family: 'Knockout-HTF49-Liteweight', Helvetica, Arial;
	font-weight: 700;
	font-size: 1.4rem;
}
nav.main a:hover, nav.main a.active {
	color: #01a7e1;
}
.main-sub {
	display: none;
	opacity: 0;
	position: absolute;
	z-index: 100;
	overflow: hidden;
	width: 100%;
	background-color: #f2f2f2;
	transition: all 0.3s;
	padding: 3em 4em;
	text-align: center;
	box-sizing: border-box;
}
.main-sub .column1, .main-sub .column2 {
	display: inline-block;
	vertical-align: top;
	margin: 0 3em;
}
.main-sub h3 {
	text-align: center;
	color: #000;
	font-family: 'Knockout-HTF49-Liteweight', Helvetica, Arial;
	font-weight: 700;
	font-size: 1.3rem;
	margin-bottom: 0.5em;
}
.main-sub nav {
	text-align: center;
}
.main-sub nav li {
	display: block;
	padding: 0.3em 0;
}
.main-sub nav li a {
	color: #000;
	font-size: 1.2rem;
}
.main-sub nav li a:hover {
	color: #01a7e1;
}
.hamburger, .bigcart {
	float: right;
	padding: 4px 15px 0 15px;
	color: #000;
	font-size: 2rem;
	display: none;
}
.hamburger {
}
/* Social buttons (used in main nav and footer) */
.mainnav .socialbuttons {
	position: absolute;
	right: 3em;
	bottom: 1.3em;
}
.socialbuttons a {
	font-size: 1.5rem;
	width: 1em;
	height: 1em;
	padding: 0.25em;
	margin-left: 0.2em;
	text-align: center;
	display: inline-block;
	color: #fff;
	background-color: #000;
	border-radius: 50%;
	transition: all 0.3s;
}
.socialbuttons a:hover {
	background-color: #01a7e1;
}
/*--------------------------------------------------------------
# Slider (rev slider WP plugin)
--------------------------------------------------------------*/
.slider {
	position: relative;
	padding-bottom: 41%;
}
.row_350 {
	position: relative;
	padding-bottom: 28%;
}
.row_178 {
	position: relative;
	padding-bottom: 42%;
}
.arint {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.arint img {
	width: 100%;
	z-index: 10;
}
.caption {
	z-index: 20;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	text-align: left;
}
.caption h3 {
	font-size: 2.5vw;
	font-weight: normal;
	line-height: 1.1em;
}
.caption p {
	font-size: 1vw;
	margin-top: 2vw;
}
.caption button {
	border: 2px solid #000;
	padding: 1vw 2vw;
	font-size: 1vw;
	margin-top: 2vw;
	color: #000;
	background-color: rgba(255,255,255,0);
	transition: all 0.5s;
}
.caption button:hover {
	color: #01a7e1;
	border-color: #01a7e1;
}
.caption.reversed h3 {
	color: #fff;
}
.caption.reversed p {
	color: #fff;
}
.caption.reversed button {
	border: 1px s.5olid #fff;
	background-color: transparent;
	color: #fff;
}
.caption.reversed button:hover {
	border-color: #01a7e1;
	color: #01a7e1;
	background-color: rgba(255,255,255,0.1);
}
.slider .caption button, .slider.caption.reversed button {
	background-color: #01a7e1;
	color: #fff;
	border-color: #01a7e1;
}
.row.caption-left .caption {
	left: 6vw;
	width: 20%;
}
.row.caption-right .caption {
	right: 10vw;
}
.tp-caption h3 {
	font-size: 3em;
	font-weight: 600;
	line-height: 1.1em;
	color: #000;
}
.tp-caption p {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	color: #000;
}
.tp-caption button {
	border: none;
	padding: 1em 1.5em;
	font-size: 1.5em;
	margin-top: 1em;
	color: #fff;
	background-color: #01a7e1;
	transition: all 0.5s;
}
.tp-caption button:hover {
	color: #01a7e1;
	border-color: #01a7e1;
	background-color: #fff;
}
/*--------------------------------------------------------------
# Unused styles? Maybe used by the slider
--------------------------------------------------------------*/
.socialfoot {
	padding: 5vmin 0;
	box-sizing: border-box;
	text-align: center;
}
.socialfoot .igpost {
	display: inline-block;
	height: 33vw;
	max-height: 512px;
	width: 40%;
	max-width: 800px;
	text-align: center;
	line-height: normal;
	vertical-align: middle;
}
.socialfoot .igpost img {
	max-height: 512px;
}
.socialfoot .signupwrap {
	display: inline-block;
	width: 40%;
	max-width: 800px;
	line-height: normal;
	vertical-align: middle;
	position: relative;
	padding-left: 4vw;
}
.socialfoot .signup {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: left;
	transform: translate(0, -50%);
}
.socialfoot .signup h3 {
	clear: both;
	font-size: 1.5vmax;
	line-height: 1.1em;
	padding-bottom: 1vmax;
}
.quickform {
	padding-bottom: 3vw;
}
.quickform input {
	box-sizing: border-box;
	display: block;
	float: left;
	height: 2vw;
}
.quickform input[type="text"] {
	padding: 0 1vw;
	border: 1px solid #eee;
	background-color: #fff;
	width: 14vw;
	font-size: 0.8vw;
}
.quickform input[type="submit"] {
	padding: 0 2vw;
	line-height: 2vw;
	margin-left: 10px;
	font-size: 1vw;
	background-color: #01a7e1;
	color: #fff;
	border: 1px solid #01a7e1;
}
/*--------------------------------------------------------------
# Homepage bike menu that appears below slider
--------------------------------------------------------------*/
.fpbikes {
	max-width: 1400px;
	margin: 3em auto 0;
	padding: 0 1.5rem;
}
.fpbikes .bike {
	float: left;
	box-sizing: border-box;
	width: 19%;
	padding: 0;
	margin-right: 1%;
	position: relative;
	overflow: hidden;
}
.fpbikes .bike img {
	width: 100%
}
.fpbikes .bike h3 {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 0.2em;
	font-size: 2rem;
	color: #01a7e1;
	text-align: center;
	background-color: rgba(0,0,0,0);
	transform: translate(0, 100%);
	transition: all 0.3s;
}
.fpbikes .bike a:hover h3 {
	transform: translate(0, 0);
	background-color: rgba(0,0,0,0.05);
}
.instagram {
	max-width: 1400px;
	margin: 2em auto;
	padding-bottom: 2em;
}
.instagram h2 {
	text-align: center;
	font-size: 3rem;
}
/*--------------------------------------------------------------
# Footer styling
--------------------------------------------------------------*/
footer {
	background-color: #000;
	padding: 3em 0;
}
footer .footer-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 3rem;
}
footer .footer-container .footcol {
	margin-right: 10%;
	float: left;
	line-height: normal;
	vertical-align: top;
}
footer .footer-container .footcol.footlogo {
	width: 20%;
}
footer .footer-container .footcol.footlogo img {
	width: 100%;
	max-width: 100%;
}
footer .footer-container h3 {
	text-align: left;
	color: #fff;
	font-size: 1.3rem;
	margin-bottom: 0.8em;
}
footer .footer-container nav {
	text-align: left;
}
footer .footer-container nav li {
	display: block;
	padding: 0.15em 0;
}
footer .footer-container nav li a {
	color: #b2b2b2;
	font-size: 1em;
}
footer .footer-container nav li a:hover {
	color: #01a7e1;
}
footer .socialbuttons a {
	color: #000;
	background-color: #fff;
}
/*--------------------------------------------------------------
# Article styling (main content area for most pages, .post for blog type entries)
--------------------------------------------------------------*/
/* article.contentpage content container for content-template, contact-template, dealer-template */
article.contentpage {
	margin: 2em auto;
}
/* article entry.content, styling for entry content used by most templates  */
article .entry-content, article .entry-content p {
	font-size: 1.2rem;
}
article h1 {
	font-size: 4rem;
}
.archive {
	margin: 4em auto;
}
article.post {
	border: 1px solid #f1f1f1;
	padding: 2em;
	background-color: #fafafc;
}
article img.size-full {
	max-width: 100%;
	height: auto;
}
article img.expand {
	width: 100%;
	height: auto;
}
article.post h2 {
	font-size: 2rem;
	text-align: center;
	padding: 1em;
}
article.post h2 a {
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
}
article.post p {
	padding: 1em 0;
}

/*--------------------------------------------------------------
# Bike page specific styling 
--------------------------------------------------------------*/
/* overview page */

.bike-overview {
    margin: 2rem 0;
}

.bike-overview .series-icon {
    position: absolute;
    z-index: 50;
}

.bike-overview .bike-image {
    position: relative;
    text-align: center;
}

.bike-overview .bike-image img {
}

.bike-overview a {
    display: block;
    text-decoration: none;
    color: #000;
}

.bike-overview  h2 {
    text-align: center;
    text-transform: none;
    margin: 0.5rem 0px 1rem;
}

.bike-overview  h3 {
    text-align: center;
    text-transform: none;
    font-size: 1.5rem;
    width: 85%;
    margin: 0rem auto;
}
.bike-overview  .chart {
    text-align: center;
    padding: 1rem 0;
}


/* bike detail page */
article.bikepage .row.slider {
	
}
article.bikepage p {
	
}
/* build kit table styling */
article.bikepage table.tg {
	font-size: 1.1rem;
}
@media (max-width: 765px) {
	article.bikepage table.tg {
		margin-bottom: 20px;
	}
}

article.bikepage .row.bike-spec {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

article.bikepage .row.bike-spec .bike-spec-column {
	float: left;
	width: 43%;
	margin-right: 2%;
	margin-bottom: 2rem;
}

article.bikepage .bike-spec h2 {
	margin-bottom: 0.6rem;
}

article.bikepage .bike-spec p {
	font-size: 1rem;
}

article.bikepage span.spec-number {
	font-weight: bold;
	padding-right: 0.4rem;
	color: #01a7e1;
}

article.bikepage ul.bike-specs-icons {
	padding: 2rem 0;
	text-align: center;
}
article.bikepage ul.bike-specs-icons li {
	display: inline;
	margin-right: 3%;
}
article.bikepage ul.bike-specs-icons li img {
	width: 9%;
	height: auto;
	
}
/*--------------------------------------------------------------
# Technology page specific styling 
--------------------------------------------------------------*/
.row.spec-icons {
	margin: 2em auto;
}
.row.spec-icons img {
	float: left;
	max-width: 20%;
	margin-right: 1em;
}
.row.spec-icons p {
	font-size: 1rem;
	overflow: hidden;
}
/*--------------------------------------------------------------
# Archive styling (Explore section, blog style entries with archiving)
--------------------------------------------------------------*/
.archive {
	text-align: center;
}
.archive article.grid_4  {
	text-align: center;
}
.archive article.grid_4 img {
	width: 100%;
	height: auto;
} 
.archive article.grid_4 .contents {
	height: 250px;
}
.archive article.grid_4 h2 a {
	font-size: 1.2em;
}
.archive article.grid_4 a.read_more_link {
	display: inline-block;
	padding: 0.5em 1em;
	margin-bottom: 1em;
	background-color: #000;
	color: #fff;
	font-family: 'Knockout-HTF49-Liteweight', Helvetica, Arial;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.2rem;
}
.archive article.grid_4 a.read_more_link:hover {
	background-color: #01a7e1;
	color: #fff;
}
article.grid_4 {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 0.625%;
    width: 23.5%;
    padding: 0;
    margin-bottom: 3em;
}
span.shortened {
	display: none;
}
span.lengthened {
	display: inherit;
}
.jwlogo {
	display: none !important;
}
#clickmask {
	display: none;
	z-index: 50;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
}
/*--------------------------------------------------------------
# Video Wrapper fol full width video 
--------------------------------------------------------------*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*--------------------------------------------------------------
# Responsive tabs used on various templates 
--------------------------------------------------------------*/
.responsive-tabs .responsive-tabs__panel {
	border: none !important;
	padding: 0 !important;
}
.responsive-tabs ul.responsive-tabs__list {
	text-align: center;
	margin-bottom: 0.8em !important;
	font-family: 'Knockout-HTF49-Liteweight', Helvetica, Arial;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1rem;
    margin: 20px 0 0 12px;
    padding: 0;
}
.responsive-tabs .responsive-tabs__list__item {
	border: none !important;
	display: inline-block;
	text-transform: uppercase !important;
	color: #000 !important;
	line-height: 1em !important;
	float: none !important;
	margin: 1px 12px 0 0;
    padding: 10px 12px 10px;
}

.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item:hover {
    border: none !important;
	color: #01a7e1 !important;
	line-height: 1em !important;
	top: 0 !important;
}
.responsive-tabs .responsive-tabs__heading {
    padding-left: 3rem !important;
}

/*--------------------------------------------------------------
# Distributor page styling 
--------------------------------------------------------------*/
.distributors {
    padding-top: 3em;
    text-align: center;
}
.distributor {
    text-align: left;
    display: inline-block;
    width: 32%;
    margin: 0 0.625% 2em 0.625%;
}
.distributor h2 {
}
.distributor h3 {
    margin-bottom: 0.3em;
}
.distributor .address p {
    font-size: 1.1em; 
    margin: 0;
}
.distributor div {
    margin-bottom: 0.3em;
}

nav.prevnextposts {
      margin: 30px 3em;
}

nav.prevnextposts div a {
    text-transform: uppercase;
    font-size: 14px; 
}

/*--------------------------------------------------------------
# Media queries, overriding styles above 
--------------------------------------------------------------*/

@media (max-width: 1024px) {
	.mainnav .socialbuttons {
		display: none;
	}
	.mainnav nav.main {
	}
	.mainnav nav.main li a {
		padding: 1em 1em;
		font-size: 1.2rem;
	}
	.main-sub {
		padding: 2em 1em;
	}
	.main-sub .column2 {
		margin: 0 2em;
	}
	.fpbikes .bike {
		width: 48%;
	}
	article .column.half, article .column.third {
		width: 100%;
		display: block;
		margin-bottom: 1.5rem;
	}
	article .column.first, article .column.last {
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}
	input, textarea {
		max-width: 95%;
	}
	article.contentpage {
		margin: 2em auto;
		padding: 0 3em;
	}
	.entry-content img {
		max-width: 100%;
		height: auto;
	}
	.instagram {
		margin-top: 2em;
	}
    .distributor, article.grid_4 { 
        width: 46%; 
    }
}

@media (max-width: 765px) {
	.fpbikes .bike {
		width: 98%;
	}
	.fpbikes .bike a h3 {
		transform: translate(0, 0);
		background-color: rgba(0,0,0,0.05);
		font-size: 1.5em;
	}
	article.contentpage {
		margin: 0.5em auto;
		padding: 0 1em;
	}
	footer .footer-container .footcol.footlogo {
		width: 50%;
		margin: 1.5rem 0 1rem 0;
	}
	footer .footer-container .footcol {
		width: 80%;
		margin: 1rem 0;
	}
	footer {
		padding: 1em 0;
		text-align: left;
	}
	footer .footer-container .footcol h3 {
		font-size: 1.5rem;
		margin-bottom: 0.5rem;
	}
	footer .footer-container .footcol nav li a {
		font-size: 0.8em;
	}
	footer .footer-container .footcol nav li {
		padding: 0.1em;
	}
	footer .footcol.footsocial {
		margin-left: 0%;
	}
}

@media (max-width: 765px) and (orientation: landscape) {
	nav.main a {
		font-size: 14px;
		padding: 5px;
	}
	nav.extras a {
		padding: 1em 0.7em;
	}
}

@media (max-width: 765px) and (orientation: portrait) {
	.mainnav .hamburger {
		display: block;
	}
	.mainnav nav.main {
		display: none;
	}
	.mainnav .logo {
		height: 50px;
		padding: 8px 0 8px 0;
	}
	.mainnav {
		height: 50px;
	}
	.topnav {
		display: none;
	}
	.main-sub h3 {
		clear: both;
		float: left;
		width: 90px;
		text-align: right;
		padding-top: 3px;
	}
	.main-sub nav {
		display: block;
		text-align: left;
		float: left;
	}
	.main-sub nav li {
		display: block;
		padding: 0 0 10px 10px;
	}
	.main-sub nav li a {
		padding: 0 5px 5px 5px;
	}
	.main-sub .socialbuttons {
		margin-top: 1em;
		text-align: center;
		width: 100%;
		zoom: 1.5;
	}
	.main-sub .socialbuttons li {
		display: inline-block;
	}
    .distributor, article.grid_4 { 
        width: 96%; 
    }
    .archive article.grid_4 .contents { 
        height: auto; 
    }
}