/*-----------------------------------------------------------------------------------

	1.	Layout Structure
	2.	Navigation & Menus
			- Header Menu
			- Main Menu
			- Accordion Mobile Menu & Sidebar Menu
			- Members Menu
			- Social Menu 
			- Payment Methods
	3.	Header Search
	4.	Page Title / Breadcrumbs
	5.	Sidebar
	6.	Slideshow
	7.	eCommerce
			- Featured
			- Main Shop
			- Catalogues
			- List View
			- Large View
			- Poplets
			- Related Products
			- Shopping Cart
				- Summary
				- Full
	8.	Order History
	9.	Twitter Widget
	10.	Events
	11.	Testimonials
	12.	Our Team
	13.	Blog
	14.	FAQ Module
	15.	Footer
	#Media Queries

-----------------------------------------------------------------------------------*/

@import url("core.css");
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);

/*-----------------------------------------------------------------------------------*/
/*	1.	Layout Structure
/*-----------------------------------------------------------------------------------*/
header {
	width: 100%;
	margin: 0 auto;
	background: url("../images/header-bg.png") top center repeat-x;
	border-bottom: 5px solid #fff;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.15);
			box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
#welcome-0 {
	margin-right: 5px;
}
#header-right {
	text-align: right;
	position: relative;
}
#page-container {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 40px;
}
#company-logo {
	padding-top: 5px;
}
.content {
	padding: 19px;
	margin-bottom: 30px;
	position: relative;
	background: #fff;
	color: #555555;
	border-top: 3px solid #005FA6;
	-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.1);
			box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.content h4 {
	text-transform: capitalize;
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 10px;
}
.body .content, #sidebar .content {
	margin-bottom: 10px;
}
#sidebar .content {
	margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------------*/
/*	2.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/
/* //// Header Menu //// ------------------*/
#header-menu {
	float: right;
}
#welcome-1, .user-0, .nouser-1 {
	display: none;
}


#menu {
	font-size: 14px;
	font-weight: bold;
}
#menu > div {
    display: block;
}
#menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#menu ul a {
    border: 0 none;
    display: block;
    font-weight: normal;
    position: relative;
}
#menu ul li {
    float: left;
    position: relative;
    z-index: 40;
	margin-left: 0;
	list-style: none;
}
#menu ul li:hover {
    visibility: inherit;
}
#menu ul ul {
    position: absolute;
    top: -9999em;
    width: 130px;
}
#menu ul ul li {
    width: 100%;
}
#menu ul li:last-child .sep, #menu ul li.last .sep, #menu ul ul .sep {
    display: none;
}
#menu ul li:hover ul, #menu ul li.sfHover ul {
    left: 0;
    top: 30px;
    z-index: 99;
}
#menu ul li:hover li ul, #menu ul li.sfHover li ul, #menu ul li li:hover li ul, #menu ul li li.sfHover li ul, #menu ul li li li:hover li ul, #menu ul li li li.sfHover li ul {
    top: -9999em;
}
#menu ul li li:hover ul, #menu ul li li.sfHover ul, #menu ul li li li:hover ul, #menu ul li li li.sfHover ul, #menu ul li li li li:hover ul, #menu ul li li li li.sfHover ul {
    left: 180px;
    top: -1px;
}
#menu ul a {
	color: #005FA6;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 10px 15px;
}
#menu ul a:hover, #menu ul li.sfHover a, #menu ul li.current-cat a, #menu ul li.current a, #menu ul li.current a, #menu ul li.current ul li.current a {
    color: #7f7f7f;
    text-decoration: none;
}
#menu ul ul {
	background: #202222;
    padding: 0 15px 7px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
#menu ul ul li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #454646;
    float: none;
    line-height: 25px;
}
#menu ul ul li:last-child {
    border: 0 none;
}
#menu ul ul li a {
    height: 35px;
    line-height: 35px;
    padding: 0;
	text-align: left;
}
#menu ul li.sfHover ul a, #menu ul li.current ul a {
    color: #fff;
    font-size: 12px;
}
#menu ul li.sfHover ul a:hover, #menu ul li.current ul a:hover {
    color: #005FA6;
}
#menu ul ul {
    padding-top: 5px;
}

