.bg-pink { background: #D61151; } .text-pink { color: #D61151; } .hov-pink:hover { background: #D61151; } .bg-white { background: #FFFFFF; } .text-white { color: #FFFFFF; } .hov-white:hover { background: #FFFFFF; } .bg-offwhite { background: #F6F6F6; } .text-offwhite { color: #F6F6F6; } .hov-offwhite:hover { background: #F6F6F6; } html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, center,
dl, dt, dd, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	height: auto;
	width: 100%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	/* height: auto; */
	height: 100%; /* set to 100% for clever sticky footer */
}

/*** SITE LAYOUT SETTINGS ***/
body {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: transparent; /* set to fixed color for vertical & vertical_inset */
	/*the following settings are for clever sticky footer */
	min-height: 100%;
	display: flex;
	flex-direction: column;
	letter-spacing: 1px;
}
#homewrap {
	width: 100%; /* 100% for stripes, set px for vertical & vertical_inset */
	flex: 1; /* for clever sticky footer */
	/*max-width: 1500px;*/
	margin: 0 auto;
}
.centreme {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px; /* set px for stripes, 100% for vertical & vertical_inset */
	background-color: transparent; /* set color for vertical */
}
#header-sticky .centreme, #header .centreme {
	width: 1920px;
	max-width: 100%; /* set to same as #homewrap width */
}
.centremeinner { /*vertical_inset carousel div should not contain this class, but all other (inset) centreme classes should */
	margin: 0 auto;
	width: 100%; /* set px (simulates padding), set same as centreme if no padding required */
	padding: 0; /*should only be needed for vertical_inset, use in conjunction with width, (only use L/R pad) */
	background-color: transparent; /* vertical_inset uses this to set BG color */
}
.fullwid {
	width: 100%; /*do not change this - class should be applied to all parent section divs*/
	overflow: hidden; /*do not change */
}
a {
	text-decoration: none;
	color: inherit;
}
p, h1, h2, h3, li {
	line-height: 1.2;
	margin: 0 0 0 0;
}
p, li {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
	letter-spacing: normal;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
blockquote {
	font-style: italic;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 4px solid #AAA;
	color: #666;
}
#oldIE {
	display: none;
	width: 100%;
	height: 20px;
	text-align: center;
	padding: 50px;
	font-size: 20px;
	background: #000;
	color: #FFF;
}
#header { /*only used if sticky header is false */
	background: #393939;
	color: #FFF;
}
#header-sticky { /*only used if site has a sticky header */
	background: #393939;
	box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.1);
	position: fixed;
	width: 100%;
	z-index: 99;
	color: #FFF;
}
#header-second {
	background: #FFF;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
	z-index: 99;
}
#headerPadding { /*only used if site has a sticky header */
	height: 82px;
	width: 100%;
	overflow: hidden;
}
#section1, #featured {
	padding: 0;
}
.heroBg {
	width: 100%;
	height: 750px;
}
.footer {
	padding: 20px 20px 60px 20px;
	background-color: #ededed;
	width: calc(100% - 40px);
}
.footerFollow {
	text-transform: uppercase;
	font-size: 15px;
	padding-bottom: 0;
	padding-top: 40px;
}
.footerFollow p {
	font-weight: bold;
}
.topsocial, .topcallmsg, .carttopmsg, .loggedintopmsg, .wishlistmsg {
	display: inline-block;
	color: #FFF;
}
.topsocial, .topcallmsg {
	display: inline-block;
}
.topsocial {
	font-size: 20px;
}
.topsocial a {
	margin-left: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-mox-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.topsocial a:hover {
	opacity: 0.6;
}
.topcallmsg i {
	padding-right: 10px;
}
.hero-content, .hero-content-sec {
	height: 750px;
	margin-top: -750px;
	position: relative;
	color: #FFF;
	padding: 0 15% 0 15%;
	width: 70%;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
}
.jgalleryholder {
	margin-left: 60px;

}
.jgalleryalb {

}
/*** MENU SETTINGS ***/
#logoholder {
	float: left;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-left: 40px;
}
#logo img { /*set image width (50% of natural width if retina) */
	width: 176px;
}
#menu ul {
	list-style-type: none;
	padding: 0;
	float: right;
}
.clearfix:after {
	display: block;
	clear: both;
}
#menu .topmenu {
	max-width: 1920px;
	display: inline-block;
	float: right;
	margin: 34px 40px 0 0;
}
#menu .topmenu li {
	float: left;
	display: inline-block;
	padding: 0 0 0 40px;
	line-height: 1;
}

#menu .topmenu li a {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding-bottom: 12px;
	display: block;
	overflow: hidden;
	color: #000;
}
#menu .topmenu li a:hover, #menu .topmenu li .menuActiveState {
	color: #000;
	border-bottom: 3px solid #000;
}
#menu .topmenu .subcatmenuitem a:hover,
#menu .topmenu li:nth-of-type(2) a:hover,
#menu .topmenu li:nth-of-type(3) a:hover {
	border-bottom: none;
}
.catmenu, .catmenutop {
	display: inline-block;
	position: relative;
}
.catmenu .sub-menu {
	position: absolute;
	background: #FFF;
	opacity: 0;
	z-index: -1;
	top: 100%;
	visibility: hidden;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	padding: 10px;
	text-align: left;
	width: 250px;
}
.catmenu:hover .sub-menu {
	opacity:1;
	z-index: 99999;
	visibility: visible;
}
.subcatmenuitem {
	display: block;
}
#menu .sub-menu li {
	font-size: 13px;
	border-bottom: 1px solid #CCC;
	width: 100%;
	padding: 0;
}
.shopdropimghold {
	float: left;
	padding: 10px 20px 0 10px;
}
.sub-menu:before {
	content:"";
	position: absolute;
	right: calc(70% - 10px);
	top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	z-index:9999;
}
.catmenu {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.02em;
}
.catmenu a {
	padding: 22px 0px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.catmenu a:hover {
	color: #dddddd;
}
.subcatmenuitem a {
	padding: 10px;
	display: block;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
.subcatmenuitem a:hover {
	background: #eaeaea;
	color: #000;
}
.shopdroptextcontent {
	color: #000;
	padding: 5px 10px;
}
.shopdroptextcontent p {
	font-size: 13px;
	font-weight: 700;
}
.shopdroptextcontent i {
	font-size: 10px;
	padding-left: 2px;
}
.menuTopBar {
	height: 0px; /*change this to make it work */
	margin-bottom: 0px; /*change this to make it work */
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menuUnderline {
	height: 0; /*add styling here to make it work if required */
	margin-bottom: 0px; /*change this to make it work */
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menuTitle {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-size: 14px;
	font-weight: bold;
}
#menu li a .inactiveMenu {
	color: #000;
}
#menu li a .inactiveMenuTop {
	background: transparent;
}
#nav .showmenu {
	display: block;
}
.topcallmsg {
	display: inline-block;
	float: left;
}

/** Menu Search **/
#searchTopHolder {
	padding-left: 0px;
	width: auto;
	display: inline-block;
}
#searchfa {
	cursor: pointer;
}
#searchboxwrapper {
	position: absolute;
	text-align: center;
	width: 1000px;
	display: none;
}
#searchboxholder {
	float: right;
	background: #b4d6a0;
	padding: 10px 13px 11px 10px;
	border-radius: 5px;
	margin-top: 30px;
	display: none;
}
#searchboxholder2 {
	padding: 10px 13px 11px 10px;
	border-radius: 5px;
}
#searchbox, #searchbox2 {
	width: 50px;
	padding: 6px 4px;
	font-size: 14px;
	border: none;
}
#searchbox2 {
	width: 135px;
}
#searchbox, #searchbtn {
	display: none;
}
#searchbtn, #searchbtn2 {
	cursor: pointer;
	border: none;
	text-transform: uppercase;
	background: #313131;
	color: #FFF;
	font-size: 12px;
	padding: 8px 15px 6px;
	margin-right: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-mox-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 3px;
}
#searchbtn:hover {
	background: #515151;
}
#cancelsearch {
	color: #FFF;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-mox-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#cancelsearch:hover {
	color: #D00;
}
#menu #mobilesearchholder {
	display: none;
}
.about .aboutimg {
	height: 500px;
}
/*** Cart and login bits ***/
#portal-image-holder {
	margin: 30px auto;
	text-align: center;
}
#popupBlanket, #notesBlanket, #repeatArtBlanket {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 9999;
	display: none;
}
#popupholder {
	width: 100%;
	height: 100%;
	text-align: center;
}
#loginbox, #createAccountBox {
	margin: 100px auto 0;
	background: rgba(255,255,255,1);
	border-radius: 5px;
	padding: 30px;
	width: 40%;
	display: none;
	min-width: 550px;
	max-width: 550px;
	overflow: hidden;
}
#loginbox {
	display: block;
	background: transparent;
}
.exitholder {
	float: right;
	cursor: pointer;
}
.exitholder:hover {
	color: #F00;
}
.loginheader h1 {
}
.loginheader {
	font-size: 24px;
	text-align: left;
	padding: 10px 0 30px 0;
	float: left;
	width: 90%;
}
.logininput {
	width: 76%;
	padding: 10px;
	float: right;
	border: 1px solid #eaeaea;
	margin: 0 0 10px 0;
}
.inplbl {
	text-align: left;
	float: left;
	margin: 13px 20px 13px 0;
	font-size: 15px;
}
.reqaccbtn, .forgetpwdbtn, .loginbtn {
	padding: 13px 25px;
	margin: 10px 0 0 1%;
	float: right;
	text-transform: uppercase;
	border: none;
	width: 39%;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-weight: 600;
}

