@font-face {
	font-family: 'playfair_display';
	src: url('../fonts/playfairdisplay-bold-webfont.woff') format('woff2'), url('../fonts/playfairdisplay-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'playfair_display';
	src: url('../fonts/playfairdisplay-regular-webfont.woff') format('woff2'), url('../fonts/playfairdisplay-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('../fonts/lato-400.woff') format('woff'), url('../fonts/lato-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url('https://www.mallardart.com/fonts/lato-700.woff') format('woff'), url('https://www.mallardart.com/fonts/lato-700.woff2') format('woff2');
}

body
{
	font-family: 'Lato', Arial;
	min-width: 995px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	body {
		min-height: 1250px;
	}
}

body, div, form
{
	margin: 0px;
	padding: 0px;
}

img
{
	display: block;
}

a img {
	border: 0;
}

.error
{
	color: #bf0000;
	font-weight: bold;
}

#page-wrapper
{
	position: relative;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}

.fixed-width
{
	width: 956px;
	margin: 0px auto 0px auto;
}

#page-wrapper.medium .fixed-width
{
	width: 1196px;
}

#header-wrapper
{
	height: 120px;
}

#logo
{
	padding: 23px 0px 0px 0px;
	margin: 0px auto 0px auto;
	width: 368px;
}

#header-right
{
	padding: 22px 0px 0px 0px;
	float: right;
	width: 275px;
	text-align: center;
}

#page-wrapper.medium #header-right
{
	width: 320px;
}

#header-right .button a
{
	display: block;
	border: 1px solid #1b607d;
	height: 36px;
	text-align: center;
	font-size: 14px;
	line-height: 34px;
	color: #1a1a1a;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

	#header-right .button a {
		font-size: 12px;
	}

}

#header-contact
{
	display: inline-block;
	height: 25px;
	font-size: 16px;
	line-height: 23px;
	background-image: url('https://www.mallardart.com/images/phone.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 10px 0px;
	letter-spacing: 0.05em;
}

#header-contact .number a
{
	color: #1a1a1a;
	text-decoration: none;
}

#menu-wrapper 
{
	height: 44px;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 1000;
	text-align: center;	
	margin: 0px 0px 10px 0px;
}

#menu
{
	padding: 0px 0px 0px 0px;
}

#main-menu 
{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#main-menu li
{
	color: #1a1a1a;
	font-size: 18px;
	line-height: 44px;
	margin: 0px 5px 0px 5px;
	padding: 0px 20px 0px 20px;
	height:	44px;
	display: inline-block;
	font-family: 'playfair_display';
	letter-spacing: 0.05em;
}

#main-menu li span
{
	text-transform: none;
}

#main-menu li.hover, #main-menu li.breadcrumb
{
	background-color: #eaeaea;
}

#main-menu li.single
{
	position: relative;
}

#main-menu li.single .fixed-width
{
	width: auto !important;
	padding: 0px 20px 0px 20px;
}

#main-menu li.last, #page-wrapper.medium #main-menu li.last
{
	margin-right: 0px;
}

#main-menu li.last ul
{
	right: 0px;
	left: auto;
}

#main-menu li.divider, #page-wrapper.medium #main-menu li.divider
{
	width: 2px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url('https://www.mallardart.com/images/divider.gif');
}

#main-menu li a
{
	text-decoration: none;
	color: #1a1a1a;
	white-space: nowrap;
}

#main-menu li ul
{
	margin: 0px 0px 0px -478px;
	padding: 0px 0px 20px 0px;
	list-style: none;
	position: absolute;
	top: 44px;
	left: 50%;
	background-color: #eaeaea;
	border-top: 2px solid #cccccc;
	width: 850px;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	display: none;
	-webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.45);
	text-align: left;
}

#main-menu li.single ul
{
	margin: 0px;
	left: 0px;
}

#main-menu li ul.right
{
	left: auto;
	right: 0px;
}

#main-menu li ul.small, #page-wrapper.medium #main-menu li ul.small
{
	width: 305px;
}

#main-menu li ul.double
{
	width: 575px;
}

#main-menu li ul.triple
{
	width: 780px;
}

#main-menu li ul.four
{
	width: 842px;
	left: -229px;
}

#main-menu li ul.five
{
	width: 995px;
	right: -23px;
}

#page-wrapper.medium #main-menu li ul.five
{
	width: 1012px;
}

#main-menu li ul li, #page-wrapper.medium #main-menu li ul li
{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 30px 10px 10px 35px;
	float: none;
	height: auto;
	text-transform: none;
	background-image: none !important;
	background-color: transparent !important;
}

#main-menu li.hover ul li a, #main-menu li.breadcrumb ul li a
{
	border-bottom: 0px;
}

#page-wrapper.medium #main-menu li ul li
{
	margin-right: 0px;
}

#main-menu li.breadcrumb ul li
{
	background-color: transparent;
}

#main-menu li ul li ul, #page-wrapper.medium #main-menu li ul li ul
{
	display: block !important;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	height: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-top: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: auto;
}

#main-menu li ul li ul li, #page-wrapper.medium #main-menu li ul li ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#main-menu li ul li ul li ul
{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#main-menu li.single ul li ul li ul
{
	max-width: none;
}

#main-menu li.single ul li ul li ul, #page-wrapper.medium #main-menu li.single ul li ul li ul
{
	margin-right: 0px;
}

#main-menu li ul li ul li ul.double
{
	width: 148px !important;
}

#main-menu li ul li ul li ul li, #page-wrapper.medium #main-menu li ul li ul li ul li
{
	float: none;
	width: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	line-height: 19px;
}

#main-menu li.single ul li ul li ul li, #page-wrapper.medium #main-menu li.single ul li ul li ul li
{
	width: 255px;
}

#main-menu li ul li ul li ul li.title, #page-wrapper.medium #main-menu li ul li ul li ul li.title
{
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #1b607d;
	border-radius: 0px;
	font-weight: bold;
}

#main-menu li ul li ul li ul li.title a
{
	color: #1a1a1a;
	font-weight: bold;
}

#main-menu li ul li ul li ul li a
{
	color: #1a1a1a;
	white-space: normal;
	font-weight: normal;
	letter-spacing: normal;
}

#main-menu li ul li ul li ul li.title.hover a
{
	color: #1a1a1a;
}

#main-menu li ul li ul li ul li.hover a
{
	color: #1b607d;
}

#delivery-banner
{
	color: #1a1a1a;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	height: 40px;
	font-weight: bold;
}

#delivery-banner span
{
	padding: 0px 0px 0px 35px;
	margin: 0px 20px 0px 20px;
	height: 40px;
	display: inline-block;
	background-repeat: no-repeat;
}

#page-wrapper.medium #delivery-banner span
{
	margin: 0px 50px 0px 50px;
}

#delivery-banner span.delivery
{
	background-image: url('https://www.mallardart.com/images/van.gif');
	background-position: 0px 50%;
}

#delivery-banner span.delivery span, #page-wrapper.medium #delivery-banner span.delivery span
{
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	float: none;
	display: inline;
	border: 0px;
}

#delivery-banner span.price
{
	background-image: url('https://www.mallardart.com/images/low.gif');
	background-position: 0px 50%;	
	padding-left: 28px;
}

#delivery-banner span.collect
{
	background-image: url('https://www.mallardart.com/images/collect.gif');
	background-position: 0px 50%;
	padding-left: 23px;
}

#delivery-banner span.worldwide, #page-wrapper.medium #delivery-banner span.worldwide
{
	background-image: url('https://www.mallardart.com/images/plane.gif');
	background-position: 0px 50%;
	padding-left: 29px;
}

#search-wrapper
{
	float: left;
	width: 275px;
	padding: 40px 0px 0px 0px;
}

#page-wrapper.medium #search-wrapper
{
	width: 320px;
	padding: 40px 0px 0px 0px;
}

#search-wrapper-inside
{
	height: 34px;
	padding: 0px 0px 0px 0px;
	background-position: 0px 3px;
	background-repeat: no-repeat;
	border: 1px solid #c3c3c3;
}

#search 
{
	border: 0px;
	font-size: 15px;
	height: 21px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	width: 194px;
	color: #161616;
	outline: 0;
	background-color: transparent;
	font-family: 'Lato';
}

#page-wrapper.medium #search
{
	width: 239px;
}

#search::-ms-clear 
{
	display: none;
}

#search-wrapper #clear-search
{
	display: none;
	height: 15px;
	width: 15px;
	background-image: url('https://www.mallardart.com/images/search-close-symbol.png');
	background-size: 15px 15px;
	margin: 0px 8px 0px 5px;
	cursor: pointer;
}

#search-wrapper #clear-search:hover
{
	background-image: url('https://www.mallardart.com/images/search-close-symbol-hover.png');
}

#body-wrapper
{
	color: #1a1a1a;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
}

#body
{
}

#body h1
{
	font-size: 28px;
	line-height: 31px;
	color: #1a1a1a;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'playfair_display';
}

#body h2
{
	font-size: 20px;
	line-height: 23px;
	color: #161616;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#body p
{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 22px;
}

#body a
{
	color: #1b607d;
}

#body .title-wrapper
{
	background-color: #1b607d;
	height: 100px;	
}

#body .title-wrapper h1
{
	font-size: 48px;
	line-height: 100px;
	font-family: 'playfair_display';
	color: #fff;	
	margin: 0px;	
}

#body .title-wrapper h2
{
	font-size: 48px;
	line-height: 100px;
	font-family: 'playfair_display';
	color: #fff;
	margin: 0px;	
}

#body .left-column
{
	width: 225px;
	float: left;
	margin: 0px 0px 50px 0px;
}

#body .content-column
{
	margin: 0px 0px 50px 0px;
	font-size: 16px;
	line-height: 22px;
}

#body .content-column.full
{
	margin: 0px;
}

#body .content-column p
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 22px;
}

#body .content-column h2
{
	font-size: 30px;
	line-height: 33px;
	color: #1a1a1a;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
	font-weight: normal;
}

#body .content-column h3
{
	font-size: 22px;
	line-height: 25px;
	color: #1a1a1a;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

#body .content-column ul
{
	margin: 0px 0px 15px 17px;
	padding: 0px;
}

#body .content-column ul li
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#body .content-column table
{
	border-collapse: collapse;
	margin-bottom: 30px;
}

#body .content-column .content-image img
{
	max-width: 100%;
	margin: 0px 0px 20px 0px;
	width: auto !important;
	height: auto !important;
}

.left-column .page-menu
{
	border: 1px solid #cccccc;
	padding: 15px 15px 15px 15px;
	background-color: #fff;
	-webkit-box-shadow: 4px 4px 4px 0px rgba(204,204,204,0.85);
	-moz-box-shadow: 4px 4px 4px 0px rgba(204,204,204,0.85);
	box-shadow: 4px 4px 4px 0px rgba(204,204,204,0.85);
}

.left-column .page-menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.left-column .page-menu ul li
{
	font-size: 16px;
	line-height: 19px;
}

#body .left-column .page-menu ul li a
{
	display: block;
	padding: 10px 0px 10px 0px;
	color: #1a1a1a;
	text-decoration: none;
}

#body .left-column .page-menu ul a:hover
{
	color: #ff8200;
}

.left-column .page-menu .title
{
	color: #1a1a1a;
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	line-height: 21px;
	border-bottom: 2px solid #ff8200;
	font-weight: bold;
}

#gdprTable th, #gdprTable td
{
	font-size: 12px;
	line-height: 15px;
	padding: 8px;
}

#body .content-wrapper-1
{
	padding: 60px 0px 0px 0px;
	background-image: url('https://www.mallardart.com/images/dots-1.png');
	background-repeat: no-repeat;
	background-position: 90% 40px;
}

#page-wrapper.medium #body .content-wrapper-1
{
	padding: 100px 0px 0px 0px;	
	background-position: 90% 50px;
}

#body .content-wrapper-1 .heading h2
{
	font-size: 48px;
	line-height: 51px;
	color: #1a1a1a;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'playfair_display';
	text-align: center;
}

#body .content-wrapper-1 .divider-1
{
	margin: 0px auto 50px auto;
}

#body .content-wrapper-1 .button
{
	text-align: center;
}

#body .content-wrapper-1 .button a
{
	display: inline-block;
	background-color: #1b607d;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 25px 0px 25px;	
	text-transform: uppercase;
	letter-spacing: 0.05em;
	min-width: 220px;
	text-align: center;
}

#body .content-wrapper-2
{
	padding: 50px 0px 100px 0px;
	position: relative;
}

#body .content-wrapper-2 .dots
{
	position: absolute;
	top: -80px;
	left: 326px;
}

#body .content-wrapper-2 .right
{
	float: right;
	width: 500px;
	overflow: hidden;
}

#page-wrapper.medium #body .content-wrapper-2 .right
{
	width: 750px;
}

#body .content-wrapper-2 .right img
{
	width: auto !important;
	height: auto !important;
}

#body .content-wrapper-2 .left
{
	float: left;
	width: 380px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#page-wrapper.medium #body .content-wrapper-2 .left
{
}

#body .content-wrapper-2 .left .button
{
	padding: 10px 0px 0px 0px;
}

#body .content-wrapper-2 .left .button a
{
	display: inline-block;
	background-color: #1b607d;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 25px 0px 25px;	
	text-transform: uppercase;
	letter-spacing: 0.05em;
	min-width: 220px;
	text-align: center;
}

#body .content-wrapper-2 h1
{
	font-size: 48px;
	line-height: 51px;
	color: #1a1a1a;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'playfair_display';
}

#body .content-wrapper-3
{
	padding: 70px 0px 50px 0px;
	background-image: url('https://www.mallardart.com/images/dots-2.png');
	background-repeat: no-repeat;
	background-position: 5% 0px;
}

#page-wrapper.medium #body .content-wrapper-3
{
	background-position: 25% 0px;
}

#body .content-wrapper-3 .heading h2
{
	font-size: 48px;
	line-height: 51px;
	color: #1a1a1a;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'playfair_display';
	text-align: center;
}

#body .content-wrapper-3 .divider-1
{
	margin: 0px auto 30px auto;
}

#body .content-wrapper-4
{
}

#body .content-wrapper-4 .right
{
	float: right;
	width: 450px;
	overflow: hidden;
	margin: 0px 0px 70px 0px;
}

#page-wrapper.medium #body .content-wrapper-4 .right
{
	width: 550px;
}

#body .content-wrapper-4 .right.odd
{
	float: left;
	margin: 0px;
}

#page-wrapper.medium #body .content-wrapper-4 .right.odd
{
	width: 612px;
}

#body .content-wrapper-4 .right img
{
	width: auto !important;
	height: auto !important;
	margin-left: -100px;
}

#page-wrapper.medium #body .content-wrapper-4 .right img
{
	margin-left: 0px;
}

#body .content-wrapper-4 .left
{
	float: left;
	width: 450px;
	padding: 0px 0px 0px 0px;
	position: relative;
	margin: 0px 0px 70px 0px;
}

#page-wrapper.medium #body .content-wrapper-4 .left
{
	width: 600px;
}

#body .content-wrapper-4 .left.odd
{
	float: right;
	margin: 0px;
}

#page-wrapper.medium #body .content-wrapper-4 .left.odd
{
	width: 550px;
	padding: 30px 0px 0px 0px;
}

#body .content-wrapper-4 .left .button
{
	padding: 20px 0px 0px 0px;
}

#body .content-wrapper-4 .left .button a
{
	display: inline-block;
	background-color: #1b607d;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 25px 0px 25px;	
	text-transform: uppercase;
	letter-spacing: 0.05em;
	min-width: 220px;
	text-align: center;
	cursor: pointer;
}

#body .content-wrapper-4 .left .date
{
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

#body .content-wrapper-5
{
}

#body .content-wrapper-5 .right
{
	float: right;
	width: 578px;
	overflow: hidden;
	margin: 0px 0px 70px 0px;
}

#page-wrapper.medium #body .content-wrapper-5 .right
{
	width: 788px;
}

#body .content-wrapper-5 .right.odd
{
	float: left;
	margin: 0px;
}

#page-wrapper.medium #body .content-wrapper-5 .right.odd
{
	width: 788px;
}

#body .content-wrapper-5 .right img
{
	width: auto !important;
	height: auto !important;
	margin-left: -100px;
}

#page-wrapper.medium #body .content-wrapper-5 .right img
{
	margin-left: 0px;
}

#body .content-wrapper-5 .left
{
	float: left;
	width: 330px;
	padding: 50px 0px 0px 0px;
	position: relative;
	margin: 0px 0px 70px 0px;
}

#page-wrapper.medium #body .content-wrapper-5 .left
{
	width: 330px;
}

#body .content-wrapper-5 .left.odd
{
	float: right;
	margin: 0px;
}

#page-wrapper.medium #body .content-wrapper-5 .left.odd
{
	width: 330px;
	padding: 50px 0px 0px 0px;
}

#body .content-wrapper-5 .left .button
{
	padding: 20px 0px 0px 0px;
}

#body .content-wrapper-5 .left .button a
{
	display: inline-block;
	background-color: #1b607d;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 25px 0px 25px;	
	text-transform: uppercase;
	letter-spacing: 0.05em;
	min-width: 220px;
	text-align: center;
	cursor: pointer;
}

#body .divider-1
{
	background-image: url('https://www.mallardart.com/images/divider.png');		
	background-repeat: no-repeat;
	width: 131px;
	height: 12px;
	margin: 0px 0px 20px 0px;
}

#body .content-wrapper-7
{
	text-align: center;
	background-color: #eaeaea;
	padding: 100px 0px 100px 0px;
	background-image: url('https://www.mallardart.com/images/footer-background.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#body .content-wrapper-7 h2
{
	font-size: 48px;
	line-height: 51px;
	color: #1a1a1a;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'playfair_display';
	text-align: center;
}

#body .content-wrapper-7 .divider-1
{
	margin: 0px auto 50px auto;
}

#body .content-wrapper-7 .intro
{
	margin-bottom: 40px;
}

#enquiry-wrapper 
{
	padding-left: 10px;
}

#enquiry-wrapper .error-message
{
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	background-color: #c70000;
	padding: 15px;
	display: inline-block;
	margin: 0px 0px 20px 0px;
}

#enquiry-wrapper .field-name
{
	padding: 0px 20px 15px 0px;
	color: #1a1a1a;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}

#enquiry-wrapper .field-input
{
	padding: 0px 0px 15px 0px;
}

#enquiry-wrapper .field-input.last
{
	padding-right: 0px;
}

#enquiry-wrapper .field-input.last input
{
	margin-right: 0px;
}

#enquiry-wrapper .field-input input
{
	width: 198px;
	padding: 15px;
	background-color: #fff;
	font-size: 15px;
	color: #1a1a1a;
	font-family: 'Lato';
	margin: 0px 15px 0px 0px;
	border: 0px;
}

#page-wrapper.medium #enquiry-wrapper .field-input input
{
	width: 276px;
}

#enquiry-wrapper .field-textarea
{
	padding: 0px 0px 15px 0px;
}

#enquiry-wrapper .field-textarea textarea
{
	width: 845px;
	padding: 8px;
	background-color: #fff;
	font-size: 15px;
	color: #1a1a1a;
	font-family: 'Lato';
	border: 0px;
	margin: 0px 0px 20px 0px;
}

#page-wrapper.medium #enquiry-wrapper .field-textarea textarea
{
	width: 1082px;
}

#enquiry-wrapper .field-upload
{
	padding: 0px 0px 15px 0px;
	font-size: 15px;
	color: #1a1a1a;
	font-family: 'Lato';
	border: 0px;
}

#enquiry-wrapper .field-upload input
{
	float: left;
}

#enquiry-wrapper button
{
	display: block;
	width: 220px;
	height: 70px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #1b607d;
	border: 0px;
	font-family: 'Lato';
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	margin: 0px auto 0px auto;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}


.aligner 
{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#newsletter-wrapper
{
	background-color: #ff8200;
	padding: 0px 0px 0px 0px;
	height: 86px;
	text-align: center;
}

#newsletter-wrapper .text
{
	display: inline-block;
	margin: 0px 35px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;	
	line-height: 86px;
	color: #1a1a1a;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}

#page-wrapper.medium #newsletter-wrapper .text
{
	font-size: 20px;
}

#page-wrapper.medium #newsletter-wrapper .text br
{
	display: none;
}

#newsletter-wrapper.odd .text
{
	color: #1a1a1a;
}

#newsletter-input
{
	display: inline-block;
	height: 50px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}

#newsletter-input button
{
	font-family: 'Lato';
	display: block;
	width: 120px;
	height: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	background-color: #1a1a1a;
	border: 0px;
	font-weight: normal;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px;
}

#home-email
{
	border: 2px solid #fff;
	font-size: 16px;
	height: 46px;
	line-height: 20px;
	margin: 0px 10px 0px 0px;
	padding: 0px 20px 0px 20px;
	width: 250px;
	color: #1a1a1a;
	background-color: #fff;
	font-family: 'Lato';
	border-radius: 0px;
}

#home-email:focus
{
	outline: none;
}

#page-wrapper.medium #home-email
{
	width: 320px;
}

#newsletter-wrapper.odd #home-email
{
	color: #1a1a1a;
	border: 2px solid #2a2e7c;
}

#footer-wrapper
{
	background-color: #1a1a1a;
	padding: 70px 0px 50px 0px;
	min-height: 1px;
}

#footer
{
	position: relative;
}

#footer-wrapper .dots
{
	position: absolute;
	top: -100px;
	right: 60px;
}

#footer-wrapper .contact
{
	text-align: center;	
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	margin: 0px 0px 15px 0px;
}

#footer-wrapper .contact a
{
	color: #fff;
	text-decoration: none;
}

#footer-wrapper .contact a:hover
{
	text-decoration: underline;
}

#footer-wrapper .contact div
{
	font-size: 16px;
	line-height: 35px;
	margin: 0px 15px 15px 15px;
	display: inline-block;
	padding: 0px 0px 0px 35px;
	height: 35px;
	letter-spacing: 0.05em;
	background-repeat: no-repeat;
	background-position: 0px 50%;	
}

#footer-wrapper .contact .phone
{
	background-image: url('https://www.mallardart.com/images/footer-phone.png');
	background-position: 0px 5px;
}

#footer-wrapper .contact .email
{
	background-image: url('https://www.mallardart.com/images/footer-email.png');
	background-position: 0px 8px;
	padding-left: 40px;
}

#footer-wrapper .menu 
{
	text-align: center;
	list-style: none;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0px;
}

#footer-wrapper h2
{
	font-size: 20px;
	line-height: 23px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
}

#footer-wrapper .menu ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

#footer-wrapper .menu ul li 
{
	display: inline-block;
	font-size: 16px;
	line-height: 19px;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
}

#footer-wrapper .menu ul li a 
{
	color: #fff;
	text-decoration: none;
}

#footer-wrapper .menu ul li a:hover
{
	text-decoration: underline;
}

#footer-wrapper .logo
{
	margin: 0px 0px 30px 0px;
}

#copyright
{
	text-align: center;
	color: #fff;
	font-size: 13px;	
	line-height: 20px;
	padding: 15px 0px 0px 0px;
}

#copyright a
{
	color: #fff;
	text-decoration: none;
}

#copyright a:hover
{
	text-decoration: underline;
}

#footer-wrapper .card-logos
{
	text-align: center;
	margin: 0px 0px 20px 0px;
}

#footer-wrapper .card-logos img
{	
	margin: 0px 20px 0px 20px;
	display: inline-block;
}

#footer-wrapper .card-logos p
{
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	margin: 0px 0px 10px 0px;
}

#footer-wrapper .social
{
	margin: 0px 0px 25px 0px;
	text-align: center;
	font-size: 0px;
}

#footer-wrapper .social a
{
	display: inline-block;
	vertical-align: middle;
	margin: 0px 30px 0px 30px;
}

#cat-menu
{
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 10px 0px;
	list-style: none;
	background-color: #f0f0f0;
}

#cat-menu li
{
	margin: 0px 0px 0px 0px;
	padding: 3px 14px 3px 14px;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
}

#cat-menu li.title
{
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	margin: 0px 0px 6px 0px;
	padding: 9px 0px 6px 14px;
}

#cat-menu li a
{
	color: #333333;
	text-decoration: none;
}

#cat-menu li a:hover
{
	color: #000;
}

#cat-wrapper
{
	padding: 0px 0px 10px 0px;
}

#cat-wrapper .cat
{
	float: left;
	width: 220px;
	height: 280px;
	margin: 0px 25px 40px 0px;
	cursor: pointer;
}

#page-wrapper.medium #cat-wrapper .cat
{
	width: 280px;
	height: 350px;
}

#cat-wrapper .cat.odd
{
	margin-right: 0px;
}

#cat-wrapper .cat .image
{
	height: 226px;
	overflow: hidden;
	margin: 0px 0px 17px 0px;
}

#page-wrapper.medium #cat-wrapper .cat .image
{
	height: 288px;
}

#cat-wrapper .cat .image img
{
	max-width: 100%;
}

#cat-wrapper .cat .title
{
	height: 40px;
}

#cat-wrapper .cat .title h2
{
	font-size: 22px;
	line-height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'playfair_display';
}

#page-wrapper.medium #cat-wrapper .cat .title h2
{
	font-size: 26px;
	line-height: 32px;
}

#cat-wrapper .cat .title h2 a
{
	color: #1a1a1a;
	text-decoration: none;
}

.aligner 
{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#bread-crumb 
{
	color: #4d4d4d;
	font-size: 13px;
	line-height: 16px;
	height: 70px;
	padding: 13px 0px 0px 0px;
}

#bread-crumb.odd
{
	height: 40px;
}

#bread-crumb a
{
	color: #4d4d4d;
	text-decoration: none;
}

#bread-crumb a:hover
{
	color: #1b607d;
}

.cat_description
{
	padding: 0px 0px 10px 0px;
}

#cat-filter-results.scroll
{
	height: 530px;
	overflow: hidden;
	font-size: 0px;
}

#cat-filter-results.scroll .clear
{
	display: none;
}

#cat-filter-results-2.scroll
{
	height: 368px;
	overflow: hidden;
	width: auto;
	font-size: 0;
}

#ajax-basket #cat-filter-results-2.scroll
{
	height: 408px;
}

#item-wrapper
{
	padding: 0px 0px 0px 0px;
	clear: right;
	margin: 0px 0px 10px 0px;
}

#item-wrapper.scroll
{
	overflow: hidden;
	position: relative;
	text-align: center;
}

#item-wrapper.scroll .clear {
	display: none;
}

#item-wrapper .left-button
{
	position: absolute;
	top: 132px;
	left: 0px;
	z-index: 1000;
	cursor: pointer;
}

#ajax-basket #item-wrapper .left-button
{
	top: 200px;
}

#item-wrapper .right-button
{
	position: absolute;
	top: 132px;
	right: 2px;
	z-index: 1000;
	cursor: pointer;
}

#page-wrapper.medium #item-wrapper .right-button
{
	right: 0px;
}

#ajax-basket #item-wrapper .right-button
{
	top: 200px;
}

#item-wrapper .item
{
	width: 250px;
	float: left;
	margin: 0px 65px 50px 0px;
	position: relative;
	text-align: center;
}

#item-wrapper .item.odd, #item-wrapper.full .item.odd, #right-column.full #item-wrapper .item.odd
{
	margin-right: 0px !important;
}

#item-wrapper.full .item, #right-column.full #item-wrapper .item, #item-wrapper.scroll .item
{
	margin-right: 103px;
}

#page-wrapper.medium #item-wrapper.full .item, #page-wrapper.medium #right-column.full #item-wrapper .item, #page-wrapper.medium #item-wrapper.scroll .item
{
	margin-right: 65px;
}


#item-wrapper .item .sale
{
	position: absolute;
	top: 15px;
	left: 15px;
}

#ajax-basket #item-wrapper.scroll
{
	width: 717px;
	margin: 0px auto 0px auto;
	text-align: center;
	position: initial;
}

#item-wrapper.scroll .item 
{
	display: inline-block;
	float: none;
	margin: 0px 10px 65px 10px !important;
	vertical-align: top;
}

#ajax-basket #item-wrapper.scroll .item
{
	margin: 0px 4px 45px 4px !important;
}

#item-wrapper .item .item-image
{
	height: 300px;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
}

#item-wrapper .item h2
{
	font-size: 20px;
	line-height: 23px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 75px;
	font-family: 'playfair_display'
}

#item-wrapper .item h2 a
{
	text-decoration: none;
	color: #000;
}

#item-wrapper .item .price-wrapper
{
	padding: 0px 0px 0px 0px;
	color: #1a1a1a;
	font-weight: bold;
	height: 55px;
}

#item-wrapper .item .price-wrapper .price
{
	font-size: 24px;	
	line-height: 24px;
	padding: 0px 0px 0px 0px;
}

#item-wrapper .item .price-wrapper .price span
{
	display: inline;
}

#item-wrapper .item .price-wrapper .price.odd
{
	padding: 7px 0px 0px 0px;
}

#item-wrapper .item .price-wrapper .from
{
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}

#item-wrapper .item .price-wrapper .was
{
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
	color: #bf0000;
	display: block;
	height: 20px;
}

#item-wrapper .item .price-wrapper .save
{
	float: right;
	font-size: 15px;
	line-height: 17px;
	color: #bf0000;
	clear: right;
}

#item-wrapper .item .stock
{
	font-size: 13px;
	line-height: 16px;
	height: 18px;
}

#item-wrapper .item .delivery
{
	font-size: 13px;
	line-height: 16px;
	height: 25px;
}

#item-wrapper .item .buttons
{
	padding: 0px 0px 0px 0px;
	height: 44px;
}

#item-wrapper .item .buttons .more-info
{
	width: 220px;
	height: 46px;
	border: 2px solid #1b607d;
	margin: 0px auto 0px auto;
	display: block;
	height: 40px;
	color: #1a1a1a;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 39px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#item-wrapper .item .buttons .add-to-basket
{
	display: block;
	height: 40px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #ff8200;
}

#item-wrapper .item .buttons button
{
	display: block;
	height: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #ff8200;
	border: 0px;
	width: 100%;
	font-family: 'Lato';
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

#more-info
{

}

#more-info-left
{
	float: left;
	width: 500px;
	margin: 0px 0px 50px 0px;
}

#page-wrapper.medium #more-info-left
{
	width: 600px;
}

#main-image-wrapper
{
	margin: 0px 0px 15px 0px;
}

#thumbs
{
}

#images-thumbs-inside
{
	height: 86px;
	overflow: hidden;
	width: 388px;
	margin: 0px auto 0px auto;
}

#page-wrapper.medium #images-thumbs-inside
{
	width: 545px;
	height: 91px;
}

#thumbs .thumb
{
	margin: 0px 15px 5px 0px; 
	width: 112px; 
	height: 83px; 
	border: 1px solid #e5e5e5;
	float: left;
}

#page-wrapper.medium #thumbs .thumb
{
	width: 119px;
	height: 89px;
}

#thumbs .thumb td
{
	width: 112px;
	height: 83px;
}

#page-wrapper.medium #thumbs .thumb td
{
	width: 119px;
	height: 89px;
}

#thumbs .thumb td img
{
	max-width: 112px;
	max-height: 84px;
}

#page-wrapper.medium #thumbs .thumb td img
{
	max-width: 119px;
	max-height: 90px;
}

#thumbs .up-button
{
	margin: 0px 15px 0px 0px;
	cursor: pointer;
	float: left;
	padding: 29px 0px 0px 0px;
}

#page-wrapper.medium #thumbs .up-button
{
	padding-top: 31px;
}

#thumbs .down-button
{
	cursor: pointer;
	margin: 0px 0px 0px 0px;
	float: right;
	padding: 29px 0px 0px 0px;
}

#page-wrapper.medium #thumbs .down-button
{
	padding-top: 33px;
}

#main-image
{
	margin: 0px 0px 30px 0px;
}

#main-image.full
{
	margin: 0px;
}

#main-image .zoom-text
{
	font-size: 12px;
	line-height: 15px;
	color: #1a1a1a;
	width: 170px;
	background-image: url('https://www.mallardart.com/images/zoom.gif');
	background-repeat: no-repeat;
	background-position: 0px 18px;
	margin: 0px auto 0px auto;
	text-align: right;
	padding: 20px 0px 0px 0px;
	height: 20px;
}

#frequently-bought-together-wrapper
{
	border: 1px solid #e5e5e5;
	padding: 25px 0px 20px 20px;
	position: relative;
	margin: 0px 0px 50px 0px;
}

#frequently-bought-together-wrapper .title h2
{
	font-size: 24px;
	line-height: 27px;
	color: #000;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	text-align: center;
}

#frequently-bought-together-wrapper .plus
{
	width: 60px;
	float: left;
}

#page-wrapper.medium #frequently-bought-together-wrapper .plus
{
	width: 80px;
}

#frequently-bought-together-wrapper .plus td
{
	width: 60px;
	height: 225px;
}

#page-wrapper.medium #frequently-bought-together-wrapper .plus td
{
	width: 80px;
}

#frequently-bought-together-wrapper .item
{
	width: 178px;
	float: left;
	margin: 0px 0px 10px 0px;
	position: relative;
}

#page-wrapper.medium #frequently-bought-together-wrapper .item
{
	width: 225px;
}

#frequently-bought-together-wrapper .item .tick
{
	height: 25px;
	text-align: center;
}

#frequently-bought-together-wrapper .item .sale
{
	position: absolute;
	top: 15px;
	left: 15px;
}

#frequently-bought-together-wrapper .item .item-image
{
	height: 178px;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}

#page-wrapper.medium #frequently-bought-together-wrapper .item .item-image
{
	height: 200px;
}

#frequently-bought-together-wrapper .item .item-image img
{
	max-width: 178px;
	max-height: 178px;
}

#page-wrapper.medium #frequently-bought-together-wrapper .item .item-image img
{
	max-width: none;
	max-height: none;
}

#frequently-bought-together-wrapper .item h2
{
	font-size: 14px;
	line-height: 19px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	height: 90px;
	font-weight: normal;
	text-align: center;
}

#page-wrapper.medium #frequently-bought-together-wrapper .item h2
{
	height: 75px;
}

#frequently-bought-together-wrapper .item h2 a
{
	text-decoration: none;
	color: #333333;
}

#frequently-bought-together-wrapper .item h2 a span span
{
	text-transform: uppercase;
	display: block;
	font-weight: bold;
}

#frequently-bought-together-wrapper .item .price-wrapper
{
	padding: 0px 0px 0px 0px;
	height: 65px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

#frequently-bought-together-wrapper .item .price-wrapper .price
{
	font-size: 18px;	
	line-height: 18px;
	padding: 0px 0px 0px 0px;
}

#frequently-bought-together-wrapper .item .price-wrapper .from
{
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}

#frequently-bought-together-wrapper .item .price-wrapper .was
{
	font-size: 14px;
	line-height: 17px;
	color: #bf0000;
	text-decoration: line-through;
	padding-right: 10px;
	font-weight: normal;
}

#frequently-bought-together-wrapper .item .price-wrapper .save
{
	float: right;
	font-size: 15px;
	line-height: 17px;
	color: #bf0000;
	clear: right;
}

#frequently-bought-together-wrapper .item .buttons
{
	padding: 0px 0px 0px 0px;
	height: 31px;
}

#frequently-bought-together-wrapper .item .buttons a
{
	color: #333333;
	font-size: 12px;
	line-height: 28px;
	height: 29px;
	text-transform: uppercase;
	margin: 0px auto 0px auto;
	border: 1px solid #b2b2b2;
	width: 102px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.block-in
{
	display: block;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.block-in select
{
	margin: 0px 5px 0px 0px;
}

#price-for-all-items
{
	float: right;
	padding: 100px 40px 0px 40px;
}

#price-for-all-items  #waspricejjj
{
	font-size: 16px;
	color: #808080;
	text-decoration: line-through;
	padding-right: 10px;
}

#price-for-all-items  #waspricejjj.empty
{
	padding-right: 0px;
}

#price-for-all-items button
{
	background-color: #ff8200;
	width: 170px;
	border: 0px;
	color: #fff;
	text-align: center;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Lato';
	cursor: pointer;
}

#page-wrapper.medium #price-for-all-items button
{
	width: 200px;
}

#price-for-all-items .title
{
	color: #1a1a1a;
	font-size: 25px;
	line-height: 28px;
	margin: 0px 0px 10px 0px;
}

#page-wrapper.medium #price-for-all-items .title
{
	font-size: 30px;
	line-height: 33px;	
}

#price-for-all-items div
{
}

#price-for-all-items .price
{
	font-size: 25px;
	line-height: 28px;
	color: #333333;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

#page-wrapper.medium #price-for-all-items .price
{
	font-size: 35px;
	line-height: 38px;
}

#commission-wrapper
{
	border: 2px solid #1b607d;
	padding: 30px 30px 35px 40px;
	position: relative;
}

#commission-wrapper .dots
{
	position: absolute;
	right: -17px;
	bottom: -40px;
}

#page-wrapper.medium #commission-wrapper .dots
{
	right: 30px;	
}

#commission-wrapper h2
{
	font-family: 'playfair_display';
	font-size: 24px;
	line-height: 27px;
	color: #1a1a1a;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#commission-wrapper p
{
	font-size: 16px;
	line-height: 22px;
	color: #1a1a1a;
	margin: 0px 30px 25px 0px;
	padding: 0px;
}

#commission-wrapper a
{
	display: inline-block;
	background-color: #dd403a;
	height: 50px;
	line-height: 49px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 25px 0px 25px;	
	text-transform: uppercase;
	letter-spacing: 0.05em;
	min-width: 200px;
	text-align: center;
	cursor: pointer;	
}

#tab-wrapper
{
	height: 52px;
}

#tab-wrapper .tab
{
	float: left;
	padding: 16px 30px 0px 30px;
	margin: 0px 0px 0px 0px;
	height: 33px;
	border-top: 3px solid #e5e5e5;
	font-size: 14px;
	line-height: 17px;
	color: #1a1a1a;
	cursor: pointer;
	text-align: center;
	background-color: #e5e5e5;
}

#tab-wrapper #tab1
{
	border-left: 1px solid #e5e5e5;
}

#tab-wrapper .tab.last
{
	margin-right: 0px;
}

#tab-wrapper .tab.selected
{
	background-color: #fff;
	border-top: 3px solid #ff8200;
	border-right: 1px solid #e5e5e5;
	color: #ff8200;
	height: 34px;
}

#tab1-content
{
	display: block;
}

.tab-content
{
	display: none;
	background-color: #fff;
	font-size: 16px;
	line-height: 22px;
	color: #1a1a1a;
	padding: 25px 30px 15px 25px;
	border: 1px solid #e5e5e5;
}

#body .tab-content p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
	font-size: 16px;
	line-height: 22px;
	color: #1a1a1a;
}

#body .tab-content ul
{
	margin: 0px 0px 15px 17px;	
	padding: 0px;
}

#body .tab-content ul li
{
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

#description
{
	margin: 0px 0px 20px 0px;
	position: relative;
}

#description .leave-a-review
{
	position: absolute;
	top: 63px;
	right: 10px;
	cursor: pointer;
	display: block;
	width: 160px;
	height: 26px;
	color: #fff;
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border: 0px;
	font-family: 'Lato';
	text-transform: uppercase;
}

#more-info-right
{
	margin: 0px 0px 50px 550px;
}

#page-wrapper.medium #more-info-right
{
	margin-left: 650px;
}

#more-info-right h1
{
	font-family: 'playfair_display';
	font-size: 30px;
	line-height: 33px;
	color: #1a1a1a;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}

#more-info-right .product-code
{
	margin: 0px 0px 20px 0px;
	font-size: 16px;	
	line-height: 22px;
	color: #4d4d4d;
	clear: right;
}

#price-wrapper
{
	margin: 0px 0px 40px 0px;
	color: #1a1a1a;
}

#price-wrapper .prices
{
}

#price-wrapper .prices .price
{
	font-size: 28px;	
	line-height: 28px;
	display: block;
	font-weight: bold;
	padding: 0px 0px 15px 0px;
}

#price-wrapper .prices .price.odd
{
	padding: 3px 0px 15px 0px;
}

#price-wrapper .from
{
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}

#price-wrapper .was
{
	font-size: 15px;
	line-height: 17px;
	color: #bf0000;
	font-weight: normal;
}

#price-wrapper .save
{
	float: right;
	font-size: 15px;
	line-height: 17px;
	color: #bf0000;
	clear: right;
	font-weight: bold;
}

#price-wrapper .vat
{
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	padding-left: 5px;
}

#price-wrapper .stock
{
	font-size: 13px;
	line-height: 16px;
	color: #1a1a1a;
	font-weight: bold;
	padding: 0px 0px 0px 25px;
	background-image: url('https://www.mallardart.com/images/tick.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	height: 20px;
}

#price-wrapper .stock.nostock {
	background-image: url('https://www.mallardart.com/images/basket-remove.gif');
	background-position: 0px 1px;
}

#price-wrapper .delivery
{
	font-size: 12px;
	line-height: 17px;
	color: #4d4d4d;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 20px 0px;
	max-width: 400px;
}

#price-wrapper .delivery-message
{
	font-size: 12px;
	line-height: 17px;
	color: #000;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#price-wrapper .qty
{
	padding-top: 10px;
}

#price-wrapper .qty button
{
	display: block;
	width: 272px;
	height: 42px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #ff8200;
	border: 0px;
	font-family: 'Lato';
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

#price-wrapper .qty a
{
	display: inline-block;
	background-color: #1b607d;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 25px 0px 25px;	
	text-transform: uppercase;
	letter-spacing: 0.05em;
	min-width: 220px;
	text-align: center;
	cursor: pointer;
}

#price-wrapper .options
{
	padding: 0px 0px 0px 0px;
}

#price-wrapper .options .title
{
	font-size: 12px;
	line-height: 15px;
	padding: 2px 10px 0px 0px;
	font-weight: normal;
	color: #1a1a1a;
}

#price-wrapper .options select
{
	margin: 0px 0px 5px 0px;
	width: 100%;
}

#icon-wrapper .icon
{
	background-color: #f0f0f0;
	border: 1px solid #e5e5e5;
	padding: 12px 15px 12px 60px;
	background-repeat: no-repeat;
	margin: 0px 0px 2px 0px;
}

#icon-wrapper .icon .title
{
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

#icon-wrapper .icon .text
{
	font-size: 12px;
	line-height: 16px;
	color: #4d4d4d;
}

#icon-wrapper .icon .text p
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	color: #4d4d4d;
}

#icon-wrapper .icon .text a
{
	color: #1a1a1a;
}

#icon-wrapper .icon.last
{
	margin: 0px 0px 17px 0px;
}

#icon-wrapper .icon.delivery
{
	background-image: url('https://www.mallardart.com/images/van-icon.gif');
	background-position: 18px 18px;
}

#icon-wrapper .icon.collect
{
	background-image: url('https://www.mallardart.com/images/collect-icon.gif');
	background-position: 21px 15px;
}

#icon-wrapper .icon.worldwide
{
	background-image: url('https://www.mallardart.com/images/worldwide-icon.gif');
	background-position: 18px 18px;
}

#icon-wrapper .icon.lowest
{
	background-image: url('https://www.mallardart.com/images/lowest-icon.gif');
	background-position: 18px 15px;
}

#help
{
	border: 1px solid #ff8200;
	background-image: url('https://www.mallardart.com/images/woman.jpg');
	background-repeat: no-repeat;
	background-position: 5px 100%;
	padding: 12px 0px 0px 52px;
	height: 42px;
}

#help .button
{
	float: right;
	padding: 10px 7px 0px 0px;
}

#help .title
{
	font-size: 12px;	
	line-height: 15px;
	color: #000;
	font-weight: bold;
}

#help .text
{
	font-size: 12px;	
	line-height: 15px;
	color: #000;
}

#help .button a
{
	display: block;
	width: 64px;
	height: 22px;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	font-weight: bold;
}

#shop-wrapper
{
}

.tableheader
{
	font-weight: bold;
	color: #fff;
	font-size: 9pt;
	line-height: 11pt;
	background-color: #000;
	text-align: center;
}

.tablebody
{
	background-color: #f7f7f7;
	font-size: 9pt;
	line-height: 11pt;
	text-align: center;
}

#table-basket
{
	border-collapse: collapse;
	border-color: #cccccc;
}

#basket-delivery-form .recalculate
{
	float: left;
	display: block;
	border: 2px solid #b2b2b2;
	width: 142px;
	height: 36px;
	color: #1a1a1a;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	font-family: 'Lato';
	background-color: #fff;
}

#basket-delivery-form .continue-shopping
{
	float: left;
	margin: 0px 15px 0px 0px;
	display: block;
	width: 150px;
	height: 36px;
	color: #fff;
	font-size: 13px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #ff8200;
	cursor: pointer;
}

#body #checkout-button, #ajax-basket #checkout-button
{
	display: block;
	width: 166px;
	height: 42px;
	color: #fff;
	font-size: 17px;
	line-height: 42px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #ff8200;
}

#promo-code-wrapper button
{
	border: 0px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	width: 79px;
	height: 31px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	font-family: 'Lato';
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;	
}

.table-header
{
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	font-weight: bold;
	background-color: #e5e5e5;
	border-color: #cccccc;
	color: #4d4d4d;
}

.table-header.left
{
	text-align: left;
	padding-left: 10px;
}

.table-header.no-background
{
	background-color: #fff;
}

.table-body
{
	font-size: 13px;
	line-height: 17px;
	color: #333333;
	text-align: center;
	background-color: #fff;
	border-color: #e5e5e5;
	transition: background-color 2.5s ease;
}

.table-body.left
{
	text-align: left;
	padding-left: 10px;
}

.table-body .qty
{
	text-align: center;
	border: 1px solid #cccccc;
	padding: 5px 5px 5px 5px;
}

.basket-sub-total
{
	font-size: 16px;	
	line-height: 19px;
	display: block;
	text-align: right;
	padding: 0px 0px 20px 0px;
}

.basket-total-vat
{
	font-size: 16px;	
	line-height: 19px;
	display: block;
	text-align: right;
	padding: 0px 0px 20px 0px;
}

.basket-total-price
{
	font-size: 18px;	
	line-height: 21px;
	display: block;
	text-align: right;
	padding: 0px 0px 20px 0px;
	font-weight: bold;
}

.basket-promo-code
{
	font-size: 14px;	
	line-height: 17px;
	display: block;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

#shopwrapper .basket-info p
{
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#promo-code-wrapper
{
	width: 254px;
	height: 30px;
	border: 10px solid #e5e5e5;
	margin: 0px 0px 0px 0px;
}

#promo-code
{
	border: 0px;
	font-size: 13px;
	height: 21px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	width: 149px;
	color: #333333;
}

#related-items-wrapper
{
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background-image: url('https://www.mallardart.com/images/dots-1.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#body #related-items-wrapper .divider-1
{
	margin: 0px auto 50px auto;
}

#related-items-wrapper .title h2
{
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-size: 36px;
	line-height: 39px;
	color: #1a1a1a;
	margin: 0px 0px 25px 0px;
	font-family: 'playfair_display';
}

#my_account_logout
{
	float: right;
	font-size: 9pt;
	line-height: 11pt;
	width: 294px;
	height: 45px;
}

#my_account_logout button
{
	float: right;
	display: block;
	width: 106px;
	height: 34px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #ff8200;
	border: 0px;
	font-family: 'Lato';
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

#map
{
	width: 100%;
	height: 300px;
	border: 1px solid #999;
	padding: 0px;
}

#column1
{
	float: left;
	width: 350px;
	padding: 0px 0px 10px 0px;
}

#column2
{
	float: right;
	width: 380px;
	padding: 0px 0px 20px 0px;
}

#column2 button
{
	display: block;
	width: 140px;
	height: 38px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #ff8200;
	border: 0px;
	font-family: 'Lato';
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

.field-name
{
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

.field-input
{
	padding: 0px 0px 10px 0px;
}

.field-input input
{
	width: calc(100% - 20px);
	padding: 8px;
}

.field-textarea
{
	padding: 0px 0px 10px 0px;
}

.field-textarea textarea
{
	width: calc(100% - 20px);
	padding: 8px;
}

#banner-wrapper
{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0px 0px 0px 0px;
}

#slides
{
	width: 60000px;
}

#slides .slide
{
	float: left;
	position: relative;
	z-index: 1;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 475px;
}

#banner-wrapper.medium #slides .slide
{
	height: 496px;
}

#banner-wrapper.large #slides .slide
{
	height: 750px;
}

#slides .slide .fade
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 2;
}

#slides .slide .background img
{
	max-width: 100%;
}

#slides .slide .background img
{
	min-height: 472px;
}

#slides .slide .frame
{
	position: absolute;
	top: 20px;
	left: 50%;
	width: 510px;
	margin-left: -255px;
	height: 230px;
	z-index: 4;
}

#banner-wrapper.medium #slides .slide .frame
{
	height: 250px;
	width: 560px;
	margin-left: -280px;
}

#banner-wrapper.large #slides .slide .frame
{
	width: 1100px;
	margin-left: -550px;
	height: 470px;
	top: 30px;
}

#slides .slide .frame .inside
{
	height: 230px;
	background-size: cover;
}

#banner-wrapper.medium #slides .slide .frame .inside
{
	height: 250px;
}

#banner-wrapper.large #slides .slide .frame .inside
{
	height: 470px;
}

#slides .slide .banner-content
{
	width: 900px;
	text-align: center;
	position: absolute;
	bottom: 35px;
	left: 50%;
	margin-left: -450px;
	z-index: 3;
}

#banner-wrapper.medium #slides .slide .banner-content
{
}

#banner-wrapper.large #slides .slide .banner-content
{
	bottom: 30px;
}

#slides .slide .banner-content table
{
	width: 100%;
}

#slides .slide .banner-content .inside
{
}

#slides .slide .banner-content .title
{
	font-size: 40px;
	line-height: 46px;
	color: #fff;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-family: 'playfair_display';
}

#banner-wrapper.medium #slides .slide .banner-content .title
{
}

#banner-wrapper.large #slides .slide .banner-content .title
{
	margin: 0px 0px 20px 0px;
	font-size: 50px;
	line-height: 56px;
}

#slides .slide .banner-content .intro
{
	font-size: 23px;
	line-height: 26px;
	font-style: italic;
	color: #fff;
	margin: 0px 0px 30px 0px;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.59);
}

#slides .slide .banner-content .button1
{
	display: inline-block;
	margin: 0px 10px 0px 10px;
}

#slides .slide .banner-content .button1 a
{
	background-color: #1b607d;
	text-transform: uppercase;
	display: block;
	padding: 0px 20px 0px 20px;
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.05em;
	min-width: 200px;
}

#banner-wrapper.medium #slides .slide .banner-content .button1 a
{
}

#banner-wrapper.large #slides .slide .banner-content .button1 a
{
	height: 70px;
	line-height: 70px;
	min-width: 260px;
}

#slides .slide .banner-content .button2
{
	display: inline-block;
	margin: 0px 10px 0px 10px;
}

#slides .slide .banner-content .button2 a
{
	background-color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 0px 20px 0px 20px;
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	font-weight: bold;
	color: #1a1a1a;
	text-decoration: none;
	letter-spacing: 0.05em;
	min-width: 200px;
}

#banner-wrapper.medium #slides .slide .banner-content .button2 a
{
}

#banner-wrapper.large #slides .slide .banner-content .button2 a
{
	height: 70px;
	line-height: 70px;
	min-width: 260px;
}

#button-wrapper
{
	position: absolute;
	bottom: 25px;
	left: 50%;
	z-index: 1;
}

#button-wrapper div
{
	float: left;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background-color: #fff;
	margin: 0px 6px 0px 0px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

#button-wrapper div.selected
{
	background-color: #ff8200;
}

.clear
{
	height: 0px;
	overflow: hidden;
	clear: both;
}

.clear-inline
{
	width: 100%;
	height: 0px;
	overflow: hidden;
}

#reviews-wrapper
{
	height: 30px;
	cursor: pointer;
	float: right;
}

#reviews-stars
{
	height: 16px;
	float: left;
}

#reviews-stars img
{
	float: left;
	margin-right: 2px;
}

#reviews-rating
{
	float: left;
	color: #4d4d4d;
	font-size: 11px;
	line-height: 14px;
	padding: 1px 0px 0px 0px;
}

#reviews-rating span
{
	padding-left: 10px;
}

#reviews-rating span span
{
	padding: 0px;
}

#stars
{
	width: 390px;
}

#log_res2
{
        top: 0px;
        width: 100%;
        background-color: #fff;
        position: absolute;
        z-index: 11000;
        display: none;
	width: 900px;
	margin-left: -450px;
	left: 50%;
}

#log_res2.show
{
        display: block;
}	

#log_res2.ajax-loading 
{
        background: url('https://www.mallardart.com/images/spinner.gif') no-repeat center;
        background-color: #fff;
        display: block;
	min-height: 50px;
}

#log_res2 h2
{
	font-size: 12pt;
	line-height: 14pt;
	color: #000;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#log_res2 .fieldname
{
	font-size: 10pt;
	line-height: 12pt;
}

#stars img
{
	cursor: pointer;
}

#log_res2 .fieldinput input
{
	width: 273px;
}

#log_res2 .fieldtextarea textarea
{
	width: 273px;
}

.black_overlay{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:9001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
        display: none;
}

#mobile-check
{
	text-align: center;
	padding: 10px;
	color: #666666;
}

#mobile-check a
{
	color: #666666;
}

#left-column
{
	width: 245px;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 100px 0px;
	background-image: url('https://www.mallardart.com/images/dots-1.png');
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

#right-column
{
	margin: 0px 0px 0px 315px;
}

#right-column.full
{
	margin: 0px;
}

#cat-description
{
	margin: 0px 0px 50px 0px;
}

#cat-description h1
{
	font-size: 38px;
	line-height: 41px;
	color: #1a1a1a;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'playfair_display';
}

#sort-by
{
	float: right;
	background-color: #e5e5e5;
	width: 210px;
	height: 40px;
	color: #333333;
	font-size: 13px;
	line-height: 15px;
	position: relative;
	background-image: url('https://www.mallardart.com/images/sort-arrow.png');
	background-repeat: no-repeat;
	background-position: 95% center;
	margin: 0px 0px 25px 0px;
	letter-spacing: 0.05em;
}

#sort-by span 
{
	position: absolute;
	top: 14px;
	left: 15px;
	z-index: 1;
	font-weight: bold;
}

#sort-by select 
{
	cursor: pointer;
	width: 210px;
	opacity: 0;
	filter: alpha(opacity=100);
	color: #333333;
	height: 40px;
	padding: 2px 10px 0px 10px;
	font-size: 14px;
	line-height: 16px;
	background-color: transparent;
	border: 0px;
	outline: 0;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 1px;
}

#review-popup
{
	padding: 35px 35px 35px 35px;
	font-size: 11px;
	line-height: 17px;
}

#reviews-content-read-more
{
	padding: 10px 0px 0px 0px;
}

#body #reviews-content-read-more-button
{
	cursor: pointer;
	display: block;
	width: 160px;
	height: 26px;
	color: #fff;
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border: 0px;
	font-family: 'Lato';
	text-transform: uppercase;
}

#recently-viewed-wrapper
{
	border-top: 1px solid #ffdab3;
	padding: 20px 0 0;
	height: 297px;
	overflow: hidden;
}

#recently-viewed-wrapper .back-to-top
{
	float: right;
	font-size: 12px;
	line-height: 15px;
	background-image: url('https://www.mallardart.com/images/back-to-top.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0px 0px 0px 13px;
}

#recently-viewed-wrapper .back-to-top a
{
	color: #000;
}

#recently-viewed-wrapper h2
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
}

#recently-viewed-wrapper .item
{
	width: 196px;
	height: 245px;
	float: left;
	margin: 0px 50px 15px 0px;
	padding: 10px 0px 0px 0px;
	position: relative;
}

#recently-viewed-wrapper .item .remove
{
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

#recently-viewed-wrapper .item.odd, #recently-viewed-wrapper.full .item.odd, #right-column.full #recently-viewed-wrapper .item.odd
{
	margin-right: 0px;
}

#recently-viewed-wrapper.full .item, #right-column.full #recently-viewed-wrapper .item, #recently-viewed-wrapper.scroll .item
{
	margin-right: 14px;
}

#recently-viewed-wrapper .item .sale
{
	position: absolute;
	top: 15px;
	left: 15px;
}

#recently-viewed-wrapper .item .item-image
{
	height: 150px;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}

#recently-viewed-wrapper .item h2
{
	font-size: 14px;
	line-height: 17px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 55px;
}

#recently-viewed-wrapper .item h2 a
{
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

#recently-viewed-wrapper .item .price-wrapper
{
	padding: 0px 0px 0px 0px;
	height: 50px;
	color: #1a1a1a;
	font-weight: bold;
}

#recently-viewed-wrapper .item .price-wrapper span
{
	display: block;
}

#recently-viewed-wrapper .item .price-wrapper .price
{
	font-size: 24px;	
	line-height: 24px;
	padding: 0px 0px 0px 0px;
}

#recently-viewed-wrapper .item .price-wrapper .price.odd
{
	padding: 7px 0px 0px 0px;
}

#recently-viewed-wrapper .item .price-wrapper .from
{
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}

#recently-viewed-wrapper .item .price-wrapper .was
{
	float: right;
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
	color: #808080;
}

#recently-viewed-wrapper .item .price-wrapper .save
{
	float: right;
	font-size: 15px;
	line-height: 17px;
	color: #bf0000;
	clear: right;
}

#cat-filter-results
{
	clear: right;
}

#body .gdpr
{
	border-collapse: collapse;
	margin-bottom: 15px;
}

#ajax-basket
{
	padding: 15px 20px 0px 20px;
	font-size: 14px;
}

#ajax-basket #related-items-wrapper
{
	position: relative;
}

#ajax-basket .fixed-width
{
	width: auto !important;
}

#ajax-basket h2
{
	font-size: 25px;
	color: #000;
	line-height: 28px;
	margin: 0px;
	padding: 0px 0px 13px 0px;
}

#ajax-basket #related-items-wrapper h2
{
	text-align: center;
}

#log_res
{
        top: 0px;
        width: 100%;
        background-color: #fff;
        position: absolute;
        z-index: 11000;
        display: none;
	width: 850px;
	margin-left: -425px;
	left: 50%;
	border: 2px solid #fff;
}

#log_res.show
{
        display: block;
}	

#log_res.ajax-loading 
{
        background: url('https://www.mallardart.com/images/spinner.gif') no-repeat center;
        background-color: #fff;
        display: block;
	padding: 20px 0px 20px 0px;
	background-position: 50% 10px;
}

.newsletter-input-field
{
	font-size: 9pt;
	padding: 9px;
	width: 240px;
}

.newsletter-button
{
	display: block;
	width: 110px;
	height: 36px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #ff8200;
	border: 0px;
	font-family: 'Lato';
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

#delivery-to-spend
{
	border: 1px dashed #67328d;
	padding: 7px 0px 5px 0px;
	font-size: 22px;
	line-height: 25px;
	color: #ff8400;
	margin: 0px 0px 15px 0px;
	text-align: center;
}

#delivery-to-spend div
{
	display: inline-block;
	padding: 0px 0px 0px 68px;
	height: 32px;
	background-image: url('https://www.mallardart.com/images/van-delivery.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.submit-review {
	display: block;
	float: right;
	height: 42px;
	width: 145px;
	color: #fff;
	margin: 24px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #ff8200;
	border: 0px;
	font-family: 'Lato';
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#news-wrapper .news-item
{
	float: left;
	width: 302px;
	height: 470px;
	margin: 0px 25px 40px 0px;
	cursor: pointer;
}

#page-wrapper.medium #news-wrapper .news-item
{
	width: 382px;
	height: 480px;
}

#news-wrapper .news-item.odd
{
	margin-right: 0px;
}

#news-wrapper .news-item .image
{
	height: 203px;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
}

#page-wrapper.medium #news-wrapper .news-item .image
{
	height: 259px;
}

#news-wrapper .news-item .image img
{
	max-width: 100%;
}

#news-wrapper .news-item .title
{
	height: 40px;
}

#news-wrapper .news-item .title h2
{
	font-size: 20px;
	line-height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#page-wrapper.medium #news-wrapper .news-item .title h2
{
	font-size: 20px;
	line-height: 23px;
}

#news-wrapper .news-item .title h2 a
{
	color: #1a1a1a;
	text-decoration: none;
}

#news-wrapper .news-item .buttons
{
	padding: 0px 0px 0px 0px;
	height: 60px;
}

#news-wrapper .news-item .buttons a
{
	width: 220px;
	height: 60px;
	background-color: #1b607d;
	display: block;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 59px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#news-wrapper .news-item .intro
{
	height: 105px;
	font-size: 16px;
	line-height: 20px;
}

#page-wrapper.medium #news-wrapper .news-item .intro
{
	height: 80px;
}

#news-wrapper .news-item .date
{
	height: 20px;
	font-size: 12px;
	line-height: 15px;
}