/* //// Main Menu //// ------------------*/
#main-menu { 
	width: 960px;
	margin: 10px auto 0;
	height: 55px;
	position: relative;
	top: 3px;
	background: #005FA6; /* Main BG Colour */
	border-bottom: 3px solid #FE0000;
}
/*    font-size was 12  ------*/
#primary-nav {
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	z-index: 999;
}
#primary-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 35px;
}
#primary-nav ul a {
	display: block;
	position: relative;
}
#primary-nav ul li {
	float: left;
	position: relative;
	margin-left: 0;
	list-style: none;
}
#primary-nav ul li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#primary-nav ul ul {
	position: absolute;
	top: -9999em;
	width: 160px;
}
#primary-nav ul ul li {
	width: 100%;
}
/*  Make sub menus appear */
#primary-nav ul li:hover ul, #primary-nav ul li.sfHover ul {
	left: 0px;
	top: 55px;
	z-index: 99;
}
/* Hide all subs subs (4 levels deep) */
#primary-nav ul li:hover li ul, #primary-nav ul li.sfHover li ul, #primary-nav ul li li:hover li ul, #primary-nav ul li li.sfHover li ul, #primary-nav ul li li li:hover li ul, #primary-nav ul li li li.sfHover li ul {
	top: -9999em;
}
/* Displays all subs subs (4 levels deep) */
#primary-nav ul li li:hover ul, #primary-nav ul li li.sfHover ul, #primary-nav ul li li li:hover ul, #primary-nav ul li li li.sfHover ul, #primary-nav ul li li li li:hover ul, #primary-nav ul li li li li.sfHover ul {
	left: 160px; /* match .nav ul width */
	top: 0px;
}
/* top level skin */
#primary-nav ul a {
	padding: 20px 15px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.3px;
	line-height: normal;
}
#primary-nav ul li:hover {
	background: #005FA6;
}
#primary-nav ul li:hover a, #primary-nav ul li.current a {
	color: #eaeaea;
}
#primary-nav ul li.current a {
	background: #FE0000;
}
#primary-nav ul li.current ul li.current a, #primary-nav ul li.current ul li.current ul li.current a {
	background: #FE0000;
}
#primary-nav ul li.current ul li a, #primary-nav ul li.current ul li.current ul li a {
	background: none;
}
/* 2nd level skin */
#primary-nav ul ul {
	padding: 0;
	margin: 0;
	font-weight: normal;
	background: #005FA6; /* Dropdown BG Colour */
	-webkit-border-radius: 0 0 3px 3px;
	   -moz-border-radius: 0 0 3px 3px;
	        border-radius: 0 0 3px 3px;
 	-webkit-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.1); 
}
#primary-nav ul ul li {
	letter-spacing: 0.5px;
	float: none;
	background: none;
}
#primary-nav ul ul li:first-child {
	border-top: none;
	-webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1); 
	   -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1); 
		    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1); 
}
#primary-nav ul ul li:last-child {
	border-bottom: none;
}
#primary-nav ul ul li a {
	color: #2e6889;
	text-transform: none;
	font-size: 11px;
	font-weight: 500;
	padding: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	border-top: 1px solid rgba(255, 255, 255, .1);
}
#primary-nav ul ul li:first-child a {
	border-top: none;
}
#primary-nav ul ul li:last-child a {
	border-bottom: none;
}
#primary-nav ul ul li a:hover, #primary-nav ul ul li:hover {
	background: url("../images/menu-hover.png") repeat-x 0 -1px;
}
#primary-nav ul li.sfHover ul a, #primary-nav ul li.sfHover ul li.sfHover ul li a,
#primary-nav ul li.current ul li.sfHover ul li a {
	background: none;
}
#primary-nav ul li.sfHover ul a:hover, #primary-nav ul li.sfHover ul li.sfHover ul li a:hover, 
#primary-nav ul li.sfHover ul li.sfHover a, #primary-nav ul li.current ul li a:hover,
#primary-nav ul li.current ul li.sfHover a, #primary-nav ul li.current ul li.sfHover ul li a:hover,
#primary-nav ul li.current ul li.current ul li a:hover {
	background: url("../images/menu-hover.png") repeat-x 0 -1px;
}
#primary-nav ul li ul li:last-child:hover, #primary-nav ul li ul li:last-child a:hover {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	   -moz-border-radius-bottomright: 3px;
	   -moz-border-radius-bottomleft: 3px;
			border-bottom-right-radius: 3px;
			border-bottom-left-radius: 3px;
}
/* //// Accordion Mobile Menu & Sidebar Menu //// ------------------*/
.accordion {
	padding:0;
	margin:0;
	list-style-type:none;
}
.accordion ul {
	float:left;
	display:block;
	width:100%;
	padding:0;
	margin:0;
}
.accordion li {
	float:left;
	display:block;
	width:100% !important;
	padding:0 !important;
	margin:0;
	list-style-type:none;
	cursor:pointer;
	position:relative;
}
.accordion li.active {
}
.accordion li.current {
	font-weight: bold;
}
.accordion li.current ul li {
	font-weight: normal;
}
.accordion li a {
	padding: 5px 10px;
	display: block;
	cursor: pointer;
	color: #888888;
}
.accordion li a:hover {
	color: #005FA6;
}
.accordion li li a {
	padding-left:20px;
}
.accordion li li li a {
	padding-left:35px;
}
.accordion li li li li a {
	padding-left:50px;
}
/* Child Toggle
-------------------------------------------------------------- */
/* Space for toggle if item has children.
   Space has to be a few pixels wider than toggle */
.accordion .parent {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: url("../images/toggle-small.png") center center no-repeat;
}
.accordion .parent:hover {
	background-color: rgba(226,255,204, 0.15);
}
.accordion li:hover > .parent {
}
.accordion li.active > .parent {
	background: url("../images/toggle-small-active.png") center center no-repeat;
}
.accordion li.current > .parent {
	background: url("../images/toggle-small-current.png") center center no-repeat;
	font-weight: bold;
}
/* horizontal + mobile menu trigger */
#mobnav-trigger {
	font-size: 16px; /*1.3333em*/
	line-height: 49px; /*3.0625em*/
	text-transform: uppercase;
}
/* Mobile menu trigger.
-------------------------------------------------------------- */
#mobnav {
	display:none;
}
#mobnav-trigger {
	display:block;
	padding:0 15px;
	background: #005FA6;
	color: #fff;
}
/* Mobile menu icon */
#mobnav-trigger .icon {
	float:left;
	width:23px;
	padding-top:18px;
	margin:0 8px 0 0;
}
#mobnav-trigger .icon .line {
	background-color:#fff;
	height:3px;
	margin-bottom:2px;
}
/* Mobile menu elements
-------------------------------------------------------------- */
.nav-container .vertnav-top {
	display:none;
	margin-top:0;
}
.nav-container {
	border-bottom: 3px solid #FF0000;
	position: relative;
	bottom: -3px;
	display: none;
	margin-top: 10px;
}
.vertnav-top.mobile {
	display:block; /* Visible even if when collapsed (to show bottom border) */
	overflow:hidden;
	height:auto;
	max-height:0px;
	-moz-transition-property:max-height;
	-moz-transition-duration:500ms;
	-moz-transition-timing-function:ease-in-out;
}
.vertnav-top.mobile.show {
	background: #EAEAEA;
	max-height:1000px;
	-moz-transition-property:max-height;
	-moz-transition-duration:500ms;
	-moz-transition-timing-function:ease-in-out;
}
.vertnav-top li a {
	padding:15px 10px;
	font-size:14px; /*1.3333em*/
	line-height:19px;
	text-transform:uppercase;
	font-weight: bold;
}
.vertnav-top li li a {
	padding-left:20px;
}
.vertnav-top li li li a {
	padding-left:40px;
}
.vertnav-top li li li li a {
	padding-left:60px;
}
/* Opener
-------------------------------------------------------------- */
.vertnav-top li .parent {
	width:49px;
	height:49px;
	background: url("../images/toggle.png") center center no-repeat;
}
.vertnav-top li .parent:hover {
	background-color:rgba(0, 0, 0, 0.05);
}
/* Active */
.vertnav-top li.active > .parent {
	background-image: url("../images/toggle-active.png");
}

/* Sidebar styles */
.vertnav {
	float:left;
	width:100%;
}
.vertnav li a { border-bottom: 1px solid #e5e5e5; }

.vertnav li .parent,
.vertnav li.current .parent,
.vertnav li.active .parent { background-color: rgba(226,255,204, 0.15); }
.vertnav li .parent:hover { background-color:rgba(118,187,64, 0.10); }

/* //// Members Menu //// ------------------*/
#my-account ul {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 13px;
}
#my-account ul li {
	padding: 5px 0;
	border-bottom: 1px solid #eaeaea;
	margin-left: 0;
	list-style: none;
}
#my-account ul li:first-child {
	padding: 0 0 5px 0;
}