.reqaccbtn, .forgetpwdbtn {
	background-color: transparent;
	border: 2px solid #d5d5d5;
	color: #d5d5d5;
}
.reqaccbtn:hover, .forgetpwdbtn:hover {
	background-color: #d5d5d5;
	border: 2px solid #d5d5d5;
	color: #000;
}
.loginbtn {
	background-color: #2e3190;
	color: #ffffff;
	border: 2px solid transparent;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.loginbtn:hover {
	background-color: #07101f;
}
.landingpagebtn {
	padding: 13px 50px;
	margin: 0;
	background-color: #091322;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-top: 20px;
}
.landingpagebtn:hover {
	background-color: #91AC6C;
	color: #fff;
}
.continuelink {
	padding: 30px 0 10px 0;
	display: inline-block;
}
.continuelink:hover {
	color: rgba(7,16,31,0.6);
}
.loggedintopbar {
	position: relative;
	text-align: right;
	color: #FFF;
	z-index: 99;
	width: calc(100% - 80px);
	padding: 21px 0;
	border-bottom: none;
	margin-left: 40px;
}
.loggedintopmsg {
	display: inline-block;
}
.loggedintopbar p {
	text-transform: uppercase;
	font-size: 13px;
	margin: 0;
	text-align: right;
	color: #FFF;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.loggedintopbar p a {
	border-bottom: none;
	margin-right: 30px;
}
.loggedintopbar p a:hover {
	color: #FFF;
	border-bottom: none;
}
#carttopcontent {
	margin-left: 50px;
}
.carttopmsg {
	display: inline-block;
}
#carttopcontent .fa {
	font-size: 11px;
	vertical-align: text-top;
	padding-top: 3px;
	color: #0c3a4d;
}
.cartmsghighlight {
	font-weight: bold;
	color: #000;
}
#cartPopupHolder {
	text-align: center;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1045;
	display: none;
}
#cartPopup {
	border-radius: 0;
	margin: 0 auto;
	margin-top: 121px;
	border: 10px solid rgba(0, 0, 0, 0.3);
	width: 20%;
}
#cartPopupMsg {
	color: #07101F;
	font-weight:500;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	padding: 5%;
	max-width: 400px;
	background: #ffffff;
	padding: 10%;
}
#cartsection  {
	margin-top: 50px;
}
#cartsection h1 {
	padding: 0;
	margin: 0 5%;
	width: 90%;
}
#cartcontents, #cartbottom {
	width: 90%;
	padding: 5%;
	overflow: hidden;
}
.cart h1 {
	max-width: 100%;
	padding: 0;
	margin: 0 0 40px 0;
	width: 90%;
	font-size: 21px;
	font-weight: 600;
	text-align: left;
	float: left;
}
.cartitem {
	padding: 30px;
	background: #efefef;
	margin-bottom: 5px;
}
.cartitemimg {
	display: inline-block;
}
#carttotalrow {
	padding: 40px 30px;
	text-align: right;
	background: #d4e3c0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}
.cartitemtitle {
	width: 50%;
	display: inline-block;
	padding-right: 5%;
	line-height: 1.3em;
}
.cartnumhold {
	width: 5%;
	display: inline-block;
	vertical-align: baseline;
}
.cartitemnum {
	padding: 8px 0 9px 0;
	width: 80%;
	text-align: center;
	border: 1px solid #ccc;
}
.cartnumupdate {
	width: 20%;
	display: inline-block;
	vertical-align: baseline;
}
.cartnumupdatebtn, .cartnumremovebtn {
	padding: 8px 15px 9px 15px;
	margin-right: 3px;
	border: 1px solid #ccc;
	background-color: transparent;
	color: #999;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.cartnumupdatebtn:hover, .cartnumremovebtn:hover {
	border-color: #000;
	background-color: #000;
	color: #fff;
}
.cartitemprice {
	width: 20%;
	display: inline-block;
	text-align: right;
	vertical-align: baseline;
}

