/* Table of Content
==================================================
	#Site Styles
	#Media Queries

/* #Site Styles
================================================== */

/* Wraps
-------------------------------------------------- */

	.wrap {
		width: 100%;
		position: relative;
		padding: 70px 0 60px;
	}
	.header {
		padding: 30px 0 20px;
		background-color: #039eaf;
		background-image: url(../images/bg-stamps.png), url(../images/bg-blue.png);
		background-position: 50% top, left top;
		background-repeat: no-repeat, repeat;
	}
	.nav {
		padding: 10px 0 0 0;
		background: #039eaf url(../images/bg-blue.jpg);
		border-bottom: 1px solid rgba(0,0,0,0.15);
		z-index: 1000;
		-webkit-transition: all 0.2s ease-out !important;
		-moz-transition: all 0.2s ease-out !important;
		-o-transition: all 0.2s ease-out !important;
		transition: all 0.2s ease-out !important;
	}
		.nav.shadow {
			background: #111;
			/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
			-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
			box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);*/
		}
	.breadcrumb {
		background: #fff;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		padding: 12px 0 11px;
		z-index: 2;
	}
	.content {
		position: relative;
	}
	.mapHolder {
		padding: 0;
	}
	.newsletter {
		background: #5baabb url(../images/bg-blue.png);
	}
		.newsletter p, .newsletter h2 {
			color: #fff;
		}
		.newsletter p {
			margin-bottom: 30px;
		}
	.footer {
		padding: 40px 0 30px;
		background: #012f34 url(../images/bg-footer.png);
	}
	
	.pop {
		width: 100%;
		position: relative;
		padding: 100px 0 90px;
		z-index: 4;
	}
		/* pop over */

		.fsp-close {
			font-size: 30px;
			z-index: 2000;
			
		}
		.fsp-content .inner {
			padding-top: 0;
		}
	
	.parallax {
		height: 400px;
		background: transparent;
	}
	
	div.error {
		text-align: center;
		background: #000;
	}
		div.error * {
			color: #fff !important;
		}
		div.error h1 {
			font-size: 32px;
			line-height: 40px;
		}
		
	.intro {
		margin-bottom: 20px;
	}


/* Header
-------------------------------------------------- */

#logo a {
	display: block;
	background: url('../images/sprite.png') no-repeat 0 0;
	background-size: 500px 500px;
	width: 220px;
	height: 73px;
	text-decoration: none;
	margin: 0;
}
.telephone {
    text-align: right;
}
.telephone a {
    display: block;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 2em;
    margin-top: 36px;
}
    .telephone a:before {
        display: inline-block;
        margin-right: 10px;
        content: "";
        background: url('../images/sprite.png') no-repeat -120px -405px;
        background-size: 500px 500px;
        width: 28px;
        height: 28px;
        position: relative;
        top: 5px;
    }
	
/* search box */

.container .columns.search {
  height: 73px;
  position: relative;
  float: right;
}
.search form {
	margin: 0;
}
.search input[type="text"] {
	float: left;
	margin: 0 !important;
	width: 80% !important;
	box-sizing: border-box;
	border-right: none;
	border-radius: 4px 0 0 4px;
	border: 1px solid #fff;
}
.search input[type="submit"] {
	float: left;
	width: 20% !important;
	color: #fff;
	text-align: center !important;
	box-sizing: border-box;
	border-left: none;
	margin-bottom: 0;
	border-radius: 0 4px 4px 0;
	background-image: url(../images/bg-search.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	box-shadow: none;
}
.search input[type="submit"]:hover {
	background-color: #000
}

/* tabs */

.tabs ul,
.tabs li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tabs ul {
	float: right;
}
.tabs li {
	float: left;
	margin-left: 3px;
}
.tabs li a {
	font-size: 10.9em;
	text-transform: uppercase;
	display: inline-block;
	padding: 6px 15px 8px;
	background: #8b2257;
	color: #8b2257;
	border-radius: 0 0 4px 4px;
}
	.tabs li a:hover {
		background: #8b2257;
		color: #fff;
	}
	.tabs li a.login::before {
		display: inline-block;
		vertical-align: middle;
		content: "";
		width: 16px;
		height: 16px;
		background: url(../images/sprite.png) -40px -200px no-repeat;
		background-size: 500px 500px;
		margin-right: 8px;
		position: relative;
		top: -1px;
	}
	
			
/* telephone no. */

#tel p {
	font-size: 26px;
	line-height: 68px;
	text-align: right;
	color: #000;
	margin: 0;
}
		
