﻿/* maggs.com styles */

@font-face {
    font-family: 'conquerorsanslight';
    src: url('ConquerorSansLight.eot');
    src: url('ConquerorSansLight.eot?#iefix') format('embedded-opentype'),
         url('ConquerorSansLight.woff2') format('woff2'),
         url('ConquerorSansLight.woff') format('woff'),
         url('ConquerorSansLight.ttf') format('truetype'),
         url('ConquerorSansLight.svg#conquerorsanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html
{
	-webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
	min-width: 320px;
	overflow-y: scroll;
	box-sizing: border-box;
}

html, body {
	height: 100%;
	font-size: 100%;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	color: #000;
	cursor: auto;
	font-family: 'Crimson Text', serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

body.home  {
	background-color: #2b2b2b;
}

a:link, a:visited {
	color: #a6916a;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}

*:focus
{
	outline: none;
}

input, textarea {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, strong, b, address
{
	font-weight: normal;
	font-style: normal;
}

picture
{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
}

img
{
	display: block;
	height: auto;
	margin: 0;
	-ms-interpolation-mode: bicubic;
}

.profile img
{
    width:100%;
}

.contact article em
{
    font-style: normal;
    display: block;
    text-align: center;
    margin-bottom: 50px;
    font-family: conquerorsanslight;
    font-size: 25px;

}

.contact main article section.text figure div picture img
{
	width:520px;
	height:365px;
}

.slick-track, .slick-slide
{
    /*-webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
	perspective: 1000;*/
}

.product .slick-slide
{
    width:440px;
    height:440px;
}

.pagination-menu.top
{
    display:none;
}

.pagination-menu dd span
{
    display:none;
}

.pagination-menu .prev, .pagination-menu .next
{
    display:none;
} 

.pagination-menu .select-page dt
{
    display:none;
}

.pagination-menu dd
{
    display:none;
}

.pagination-menu dd.ping
{
    display:inline-block;
}

#InstaFeed
{
    margin-top:20px;
}

#InstaFeed ul
{
    width:2400px;
    list-style-type:none;
    margin:0;
    padding:0px;
}

#InstaFeed h4
{
    float:left;
    margin:0px;
    padding:0px;
    width:120px;
    height:120px;
    display:inline-block;
    background:black url(/images/instagram_logo.svg) no-repeat;
    background-position:center center;
    background-size:33% 33%;

}

#InstaFeed h4 a
{
    display:block;
    width:100%;
    height:100%;
    text-decoration:none;
}

#MLSignup
{
    width:120px;
    height:120px;
    display:inline-block;
    background:black;
    float:left;
    text-decoration:none;
    text-align:center;
}

#MLSignup img
{
    width:29px;
    height:22px;
    display:inline-block;
    margin-top:30px;
    margin-bottom:4px;
}

#InstaFeed ul li
{
    list-style-type:none;
    margin:0;
    padding:0px;
    display:inline-block;
    width:120px;
    height:120px;
    float:left;
}

#InstaFeed ul li a
{
    display:inline-block;
    width:120px;
    height:120px;
}


#IFScroller
{
    float:left;
    display:inline-block;
    width:calc(100% - 240px);
    height: 120px;
    overflow-y:hidden;
    overflow-x:scroll;
    position:relative;
}

#Track
{
    width:2400px;
    white-space:nowrap;
    position:absolute;
}



#FullScreenViewer
{
    background:rgba(255,255,255,1);
    display:none;
    width:100%;
    height:100%;
    position:fixed;
    z-index:1000;
    top:0px;
    left:0px;
    pointer-events:all;
    
}

#FullScreenViewer:-moz-full-screen
{
    display:block;
}
#FullScreenViewer:-webkit-full-screen
{
    display:block;
}
#FullScreenViewer:-ms-fullscreen
{
    display:block;
}
#FullScreenViewer:fullscreen
{
    display:block;
}


#FullSizeImage
{
    margin:0 auto;
    width:100%;
    height:100%;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    image-rendering:optimizeQuality;
}

#FullScreenViewer h3
{
    margin-left:15px;
    float:left;
    font-size:18px;
    margin-top:10px;
    z-index:2000;
    position:absolute;
}


#FullScreenViewer button, #FullScreenViewer img.button
{
    margin-top:15px;
    margin-right:15px;
    right:0px;
    z-index:2000;
    position:absolute;
}

#FullScreenViewer img.button
{
    width:25px;
    height:25px;
    cursor:pointer;
}

#FullScreenViewer img.zoom-in, #FullScreenViewer img.zoom-out
{
    width:25px;
    height:25px;
    z-index:2000;
    cursor:pointer;
    position:absolute;
}

#FullScreenViewer img.zoom-in
{
    margin-left:15px;
    margin-top:15px;
}

#FullScreenViewer img.zoom-out
{
    margin-left:15px;
    margin-top:60px;
}

/*.item
{
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all 0.5s linear;
    transform: translate3d(0,0,0);
    transition: all 0.5s linear;

}*/

@media only screen {


#IFScroller
{
    width:calc(100% - 120px);
}

#InstaFeed h4
{
    display:none;
}

header {
	background-color: #2b2b2b;
	height: 174px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 100;
	text-align: left;
}

header .logo {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 30px;
	width: 248px;
	height: 61px;
	z-index: 100;
}

header .logo a {
	display: block;
	width: 248px;
	height: 61px;
	margin: 0;
	padding: 0;
	background: url(/images/logo-maggs.png?v=2) no-repeat;
    background-size:contain;
	text-indent: -9999px;
}

header nav {
	margin: 0;
	padding: 0;
	top: 0;
	position: absolute;
	left: 0;
	width: 100%;
	height: 174px;
}

header nav a {
	color: #fff;
	text-decoration: none;
}

header nav ul {
	margin: 82px 0 0;
	padding: 23px 0 0;
	list-style-type: none;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
	height: 92px;
}

header nav li {
	float: none;
}

header nav li li {
	float: none;
}

header nav li#menu {
	margin: 0;
	padding: 0;
}

header nav li#menu button.menu {
	position: absolute;
	top: 22px;
	right: 10px;
	display: block;
	width: 39px;
	height: 39px;
	margin: 0;
	background: transparent url(/images/icon-hamburger.svg) no-repeat left center;
    background-size:65% 65%;
	border-style: none;
	overflow: hidden;
	padding-top: 39px;
	text-indent: -9999px;
}

header nav li#menu ul {
	position: absolute;
	display: none;
	top: 82px;
	right: 0;
	width: 100%;
	background-color: #2b2b2b;
	height: auto;
	margin: 0;
	padding: 0;
}

header nav li#menu.show ul {
	display: block;
}

header nav li#menu li {
	float: none;
	margin: 0;
	padding: 0;
	font: 24px/1 'Crimson Text';
	border-top: 1px solid #d1a981;
}

header nav li#menu li a {
	display: block;
	margin: 0;
	padding: 16px 40px 14px;
}

header nav li#menu li a:link, header nav li#menu li a:visited {
	color: #d1a981;
	text-decoration: none;
}

header nav li#menu li a:hover, header nav li#menu li a:active {
	color: #d1a981;
	text-decoration: none;
}

header nav li#search {
	display: inline;
	margin: 0 18px;
	padding: 0;
}

header nav li#search button.search {
	display: inline-block;
	width: 125px;
	height: 50px;
	margin: 0;
	padding: 0;
	border-style: none;
	background: url(/images/icon-search-mob-nav.svg) no-repeat;
	text-indent: -9999px;
}

header nav li#search ul {
	display: none;
	position: absolute;
	top: 174px;
	left: 0;
	width: 100%;
	background-color: #2b2b2b;
	height: 134px;
	margin: 0;
	padding: 0;
}

header nav li#search.show ul {
	display: block;
}

#SuggestBox ul
{
    max-height:600px;
    overflow:auto;
    overflow-x:hidden;
}

#Suggest404 ul
{
    list-style-type:none;
    padding-left:0px;
    font-size:90%;
}

header nav li#search.show #SuggestBox ul
{
    background:#FFFFFF;
}

header nav li#search li {
	margin: 0;
	padding: 18px 40px 0;
}

header nav li#search form {
	text-align: left;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	border: 1px solid #d1a981;
	position: relative;
}

header nav li#search form label {
	display: none;
}

header nav li#search form input {
	font: 45px/1 'Crimson Text';
	color: #000;
	width: 100%;
	margin: 0;
	padding: 0 74px 0 10px;
	border-style: none;
	float: left;
	height: 58px;
}

header nav li#search form button {
	width: 65px;
	height: 58px;
	margin: 0;
	padding: 58px 0 0;
	background: #c5a07b url(/images/icon-search-submit.svg) no-repeat center center;
	border-style: none;
	position: absolute;
	top: 0;
	right: 0;
}

header nav li#search li p {
	font: 24px/1 'Crimson Text';
	margin: 0;
	padding: 16px 0 0;
	text-transform: lowercase;
}

header nav li#search li p a {
	padding: 0 12px 0 0;
	margin: 0;
	background: url(/images/icon-search-arrow.svg) no-repeat right center;
}

header nav li#search li p a:link, header nav li#search li p a:visited {
	color: #d1a981;
	text-decoration: none;
}

header nav li#search li p a:hover, header nav li#search li p a:active {
	color: #d1a981;
	text-decoration: none;
}

header nav .dropdown {
	display: inline;
	margin: 0 18px;
	padding: 0;
}

header nav .dropdown button.browse {
	display: inline-block;
	width: 125px;
	height: 50px;
	margin: 0;
	padding: 0;
	border-style: none;
	background: url(/images/icon-browse-mob-nav.svg) no-repeat;
	text-indent: -9999px;
}

header nav .dropdown ul {
	display: none;
	position: absolute;
	top: 174px;
	left: 0;
	width: 100%;
	background-color: #2b2b2b;
	height: auto;
	margin: 0;
	padding: 0;
}

#SuggestBox
{
    float:left;
    right:0px;
}

#SuggestBox ul
{
    background:#FFFFFF;
}

header nav .dropdown.show ul {
	display: block;
}

header nav .dropdown li {
	float: none;
	margin: 0;
	padding: 0;
	font: 24px/28px 'Crimson Text';
	border-top: 1px solid #d1a981;
}

header nav .dropdown li a {
	display: block;
	margin: 0;
	padding: 16px 40px 14px;
}

header nav .dropdown li a:link, header nav .dropdown li a:visited 
{
	color: #d1a981;
	text-decoration: none;
}

header nav .dropdown li a:hover, header nav .dropdown li a:active 
{
	color: #d1a981;
	text-decoration: none;
}

header nav li#basket {
	position: static;
	right: 0;
	top: 0;
	display: inline;
	margin: 0 18px;
	padding: 0;
}

header nav li#basket button.basket 
{
	display: inline-block;
	width: 125px;
	height: 50px;
	margin: 0;
	padding: 0;
	border-style: none;
	background: url(/images/icon-basket-mob-nav.svg) no-repeat;
	text-indent: -9999px;
}

header nav li#basket button.basket span {
	display: none;
}


.basketOverlay
{
    width:100%;
    height:100%;
    z-index:100;
    background-color:rgba(0,0,0,0.33);
    position:fixed;
    left:0px;
    top:0px;
    margin:0 auto;
    display:none;
}

.basketPrompt
{
    background:#FFFFFF;
    width:328px;
    height:280px;
    margin:0 auto;
    margin-left:-164px;
    margin-top:-150px;
    position:absolute;
    left:50%;
    top:35%;
    border:3px solid #FFFFFF
}