.cartinplbl {
	text-transform: uppercase;
	font-weight: 400;
}
.carttextinp {

}
.carttextarea {

}
.cartsubmitbtn {

}
.cart #cart-body-content {
	padding: 0 5% 10% 0;
}
.productitem {
	width:24%;
	margin-right: 1%;
	margin-bottom: 1%;
	overflow: hidden;
	float: left;
}
.productimagehold, .productoverlay {
	height: 300px;
}
.productoverlay {
	background: rgba(255,255,255,0.7);
	margin-top: -300px;
	overflow: hidden;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.prodtitle {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.productimagehold img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
/*** Carousel settings ***/
#homeflex {
	width: 100%;
	overflow: hidden;
}
.hero_overlay { /*used on home page only*/
	color: #FFF;
	height: 520px;
	margin-top: -330px;
	right: 0;
	text-align: center;
	font-size: 40px;
	z-index: 99;
	position: absolute;
}
.hero_overlay p {
	font-size: 60px;
	line-height: 1;
}
.overlayDivHolder {
	width: 100%;
	position: absolute;
	text-align: center;
}
.overlayDiv {
	position: relative;
	z-index: 500;
	text-align: center;
	padding-top: 95px;
}
.overlayTitle {
	color: #FFF;
	font-size: 34px;
	text-transform: uppercase;
	font-size: 40px;
}
.homeImgHolder {
	overflow: hidden;
	float: right;
}
.imgoverlay, .vidoverlay {
	position: absolute;
	background: rgba(0,0,0,.5);
	top: 0;
	width: 100%;
	height: 100%;
	height: calc(100% - 2px);
}
.vidoverlay {
	top: 175px;
	height: 400px;
}
.nativevidhold .hero_overlay {
	width: 100%;
	right: auto;
	margin-top: -225px;
}
.flex-direction-nav, .flex-direction-nav li, .flex-disabled {
	display: none;
}
.flex-active-slide {
	position: relative;
}
.prevslide, .nextslide {
	position: relative;
	z-index: 10;
	cursor: pointer;
	color: #CCC;
	font-size: 65px;
	font-family: 'Wire One', sans-serif;
	opacity: 0.5;
	width: 40px;
	display: none;
	padding-top: 200px;
	padding-left: 20px;
}
.nextslide {
	right: 0;
	float: right;
	padding-right: 20px;
}
.prevslide:hover, .nextslide:hover {
	color: #FFF;
}
/*** Section Aggregate Template ***/
#aggTop {
	padding: 30px 0;
}
#topAggItem {
	overflow: hidden;
	padding: 10px 0px 10px 0px;
}
.aggSectionName {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 5px 0px 10px 0px;
}
.aggItemTitle {
	font-size: 42px;
	font-weight: 900;
	line-height: 1em;
}
.aggItemPreview {
	margin-top: 15px;
	font-size: 17px;
	color: #7b8486;
	font-weight: 300;
	line-height: 1.3em;
}
.pagination {
	padding: 5px 8px;
	margin-right: 5px;
	border: 1px solid #CCC;
	background: #f1f5f6;
	color: #888;
	display: inline-block;
}
.activePagination {
	border: 1px solid #FFF;
	color: #000;
	background: #ffffff;
}
#loadmorebtn {
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 1.5% 1%;
	border: 3px solid #000000;
	width: 20%;
	text-align: center;
	margin: 0 auto;
}
#loadmorebtn:hover {
	border-color: #697072;
	color: #697072;
}
/*** Tiles ***/
.tileImage {
	overflow: hidden;
}
.tileBottom {
	text-align: left;
	height: 100px;
	overflow: hidden;
	background: #FFF;
	margin-top: -2px;
	padding: 20px 20px 30px 0px;
}
.tileSectionName {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 70px 0 10px 10px;
	display: inline-block;
	padding: 7px 12px;
	color: #FFF;
	border-radius: 5px;
}
.tileBottom .tileSectionName { /*when in the bottom section (not overlaid) */
	margin-top: 0;
	margin-left: 0;
}
.tileName {
	font-size: 16px;
	font-weight: bold;
	margin-left: 15px;
}
.tileBottom .tileName {
	margin-left: 0;
}
.tileOne {
	overflow: hidden;
	float: left;
	width: 98%;
	margin: 20px 1% 0 1%;
	position: relative;
}
.tileTwo {
	overflow: hidden;
	float: left;
	width: 49%;
	margin: 20px 0 0 2%;
	position: relative;
}
.tileTwo:nth-of-type(2n) { /*items 0,2,4,6 etc - end of col */
	margin-right: 0;
}
.tileTwo:nth-of-type(2n+1) { /*items 1,3,5,7 etc - start of col */
	margin-left: 0;
}
.tileTwo .tileImage {

}
.tileTwo .tileBottom {

}
.tileTwo .tileSectionName {

}
.tileTwo .tileName {

}
.tileThree {
	overflow: hidden;
	float: left;
	width: 32%;
	margin: 20px 0 0 2%;
	position: relative;
}
.tileTwo .tileImage {

}
.tileTwo .tileBottom {

}
.tileTwo .tileSectionName {

}
.tileTwo .tileName {

}
.tileThree:nth-of-type(3n) { /*items 0,3,6 etc - end of col */
	margin-right: 0;
}
.tileThree:nth-of-type(3n+1) { /*items 1,4,7 etc - start of col */
	margin-left: 0;
}
.tileThree .tileImage {

}
.tileThree .tileBottom {

}
.tileThree .tileSectionName {

}
.tileThree .tileName {

}
.tileFour {
	overflow: hidden;
	float: left;
	width: 23.5%;
	margin: 20px 0 0px 2%;
	position: relative;
}
.tileFour:nth-of-type(4n) { /*items 0,4,8 etc - end of col */
	margin-right: 0;
}
.tileFour:nth-of-type(4n+1) { /*items 1,5,9 etc - start of col */
	margin-left: 0;
}
.tileFour .tileImage {

}
.tileFour .tileBottom {

}
.tileFour .tileSectionName {

}
.tileFour .tileName {

}
.tileFive {
	overflow: hidden;
	float: left;
	width: 18.4%;
	margin: 20px 0 0px 2%;
	position: relative;
}
.tileFive:nth-of-type(5n) { /*items 0,5,10 etc - end of col */
	margin-right: 0;
}
.tileFive:nth-of-type(5n+1) { /*items 1,6,11 etc - start of col */
	margin-left: 0;
}
.tileFive .tileImage {

}
.tileFive .tileBottom {

}
.tileFive .tileSectionName {

}
.tileFive .tileName {

}
.tileThree, .tileFour, .tileTwo, .tileFive, .tileOne {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.tileThree:hover, .tileFour:hover, .tileTwo:hover, .tileFive:hover, .tileOne:hover {
	opacity: 0.7;
}
.tileItemOverlay {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	color: #FFF;
	position: absolute;
	opacity: 1;
}
.newTileLoadedFromAjax { /* keep this one last in tiles */
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/*** Columns ***/
.colholder { /*will always be 100% - this is the row */
	width: 100%;
	overflow: hidden;
	display: flex;
}
.onecol {
	width: 100%;
}
.twocol {
	width: 50%;
	float: left;
	margin-right: 0%;
	/*	overflow: hidden;*/
	margin-bottom: -3px;
	position: relative;
	align-items: stretch;
}
.twocol:nth-of-type(2n) {
	margin-right: 0;
}
.twocol img, .threecol img, .fourcol img {
	/*	object-fit: cover;*/
	/*	width: 100%;*/
	/*	height: 100%;*/
	/*	height: 400px;*/
}
.threecol {
	width: 33.3%;
	float: left;
	/*	margin-right: 2%;*/
}
.threecol:nth-of-type(3n) {
	/*	margin-right: 0;*/
	width: 33.4%;
}
.fourcol {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}
.fourcol:nth-of-type(4n) {
	margin-right: 0;
}
.colItem {
	position: relative;
	width: 100%;
}
.colItemBody {
	display: flex;
	align-items: center;
	height: 100%;
}
.content-flexhold, .hero-content-flexhold {
	width: 100%;
}
.colItemPad {
	padding: 0 40px;
}
.colItemBody h1 {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.colbody p {
	font-size: 14px;
	line-height: 1.3;
}
.threecol .colItemBody {
	height: 360px;
	overflow: hidden;
}
.threecol .colItemPad {
	height: 280px;
}
.threecol .colDoubleHeight {
	height: 720px;
}
.moreinfbtn {
	color: #000;
	border: 1px solid #000;
	padding: 6px 10px;
	margin-top: 15px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
.colOverlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	background: rgba(0,0,0,0.5);
}
.colOverlay h1 {
	font-weight: normal;
	padding-top: 200px;
}
.opaqueoverlaybg {
	background: rgba(0,0,0,0.5);
}
.colImageHold {
	height: 100%;
	width: 100%;
}
.colImageHold img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/*** Forms settings ***/
#uploadBlanket {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 9999;
	position: fixed;
	display: none;
	overflow-y: auto;
}
#upload_div, #notes_div {
	margin: 75px auto;
	width: 400px;
	overflow: hidden;
	background: #FFF;
	padding: 40px;
}
#upload_div h3, #notes_div h3 {
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 20px;
}
#upload_div p, #notes_div p {
	font-size: 14px;
}
#upload_div .portal-button {
	margin-top: 0;
}
#uploadFile {
	padding: 20px;
	background: #f1f1f1;
	width: calc(100% - 40px);
	margin-bottom: 20px;
}
.uploadLabel {
	width: 135px;
	padding: 10px 0;
	display: inline-block;
	font-size: 13px;
}
#uploaderName, #uploaderPosition, #uploaderEmail, #uploaderPhone, #uploaderFax, #uploaderNotes {
	width: 255px;
	float: right;
	padding: 5px 0;
}
#upload_div, #upload_target {
	display: none;
}
#custNotesInPopup {
	width: calc(100% - 20px);
	padding: 10px;
	margin-top: 20px;
	height: 100px;
	border: 1px solid #b6b9bb;
}
.newartbtn, .editNotes {
	cursor: pointer;
	text-transform: capitalize;
	font-weight: normal;
}
.newartbtn:hover, .editNotes:hover {
	color: #95989a;
}
.former {
	text-align: left;
	padding: 0px;
	margin: 50px 0;
}
.former .formSectionTitle {
	color: #FFF;
	line-height: 1.4;
	text-align: center;
	font-size: 14px;
	width: 94%;
}
.saver {
	width: calc(100% - 26px);
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	padding: 0px 12px;
	font-size: 14px;
	background: #ffffff;
	height: 36px;
}
.cart .saver {
	margin: 10px 0;
}
#cartnotes {
	height: 200px;
}
.cartsubmitbtn {
	padding: 16px 40px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	background: #91ac6c;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-bottom: 50px;
}
.cartsubmitbtn:hover {
	background:#07101F;
}
.former select {
	width: 100%;
}
.former .formSectionTitle {
	font-size: 14px;
	background: #b4d6a0;
	padding: 12px 10px;
	line-height: 1;
	margin-top: 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	width: 101%;
}
.former textarea {
	font-family: arial, sans-serif;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.inputlbl {
	color: #313131;
	margin-bottom: 10px;
	margin-top: 25px;
	padding: 0px;
	width: 100%;
}
.reqtext {
	color: #F49562;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	margin-left: 10px;
	font-weight: 600;
}
.addToCartBtn, .numItems {
	padding: 10px;
	text-transform: uppercase;
	border: none;
	background: #91AC6C;
	width: 50%;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.addToCartBtn:hover {
	background-color: #6f8c47;
}
.numItems {
	background: #000;
	color: #fff;
	width: 50px;
	cursor: text;
}
.formImageFilename {
	display: none;
}
.submitter {
	font-size: 14px;
	letter-spacing: 1px;
	padding: 16px 40px;
	background: #2e3190;
	text-transform: uppercase;
	border: none;
	border-radius: 3px;
	color: #ffffff;
	margin-bottom: 40px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 2px solid #2e3190;
}
.submitter:hover {
	background: transparent;
	color: #2e3190;
}
.redborder {
	border: 1px solid #FF0000;
}
#uploadBtn, #chooseUploadBtn {
	padding: 16px 40px;
	background-color: #313131;
	color: #fff;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 3px;
}
/*** Article page ***/
.itemheadline {
	font-size: 30px;
	margin: 20px 0;
}
.article_div {
	padding: 20px 0 50px;
}
.article_div ul, .article_div ol {
	margin: 0 20px;
}
.articlebody {

}
.articlebody p, .articlebody li {
	font-size: 15px;
	line-height: 1.4;
}
.articlebody img {
	margin: 20px auto;
}
.article_area .centremeinner, .article_contentDiv .centremeinner {
	overflow: hidden;
}
.article_contentDiv {

}
.articlelhs {
	width: 69%;
	margin-left: 1%;
	float: left;
	overflow: hidden;
}
.articlerhs {
	width: 28%;
	margin-left: 1%;
	margin-right: 1%;
	overflow: hidden;
	float: right;
}
#relatedTiles {
	padding-top: 70px;
}
#relatedTiles h1 {
	font-size: 18px;
}
/** Tags **/
#tagholder {
	margin-top: 20px;
}
.taghead {
	font-size: 12px;
	font-weight: bold;
}
.tagger {
	font-size: 11px;
	background: #F0F0F0;
	border: 1px solid #DDD;
	padding: 5px 10px;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
	display: inline-block;
	border-radius: 3px;
}
.tagger:hover {
	background: #DDD;
}
.wid768 {
	width: 768px;
	margin: 0 auto;
}
.footer .threecol {
	font-size: 12px;
	padding-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}
