/*------------------------------------
	Fonts
------------------------------------*/
@font-face 
{
	font-family:"WeblySleek UI Light";
	src:url("../../resources/fonts/weblysleekuil.eot?") format("eot"),
	url("../../resources/fonts/weblysleekuil.woff") format("woff"),
	url("../../resources/fonts/weblysleekuil.ttf") format("truetype"),
	url("../../resources/fonts/weblysleekuil.svg#WeblySleekUILight") format("svg");
}
@font-face
{
	font-family:"WeblySleek UI Semilight";
	src:url("../../resources/fonts/weblysleekuisl.eot?") format("eot"),
	url("../../resources/fonts/weblysleekuisl.woff") format("woff"),
	url("../../resources/fonts/weblysleekuisl.ttf") format("truetype"),
	url("../../resources/fonts/weblysleekuisl.svg#WeblySleekUISemilight") format("svg");
}
@font-face
{
	font-family:"WeblySleek UI Semibold";
	src:url("../../resources/fonts/weblysleekuisb.eot?") format("eot"),
	url("../../resources/fonts/weblysleekuisb.woff") format("woff"),
	url("../../resources/fonts/weblysleekuisb.ttf") format("truetype"),
	url("../../resources/fonts/weblysleekuisb.svg#WeblySleekUISemibold") format("svg");
}
/*
@font-face
{
	font-family:"Jenna Sue";
	src:url("../../resources/fonts/JennaSue.eot?") format("eot"),
	url("../../resources/fonts/JennaSue.woff") format("woff"),
	url("../../resources/fonts/JennaSue.ttf") format("truetype"),
	url("../../resources/fonts/JennaSue.svg#JennaSue") format("svg");
}
*/
/*------------------------------------
	Layout
------------------------------------*/
*
{
	margin:0;
	padding:0;
	font-family:"WeblySleek UI Light", Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.2em;
	border:0 none;
	color:#333333;
}
body
{
	/*background:#FFF url(../../images/design-assets/body-bg.png) center top no-repeat;*/
	padding-top:8.5em;
}
body.no-padding-top
{
	padding-top:0;
}
/*------------------------------------
	Columns and general assets
------------------------------------*/
.column-1200
{
	width:1200px;
	margin:0 auto;
}
.column-900, .column-800, .column-600, .column-400, .column-300
{
	float:left;
	display:inline;
}
.column-900{width:900px;}
.column-800{width:800px;}
.column-600{width:600px;}
.column-400{width:400px;}
.column-300{width:300px;}

.clear
{
	clear:both;
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
}
.left{float:left; display:inline}
.right{float:right; display:inline}

.spacer{display:block; height:0.8em}
.spacer-2x{display:block; height:1.6em}
.spacer-3x{display:block; height:2.4em}

.padding{padding:0.8em}
.padding-offset{padding-left:0.8em; padding-right:0.8em}
.padding-offset-half{padding-left:0.4em; padding-right:0.4em}
.padding-top-bottom{padding-top:0.8em; padding-bottom:0.8em}
.padding-top{padding-top:0.8em}
.padding-right{padding-right:0.8em}
.padding-bottom{padding-bottom:0.8em}
.padding-left{padding-left:0.8em}
.padding-top-0{padding-top:0}
.padding-right-0{padding-right:0}
.padding-bottom-0{padding-bottom:0}
.padding-left-0{padding-left:0}

.inline{display:inline}
.block{display:block}
.inline-block{display:inline-block}

.img-full-width
{
	width:100%;
	height:auto;
}

/*h1, h2, h3, h4, h5, h6, */ul, ol, dl, p, table
{
	margin-bottom:0.8em;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}

/* General Assets*/
.tiny{font-size:0.6em}
.small{font-size:0.8em}
.medium{font-size:1.5em}
.large{font-size:2em}
.extra-large{font-size:3em}

/*
.jenna-sue-large{font-size:6em; line-height:1em; margin-bottom:0 !important}
.jenna-sue{font-family:"Jenna Sue", Tahoma, Arial, Helvetica, sans-serif;}
*/

.normal, .light{font-family:"WeblySleek UI Light", Tahoma, Arial, Helvetica, sans-serif;}
.semilight{font-family:"WeblySleek UI Semilight", Tahoma, Arial, Helvetica, sans-serif;}
.bold{font-family:"WeblySleek UI Semibold", Tahoma, Arial, Helvetica, sans-serif;}
.center{text-align:center}
.text-right{text-align:right}
.capitalize{text-transform:uppercase}
.linethrough, .strikethrough{text-decoration:line-through}

