/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}
html {
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dashed#505050;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt - Displays for IE 7
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Live StoreFronts 2.0 Custom Styles
   ========================================================================== */

/*== TYPOGRAPHY ==*/
@font-face {
    font-family: 'Oswald';
    src: url(../fonts/Oswald-Light.ttf);
    font-weight:300;
}
@font-face {
    font-family: 'Oswald';
    src: url(../fonts/Oswald-Regular.ttf);
    font-weight:400;
}
@font-face {
    font-family: 'Oswald';
    src: url(../fonts/Oswald-Bold.ttf);
    font-weight:700;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Light.ttf);
    font-weight:300;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Oswald-Regular.ttf);
    font-weight:400;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Bold.ttf);
    font-weight:700;
}
.text-bold {
    font-weight:400;
    font-weight:bold;
}
.text-center {
	text-align:center;	
}
.text-right {
	text-align:right;	
}
.text-left {
	text-align:left;	
}
.text-allcaps {
	text-transform:uppercase;	
}
.textsmall {
	font-size:75%;	
}
.textsmaller {
	font-size:50%;	
}
.textlarge {
	font-size:125%;	
}
.textlarger {
	font-size:150%;	
}
.textdouble {
	font-size:200%;	
}
.bold400 {
	font-weight:400 !important;	
}
.unbold {
	font-weight:normal !important;
	font-weight:300 !important;	
}
.allcaps {
	text-transform:uppercase;	
}
.sectiontitle {}
.sectiontitle span {
	font-weight:300;	
}
.bold300 {
	font-weight:300;	
}
.bold400 {
	font-weight:400;	
}
/* Set font-size and font-family of content */
body, p {
	font-family:'Roboto', sans-serif;
	font-size:16px;
	font-weight:300;
	line-height:125%;
}
/* Set font-size and font-family of headers */
h1, h2, h3, h4, h5 {
	font-family:'Oswald', sans-serif;
	font-weight:400;
	line-height:125%
}

.pagetitle {
	margin-top:0px;	
}

/*== END TYPOGRAPHY ==*/

