@charset "utf-8";

/*
Title: Westpix - homepage.css
*/

/* Table of Contents
==================================================
	Header
	Search
	Content
	Featured Products
	Featured Categories
*/

/* Header
================================================================= */
/*#header {
	position: fixed;
	top: 0px;
	margin: 0 auto;
	width: 100%;
	height: 60px;
	background: none;
	border-bottom: none;
	z-index: 99;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#header.active { background: rgba(0,0,0,.2);}*/

#header {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	top: 0;
	height: 60px;
	background: rgba(0,0,0,.2);
	border-bottom: none;
	z-index: 99;
}
#logo a {
	background-image: url(../images/westpix-logo-sprite.png);
	background-position: top;
}

/* Hide search in header on home page */
#qsearchContainer {
	display: none;
}
#nav a {
	color: #fff;
}
.items {
    color: #fff;
}

#headerSideMenuWelcome a, a:visited {
	color: #333;
	text-decoration: none;
}

/* Search
================================================================= */
/*.searchContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}*/
.searchContainer {
	position: absolute;
	top: 50%;
    left: 50%;
    margin: -140px 0 0 -250px;
	width: auto;
}

.searchContainer .grid {
	margin: 16% auto; /* 14% */
	padding: 0;
	max-width: 500px;
	*zoom: 1;
}
.searchContainer h1 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.95em;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 1.125em;
	text-shadow: 1px 1px #000;
}
#searchBox {
	position: relative;
	margin: 0 auto;
	width: auto;
	text-align: center;
	z-index: 3;
}
#searchBox .searchBox {
    display: block;
    position: absolute;
    margin: 0 auto;
    padding: 0;
    width: auto;
    text-align: center;
	/*background: url(../images/trans-grey-tile.png) repeat-x bottom left;*/
    /*z-index: 3;*/
}
#searchBoxBtn a {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: url(../images/searchBoxBtn_off.png) no-repeat center center;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
/*#searchBoxBtn a:hover {
	background: #908f8f url(../images/searchBoxBtn_on.png) no-repeat center center;
}*/
#searchUsage {
	position: absolute;
	top: 60px;
	left: 0;
	padding: 02.752293577982%;
	width: 100%;
/*	
	background: rgba(70,68,68,.6);
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-outline-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
*/
	}
#searchUsage ul {
	float: left;
	list-style: none;
	display: inline;
	color: #fff;
}
#searchUsage li {
	float: left;
	padding-right: 10px;
}
#searchUsage li input, #searchUsage li label {
	vertical-align: auto;
	font-size: .9em;
}
#advSrch a {
	position: absolute;
	right: 02.752293577982%;
	padding: 2px 0;
	color: #fff;
	text-decoration: none;
	text-align: right;
}
#advSrch a:hover {
	text-decoration: underline;
}

.mobile-search input[type="text"],
.searchBox input[type="text"] {
	margin: 0 auto;
	background: rgba(255,255,255,1)!important;
	background: #fff;
    border: none;
    font: 400 1.75em 'Open Sans', Arial, Helvetica, sans-serif;
    color: #bfbdbd;
    width: 100%;
    height: 60px;
    padding: 12px 04.107142857143%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.mobile-search input[type="text"] {
    background-color: #444;
}
/*#searchOptions {
	position: absolute;
	margin: 0 auto;
	padding: 75px 0 20px 0;
	width: 59.574468085106%;
	font-size: 95%;
	text-align: center;
	background: rgba(255, 255, 255, .95)!important;
	background: #fff;
	border: 1px solid #ABABAB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 1;
	-webkit-box-shadow: 0 0 8px #ABABAB;
	-moz-box-shadow:    0 0 8px #ABABAB;
	box-shadow:         0 0 8px #ABABAB;
}
#searchOptions .row {
    display: block;
    margin: 0;
    padding: 5px 20px;
    text-align: right;
}
#searchOptions label {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    color: #666;
}
#searchOptions select {
	background: #F7F7F7;
    border: 1px solid #ABABAB;
    width: 52.321428571429%;
    height: 34px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border-radius: 2px;
}
#closeBtn {
    position: absolute;
    bottom: 6px;
    right: 6px;
}
#closeBtn a {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background-image: url(../images/btn_close.png);
	background-position: top;
}
#closeBtn a:hover {
	background-position: bottom;
}*/

/* Promos
===================================================================== */
#promos {
    display: block;
    color: #fff;
    padding: 24px 10px 22px 10px;
    text-align: center;
    width: auto;
    background: #333;
}
#promos h2 { font-size: 1.5em; font-weight: 600; line-height: normal; text-align: center; color: #fff; }
#promos h2 a { color: #f90; text-decoration: none; transition: all 0.2s ease-in-out; }
#promos h2 a:hover { color: #fff; }