.basketPrompt div {
    width: 328px;
    height: 280px;
    float: left;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.basketPrompt h3
{
    font:20px/38px 'conquerorsanslight';
    color:#0b9444;
    margin-top:25px;
    margin-bottom:0px;
}

.basketPrompt img
{
    width:24px;
    height:24px;
    margin:0 auto;
    margin-bottom:10px;
}

.basketPrompt a, .basketPrompt picture
{
    display:none;
    width:185px;
    height:248px;
    margin:0px;
    padding:0px;
    float:right;
}

.basketPrompt button
{
    margin-top:15px;
    width:300px;
}

.basketPrompt button.basket-button.continue
{
    background-color:#FFFFFF;
    border:solid 1px #0b9444;
    color:#0b9444;
}


main {
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	width: 100%;
	position: relative;
}

.home #promos {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	text-align: left;
}

.home #hero
{
    display:none;
}

.home #carousel {
	width: 100%;
	margin: 0;
	padding: 0;
	float: right;
	height: 450px;
	position: relative;
	background-color: #000;
}

.home #carousel picture {
	width: 100%;
	height: 352px;
	margin: 0;
	padding: 0;
	position: relative;
}

.home #carousel img {
	height: 100%;
	width: auto;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
    background-size:auto 100%;
    background-position:center;
    background-repeat:no-repeat;
}

.home #carousel .slick-prev {
	width: 9px;
	height: 31px;
	padding: 0;
	border-style: none;
	background: transparent url(/images/slick-prev.svg) no-repeat;
	text-indent: -9999px;
	position: absolute;
	left: 23px;
	margin-top: -15px;
	bottom: 32px;
}

.home #carousel .slick-next {
	width: 9px;
	height: 31px;
	margin: 0;
	padding: 0;
	border-style: none;
	background: transparent url(/images/slick-next.svg) no-repeat;
	text-indent: -9999px;
	position: absolute;
	right: 23px;
	margin-top: -15px;
	bottom: 32px;
}

#carousel .slick-slide a:link, #carousel .slick-slide a:visited
{
    text-decoration:none;
}

.home #carousel .caption 
{
    height:98px;
    min-height: 98px;
	margin: 0;
	padding: 0;
	background-color: #000;
	/*position: absolute;*/
	bottom: 0;
	left: 0;
	width: 100%;
}

.home #carousel .caption a:link
{
    text-decoration:none;
}

.home #carousel .caption a:hover, .home #carousel .caption a:active, .home #carousel .caption a:visited
{
    text-decoration:underline;
    color:#a6916a;
}

.home #carousel .caption tbody tr td {
	margin: 0;
	padding-left: 40px;
    padding-right: 40px;
	color: #fff;
	font-size: 4.2vw;
	line-height: 4.8vw;
	position: relative;
    text-align:left;
    vertical-align:middle;
    min-height:98px;
}

.home #hero {
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	height: auto;
	position: relative;
    transform: translate3d(0,0,0);
    background-position:center;
    background-size:auto 100%;
}

.home article {
	float: left;
	position: relative;
	max-width: 980px;
	padding: 40px 40px 0;
	margin: 0;
}

.home article h1 {
	font: 30px/34px 'Crimson Text';
	color: #d1a981;
	margin: 0 0 30px;
	padding: 0;
}

.home article p {
	color: #97948E;
	font: 24px/30px 'Crimson Text';
	margin: 0 0 30px;
	padding: 0;
}

.contact article {
	float: none;
	padding: 30px 40px 0;
	margin: 0;
	width: 100%;
}

.about img
{
    width:100%;
}

.about article {
	float: none;
	padding: 30px 40px 0;
	margin: 0;
	width: 100%;
}

.text {
	width: 100%;
	margin: 0 auto 40px;
	padding: 0;
	overflow: hidden;
}

.text h2 {
	color: #2b2b2b;
	font-size: 60px;
	line-height: 1;
	margin: 0 0 30px;
	padding: 0 10px;
	text-align: center;
	text-transform: lowercase;
}

.multiplebgs .text h2 {
	background: url(/images/headingrule-left.png) no-repeat left bottom, url(/images/headingrule-right.png) no-repeat right bottom, url(/images/headingrule-mid.png) repeat-x center bottom;
    background-size:33px 23px, 33px 23px, 33px 23px;
	padding-bottom: 30px;
}

.text p.intro {
	color: #414141;
	font: 22px/28px 'conquerorsanslight';
	padding: 0 10px;
	float: none;
	margin: 0 0 36px;
	width: 100%;
	position: relative;
	left: 0;
}

.text p {
	color: #818181;
	font: 22px/28px 'conquerorsanslight';
	margin: 0 0 28px;
	padding: 0 10px;
	float: none;
	width: 100%;
	position: relative;
	left: 0;
}

.text figure, .text iframe {
	position: relative;
	right: 0;
}

.text figure, .text iframe
{
    float: none;
    width: 100%;
    margin: 0 0 34px;
	padding: 0 10px;
}

.text blockquote {
	display: none;
}

.childItems {
	width: 100%;
	margin: 0 auto 70px;
	padding: 0;
	overflow: hidden;
}

.childItems h2 {
	color: #2b2b2b;
	font-size: 60px;
	line-height: 1;
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
	text-transform: lowercase;
}

.multiplebgs .childItems h2 {
	background: url(/images/headingrule-left.png) no-repeat left bottom, url(/images/headingrule-right.png) no-repeat right bottom, url(/images/headingrule-mid.png) repeat-x center bottom;
	background-size:33px 23px, 33px 23px, 33px 23px;
    padding-bottom: 30px;
}

.childItems ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: 424px;
	overflow: hidden;
	text-align: center;
}

.childItems li 
{
	margin: 0 45px 20px;
	padding: 0;
	float: left;
	width: 122px;
    height:224px;
    overflow:hidden;
	text-align: center;
}

.childItems li:nth-child(7) {
	display: none;
}

.childItems li img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: 0 0 20px;
}

.childItems li a {
	text-decoration: none;
}

.childItems h3 {
	color: #414141;
	font: 18px/18px 'Crimson Text';
	margin: 0 0 8px;
	padding: 0;
}

.childItems p {
	color: #8F2B2B;
	font: 14px/18px 'conquerorsanslight';
	margin: 0;
	padding: 0;
}

.gallery {
	width: 100%;
	margin: 0 auto 40px;
	padding: 0;
	overflow: hidden;
}

.gallery h2 {
	color: #2b2b2b;
	font-size: 60px;
	line-height: 1;
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
	text-transform: lowercase;
}

.multiplebgs .gallery h2 {
	background: url(/images/headingrule-left.png) no-repeat left bottom, url(/images/headingrule-right.png) no-repeat right bottom, url(/images/headingrule-mid.png) repeat-x center bottom;
	background-size:33px 23px, 33px 23px, 33px 23px;
    padding-bottom: 30px;
}

.gallery ul {
	padding: 0;
	list-style-type: none;
	width: 428px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto 30px;
	position: relative;
	left: 2px;
}

.gallery li {
	margin: 0 4px 4px 0;
	padding: 0;
	float: left;
	width: 210px;
	text-align: center;
	height: 210px;
}

.gallery p {
	color: #2b2b2b;
	font: 24px/30px 'Crimson Text';
	margin: 0 0 24px;
	padding: 0;
	text-align: center;
}

.profile article {
	width: 100%;
	margin: 0;
	padding: 25px 60px 80px;
	overflow: hidden;
}

.profile figure {
	width: 250px;
	height: 250px;
	margin: 0 auto 40px;
	padding: 0;
	float: none;
}

.profile figure img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: 0;
}

.profile h2 {
	width: 100%;
	margin: 0 0 12px;
	padding: 0;
	float: none;
	clear: none;
	color: #414141;
	font-size: 48px;
	line-height: 1;
	text-align: center;
}

.profile h3 {
	width: 100%;
	margin: 0 0 24px;
	padding: 0;
	float: none;
	clear: none;
	color: #8F2B2B;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}

.profile p {
	width: 100%;
	margin: 0 0 28px;
	padding: 0;
	float: none;
	clear: none;
	color: #818181;
	font: 22px/28px 'conquerorsanslight';
}

.profile a.email {
	font: 20px/24px 'conquerorsanslight';
	color: #525252;
	padding-left: 36px;
	background: url(/images/icon-email.svg) no-repeat left center;
	text-decoration: none;
}

.product article {
	width: 100%;
	margin: 0 auto;
	padding: 20px 40px 30px;
	overflow: hidden;
}

.product .slides {
	width: 440px;
	margin: 0 auto;
	padding: 0;
	float: none;
	clear: both;
}

.product #slider {
	padding: 0;
	position: relative;
	width: 100%;
	margin: 0 0 30px;
}

.product #slider .slick-prev {
	margin: 0;
	padding: 0;
	border-style: none;
	background: transparent url(/images/slider-prev.svg) no-repeat;
	width: 24px;
	height: 75px;
	position: absolute;
	top: 184px;
	left: 20px;
	text-indent: -9999px;
}

.product #slider .slick-next {
	margin: 0;
	padding: 0;
	border-style: none;
	background: transparent url(/images/slider-next.svg) no-repeat;
	width: 24px;
	height: 75px;
	position: absolute;
	top: 184px;
	right: 20px;
	text-indent: -9999px;
}

.product #slider .slick-dots {
	width: 448px;
	margin: 0;
	padding: 20px 0 0;
	list-style-type: none;
	overflow: hidden;
	display: none !important;
}

.product #slider .slick-dots li {
	margin: 0 8px 8px 0;
	float: left;
	width: 104px;
	padding: 0;
}

.product #slider .slick-dots li.slick-active {
	border: 4px solid #7f7f7f;
}

.product .detail {
	width: 100%;
	margin: 0 0 30px;
	padding: 0 0 4px;
	float: right;
	clear: right;
	border-bottom: 1px solid #414141;
	position: relative;
}

.product .detail h1 {
	color: #a6916a;
	font: 28px/30px 'conquerorsanslight';
	margin: 0 0 8px;
	padding: 0;
}

.product .detail h3 {
	color: #414141;
	font: 20px/26px 'Crimson Text';
	margin: 0 0 30px;
	padding: 0;
}

.product .detail p {
	color: #414141;
	font: 20px/26px 'conquerorsanslight';
	margin: 0 0 4px;
	padding: 0;
}

.product .detail p small {
	font-size: 14px;
	padding-left: 5px;
}

.product .detail ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	right: 0;
	bottom: 0;
}

.product .detail li {
	float: left;
	color: #414141;
	font: 20px/26px 'conquerorsanslight';
	margin: 0 0 10px 26px;
	padding: 0;
}

.product .detail li a.enquire {
	padding-left: 36px;
	background: url(/images/icon-enquire.svg) no-repeat left center;
	text-decoration: none;
	color: #414141;
}

li a.buy {
	padding-left: 38px;
	background: url(/images/icon-buy.svg) no-repeat left center;
	text-decoration: none;
	color: #414141;
}

p a.priceButton
{
    font-size:90%;
}

.product .description {
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	clear: none;
}

.product .description p {
	color: #767676;
	font: 22px/28px 'conquerorsanslight';
	margin: 0 0 24px;
	padding: 0;
}

#secondary {
	width: 220px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 40px;
	top: 30px;
	display: none;
}

#secondary ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#secondary li {
	margin: 0;
	padding: 0 0 0 20px;
	font: 15px/18px 'conquerorsanslight';
	color: #525252;
}

#secondary li.parent {
	background: url(/images/secondary-hamburger.svg) no-repeat 0 16px;
}

#secondary li a {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	border-bottom: 1px solid #d9d0c0;
}

#secondary li:first-child a {
	padding-top: 0;
}

#secondary li.show a {
	border: none;
}

#secondary li:last-child a {
	border-style: none;
}