.footer p {
	text-align: center;
}

/*** Social stuff ***/
.fb-comments, .fb-comments iframe[style], .fb-comments span {
	width: 90% !important;
}

/* image gallery (not inline Ace Gall) */
.gallerydiv, .galleryholder {
	overflow: hidden;
	position: relative;
}
.galleryholder {
	width: 100%;
}
.galimage {
	display: block;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	width: calc(20% - 10px);
}
.galimage img {
	width: 100%;
	height: 100%;
}
.galimagebig {
	display: block;
	float: left;
	padding-left: 0px;
	z-index: 95;
	position: relative;
}
.plainimage {
	width: auto;
}
.gallerypage {
	display: block;
	float: none;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.gallerypage .galimage:nth-of-type(4), .gallerypage .galimage:nth-of-type(5) {
	margin-top: 6px;
}
.gallery_left_arrow, .gallery_right_arrow {
	height: 100%;
	position: absolute;
	z-index: 98;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	margin-top: 0;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.5);
	bottom: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.gallery_left_arrow:hover, .gallery_right_arrow:hover {
	background: rgba(255, 255, 255, 0.9);
}

.gallery_left_arrow {
	left: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.gallery_right_arrow {
	right: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.lrh {
	padding-top: 130px;
	display: block;
	color: #000;
}

.galimage img, .galimagebig img {

}
.vis {
	opacity: 1;
}
.invis {
	opacity: 0;
	width: 0;
	margin: 0;
}
/** inline gallery from Hanna (for Ace and TWA sites etc) ***/
.inlineGallery {
	overflow: hidden;
}
.wid-66 {
	width: 66.6%;
}
.wid-66 .colItemBody {

}
.wid-34 {
	width: 33.4%;
}
#mobilehamburger {
	display: none;
	position: absolute;
	top: 100px;
	right: 50px;
}
.nativevidhold video {
	object-fit: cover;
}

.homeservicelistitem {
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
	padding: 0 30px;
}
.homeservicelistitem:nth-of-type(1) {
	color: #1b79e6;
}
.homeservicelistitem:nth-of-type(2) {
	color: #dd2018;
}
.homeservicelistitem:nth-of-type(3) {
	color: #a118ea;
}
.homeservicelistitem:nth-of-type(4) {
	color: #dd9118;
}
.homeservicelistitem:nth-of-type(5) {
	color: #1bbfe6;
}
.underline {
	height: 4px;
	width: 50px;
}
.blue {
	background-color: #1b79e6;
}
.red {
	background-color: #dd2018;
}
.purple {
	background-color: #a118ea;
}
.orange {
	background-color: #dd9118;
}
.lightblue {
	background-color: #1bbfe6;
}
.green {
	background-color: #69af67;
}
.footer .onecol {
	color: #2e3190;
}
.meet-us #homewrap {
	padding: 50px 0 50px 0;
}
.meet-us h1, .about-us h1, .gippsland-events h1 {
	font-weight: 300;
	padding-bottom: 40px;
	font-size: 30px;
	text-align: left;
	text-transform: none;
}
.about-us h1, .gippsland-events h1 {
	padding-bottom: 0;
}
#ourpeople, #teamphotos, .teamgal, #ourhistory, #wesupport, #supportlogos, #members {
	width: calc(100% - 80px);
	padding: 0 40px;
}
.person-tile {
	display: inline-block;
	width: calc(25% - 15px);
	padding-right: 20px;
	vertical-align: top;
}
.person-tile:nth-of-type(4) {
	padding-right: 0;
}
.personimghold img {
	width: 100%;
}
.personunderline {
	height: 10px;
	margin-top: -3px;
}
.personname {
	font-weight: 600;
	padding: 20px 0 10px 0;
}
.personbody p {
	font-size: 14px;
}
#teamphotos {
	margin: 60px 0;
}
.teamimghold {
	display: inline-block;
	width: calc(50% - 10px);
	margin-right: 20px;
}
.teamimghold:nth-of-type(2) {
	margin-right: 0;
}
.teamimghold img {
	width: 100%;
}
.teamimghold .teamname {
	text-align: center;
	font-size: 20px;
	padding: 10px 0 0 0;
}
.teamgal, #wesupport, #ourhistory, #members, #supportlogos {
	margin: auto;
	margin-bottom: 10px;
	width: calc(100% - 200px);
	padding: 0 100px;
	/*max-width: 1500px;*/
}
#members, #supportlogos {
	text-align: center;
}
#members .meetimghold, #supportlogos .meetimghold {
	margin: 0 20px;
	width: calc(12.5% - 40px);
	max-width: 120px;
}
#members .meetimghold img, #supportlogos .meetimghold img {
	width: 100%;
}
.history-mobile {
	display: none;
}
.history-desktop {
	display: block;
}
.history-desktop img {
	width: 100%;
}
.meetimghold {
	display: inline-block;
}
.aboutusfullcolimage, .aboutusfullcolimage .onecol {
	height: 300px;
}