/* //// Social Menu //// ------------------*/
ul.social-menu {
	margin: 0 0 10px;
}
ul.social-menu li {
    float: left;
    height: 25px;
    overflow: hidden;
    width: 25px;
}
#footer ul.social-menu {
	position: absolute;
    top: -44px;
}
#footer ul.social-menu li {
	margin: 0;
}
ul.social-menu li a {
    background: url("../images/socialicons.png") repeat-y scroll 0 0 #005FA6;
    display: block;
    height: 25px;
    width: 25px;
	
	-webkit-transition: background 0.3s ease-in;
	   -moz-transition: background 0.3s ease-in;
	    -ms-transition: background 0.3s ease-in;
	     -o-transition: background 0.3s ease-in;
			transition: background 0.3s ease-in;
}
ul.social-menu li a:hover {
    border: medium none;
}
ul.social-menu li.twitter a {
    background-position: 0 0;
}
ul.social-menu li.twitter a:hover{ 
   background-color: #3DC7F4;
}
ul.social-menu li.facebook a {
    background-position: -26px 0;
}
ul.social-menu li.facebook a:hover {
    background-color: #3B5998;
}
ul.social-menu li.gplus a {
    background-position: -52px 0;
}
ul.social-menu li.gplus a:hover {
    background-color: #12AC34;
}
ul.social-menu li.pinterest a {
    background-position: -260px 0;
}
ul.social-menu li.pinterest a:hover {
    background-color: #DC3E47;
}
ul.social-menu li.vimeo a {
    background-position: -182px 0;
}
ul.social-menu li.vimeo a:hover {
    background-color: #0DAED7;
}
ul.social-menu li.youtube a {
    background-position: -156px 0;
}
ul.social-menu li.youtube a:hover {
    background-color: #E40202;
}
ul.social-menu li.deviantart a {
    background-position: -337px -1px;
}
ul.social-menu li.deviantart a:hover {
    background-color: #4D5F5A;
}
ul.social-menu li.linkedin a {
    background-position: -545px 0;
}
ul.social-menu li.linkedin a:hover {
    background-color: #50A1CB;
}

/* //// Payment Methods //// ------------------*/
ul.payment-methods {
	margin: 0;
}
ul.payment-methods li {
	float: left;
	margin-right: 5px;
	margin-left: 0;
	list-style: none;
}
ul.payment-methods li:last-child {
	margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Header Search
/*-----------------------------------------------------------------------------------*/
form#product-search {
    width: 200px;
	float: right;
	top: 14px;
	right: 14px;
	position: relative;
}
form#product-search input {
	border: 1px solid #FFFFFF;
    margin: 0;
    padding: 6px 30px 6px 6px;
    position: relative;
    z-index: 1;
}
form#product-search input.search_button {
	background: url("../images/search.png") no-repeat center 6px;
	height: 27px;
	width: 27px;
	border: medium none;
    cursor: pointer;
    display: block;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    z-index: 2;
}

/*-----------------------------------------------------------------------------------*/
/*	4.	Feature Banners (Front Page)
/*-----------------------------------------------------------------------------------*/
#feature-blocks {
	width: 960px; 
	margin: 20px auto 0;
}
#block-1, #block-2 {
	width:310px; 
	float: left; 
	margin: 0 10px 0 0; 
	position: relative; 
	line-height: 0;
}
#block-2 {
	margin: 0 0 0 10px; 
}
#block-3 {
	margin-bottom: 20px;
}
#block-3, #block-4 {
	width:300px; 
	float: left; 
	margin-left: 20px;
	position: relative; 
	line-height: 0;
}
#block-1 a, #block-2 a, #block-3 a, #block-4 a {
	color:#fff; 
	font-size: 12px; 
}
span.block-caption {
	display: block; 
	position: absolute; 
	bottom: 0; 
	right: 30px; 
	font-weight: bold;
	color: #fff; 
	text-align: right; 
	height: 30px; 
	padding: 0 10px; 
	line-height: 30px; 
}
.block-blank span.block-caption {
	background: none;
}
.block-peach span.block-caption {
	background: #F68160;
}
.block-aqua span.block-caption {
	background: #60C0BE;
}
.block-red span.block-caption {
	background: #DC1416;
}
.block-blue span.block-caption {
	background: #468FBA;
}
.block-green span.block-caption {
	background: #4EBA46;
}
.block-orange span.block-caption {
	background: #FF734C;
}
.block-grey span.block-caption {
	background: #333;
}
.block-black span.block-caption {
	background: #000;
}
.block-white span.block-caption {
	background: #fff;
	color: #000;
}
span.block-arrow {
	display: block; 
	position: absolute; 
	bottom: 0; 
	right: 0; 
	background: url("../images/arrow-right.png") no-repeat scroll center center #333; 
	width: 30px; 
	height: 30px;
}
/*-----------------------------------------------------------------------------------*/
/*	4.	Page Title / Breadcrumbs
/*-----------------------------------------------------------------------------------*/
#breadcrumbs {
	position: absolute;
	right: 10px;
	top: 0;
	text-align: right;
	font-size: 11px;
	line-height: 35px;
}
.shop-main #breadcrumbs {
    left: 0;
    line-height: normal;
    position: relative;
    text-align: left;
    top: -15px;
	margin-bottom: 5px;
}
.moreLinks {
	float: right;
	font-size: 11px;
	text-transform: uppercase;
}
/*-----------------------------------------------------------------------------------*/
/*	5.	Sidebar
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	6.	Slideshow
/*-----------------------------------------------------------------------------------*/
.slider {
	width: 100%;
	margin: 0 auto;
}
#slideshow {
	width: 960px;
	margin: 0 auto;
}
.flexslider .flex-control-nav {
    bottom: 10px;
	right: 20px;
    text-align: right;
}
.flexslider .flex-control-nav li a {
	text-indent: 9999px;
	overflow: hidden;
}
/* Control Nav ------------------------------*/
.flexslider ul.flex-direction-nav {
	position: relative;
	right: 0;
	bottom: 0;
}
.flexslider ul.flex-direction-nav li {
	list-style: none;
	margin-left: 0;
}
.flexslider .flex-prev, .flexslider .flex-next {
    -moz-transition: background 0.3s ease-in-out 0s;
    bottom: 0;
    display: block !important;
    height: 20px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 30px;
    z-index: 90;
}
.flexslider .flex-prev {
    background: url("../images/arrow-left.png") no-repeat scroll center center #005FA6;
    right: 30px;
}
.flexslider .flex-next {
    background: url("../images/arrow-right.png") no-repeat scroll center center #005FA6;
}
.flexslider .flex-prev:hover, #slideshow .flex-next:hover {
    background-color: #333;
}

/* Text ------------------------------*/
ul.slides li .caption {
    overflow: hidden;
    padding: 0px 3px 0px 0px;
    position: absolute;
    z-index: 20;
	background: #005FA6;
}
ul.slides li .caption {
    bottom: 0;
    left: 0;
}
ul.slides li .caption-description {
    color: #fff;
	font-style: italic;
}
.no-caption {
	display: none;
	padding: 0;
	margin: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	7.	eCommerce v1
/*-----------------------------------------------------------------------------------*/
#catCartSummary {
	display: none;
}
#basket {
	font-size: 11px;
	margin-bottom: 13px;
	position: relative;
}
.cartsummary {
	background: url("../images/shopping-basket.png") no-repeat scroll 6px 6px #33cc00;
    color: #FFFFFF;
    display: inline-block;
    line-height: 22px;
    padding: 3px 10px 3px 30px;
	margin-right: 30px;
}
a.cart-link {
    background: url("../images/arrow-right.png") no-repeat scroll center center #339900;
    height: 28px;
    width: 30px;
	position: absolute;
	right: 0;
}
a.cart-link:hover {
    background: url("../images/arrow-right.png") no-repeat scroll center center #33cc00;
    height: 28px;
    width: 30px;
	position: absolute;
	right: 0;
}
/* //// Featured //// ------------------*/
ul.productfeaturelist {
	margin: 0;
}
ul.productfeaturelist li {
	margin-left: 0;
	list-style: none;
}