#secondary li a:link, #secondary li a:visited {
	color: #525252;
	text-decoration: none;
}

#secondary li a:hover, #secondary li a:active {
	color: #000;
	text-decoration: none;
}

#secondary li.active a {
	/*border-style: none;*/
}

#secondary li.active a:link, #secondary li.active a:visited {
	color: #a6916a;
}

#secondary li.active a:hover, #secondary li.active a:active {
	color: #a6916a;
}

#secondary li ul {
	margin: 0;
	padding: 0 0 6px;
	display: none;
	border-bottom: 2px solid #a6916a;
}

#secondary li ul.show {
	display: block;
}

#secondary li.active ul {
	display: block;
}

#secondary li.show ul {
	display: block;
}

#secondary li li {
	margin: 0 0 6px;
	padding: 0;
}

#secondary li li a {
	border-style: none;
	background: url(/images/secondary-arrow.svg) no-repeat left center;
	padding: 0 0 0 12px;
	margin: 0;
}

#secondary li li a span {
	color: #848484;
}

#secondary li li a:link, #secondary li li a:visited {
	color: #525252;
	text-decoration: none;
}

#secondary li li a:hover, #secondary li li a:active {
	color: #000;
	text-decoration: none;
}

#secondary li.active li a:link, #secondary li.active li a:visited {
	color: #525252;
	text-decoration: none;
}

#secondary li.active li a:hover, #secondary li.active li a:active {
	color: #000;
	text-decoration: none;
}

#secondary li li.active a:link, #secondary li li.active a:visited {
	color: #a6916a;
}

#secondary li li.active a:hover, #secondary li li.active a:active {
	color: #a6916a;
}

.listing article {
	margin: 0;
	padding: 20px 35px 76px;
	position: relative;
}

.listing article .activeNav {
	display: block;
	margin: 0 0 40px;
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 50;
}

.listing article .activeNav li {
    cursor: pointer;
	font: 28px/36px 'Crimson Text';
	color: #525252;
	margin: 0;
	vertical-align: middle;
	display: block;
	text-align: left;
	width: 100%;
	border: 1px solid #ccc;
}

