/*! normalize.css v1.1.3 | MIT License | git.io/normalize */


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2a3944");

  
@font-face {font-family: 'CenturyGothic';font-weight: bold;font-style: normal;src: url('webfonts/2A3944_0_0.eot');src: url('webfonts/2A3944_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2A3944_0_0.woff') format('woff'),url('webfonts/2A3944_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'CenturyGothic';font-weight: normal;font-style: normal;src: url('webfonts/2A3944_1_0.eot');src: url('webfonts/2A3944_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2A3944_1_0.woff') format('woff'),url('webfonts/2A3944_1_0.ttf') format('truetype');}


/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: 'CenturyGothic',  sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #404041;
}

html {
    font-size: 14px;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html { font-family: 'CenturyGothic'; }
body, html {
	height:100%;
}
body {
	padding-top:42px;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
}
#scrolldown {
	position:fixed;
	bottom:1em;
	right:1em;
	color:#404041;
	text-align:center;
	z-index:10;
	width:7.5em;
	height:7.5em;
	background-color:#ffffff;
	border-radius:5em;
	line-height:1.5em;
	padding-top:2.25em;
	text-transform:uppercase;
}
img {
	max-width:100%;
	height:auto;
}
.container {
	max-width:120em;
	width:100%;
	padding:0 20px;
	margin:0 auto;
	overflow:hidden;
}
.full-width {
	width:100%;
	float:left;
}
.one-half {
	width:50%;
	float:left;
	padding-right:1em;
}
.one-half:last-child {
	padding-left:1em;
	padding-right:0px;
}
h2, #intro h1 {
	font-size:3.4em;
	line-height:1.2em;
	text-transform:uppercase;
	margin:0 0 0 0;
	text-shadow: 2px 2px 0 #FFFFFF;
	padding-right:5%;
}
#intro h1 {
	color:#ffffff;
	margin:2em 0;
	line-height:1em;
	padding-right:0;
	text-shadow: 2px 2px 0 #eb4c53;
}
#intro h1 .no-caps {
	text-transform: lowercase;
}
#intro h1 .smaller-text {
	font-size:0.66em;
}
.content {
	width:100%;
	max-width:48em;
	float:left;
	padding:5em 0;
	padding-right:3.5em;
	position:relative;
	z-index:12;
}
.sidebar {
	width:60%;
	float:left;
	padding:0em 0;
	padding-left:5%;
	position:absolute;
	top:42px;
	right:0;
	height:100%;
	-webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
   z-index:-1;
   text-align:right;
}
.sidebar img {
	height:100%;
	width:100%;
}
#sidebarchange .inactive {
}
.no-svg .sidebar {
	height:700px;
}
.no-svg .sidebar img {
	display:none;
}
.no-svg #intro .sidebar {
	background-image:transparent;
	background-position:top right;
	background-repeat:no-repeat;
}
.no-svg #intro .sidebar img {
	display:inline-block;
	width:auto;
	max-width:100%;
	height:auto;
}
.no-svg #products .sidebar {
	background-image:url('images/candy.png');
	background-position:top right;
	background-repeat:no-repeat;
}
.no-svg #contact .sidebar {
	background-image:url('images/steak.png');
	background-position:top right;
	background-repeat:no-repeat;
}


#nav {
	background-color:#404041;
	position:fixed;
	top:0;
	left:0;
	color:#fff;
	z-index:100;
	
}
#nav ul {
	padding:0;
	margin:0;
	font-size:14px;
}
#nav ul li {
	float:left;
	text-transform:uppercase;
	font-size:1em;
	margin-right:2em;
	line-height:3em;
}
#nav ul li.intro-li > span {
	display:none;
}
#nav ul li h1 {
	color:#fff;
	font-size:1em;
	line-height:3em;
	margin-bottom:0;
	margin-top:0;
	display:inline;
	font-weight:normal;
}
#nav ul li svg {
	height:1.1em;
	width:1.1em;
	vertical-align:text-top;
	margin-right:4px;
}
.no-svg #nav ul li svg {
	display:none;
}
.no-svg #nav ul li.intro-li {
	background-image:url('images/tooth.png');
	background-repeat:no-repeat;
	background-position:left 0.8em;
	padding-left:22px;
}
.no-svg #nav ul li.intro-li.active, .no-svg #nav ul li.intro-li:hover {
	background-image:url('images/tooth-red.png');
}
.no-svg #nav ul li.products-li {
	background-image:url('images/products.png');
	background-repeat:no-repeat;
	background-position:left 0.8em;
	padding-left:27px;
}
.no-svg #nav ul li.products-li.active, .no-svg #nav ul li.products-li:hover {
	background-image:url('images/products-red.png');
}
.no-svg #nav ul li.contact-li {
	background-image:url('images/contact.png');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:24px;
}
.no-svg #nav ul li.contact-li.active, .no-svg #nav ul li.contact-li:hover {
	background-image:url('images/contact-red.png');
}