/* //// Main Shop //// ------------------*/
.shop-main {
	margin: 0;
}
.shop-main h2 {
	margin-bottom: 5px;
}
.header {
    border-bottom: none;
    height: auto;
    line-height: auto;
    padding: 10px;
	margin-bottom: 10px;
	background: #fff;
	color: #555555;
	border-top: 3px solid #005FA6;
	-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.1);
			box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.header table {
    margin: 0;
}

/* //// Catalogues //// ------------------*/
ul.catalogueList li {
	margin-left: 0;
	list-style: none;
}
.catalogueItemNotFound {
	display: none;
}
.catalogueItem {
	float: left;
	margin-right: 10px;
	z-index: 1;
	position: relative;
}
.twelve .catalogueItem:nth-child(3n) {
	margin: 0;
}
.sixteen .catalogueItem:nth-child(4n) {
	margin: 0;
}

/* //// List View //// ------------------*/
ul.productSmall li {
	margin-left: 0;
	list-style: none;
}
table.productTable td {
	padding: 0;
	z-index: 10;
}
table.productTable td:hover {
	z-index: 99;
}
.productItem {
	float: left;
	margin-right: 13px;
	z-index: 1;
	position: relative;
}
.twelve .productItem {
	margin-right: 12px;
}
#fav .small-product {
	float: left;
	margin-right: 12px;
	z-index: 1;
	position: relative;
}
 .productItem:hover, #fav .isotope-item:hover {
	z-index: 999;
}


.twelve .productItem:nth-child(3n), 
.twelve #fav .small-product:nth-child(3n),
.twelve #related .productItem:nth-child(3n) {
	margin: 0;
}
.sixteen .productItem:nth-child(4n) {
	margin: 0;
}
.small-product {
	width: 225px;
	display: inline-block;
	position: relative;
	margin: 0 0 20px 0;
	z-index: 10;
	background: #fff;
	border-color: #EFEFEF;
	border-style: solid;
	border-width: 0 0 3px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}
.twelve .small-product {
	width: 225px;
}
.small-product:hover {
    background: none repeat scroll 0 0 #FFFFFF;
	position: relative;
	z-index: 999;
    -webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
    -webkit-box-shadow:  0px 0px 30px rgba(0, 0, 0, 0.3);
			box-shadow:  0px 0px 30px rgba(0, 0, 0, 0.3);
}
.small-product .item-info {
    position: relative;
	min-height: 80px; /* So that it matches the height of two line product names */
	padding: 5px 15px;
}
.catalogueItem .small-product .item-info {
	min-height: 40px;
}
.catalogueItemLast .small-product .item-info {
	min-height: 40px;
}
.small-product .image {
    overflow: hidden;
    text-align: center;
    width: 100%;
	margin: 0;
	vertical-align: top;
	border-bottom: 1px solid #eaeaea;
}
.small-product .image a {
    line-height: 0;
	display: block;
}
.small-product .image img {
    width: 100%;
	height: auto;
}
.small-product h5 {
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin: 15px 0 0;
	padding: 0;
	min-height: 0;
	text-align: center;
}
.small-product .price {
	font-size: 14px;
	font-weight: bold;
    line-height: 15px;
	margin: 10px 0;
	text-align: center;
}
.small-product .actions {
	margin: 15px auto 0;
    clear: both;
    display: none;
    overflow: hidden;
    text-align: center;
    width: auto;
	padding-bottom: 10px;
}
.small-product a.cat_button {
	color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    height: 23px;
    line-height: 23px;
    padding: 0 10px;
    position: relative;
}
.small-product a.favoritelink {
	top: 8px;
}
.sale-0 { display: none; }
.sale-1  {
	background: url("../images/on-sale.png") no-repeat;
    color: #F1F1F1;
    font-size: 12px;
    font-weight: 600;
    height: 50px;
    left: -1px;
    min-width: 20px;
    padding: 3px 5px;
    position: absolute;
    text-align: center;
    text-indent: -9999px;
    top: -1px;
    width: 50px;
  overflow: visible;
}

/* //// Large View //// ------------------*/
.productLarge .productItem {
	float: none;
}
.productLarge .productItem {
	margin-left: 0;
	margin-right: 0;
	list-style: none;
}
.shop-product-large {
    background: none;
    border: none;
    margin: 0;
}
/* Main Image ------------------*/
.shop-product-large #image {
	margin-bottom: 40px;
	background: #fff;
	border-top: 3px solid #005FA6;
	-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.1);
			box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.shop-product-large #image img {
	display: block;
    margin: 0 auto;
	width: 100%;
}
/* Poplets ------------------*/
#poplets img {
	border: none;
}
#poplets {
    border-top: 1px solid #EEEEEE;
    margin-top: 0;
    padding: 5px 0;
}
td.productPopletsItem a {
    margin: 0 5px;
    display: inline-block;
}

/* Details ------------------*/
#details {
	position: relative;
}
.shop-product-large h1#productPrice {
    color: #005FA6;
    font-size: 2.0em;
	margin: 0;
	position: absolute;
}
.sale_0 { 
	display: none;
}
.shop-product-large #details ul {
	margin: 0;
}
.shop-product-large #details ul.extra {
	margin: 15px 0 0;
	position: relative;
}
ul.extra li {
	float: right;
	margin: 0;
	height: 23px;
}
li.quantity {
	font-weight: bold;
}
span.instock {
	font-style: italic;
	font-weight: normal;
}
.productLarge .productItem {
	margin-right: 0;
}

/* Social Likes ------------------*/
ul#social-products {
/*	position: absolute;
	bottom: -40px;   ************ hide for now  */
	right: 0;
	margin: 0;
}
ul#social-products li {
	float: left;
}

/* Description ------------------*/
.description {
	position: relative;
}
.description .tabs {
	margin: 0;
}

/* Ratings ------------------*/
.rating img {
	width: 59px!important;
	margin-left: 5px;
}
.review-container {
    border: 1px solid #E9E9E9;
    margin: 0 0 18px;
}
.review-container .comment-details {
    background: none repeat scroll 0 0 #EEEEEE;
    font-size: 11px;
    padding: 6px;
}
.review-container .comment-details strong {
    font-size: 13px;
}
.review-container .comment-details .rating {
	display: block;
	float: right;
}
.review-container .comment {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 9px;
}