.listing article .activeNav li a {
	color: #525252;
	background: url(/images/select-arrow.svg) no-repeat right center, linear-gradient(to top, #e6e6e6, #fff);
	display: block;
	padding: 14px 66px 14px 18px;
	text-decoration: none;
}

.listing article .activeNav li ul {
	display: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.listing article .activeNav li ul.show {
	display: block;
}

.listing article .activeNav li li {
    cursor: pointer;
	font: 18px/1 'Crimson Text';
	width: 100%;
	margin: 0;
	padding: 0;
	border-style: none;
}

.listing article .activeNav li li a:link, .listing article .activeNav li li a:visited {
	color: #525252;
	background: #eee;
	text-decoration: none;
}

.listing article .activeNav li li a:hover, .listing article .activeNav li li a:active {
	background: #ddd;
}

.listing article .activeNav li li.active a:link, .listing article .activeNav li li.active a:visited {
	background: #ccc;
}

.listing article .activeNav li li.active a:hover, .listing article .activeNav li li.active a:active {
	background: #ccc;
}

.listing article h2 {
	font: 36px/44px 'Crimson Text';
	color: #525252;
	margin: 0 0 12px;
	padding: 0;
	display: none;
}

.listing article h2 span {
	color: #a6916a;
}

.listing .filters {
	margin: 0;
	padding: 0;
}

.listing .filter-pagination {
	margin: 0 9px 0 0;
	padding: 8px 0 0;
	height: 58px;
	position: relative;
	display: none;
}

.listing .pagination-current {
	font: 18px/1 'conquerorsanslight';
	color: #525252;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.listing .pagination-current span {
	color: #a6916a;
}

.listing .pagination-select {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	white-space: nowrap;
}

.listing .pagination-select dl {
	margin: 0;
	padding: 31px 0 0;
	width: 73px;
	position: relative;
	border: 1px solid #ccc;
}

.listing .pagination-select dt {
    cursor: pointer;
	font: 18px/1 'conquerorsanslight';
	color: #525252;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	text-align: right;
}

.listing .pagination-select dt .select-result {
	display: inline-block;
	width: 71px;
	margin: 0 0 0 2px;
	text-align: left;
	color: #000;
	height: 31px;
	padding-top: 7px;
	padding-left: 6px;
	padding-right: 32px;
	background: url(/images/select-arrow.svg) no-repeat 49px 14px, linear-gradient(to top, #f3f3f3, #fff);
}

.listing .pagination-select dd {
	display: none;
    cursor: pointer;
	font: 18px/1 'conquerorsanslight';
	color: #525252;
	width: 71px;
	background-color: #eee;
	margin: 0;
	padding: 3px 6px;
}

.listing .pagination-select .active dd {
	display: block;
}

.listing .pagination-select .active dd.active {
	background-color: #ccc;
}

.listing .pagination-select .active dd:hover {
	background-color: #ddd;
}

.listing .pagination-select .active dd.active:hover {
	background-color: #ccc;
}

.listing .filter-sort {
	margin: 0 0 24px;
	padding: 12px 20px 10px;
	background-color: #ededed;
	text-align: center;
	height: 42px;
}

.listing .sort-type {
	margin: 0;
	padding: 0;
	float: none;
	display: inline-block;
}

.listing .sort-type dl {
	margin: 0;
	padding: 0;
}

.listing .sort-type dt {
	margin: 0 10px 0 0;
	padding: 0;
	font: 16px/20px 'conquerorsanslight';
	float: left;
	color: #525252;
}

.listing .sort-type dd {
	margin: 0 10px 0 0;
	padding: 0;
	font: 16px/20px 'conquerorsanslight';
	float: left;
	color: #a6916a;
	cursor: pointer;
	text-decoration: underline;
}

.listing .sort-type dd:hover {
	text-decoration: none;
}

.listing .sort-type dd.active {
	text-decoration: none;
	color: #525252;
}

.listing .pagination-menu
{
    margin: 0;
    padding: 0;
}

.listing .pagination-menu dl {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.listing .pagination-menu dt {
	display: none;
}

.listing .pagination-menu dd {
	font: 18px/20px 'conquerorsanslight';
	color: #525252;
	margin: 0;
	padding: 0;
}

.listing .pagination-menu dd[data-value] {
	cursor: pointer;
	margin-right: 5px;
	margin-left: 5px;
}

.listing .pagination-menu dd[data-value]:hover {
	color: #000;
	text-decoration: underline;
}

.listing .pagination-menu dd.active {
	color: #a6916a;
	font-family: 'conquerorsanslight';
	text-decoration: underline;
}

.listing .pagination-menu dd.prev {
	width: 8px;
	height: 20px;
	background: url(/images/pagination-prev.svg) no-repeat;
	text-indent: -9999px;
}


.listing .pagination-menu dd.next {
	margin: 0;
	width: 8px;
	height: 20px;
	background: url(/images/pagination-next.svg) no-repeat;
	text-indent: -9999px;
}

.listing .pagination-menu dd a
{
    display:block;
    width:100%;
    height:100%;
}

.sort-price {
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	display: none;
}

.sort-price dl {
	margin: 0;
	padding: 0;
}

.sort-price dt {
	margin: 0;
	padding: 0;
	font: 16px/20px 'conquerorsanslight';
	float: left;
	color: #525252;
}

.sort-price dd {
	margin: 0 0 0 10px;
	padding: 0;
	font: 16px/20px 'conquerorsanslight';
	float: left;
	color: #a6916a;
	cursor: pointer;
	text-decoration: underline;
}

.sort-price dd:hover {
	text-decoration: none;
}

.sort-price dd.active {
	text-decoration: none;
	color: #525252;
}

section.detail .sort-price
{
    display:block;
    float:left;
}

section.detail .sort-price dd
{
    margin:0px 10px 0 0;
}


.listing .list {
	margin: 0 0 6px;
	padding: 0;
}

.listing .list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	overflow: hidden;
}

.listing .list li {
	width: 100%;
	overflow: hidden;
	float: left;
}

.listing .list .item {
	margin: 0 0 18px;
	padding: 0;
	border: 1px solid #b7b7b7;
	overflow: hidden;
	position: relative;
	height: 250px;
}


.listing .list .item.intro {
	border: none;
	padding: 10px 36px 10px 19px;
	display: none;
}

.listing .list .item.intro p {
	color: #848484;
	font: 15px/21px 'conquerorsanslight';
	margin: 0 0 21px;
	padding: 0;
	float: none;
}

.listing .list .item.intro dl {
	margin: 0 0 21px;
	padding: 0;
	width: 100%;
	overflow: hidden;
	display: block;
}

.listing .list .item.intro dt {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	color: #000;
	font: 15px/21px 'conquerorsanslight';
}

.listing .list .item.intro dd {
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	color: #848484;
	font: 15px/21px 'conquerorsanslight';
}

.listing .list .item.intro a:link, .listing .list .item.intro a:visited {
	color: #a6916a;
	text-decoration: none;
}

.listing .list .item.intro a:hover, .listing .list .item.intro a:active {
	color: #a6916a;
	text-decoration: underline;
}

.listing .list .item a.wrap {
	display: block;
	margin: 0;
	padding: 9px 201px 54px 18px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.listing .list .item picture {
	width: 183px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.listing .list .item picture img
{
    width: auto;
    height:248px;
    margin:0 auto;
}

.listing .list .item canvas
{
    margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}



.listing .list .item h3 {
	margin: 0 0 6px;
	padding: 0;
	float: left;
	font: 20px/26px 'Crimson Text';
	color: #434343;
	clear: left;
    max-height:52px;
    overflow:hidden;
    text-overflow:ellipsis;
}

.listing .list .item h4 {
	margin: 0;
	padding: 0;
	float: left;
	font: 20px/26px 'conquerorsanslight';
	color: #a6916a;
	clear: left;
    max-height:80px;
    overflow:hidden;
}

.listing .list .item h5 {
	margin: 0 0 6px;
	padding: 0;
	float: left;
	font: 20px/26px 'conquerorsanslight';
	color: #434343;
	clear: left;
}

.listing .list .item .shortDescription
{
    float:left;
    clear:both;
}

.listing .list .item .shortDescription p
{
    text-overflow: ellipsis;
}


.listing .list .item h5 small {
	font-size: 14px;
	padding-left: 5px;
}

.listing .list .item p {
	margin: 0 0 6px;
	padding: 0;
	float: left;
	font: 13px/17px 'conquerorsanslight';
	color: #848484;
	clear: left;
	display: none;
}

.listing .list .item a.enquire {
	position: absolute;
	bottom: 14px;
	left: 18px;
	background: url(/images/icon-enquire.svg) no-repeat left center;
	text-decoration: none;
	color: #414141;
	font: 20px/26px 'conquerorsanslight';
	padding: 0 0 0 36px;
	margin: 0;
}

.listing .list .item .addToBasket
{
    position: absolute;
	right: 201px;
	bottom: 14px;
}

input.buy {
	
    border:none;
	background: url(/images/icon-buy.svg) no-repeat left center;
	text-decoration: none;
	color: #414141;
	font: 20px/26px 'conquerorsanslight';
	padding: 0 0 0 38px;
	margin: 0;
}

a.download {
	
    border:none;
	background: url(/images/icon-download.svg) no-repeat left center;
	text-decoration: none;
	color: #414141;
	font: 20px/26px 'conquerorsanslight';
	padding: 0 0 0 38px;
	margin: 0;
}

a.disabled {
	
    border:none;
    background:none;
	text-decoration: none;
	color: #AAAAAA;
	font: 20px/26px 'conquerorsanslight';
	padding: 0 0 0 0px;
	margin: 0;
}

.checkout article {
	width: 440px;
	margin: 0 auto;
	padding: 12px 0 100px;
	position: relative;
}

.checkout .progress {
	margin: 0 0 45px;
	padding: 0;
}

.checkout .progress ul {
	margin: 0;
	padding: 0;
	width: 440px;
	list-style-type: none;
	overflow: hidden;
	height: 62px;
	position: relative;
}

.checkout .progress li {
	margin: 0;
	padding: 0;
	float: left;
	position: absolute;
	overflow: hidden;
	background: url(/images/progress.svg) no-repeat left top;
	background-size: auto 200%;
	font: 18px/62px 'conquerorsanslight';
	color: #818181;
	text-align: center;
    cursor:default;
}

.checkout .progress li a {
	color: inherit;
    cursor:default;
}

button.glow
{
    -webkit-box-shadow:0 0 20px #0b9444; 
    -moz-box-shadow: 0 0 20px #0b9444;
    box-shadow:0 0 20px #0b9444;
    transition: box-shadow 1s linear;
}

.checkout .progress li.active {
	background: url(/images/progress.svg?v=2) no-repeat left bottom;
	background-size: auto 200%;
	color: #fff;
}

.checkout .progress li:nth-child(1) {
	left: -25px;
	width: 107px;
	height: 62px;
}

.checkout .progress li:nth-child(2) {
	left: 57px;
	width: 175px;
	height: 62px;
}

.checkout .progress li:nth-child(3) {
	left: 207px;
	width: 175px;
	height: 62px;
}

.checkout .progress li:nth-child(4) {
	left: 357px;
	width: 83px;
	height: 62px;
}

.checkout .progress li mark {
	font-weight: normal;
	font-style: normal;
	padding: 0 0 0 42px;
	margin: 0;
	color: inherit;
	display: inline-block;
	height: 62px;
}

.checkout .progress li mark.progress-basket {
	background: url(/images/progress-basket.svg) no-repeat right center;
	text-indent: -9999px;
	padding-left: 36px;
}

.checkout .progress li.active mark.progress-basket {
	background: url(/images/progress-basket-active.svg) no-repeat right center;
	text-indent: -9999px;
	padding-left: 36px;
}

.checkout .progress li mark.progress-delivery {
	background: url(/images/progress-delivery.svg) no-repeat left center;
}

.checkout .progress li.active mark.progress-delivery {
	background: url(/images/progress-delivery-active.svg) no-repeat left center;
}

.checkout .progress li mark.progress-payment {
	background: url(/images/progress-payment.svg) no-repeat left center;
}

.checkout .progress li.active mark.progress-payment {
	background: url(/images/progress-payment-active.svg) no-repeat left center;
}

.checkout .progress li mark.progress-complete {
	background: url(/images/progress-confirm.svg) no-repeat right center;
	text-indent: -9999px;
	padding-left: 47px;
}

.checkout .progress li.active mark.progress-complete {
	background: url(/images/progress-confirm-active.svg) no-repeat right center;
	text-indent: -9999px;
	padding-left: 47px;
}

.checkout h2 {
	font: 30px/36px 'Crimson Text';
	margin: 0 0 16px;
	padding: 0;
	color: #434343;
}

.checkout dl {
	width: 100%;
	overflow: hidden;
	margin: 0 0 8px;
	padding: 0;
}

.checkout dt {
	margin: 0 0 12px;
	padding: 0;
	font: 22px/28px 'conquerorsanslight';
	color: #434343;
	float: left;
	clear: right;
}

.checkout dd {
	margin: 0 0 12px;
	padding: 0;
	font: 22px/28px 'conquerorsanslight';
	color: #434343;
	float: right;
}

.checkout p {
	color: #818181;
	font: 22px/28px 'conquerorsanslight';
	margin: 0 0 22px;
	padding: 0;
}

.checkout .basketHeading
{
    width:100%;
    padding:0px 30px 0px 30px;
    margin-bottom:30px;
    float:left;
    display:none;
}

.checkout .basketHeading h2
{
    width:50%;
    margin:0px;
    display:inline-block;
    float:left;
    font-size:36px;
}

.checkout .basketHeading button
{
    float:right;
    margin:0px;
    display:inline-block;
}

.checkout .basket-item {
	width: 100%;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 0;
}

.checkout .basket-item h2 {
	font: 20px/26px 'conquerorsanslight';
	color: #a6916a;
	margin: 0 0 6px;
	padding: 0;
	width: 312px;
	float: right;
}

.checkout .basket-item h3 {
	font: 20px/26px 'Crimson Text';
	color: #434343;
	width: 312px;
	float: right;
	clear: right;
	margin: 0;
	padding: 0;
}

.checkout .basket-item h4 {
	font: 20px/26px 'conquerorsanslight';
	color: #434343;
	width: 312px;
	float: right;
	clear: right;
	margin: 0 0 6px;
	padding: 0;
	float: right;
}

.checkout .basket-item h5
{
    clear:both;
    width:100%;
    font: 16px/22px 'conquerorsanslight';
    padding-bottom:12px;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom:12px;
}

.checkout .basket-item h5 span
{
    display:inline-block;
    float:right;
}

.checkout .basket-item h4 small {
	font: 14px/26px 'conquerorsanslight';
}

.checkout .basket-item p {
	width: 312px;
	float: right;
	clear: right;
	font: 13px/17px 'conquerorsanslight';
	color: #848484;
	margin: 0 0 6px;
	padding: 0;
}

.checkout .basket-item figure {
	width: 104px;
    height: 200px;
	margin: 0 0 10px;
	padding: 0;
	float: left;
	text-align: center;
}

.checkout .basket-item figure a
{
    width:104px;
    height:138px;
    display:block;
}

.checkout .basket-item figure picture
{
    width:104px;
    height:138px;
}

.checkout .basket-item figure img 
{
	margin: 0 0 10px;
    width:100%;
}

.checkout .basket-item button.remove {
	margin: 10px 0 10px;
	padding: 0 0 0 26px;
	font: 16px/20px 'conquerorsanslight';
	color: #434343;
	border-style: none;
	background: #fff url(/images/checkout-remove.svg) no-repeat left center;
}

.checkout .basket-item button.remove:hover {
	color: #000;
}

.checkout .basket-totals {
	margin: 0;
	padding: 0;
	text-align: center;
}

.checkout .basket-totals ul.cards
{
    list-style-type:none;
    height:39px;
    overflow:hidden;
    padding:0px;
    margin:30px 0px 0px 0px;
}

.checkout .basket-totals ul.cards li
{
    display:inline-block;
    margin:0px;
    margin-right:20px;
    padding:0px;
}

.checkout dl.basket-price {

}

.checkout .cardField
{
}

.checkout .greyField
{
    opacity:0.5;
}

.checkout button.paypal
{
    margin-top:2px;
    display:inline-block;
    width:127px;
    height:39px;
    background-image:linear-gradient(to top, #e6e6e6, #fff);
    text-align:left;
    padding-left:10px;
    padding-top:7px;
    border: 1px solid #b7b7b7;
    vertical-align:middle;
}

.checkout button.paypal img
{
    display:inline-block;
    float:right;
    margin-left:5px;
    margin-right:10px;
    margin-top:-1px;
}

.checkout button.paypal span
{
    display:none;
}

.checkout dl.basket-subtotal {
	/*border-top: 1px solid #c6c6c6;
	padding: 12px 0 0;*/
}

.checkout dl.basket-total {
	border-top: 1px solid #c6c6c6;
	padding: 12px 0 0;
}

.basket-button {
	font: 26px/68px 'conquerorsanslight';
	color: #fff;
	width: 440px;
	border-style: none;
	background-color: #0b9444;
	margin: 30px 0 0;
	padding: 0;
}

.checkout .summary {
	margin: 0 0 24px;
	padding: 0;
	border-style: none;
	display: block;
}

.checkout .summary p {
	font: 22px/28px 'conquerorsanslight';
	color: #757575;
	margin: 0 0 6px;
	padding: 0;
	clear: both;
}

.checkout .summary-total {
	border-top: 1px solid #c6c6c6;
	padding: 12px 0 0;
	margin: 0 0 30px;
}

.checkout dl.summary-delivery {
	margin: 0 0 30px;
	padding: 0;
	width: 205px;
	float: left;
}

.checkout .summary-delivery dt {
	border-bottom: 1px solid #c6c6c6;
	width: 100%;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

.checkout .summary-delivery dd {
	float: none;
}

.checkout dl.summary-billing {
	margin: 0 0 30px;
	padding: 0;
	width: 205px;
	float: right;
}

.checkout .summary-billing dt {
	border-bottom: 1px solid #c6c6c6;
	width: 100%;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

.checkout .summary-billing dd {
	float: none;
}

.checkout .confirm {
	margin: 0 0 24px;
	padding: 0;
	border-style: none;
	display: block;
	width: 100%;
	overflow: hidden;
}

.checkout .confirm p {
	color: #434343;
}

.checkout .confirm dl {
	margin: 22px 0;
}

.checkout dl.confirm-order {
	margin: 36px 0 22px;
}

.checkout .confirm-item dd {
	float: none;
	clear: both;
}

.checkout dl.confirm-delivery {
	width: 205px;
	float: left;
	margin: 22px 0;
}

.checkout .confirm-delivery dt {
	border-bottom: 1px solid #c6c6c6;
	width: 100%;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

.checkout .confirm-delivery dd {
	float: none;
}

.checkout dl.confirm-billing {
	width: 205px;
	float: right;
	margin: 22px 0;
}

.checkout .confirm-billing dt {
	border-bottom: 1px solid #c6c6c6;
	width: 100%;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

.checkout .confirm-billing dd {
	float: none;
}

.checkout .altAddress
{
    width:100%;
    list-style-type:none;
    font:14px/18px 'conquerorsanslight';
    margin:0px;
    padding:0px;
}

.checkout .altAddress li
{
    font-style:italic;
    color:red;
    display:inline-block;
}

.checkout .altAddress li:first-of-type
{
    font-weight:bold;
}

.form article {
	width: 440px;
	margin: 0 auto;
	padding: 12px 0 100px;
	position: relative;
}

form {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

form fieldset {
	margin: 0 0 24px;
	padding: 0;
	border-style: none;
	display: block;
}

form fieldset.disabled {
	opacity: 0.5;
}

form fieldset.single {
	
}

fieldset.payment legend
{
    width:100%;
    background-image:url(/images/payment_logos.png);
    background-size:146px 19px;
    background-position:100% 9px;
    background-repeat:no-repeat
}


form legend {
	font: 30px/36px 'Crimson Text';
	margin: 0 0 16px;
	padding: 0;
	color: #434343;
}

form .legend {
	height: 0;
	margin: -24px 0 0;
	padding: 0;
}

form .field {
	display: block;
	margin: 0 0 8px;
	padding: 0;
	position: relative;
	width: 100%;
	overflow: hidden;
}

form .field .half {
	display: block;
	width: 50%;
	margin: 0;
	padding: 0;
}

form .field .half:nth-of-type(1) {
	padding: 0 10px 0 0;
	float: left;
	clear: left;
}

form .field .half:nth-of-type(2) {
	padding: 0 0 0 10px;
	float: right;
}

form .field .largehalf {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

form .field .short {
	display: block;
	width: 33.3334%;
	margin: 0;
	padding: 0;
}

form .field .short:last-child {
	padding: 0 0 0 10px;
	float: right;
}

form .field .short:first-child {
	padding: 0 10px 0 0;
	float: left;
}

form .field .long {
	display: block;
	width: 66.6667%;
	margin: 0;
	padding: 0;
}

form .field .long:last-child {
	padding: 0 0 0 10px;
	float: right;
}

form .field .long:first-child {
	padding: 0 10px 0 0;
	float: left;
}

.errors
{
    margin: 0px 0px 20px 20px;
    color: red;
}

form .field span.error
{
    /*position:absolute;
    top:0px;
    right:0px;*/
    font: 12px/1 'conquerorsanslight';
    color:#FF0000;
    padding-top:3px;
    padding-bottom:6px;
    display:inline-block;
    text-transform:uppercase;
}

form label {
	display: inline-block;
	font: 22px/1 'conquerorsanslight';
	color: #434343;
	margin: 0 0 4px;
	padding: 0;
	width: 100%;
}

form.listing label {
	width: auto;
	font: 18px/1 "conquerorsanslight";
	color: #525252;
	margin: 0 4px 0 0;
}

form #useSameAddressForShipment + label {
	width: 100%;
	line-height: 40px;
}

form input {

}

/*
form input[type='checkbox'] {
	height: 36px;
}

form input[type='checkbox'].css {
	height: 18px;
}
*/

/* Base for label styling */
form input[type="checkbox"]:not(:checked),
form input[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

form input[type="checkbox"]:not(:checked) + label,
form input[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 40px;
	cursor: pointer;
}

/* checkbox aspect */
form input[type="checkbox"]:not(:checked) + label:before,
form input[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left:0; top: 2px;
	width: 34px; height: 34px;
	border: 1px solid #b7b7b7;
	background: linear-gradient(to top, #e6e6e6, #fff);
	border-radius: 0;
}

/* checked mark aspect */
form input[type="checkbox"]:not(:checked) + label:after,
form input[type="checkbox"]:checked + label:after {
	content: 'âœ”';
	position: absolute;
	top: -2px; left: 4px;
	font-size: 40px;
	color: #525252;
	transition: all .2s;
}

/* checked mark aspect changes */
form input[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

form input[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

/* disabled checkbox */
form input[type="checkbox"]:disabled:not(:checked) + label:before,
form input[type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

form input[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}

form input[type="checkbox"]:disabled + label {
	color: #aaa;
}

form input[type='radio'] {
	
}

form input[type='text'] {
	margin: 2px 0 8px;
	padding: 14px;
	border: 1px solid #b7b7b7;
	overflow: hidden;
	background-image: linear-gradient(to top, #e6e6e6, #fff);
	display: inline-block;
	width: 100%;
	color: #525252;
	font: 26px/32px 'Crimson Text';
	border-radius: 0;
}

form input[type='email'] {
	margin: 2px 0 8px;
	padding: 14px;
	border: 1px solid #b7b7b7;
	overflow: hidden;
	background-image: linear-gradient(to top, #e6e6e6, #fff);
	display: inline-block;
	width: 100%;
	color: #525252;
	font: 26px/32px 'Crimson Text';
	border-radius: 0;
}

form input[type='tel'] {
	margin: 2px 0 8px;
	padding: 14px;
	border: 1px solid #b7b7b7;
	overflow: hidden;
	background-image: linear-gradient(to top, #e6e6e6, #fff);
	display: inline-block;
	width: 100%;
	color: #525252;
	font: 26px/32px 'Crimson Text';
	border-radius: 0;
}

form input[type='number'] {
	margin: 2px 0 8px;
	padding: 14px;
	border: 1px solid #b7b7b7;
	overflow: hidden;
	background-image: linear-gradient(to top, #e6e6e6, #fff);
	display: inline-block;
	width: 100%;
	color: #525252;
	font: 26px/32px 'Crimson Text';
	border-radius: 0;
}

form textarea {
	margin: 2px 0 8px;
	padding: 14px;
	border: 1px solid #b7b7b7;
	overflow: hidden;
	background-image: linear-gradient(to top, #e6e6e6, #fff);
	display: inline-block;
	width: 100%;
	color: #525252;
	font: 26px/32px 'Crimson Text';
	height: 150px;
	border-radius: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

form .selectwrap {
	position: relative;
	margin: 0 0 12px;
	padding: 0;
	display: block;
}

form .select {
	color: #525252;
	font: 26px/32px 'Crimson Text';
	background: url(/images/select-arrow.svg) no-repeat right center, linear-gradient(to top, #e6e6e6, #fff);
	display: block;
	margin: 2px 0 0;
	padding: 14px 60px 14px 14px;
	border: 1px solid #b7b7b7;
	width: 100%;
}

form select.styled {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	border-style: none;
	top: 0;
	left: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

form select.styled option
{
	margin: 0;
	padding: 3px 7px 3px 14px;
	font: 20px/26px 'Crimson Text';
}

form select.css {
	color: #525252;
	font: 24px/30px 'Crimson Text';
	background: url(/images/select-arrow.svg) no-repeat right center, linear-gradient(to top, #e6e6e6, #fff);
	display: block;
	margin: 2px 0 0;
	padding: 14px 60px 14px 14px;
	border: 1px solid #b7b7b7;
	width: 100%;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px;
}

.ie form select.css {
	color: #525252;
	font: 24px/30px 'Crimson Text';
	display: block;
	margin: 2px 0 0;
	padding: 14px;
	border: 1px solid #b7b7b7;
	width: 100%;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px;
	background-image: linear-gradient(to top, #e6e6e6, #fff);
}

form .checkbox {
	width: 36px;
	height: 36px;
	margin: 0 6px 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: bottom;
	border: 1px solid #b7b7b7;
	background: url(/images/checkbox.png) no-repeat 0px 0px;
}

form .submit {
	width: 100%;
	margin: 24px 0 30px;
	padding: 0;
	text-align: center;
}

form .submit button {
	font: 26px/68px 'conquerorsanslight';
	color: #fff;
	padding: 0;
	width: 440px;
	border-style: none;
	background-color: #0b9444;
	margin: 0;
}

p.intro span.address
{
    display:block;
    width:529px;
    background-repeat:no-repeat;
	background-image:url(/images/maggs_bedford_title.jpg);
    background-size:426px 45px;
    padding-top:55px;

}

p.intro span.address.second
{
    background-image:url(/images/maggs_mayfair_title.jpg);
}


p.intro span.plus
{
	padding:10px 0px 10px 0px;
	line-height:30px;
	font-size:16px;
	display:block;
}


p.intro span.plus small
{
    display:block;
    font-size:16px;
}

p.intro span.plus b
{
    display:none;
    font-weight:normal;
}

footer {
	background-color: #2b2b2b;
	padding: 80px 0 70px;
	margin: 0;
	text-align: center;
	width: 100%;
	float: none;
	clear: both;
}



footer span.address br
{
	content:',';
    display:inline-block;
}

footer span.address, footer span.plus
{
	color:#d1a981;
	display:block;
	padding:0px 0px 0px 0px;
}

footer span.plus
{
	font-style:italic;
	line-height:28px;
}

footer span.plus b
{
    display:inline-block;
}

footer span.plus small
{
    display:none;
}


footer span.address br:after
{
	content: ', ';
}


footer dl#memberships {
	margin: 0 0 40px;
	padding: 0;
}

footer #memberships dt {
	font: 16px/1 'Crimson Text';
	color: #d1a981;
	display: block;
	margin: 0 0 16px;
	padding: 0;
	text-transform: uppercase;
	float: none;
	clear: none;
}

footer #memberships dd {
	display: inline-block;
	margin: 0 6px;
	padding: 0;
	float: none;
	clear: none;
}

footer #memberships dd a {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

footer #memberships dd.aba a {
	width: 91px;
	height: 92px;
	background: url(/images/member-aba.png) no-repeat;
	background-size: 100%;
}

footer #memberships dd.pbfa a {
	width: 70px;
	height: 92px;
	background: url(/images/member-pbfa.png) no-repeat;
	background-size: 100%;
}

footer #memberships dd.ilab a {
	width: 89px;
	height: 92px;
	background: url(/images/member-ilab.png) no-repeat;
	background-size: 100%;
}

footer #tertiary {
	display: block;
	margin: 0 0 20px;
	padding: 0;
}

footer #tertiary ul {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

.csscolumns footer #tertiary ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

footer #tertiary li {
	font: 20px/23px 'Crimson Text';
	display: block;
	margin: 0 10px 12px;
	padding: 0;
	text-align: left;
}

.csscolumns footer #tertiary li:nth-child(-n+2) {
	text-align: right;
}

footer #tertiary li a:link, footer #tertiary li a:visited {
	color: #d1a981;
	text-decoration: none;
	border-bottom: 1px solid #d1a987;
}

footer #tertiary li a:hover, footer #tertiary li a:active {
	color: #d1a981;
	text-decoration: none;
	border-bottom: none;
}

footer #connect {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

footer #connect li {
	font: 18px/33px 'Crimson Text';
	display: inline-block;
	padding: 0;
	margin: 0 10px 10px;
}

footer #connect li ul {
	margin: 0;
	padding: 0;
}

footer #connect li li {
	margin: 0 3px;
	padding: 0;
}

footer #connect li a:link, footer #connect li a:visited {
	color: #d1a981;
	text-decoration: none;
}

footer #connect li a:hover, footer #connect li a:active {
	color: #d1a981;
	text-decoration: underline;
}

footer #connect li.phone a {
	background: url(/images/icon-phone.svg) no-repeat left center;
    background-size:initial;
	padding: 0 0 0 32px;
	margin: 0;
	display: block;
}

footer #connect li.facebook a {
	width: 33px;
	height: 33px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url(/images/icon-facebook.png) no-repeat;
    background-size:33px 33px;
	display: block;
}

footer #connect li.twitter a {
	width: 33px;
	height: 33px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url(/images/icon-twitter.png) no-repeat;
    background-size:33px 33px;
	display: block;
}

footer #connect li.instagram a {
	width: 33px;
	height: 33px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url(/images/icon-instagram.png) no-repeat;
    background-size:33px 33px;

	display: block;
}

footer address {
	font: 18px/22px 'Crimson Text';
	color: #d1a981;
	margin: 0;
	padding: 0;
}
	
}

@media only screen and (min-width: 520px) {

#SuggestBox
{
    float:left;
    right:82px;
    top:29px;
}

.home #promos {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.home #carousel {
	width: 100%;
	margin: 0;
	padding: 0;
	float: right;
	height: 450px;
	position: relative;
}

.home #carousel img
{
    background-position:center top;
    background-size:100% auto;
}

.home #hero {
	width: 62.5%;
	margin: 0;
	padding: 0;
	float: right;
	height: 450px;
	position: relative;
	overflow: hidden;
    display:none;
}

.home #hero img {
	height: 100%;
	width: auto;
	position: absolute;
	min-width: 100%;
	min-height: 100%;
}

}

@media only screen and (min-width: 740px) {


#IFScroller
{
    width:calc(100% - 240px);
}

.IFItem img
{
    width:120px;
    height:120px;
}

#InstaFeed h4
{
    display:block;
}

.home .ignore
{
    visibility:hidden;
    display:none;
}

.home #hero
{
    display:block;
}

.home #carousel
{
    width: 37.5%;
}

.home #carousel img {
	height: 100%;
	width: auto;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
    background-size:auto 100%;
    background-position:center;
    background-repeat:no-repeat;
}

.home #carousel .caption tbody tr td 
{
	font-size: 2vw;
	line-height: 2.6vw;
    padding-left:25px;
    padding-right:25px;
}

.childItems ul {
	width: 636px;
}

.gallery ul {
	width: 642px;
}

.checkout article {
	width: 600px;
}

.checkout .progress ul {
	width: 600px;
}

.checkout .progress li:nth-child(1) {
	left: -25px;
	width: 187px;
	height: 62px;
}

.checkout .progress li:nth-child(2) {
	left: 137px;
	width: 175px;
	height: 62px;
}

.checkout .progress li:nth-child(3) {
	left: 287px;
	width: 175px;
	height: 62px;
}

.checkout .progress li:nth-child(4) {
	left: 437px;
	width: 163px;
	height: 62px;
}

.checkout .progress li mark.progress-basket {
	background: url(/images/progress-basket.svg) no-repeat left center;
	text-indent: 0;
	padding-left: 42px;
}

.checkout .progress li.active mark.progress-basket {
	background: url(/images/progress-basket-active.svg) no-repeat left center;
	text-indent: 0;
	padding-left: 42px;
}

.checkout .progress li mark.progress-delivery {
	background: url(/images/progress-delivery.svg) no-repeat left center;
}

.checkout .progress li.active mark.progress-delivery {
	background: url(/images/progress-delivery-active.svg) no-repeat left center;
}

.checkout .progress li mark.progress-payment {
	background: url(/images/progress-payment.svg) no-repeat left center;
}

.checkout .progress li.active mark.progress-payment {
	background: url(/images/progress-payment-active.svg) no-repeat left center;
}

.checkout .progress li mark.progress-complete {
	background: url(/images/progress-confirm.svg) no-repeat left center;
	text-indent: 0;
	padding-left: 42px;
}

.checkout .progress li.active mark.progress-complete {
	background: url(/images/progress-confirm-active.svg) no-repeat left center;
	text-indent: 0;
	padding-left: 42px;
}

.checkout .basket-item h2 {
	width: 472px;
}

.checkout .basket-item h3 {
	width: 472px;
}

.checkout .basket-item h4 {
	width: 472px;
}

.checkout .basket-item p {
	width: 472px;
}

.checkout dl.summary-delivery {
	width: 285px;
}

.checkout dl.summary-billing {
	width: 285px;
}

.checkout dl.confirm-delivery {
	width: 285px;
}

.checkout dl.confirm-billing {
	width: 285px;
}

.form article {
	width: 600px;
}
	
	
	
}

@media only screen and (min-width: 1000px) {


header {
	background-color: #2b2b2b;
	height: 82px;
	margin: 0;
	padding: 0;
	position: relative;
}

header .logo {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 30px;
	width: 248px;
	height: 61px;
	z-index: 100;
}

header .logo a {
	display: block;
	width: 248px;
	height: 61px;
	margin: 0;
	padding: 0;
	background: url(/images/logo-maggs.png?v=2) no-repeat;
    background-size:contain;
	text-indent: -9999px;
}

header nav {
	margin: 0;
	padding: 0 0 0 490px;
	top: 29px;
	position: absolute;
	left: 0;
	width: 100%;
	overflow: visible;
	height: auto;
}

header nav a {
	color: #fff;
	text-decoration: none;
}

header nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	overflow: visible;
	background-color: transparent;
	height: auto;
}

header nav li {
	float: left;
}

header nav li li {
	float: none;
}

header nav li#menu {
	position: absolute;
	top: 0;
	right: 118px;
	margin: 0;
	padding: 2px 0 0;
}

