/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* HTML5 display definitions */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* Base */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* Links */
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* Typography */

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

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _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; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* Lists */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* Embedded Content */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

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


/* Figures */

figure { margin: 0; }


/* Forms */

form { margin: 0; }

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

input, textarea, select { background: #fff; outline: none; }

textarea, select {
	border: 1px solid #ccc;
	font-size: 1em;
	padding: 5px;
}

textarea {
	height: 100px;
}

.textbox {
	border: 1px solid #ccc;
	padding: 5px;
}

.textbox.qty {
	width: 30px;
	text-align: center;
}

.col2 .textbox, .col3 .textbox, textarea, select {
	width: 100%;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	background: #fff;
}

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

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

input, textarea {
	-webkit-border-radius: 0;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

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

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* Tables */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* Primary Styles */

@font-face {font-family: 'Dancing Script';src: url('DancingScript.ttf') format('truetype');}

body, input, textarea, select {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}

h1, h2, h3, header, .product p, #pagedrivers .col3, .button, .slab {
	font-family: "Roboto Slab", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.slab {
	font-weight: 300;
}

h2.script {
	font-family: "Dancing Script", cursive;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 4em;
	line-height: 1em;
}

body {
	text-align: center;
	background: #fff;
	font-size: 1em; 
	color: #000;
	max-width: 2000px;
	margin: auto;
}

h1 {
	font-size: 3em;
	padding: 0;
	margin: 50px 0 25px 0;
	color: #1f1e2c;
}

h2 {
	font-size: 2em;
	padding: 0;
	margin: 50px 0 25px 0;
	color: #b1b3b0;
}

h3 {
	font-size: 1.75em;
	padding: 10px 20px;
	margin: 50px 0 25px 0;
	color: #1f1e2c;
	background: #f5f5f5;
}

a {
	color: #b1b3b0;
	font-weight: 600;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover {
	color: #1f1e2c;
}

a:active {
    background-color: transparent;
}

img.map, map area{
    outline: none;
}

p {
	padding: 0;
	margin: 25px 0;
	line-height: 1.4em;
}

form p {
	margin: 15px 0;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 100%;
}

#showmobnav, #mob, .tabbr, .smalltabbr, .mobbr, .smallmobbr, #backtotop, #contact img {
	display: none;
}

.container {
	position: relative;
	width: 980px;
	margin: auto;
	text-align: left;
}

header {
	font-size: 1.1em;
}

header .container {
	height: 115px;
}

nav .container {
	height: auto;
}

#logo {
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 0;
	height: 200px;
}

#contact {
	text-align: right;
	color: #1f1e2c;
	padding: 15px 0 0 0;
	font-weight: 300;
}

#contact a {
	color: #b1b3b0;
}

#contact a:hover {
	color: #1f1e2c;
}

#shopnav {
	clear: right;
	float: right;
	text-align: right;
}

#shopnav form, #shopnav p {
	display: inline-block;
}

#shopnav form {
	margin-right: 30px;
}

#shopnav form input[type="image"] {
	position: relative;
	top: 6px;
	height: 30px;
	margin-left: 5px;
}

#shopnav img {
	position: relative;
	top: -3px;
	height: 30px;
}

nav {
	clear: both;
	position: relative;
	z-index: 1;
	background: #1f1e2c;
}

nav ul {
	float: right;
}

nav li {
	float: left;
	height: 45px;
	line-height: 45px;
	margin-left: 50px;
}

nav a {
	color: #fff;
}

nav .on a, nav a:hover {
	color: #b1b3b0;
}

nav img {
	height: 8px;
	margin-left: 5px;
}

/* Drop down menus */

/*** ESSENTIAL STYLES ***/

.sf-menu ul {
	position: absolute;
	top: -999em;
	left: 0;
	margin: 0;
	width: 290px;
	line-height: 1.2em;
}
.sf-menu #last ul {
	left: auto;
	right: 0;
}
.sf-menu ul li {
	display: block;
	width: 290px;
	height: auto;
	line-height: 1em;
	margin: 0;
	border-top: 1px solid #fff;
}
.sf-menu li li a {
	display: block;
	width: 250px;
	padding: 8px 20px;
	text-align: left;
	background: none;
}
.sf-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 45px;
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em;
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em;
	top: 0;
}

/*** DEMO SKIN ***/

.sf-menu a {
	text-decoration:none;
}
.sf-menu li li a, nav .on.submenu li a {
	background: #f5f5f5;
	color: #1f1e2c;
}
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active, .sf-menu ul li.on a {
	background: #b1b3b0;
	color: #fff;
	outline: 0;
}

#main {
}

#main ul, #main ol {
	margin: 10px 0 10px 20px;
	padding: 0;
}

#main ul li {
	list-style: disc;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.4em;
}