/* results page */

.numItems {
	text-align: right;
}
.numItems label, .numItems select {
	float: right;
}


/* Breadcrumb
-------------------------------------------------- */
	
.breadcrumb ul, .breadcrumb li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.breadcrumb li {
	font-size: 0.9em;
	font-style: italic;
	float: left;
	margin: 0;
	color: #aaa;
}

.breadcrumb li a {
	color: #656565;
	text-decoration: none;
}
	.breadcrumb li a:hover {
		color: #000;
		text-decoration: underline;
	}


/* Map & results
-------------------------------------------------- */
		
#gMapHolder {
	margin-bottom: 20px;
	background: #000;
	padding: 0 !important;
}

#gMap {
	max-width: 100%;
	height: 550px;
	background: #000;
}
		
		
/* Content
-------------------------------------------------- */

/* sub navigation */

ul.subNav, ul.subNav li {
	margin: 0;
	padding: 0;
	list-style: none;
    background: none;
}
ul.subNav {
	margin: 0 0 44px;
}
ul.subNav li a {
	display: block;
	font-family: 'Roboto Slab', serif;
	padding: 11px 0 11px 5px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
ul.subNav li a:after {
	display: block;
	content: "";
	float: right;
	background: url('../images/sprite.png') no-repeat -55px -175px;
	background-size: 500px 500px;
	width: 8px;
	height: 14px;
	margin-right: 10px;
	margin-top: 6px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
	ul.subNav li a:hover::after {
		background: url('../images/sprite.png') no-repeat -40px -175px;
		background-size: 500px 500px;
	}
ul.subNav li a.selected, ul.subNav li a.selected:hover {
	color: #222;
	padding-left: 15px;
}
ul.subNav li a.selected, ul.subNav li a.selected:hover {
	color: #000;
	border-left: 1px solid rgba(0,0,0,0.15);
	padding-left: 15px;
}
	ul.subNav li a.selected::after {
		background: url('../images/sprite.png') no-repeat -40px -175px;
		background-size: 500px 500px;
	}
	ul.subNav li:first-child a {
		border-top: 1px solid rgba(0,0,0,0.15);
	}
ul.subNav li a:hover {
	color: #333;
	background: #f9f9f9;
	padding-left: 15px;
}
	/* sub sub */
	ul.subNav li ul {
		margin: 0;
	}

	ul.subNav li li a {
		text-transform: none;
		color: #615d59;
		background: #f5f4f4;
		display: block;
		padding: 11px 0 11px 15px;
		border-bottom: 1px solid #ccc;
	}
		ul.subNav li li a:after {
			display: none;
		}
	ul.subNav li li a:hover {
		color: #000;
		border-bottom: 1px solid #ccc;
		padding: 11px 0 11px 20px;
	}
	ul.subNav li li a.selected, ul.subNav li li a.selected:hover {
		background: rgba(255,118,119,0.1);
		color: #615d59;
		padding-left: 20px;
	}
	
/* video embed */

.embedVideo {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 0; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
	/*max-width: 100%;*/
	height: auto;
}

.embedVideo iframe,
.embedVideo object,
.embedVideo embed,
.embedVideo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.introText {
    text-align: center;
}


/* products */

.productItem, .productItem * {
	position: relative;
	overflow: hidden;
}

.productItem, .productItem *, .feature, .feature * {
	-webkit-transition: all 0.2s ease-out !important;
	-moz-transition: all 0.2s ease-out !important;
	-o-transition: all 0.2s ease-out !important;
	transition: all 0.2s ease-out !important;
}
.productItem {
    margin-bottom: 30px;
    background: #fff;
    border-bottom: 3px dotted #c3c3c3;
}
    .productItem:hover {
        box-shadow: 0px 0px 0px 5px #f3f3f3;
        background: #f3f3f3;
        border-bottom: 3px dotted #f3f3f3;
    }
.productItem a {
	display: block;
}
.productItem figure {
  margin: 0 0 20px;
  display: table-cell;
  vertical-align: middle;
  width: 340px;
  height: 340px;
  background: #f3f3f3;
}
.productItem img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}
.productItem:hover img {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
	transform: scale(0.98);
}
.productItem .text {
	background: #fff;
	padding: 15px 10px 0;
}
.productItem .text p {
	font-size: 0.92em;
	font-style: italic;
	color: #333;
}
.productItem .buy {
	background: #fff;
	padding: 0 15px 5px;
}
.productItem p.price {
	width: 60%;
	font-size: 1.4em;
	margin: 0;
}
    .productItem p.price .discounted {
        color: #777;
        text-decoration: line-through;
    }
.productItem h3 {
	z-index: 12;
	color: #8b2257;
	margin-bottom: 0;
}
	.productItem:hover h3 {
		color: #000;
	}
.productItem form {
	float: right;
	width: 40%;
}
    .productItem input[type="submit"] {
        width: 100%;
        padding-top: 11px;
        padding-bottom: 10px;
    }

.productItem:hover .buy,
.productItem:hover .text {
	background: #f3f3f3;
}

	
/* feature */

.feature {
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}
	.feature.withCallout {
		margin-bottom: 0 !important;
	}
.feature a {
	display: block;
}
.feature img {
	z-index: 1;
	margin-bottom: 28px;
}
.feature h3 {
	font-size: 1.5em;
	color: #8b2257;
}
.feature p {
	font-style: italic;
	color: #222;
}
.feature a:hover img {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
	transform: scale(0.98)
}
.feature a:hover h3 {
	color: #222;
}

/* display selectors */

.displaySelect {
    text-align: right;
}
.displaySelect a {
    display: inline-block;
    margin: 0 0 5px 15px;
    width: 24px;
    height: 24px;
    filter: grayscale(1) brightness(2.5);
}
    .displaySelect a.selected {
        filter: grayscale(0) !important;
    }
    .displaySelect a:hover {
        filter: grayscale(1) brightness(1);
    }
.displaySelect a.grid {
    background: url("/images/i-grid.svg") 0 0 no-repeat;
    background-size: 24px 24px;
}
.displaySelect a.table {
    background: url("/images/i-table.svg") 0 0 no-repeat;
    background-size: 24px 24px;
}

/* filters */

.filterSection {
	border-top: 1px solid rgba(0,0,0,0.2);
	/*border-bottom: 1px solid rgba(0,0,0,0.12);*/
	padding: 13px 0 0;
	margin: 20px 0;
}
.filterSection #filterBtn {
	margin-bottom: 0;
}