.no-svg #nav ul li .textdown {
	background-image:url('images/text-down.png');
	background-repeat:no-repeat;
	background-position:left 0.9em;
	padding-left:32px;
}
.no-svg #nav ul li .textdown:hover {
	background-image:url('images/text-down-red.png');
}
.no-svg #nav ul li .textup {
	background-image:url('images/text-up.png');
	background-repeat:no-repeat;
	background-position:left 0.9em;
	padding-left:32px;
}
.no-svg #nav ul li .textup:hover {
	background-image:url('images/text-up-red.png');
}
#nav ul li:hover, #nav ul li:hover h1, #nav ul li.active, #nav ul li.active h1 {
	color:#eb4c53;
	cursor:pointer;
}
#nav ul li:hover path, #nav ul li.active path {
	fill:#eb4c53;
} 
#nav .textupdown-li {
	float:right;
}
#nav .textupdown-li > span {
	float:left;
	margin-right:2em;
}
#nav .textupdown-li .textsizecontrols {
	display:none;
}
#nav ul .textupdown-li:hover {
	color:#ffffff;
}
#nav ul .textupdown-li:hover path {
	fill:#ffffff;
}
#nav ul .textupdown-li span:hover {
	color:#eb4c53;
}
#nav ul .textupdown-li span:hover path {
	fill:#eb4c53;
}
.mobile-menu {
	display:none;
}




#intro {
	background-color:#faaf40;
	background-image:url('images/paper-back-orange.jpg');
	background-position:top left;
	overflow:hidden;
	position:relative;
	z-index:2;
}
#talktosteve {
	padding:0;
	color:#fff;
	text-transform:uppercase;
	text-decoration: none;
	font-size:3.4em;
	line-height:1.2em;
	width:100%;
	display:block;
	text-shadow: 2px 2px 0 #eb4c53;
	font-weight:bold;
}
#intro .content-text {
	margin-top:0em;
	color:#404041;
}
#intro .content-text .one-half p {
	border-bottom:1px solid #fff;
	padding-bottom:1.5em;
}
#intro h4 {
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #fff;
	padding:1em 0em;
	margin-bottom:1.5em;
	
}
#intro-image {
	margin-top:3em;
	border:2px solid #fff;
}




#products {
	background-color:#5b2a51;
	background-image:url('images/paper-back-purple.jpg');
	background-position:top left;
	overflow:hidden;
	color:#fff;
	position:relative;
	z-index:3;
}
#products h2 {
	color:#ffffff;
	text-shadow: none;
	margin-bottom:2em;
}
#products h4 {
	color:#faaf40;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #fff;
	padding:1em 0em;
	margin-bottom:1.5em;
}
#products .content-text .one-half p {
	border-bottom:1px solid #fff;
	padding-bottom:1.5em;
}
#products .one-half {
	padding-right:2em;
	margin-bottom:2em;
}
#products .one-half:last-child {
	padding-left:2em;
	padding-right:0px;
}
#products .one-half.featured {
	padding:0;
	width:100%;
	
}
#products .content-text:last-child .one-half:last-child {
	padding-left:0;
	padding-right:2em;
}
#products .one-half img {
	border:2px solid #faaf40;
}

#contact {
	background-image:url('images/paper-back-white.jpg');
	background-position:top left;
	position:relative;
	z-index:4;
	overflow:hidden;
}
#contact h4 {
	text-transform:uppercase;
	padding:1em 0em;
	margin-bottom:1.5em;
	font-weight:bold;
}
#contact .one-half p {
	border:1px solid #faaf40;
	border-left:0;
	border-right:0;
	line-height:1.6;
	padding:0.5em 0;
}
#contact iframe {
	border:2px solid #faaf40;
}
#contact h3 {
	font-size:3.4em;
	line-height:1.2em;
	margin:0 0 0 0;
	color:#242424;
	margin:2em 0;
}