.home #homewrap {
	background: #ededed;
	max-width: 100%;
}
.home #section1, .home #section2 {
	background: #fff;
	text-align: center;
}
.home #section2 {
	padding: 50px 0 40px 0;
}
.home .hero-content-flexhold h1 {
	font-size: 80px;
	line-height: 0.9em;
	font-weight: 700;
	letter-spacing: 2px;
}
.home .hero-content-flexhold h3 {
	font-weight: 600;
	padding-top: 20px;
}
.how-we-run-text .colItemPad {
	padding: 50px 100px 50px 100px;
	width: calc(100% - 200px);
}
.our-set-up-text .colItemPad, .print-facts-text .colItemPad {
	padding: 50px 100px;
	width: calc(100% - 200px);
}
.design-text .colItemPad, .print-text .colItemPad, .deliver-text .colItemPad, .our-results-text .colItemPad,
.our-products-text .colItemPad {
	padding: 50px 100px;
	width: calc(100% - 200px);
}
.threecol-img {
	padding: 0 100px;
	width: calc(100% - 200px);
}
.customer-serv-text .colItemPad {
	padding: 0 100px 50px 100px;
	width: calc(100% - 200px);
}
.threecol-img .plainimage {
	width: calc(33.3% - 8px);
	margin: 0 10px 0 0;
}
.threecol-img .plainimage:nth-of-type(3n) {
	margin-right: 0;
}
#testimonials {
	margin: 50px 0px;
}
#testimonials .centremeinner {
	background: rgba(255,255,255,0.8);
}
#testimonials .inner-row, #testimonials h1 {
	text-align: center;
}
#testimonials h1 {
	text-transform: uppercase;
	font-weight: 600;
	padding: 50px 0 20px 0;
	font-size: 20px;
}
#testimonials .inner-row:nth-of-type(2) {
	display: flex;
	text-align: left;
}
.testimonial-tile {
	width: calc(50% - 75px);
	display: flex;
	padding: 50px 25px 50px 50px;
}
.testimonial-tile:nth-of-type(2) {
	padding-right: 50px;
	padding-left: 25px;
}
.testimonial-tile .testimghold {
	padding-right: 25px;
}
.testbody hr {
	background: #000;
	border: none;
	height: 3px;
	width: 100px;
	display: inline-block;
	margin-bottom: 15px;
}
.testbody p {
	font-size: 14px;
}
.testname {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 15px;
}
.events-twocol {
	padding: 50px 50px;
	width: calc(100% - 100px);
}
.events-twocol .colItemBody {
	display: block;
}
.events-twocol .colItemPad {
	padding: 0 50px;
}
.events-twocol .twocol {
	width: 33%;
}
.events-twocol .twocol:nth-of-type(2n) {
	width: 67%;
}
.events-twocol .twocol img {
	width: 100%;
}
.events-twocol .twocol .eventlogo {
	width: 225px;
}

.portal-login #homewrap {
	background: #ededed;
	max-width: 100%;
}
.contact-us .colItemBody {
	height: auto;
}
.contact-us .colItemPad {
	padding: 50px 100px;
	margin-top: -3px;
}
.contact-us .footer .colItemPad  {
	padding: 0;
}
.contact-us h2 {
	font-size: 20px;
	font-weight: 600;
}
.contactAddress {
	padding: 100px 50px;
	background: #f9f9f9;
	min-height: 550px;
}
.contact-us .firstmapcol .colItemBody:nth-of-type(1) {
	border-right: 2px solid #888;
}

.former .colholder {
	overflow: inherit;
}
.former .twocol {
	width: calc(50% - 25px);
	margin-right: 50px;
}
.former .twocol:nth-of-type(2n) {
	margin-right: 0;
}