header nav li#menu button.menu {
	display: none;
}

header nav li#menu ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	top: 0;
}

header nav li#menu li {
	float: left;
	margin: 0 0 0 26px;
	padding: 0;
	font: 22px/1 'Crimson Text';
	color: #d1a981;
	text-transform: lowercase;
	border-top-style: none;
}

header nav li#menu li:first-child {
	margin-left: 0;
}

header nav li#menu li a {
	color: #d1a981;
	margin: 0;
	padding: 0;
}

header nav li#search {
	margin: 0;
	position: absolute;
	top: 0;
	right: 519px;
}

header nav li#search button.search {
	width: 82px;
	font: 22px/1 'Crimson Text';
	color: #d1a981;
	border-style: none;
	text-transform: lowercase;
	text-align: left;
	background: transparent url(/images/icon-search.svg) no-repeat right center;
	text-indent: 0;
	margin: 0;
	padding: 2px 22px 4px 0;
	height: auto;
}

header nav li#search ul {
	display: none;
	position: absolute;
	top: -3px;
	left: 0;
	width: 204px;
	height: auto;
	z-index: 10;
}

header nav li#search li {
	margin: 0;
	padding: 0;
}

header nav li#search form {
	text-align: left;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	border: 1px solid #d1a981;
	/*opacity: 0.6;*/
}