input,
textarea,
select {
	width:100%;
	float:left;
	color:#63635D;
	border:none;
	margin-bottom:6px;
	padding:8px 8px;
	font-size:0.9em;
	border:1px solid #faaf40;
}
input.required {
	outline: 1px solid #ff0000;
}
label {
	display:none;
}
.noplaceholder label {
	display:block;
}

input:focus,
textarea:focus {
	outline:none;
	background-color:rgba(0,0,0,0.1);
}
#submit {
	text-align:left;
	background-color:#fff;
	font-weight:normal;
	color:#63635D;
}

::-webkit-input-placeholder {
   color: #63635D;
   
}

:-moz-placeholder { /* Firefox 18- */
   color: #63635D;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #63635D;  
}

:-ms-input-placeholder {  
   color: #63635D;  
}


.noUiSlider,
	.noUiSlider * {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;
-webkit-user-select: none;
   -moz-user-select: none;
	-ms-user-select: none;
		display: block;
		cursor: default;
	}
	.noUiSlider {
		position: relative;
		border:1px solid #faaf40;
	}
	.noUiSlider a {
		position: absolute;
		z-index: 3;
	}
	.noUiSlider a:nth-child(2) {
		background: inherit !important;
	}
	.noUiSlider.vertical a {
		width: 100%;
		bottom: 0;
	}
	.noUiSlider.horizontal a {
		height: 100%;
		right: 0;
		position:relative;
	}
	.noUiSlider.horizontal a div:after {
		content:'Please slide';
		width:100%;
		text-align:left;
		height:32px;
		color:#ffffff;
		top:0;
		background:#eb4c53;
		left:0;
		font-style:italic;
		position:absolute;
		z-index:4;
		line-height:32px;
		font-size:0.9em;
		padding-left:10px;
	}

	.sliderwrapper {
		overflow:hidden;
		background-color:transparent;
		float:left;
		width:100%;
		margin-bottom:8px;
	}
	.noUiSlider {
		
	}
	.noUiSlider.disabled div:before,
	.noUiSlider.disabled {
		background: #ccc;
		border-color: #ccc;
	}
	.noUiSlider.vertical {
		border-width: 12px 0;
	}
	.noUiSlider div {
		height: 30px;
		width: 100px;
		position:relative;
		background-color:#eb4c53;
	}
	.noUiSlider div:before {
		position: absolute;
		background: transparent;
		content: "";
		right:-24px;
		top:0;
		border-left:14px solid #eb4c53;
		border-top:16px solid transparent;
		border-bottom:16px solid transparent;
	}
	.noUiSlider.horizontal div:before {
	}
	.noUiSlider.vertical div:before {
		top: 10px;
		width: 4px;
		height: 24px;
	}
	.noUiSlider.horizontal {
		width: 100%;
		height: 32px;
		
	}
	.noUiSlider.horizontal div {
		
	
	}
	.noUiSlider.vertical {
		width: 1px;
		height: 300px;
	}
	.noUiSlider.vertical div {
		margin: -22px 0 0 1px;
	}


#copyright {
	background-color:#FAAF40;
	color:#fff;
	text-transform:uppercase;
	padding:0;
	position:relative;
	z-index:10;
}
#copyright .copyright-left {
	float:left;
	font-size:12px;
	line-height:3em;
}
#copyright .madeby {
	float:right;
	font-size:12px;
	line-height:3em;
}
#copyright .madeby a {
	color:#eb4c53;
	text-decoration: none;
	text-transform: uppercase;
}
#logos {
	background-color:#eb4c53;
	position:relative;
	z-index:10;
}

.announcementBanner {
	position: fixed;
	right: -30%;
	bottom:15%;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	width: 100%;
	text-align: center;
	background-color: #eb4c53;
	color: #fff;
	box-shadow: 0px 5px 20px 2px rgba(0,0,0,.4);
}

.announcementBanner h3 {
	font-size: 1.5em;
}

@media only screen and (min-width: 80em) {
	#nav .textupdown-li .textsizecontrols {
		display:inline;
	}
}





/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}