/* Related Products ------------------*/
.productLarge #related .productItem {
	margin-right: 12px;
}
#related {
	width: auto;
}
#related .productItem  {
	float: left;
}

/* Shopping Cart ------------------*/

/* Cart Summary -------------------*/
.cartsummary {
}
.cartItems {
	background: url("../images/cart.png") no-repeat scroll 8px 13px transparent;
}
#priceTotal {
	font-size: 12px;
}
#cartTotal {
	font-size: 11px;
}
#cartTotal a {
	text-align: right;
	float: right;
}
#catCartSummary, table.cartSummaryTable {
    display: none;
}

/* Full Cart -------------------*/
table.cart {
    border: 1px solid #EEEEEE;
	font-size: 12px;
	margin-bottom: 0;
}
table.cart strong {
	font-size: 12px;
}
table.cart th {
	font-size: 12px;
	font-weight: bold;
}
tr.shipping td {
    border-bottom: 1px solid #EEEEEE;
}
input.cartInputText {
	margin: 0;
}
.productitemcell {
    height: 30px;
	line-height: normal;
    margin: 0 0 3px;
    overflow: hidden;
	padding: 10px 0;
}
td.cart-invoice-total {
	font-size: 1.1em;
	font-weight: bold;
}
tr.discount td, tr.giftvoucher td {
	line-height: 36px;
}
select.shippingDropDown, input.discountcodeInput {
    width: 100%;
}
table.cart td.actions a {
    font-size: 14px;
    font-weight: bold;
    margin: 0 18px 0 0;
    text-decoration: none;
}
a#catshopclear {
    font-size: 11px;
    font-weight: normal;
}
input#DiscountCode, input#GiftVoucher {
	width: 100%;
}
a.favoritelink, a.convertlink {
	font-size: 12px;
	padding: 6px 14px 7px;
	background: #005FA6;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 5px;
	border: none;
	-webkit-appearance: none;
    border-radius: 0;
}
a.favoritelink, a.convertlink {
	margin: 0;
    padding: 0;
    position: relative;
	display: inline-block;
	line-height: 21px;
	height: 23px;
	width: 24px;
}
a.convertlink img {
	background: #5DAD47;
}
a.favoritelink img {
	background: #005FA6;
}
a.remove img {
	background: #B2394F;
}
a.favoritelink:hover img, a.convertlink:hover img {
	background-color: #333;
}

/*-----------------------------------------------------------------------------------*/
/*	7.	eCommerce v2
/*-----------------------------------------------------------------------------------*/
.productLarge .content ul li {
    margin-left: 0;
}
.productLarge .content ul li.extra {
    margin-left: 15px;
}
.productLarge #versionTwo .image img {
    width: 100%;
}
.productLarge .content ul li.instock {
    margin-bottom: 15px;
}
.productLarge #versionTwo .productTextInput {
    width: 35px !important;
}
.productLarge #versionTwo .productSubmitInput {
    width: 80%;
    margin-bottom: 15px;
}
.productLarge #versionTwo .poplets {
	margin-top: 10px;
}
.productLarge #versionTwo a.favoritelink, .productLarge #versionTwo a.convertlink {
	font-size: 12px;
	padding: 0;
	background: none;
	color: #888;
	cursor: pointer;
	display: normal;
	margin-bottom: 0;
	border: none;
	-webkit-appearance: none;
    border-radius: 0;
}
.productLarge #versionTwo a.favoritelink, .productLarge #versionTwo a.convertlink {
	margin: 0;
    padding: 0;
    position: relative;
	display: inline-block;
	line-height: normal;
	height: normal;
	width: 100%;
}
.productLarge #versionTwo a.convertlink img,
.productLarge #versionTwo a.favoritelink img,
.productLarge #versionTwo a.remove img {
	background: none;
}
.productLarge #versionTwo a.favoritelink:hover img, .productLarge #versionTwo a.convertlink:hover img {
	background-color: none;
}

/*-----------------------------------------------------------------------------------*/
/*	8.	Order History
/*-----------------------------------------------------------------------------------*/
.order-list {
	margin-bottom: 10px;
	padding: 10px 0;
	float: left;
	border-bottom: 1px solid #EAEAEA;
	width: 100%;
}
.order-list-name { 
	font-size: 10px;
	float: left;
	width: 63%;
	padding: 0 1%;
}
.order-list-name a { 
	margin-right: 5px;
	font-weight: bold;
	font-size: 12px;
}
.order-list-date { 
	font-size: 11px;
	float: right;
	width: 23%;
	padding: 0 1%;
	text-align: right;
}
/* Detail View */
table#order-table {
	font-size: 11px;
}
table#order-table .productitemcell {
    height: inherit;
    margin: 0;
    overflow: hidden;
	padding: 0;
}
table#order-table tr th {
	text-align: left;
	font-weight: bold;
}
table#order-table td, table#order-table th {
	padding: 0 1%;
}
table#order-table #quantity {
	min-width: 15px;
}
table#order-table #quantity .productitemcell {
	overflow:inherit;
}
table#order-total-table {
	float: right;
}

/*-----------------------------------------------------------------------------------*/
/*	9.	Twitter Widget
/*-----------------------------------------------------------------------------------*/
    .twitter-timeline {
    width: 100%!important;
    }

/*-----------------------------------------------------------------------------------*/
/*	10.	Events
/*-----------------------------------------------------------------------------------*/
/* //// List View //// ------------------*/
.event {
	min-height: 22px;
}
.event .date {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	font-size: 13px; 
	font-weight: bold; 
	padding: 10px 15px; 
	background: #005FA6; 
	color: #ffffff;
}
.event span.eYear {
	display: block; 
	text-align: center; 
	font-weight: normal; 
	font-size: 12px;
}
.event h3 {
	line-height: 20px;
    margin: 0 0 0 80px;
}