header nav li#search form label {
	display: none;
}

header nav li#search form input {
	font: 20px/1 'Crimson Text';
	color: #000;
	width: 216px;
	margin: 0;
	padding: 0 3px;
	border-style: none;
	float: left;
	height: 28px;
}

header nav li#search form button {
	width: 32px;
	height: 28px;
	margin: 0;
	padding: 28px 0 0;
	background: #d1a981 url(/images/icon-search-submit.svg) no-repeat center center;
	border-style: none;
	float: right;
}

header nav li#search li p {
	font: 16px/1 'Crimson Text';
	margin: 0;
	padding: 4px 0 0;
	text-transform: lowercase;
}

header nav li#search li p a {
	padding: 0 12px 0 0;
	margin: 0;
	background: url(/images/icon-search-arrow.svg) no-repeat right center;
}

header nav li#search li p a:link, header nav li#search li p a:visited {
	color: #d1a981;
	text-decoration: none;
}

header nav li#search li p a:hover, header nav li#search li p a:active {
	color: #d1a981;
	text-decoration: none;
}

header nav .dropdown {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 403px;
}

header nav .dropdown button.browse {
	width: 90px;
	font: 22px/1 'Crimson Text';
	color: #d1a981;
	border-style: none;
	text-transform: lowercase;
	text-align: left;
	background: transparent url(/images/icon-browse.svg) no-repeat right center;
	text-indent: 0;
	margin: 0;
	padding: 2px 22px 4px 0;
	height: auto;
}

header nav .dropdown ul {
	display: none;
	width: 240px;
	height: auto;
	margin: 0;
	padding: 5px;
	background-color: #fff;
	position: absolute;
	top: 30px;
	left: 0;
	border: 1px solid #d1a981;
}

header nav .dropdown.show ul {
	display: block;
}

header nav .dropdown li {
	font: 15px/19px 'Crimson Text Semibold';
	border-top-style: none;
	border-bottom: 1px solid #eee;
	text-align: left;
}

header nav .dropdown li a {
	display: block;
	margin: 0;
	padding: 6px 8px 5px;
}

header nav .dropdown li a:link, header nav .dropdown li a:visited {
	color: #4d4d4d;
	text-decoration: none;
}

header nav .dropdown li a:hover, header nav .dropdown li a:active {
	color: #000;
	text-decoration: none;
}

header nav li#basket {
	position: absolute;
	right: 50px;
	top: 0;
	margin: 0;
	padding: 2px 0 0;
}

header nav li#basket button.basket {
	font: 0/22px 'Crimson Text';
	color: #d1a981;
	border-style: none;
	text-transform: lowercase;
	text-align: left;
	background: transparent url(/images/icon-basket.svg) no-repeat right center;
	text-indent: 0;
	margin: 0;
	padding: 0 24px 0 0;
	height: 22px;
	width: auto;
}

header nav li#basket button.basket span {
	display: inline;
	color: #fff;
	font-size: 19px;
}

.home article {
	padding: 90px 0 0;
	margin: 0 0 60px;
}

.home footer {
	float: right;
	margin: 0;
	width: 390px;
	position: relative;
	padding: 90px 0 65px;
	clear: none;
}

.home #carousel {
	height: 450px;
}

.home #carousel .caption tbody tr td 
{
	font-size: 1.7vw;
	line-height: 2.1vw;
}

.home #carousel picture {
	height: 352px;
}

.home #hero {
	height: 450px;
}

.childItems ul {
	width: 848px;
}

.gallery ul {
	width: 675px;
}

.gallery li {
	margin: 0 5px 5px 0;
	padding: 0;
	float: left;
	width: 220px;
	text-align: center;
	height: 220px;
}

.profile article {
	padding: 50px 120px 70px;
}

.product article {
	width: 100%;
	margin: 0 auto;
	padding: 50px 60px 90px;
	overflow: hidden;
}

.product .slides {
	width: 440px;
	margin: 0 40px 0 0;
	padding: 0;
	float: left;
	clear: left;
}

.product #slider {
	padding: 0;
	position: relative;
	width: 100%;
	margin: 0 0 30px;
}

.product #slider .slick-prev {
	margin: 0;
	padding: 0;
	border-style: none;
	background: transparent url(/images/slider-prev.svg) no-repeat;
	width: 24px;
	height: 75px;
	position: absolute;
	top: 184px;
	left: 20px;
	text-indent: -9999px;
}

.product #slider .slick-next {
	margin: 0;
	padding: 0;
	border-style: none;
	background: transparent url(/images/slider-next.svg) no-repeat;
	width: 24px;
	height: 75px;
	position: absolute;
	top: 184px;
	right: 20px;
	text-indent: -9999px;
}

.product #slider .slick-dots {
	width: 448px;
	margin: 0;
	padding: 8px 0 0;
	list-style-type: none;
	overflow: hidden;
	display: none !important;
}

.product #slider .slick-dots li {
	margin: 0 8px 0 0;
	float: left;
	width: 104px;
	padding: 0;
}

.product #slider .slick-dots li.slick-active {
	border: 4px solid #7f7f7f;
}

/*
.product .slick-slide picture 
{
    top:0px;
    left:0px;
    position:absolute;
    z-index:100;
    width:100%;
    height:100%;
}

.product .slick-slide canvas
{
    opacity:0.5;
}*/

.product .slick-slide picture img
{
    margin:0 auto;
}

.product .detail {
	width: 100%;
	margin: 0 0 30px;
	padding: 0 0 4px;
	float: right;
	clear: right;
	border-bottom: 1px solid #414141;
	position: relative;
}

.product .detail h1 {
	color: #a6916a;
	font: 20px/26px 'conquerorsanslight';
	margin: 0 0 4px;
	padding: 0;
}

.product .detail h3 {
	color: #414141;
	font: 20px/26px 'Crimson Text';
	margin: 0 0 30px;
	padding: 0;
}

.product .detail p {
	color: #414141;
	font: 20px/26px 'conquerorsanslight';
	margin: 0 0 4px;
	padding: 0;
}

.product .detail ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	right: 0;
	bottom: 0;
}

.product .detail li {
	float: left;
	color: #414141;
	font: 20px/26px 'conquerorsanslight';
	margin: 0 0 10px 26px;
	padding: 0;
}

.product .detail li a.enquire {
	padding-left: 36px;
	background: url(/images/icon-enquire.svg) no-repeat left center;
	text-decoration: none;
	color: #414141;
}

.product .detail li a.buy {
	padding-left: 38px;
	background: url(/images/icon-buy.svg) no-repeat left center;
	text-decoration: none;
	color: #414141;
}

.product .description {
	margin: 0;
	padding: 0;
}

.product .description p {
	color: #767676;
	font: 22px/28px 'conquerorsanslight';
	margin: 0 0 24px;
	padding: 0;
}

#secondary {
    width: 220px;
    margin: 0 0 76px;
    padding: 0 0 60px;
   position: relative;
   left: 40px;
    top: 60px;
    display: block;
    float: left;
    z-index: 100;
}


.listing article {
	margin: 0;
	padding: 50px 51px 76px 300px;
	position: relative;
}

.listing article .activeNav {
	display: none;
}

.listing article h2 {
	display: block;
}