.filterSection select,
.filterSection input {
	margin-bottom: 5px;
}
.filterSection input[type="checkbox"],
.filterSection input[type="radio"] {
	top: 5px;
}


/* search */

.searchResult p.price {
	font-size: 19px;
	line-height: 19px;
	z-index: 11;
	margin: 0 10px 20px;
}
	.searchResult p.price .altCur {
		font-size: 16px;
		line-height: 16px;
		color: #888;
	}
    .searchResult p.price .discounted {
        color: #888;
        text-decoration: line-through;
        padding-left: 5px;
    }

/* transaction icon */

.transaction img {
	width: 130px;
	margin-bottom: 20px;
}

.transaction svg {
  width: 130px;
  display: block;
  margin: 0 auto 30px;
}
	
/* call out box */

.callOut {
	padding: 25px 25px 10px 25px;
	margin-bottom: 20px !important;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
	box-sizing: border-box;
}
	.callOut p, .callOut li {
		font-size: 0.9em;
	}
	.callOut ul, .callOut ol {
		margin-left: 16px;
	}

/* testimonials */

.comment {
    margin-bottom: 20px !important;
}
.comment blockquote {
    position: relative;
    padding: 20px 25px 15px;
    margin-bottom: 16px !important;
    color: #333;
    background: #f3f3f3;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.comment blockquote:after {
    content: "";
    position: absolute;
    bottom: -36px;
    left: 60px;
    border-width: 16px 0 0 16px;
    border-style: solid;
    border-color: #f3f3f3 transparent;
    display: block;
    width: 0;
    margin: 0 0 20px !important;
}
	
/* price box */