#main ol li {
	list-style: decimal;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.4em;
}

#main table {
	width: 100%;
	border: 1px solid #ccc;
}

#main table td {
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

#main .header {
	color: #fff;
	background: #1f1e2c;
	font-weight: bold;
}

#main table img {
	width: 150px;
}

#slidercontainer {
	position: relative;
	z-index: 0;
	min-height: 200px;
	margin-top: -50px;
}

#main #slider {
	display: none;
	margin: 0 0 50px 0;
	overflow: hidden;
}

#main #slider li {
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    display: none;
}

#banner {
	margin-bottom: 50px;
}

.col2 {
	width: 47.5%;
}

.col3 {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.col3.last {
	margin-right: 0;
}

.widecol3 {
	float: left;
	width: 33.3%;
}

.widecol3.middle {
	width: 33.4%;
}

.order {
	padding: 50px;
	height: 300px;
	background: rgb(177,179,176);
	background: linear-gradient(45deg, rgba(177,179,176,1) 0%, rgba(31,30,44,1) 100%);
	color: #fff;
	font-size: 1.15em;
	font-weight: 600;
}

.order img {
	height: 150px;
	margin-bottom: 15px;
}

.col4 {
	float: left;
	width: 23.5%;
	margin: 0 2% 2% 0;
}

.col4.last {
	margin-right: 0;
}

.product {
	padding: 25px;
	background: #f5f5f5;
	font-size: 1.25em;
	font-weight: 600;
}

.product p {
	height: 50px;
	margin: 0 0 25px 0;	
	font-size: 1.1em;
}

.fullproduct {
	background: #f5f5f5;
}

.fullproduct img {
	width: 400px;
}

.productdetails {
	float: right;
	width: calc(100% - 400px);
	padding: 50px;
	text-align: center;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.productdetails.full {
	float: none;
	width: 100%;
}

.productdetails h1 {
	margin-top: 50px;
	color: #b1b3b0;
}

.productdetails.full h1 {
	margin-top: 0;
}

#filter {
	float: right;
	margin-top: 50px;
}

#filter select {
	display: inline;
	width: 200px;
}

#pagedrivers {
	margin-top: 75px;
	font-size: 1.5em;
}

#pagedrivers img {
	margin-bottom: 15px;
}

#pagedrivers a {
	color: #1f1e2c;
}

#pagedrivers a:hover {
	color: #b1b3b0;
}

#cta {
	margin-top: 75px;
	padding: 50px 0 125px 0 ;
	background: #f5f5f5;
}

#cta h2 {
	margin-top: 0;
}

#cta p {
	margin-bottom: 0;
}

footer {
	padding: 125px 0 50px 0;
	background: #1f1e2c;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.75em;
}

footer p {
	margin-bottom: 0;
}

footer a {
	color: #fff;
	font-weight: 300;
}

footer a:hover {
	color: #b1b3b0;
}

#footerlogo {
	position: absolute;
	display: block;
	margin: auto;
	top: -225px;
	left: 0;
	right: 0;
	height: 200px;
}

.blue {
	color: #1f1e2c;
}

.green {
	color: #b1b3b0;
}

.big {
	font-size: 1.25em;
}

/* Common Styles */

.button {
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	background: #1f1e2c;
	font-size: 1.25em;
	font-weight: bold;
	border: 0;
}

.button.block {
	display: block;
	font-size: 1.1em;
}

.button:hover {
	color: #fff;
	background: #b1b3b0;
	text-decoration: none;
}

.htmlarea {
	border: 1px solid #ccc;
}

.small {
	font-size: 0.8em;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0 50px 50px 0;
	max-width: 400px;
}

.rightpic {
	float: right;
	margin: 0 0 50px 50px;
	max-width: 400px;
}

.verify {
	border: 1px solid #ccc;
	width: 80px;
	height: 26px;
}

.code {
	width: 70px;
	font-weight: bold;
	text-align: center;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

#main #pages {
	text-align: right;
	font-weight: bold;
}

#main #pages li {
	display: inline-block;
	list-style: none;
}

#main #pages a {
	display: block;
	margin-left: 3px;
	padding: 3px 5px;
	color: #fff;
	background: #1f1e2c;
}

#main #pages a:hover, #main #pages .on a {
	color: #fff;
	background: #b1b3b0;
	text-decoration: none;
}

/* Non-semantic Helper Classes */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* Media Queries */

@media only screen and (min-width: 1250px) {

.container {
	width: 1200px;
}

.big {
	font-size: 1.5em;
}

}

@media only screen and (min-width: 1650px) {

.order {
	height: 250px;
}

}

@media only screen and (max-width: 1020px) {

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

.container {
	width: 95%;
	margin: 0 2.5%;
}

#logo {
	height: 130px;
}