/*-----------------------------------------------------------------------------------*/
/*	11.	Testimonials
/*-----------------------------------------------------------------------------------*/
.testimonials-slider { 
	margin-top: 15px;
}
.testimonials-slider ul.slides li,
.testimonials-slider ul.flex-direction-nav li {
	margin-left: 0;
	list-style: none;
}
.testimonials-slider a:active {outline: none;}
.testimonials-slider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.testimonials-slider .slides img {max-width: 100%; display: block;}
.testimonials-slider {
	position: relative; zoom: 1;
}
.testimonials-slider .slides {
	zoom: 1;
}
.testimonials-slider .slides > li {
	position: relative;
}
/* Direction Nav */
.testimonials-slider .flex-direction-nav {
    position: absolute;
    top: 0;
    width: 100%;
}
.testimonials-slider .flex-prev, .testimonials-slider .flex-next {
    -moz-transition: background 0.3s ease-in-out 0s;
    top: 0;
    display: block !important;
    height: 15px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 15px;
    z-index: 90;
}
.testimonials-slider .flex-prev {
    background: url("../images/arrow-left.png") no-repeat scroll center center #005FA6; 
	right: 15px;
}
.testimonials-slider .flex-next {
    background: url("../images/arrow-right.png") no-repeat scroll center center #005FA6;
}
.testimonials-slider .flex-prev:hover, .testimonials-slider .flex-next:hover {
    background-color: #333;
}
.testimonials-slider .flex-direction-nav li .disabled {
	opacity: .3; 
	filter:alpha(opacity=30); 
	cursor: default;
}
.quote-title, .quote-author {
    font-size: 11px;
    text-transform: uppercase;
}
.quote-title {
    margin-bottom: 15px;
}
.quote-author {
    color: #333;
    margin: 0 0 10px 0;
	padding: 5px 0 0 0;
    text-align: right;
}
.quote-author span {
    color: #000;
}
.quote-text {
    border-top: 3px solid #005FA6;
	background: #fff;
    color: #8A8A8A;
    font-family: "Droid Serif",Georgia,Times,serif;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.7em;
    padding: 20px 10px 15px;
	-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.1);
			box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.quote-text p:last-child {
    margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	12.	Our Team
/*-----------------------------------------------------------------------------------*/
.twelve .team-profile {
	float: left;
	width: 29%;
	margin: 0 2% 30px;
}
.sixteen .team-profile {
	float: left;
	width: 21%;
	margin: 0 2% 30px;
}
.team-profile .profile-image img {
	width: 100%;
	float: left;
}
.team-profile .profile-image span {
	display: inline;
	padding: 5px;
	position: relative;
	bottom: 22px;
	left: 0;
	background: #005FA6;
	color: #fff;
	font-size: 11px;
}
.team-profile ul.social {
	margin: 10px 0 0;
	font-weight: 600;
}
.team-profile ul.social li {
	margin: 0;
	list-style: none;
}

/*-----------------------------------------------------------------------------------*/
/*	13.	Blog
/*-----------------------------------------------------------------------------------*/
ol.blogsitesummary li {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #eaeaea;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3em;
}
ol.blogsitesummary li:first-child {
	padding: 0 0 10px 0;
}
ol.blogsitesummary .author {
	display:none;
}
ol.blogsitesummary .date {
	display: block;
    font-size: 11px;
    font-style: italic;
	font-weight: normal;
    margin-top: 3px;
}

/* //// Blog //// ------------------*/
.blog-post .post-body {
    margin: 0 0 90px 60px;
}
.blog-container .post-list,
.blog-container .side-panel {
	width: inherit;
	float: none;
}
.blog-post h2.post-title {
    border-bottom: none;
    font-size: 20px;
    margin: 0 0 3px 60px;
    padding: 0 0 3px;
}
.post-body img {
	width: 100%;
}
.index-blog-list h4 {
	margin-bottom: 0;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
}
.index-blog-list img {
	width: 100%;
}
.search-box {
	padding: 0;
}

/* //// Post Date //// ------------------*/
.blog-post-date {
    float: left;
}
.blog-post-date .day {
	background: #E0E0E0;
    color: #FFFFFF;
    font-weight: 600;
    padding: 10px 5px;
    text-align: center;
    width: 30px;
	margin-top: 3px;
}
.blog-post-date .month {
	background: #C6C6C6;
    color: #FFFFFF;
	font-size: 11px;
    font-weight: 600;
    padding: 0px 5px;
    text-align: center;
    width: 30px;
	margin-top: 0;
}

/* //// Number of Comments //// ------------------*/
.blog-post-date a.blog-comment-count  {
	background: url("../images/comment.png") no-repeat left center;
    color: #C6C6C6;
    display: block;
	font-size: 11px;
    font-weight: 600;
    padding: 3px 5px;
    text-align: center;
    width: 30px;
	margin-top: 0;
}
.blog-post-date a:hover.blog-comment-count {
    color: #333;
}

/* //// Posted by //// ------------------*/
.blog-posted {
	border-bottom: 3px solid #E0E0E0;
    font-size: 11px;
    margin: 0 0 20px 60px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.blog-posted, .blog-posted a {
	color: #999999;
}
.blog-posted a:hover {
	color: #d74646;
}
.index-blog-list .blog-posted {
	border-bottom: none;
    font-size: 11px;
    margin: 0 0 5px 0;
    padding-bottom: 0;
	text-transform: none;
}

/* //// Side Panel //// ------------------*/
.side-panel {
    margin-bottom: 20px;
}
.side-panel .side-box {
    margin-bottom: 30px;
}
.BlogRecentPost ul, .BlogTagList ul, .BlogPostArchive ul, .blogpostcategories ul {
    margin: 0 0 15px;
}
.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
    font-size: 11px;
    list-style: none outside none;
    border-bottom: 1px solid #E1E1E1;
    margin: 0;
	padding: 5px 0;
	list-style: none;
}
.BlogRecentPost li:last-child, .BlogTagList li:last-child, .BlogPostArchive li:last-child {
	border-bottom: none;
	padding: 5px 0 0 0;
}
.BlogRecentPost li:first-child, .BlogTagList li:first-child, .BlogPostArchive li:first-child {
	padding: 0 0 5px 0;
}
.BlogPostArchive li, .blogpostcategories li {
    font-size: 11px;
    list-style: none outside none;
    margin: 0;
}
.BlogTagCloud a {
    background-color: #E9E9E9;
    border: 1px solid #D2D1D0;
    color: #A3A2A1;
	display: inline-block;
    font-size: 11px;
    margin-bottom: 4px;
    padding: 0 3px;
    text-shadow: 0 1px 0 #FFFFFF;  
	/* Rounded Edges */
    -webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.BlogTagCloud a:hover {
    background-color: #F0F0F0;
    border: 1px solid #DDDDDD;
    color: #737271;
}

/* //// Blog Calendar //// ------------------*/
#calendar {
	width: 100%;
	font-size: 11px;
}
table#calendar {
	margin-bottom: 0;
}
#calendar #ddMonth, #calendar #ddYear {
	float: left;
	width: 30%;
}
#calendardays {
	text-align: center;
}
#calendardays tr:first-child {
	background: #EAEAEA;
}
#calendardays td {
	border: 1px solid #EAEAEA;
}
#calendardays td div {
	border: none!important;
	background: #303030;
	color: #fff;
	cursor: pointer;
}
#calendardays td div:hover {
	background: #005FA6;
	color: #fff;
}
.comment-list {
	margin-top: 40px;
}
.comment-list input {
	width: 30%;
}
.comment-list .item {
	padding: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	14.	FAQ Module
/*-----------------------------------------------------------------------------------*/
.faqs .counter { 
	font-size: 14px; 
}
.faqs h4  { 
	cursor: pointer; 
	margin-bottom: 10px;
	padding: 10px;
	background: #F1F1F1;
}
.faqs div { 
	height: 0; 
	overflow: hidden; 
	position: relative; 
	margin-bottom: 10px;
	padding: 0 0 0 30px;
}
.faqs div p  { 
	font-size: 13px; 
}

/*-----------------------------------------------------------------------------------*/
/*	Portfolio
/*-----------------------------------------------------------------------------------*/
.project-item {
	width: 225px;
	display: inline-block;
	position: relative;
	margin: 0 13px 20px 0;
	z-index: 10;
	background: #fff;
	border-color: #EFEFEF;
	border-style: solid;
	border-width: 0 0 3px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}
.project-item:nth-child(4n) {
	margin: 0 0 20px 0;
}
.twelve .project-item {
	width: 225px;
}
.project-item:hover {
    background: none repeat scroll 0 0 #FFFFFF;
	position: relative;
	z-index: 999;
    -webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
    -webkit-box-shadow:  0px 0px 30px rgba(0, 0, 0, 0.3);
			box-shadow:  0px 0px 30px rgba(0, 0, 0, 0.3);
}
.project-item .description {
    position: relative;
	min-height: 80px; /* So that it matches the height of two line product names */
	padding: 5px 15px;
}
.project-item .project-img {
    overflow: hidden;
    text-align: center;
    width: 100%;
	margin: 0;
	vertical-align: top;
    line-height: 0;
	border-bottom: 1px solid #eaeaea;
}
.project-item .project-img a {
    line-height: 0;
	display: block;
}
.project-item .project-img img {
    width: 100%;
	height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*	15.	Footer   bg was #fff
/*-----------------------------------------------------------------------------------*/
#top-footer {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	background: #f9df94;
	border-top: 1px solid #ECECEA;
}
#top-footer {
	font-size: 11px;
}
#top-footer ul li {
	list-style: none;
	margin-left: 0;
}
#top-footer ul li a {
	color: #888;
}
#top-footer ul li.current a, #top-footer ul li.selected a {
	color: #005FA6;
}
#top-footer ul li a:hover {
	color: #333;
}
#stacked ul {
	width: 30%;
	float: left;
	margin-right: 5%;
}
#stacked ul:last-child {
	margin-right: 0;
}
#footer {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	background: #fff;
	border-top: 1px solid #ECECEA;
	color: #888888;
	font-size: 11px;
}
#footer ul {
	margin: 0;
}
#footer ul li {
	margin: 0 0 0 10px;
	display: inline-block;
}
#footer #copyright ul li {
	margin: 0 10px 0 0;
}
#footer-right {
	text-align: right;
}
#footer-right ul {
	float: right;
}
/*
================================================== */
/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1100px) {

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  img {
	width: 50%;   
}
#company-logo img {
	width: 280px;
	height: 73px;
}
img.ssl {
	width: 79px;
	height: 69px;
}
	