/*== GENERAL ==*/
img {
	max-width:100%;
	/*width:100%;*/
	height:auto;
}
.float-right {
	float:right;	
}
.float-left {
	float:left;	
}
.pad-10 {
	padding:10px;	
}
.pad-5 {
	padding:5px;	
}
.pad-3 {
	padding:3px;	
}
.pad-2 {
	padding:2px;	
}
.padtop-25 {
	padding-top:25px;	
}
.martop-25 {
	margin-top:25px;	
}
.martop-20 {
	margin-top:20px;	
}
.martop-10 {
	margin-top:10px;	
}
.marbot-10 {
	margin-bottom:10px !important;	
}
.marbot-15 {
	margin-bottom:15px !important;	
}
.marbot-25 {
	margin-bottom:25px;	
}
.marleft-5 {
	margin-left:5px;
}
.marleft-10 {
	margin-left:10px;	
}
.marleft-15 {
	margin-left:15px;	
}
.marleft-25 {
	margin-left:25px;	
}
.marright-10 {
	margin-right:10px;	
}
.marright-15 {
	margin-right:15px;	
}
.marright-25 {
	margin-right:25px;	
}
.marauto {
	margin-left:auto;
	margin-right:auto;	
}
.three_fourth.marauto {
	float:none !important;	
}
.one_half.marauto {
	float:none !important;	
}
a, a:visited, a:hover {
	text-decoration:none;	
}
.inline-left {
	display:inline-block;
	float:left;	
}
.inline-right {
	display:inline-block;
	float:right;	
}
/* Call To Action */
.calltoaction {
	padding:25px;	
}
.calltoaction h2 {
	margin-top:0px;
}
/* Button */
.btn {
	padding: 10px;
	display: inline-block;

	text-transform: uppercase;
}
.btn-small {
	padding:5px;
	font-size:12px;	
}
.btn-large {
	padding:15px;
	font-weight:18px;
}
.btn.full_width {
	padding:10px 2%;
	width:96%;	
}
.btn-dark, .btn-buy {
	display:inline-block;
	padding: 5px 7px;
	text-transform: uppercase;
}
.btn-med {
	font-size:18px !important;	
	padding: 7px 10px;
}
.btn-buy-sm {
	display:inline-block;
	padding: 5px 6px !important;
	text-transform: uppercase;
	font-size: 14px !important;
}
.btn-buy-sm i {
	vertical-align:top;
}
.btn-wide {
	display:block;
	width: 97%;
	padding: 10px 1.5% !important;	
	margin: auto;
}
.btn-dark {
	background: #464646 !important;
	color: #fff !important;
	font-weight: 300;
}
.btn-dark:hover, .btn-addtowish:hover {
	background:#157cbf !important;
	color: #fff !important;
} 
.btn-buy, .btn-buy-sm {
	background:#157cbf;
	color: #fff !important;
	font-weight: 400;
	font-size: 21px;
	font-family:'Oswald', sans-serif;
	border:0px;
}
.btn-buy:hover, .btn-buy-sm:hover {
	background: #3B9EDF;
}
/* Ease Transition */
.transition, a, a:hover, input[type="submit"], input[type="submit"]:hover, input, input:hover, *, *:hover {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
/* Boxes */
.box {}
.box-content, .box-title {
	padding:15px;
}
.box-title h2 {
	margin:0px;
}
.box-row {
	margin-bottom:10px;	
}
.box h1, .box h2, .box h3, .box h4, .box h5, .box p {
	margin-bottom:15px;
	padding:0px;	
}
.box h1:first-child, .box h2:first-child, .box h3:first-child, .box h4:first-child, .box h5:first-child, .box p:first-child {
	margin:0px;
	padding:0px;	
}
.box-button {
	display: block;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
}

/* Forms */
input, select, textarea {
	padding:7px 1%;
	color:#666666;
}
input[type="submit"] {
	border: 0px;
	text-transform: uppercase;
}
.form-contact input[type="text"], .form-contact input[type="email"], .form-contact textarea {
	width: 96%;
	padding: 10px 2%;
	border: 0px;
	font-size:14px;
	line-height:100%;
}
.form-contact input[type="submit"] {
	width:100%;
	padding:10px;
	border:0px;
}
.footer-top .form-contact input[type="text"],  .footer-top .form-contact textarea {
	display: block;
	padding: 10px 2%;
	width: 96%;
	border: 0px;
}
.footer-top .form-contact input[type="submit"] {
	padding: 10px 2%;
	width: 100%;
}
.form-cta input[type="text"], .form-cta input[type="email"] {
	border: 0px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	max-width: 98%;
}
/* END Forms */
/* iFrames */
iframe {
	max-width:100%;
	/*height:auto;*/
}
.one_half ifraem, .one_third iframe, .one_fourth iframe, .three_fourth iframe, .two_third iframe {
	width:100%;
}
/* END iFrames */

/*== END GENERAL ==*/

/*== HEADER ==*/
/*-- Top Bar --*/
/*.topbar-dark {
	background:#111;
}
.topbar-light {
	background:#eeeeee;
}*/

.lsf-banner img {
    width:100%;
}

/*-- Logo --*/
.navbar-brand img {
	width:auto;
	height:100%;
}
.logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 65px;
}
/*-- Breadcrumbs --*/
.breadcrumbs {
	padding:7px 2%;
	width:96%;
	font-size:12px;	
	display:block;
}
/*-- Search at Top --*/
.search-top, .search-top-btn {
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	padding: 3px 5px;
	margin: 0px;
	border: 0px;
}

/*== END HEADER ==*/

/*== NAVIGATION ==*/
.nav ul, .nav {
	margin: 0px;
	padding: 0px;
	display: block;
	width: auto;
}
.nav li {
	list-style-image:none;
}
.nav a i {
	margin-right: 7px;
}
a.facebook:hover {
	background:#3b5998;
}
a.twitter:hover {
	background:#00aced;
}
a.instagram:hover {
	background:#517fa4;
}
a.youtube:hover {
	background:#bb0000;
}