.listing .sort-type {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

.listing .sort-price {
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	display: block;
}

.about article {
	padding-top: 50px;
}

.contact article {
	padding-top: 50px;
}

.contact section.text
{
    margin-bottom:150px;
}

.form article {
	padding-top: 50px;
}

.checkout article {
	padding-top: 50px;
}
	
.pagination-menu.top
{
    display:inline-block;
}

.pagination-menu dd small
{
    display:none;
}

.pagination-menu dd span
{
    display:inline-block;
}

.pagination-menu .prev, .pagination-menu .next
{
    display:inline-block;
} 



.pagination-menu dd
{
    display:inline-block;
}


/* checkout breakpoint content moved from 1280 down to 1000*/

.checkout .basketHeading
{
    display:block;
}

.checkout article {
	width: 980px;
	padding: 74px 0 100px;
}

.checkout .progress {
	margin: 0 0 60px;
}

.checkout .progress ul {
	width: 980px;
	height: 38px;
}

.checkout .progress li {
	font: 16px/38px 'conquerorsanslight';
}

.checkout .progress li:nth-child(1) {
	left: -15px;
	width: 268px;
	height: 38px;
}

.checkout .progress li:nth-child(2) {
	left: 238px;
	width: 260px;
	height: 38px;
}

.checkout .progress li:nth-child(3) {
	left: 483px;
	width: 260px;
	height: 38px;
}

.checkout .progress li:nth-child(4) {
	left: 728px;
	width: 252px;
	height: 38px;
}

.checkout .progress li mark {
	padding: 0 0 0 36px;
	height: 38px;
}

.checkout .progress li mark.progress-basket {
	background: url(/images/progress-basket.svg) no-repeat left center;
	text-indent: 0;
	padding-left: 36px;
}

.checkout .progress li.active mark.progress-basket {
	background: url(/images/progress-basket-active.svg) no-repeat left center;
	text-indent: 0;
	padding-left: 36px;
}

.checkout .progress li mark.progress-delivery {
	background: url(/images/progress-delivery.svg) no-repeat left center;
}

.checkout .progress li.active mark.progress-delivery {
	background: url(/images/progress-delivery-active.svg) no-repeat left center;
}

.checkout .progress li mark.progress-payment {
	background: url(/images/progress-payment.svg) no-repeat left center;
}

.checkout .progress li.active mark.progress-payment {
	background: url(/images/progress-payment-active.svg) no-repeat left center;
}

.checkout .progress li mark.progress-complete {
	background: url(/images/progress-confirm.svg) no-repeat left center;
	text-indent: 0;
	padding-left: 36px;
}

.checkout .progress li.active mark.progress-complete {
	background: url(/images/progress-confirm-active.svg) no-repeat left center;
	text-indent: 0;
	padding-left: 36px;
}

.checkout dl {
	margin: 0 0 6px;
}

.checkout dt {
	margin: 0 0 8px;
	font: 16px/22px 'conquerorsanslight';
}

.checkout dd {
	margin: 0 0 8px;
	font: 16px/22px 'conquerorsanslight';
}

.checkout p {
	color: #818181;
	font: 16px/24px 'conquerorsanslight';
	margin: 0 0 24px;
	padding: 0;
}

.checkout .basket-item {
	padding: 0 30px;
}

.checkout .basket-item h2 {
	width: 792px;
}

.checkout .basket-item h3 {
	width: 792px;
}

.checkout .basket-item h4 {
	width: 792px;
}

.checkout .basket-item p {
	width: 792px;
}

.checkout .basket-totals {
	padding: 0 30px;
	text-align: right;
}

.checkout .basket-totals ul.cards
{
    float:left;
}

.basket-button {
	font: 16px/38px 'conquerorsanslight';
	color: #fff;
	width: 172px;
}

.checkout .summary {
	margin: 0 10px 12px 20px;
	padding: 0;
	display: inline-block;
	width: 455px;
	float: left;
}

.checkout .summary p {
	font: 16px/22px 'conquerorsanslight';
	color: #818181;
	margin: 0 0 6px;
	padding: 0;
}

.checkout dl.summary-total {
	border-top: 1px solid #c6c6c6;
	padding: 12px 0 0;
	margin: 0 0 30px;
}

.checkout dl.summary-delivery {
	margin: 0 0 20px;
	padding: 0;
	width: 212px;
	float: left;
}

.checkout .summary-delivery dt {
	border-bottom: 1px solid #c6c6c6;
	width: 100%;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

.checkout .summary-delivery dd {
	float: none;
}

.checkout dl.summary-billing {
	margin: 0 0 20px;
	padding: 0;
	width: 212px;
	float: right;
}

.checkout .summary-billing dt {
	border-bottom: 1px solid #c6c6c6;
	width: 100%;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

.checkout .summary-billing dd {
	float: none;
}

.checkout .confirm {
	margin: 0 auto 12px;
	padding: 0;
	width: 600px;
}

.basketPrompt
{
	width:519px;
    height:254px;
    margin:0 auto;
    margin-left:-256px;
    margin-top:-170px;
}

.basketPrompt a, .basketPrompt picture
{
	display:block;
}

.form article {
	width: 980px;
	padding: 74px 0 100px;
}

form .legend {
	height: 36px;
	margin: 0 0 16px;
	padding: 0;
}

form fieldset {
	margin: 0 10px 12px 20px;
	padding: 0;
	border-style: none;
	display: inline-block;
	width: 455px;
	float: left;
}

form fieldset.single {
	margin: 0 auto 12px;
	padding: 0;
	float: none;
	display: block;
}

form .field {
	margin: 0 0 5px;
}

form .field .largehalf {
	display: block;
	width: 50%;
	margin: 0;
	padding: 0 6px 0 0;
}

form .field .half:nth-of-type(1) {
	padding: 0 6px 0 0;
	float: left;
	clear: left;
}

form .field .half:nth-of-type(2) {
	padding: 0 0 0 6px;
	float: right;
}

form .field .short:last-child {
	padding: 0 0 0 6px;
	float: right;
}

form .field .short:first-child {
	padding: 0 6px 0 0;
	float: left;
}

form .field .long:last-child {
	padding: 0 0 0 6px;
	float: right;
}

form .field .long:first-child {
	padding: 0 6px 0 0;
	float: left;
}

form label {
	font: 14px/1 'conquerorsanslight';
}

form #useSameAddressForShipment + label {
	width: 100%;
	line-height: 24px;
}

form input[type='text'] {
	margin: 2px 0 5px;
	padding: 7px;
	font: 18px/24px 'Crimson Text';
	border-radius: 0;
}

form input[type='email'] {
	margin: 2px 0 5px;
	padding: 7px;
	font: 18px/24px 'Crimson Text';
	border-radius: 0;
}

form input[type='tel'] {
	margin: 2px 0 5px;
	padding: 7px;
	font: 18px/24px 'Crimson Text';
	border-radius: 0;
}

form input[type='number'] {
	margin: 2px 0 5px;
	padding: 7px;
	font: 18px/24px 'Crimson Text';
	border-radius: 0;
}

/*
form input[type='checkbox'].css {
	height: 14px;
}
*/

form input[type="checkbox"]:not(:checked) + label,
form input[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 24px;
	cursor: pointer;
}

form input[type="checkbox"]:not(:checked) + label:before,
form input[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left:0; top: 2px;
	width: 20px; height: 20px;
	border: 1px solid #b7b7b7;
	background: linear-gradient(to top, #e6e6e6, #fff);
	border-radius: 0;
}

form input[type="checkbox"]:not(:checked) + label:after,
form input[type="checkbox"]:checked + label:after {
	content: '✔';
	position: absolute;
	top: -1px; left: 2px;
	font-size: 24px;
	color: #525252;
	transition: all .2s;
}

form textarea {
	margin: 2px 0 5px;
	padding: 7px;
	font: 18px/24px 'Crimson Text';
	height: 100px;
	border-radius: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

form .selectwrap {
	margin: 0 0 5px;
}

form .select {
	font: 18px/24px 'Crimson Text';
	background: url(/images/select-arrow.svg) no-repeat right center, linear-gradient(to top, #e6e6e6, #fff);
	padding: 7px 34px 7px 7px;
}

form select.styled option
{
	margin: 0;
	padding: 2px 4px 2px 7px;
	font: 16px/20px 'Crimson Text';
}

form select.css {
	color: #525252;
	font: 18px/24px 'Crimson Text';
	background: url(/images/select-arrow.svg) no-repeat right center, linear-gradient(to top, #e6e6e6, #fff);
	padding: 7px 34px 7px 7px;
	display: block;
	margin: 2px 0 0;
	border: 1px solid #b7b7b7;
	width: 100%;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

form.listing select.css {
	display: inline-block;
	width: auto;
	margin: 0;
}

.ie form select.css {
	color: #525252;
	font: 18px/24px 'Crimson Text';
	padding: 7px;
	display: block;
	margin: 2px 0 0;
	border: 1px solid #b7b7b7;
	width: 100%;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: linear-gradient(to top, #e6e6e6, #fff);
}

.ie form.listing select.css {
	display: inline-block;
	width: auto;
}

form .checkwrap {
	margin: 16px 0 0;
	padding: 0;
}

form .checkbox {
	width: 22px;
	height: 22px;
	margin: 6px 4px 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: text-bottom;
	border: 1px solid #b7b7b7;
	background: url(/images/checkbox.png) no-repeat 0px 0px;
}

form .submit {
	width: 100%;
	margin: 30px 0 0;
	padding: 0;
	text-align: right;
	clear: both;
}

form .submit button {
	font: 16px/38px 'conquerorsanslight';
	color: #fff;
	padding: 0;
	width: 170px;
	border-style: none;
	background-color: #0b9444;
	margin: 0;
    margin-right:20px;
}

	
}

@media only screen and (min-width: 1120px) {

.gallery ul {
	width: 900px;
}
	
	
	
}

@media only screen and (min-width: 1280px) {

p.intro span.first
{
    margin-bottom:60px;
}


header {
	background-color: #2b2b2b;
	height: 132px;
	margin: 0;
	padding: 0;
	position: relative;
}

header .logo {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 18px;
	left: 40px;
	width: 400px;
	height: 99px;
	z-index: 100;
}

header .logo a {
	display: block;
	width: 400px;
	height: 99px;
	margin: 0;
	padding: 0;
	background: url(/images/logo-maggs.png?v=2) no-repeat;
    background-size:contain;
	text-indent: -9999px;
}

header nav {
	margin: 0;
	padding: 0 0 0 490px;
	top: 56px;
	position: absolute;
	left: 0;
	width: 100%;
	overflow: visible;
	height: auto;
}

header nav a {
	color: #fff;
	text-decoration: none;
}

header nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	background-color: transparent;
	height: auto;
}

header nav li {
	float: left;
}

header nav li li {
	float: none;
}

header nav li#menu {
	position: absolute;
	top: 0;
	right: 205px;
	margin: 0;
	padding: 2px 0 0;
}

header nav li#menu button.menu {
	display: none;
}

header nav li#menu ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	top: 0;
}

header nav li#menu li {
	float: left;
	margin: 0 0 0 40px;
	padding: 0;
	font: 24px/1 'Crimson Text';
	color: #d1a981;
	text-transform: lowercase;
	border-top-style: none;
}

header nav li#menu li:first-child {
	margin-left: 0;
}

header nav li#menu li a {
	color: #d1a981;
	margin: 0;
	padding: 0;
}

header nav li#search {
	margin: 0 40px 0 0;
	position: relative;
	right: 0;
}

header nav li#search button.search {
	width: 90px;
	font: 24px/1 'Crimson Text';
	color: #d1a981;
	border-style: none;
	text-transform: lowercase;
	text-align: left;
	background: transparent url(/images/icon-search.svg) no-repeat right center;
	text-indent: 0;
	margin: 0;
	padding: 2px 22px 4px 0;
	height: auto;
}

header nav li#search ul {
	display: none;
	position: absolute;
	top: -3px;
	left: 0;
	width: 254px;
	height: auto;
}