.white{color:#FFF}
.red{color:#ED3237}
.light-gray{color:#E2E2E2}
.deep-gray{color:#767A7D}
.yellow{color:#FFCC29}
.green{color:#00A900}

.white-bg{background:#FFF}
.red-bg{background:#ED3237}
.deep-gray-bg{background:#767A7D}
.light-gray-bg{background:#E2E2E2}
.yellow-bg{background:#FFCC29}
.green-bg{background:#00A900}

.white-border{border:1px solid #FFF}
.red-border{border:1px solid #ED3237}
.deep-gray-border{border:1px solid #767A7D}
.light-gray-border{border:1px solid #E2E2E2}
.yellow-border{border:1px solid #FFCC29}
.green-border{border:1px solid #00A900}

.border-top-only
{
	border-bottom:0 !important;
	border-left:0 !important;
	border-right:0 !important;
}

.link{text-decoration:none}
.link:hover, .link:active{text-decoration:underline}

/*------------------------------------
	Header and Nav
------------------------------------*/
#header
{
	width:100%;
	position:fixed;
	z-index:999;
	top:0;
	height:3em;
	background:#ED3237;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 8px -8px black;	
}
#subheader
{
	width:100%;
	position:absolute;
	z-index:998;
	top:3em;
	height:5.5em;
	background:#E2E2E2;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 8px -8px black;	
}
#header span
{
	color:#FFFFFF;
}
#logo
{
	padding-top:0.8em;
	padding-left:0;
}
#cz-small
{
	position:absolute;
	margin-top:-48px;
}
#phone
{
	float:right;
	display:none;
	margin-top:1em;
	margin-left:0.8em;
	height:3em;
	width:3em;
}
#phone a
{
	display:inline-block;
	height:3em;
	width:3em;
	background:url(../../images/design-assets/phone.png) center center no-repeat;
}

/* header nav */
#header-nav
{
	float:right;
	list-style:none;
	height:3em;
}
#header-nav li
{
	float:left;
	display:inline;
}
#header-nav li a
{
	display:block;
	width:3em;
	height:3em;
}

#header-nav li#user a
{
	background:url(../../images/design-assets/user-icon.png) center center no-repeat;
}
#header-nav li#userActive a
{
	background:url(../../images/design-assets/user-active-icon.png) center center no-repeat;
}
#header-nav li#cart a
{
	background:url(../../images/design-assets/cart-icon.png) center center no-repeat;
	text-align:center;
}
#header-nav li#cart a .cart-cnt
{
	display:inline-block;
	line-height:3em;
	font-size:0.7em;
}


/* nav */
#nav-wrapper
{
	display:inline;
}
#nav
{
	float:right;
	/*
	position:absolute;
	z-index:99;
	*/
}
#nav li, #nav li ul li
{
	list-style:none;
}
#nav li
{
	float:left;
}
#nav li a, #nav li ul li a
{
	display:inline-block;
	/*site specific styles*/
	padding:1.2em 1em;
	line-height:3.1em;
	background:#E2E2E2;
	text-decoration:none;
	/*color:#FFF212;*/
	color:#333333;
}
#nav li a
{
}
#nav li a:hover, #nav li a:active
{
	background:#FFCC29 !important;
	color:#333333;
}
#nav li ul
{
	/*site specific styles*/
	min-width:10em;
	border-bottom:1px solid #878787;
	position:absolute;
	z-index:999;
	background:#ED3237;
	display:none;
}
#nav li ul li
{
	float:none;
}
#nav li ul li a
{
	display:block;
	/*site specific styles*/
	line-height:1em;
	border:0 none;
	border:1px solid #878787;
	border-bottom:0 none;
}
#nav-handle
{
	display:none;
}

/*------------------------------------
	Banner
------------------------------------*/
.banner
{
	width:100%;
	position:relative;
	-ms-background-size:auto 100%;
	-o-background-size:auto 100%;
	-moz-background-size:auto 100%;
	-webkit-background-size:auto 100%;
	background-size:auto 100%;
	background-position:100px 0;
	background-repeat:no-repeat;
	background:#E2E2E2;
}
.banner-caption
{
	width:100%;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
  	text-align:center;
}
.banner-caption h5, .banner-caption p, .banner-caption a
{
    text-shadow:0px 0px 15px #444;
}
.banner-caption h5
{
	font-size:2.4em;
}
.banner-caption p, .banner-caption a
{
	font-family:"WeblySleek UI Semilight", Tahoma, Arial, Helvetica, sans-serif;
}
/*
.preloader
{
	display:none;
	position:absolute;
	background:url(/images/design-assets/preloader.gif) center center no-repeat;
}
*/
#content
{
	/*background-color:rgba(255, 255, 255, 0.3);*/
	-webkit-box-shadow: 0 16px 12px -12px #888;
	-moz-box-shadow: 0 16px 12px -12px #888;
	box-shadow: 0 16px 12px -12px #888;	
	min-height:480px;
}


.boxed-link-white,
.boxed-link-deep-gray
{
	display:inline-block;
	padding:0.8em 2.8em 0.8em 0.8em;
	border:1px solid;
	text-decoration:none;
}
.boxed-link-deep-gray
{
	background:url(../../images/design-assets/arrow-deep-gray.png) right center no-repeat;
}
.boxed-link-white
{
	background:url(../../images/design-assets/arrow-white.png) right center no-repeat;
	border-color:#FFF;
	color:#FFF;
}

#footer
{
	background:#E2E2E2;
	border-top:4px solid #ED3237;
}
#footer-right
{
	text-align:right;
}
.footer-social
{
	display:inline-block;
	padding:0 0.2em;
	text-decoration:none;
}

#footer-nav
{
	list-style:none;
	text-align:center;
}
#footer-nav li
{
	width:80%;
	margin-left:10%;
	border-bottom:1px solid #F0F0F0;
}

#footer-nav li a
{
	display:block;
	text-decoration:none;
	padding:0.4em 0.8em;
	border-bottom:1px solid #C9CACB;
}

{
	list-style:none;
}
.checkmark-ul
{
}
.checkmark-ul li
{
	list-style:none;
	padding-left:24px;
	background:url(/images/design-assets/checkmark.gif) left 4px no-repeat;
	line-height:18px;
	color:#383838;
	margin-bottom:8px;
}

/*------------------------------------
	Product
------------------------------------*/

.product img
{
	width:100%;
	height:auto;
}

/*------------------------------------
	Forms
------------------------------------*/
form
{
	/*text-align:center;*/
}
input, textarea
{
	display:block;
	height:2.5em;
	line-height:2.5em;
	width:60%;
	margin:0.8em 0 0.2em 0;
	padding:0 5%;
	/*text-align:center;*/
}
input[type=text], input[type=email], input[type=password], input[type=tel], input[type=date], textarea
{
	border:1px solid #D3D3D3;
}
input[type=submit]
{
	width:70%;
	cursor:pointer;
}
input[type=checkbox], input[type=radio]
{
	display:inline-block;
	width:auto;
	vertical-align:middle;
	margin-top:0.1em;
	height:1.5em;
}
label
{
	display:inline-block;
	line-height:1em;
	margin-left:0.4em;
}
textarea
{
	height:4.8em;
	line-height:1.2em;
}
select
{
	max-width:100%;
	padding:0.6em 0.2em;
	border:1px solid #D3D3D3;
}
select option
{
	padding:0.8em 0.4em;
}
input[type=text].small
{
	padding-left:0.8em;
	padding-right:0.8em;
	width:2em;
}
input[type=submit].small
{
	padding-left:0.8em;
	padding-right:0.8em;
	width:auto;
}

.small-input
{
	width:2em;
	text-align:center;
}
.btn-auto-width, .auto-width
{
	width:auto !important;
}
.btn-green
{
	background:#00A900;
}
.btn-green:hover
{
	background:#007C00;
}

/*
input.text-box-err, textarea-err
{
	border:1px solid #FF0000;
}
*/
.captchaUserInput
{
	display:inline-block !important;
	width:2em !important;
	padding:0 0.8em;
	margin-top:0;
}
#captcha-img
{
	display:inline-block;
	height:2em;
	width:auto;
	margin:0.2em 0 0 0;
	vertical-align:top;
	/*border:1px solid #FFF;*/
}
.err
{
	font-size:0.75em;
	display:inline-block;
	width:100%;
	margin-top:0;
	margin-bottom:1em;
	color:#DC241F;
}


/*------------------------------------
	Misc
------------------------------------*/
.center-div
{
	float:none !important;
	display:block !important;
	margin:0 auto !important;
}
.center-div *
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#contact-map
{
	width:100%;
	height:400px;
}

/*------------------------------------
	Cart Table
------------------------------------*/
#cart-table, .general-responsive-table
{
	border-collapse:collapse;
	width:100%;
}
#cart-table tr, .general-responsive-table tr
{
	border-top:1px solid #BDBEC0;
	border-bottom:1px solid #BDBEC0;
}
#cart-table td, .general-responsive-table td
{
	padding:0.4em 0.8em;
	border-left:1px solid #EFEFEF;
	border-right:1px solid #EFEFEF;
}
#cart-table td img.product-thumb, .general-responsive-table td img.product-thumb
{
	width:10em;
	height:auto;
}

/*------------------------------------
	Notifications
------------------------------------*/
.notify-warning, .notify-success, .notify-cancel
{
	display:inline-block;
	background-position:6px center;
	background-repeat:no-repeat;
	padding:0.8em 1em 0.8em  3em;
	background-color:#FFFAC2;
	border:1px solid #D8D8D8;
	background-position:0.8em 0.6em ;
} 
.notify-warning
{
	background-image:url(../../images/design-assets/warning-icon.png);
} 
.notify-success
{
	background-image:url(../../images/design-assets/success-icon.png);
} 
.notify-cancel
{
	background-image:url(../../images/design-assets/cancel-icon.png);
} 

/*------------------------------------
	Media Queries
------------------------------------*/
@media screen and (max-width: 1200px)
{
.column-1200
{
	width:96%;
	margin:0 auto;
}
.column-900, .column-800, .column-600, .column-400, .column-300
{
	float:left;
	display:inline;
}
.column-900{width:75%;}
.column-800{width:66%;}
.column-600{width:50%;}
.column-400{width:33%;}
.column-300{width:25%;}

}
@media screen and (max-width: 1024px)
{
/* nav */
#nav-wrapper
{
	/*
	position:absolute;
	top:3em;
	right:0;
	z-index:999999;
	*/
}
#nav
{
	border:1px solid #B2B3B5;
	border-bottom:0 none;
	position:absolute;
	margin-top:5.5em;
	right:0;
	z-index:999999;
}
#nav li
{
	float:none;
}
#nav li ul
{
	position:relative;
	margin-bottom:0;
	/*site specific styles*/
	border:0 none;
}
#nav li a, #nav li ul li a
{
	display:block;
	padding:0 2em;
	/*site specific styles*/
	line-height:3em;
	border:0 none;
	border-bottom:1px solid #B2B3B5;
}
#nav li ul li a
{
	background:#E2E2E2;
}

#nav li ul li a:before
{
	padding-right:1em;
	content:"\2013";
}
.dropdown-title
{
	background:#C9CACB !important;
}
#nav-handle
{
	display:block;
	position:relative;
	float:right;
	margin-top:1.3em;
	height:3em;
	width:3em;
	cursor:pointer;
	background:url(../../images/design-assets/nav-handle.png) center center no-repeat;
}

}
@media screen and (max-width: 800px)
{
/* columns */
.column-1200
{
	width:96%;
	margin:0 auto;
}
.column-900, .column-800, .column-600, .column-400, .column-300
{
	float:none;
	width:100%;
}

#footer-right
{
	text-align:left;
}

/*------------------------------------
	Product
------------------------------------*/

.product
{
	float:none;
	display:block;
	width:100%;
}

/*------------------------------------
	Cart Table
------------------------------------*/
#cart-table tr td:first-child, .general-responsive-table tr td:first-child
{
	padding-top:1em;
}
#cart-table tr td:last-child, .general-responsive-table tr td:last-child
{
	padding-bottom:1em;
}

#cart-table td, .general-responsive-table td
{
	display:block;
	padding:0.4em 0.8em;
	border-left:0;
	border-right:0;
}
#cart-table td img.product-thumb, .general-responsive-table td img.product-thumb
{
	width:40%;
	height:auto;
}

}

@media screen and (max-width: 480px)
{
.tiny{font-size:0.6em}
.small{font-size:0.8em}
.medium{font-size:1.2em}
.large{font-size:1.4em}
.extra-large{font-size:1.8em}

.banner-caption h5
{
	font-size:1.8em;
}

/*.jenna-sue-large{font-size:4em; line-height:1em;}*/

#logo
{
	height:2.8em;
	width:auto;
	padding-top:1.1em;
	padding-left:0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=submit],
textarea
{
	width:90%;
	padding:0 4%;
}
/*
input[type=text],
input[type=email],
input[type=tel],
input[type=password]
{
	height:1em;
	line-height:1em;
}
*/
input[type=submit]
{
	width:98%;
	line-height:1em !important;
}

/*------------------------------------
	Product
------------------------------------*/

#cart-table td img.product-thumb
{
	width:80%;
	height:auto;
}


}

@media screen and (max-width: 320px)
{
}