/** Client Portal **/
#portal-top-row {
	height: 120px;
	width: 100%;
	overflow: hidden;
}
#portal-top-row #clientlogoholder img {
	height: 100px;
	margin-top: 10px;
}
#client-portal-leftcol {
	width: 300px;
	float: left;
}
#client-portal-rightcol {
	margin-left: 350px;
	width: calc(100% - 400px);
}
#client-portal-right-top {
	max-width: 1100px;
}
#client-portal-right-top p {
	color: #95989a;
}
#product-table {
	border: 1px solid #b6b9bb;
	list-style: none;
	margin: 40px 0 0;
}
.viewimgspn {
	background: #000;
	color: #FFF;
	border-radius: 5px;
	padding: 3px 5px;
	margin-right: 10px;
	margin-bottom: 2px;
	display: inline-block;
}
#product-table li {
	line-height: 1;
	padding: 0;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
}
#product-table-row {
	display: inline-block;
	border-bottom: 1px solid #f1f1f1;
}
.product-table-item-row {
	border-bottom: 1px solid #f1f1f1;
}
.product-table-header-row {
	/*border-bottom: 1px solid #888;*/
	background: #f1f1f1;
}
#product-table .border-right {
	border-right: 1px solid #888;
}
.prtblwide, .prtblmid, .prtbldouble {
	display: inline-block;
}
.prtblwide {
	width: 350px;
	overflow: hidden;
}
.prtblmid {
	width: 100px;
	overflow: hidden;
	text-align: center;
}
.prtbldouble {
	width: 200px;
	overflow: hidden;
}
.prtblmid, .prtblwide, .prtbldouble {
	padding: 10px 5px 7px 10px;
	vertical-align: middle;
}
.product-table-header-row .prtblmid, .product-table-header-row .prtblwide {
	padding: 7px 5px 5px 10px;
}
.prtblmid .exgsttotal {
	padding: 0;
}
.portal-group-parent {
	cursor: pointer;
	font-weight: bold;
	background: black;
	color: white;
	padding: 15px 20px 13px 20px;
	font-size: 12px;
	text-transform: uppercase;
	margin: 1px 0;
	line-height: 1.5;
}
.portal-group-parent:hover {
	background: #222;
}
.portal-group-item {
	display: none;
	cursor: pointer;
	font-size: 12px;
	padding: 8px 0 8px 15px;
	background: #f1f1f1;
}
.portal-group-item:hover {
	background: #ffffff;
}
.first-total-row {
	/*border-top: 1px solid #b6b9bb;*/
}
.showChildren .portal-group-item {
	display: block;
}
.product-item-hidden {
	display: none;
}
.redcross {
	color: #F37D3E;
	padding-left: 10px;
}
.redcross:hover {
	color: #dd5004;
}
.delhold {
	overflow: hidden;
	cursor: pointer;
}
.prodtitlerowtitle {
	cursor: pointer;
	text-transform: capitalize;
	font-weight: normal;
}
#client-portal-producthold {
	background:transparent;
	margin-left: 20px;
}
#client-portal-main {
	padding-top: 50px;
	padding-bottom: 100px;
}
#client-portal-producthold h1 {
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.portal-button {
	background: #000;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 5px;
	padding: 10px 20px;
	margin-right: 20px;
	border: none;
	cursor: pointer;
	margin-top: 20px;
}
.portal-button-green {
	background: #194255;
}
.portal-button:hover {
	background: #444;
}
.portal-cancel-button {
	background: #ccc;
}
.portal-cancel-button:hover {
	background: #aaa;
}
#portal-preview-image-div img {
	 padding: 10px;
	 border: 1px solid #b6b9bb;
	 margin-bottom: 50px;
	height: 300px;
}
#portal-tab-toggle, .portal-tab-button {
	cursor: pointer;
	margin: 20px;
	padding: 10px 15px;
	background: #000;
	color: #FFF;
	display: inline-block;
	border-radius: 10px;
}
#client-portal-main {

}
#client-portal-previous {
	display: none;
	padding: 0 20px 20px;
	width: calc(100% - 40px);
}
.portal-prev-col1, .portal-prev-col2, .portal-prev-col3 {
	display: inline-block;
}
.portal-prev-col1 {
	width: 20%;
	margin-right: 2%;
}
.portal-prev-col2 {
	width: 56%;
	margin-right: 2%;
	display: inline-flex;
	align-items: center;
}
.portal-prev-col3 {
	width: 20%;
	display: inline-flex;
	align-items: center;
}
.prev-order {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	padding: 10px 0;
	display: flex;
	align-items: stretch;
}
.prev-order:nth-of-type(2n) {
	background: #EEE;
}
.prev-order:hover {
	background: #CCC;
}
.prev-order-sub {
	font-weight: normal;
	padding-left: 20px;
	display: inline;
}
.blck-btn {
	background: #000;
	color: #FFF;
	margin-left: 20px;
	padding: 8px 15px;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
}
.prev-order .blck-btn {
	width: 140px;
	text-align: center;
}
.portal-prev-paginate {
	display: none;
}
.portal-prev-paginate-active {
	display: block;
}
.portal-prev-pagination-holder {
	text-align: center;
	padding: 20px;
}
.paginate-portal {
	padding: 5px 8px;
	background: #AAA;
	color: #FFF;
	text-align: center;
	margin-right: 4px;
	cursor: pointer;
}
.paginate-active {
	background: #CCC;
}
#loadholdblanket {
	display: none;
}
#loadholdblanket {
	background:rgba(0,0,0,0.6);
	z-index: 9999;
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
}
#loadhold {
	text-align: center;
	margin: 50px auto;
	padding: 40px 50px;
	background: #FFF;
	border-radius: 10px;
	width: 50px;
}
.boldme {
	font-weight: bold;
}
.details-heading {
	font-size: 16px;
	text-transform: uppercase;
	padding: 25px 0 5px;
}
.midwid {
	width: 150px;
	padding: 5px;
}
input.midwid, input.bigwid {
	border: 1px solid #CCC;
}
#product-table select {
	border: 1px solid #CCC;
}
#product-table .prtblmid select,
#product-table .prtblmid select {
	max-width: 80%;
}
.bigwid {
	width: 335px;
	padding: 5px;
}
.dets {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 5px;
}
.flthld {
	overflow: hidden;
	padding: 10px 0;
}
.fltlft {
	float: left;
	margin-right: 20px;
}

@media screen and (min-width: 1921px) { /*for super wide screens, stripes */
	/*	.homeImgHolder, .flexslider img {*/
	/*		object-fit: cover;*/
	/*		height: 550px;*/
	/*		width: 100%;*/
	/*	}*/
}

@media screen and (max-width: 1499px) {
	.prtblloc {
		width: 150px;
	}
}

@media screen and (max-width: 1400px) {
	.centreme, #homewrap, .centremeinner, #header .centreme,
	#header-sticky .centreme, #moremenuhold {
		width: 100%;
	}
	.heroImgHolder {
		width: 100%;
		height: 500px;
	}
	.heroImgHolder img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#carttopcontent {
		text-align: right;
	}
	.vidoverlay {
		height: 300px;
	}
	.person-tile {
		width: calc(50% - 10px);
		padding-bottom: 50px;
	}
	.person-tile:nth-of-type(2) {
		padding-right: 0;
	}
	.lrh {
		padding-top: 105px;
	}
}

@media screen and (max-width: 1299px) {
	.prtblwide {
		width: 200px;
	}
	.prtblloc {
		width: 150px;
	}
}