.priceBox {
	display: inline-block;
	padding: 1.6em 1.7em 1.85em;
	margin: 30px 0 20px;
	border: 1px solid rgba(0,0,0,0.1);
	background: #f3f3f3;
	box-sizing: border-box;
	width: auto;
}
	.priceBox.sold {
		border: 1px solid #c00;
		background: #c00;
		padding-bottom: 1.6em;
	}
	.priceBox.sold p {
		color: #fff;
		margin-bottom: 0;
	}
	.priceBox p.price {
		transform: translateY(3px)
	}
	.priceBox form {
		display: inline;
	}
	.priceBox input {
		margin-bottom: 0;
	}
	

/* address book */

.address {
	background: rgba(0,0,0,0.08);
	padding: 22px 20px 8px 24px;
	box-sizing: border-box;
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	overflow: hidden;
}
	.address.download {
		text-align: center;
	}
.address.omega {
	margin-right: 0;
}
.address.addNew {
	position: relative;
	text-align: center;
	background: #c1c1c1;
}
	.address.addNew.listView {
		width: 100%;
		margin-right: 0;
	}
.address.addNew .newText {
	position: relative;
	text-align: center;
	top: 50%;
	transform: translate(0, -50%);
}
	.address.addNew.listView .newText {
		transform: none;
	}
	
.address h3 {
	margin-bottom: 5px;
}


/* search */

.searchResults h2 {
	margin-bottom: 0;
}
.searchResults p {
	font-size: 0.9em;
	line-height: 1.5em;
}

	
/* Newsletter sign-up
-------------------------------------------------- */


		
/* Footer
-------------------------------------------------- */

#goTop a {
	display: block;
	background: url('../images/sprite.png') no-repeat 0 -170px;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	float: right;
}

#goTop a:hover {
	margin-top: -5px;
}

.footer ul, #footer li {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.footer li {
	font-size: 0.9em;
	margin: 0 0 3px;
}

.footer p {
	font-size: 0.9em;
	color: #029eae;
	margin: 0;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #029eae;
}

/* social buttons */

#social, #social li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#social {
	margin-bottom: 20px;
}

#social li {
	float: left;
	margin-right: 4px;
}

#social li:last-child{
	margin-right: 0;
}

#social li a {
	display: block;
	width: 32px;
	height: 32px;
	background-size: 500px 500px !important;
	text-decoration: none;
	transform-origin: center center;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
	#social li a.fb  {
		background: url('../images/sprite.png') no-repeat -36px 0;
	}
	#social li a.in  {
		background: url('../images/sprite.png') no-repeat 0 -420px;
	}
	#social li a.tw  {
		background: url('../images/sprite.png') no-repeat 0 0;
	}
	#social li a.ho  {
		background: url('../images/sprite.png') no-repeat 0 -350px;
	}

		#social li a.fb:hover {
			background: url('../images/sprite.png') no-repeat -36px -32px;
			transform: rotate(90deg)
		}
		#social li a.in:hover {
			background: url('../images/sprite.png') no-repeat 0 -452px;
			transform: rotate(90deg)
		}
		#social li a.tw:hover  {
			background: url('../images/sprite.png') no-repeat 0 -32px;
			transform: rotate(90deg)
		}
		#social li a.ho:hover  {
			background: url('../images/sprite.png') no-repeat 0 -382px;
			transform: rotate(90deg)
		}

#fmLogo {
	width: 120px;
	height: 13px;
	background: url('../images/sprite.png') no-repeat -120px -350px;
	background-size: 500px 500px;
}