#shopnav {
	padding-right: 50px;
}

nav {
	display: none;
}

#showmobnav {
	position: absolute;
	z-index: 1;
	top: 63px;
	right: 2.5%;
	display: block;
	font-weight: normal;
}

#showmobnav:hover {
	text-decoration: none;
}

#mob {
	position: absolute;
	top: 140px;
	left: 0;
	width: 100%;
	display: block;
	z-index: 99;
	margin: 0;
	color: #fff;
	overflow: auto;
}

#mob ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}

#mobnav {
	display: none;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #fff;
}

#mobnav li {
	width: 100%;
	list-style: none;
	margin: 0;
	text-align: left;
	border-top: 1px solid #fff;
}

#mobnav li a {
	display: block;
	width: 100%;
	padding: 10px 15px;
	color: #fff;
	background: #1f1e2c;
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mobnav li a:hover, #mobnav .on a {
	color: #fff;
	background: #b1b3b0;
	text-decoration: none;
}

#slidercontainer {
	margin-top: 0;
}

.widecol3, .widecol3.middle {
	float: none;
	width: 100%;
}

.order {
	height: auto;
	padding: 50px 2.5% 25px 2.5%;
}

.order img {
	height: 100px;
}

.productdetails h1 {
	margin-top: 25px;
}

.col4, .col4.last {
	width: 45%;
	margin: 2.5%;
}

.tabhide {
	display: none;
}

.tabbr {
	display: inline-block;
}

.tabclear {
	clear: both;
}

}

@media only screen and (max-width: 850px) {

h1.floatleft, #filter {
	float: none;
}

h1.floatleft {
	margin-bottom: -25px;
}

#filter select {
	width: 100%;
	max-width: 400px;
}

}

@media only screen and (max-width: 800px) {

#showmobnav {
	top: 62px;
}

#shopnav form {
	margin-right: 20px;
	font-size: 0.9em;
}

#shopnav .textbox {
	width: 110px;
}

#shopnav form input[type="image"] {
	position: relative;
	top: 3px;
	height: 20px;
	margin-left: 5px;
}

#shopnav img {
	position: relative;
	top: -3px;
	height: 20px;
}

#mob {
	top: 180px;
}

.fullproduct img {
	float: none;
	width: 100%;
}

.productdetails {
	float: none;
	width: 100%;
}

.productdetails h1 {
	margin-top: 0;
}

.rightpic {
	max-width: 300px;
}

}

@media only screen and (max-width: 650px) {

body {
	overflow-x: hidden;
}

h2.script {
	font-size: 3em;
}

header {
	position: relative;
	padding-top: 40px;
}

header .container {
	height: auto;
}

#showmobnav {
	top: 64px;
}

#contact {
	position: absolute;
	top: -40px;
	background: #201f2d;
	text-align: center;
	color: #fff;
	width: 105%;
	margin: 0 0 0 -2.5%;
	height: 40px;
	line-height: 35px;
	padding: 0;
}

#contact a:hover {
	color: #fff;
}

.col2 {
	width: 100%;
	margin: 0;
}

form .col2.floatright {
	margin-top: -15px;
}

.col3, .col3.last {
	float: none;
	width: 100%;
	max-width: 400px;
	margin: 50px auto;
}

#backtotop {
	clear: both;
	display: block;
	margin: 15px 0 0 0;
	font-size: 0.9em;
	text-align: center;
}

.mobbr {
	display: inline-block;
}

.mobhide, .order .tabbr {
	display: none;
}

.mobclear {
	clear: both;
}

.verify {
	margin-bottom: 10px;
}

}

@media only screen and (max-width: 600px) {

h1 {
	font-size: 2.25em;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.25em;
}

#contact {
	font-size: 0.9em;
}

.col4, .col4.last {
	float: none;
	width: 100%;
	max-width: 400px;
	margin: 50px auto;
}

.rightpic {
	float: none;
	margin: 0 0 50px 0;
	max-width: 100%;
}

}

@media only screen and (max-width: 500px) {

#contact .smallmobhide {
	display: none;
}

#contact .smallmobbr {
	display: inline-block;
}

#contact img {
	display: inline-block;
	height: 20px;
}

}

@media only screen and (max-width: 425px) {

#shopnav {
	padding: 0;
}

#shopnav form {
	display: block;
	margin: 0;
}

#shopnav form p {
	margin: 15px 0 0 0;
}

#shopnav p {
	margin: 15px 0;
}

#shopnav img {
	margin-right: 45px;
}

#showmobnav {
	top: 100px;
}

#cta {
	font-size: 0.9em;
}

.smallmobbr {
	display: inline-block;
}

.smallmobhide {
	display: none;
}

}


/* Print Styles */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: none !important; }
  abbr[title]:after { content: none !important; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}