/*-----------------------------------------------------------------------------------*/
/*	Layout Structure
/*-----------------------------------------------------------------------------------*/
.nav-container {
	display: inherit;
}
#main-menu {
	display: none;
}
#slideshow {
	width: 768px;
}
.content {
    padding: 9px;
}
.content h4 {
    padding-bottom: 5px;
    font-size: 12px;
	margin: 0;
}
#breadcrumbs {
    left: 0;
    line-height: normal;
    position: relative;
    text-align: left;
    top: -15px;
}
/*-----------------------------------------------------------------------------------*/
/*	Home Page Banners
/*-----------------------------------------------------------------------------------*/
#feature-blocks {
	width: 768px;
}
#block-1, #block-2 {
	width: 250px; 
}
#block-3, #block-4 {
	width: 228px; 
}
/*-----------------------------------------------------------------------------------*/
/*	eCommerce
/*-----------------------------------------------------------------------------------*/
.small-product {
	width: 177px;
}
.twelve .small-product {
	width: 176px;
}
/*-----------------------------------------------------------------------------------*/
/*	Portfolio
/*-----------------------------------------------------------------------------------*/
.project-item {
	width: 177px;
}
.twelve .project-item {
	width: 177px;
}
/*-----------------------------------------------------------------------------------*/
/*	Events
/*-----------------------------------------------------------------------------------*/
.event {
	min-height: 42px;
}
.event h3 {
	line-height: 40px;
}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers)*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
body {
	font-size: 13px;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
#page-container img {
	width: 50%;
}
.nomobile { display: none!important; }
/*-----------------------------------------------------------------------------------*/
/*	Images
/*-----------------------------------------------------------------------------------*/
#page-container .captchaimg img {
	height: 36px;
    width: 160px;
}
#page-container .flag img {
	width: 18px;
	height: 12px;
}
#page-container img.ssl {
	width: 79px;
	height: 69px;
}
/*-----------------------------------------------------------------------------------*/
/*	Layout Structure
/*-----------------------------------------------------------------------------------*/
header {
	padding: 5px 0 0;
}
#company-logo {
	text-align: center;
	padding-top: 0;
	margin: 10px 0;
}
#header-right {
	text-align: center;
}
#header-menu {
	width: 100%;
	float: inherit;
}
#menu ul {
	float: inherit;	
	text-align: center;
}
#menu ul li {
	display: inline-block;
	float: inherit;
}
#menu ul a {
    padding: 0 0 10px 10px;
}
#welcome-1, #menu ul li.user-0, #menu ul li.nouser-1 {
	display: none;
}
form#product-search {
    float: inherit;
    width: 100%;
}
.nav-container {
	display: inherit;
}
#main-menu {
	display: none;
}
#slideshow {
	width: 420px;
}
.content {
    padding: 9px;
}
#page-name h1 {
	margin-bottom: 5px;
}
#breadcrumbs {
    left: 0;
    line-height: normal;
    position: relative;
    text-align: left;
    top: 0;
	margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------------*/