/* #Media Queries
================================================== */


	@media only screen and (min-width: 1280px) and (max-width: 1480px) {
		.header {
			background-color: #039eaf;
			background-image: url(../images/bg-stamps.png), url(../images/bg-blue.png);
			background-position: 48% top, left top;
			background-repeat: no-repeat, repeat;
		}
		.productItem figure {
			width: 280px;
			height: 280px;
		}
	}
	
	/* Tablet Landscape size to wide monitor  */
	@media only screen and (max-width: 1279px) {
		body {
			font-size: 15px;
		}
		.button, input[type="submit"], input[type="button"], .ms-options-wrap button {
			padding: 8px 6px 10px;
		}
		input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
			padding: 8px 10px 9px;
		}
        select {
            padding-right: 25px !important;
        }
		.header {
			background-color: #039eaf;
			background-image: url(../images/bg-stamps.png), url(../images/bg-blue.png);
			background-position: 42% -25px, left top;
			background-repeat: no-repeat, repeat;
		}
		.wrap.content,
		.wrap.newsletter {
			padding: 60px 0 50px;
		}
		#logo a {
			background: url('../images/sprite.png') no-repeat 0 0;
			background-size: 363px 363px;
			width: 160px;
			height: 53px;
		}
        .telephone a {
            margin-top: 18px;
        }
		.container .columns.search {
		  height: 53px;
		}
	}

	/* Tablet Landscape size to wide monitor  */
	@media only screen and (min-width: 960px) and (max-width: 1279px) {
		.productItem figure {
			width: 220px;
			height: 220px;
		}
		.address {
			float: left;
			width: 48% !important;
			margin-right: 4% !important;
			margin-bottom: 4%;
		}
		.address.omega {
			margin-right: 4%;
		}
		.address:nth-child(even) {
			margin-right: 0 !important;
		}
			.address.download:nth-child(odd) {
				margin-right: 0;
			}
			.address.download:nth-child(even) {
				margin-right: 4% !important;
			}
	}
	
	@media only screen and (max-width: 959px) {
		body {
			font-size: 14px;
		}
		h1 {
			font-size: 1.9em;
			line-height: 1.4;
		}
		h2 {
			font-size: 1.7em;
			line-height: 1.4;
		}
		hr {
			padding-top: 30px;
			margin-bottom: 50px;
			height: 0;
		}
		.infogrid img {
			width: 16px !important;
		}
		.header {
			padding: 20px 0 0;
			background-color: #039eaf;
			background-image: url(../images/bg-stamps.png), url(../images/bg-blue.png);
			background-position: 45% -10px, left top;
			background-size: 400px 73px, auto;
			background-repeat: no-repeat, repeat;
		}
		.wrap.content,
		.wrap.newsletter {
			padding: 50px 0 40px;
		}
		.search input[type="submit"] {
			background-image: url(../images/bg-search.png);
			background-size: 16px 16px;
		}
		.intro {
			margin-bottom: 10px;
		}
	}

	/* Tablet Portrait size to standard 960  */
	@media only screen and (min-width: 881px) and (max-width: 959px) {
		label, legend, input[type="text"], input[type="password"], input[type="email"], textarea,  select {
			width: 100%
		}
		input.short, textarea.short, select.short, label.short {
			width: 177px;
		}
		.no-mob-all{
			display: none;
		}
		.mob-only-all {
			display: block !important;
		}
		.no-tab {
			display: none !important;
		}
		.tab-only {
			display: block !important;
		}
		.matchLabel {
			margin-left: 0 !important;
		}
        .telephone a {
            margin-top: 22px;
        }
            .telephone a:before {
                background: url('../images/sprite.png') no-repeat -102px -347px;
                background-size: 428px 428px;
                width: 26px;
                height: 24px;
                top: 4px;
            }
		.productItem figure {
			width: 236px;
			height: 236px;
		}
		
		.address {
			float: left;
			width: 48% !important;
			margin-right: 4% !important;
			margin-bottom: 4%;
		}
		.address.omega {
			margin-right: 4%;
		}
		.address:nth-child(even) {
			margin-right: 0 !important;
		}
			.address.download:nth-child(odd) {
				margin-right: 0;
			}
			.address.download:nth-child(even) {
				margin-right: 4% !important;
			}
		
	}

	/* All Mobile Sizes  */
	@media only screen and (max-width: 880px) {
		
		.no-mob, .no-mob-all {
			display: none !important;
		}
		.mob-only, .mob-only-all {
			display: block !important;
		}
		hr, hr.narrow {
			margin-right: 0;
			margin-left: 0;
		}
        .divider.mob-only {
            display: inline-block !important;
        }
		label, legend, input[type="text"], input[type="password"], input[type="email"], textarea,  select {
			width: 100%
		}
		input.short, textarea.short, select.short, label.short {
			width: 205px;
		}
		.matchLabel {
			margin-left: 0 !important;
		}
		.header {
			padding: 15px 0 0;
			background-color: #039eaf;
			background-image: url(../images/bg-blue.png);
			background-position: left top;
			background-size: auto;
			background-repeat: repeat;
		}
            .header .telephone a {
                margin-top: 0;
            }
        /*.header .telephone {
            width: 150px !important;
        }*/
            
		.header .search {
			float: right;
			width: calc(100% - 290px) !important;
			height: 76px;
		}
			.header .search label {
				font-size: 13px;
				margin-bottom: 2px;
			}
		/*#logo {
			width: 110px;
            margin-right: 20px;
		}*/
		#logo a {
			background: url('../images/sprite.png') no-repeat 0 0;
			background-size: 318px 318px;
			width: 140px;
			height: 47px;
		}
		.wrap.content,
		.wrap.newsletter {
			padding: 40px 0 30px;
		}
		.container .columns.search {
		  height: 37px;
		}
		.productItem figure {
			max-width: 100%;
			height: 260px;
			display: block;
			margin-bottom: 0;
		}
		.productItem figure img {
			display: block;
			position: relative;
			top: 50%;
			transform: translateY(-50%);
			margin-bottom: 0;
		}
		.productItem:hover img {
			transform: translateY(-50%);
		}
        .productItem .buy,
        .productItem .text {
            padding-left: 0;
            padding-right: 0;
        }
		ul.pagination {
			/*text-align: center;*/
            margin-bottom: 20px;
		}
		ul.pagination li {
			/*margin-right: 0;*/
		}
		ul.pagination li a, ul.pagination li .off, ul.pagination li.selected {
			font-size: 16px;
			padding: 5px 14px 6px 14px;
		}
        .rrp label,
        .rrp select {
            float: left;
        }
        .replaceLabel {
            height: 8px;
        }
		#progressbar {
			margin: 0 0 15px;
		}
		#progressbar li {
			font-size: 12px;
			line-height: 19px;
		}
		
		.feature {
			margin-bottom: 30px;
		}
			.feature img {
				margin: 0 auto 20px;
			}
		
		.addressSearch label, .addressSearch select, .addressSearch input[type="text"] {
			margin-bottom: 10px;
		}
	
		.address {
			float: left;
			width: 100%;
			margin-right: 0;
			margin-bottom: 20px;
		}
		.address.omega {
			margin-right: 0;
		}
		.address.addNew .newText {
			position: relative;
			text-align: center;
			top: auto;
			transform: none;
		}
		#sideBar {
			border-top: 1px solid #ddd;
			padding-top: 30px;
		}
		ul.subNav li a.selected, ul.subNav li a.selected:hover {
			border-left: none;
			padding-left: 5px;
		}
			ul.subNav li a.selected::after {
				transform: rotate(-90deg);
				margin-top: 3px;
			}
		.intro {
			margin-bottom: 0;
		}
        .displaySelect {
            position: absolute;
            right: 15px;
            top: 10px;
            width: 90px !important;
        }
		
	}

	/* Mobile Landscape Size to Tablet Portrait  */
	@media only screen and (min-width: 480px) and (max-width: 880px) {
        .header {
            background-color: #039eaf;
            background-image: url(../images/bg-stamps2.png), url(../images/bg-blue.png);
            background-size: 307px 56px, 50%;
            background-position: 36% top, left top;
            background-repeat: no-repeat, repeat;
        }

	}

	/* Mobile Portrait Size to Mobile Landscape Size  */
	@media only screen and (max-width: 479px) {
		
		.no-mob-p {
			display: none !important;
		}
		.mob-only-p {
			display: block;
		}
		td.mob-only-p {
			display: table-cell;
		}
		input.short, textarea.short, select.short, label.short {
			width: 155px;
		}
        #logo a {
            background: url('../images/sprite.png') no-repeat 0 0;
            background-size: 272px 272px;
            width: 120px;
            height: 40px;
        }
        /*.header .telephone {
            display: none;
        }*/
        .header .telephone a {
            font-size: 1.3em;
            margin-top: 0;
        }

            .header .telephone a:before {
                background: url('../images/sprite.png') no-repeat -72px -243px;
                background-size: 301px 301px;
                width: 17px;
                height: 16px;
                margin-right: 8px;
                top: 1px;
            }
        .header .search {
            float: right;
            width: calc(100% - 130px) !important;
            height: 76px;
        }
		#gMap {
			height: 300px
		}
        .productItem figure {
            height: 210px;
        }
		ul.pagination li.showing {
			display: block;
			text-align: left;
		}
	}