/* Vertical Nav specific styles */
.nav-vertical ul {
	width:100%;
}
.nav-vertical ul li {
	float:none;
	display:block;
	padding:0px;
}
.nav-vertical ul li a {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 18px;
	display: inline-block;
	padding: 7px 10px;
	color: inherit;
}
.nav-vertical.full_width ul li a {
	display: block;
	padding: 7px 5%;
	width: 90%;
}
/* Primary Navigation specific styles */
.nav-primary {
	text-align:right;
}
.nav-primary ul li {
	display:inline-block;
	float:left;
}
.nav-primary ul li a {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 24px;
	padding: 5px 8px;
	line-height: 24px;
	display: inline-block;
}
/* Dropdown CSS */
.nav-primary ul {
	text-align: left;
	display: inline-block;
	margin: 0;
}
.nav-primary ul li {
	display: inline-block;
	margin-right: -4px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.nav-primary ul li ul {
	padding: 0;
	position: absolute;
	top: 34px;
	left: -50px;
	width: auto;
	min-width: 200px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
	z-index:30;
}
.nav-primary ul li ul li {
	/*background: #555;*/
	display: block;
	/*color: #fff;
	text-shadow: 0 -1px 0 #000;*/
	float: none;
}
.nav-primary ul li ul li a { 
	width: 96%;
	padding: 7px 2%;
	font-size: 16px;
}
.nav-primary ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
/* Account Navigation specific styles */
.nav-account ul li {
	display:inline-block;
	float:left;
	padding: 3px 5px;
}
.nav-account ul li a {
	font-family:'Oswald', sans-serif;
	font-weight:300;
	text-transform:uppercase;
	font-size: 14px;	
}
.cart {
	padding: 4px 0px;
	display: inline-block;
}
.cart i {
	display: inline-block;
	vertical-align: top;
	padding-top: 2px;
}
/* Category Navigation */
.nav-cats {
	width: 100%;
}
/* Footer Social Nav */
.footer-top .nav-social {
	border:0px;	
}
/*-- Toggle Off Canvas Responsive Navigation --
  --  http://codepen.io/scottb/pen/javhr --*/

ul.nav-toggle {
	padding: 0;
}
ul.nav-toggle li {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; /* Fixes Firefox bug */
	box-sizing: border-box;
	text-align: center;
}
ul.nav-toggle li:hover {}
a.open-panel, a.close-panel {
	display: none;
}

@media only screen and (max-width: 55em) {
  
	.content {
		padding-top: 0;
	}
	/* Move nav off screen, setup transitions */
	.nav-primary {
		width: 70%;
		position: absolute;
		left: -70%;
		top: 0;
		height: 100%;
		/*background: #333;*/
	}
	/* Display nav items vertically */
	ul.nav-toggle {
    	width: 100%;
	}
	ul.nav-toggle li {
		float: none;
		width: 100%;
	}
	ul.nav-toggle li a {
		display:block;
		padding:10px inherit;
		/*border-bottom: 1px solid #414141;*/
	}
	
	/* Reveal open/close buttons */
	a.open-panel, a.close-panel {
		display: inline;
		text-transform:uppercase;
		font-family:'Oswald', sans-serif;
	}
	.close-panel {
		display:block !important;
		padding:10px 0px !important;
		text-align:center;
		width:100%;
		/*background:#111;*/
	}
	.close-panel:hover {
		/*background:#222;*/
	}
	.open-panel {
		padding:5px 7px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.openNav #page {
		left: 0;
		-webkit-transform: translate3d(70%, 0, 0);
		-moz-transform: translate3d(70%, 0, 0);
		-ms-transform: translate3d(70%, 0, 0);
		-o-transform: translate3d(70%, 0, 0);
		transform: translate3d(70%, 0, 0);
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;
	}
	/* When the panel is closed, transition the page back to the left */
	#page {

		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;
	}
	/* Dropdown CSS */
	.nav-primary ul li ul {
		padding: 0;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
	.item-image img {
		top: 0%;
	}
}
/*-- END Toggle Off Canvas Responsive Navigation --*/

/*== END NAVIGATION ==*/

/*== TABS ==*/
/* Forked from http://basictabs.shanejeffers.com/*/
.tabwrap {
	/*background: #fff;*/
	overflow: hidden;
	width: 100%;
	min-height: 300px;
	margin: 60px auto;
	/*box-shadow: 0 0 20px #ddd;*/
	/*border: 1px solid #ddd;*/
}
.tabs {
	overflow: hidden;
	background: #777;
	padding: 0px;
	margin: 0px;
}
.tabs li { list-style: none; }
.tabs li a {
	float: left;
	display: block;
	padding: 10px 2.37%;
	/*color: #fff !important;*/
	width: 20%;
	text-decoration: none;
	text-align: center;
	/*border-right: 1px solid #555;
	border-left: 1px solid #888;*/
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	text-shadow: none;
	text-transform: uppercase;
}

.tabs li a:hover { /*background: #666;*/ }
.tabs li:first-child a { border-left: 0 !important; }
.tabs li:last-child a { border-right: 0 !important; }

.tabs li.current a {
	/*background: #464646;
	color: #666;*/
	text-shadow: none;
}
.tab_content {
	/*background:#464646;	*/
}
.tab_content > div {
	clear: both;
	padding: 20px;
	line-height: 19px;
	color: #ddd;
	text-shadow: none;
	display: none;
}
.tab_content .current { display: block; }
.tab_content #home.first { display: block; }
.tab_content p { margin: 0 0 20px 0;}
/*== END TABS ==*/

/*== ANIMATE.CSS Fade In Left for Tabs ==*/
/* Sourced from Animate.css - http://daneden.me/animate */
body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
	-webkit-backface-visibility: hidden;
}
.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
/*== END ANIMATE.CSS Fade In Left for Tabs ==*/

