/* add this css to your stylesheet or add it within a style tag in the head of your document */

.js div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  
  /* You can change the background color and image URL here.  This solution works with animated .svg and animated .gif */
  background: #ffffff url('https://gist.githubusercontent.com/condensed-io/d4da34ecfdeda137ad4787fbd244ed27/raw/b96d939e9baf98ff79394c11af83c10a6acdd241/pac.svg') no-repeat center center;
}









.videocontainer { position:absolute; width:100%; z-index:10000; }

ul.ectverticalmenu2 > li, ul.ectsubverticalmenu2 > li{
border:1px solid gray;
min-width:100px;
min-height:34px;
margin-bottom:-1px;
background-color:#000006;
	text-align: center;
}

ul.ectverticalmenu2 > li > a, ul.ectsubverticalmenu2 > li > a {
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
	text-align: center;
	text-transform:uppercase;
}



ol{margin:0;padding:0;list-style-type:none}

.menu{
	width:100%;
	padding:0 16px;
	display:block;
	position:relative
	}

.menu > ol:first-child{
	width:100%;
	display:flex;
	position:relative;
	flex-flow:row wrap;
	justify-content:center
	}

.menu-item{
	width:150px;
	position:relative;
	perspective:100%;
	cursor:pointer
	}

.menu-item a{ text-align:center;
	width:100%;
	padding:16px 0;
	display:block;
	position:relative;
	color:#fff;
	border-radius:4px;
	transition:all .5s ease;
	transform-style:preserve-3d
	}

.menu-item a:before{
	width:100%;
	padding:16px 0;
	display:block;
	position:absolute;
	color:#fff;
	border-radius:4px
	}

.menu > ol:first-child > .menu-item{display:block}