/* Content
================================================================= */
#content {
	position: relative;
}
#content h1, h6 {
	margin-top: 1em;
	font-family: 'Open Sans', sans-serif;
	font-size: 2.5em;
	font-weight: 600;
	text-align: center;
}
#content p {
	padding-right: 3em;
	padding-left: 3em;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
}

/* Featured Products
================================================================= */
.fp-box {
	float: left;
	position: relative;
	width: 25%;
}
.fp-box h3 {
	margin: 0 3px;
	padding: 12px 4px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	text-align: center;
	background: #eeeded;
	cursor: pointer;
}
.fp-box h3:hover {
	opacity: 0.5;
}
.fp-boxInner {
	margin: 0 3px;
	/* padding: 3px 0; */
}
.fp-boxInner img {
	display: block;
	width: 100%;
}
.fp-boxInner img:hover {
	opacity: 0.5;
}
/* Featured Categories
================================================================= */
#featuredCategories {
    display: inline-block;
	margin-top: 40px;
    width: 100%;
}
.box {
	float: left;
	position: relative;
	width: 25%;
	padding-bottom: 25%;
}
.boxInner {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	overflow: hidden;
}
.boxInner img {
	width: 100%;
}
.boxInner img:hover {
	opacity: 0.5;
}
.boxInner .titleBox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	/*margin-top: -120px;*/
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	padding: 8% 5px;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor: pointer;
}
body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
	margin-top: 0;
}

@media only screen and (max-width : 480px) {
	#promos {
		padding: 22px 10px 20px 10px;
	}
	#content h1 {
		margin-top: .5em;
		font-size: 1.75em;
	}
	#content p {
		padding-right: .5em;
		padding-left: .5em;
		font-size: .9em;
	}

	/* Smartphone view: 1 tile */
	#featuredProducts .container,
	#featuredCategories .container {
		padding: 0;
	}
	#featuredProducts h2,
	#featuredCategories h2 {
		padding-left: 20px;
	}
	.fp-box {
		width: 100%;
	}
	.box {
		width: 100%;
		padding-bottom: 100%;
	}
	#content h1 { display: none; }
	
	#WelcomeParagraph {
		display: none;
	}
}

@media only screen and (max-width : 760px) and (min-width : 481px) {
	/* Small desktop / ipad view: 3 tiles */
	.fp-box {
		width: 50%;
	}
	.box {
		width: 50%;
		padding-bottom: 50%;
	}
}