header nav li#search li {
	margin: 0;
	padding: 0;
}

header nav li#search form {
	text-align: left;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	border: 1px solid #d1a981;
	/*opacity: 0.6;*/
}

header nav li#search form label {
	display: none;
}

header nav li#search form input {
	font: 24px/1 'Crimson Text';
	color: #000;
	width: 216px;
	margin: 0;
	padding: 0 3px;
	border-style: none;
	float: left;
	height: 32px;
}

header nav li#search form button {
	width: 36px;
	height: 32px;
	margin: 0;
	padding: 32px 0 0;
	background: #d1a981 url(/images/icon-search-submit.svg) no-repeat center center;
	border-style: none;
	float: right;
}

header nav li#search li p {
	font: 18px/1 'Crimson Text';
	margin: 0;
	padding: 12px 0 0;
	text-transform: lowercase;
	position: relative;
}

header nav li#search li p a {
	padding: 0 12px 0 0;
	margin: 0;
	background: url(/images/icon-search-arrow.svg) no-repeat right center;
}

header nav li#search li p a:link, header nav li#search li p a:visited {
	color: #d1a981;
	text-decoration: none;
}

header nav li#search li p a:hover, header nav li#search li p a:active {
	color: #d1a981;
	text-decoration: none;
}

header nav .dropdown {
	margin: 0;
	padding: 0;
	position: relative;
	right: 0;
}

header nav .dropdown button.browse {
	width: 100px;
	font: 24px/1 'Crimson Text';
	color: #d1a981;
	border-style: none;
	text-transform: lowercase;
	text-align: left;
	background: transparent url(/images/icon-browse.svg) no-repeat right center;
	text-indent: 0;
	margin: 0;
	padding: 2px 22px 4px 0;
	height: auto;
}

header nav .dropdown ul {
	display: none;
	width: 240px;
	height: auto;
	margin: 0;
	padding: 5px;
	background-color: #fff;
	position: absolute;
	top: 30px;
	left: 0;
	border: 1px solid #d1a981;
}

header nav .dropdown.show ul {
	display: block;
}

header nav .dropdown li {
	font: 15px/19px 'Crimson Text Semibold';
	border-top-style: none;
	border-bottom: 1px solid #eee;
	text-align: left;
}

header nav .dropdown li a {
	display: block;
	margin: 0;
	padding: 6px 8px 5px;
}

header nav .dropdown li a:link, header nav .dropdown li a:visited {
	color: #4d4d4d;
	text-decoration: none;
}

header nav .dropdown li a:hover, header nav .dropdown li a:active {
	color: #000;
	text-decoration: none;
}

header nav li#basket {
	position: absolute;
	right: 50px;
	top: 0;
	margin: 0;
	padding: 2px 0 0;
}

header nav li#basket button.basket {
	font: 24px/1 'Crimson Text';
	color: #d1a981;
	border-style: none;
	text-transform: lowercase;
	text-align: left;
	background: transparent url(/images/icon-basket.svg) no-repeat right center;
	text-indent: 0;
	margin: 0;
	padding: 0 24px 0 0;
	height: auto;
	width: auto;
}

header nav li#basket button.basket span {
	display: inline;
	color: #fff;
	font-size: 20px;
}

.home #carousel {
	width: 40%;
	margin: 0;
	padding: 0;
	float: right;
	height: 656px;
}

.home #carousel .caption tbody tr td 
{
	font-size: 1.6vw;
	line-height: 1.9vw;
}

.home #carousel picture {
	height: 560px;
}

.home #hero {
	width: 60%;
	margin: 0;
	padding: 0;
	float: right;
	height: 656px;
	position: relative;
}

.contact article {
	padding-top: 100px;
}

article
{
    min-height:400px;
}

.about article {
	padding-top: 100px;
}

.text {
	width: 1200px;
	margin: 0 auto 70px;
	padding: 0;
	overflow: hidden;
}

.text h2 {
	color: #2b2b2b;
	font-size: 100px;
	line-height: 1;
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
	text-transform: lowercase;
}

.text p.intro {
	color: #414141;
	font: 22px/28px 'conquerorsanslight';
	padding: 0;
	float: left;
	margin: 0 0 20px;
	width: 530px;
	position: relative;
	left: 40px;
}

.text p {
	color: #818181;
	font: 16px/24px 'conquerorsanslight';
	margin: 0 0 20px;
	padding: 0;
	float: left;
	width: 530px;
	position: relative;
	left: 40px;
	clear: left;
}

.text figure, .text iframe {
	float: right;
	width: 520px;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	right: 40px;
	clear: right;
}

.text blockquote {
	color: #414141;
	font: 32px/38px 'Crimson Text';
	text-align: center;
	margin: 0 auto;
	padding: 50px 0;
	clear: both;
	width: 700px;
	display: block;
}

.childItems {
	width: 1200px;
	margin: 0 auto 70px;
	padding: 0;
	overflow: hidden;
}

.childItems h2 {
	color: #2b2b2b;
	font-size: 100px;
	line-height: 1;
	margin: 0 0 70px;
	padding: 0;
	text-align: center;
	text-transform: lowercase;
}

.childItems ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: 1060px;
	overflow: hidden;
	text-align: center;
}

.childItems li:nth-child(7) {
	width: 636px;
	padding: 0;
	margin: 0;
	display: block;
}

.childItems blockquote {
	color: #414141;
	font: 32px/38px 'Crimson Text';
	margin: 0;
	padding: 40px 24px 0;
}

.gallery {
	width: 1200px;
	margin: 0 auto 70px;
	padding: 0;
	overflow: hidden;
}

.gallery h2 {
	color: #2b2b2b;
	font-size: 100px;
	line-height: 1;
	margin: 0 0 36px;
	padding: 0;
	text-align: center;
	text-transform: lowercase;
}

.gallery ul {
	padding: 0;
	list-style-type: none;
	width: 1125px;
	overflow: hidden;
	text-align: center;
	margin: 0 0 30px 40px;
}

.profile article {
	width: 830px;
	margin: 0 auto;
	padding: 100px 0 70px;
	overflow: hidden;
}

.profile figure {
	width: 250px;
	height: 250px;
	margin: 0 0 20px;
	padding: 0;
	float: left;
}

.profile h2 {
	width: 520px;
	margin: 0 0 12px;
	padding: 0;
	float: right;
	clear: right;
	color: #414141;
	font-size: 48px;
	line-height: 1;
	text-align: left;
}

.profile h3 {
	width: 520px;
	margin: 0 0 24px;
	padding: 0;
	float: right;
	clear: right;
	color: #8F2B2B;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
}

.profile p {
	width: 520px;
	margin: 0 0 24px;
	padding: 0;
	float: right;
	clear: right;
	color: #818181;
	font: 16px/24px 'conquerorsanslight';
}

.profile a.email {
	font: 20px/24px 'conquerorsanslight';
	color: #525252;
	padding-left: 36px;
	background: url(/images/icon-email.svg) no-repeat left center;
	text-decoration: none;
}

.product article {
	width: 1120px;
	margin: 0 auto;
	padding: 90px 0 100px;
	overflow: hidden;
}

.product .slides {
	width: 440px;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
}

.product #slider {
	margin: 0 0 5px;
	padding: 0;
}

.product #slider .slick-prev {
	margin: 0;
	padding: 0;
	border-style: none;
	background: transparent url(/images/slider-prev.svg) no-repeat;
	width: 24px;
	height: 75px;
	position: absolute;
	top: 184px;
	left: 20px;
	text-indent: -9999px;
	display: none !important;
}

.product #slider .slick-next {
	margin: 0;
	padding: 0;
	border-style: none;
	background: transparent url(/images/slider-next.svg) no-repeat;
	width: 24px;
	height: 75px;
	position: absolute;
	top: 184px;
	right: 20px;
	text-indent: -9999px;
	display: none !important;
}

.product #slider .slick-dots {
	width: 448px;
	margin: 0;
	padding: 20px 0 0;
	list-style-type: none;
	overflow: hidden;
	display: block !important;
}

.product #slider .slick-dots li {
	margin: 0 8px 8px 0;
	float: left;
	width: 104px;
	padding: 0;
}

.product #slider .slick-dots li.slick-active {
	border: 4px solid #7f7f7f;
}

.product .detail {
	width: 640px;
	margin: 0 0 30px;
	padding: 0 0 4px;
	float: right;
	clear: right;
	border-bottom: 1px solid #414141;
	position: relative;
}

.product .detail h1 {
	color: #a6916a;
	font: 20px/26px 'conquerorsanslight';
	margin: 0 0 4px;
	padding: 0;
}

.product .detail h3 {
	color: #414141;
	font: 20px/26px 'Crimson Text';
	margin: 0 0 30px;
	padding: 0;
}

.product .detail p {
	color: #414141;
	font: 20px/26px 'conquerorsanslight';
	margin: 0 0 4px;
	padding: 0;
}

.product .detail ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	right: 0;
	bottom: 0;
}

.product .detail li {
	float: left;
	color: #414141;
	font: 20px/26px 'conquerorsanslight';
	margin: 0 0 10px 26px;
	padding: 0;
}

.product .detail li a.enquire {
	padding-left: 36px;
	background: url(/images/icon-enquire.svg) no-repeat left center;
	text-decoration: none;
	color: #414141;
}

.product .detail li a.buy {
	padding-left: 38px;
	background: url(/images/icon-buy.svg) no-repeat left center;
	text-decoration: none;
	color: #414141;
}

.product .description {
	width: 640px;
	margin: 0;
	padding: 0;
	float: right;
	clear: right;
}

.product .description p {
	color: #818181;
	font: 16px/24px 'conquerorsanslight';
	margin: 0 0 24px;
	padding: 0;
}

#secondary {
	top: 60px;
}

.listing .filter-sort {
	margin-right: 9px;
}

.listing article {
	margin: 0;
	position: relative;
	padding-top: 50px;
}

.listing .list li {
	width: 50%;
}

.listing .list .item {
	margin-right: 9px;
}

.listing .list .item p {
	display: block;
}

.listing .filter-pagination {
	margin: 0 9px 0 0;
	padding: 8px 0 0;
	height: 58px;
	position: relative;
	display: block;
}

.listing .pagination-menu {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.listing .sort-price {
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	display: block;
}

}

@media only screen and (min-width: 1440px) {


.listing .list .item.intro {
	border: none;
	padding: 10px 36px 10px 19px;
	display: block;
}
	
.home #carousel .caption tbody tr td 
{
	font-size: 1.4vw;
	line-height: 1.6vw;
}
	
}

@media only screen and (min-width: 1600px) {


#SuggestBox
{
    top:0px;
    right:0px;
}

header nav li#search button.search {
	width: 240px;
	border-style: none;
	border-bottom: 1px solid #7e6a56;
}

header nav .dropdown button.browse {
	width: 240px;
	border-style: none;
	border-bottom: 1px solid #7e6a56;
}

header nav .dropdown ul {
	left: 0;
}

.home #carousel .caption tbody tr td 
{
	font-size: 1.3vw;
	line-height: 1.5vw;
}
	
}

@media only screen and (min-width: 1920px) {

header {
	margin-right: auto;
	margin-left: auto;
	max-width: 1920px;
}

main {
	margin-right: auto;
	margin-left: auto;
	max-width: 1920px;
}

.home #promos {
	margin-right: auto;
	margin-left: auto;
	max-width: 1920px;
}

.home #carousel img {
	height: 100%;
	width: 100%;
}

.home #hero img {
	height: auto;
	width: 100%;
}

.home article {
	width: 980px;
	left: 140px;
}

.home footer {
	right: 185px;
	clear: none;
}

.listing .list li {
	width: 33.333333333333333%;
}
	
}