@media screen and (max-width: 1199px) {  /*less than full width */
	.centreme, #homewrap, .centremeinner, #header .centreme, #header-sticky .centreme,
	#moremenuhold {
		width: 100%;
	}
	/*.galimage  {*/
		/*width: 29%;*/
		/*margin-right: 0;*/
		/*margin-left: 1%;*/
		/*overflow: hidden;*/
	/*}*/
	#logo img {
		width: 150px;
	}
	#menu .topmenu {
		margin: 28px 40px 0 0;
	}
	#menu .topmenu li {
		padding-left: 30px;
	}
	.galimagebig  {
		width: 40%;
		margin-right: 0;
		margin-left: 0;
		overflow: hidden;
	}
	.article_area {
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
	}
	.heroImgHolder {
		width: 100%;
		height: 500px;
	}
	.heroImgHolder img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.loggedintopbar {

	}
	#carttopcontent .fa {
		color: #91ac6c;
	}
	#carttopcontent {
		text-align: right;
	}
	.addToCartBtn, .numItems {
		width: 100%;
		padding: 13px 0;
		margin: 0 0 2px 0;
		text-align: center;
	}
	.testimonial-tile .testimghold {
		padding: 0;
	}
	.testimonial-tile {
		display: inline-block;
		padding-left: 50px;
		padding-right: 10px;
		width: calc(50% - 60px);
	}
	.testimonial-tile:nth-of-type(2) {
		padding-right: 50px;
		padding-left: 10px;
		width: calc(50% - 60px);
	}
	.testimghold img {
		width: 100%;
	}
	.testbody hr {
		height: 0;
		margin-top: 15px;
	}
	.testcontent {
		text-align: center;
	}
	.events-twocol .colItemPad {
		padding: 0;
	}
	.events-twocol .twocol:nth-of-type(2n) {
		padding-left: 50px;
		width: calc(70% - 50px);
	}
	.lrh {
		padding-top: 90px;
	}
}

@media screen and (max-width: 1149px) {
	.prtblmid, .product-table-header-row .prtblmid {
		width: 54px;
		padding-left: 5px;
	}
	.prtblloc {
		width: 150px;
	}
}

@media screen and (max-width: 1000px) {  /*use for vertical_inset layout only */
	.centreme {
		width: 100%;
	}
	.centremeinner {
		/*width: 96%;*/
		/*margin-left: 2%;*/
		/*margin-right: 2%;*/
	}
	#mobilehamburger {
		color: #393939;
		font-size: 30px;
		z-index: 999;
		display: block;
	}
	.loggedintopbar {
		text-align: center;
	}
	#logoholder {
		width: calc(100% - 40px);
		float: none;
	}
	#menu {
		display: none;
	}
	#menu .topmenu {
		display: block;
		float: none;
		padding-bottom: 30px;
	}
	#menu .topmenu li {
		display: block;
		float: none;
	}
	#members .meetimghold, #supportlogos .meetimghold {
		margin: 0 30px 15px 30px;
		width: 12.5%;
		max-width: 120px;
	}
	.contact-us .colholder {
		display: inline-block;
	}
	.contact-us .twocol {
		width: 100%;
	}
	.contact-us .colItemPad {
		min-height: 100%;
		padding: 100px;
	}
	.former {
		margin: 0;
	}
	.inplbl {
		width: 100%;
	}
	.logininput {
		width: calc(100% - 20px);
	}
	.loginbtn {
		width: 49%;
		padding-left: 1%;
		padding-right: 0;
	}
	.forgetpwdbtn {
		width: 49%;
		margin-right: 1%;
		padding-left: 0;
		margin-left: 0;
	}
	#loginbox, #createAccountBox {
		margin: 50px auto;
	}
	.topsocial {
		display: none;
	}
	.topcallmsg {
		float: none;
	}
	.lrh {
		padding-top: 80px;
	}
	.meet-us #homewrap, .how-we-run-text .colItemPad, .events-twocol {
		padding-top: 50px;
	}
	#menu .topmenu li a:hover, #menu .topmenu li .menuActiveState {
		border-bottom: none;
	}
	#menu ul {
		float: none;
	}
	.catmenu .sub-menu {
		display: block;
		width: 100%;
		visibility: visible;
		position: relative;
		opacity: 1;
		z-index: 5;
	}
	#menu .topmenu .sub-menu li {
		padding-left: 10px;
	}
}

@media screen and (max-width: 959px) { /*tablet landscape*/
	.centreme, #homewrap, .centremeinner {
		width: 100%;
	}
	.centremeinner { /*use for padding override if required */

	}
	#homeflex {
		width: 96%;
	}
	#homeflex .heroImgHolder {
		float: none;
	}
	#cartcontents {
		padding: 7% 5%;
	}
	.cartitemtitle {
		width: 100%;
		position: relative;
	}
	.cartnumhold {
		width: 20%;
		display: inline-block;
	}
	.cartnumupdate {
		width: 50%;
		padding-top: 20px;
	}
	.cartitemprice {
		vertical-align: baseline;
		width: 20%;
		padding-top: 30px;
		float: right;
	}
	.vidoverlay {
		top: 115px;
	}
	.hero-content, .hero-content-sec {
		margin-top: -550px;
	}
	.heroBg, .hero-content, .hero-content-sec {
		height: 550px;
	}
	.home .hero-content-flexhold h1 {
		font-size: 65px;
	}
	.homeservicelistitem {
		font-size: 21px;
		padding: 20px;
		line-height: 1.6em;
	}
	.events-twocol .colholder {
		display: inline-block;
	}
	.events-twocol .twocol {
		width: 100%;
	}
	.events-twocol .twocol:nth-of-type(2n) {
		width: 100%;
		padding-left: 0;
		padding-top: 60px;
	}
	.lrh {
		padding-top: 65px;
	}
}