/*== ITEMS ==*/
.items .box {
	height:351px;
}
.items .one_half .box {
	height:481px;
}
.items .one_half .item-image {
	height:330px;
}
.items .box .item-title {
	max-height:44px;
	overflow:hidden;	
}
.item-image {
	height: 200px;
	position: relative;
	overflow: hidden;
}
.item-image img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index:0;
	width:100%;
}
.addtocart a {
	display:inline-block;
	text-transform:uppercase;
}

/* Recent Items */
.items-recent .item-price, .items .item-price {
	padding: 5px 7px;
	margin:-2px -2px;
	position: absolute;
	float: left;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 18px;
	z-index:20;
}

.items-recent .item-desc, .items .item-desc {
	font-size: 14px;
	max-height: 55px;
	overflow: hidden;
}
/*== END ITEMS ==*/

/*== SINGLE ITEM PAGE ==*/
.item-overview .item-price, .item-overview .quantity {
	display:inline-block;
	float:left;	
	position: relative;
}
.item-overview .item-price {
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	padding: 2px;
	color: #FFFFFF;
	display: inline-block;
	line-height: 100%;
}
.item-image-featured {
	text-align:center;
}
.item-image-featured img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:400px;
}
.item-image-thumb {
	overflow:hidden;
	max-height:100px;
}
.item-image-thumb img {
	width:100%;
	height:auto;
}
.qty {
	width:40px;	
}
.addtocart input[type="submit"],  .quantity input.qty, .addtocart a {
	padding: 7px 10px;
}
/*== END SINGLE ITEM PAGE ==*/

/*== CONTACT PAGE ==*/
iframe.map {
	width:100%;
	height:250px;	
}
/*== END CONTACT PAGE ==*/

/*== CHECKOUT PAGE ==*/
.cartTable {
	
}
.cart-LineItem {
	margin: 5px 0px;
	padding: 10px;
	/* line-height: 39px; */
}
.cart-LineItem input[type="submit"], .cart-LineItem input[type="text"] {
	vertical-align: middle;
	padding: 5px;
	margin-bottom: 3px;
}
/*== END CHECKOUT PAGE ==*/

/*== WIDGETS ==*/
.widget-title {
	text-transform:uppercase;	
}
/*== END WIDGETS ==*/

/*== FOOTER ==*/
.footer-top, .footer-bottom {
	padding:20px 0px;
}
.footer-bottom {
	font-size:13px;	
}
.nav-footer ul {
	margin:0px;
	padding:0px;
}
/*== END FOOTER ==*/

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*-- Image replacement --*/
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*-- 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;
}

/*
 * 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;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {

        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";

    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    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;
    }
}