@media only screen and (max-width : 1290px) and (min-width : 761px) {
	/* Medium desktop: 5 tiles */
	.fp-box {
		width: 25%;
	}
	.box {
		width: 25%;
		padding-bottom: 25%;
	}
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {
}

@media only screen and (min-width: 220px) and (max-width: 959px) {
	#header {
		position: fixed;
		background: rgba(255,255,255,1);
	}
	#logo a {
		position: relative;
		float: left;
		display: block;
		margin: 11px 20px;
		width: 142px;
		height: 38px;
		overflow: hidden;
		background-image: url(../images/westpix-logo-sprite.png);
		background-position: bottom;
	}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	#wrapper {
		width: 100%;
	}
	/*#header {
		position: fixed;
		background: rgba(255,255,255,.9);
	}
	#logo a {
		position: relative;
		float: left;
		display: block;
		margin: 11px 20px;
		width: 142px;
		height: 38px;
		overflow: hidden;
		background-image: url(../images/westpix-logo-sprite.png);
		background-position: bottom;
	}*/
	#searchBox {
		margin: 0 auto;
		width: 85%;
		text-align: center;
		z-index: 3;
	}
	#searchBox .searchBox {
		display: block;
		position: absolute;
		margin: 0 auto;
		padding: 10px 0;
		width: 85%;
		text-align: center;
		z-index: 3;
	}
	#searchBoxBtn a {
		position: absolute;
		top: 11px;
		right: 30px;
	}
	#searchBoxBtn a:hover {
		background: url(../images/searchBoxBtn_off.png) no-repeat center center;
	}
	#search input[type="text"] {
		background: url(../images/search-white.png) no-repeat 98% 50% #fff;
		border: 1px solid #ababab;
		font: 700 1em 'Raleway', Arial, Helvetica, sans-serif;
		color: #777;
		width: 89.285714285714%; 
    	height: 50px;
    	padding: 0 04.107142857143%;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
	}
	#searchOptions {
		position: absolute;
		margin: 0px auto;
		padding: 75px 3px 20px 3px;
		width: 88%;
		font-size: 95%;
		text-align: center;
		background: rgba(255, 255, 255, 1);
		border: 1px solid #ABABAB;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		z-index: 1;
	}
	#searchOptions .row {
		display: block;
		margin: 0;
		padding: 5px 10px;
		text-align: left;
	}
	#searchOptions label {
		display: block;
		padding-bottom: 5px;
		font-family: 'Raleway', Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		font-weight: 700;
		color: #666;
	}
	#searchOptions select {
		background: #F7F7F7 url(../images/select-arrow.png) no-repeat right;
		border: 1px solid #ABABAB;
		width: 100%;
		height: 34px;
		padding: 5px;
		font-size: 15px;
		line-height: 1;
		border-radius: 2px;
		-webkit-appearance: none;
	}
	.mobile-search input[type="text"],
	.searchBox input[type="text"] {
		font: 400 1.375em 'Open Sans', Arial, Helvetica, sans-serif;
		height: 45px;
	}
	#promos {
		display: block;
		color: #fff;
		margin-bottom: 2.5em;
		padding: 8px 10px 4px 10px;
		text-align: center;
		width: auto;
		background: #333;
	}
	.categories-list {
		float: none;
		display: block;
		margin: 0 auto;
		width: 90%;
		line-height: normal;
		text-transform: uppercase;
		columns: 2;
		-webkit-columns: 2; /* Safari and Chrome */
		-moz-columns: 2; /* Firefox */
		-webkit-column-gap: 5; /* Chrome, Safari, Opera */
		-moz-column-gap: 5; /* Firefox */
		column-gap: 5;
	}
	.categories-list a {
		display: block;
		margin: 0 0 10px 0;
		padding: 8px 0;
		width: 100%;
		color: #666;
		font-size: .75em;
		text-decoration: none;
		text-align: center;
		border: 1px solid #ccc;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
}

#HomePageP7RegisterSignIn {display: none}

@media only screen and (max-width: 767px) {
	#HomePageP7RegisterSignIn {display: block}
}

@media only screen and (max-width: 600px) {
	#wrapper {
		width: 100%;
	}
}
@media only screen and (min-width: 480px) and (max-width: 599px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.categories-list {
		float: none;
		display: block;
		margin: 0 auto;
		width: 90%;
		line-height: normal;
		text-transform: uppercase;
		columns: 1;
		-webkit-columns: 1; /* Safari and Chrome */
		-moz-columns: 1; /* Firefox */
		-webkit-column-gap: 0; /* Chrome, Safari, Opera */
		-moz-column-gap: 0; /* Firefox */
		column-gap: 0;
	}
	.categories-list a {
		display: block;
		margin: 0 0 10px 0;
		padding: 8px 0;
		width: 100%;
		color: #666;
		font-size: .75em;
		text-decoration: none;
		text-align: center;
		border: 1px solid #ccc;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
}