@media screen and (max-width: 769px) { /*tablet portrait*/
	#logo {
		margin-left: 10px;
	}
	/* carousel */
	.homeImgHolder img, .flexslider img {
		width: 100%;
	}
	#homeflex .heroImgHolder {
		float: none;
	}
	/* Tiles */
	.tileImage {
		height: 170px;
		text-align: center;
		width: 100%;
	}
	.tileImageInner {
		width: 100%;
	}
	.tileImage img {
		min-width: 100%;
		min-height: 170px;
	}
	.tileBottom {

	}
	/*tileTwo stays as two column */
	.tileThree, .tileFour, .tileFive { /*becomes two column */
		width: 49%;
		height: 320px;
	}
	.tileThree:nth-of-type(1n), .tileFour:nth-of-type(1n), .tileFive:nth-of-type(1n) { /*override targets all tiles initially */
		margin-left: 1%;
		margin-right: 1%;
	}
	.tileThree:nth-of-type(2n), .tileFour:nth-of-type(2n), .tileFive:nth-of-type(2n) { /*items 0,2,4 etc - end of col */
		margin-right: 0;
	}
	.tileThree:nth-of-type(2n+1), .tileFour:nth-of-type(2n), .tileFive:nth-of-type(2n) { /*items 1,3,5 etc - start of col */
		margin-left: 0;
	}
	/* Columns */
	.fourcol { /*cuts down to 2col */
		width: 49%;
		margin-right:2%;
	}
	.fourcol:nth-of-type(2n) {
		margin-right: 0%;
	}
	/* article columns */
	.articlelhs {
		width: 98%;
		margin-right: 1%;
		float: none;
	}
	.articlerhs {
		width: 98%;
		margin-left: 1%;
		float: none;
	}
	.articlerhs .tileOne { /*effectively become tileTwo */
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.wid768 {
		width: 100%;
	}
	#carttopcontent {

	}
	.hero-content, .hero-content-sec {
		margin-top: -550px;
		padding: 0 50px;
		width: calc(100% - 100px);
	}
	.heroBg, .hero-content, .hero-content-sec {
		height: 550px;
	}
	.home .hero-content-flexhold h1 {
		font-size: 45px;
	}
	.person-tile {
		width: 100%;
		padding: 0 0 40px 0;
	}
	#ourpeople, #teamphotos, #ourhistory, #wesupport, #supportlogos, #members {
		width: calc(100% - 60px);
		padding: 0 30px;
	}
	.how-we-run-text .colItemPad {
		padding: 60px 30px 50px 30px;
		width: calc(100% - 60px);
	}
	#members .meetimghold, #supportlogos .meetimghold {
		width: 15.5%;
		max-width: 120px;
	}
	.meet-us h1, .about-us h1, .gippsland-events h1 {
		font-size: 25px;
	}
	#loginbox, #createAccountBox {
		margin: 50px auto;
	}
	#loginbox, #createAccountBox {
		padding: 0;
	}
	#loginbox, #createAccountBox {
		max-width: 100%;
		min-width: 100%;
	}
	.loginbtn, .forgetpwdbtn {
		width: 100%;
		margin: 0 0 10px 0;
		padding: 15px;
	}
	.galimage, .galimagebig {
		width: calc(33% - 5px);
		margin-left: 0;
		margin-right: 5px;
	}
	.galimage:nth-of-type(3n), .galimagebig:nth-of-type(3n) {
	}
	.gallery_left_arrow, .gallery_right_arrow {
		display: none;
	}
	.teamgal {
		width: calc(100% - 100px);
		padding: 0 50px;
	}
	.meet-us .teamgal {
		width: calc(100% - 60px);
		padding: 0 30px;
	}
	.history-mobile {
		display: block;
	}
	.history-mobile img {
		width: 100%;
	}
	.history-desktop {
		display: none;
	}
	.teamimghold {
		width: 100%;
		padding-bottom:30px;
	}
	.galleryholder .invis {
		display: block;
		opacity: 1;
	}
}

@media screen and (max-width: 640px) { /*mobile */
	#logo {
		float: none;
		margin: 30px auto;
	}
	/* Tiles */
	.tileTwo, .tileThree, .tileFour, .tileFive {
		width: 96%;
	}
	.tileTwo:nth-of-type(1n), .tileThree:nth-of-type(1n), .tileFour:nth-of-type(1n), .tileFive:nth-of-type(1n) { /*override targets all tiles initially */
		margin-left: 2%;
		margin-right: 2%;
	}
	/* Columns - all go to 1 column on mobile */
	.colholder {
		display: inherit; /*to overcome flex issue with wrapping columns on mobile */
	}
	.twocol, .threecol, .fourcol {
		width: 96%;
	}
	/* Forms */
	.former select {
		width: 100%;
	}
	.former {
		text-align: left;
	}
	.former .formSectionTitle {
		color: #fff;
		line-height: 1.4em;
		text-align: center;
		font-size: 14px;
		width: 94%;
	}
	.submitter {
		width: 100%;
	}
	/* article related */
	.articlerhs .tileOne { /*back to 1 tilecol */
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
	/**Menu search**/
	#menu #mobilesearchholder {
		display: block;
	}
	#searchboxwrapper, #searchTopHolder {
		display: none;
	}
	.former .colItemBody {
		padding-top: 0;
		padding-bottom: 0;
	}
	.loggedintopbar {

	}
	#mobilehamburger {
		font-size: 30px;
	}
	#carttopcontent {
		font-size: 18px;
		margin: auto 0;
		text-align: center;
	}
	#carttopcontent .fa {
		font-size: 15px;
		padding-top: 3px;
		padding-right: 5px;
	}
	.cart #cart-body-content {
		padding: 0 5% 10% 0;
	}
	.cartsubmitbtn {
		width: 100%;
	}
	.vidoverlay {
		height: 200px;
	}
	.nativevidhold .hero_overlay {
		margin-top: -315px;
	}
	.hero-content, .hero-content-sec {
		margin-top: -550px;
	}
	.heroBg, .hero-content, .hero-content-sec {
		height: 550px;
	}
	.home .hero-content-flexhold h1 {
		font-size: 35px;
	}
	#testimonials .inner-row:nth-of-type(2) {
		display: inline-block;
	}
	.testimonial-tile, .testimonial-tile:nth-of-type(2n) {
		width: calc(100% - 100px);
		padding: 50px;
	}
	#members .meetimghold, #supportlogos .meetimghold {
		width: 25%;
		margin: 0 15px 15px 15px;
	}
	.threecol-img .plainimage {
		width: 100%;
		margin: 0 0 2px 0;
	}
	.contact-us .colItemPad {
		padding: 50px;
		width: calc(100% - 100px);
		min-width: calc(100% - 100px);
	}
	.footer p {
		font-size: 14px;
	}
	.galimage, .galimagebig {
		width: calc(50% - 3px);
		margin-left: 0;
		margin-right: 5px;
	}
	.galimage:nth-of-type(2n), .galimagebig:nth-of-type(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 550px) {
	.loggedintopbar p a {
		border-bottom: none;
		margin-right: 0;
		display: block;
		text-align: center;
	}
	#logo img {
		width: 120px;
	}
	#mobilehamburger {
		top: 114px;
	}

}

@media screen and (max-width: 450px) {
	.galimage, .galimagebig {
		width: 100%;
	}
	.gallerypage {
		position: relative;
	}
	.invis {
		display: block;
		opacity: 1;
	}
	.galleryholder {
		height: auto;
	}
	.galimage img {
		width: 100%;
	}
	.vidoverlay {
		top: 95px;
	}
	.home .hero-content-flexhold h1 {
		font-size: 28px;
		line-height: 1.2em;
	}
	.our-set-up-text .colItemPad, .design-text .colItemPad, .print-text .colItemPad, .deliver-text .colItemPad, .our-results-text .colItemPad, .print-facts-text .colItemPad, .testimonial-tile, .testimonial-tile:nth-of-type(2n), .threecol-img {
		width: calc(100% - 60px);
		padding: 30px;
	}
	#members .meetimghold, #supportlogos .meetimghold {
		width: 33%;
		margin: 0 15px 30px 15px;
	}
	.heroBg, .hero-content, .hero-content-sec {
		padding: 0 30px;
		width: calc(100% - 60px);
	}
	.our-products-text .colItemPad, .customer-serv-text .colItemPad {
		padding: 0 30px 50px 30px;
		width: calc(100% - 60px);
	}
	.contactAddress p {
		font-size: 14px;
	}
	.contact-us .colItemPad {
		padding: 50px 30px;
		width: calc(100% - 60px);
		min-width: calc(100% - 60px);
	}
}