.menu > ol:first-child > .menu-item > a
	{background:#000021;box-shadow:0 8px 6px -6px #595959}

.menu > ol:first-child > .menu-item:nth-of-type(2) > a,
.menu > ol:first-child > .menu-item:nth-of-type(4) > a
	{border-left:1px solid #fff;border-right:1px solid #fff}

.menu > ol:first-child > .menu-item > a:before
	{background:#850C12;bottom:90%;transform:rotateX(-90deg) translate3d(0,0,75px)}

.menu > ol:first-child > .menu-item:nth-of-type(1) > a:before{content:"Home"}
.menu > ol:first-child > .menu-item:nth-of-type(2) > a:before{content:"Categories"}
.menu > ol:first-child > .menu-item:nth-of-type(3) > a:before{content:"Our Other Sites"}
.menu > ol:first-child > .menu-item:nth-of-type(4) > a:before{content:"Services"}
.menu > ol:first-child > .menu-item:nth-of-type(5) > a:before{content:"about"}

/* This is a arrow up */
.menu > ol:first-child > .menu-item:nth-of-type(3) > a:after,
.menu > ol:first-child > .menu-item:nth-of-type(4) > a:after{
	content:"\0025BE";
	width:100%;
	padding:30px 0 0 0;
	top:0;
	display:block;
	position:absolute;
	color:#fff;
	font-size:20px;
	text-align:center
	}

.menu > ol:first-child > .menu-item:hover > a{transform:rotateX(90deg)}

/* This is a arrow up ? */
.menu > ol:first-child > .menu-item:nth-of-type(3):hover > a:after,
.menu > ol:first-child > .menu-item:nth-of-type(4):hover > a:after
	{content:"\0025B4";color:#000;transform:rotateX(-90deg) translate3d(0,0,75px)}

.sub-menu{
	background:#fff;
	width:100%;
	top:51px;
	display:none;
	position:absolute;
	z-index:99;
	border-top:1px solid #fff
	}

.sub-menu > .menu-item:nth-of-type(1){animation:fadein-down .5s .2s ease both}
.sub-menu > .menu-item:nth-of-type(2){animation:fadein-down .7s .2s ease both}
.sub-menu > .menu-item:nth-of-type(3){animation:fadein-down .9s .2s ease both}
.sub-menu > .menu-item:nth-of-type(4){animation:fadein-down .11s .2s ease both}
@keyframes fadein-down{
	from{display:none;opacity:0;transform:translateY(-20px)}
	to{display:block;opacity:1;transform:translateY(0)}
	}

.sub-menu > .menu-item > a{background:#590004}

.sub-menu > .menu-item:nth-of-type(2) > a
	{border-top:1px solid #fff;border-bottom:1px solid #fff}
.sub-menu > .menu-item:nth-of-type(4) > a
	{border-top:1px solid #fff;border-bottom:1px solid #fff}
.sub-menu > .menu-item > a:before
	{background:#B80009;top:0}


.menu > ol:first-child > .menu-item:nth-of-type(3) > .sub-menu > .menu-item > a:before{transform:rotateY(-90deg) translate3d(0,0,75px)}
.menu > ol:first-child > .menu-item:nth-of-type(3) > .sub-menu > .menu-item:nth-of-type(1) > a:before{content:"Height Charts & Door Signs"}
.menu > ol:first-child > .menu-item:nth-of-type(3) > .sub-menu > .menu-item:nth-of-type(2) > a:before{content:"MDF Gloss Corked Backed"}
.menu > ol:first-child > .menu-item:nth-of-type(3) > .sub-menu > .menu-item:nth-of-type(3) > a:before{content:"Party Banners"}
.menu > ol:first-child > .menu-item:nth-of-type(3) > .sub-menu > .menu-item:hover > a{transform:rotateY(90deg)}

.menu > ol:first-child > .menu-item:nth-of-type(4) > .sub-menu > .menu-item > a:before{transform:rotateY(90deg) translate3d(0,0,75px)}
.menu > ol:first-child > .menu-item:nth-of-type(4) > .sub-menu > .menu-item:nth-of-type(1) > a:before{content:"Client Login"}
.menu > ol:first-child > .menu-item:nth-of-type(4) > .sub-menu > .menu-item:nth-of-type(2) > a:before{content:"Order Status"}
.menu > ol:first-child > .menu-item:nth-of-type(4) > .sub-menu > .menu-item:nth-of-type(3) > a:before{content:"Order Tracking"}
.menu > ol:first-child > .menu-item:nth-of-type(4) > .sub-menu > .menu-item:nth-of-type(4) > a:before{content:"Gift Vouchers"}
.menu > ol:first-child > .menu-item:nth-of-type(4) > .sub-menu > .menu-item:hover > a{transform:rotateY(-90deg)}

.menu > ol:first-child > .menu-item:hover > .sub-menu{display:block}

@media screen and (min-width:321px) and (max-width:799px){
	.menu{width:320px;margin:auto}
	}

@media (max-width:799px){
	.menu > ol:first-child > .menu-item{width:100%}
	.menu > ol:first-child > .menu-item > a{box-shadow:none}
	
	.menu > ol:first-child > .menu-item:nth-of-type(2) > a,
	.menu > ol:first-child > .menu-item:nth-of-type(4) > a
		{border:1px solid #fff;border-left:none;border-right:none}
	
	.sub-menu > .menu-item{margin:auto}
	}



/* CSS Document for Ecommerce Templates Premium Responsive Design Styles */

* {	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
:after, :before {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}


.column {
  float: left;
  width: 33.333333%;
  padding: 5px;
}


.menu { background-color:#FFF;}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}


body {margin:5px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:14px;background-attachment: fixed;}


h1 { margin:5px; padding:0 0 15px; font-family:Arial, Helvetica, sans-serif; font-size:14px;}
h4 { margin:5px; padding:0 0 15px; font-size:15px; font-weight:normal; color:#232323;line-height:1.6em;}

.container {  padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;}
.container { max-width: 1170px;}
.row { margin-left: -15px;  margin-right: -15px;}


p{margin:5px; padding:0 0 15px; font-size:15px; font-weight:normal; color:#232323;line-height:1.6em;}

.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {	float: left;}
.col-12 {width: 100%;}
.col-11 {width: 91.66666667%;}
.col-10 {width: 83.33333333%;}
.col-9 {width: 75%;}
.col-8 {width: 64%;}
.col-7 {width: 58.33333333%;}
.col-6 {width: 50%;}
.col-5 {width: 41.66666667%;}
.col-4 {width: 30.9%;}
.col-3 {width: 25%;}
.col-2 {width: 16.66666667%;}
.col-1 {width: 8.33333333%;}

.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.text-left { text-align:left;}
.text-right { text-align:right;}
.text-center { text-align:center;}


.mainWrapper { margin:0px; padding:0px;}
.headerWrapper { margin:0px; padding:0px;}
.midWrapper { margin:0px; padding:10px 0;}
.footerWrapper { margin:0px; padding:0px; background:#DAC1A2; border-top:2px solid #d9d9d9; color:#888888; line-height:20px;}

.mid_left { float:left;clear:left;}
.mid_right { float:right;}


.bannerWrapper { text-align:center; max-width:1140px; margin:0 auto; position:relative;}
.bannerWrapper img { max-width:100%}
.slides li { position:relative; text-align:center;}
.banner_text_wrap { background:rgba(0,0,0,0.5); position:absolute; z-index:999; left:0; bottom:20px; color:#fff; width:80%; margin:0 10%; padding:15px; box-sizing:border-box; }
.banner_text_wrap h2 { margin:0px; padding:0px; color:#fff; font-size:40px; text-transform:uppercase; font-weight:normal;}
.banner_text_wrap h2 span {color:    #fbbb13;}
.banner_text_wrap p { color:#fff; font-size:16px;}

.flex-control-paging { display:none;}



.top_row { background-color:#DAC1A2; padding:12px 0px; color:#4d4d4f; font-size:12px;border-bottom:1px solid #ccc;}
.topbarNav ul { margin:0px; padding:0px;}
.topbarNav li { margin:0px; padding:0 4px; list-style:none; display:inline-block; border-right:1px solid #4d4d4f; line-height:12px; }
.topbarNav li a { color:#4d4d4f; font-size:12px; text-decoration:none}
.topbarNav li a:hover { color:#000;}
.topbarNav li:last-child { border-right:none;}
.topbarNav li:first-child { padding-left:0px;}

.logo_row { padding:20px 20px;}
.logo { margin:0px; padding:0px;}
.logo_row_right {}
.phone_no { text-align:right;margin-top:5px}
.phone_no h2 { margin:3px 0px 0px 0px; padding:0 0 0 35px; display:inline-block; font-size:22px; color:#404040; font-weight:normal; background:url(../images/phone_icon.png) no-repeat 0 2px;}
.topsearchWrap {}
.top_search { position:relative; padding-right:60px; box-sizing:border-box;}
.top_search Input {  background-color:#000006; margin:0px; padding:5px; border:1px solid #cccccc; height:35px; box-sizing:border-box; font-size:11px; color:#ffffff; font-style:italic; width:100%;}
.top_search Input[type="submit"] { background-color:#606060; position:absolute; right:0px; top:0px;  margin:0px; padding:5px; border:1px solid #cccccc; border-left:0px; height:35px; width:60px; cursor:pointer;}

.nav_bar { background-color:#FFF; padding:2px 0; margin-bottom:10px; }
.nav_bar li a { background-color:#FFF; color:#FCFCFC; text-decoration:none; font-family:Tahoma,Geneva,sans-serif;
	font-weight:400; text-transform:uppercase;}
.nav_bar li a:hover { color:#0D5914;}
.headi{ background-color:#DAC1A2; text-transform:uppercase;}
ul.headu li{ background-color:#DAC1A2;text-transform:none;}
/* Below lines removed if using mega menu
.nav_bar ul { margin:0px; padding:0px;}
.nav_bar ul { margin:0px; padding:0px;}
.nav_bar li { margin:0px; padding:0 10px; list-style:none; display:inline-block; border-right:1px solid #555555;}
.nav_bar li:last-child { border:none;}
.navTab { display:none;}
----------------------------------------------------------------------------------------------------*/

.services_row{display:none;}

.left_nav_wrap { border:1px solid #ddd; border-radius:4px; margin-bottom:30px;}
.left_nav_wrap h2 { color:#333;margin:0px; padding:10px 15px 10px 20px; border-bottom:1px solid #ddd; font-size:20px; font-weight:normal; position:relative; }
.left_nav_wrap h2:before  { position:absolute; border-left:4px solid #C94B00; content:''; width:20px; height:24px; left:10px;}
.left_nav { padding:0px 0px;}
.left_nav ul { margin:0px; padding:0 0 0 5px;}
.left_nav li { margin:0px; padding:5px 0px ; list-style:none; }
.left_nav li a { color:#646464; text-decoration:none; font-size:12px}
.left_nav li a:hover { color:#B59E00;}


.PL_box h2 { margin:0px; padding:0px;}
.product_listing { margin:0 -15px;padding-right:6px;}
.product_box { border:1px solid #ddd; border-radius:4px; padding:10px; min-height:220px; vertical-align:middle; display:flex; background-color:#FFFFFF;}
.product_box img { max-width:100%;  }
.product_listing h2 { margin:0px; padding:10px 0px; font-size:18px; font-weight:normal;}
.product_listing .pd_text { padding-bottom:10px; font-size:14px; color:#4b4b4b;}
.product_listing .pr_price { color:#ff0707; font-size:16px;}
.product_listing .pr_price  span { color:#4b4b4b; text-decoration:line-through;}



.ft_row1 { padding-top:30px; padding-bottom:30px}
.footerWrapper h3 { margin:0px; padding:0 0 15px; font-size:24px; font-weight:normal; color:#2d2d2d;}
.links ul { margin:0px; padding:0px;}
.links li { margin:5px 0px; padding:0 0 0 10px; list-style:none; background:url(../images/arrow.png) no-repeat 0 5px;}
.links li a { color:#844141; text-decoration:none;}
.links li a:hover { color:#333;}

.popular_categories a { color:#2d2d2d; text-decoration:none;}
.popular_categories a:hover { color:#000;}

.need_help p { margin:0px; padding:0 0 10px;}
.ft_social_icon a { margin-right:5px;}

.copyright_text { border-top:1px solid #d9d9d9; padding:15px 0; background-color: black;}
.copyright_row_link ul { font-size:11px;margin:10px; padding:0px;}
.copyright_row_link li { margin:0px; padding:0 10px; list-style:none; display:inline-block; border-right:1px solid #4d4d4f; line-height:10px; }
.copyright_row_link li a { color:#2d2d2d; text-decoration:none}
.copyright_row_link li a:hover { color:#000;}
.copyright_row_link li:last-child { border-right:none;}
.copyright_row_link li:first-child { padding-left:0px;}


.left_contact_details {border:1px solid #ddd; border-radius:4px; padding:15px;}
.left_contact_details h2 { margin:0px; padding:0 0 5px 0; font-size:16px; color:#0D5915; font-weight:bold;}
.left_contact_details p { margin:0px; padding:0 0 5px 0; color:#646464;}


/*link properties*/
a:link {
	color: #844141;
	text-decoration: none;
}

a:visited {
	color: #7F4700;
	text-decoration: none;
}

a:active {
	color: #DDC101;
	text-decoration: none;
}

a:hover {
    color: #904747;
    text-decoration: none;
    text-align: center;
}

img.cartimage{
max-width:140px;
}

/*This is the first breakpoint and contains styles for screens 1024px to 980px*/
@media screen and (max-width: 1024px) {
.nav_bar li {padding: 0 7px;}

}

/*This is the second breakpoint and contains styles for screens 980px to 800px*/
@media screen and (max-width: 980px) {

.relative { position:relative;}
.navTab { display:inline-block; cursor:pointer;}
.navLink { border:1px solid #949494; background-color:#fff; border-radius:4px; padding:10px; position:absolute; width:100%; box-sizing:border-box; z-index:9999; left:0px; top:42px; display:none}
.nav_bar li { display:block; border-right:none; padding:0 0 5px;}

}

/*This is the third breakpoint and contains styles for screens 800px to 640px*/
@media screen and (max-width: 800px) {

	.column {
		width: 100%;}
}

/*This is the fourth breakpoint and contains styles for screens 640px to 500px*/
@media screen and (max-width: 640px) {

.logo_row .col-4, .logo_row .col-8 { width:100%;}
.logo_row .col-4 { padding-bottom:15px;}
.logo_row_right { padding:0px;}
.logo_row_right .col-7, .logo_row_right .col-5 { width:50%;}

.midWrapper .mid_left, 
.midWrapper .mid_right { width:100%; float:none; clear:both;margin-top:15px;}

.product_listing {padding-left:6px;}

.product_box { min-height:auto; display:block; text-align:center;}
.banner_text_wrap { display:none;}

.services_row .col-4,
.ft_row1 .col-2,
.ft_row1 .col-4,
.ft_row1 .col-3 { width:100%; padding-bottom:20px;}
	
	

}

/*This is the fifth breakpoint and contains styles for screens 500px to 360px*/
@media screen and (max-width: 500px) {
.top_row .text-right { text-align:left; padding-top:0px;}
.logo_row_right .topsearchWrap,
.logo_row_right .phone_no { width:100%; padding-bottom:15px;}
.logo_row_right .topsearchWrap { padding-bottom:0px;}

.product_details .col-6 { width:100%; padding-bottom:15px;}

	
}

/*This is the last breakpoint and contains styles for screens below 360px*/
@media screen and (max-width: 360px) {
.product_listing {padding-left:0px;margin:0 -0px;padding-right:6px;}

}