/*	Home Page Banners
/*-----------------------------------------------------------------------------------*/
#feature-blocks {
	width: 420px;
}
#feature-blocks img {
	width: 100%;
}
#block-1, #block-2,
#block-3, #block-4 {
	width: 200px;
    margin: 0 0 20px;
}
#block-1, #block-3 {
    margin-right: 20px;
}
/*-----------------------------------------------------------------------------------*/
/*	Team Profiles
/*-----------------------------------------------------------------------------------*/
.twelve .team-profile, .sixteen .team-profile {
	width: 46%;
}
/*-----------------------------------------------------------------------------------*/
/*	eCommerce
/*-----------------------------------------------------------------------------------*/
/* ---------- Special added to remove ipad slalling product images ------------/
.small-product:hover {
    -webkit-border-radius: none;
	   -moz-border-radius: none;
			border-radius: none;
    -webkit-box-shadow: none;
			box-shadow: none;
/*---- end special add ipad product display issues ----------------------------*/
.cartsummary {
    width: 346px;
}
.shop-main h2 {
    margin-bottom: 5px;
}
.small-product,
.twelve .small-product {
    width: 200px;
}
.twelve .productItem,
.sixteen .productItem,
.productLarge #related .productItem, 
.catalogueItem {
    margin-right: 20px;
}
.productLarge .productItem {
    margin-right: 0;
}
.twelve .productItem:nth-child(2n), .twelve #fav .small-product:nth-child(2n), .twelve #related .productItem:nth-child(2n),
.sixteen .productItem:nth-child(2n), .sixteen #fav .small-product:nth-child(2n), .sixteen #related .productItem:nth-child(2n),
.catalogueItem:nth-child(2n) {
	margin-right: 0!important;
}
.twelve .productItem:nth-child(3n), .twelve #fav .small-product:nth-child(3n), .twelve #related .productItem:nth-child(3n),
.sixteen .productItem:nth-child(3n), .sixteen #fav .small-product:nth-child(3n), .sixteen #related .productItem:nth-child(3n),
.catalogueItem:nth-child(3n) {
	margin-right: 20px;
}
.small-product a.favoritelink {
	display: none;
}
.description {
	margin-top: 50px;
}
/*-----------------------------------------------------------------------------------*/
/*	Portfolio
/*-----------------------------------------------------------------------------------*/
.project-item,
.twelve .project-item {
	width: 200px;
}
.project-item:nth-child(2n) {
	margin-right: 0;
}
.project-item .description {
	margin-top: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/
input.newsletterName {
	width: 48%;
	float: left;
}
input.newsletterEmail {
	width: 48%;
	float: right;
}
#top-footer, #top-footer ul {
	text-align: center;
	font-size: 13px;
}
#top-footer ul li {
	float: inherit;
	display: inline-block;
	margin: 0 5px;
}
#stacked ul {
	float: inherit;
    margin-right: 0;
    width: 100%;
}
ul.payment-methods {
    margin: 15px;
}
#copyright {
	margin-bottom: 20px;
}
#copyright, #footer-right {
	text-align: center;
}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
body {
	font-size: 13px;
}
  /*  width was originally 100% - this affects mobile small but not tablet portrait  */
#page-container img {
	width: 50%;
}
.nomobile { display: none!important; }
/*-----------------------------------------------------------------------------------*/
/*	Images
/*-----------------------------------------------------------------------------------*/
#page-container .captchaimg img {
	height: 36px;
    width: 160px;
}
#page-container .flag img {
	width: 18px;
	height: 12px;
}
#page-container img.ssl {
	width: 79px;
	height: 69px;
}
/*-----------------------------------------------------------------------------------*/
/*	Layout Structure
/*-----------------------------------------------------------------------------------*/
.form-l {
	width: 100%;
	float: none;
}
.form-r {
	width: 100%;
	float: none;
}
#company-logo {
	text-align: center;
	padding-top: 0;
	margin: 10px 0;
}
#header-right {
	text-align: center;
}
#header-menu {
	width: 100%;
	float: inherit;
}
#menu ul {
	float: inherit;	
	text-align: center;
}
#menu ul li {
	display: inline-block;
	float: inherit;
}
#menu ul a {
    padding: 0 0 10px 10px;
}
#welcome-1, #menu ul li.user-0, #menu ul li.nouser-1 {
	display: none;
}
form#product-search {
    float: inherit;
    width: 100%;
}
.nav-container {
	display: inherit;
}
#main-menu {
	display: none;
}
#slideshow {
	width: 300px;
}  
.content {
    padding: 9px;
}
#page-name h1 {
	margin-bottom: 5px;
}
#breadcrumbs {
    left: 0;
    line-height: normal;
    position: relative;
    text-align: left;
    top: 0;
	margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------------*/
/*	Home Page Banners
/*-----------------------------------------------------------------------------------*/
#feature-blocks {
	width: 300px;
}
#feature-blocks img {
	width: 100%;
}
#block-1, #block-2,
#block-3, #block-4 {
	width: 100%;
    margin: 0 0 20px;
    float: none;
}
#block-1, #block-3 {
    margin-right: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	Team Profiles
/*-----------------------------------------------------------------------------------*/
.twelve .team-profile, .sixteen .team-profile {
	width: 46%;
}
/*-----------------------------------------------------------------------------------*/
/*	eCommerce
/*-----------------------------------------------------------------------------------*/
/* ---------- Special added to remove ipad slalling product images ------------
.small-product:hover {
    -webkit-border-radius: none;
	   -moz-border-radius: none;
			border-radius: none;
    -webkit-box-shadow: none;
			box-shadow: none;
/*---- end special add ipad product display issues ----------------------------*/
.cartsummary {
    width: 226px;
}
.shop-main h2 {
    margin-bottom: 5px;
}
.small-product,
.twelve .small-product,
.sixteen .small-product {
    width: 143px;
}
.twelve .productItem,
.sixteen .productItem,
.productLarge #related .productItem, 
.catalogueItem {
    margin-right: 13px;
}
.productLarge .productItem {
    margin-right: 0;
}
.twelve .productItem:nth-child(2n), .twelve #fav .small-product:nth-child(2n), .twelve #related .productItem:nth-child(2n),
.sixteen .productItem:nth-child(2n), .sixteen #fav .small-product:nth-child(2n), .sixteen #related .productItem:nth-child(2n),
.catalogueItem:nth-child(2n) {
	margin-right: 0!important;
}
.twelve .productItem:nth-child(3n), .twelve #fav .small-product:nth-child(3n), .twelve #related .productItem:nth-child(3n),
.sixteen .productItem:nth-child(3n), .sixteen #fav .small-product:nth-child(3n), .sixteen #related .productItem:nth-child(3n),
.catalogueItem:nth-child(3n) {
	margin-right: 13px;
}
.small-product a.favoritelink {
	display: none;
}
.description {
	margin-top: 50px;
}
/*-----------------------------------------------------------------------------------*/
/*	Portfolio
/*-----------------------------------------------------------------------------------*/
.project-item,
.twelve .project-item {
	width: 143px;
	margin-right: 13px;
}
.project-item:nth-child(2n) {
	margin-right: 0;
}
.project-item .description {
	margin-top: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/
input.newsletterName {
	width: 48%;
	float: left;
}
input.newsletterEmail {
	width: 48%;
	float: right;
}
#top-footer, #top-footer ul {
	text-align: center;
	font-size: 13px;
}
#top-footer ul li {
	float: inherit;
	display: inline-block;
	margin: 0 5px;
}
#stacked ul {
	float: inherit;
    margin-right: 0;
    width: 100%;
}
ul.payment-methods {
    margin: 15px;
}
#copyright {
	margin-bottom: 20px;
}
#copyright, #footer-right {
	text-align: center;
}
}