/*!
 * Custom CSS for Liberty Systems
 */

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #222;
	background-color: #fff;
	font-weight: 400;
	letter-spacing: .3px;
	text-rendering: optimizeLegibility;
	margin-bottom:360px

}


@media screen and (max-width: 992px) {

body {
	margin-bottom:780px

}

}

html {
	min-height: 100%;
	position:relative;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
font-weight: 600;
color: inherit;
}



h6.arrow-link {
	background:transparent url(/images/right-arrow.png) no-repeat center right;
	color:#5e5d5b;
	padding-right:34px;
	font-size: .9em;
	display: block;
	font-weight: 400;
	letter-spacing: .05;
	cursor: pointer;
}

a {
  color: #FA4616;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #FA4616;
  text-decoration: underline;
}

/*
a:visited {
 color:purple;
}
*/

h6.arrow-link a {
	color:#5e5d5b;
	
	}

ul {
		-webkit-padding-start: 0px;
		margin-left:20px;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	width:100%;
	height: 5px;
	background: url(/images/slash.png) top center repeat-x;
	border-top:none;

}


.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-color:#FA4616;
border: 1px solid transparent;
white-space: nowrap;
padding: 8px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color:#ffffff;

}



.btn a {
	
	color:#ffffff;
	
	}

.btn:hover {
	text-decoration:none;
	background-color:#E43000;
	color:#ffffff;

	}
	
.btn:hover a {
	text-decoration:none;
	color:#ffffff;
	}

/*------------------ Navbar ----------------------*/

.logo {
  float: left;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 15px;
  border-right:1px solid #3b3b3b;
 background-color:#1d1d1c;
 height: 60px;
 background-image: url(/images/liberty-logo.png);
 background-position: center center;
 background-repeat: no-repeat;
 background-size: 90%;
 width:254px;

 
}


.navbar {
	position: relative;
	min-height: 60px;
	margin-bottom: 0px;
	border:none;
}

.navbar-default {
	background: #2f2f2e url(/images/bg.jpg) repeat;
	border: none;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color:none;
	background: #2f2f2e url(/images/bg.jpg) repeat;
	padding-right:20px;
}

.navbar-default .navbar-nav > li > a {
	color: #f5f4ef;
	line-height: 30px;
	font-size: 1em;
	font-weight:400;
}

.navbar-default .navbar-right > li > a {
	color: #f5f4ef;
	line-height: 30px;
	font-size: .9em;
}



.navbar-default .navbar-right > li > a:hover,.navbar-default .navbar-nav > li > a:hover {
	color: #FA4616;
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background:#1d1d1c;
	color: #f5f4ef;
}

.navbar-right>li>a {
	position: relative;
	display: block;
	padding: 15px 7px;
}


.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #1d1d1c;
}



.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border:none;
}



.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #1d1d1c;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu>li>a {
	display: block;
	padding: 8px 25px 8px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #f5f4ef;
	white-space: nowrap;
	font-size:1em;
}

.dropdown-menu>li>a:hover {
	color: #FA4616;
	background: #ffffff;
}

.dropdown-header {
	display: block;
	padding: 6px 15px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #FA4616;
	white-space: nowrap;
	background: #2f2f2e url(/images/bg.jpg) repeat;
}


.dropdown-menu .divider {
	height: 1px;
	margin: 0px 0 0 0;
	overflow: hidden;
	background-color: #404040;
}




@media screen and (max-width: 1200px) {

.navbar-default .navbar-nav > li > a {
	color: #f5f4ef;
	line-height: 30px;
	font-size: 1em;
}

.navbar-default .navbar-right > li > a {
	color: #f5f4ef;
	line-height: 30px;
	font-size: .9em;
}

.navbar-default .navbar-right > li.phone {
	display:none;
}

}

@media screen and (max-width: 991px){
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
	background: #1d1d1c;
	padding: 0px;
}

.navbar-default .navbar-nav > li > a {
	color: #f5f4ef;
	line-height: 20px;
	font-size: 1em;
	margin:0px;
	padding:15px;
}

.navbar-default .navbar-right > li > a {
	color: #f5f4ef;
	line-height: 20px;
	font-size: 1em;
	margin:0px;
	padding:15px;
}

.navbar-default .navbar-right > li.phone {
	display:none;
}

.navbar-nav {
	margin: 0px;
}

.navbar-default .navbar-right > li > a:hover,.navbar-default .navbar-nav > li > a:hover {
	color: #ffffff;
	background:#FA4616;
}


.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.navbar-nav .open .dropdown-menu > li > a {
	line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 10px 15px 10px 25px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #FA4616;
	background-color: #ffffff;
}

.navbar-nav .open .dropdown-menu .dropdown-header {
	display:none;
}
.dropdown-menu .divider {
	display:none;
	}


}


ul.nav li.dropdown:hover ul.dropdown-menu {
     display: block;  
 }
 


/*------------------ Navbar Toggle ----------------------*/


.navbar-toggle {
position: relative;
float: right;
margin-right: 0px;
padding: 24px 20px;
margin-top: 0px;
margin-bottom: 0px;
background-color: #FA4616;
background-image: none;
border: none;
border-radius: 0;
}


.navbar-default .navbar-toggle .icon-bar {
background-color: #ffffff;
}



/*------------------ Carousel ----------------------*/

.carousel {
	padding-bottom: 55px;
	}



.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.carousel .item, .carousel .item.active, .carousel .carousel-inner {
	height: 380px;
}

.carousel .item:first-child .carousel-caption h2, .carousel .item:first-child .carousel-caption p, .carousel .item:first-child .carousel-caption p a {

color:#fff;
}


.carousel .item:first-child .carousel-caption p a:hover {	
	text-decoration: none;
	color:#FA4616;
	
	}
	

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 110px;
	color: #fff;
	text-align: left;
	text-shadow: none;
	top:16%;
}


.carousel-caption h2 {	
	font-size:3.1em;
	color:#1d1d1c;
	text-align:left;
	font-weight:700;

	}
	
	.carousel-caption p {	
	font-size:1.2em;
	color:#1d1d1c;
	text-align:left;
	font-weight:400;
	width:50%;
	line-height: 1.3em;
	
	}
	
	
	.carousel-caption p a {	
	font-size:.7em;
	border:2px solid #FA4616;
	text-align:left;
	font-weight:700;
	line-height: 1.6em;
	padding:10px 22px;
	color: #505050;
	text-transform: uppercase;
	margin-top: 10px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
	
	
	.carousel-caption p a:hover {	
	text-decoration: none;
	color:#FA4616;
	
	}
	
	
	
.carousel-indicators {
	position: relative;
	bottom: 0px;
	left:none;
		z-index: 15;
	padding:0px
	margin:4px;
	text-align: left;
	list-style: none;
	width:auto;
	margin-top: 1px;
}

.carousel-indicators li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 6px;
	text-indent: -999px;
	cursor: pointer;
	background-color:#8f9089;
	border: none;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 14px;
	height: 14px;
	margin: 6px;
	background-color: #FA4616;
}


.carousel-control {
	position: relative;
	top:auto; 
	left: 0;
	bottom: 15px;
	width: inherit; 
	opacity: 1; 
	filter: alpha(opacity=100);
	font-size: 20px; 
	color: #ffffff;
	text-align: center;
 	text-shadow: none; 
}

.carousel-control.left {
	background-image: none;
	background-repeat: repeat-x;
	margin:14px 0px 0px 0px;
	cursor: pointer;
	
	}

.carousel-control.right {
	background-image: none;
	background-repeat: repeat-x;
	margin:14px 0px 0px 50px;
	cursor: pointer;
	
}


.carousel-inner > .item > .fill >img {
	z-index: 100;
	left: 55%;
	top: 165px;
	position: absolute;

}

.carousel-inner {
	position: relative;
	overflow: visible;
	width: 100%;
}

ul.indicate {
	list-style: none;
	text-align: left;
	float: left;
	left: 15%;
	position: absolute;
	margin-top: 13px;

}

ul.indicate li {
	float:left; 
	padding: 0px; 
	display: inline; 
	list-style:none;
	}



/* --- Carousel Caption 1200 & 768 -----*/

@media screen and (max-width: 1200px) {

.carousel-caption p {	
	font-size:1.2em;
	color:#1d1d1c;
	text-align:left;
	font-weight:400;
	line-height: 1.5em;
	width:80%;
	}
}

@media screen and (max-width: 768px) {

.carousel-caption {
	position: absolute;
	right: 10%;
	bottom: 20px;
	left: 5%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 120px;
	color: #fff;
	text-align: left;
	text-shadow: none;
}


.carousel-caption h2 {	
	font-size:2em;
	color:#1d1d1c;
	text-align:left;
	font-weight:700;

	}
	
	.carousel-caption p {	
	font-size:1.1em;
	color:#1d1d1c;
	text-align:left;
	font-weight:400;
	line-height: 1.3em;
	width:90%;
	}
	
	.carousel-inner > .item > .fill >img {
	display: none;

}


}

/*------------------ Home Services Banner ----------------------*/


.services-banner {
	background: #2f2f2e url(/images/bg.jpg) repeat;
	min-height: 400px;
	padding:30px 0px 50px 0px;
}

.services-banner h2 {

	font-size:2.1em;
	color:#c3c3c3;
	font-weight: 200;
}

.services-banner h3 {

	font-size:1.2em;
	color:#ffffff;
	font-style: italic;
	line-height: .5em;
	font-weight: 300;
	
}

.services-banner h4 {

	font-size:1.1em;
	color:#ecebe6;
	font-style: normal;
	text-align: center;
	font-weight: 300;
}


.services-banner h4 a {
	color:#ecebe6;
	text-decoration: none;
	}
	
.services-banner h4 a:hover {
	color:#FA4616;
	text-decoration: none;
	}



@media screen and (max-width: 768px) {
.services-banner h4 {

	font-size:.9em;
	color:#ecebe6;
	font-weight: 100;
	font-style: normal;
	text-align: center;
	font-weight: 200;
}
}


.individual-services {
	margin-top:40px;

}

.individual-services img {
	padding:14px;

}


/*------------------ Home News Products Banner ----------------------*/





.news-products {
	min-height: 400px;
	padding:50px 0px 40px 0px;
}

.news-products h2 {

	font-size:1.6em;
	color:#51504e;
	font-weight: 300;
	margin-bottom:30px;
}

.news-item {
	margin-top:1em;
	
	}


.date { 
	padding-top:0px; 
	padding-bottom:0px; 
	border-right:2px solid #FA4616;
	text-align:center;
	padding-right:5px;
	padding-left:10px;
	line-height: 1.1em;		
}

.content .news-list .news-item .date { padding-left:0px;padding-bottom:20px;}

.content .news-list .news-item span.year {
text-align: center;
text-transform: uppercase;
font-size: 1.5em;
font-weight: 700;
line-height: 1.1em;
}

.content .news-list  .news-item span.day {
text-align: center;
font-size: 1.1em;
font-weight: 400;
line-height: 1em;


}


@media screen and (max-width: 768px) {
.content .news-list .news-item .date { padding-left:0px;padding-bottom:20px;}

.content .news-list .news-item span.year {
text-align: center;
text-transform: uppercase;
font-size: 1em;
font-weight: 700;
line-height: 1.1em;
}


.content .news-list  .news-item span.day {
text-align: center;
font-size: .8em;
font-weight: 400;
line-height: 1em;


}
}


.news-item span.day {
	color:7A756A;
	text-align:center;
	font-size:.9em;
	font-weight:400;
	line-height:.9em;
	letter-spacing: 0px;
}

.news-item span.year {
	color:##7A756A;
	text-align:center;
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:700;
	line-height:1em;
}

.news-item p {line-height:1.3em; margin-top:.1em;font-size:.8em; font-weight: 600;}


 p.category {
	font-size:.7em;
	font-weight:700;
	text-transform:uppercase;
	line-height:.8em;
	margin-top:.2em;
	margin-bottom:.4em;

}

.content .news-item p {line-height:1.6em; margin-top:.2em;font-size:1em; font-weight: 400;}


.content p.category {
	font-size:.7em;
	font-weight:700;
	text-transform:uppercase;
	line-height:.8em;
	margin-top:.2em;
	margin-bottom:.4em;

}


.catalog-img { 
	height:180px;
	background-repeat: no-repeat; 
	background-position:top left;
	background-size: contain; 
	background-color:#ecebe6; 
}

.reader {
	top:51%;
	left:8%; 
	position:absolute;
}

.catalog-img .arrow-link {position:absolute; top:85%;right:7%;}

.products-home {height:180px;background-repeat: no-repeat; background-position:top;background-size: contain; ;border:solid 1px #ecebe6; }

@media screen and (max-width: 776px) {

.products-home img { 
height:178px;

}

}


.products-home h3 {font-weight:300;font-size:1.4em;}

.products-home p {font-size:.8em; font-weight:500; line-height:1em; letter-spacing:0;}

.products-home  .arrow-link {position:absolute; top:78%;right:7%;}

.tan-bg  {background-color:#ecebe6;height:178px;}

/*------------------ Home Partners Banner ----------------------*/

.partners-banner {

	background:#ecebe6;
	border-top:1px solid #deddd9;
	padding:45px 0px 35px 0px;	
}


.partners-banner h3 {
	font-style:italic;
	font-weight:600;
	font-size:1.1em;
	color:#7A756A;
	line-height: 1em;
	text-align: left;
	margin:0px;
}


.partners-banner h2 {
	font-weight:200;
	font-size:1.6em;
	color:#7A756A;
	line-height: 1.8em;
	text-align: left;
	margin:0px;
	border-right:1px solid #CAC7BF;

}
.partners-banner div div div div div div  {height:70px; line-height: 70px; display: inline-block;text-align: center;}

.partners-banner div div div div div div img {display: inline-block;}


@media screen and (max-width: 992px) {

.partners-banner h2 {
	border-right:none;
	text-align: center;
	margin-bottom:20px;
}


.partners-banner h3 {
	text-align: center
}
}




/*---------------------------------- Interior Template ---------------------------------------*/



.interior-header {
	background: #ecebe6;
	border-bottom: 1px solid #deddd9;
	padding: 110px 0px 0px 0px;
	}


.content {
	margin-top:-66px;
	padding-bottom:54px;
	padding-top:0em;
	}
	
.content p {
	margin: 0 0 20px;
	}

.content h1 {
	font-size:2.3em;
	color:#1d1d1c;
	font-weight: 800;
	line-height:1.2em;
	margin: 12px 0px 50px 0px;
}

.content  h2 {
	font-weight: 400;
	font-size: 1.8em;
	color: #333;
	line-height: 1.2em;
		margin:1.2em 0 1em 0;
	
}


.content  h2.side-news {
	font-weight: 400;
	font-size: 1.4em;
	color: #333;
	line-height: 1.2em;
	margin:1em 0 1em 0;
	
}
.content  h3{
	font-size:1.3em;
	font-weight:500;
	color:#3A3A3A;
	line-height: 1.2em;
	margin:1.4em 0 1em 0;
	text-align: left;

}


.content h4 {

	font-size:1.4em;
	color:#ffffff;
	font-weight:400;
	padding: 14px 12px 10px 12px;	
	margin-bottom: 0px;
	margin-top:0px;
	letter-spacing: 1px;
	border-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: #1d1d1c;
	}


.content h4 a{
	color:#ffffff;
	}

.submenu {
	/*background-color: #1d1d1c;*/
	border-radius: 4px;
	margin-top:19px;
	}

.submenu ul{
	list-style: none;
	left: 0;
	z-index: 1000;
	width: 100%;
	margin: 0px;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #1d1d1c;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	border-radius: 4px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top:1px solid #000000;
	margin-bottom: 40px;
	padding:5px 0px;
	}
	
.submenu ul ul {
	margin-bottom: 4px;
	border-bottom:1px solid #000;
	}
	
.submenu ul li.active ul li a ,
.submenu ul li.parent-active ul li a {
	padding-left: 2em;
	}

.submenu ul li.active ul li a {
	background-color:#1d1d1c;
	}

.submenu ul li a{
	display: block;
	padding: 8px 15px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #f5f4ef;
	white-space: nowrap;
	font-size: 1em;
	}

.submenu ul li a.active,
.submenu ul li.active a {
	background-color:#FA4616;
	}

.submenu ul li a:hover {
	background-color:#FFFFFF;
	text-decoration: none;
	color:#FA4616;
	}


.content .news-item span.year {
	color: ##7A756A;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.1em;
}

.content .news-item span.day {
	color: 7A756A;
	text-align: center;
	font-size: .9em;
	font-weight: 400;
	line-height: 1em;
}


/* ------------------------------ Product Page -----------------------*/


.content h2.price {
	font-size: 2.6em;
	font-weight: 900;
	letter-spacing: .5px;
	margin: 0px 0px 30px 0px;
	
	}
.model-number{
	
	font-size: .8em;
	font-weight: 600;
	letter-spacing: .5px;
	
	}


.submenu ul.categories{
	list-style: none;
	z-index: 1000;
	width: 100%;
	margin: 0px;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #ecebe6;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	border-radius: 4px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top:1px solid #000000;
	margin-bottom: 40px;
	padding:5px 0;


}

.submenu ul.categories li a{
	display: block;
	padding: 4px 15px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #5e5d5b;
	white-space: nowrap;
	font-size: 1em;

}

.submenu ul.categories li a.active,
.submenu ul.categories li.active a {
	background-color:#FA4616;

}

.submenu ul.categories li a:hover {
	background-color:#FFFFFF;
	text-decoration: none;
	color:#FA4616;
}


.submenu ul.manufacturers {
	list-style: none;
	z-index: 1000;
	width: 100%;
	margin: 0px;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #ecebe6;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	border-radius: 4px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top:1px solid #000000;
	margin-bottom: 40px;
	padding:5px 0;



}

.submenu ul.manufacturers li a{
	display: block;
	padding: 4px 15px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #5e5d5b;
	white-space: nowrap;
	font-size: 1em;

}

.submenu ul.manufacturers li a.active,
.submenu ul.manufacturers li.active a {
	background-color:#FA4616;

}

.submenu ul.manufacturers li a:hover {
	background-color:#FFFFFF;
	text-decoration: none;
	color:#FA4616;
}


.product-sidebar  ul.prod-resources li a {
font-size:1.3em;
padding-left:10px;

}
.product-sidebar ul.prod-resources li:before {
    content:no-open-quote;
    margin-left: 0px;
	margin-right:0px;
	color:#FA4616;
}


.product-sidebar ul.prod-images li:before {
    content:no-open-quote;
    margin-left: 0px;
	margin-right:0px;
	color:#FA4616;
}


.product-sidebar ul.prod-resources {
margin-left: 0px;
list-style: none;
}


.product-sidebar ul {
	margin-left:20px;
	list-style:none;
}

.product-sidebar h5 {
	text-align: left;
	margin:0px 0px 20px 0px;
	line-height: 1.4em;
}

.product-sidebar  ul li {

margin:10px 0px;
font-size:.9em;
font-weight:400;
text-align:left;
}


.product-sidebar ul li:before {
    content: "+";
    margin-left: -15px;
	margin-right:7px;
	color:#FA4616;
}

.product-sidebar {	
/*	margin-top:75px; */
	text-align:center;
}

ul.prod-images{ 
	list-style: none; 
	margin-left: 0px;
	}


ul.prod-images li {overflow: hidden;}


.prod-images img {
	display:inline-block;
	width:100%;
	}
	
@media screen and (max-width: 768px) {

.content h1 {
	font-size:1.4em;
	color:#1d1d1c;
	font-weight: 800;
	line-height:1.2em;
	margin: 12px 0px 50px 0px;
}

.content h2.price {
	font-size: 2.1em;
	font-weight: 900;
	letter-spacing: .5px;
	
	}
}


/* ------------------------------ Product Home -----------------------*/


.featured-product {
	width:100%;
	background:#ecebe6;
	height:230px;

}

.featured-product > div {
	height:230px;
}

.featured-product > div > h3 {
	font-weight: 100;
	font-size: 1.8em;
	margin:15px 0px 10px 0px;	

}


.featured-product > div > p {
	font-size: .9em;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0;

}


.featured-product > div > h6.arrow-link {
	background: transparent url(/images/right-arrow.png) no-repeat center right;
	color: #5e5d5b;
	padding-right: 34px;
	font-size: .9em;
	display: block;
	font-weight: 400;
	letter-spacing: .05;
	cursor: pointer;
	text-align: right;
	position: absolute;
	top:80%;
}

.product-cat {
	margin-top:20px;
	margin-bottom:20px;

}

.product-cat div.col-xs-4 {
margin-bottom: 2em;
}


.product-cat h3 {
padding-bottom:6px;
color: #505050;
text-align:center;
margin-bottom:0;
font-weight:600;
font-size:1.4em;
margin-top:0em;
}


.product-cat h3 a {
color:#3A3A3A;
}

.product-cat h3 a:hover {
color: #FA4616;
text-decoration:none;
}

.product-cat a img {
border:20px solid	#fff;
width: 80%;
margin: 0 auto;

}

@media screen and (max-width: 768px) {


.product-cat h3 {
font-size: 1em;
padding-bottom:6px;
border-bottom:1px solid #d5d4cf;
color: #505050;
}

}



	
	
/*---------------------------- Product slider - Individual page ----------------------------*/

#slide-nav {
	list-style-type: none;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	position: relative;
	display: inline-block;
	margin-top:10px;
	margin-bottom:0px;
	
	
}

#slide-nav li {
	padding:0px 8px;
	text-align: center;
	margin: 0px;
	list-style-type: none;
	border-left: solid #E4E3E1 1px;
	float: left;
	height: 100%;
	
}

#slide-nav li:first-child {	
	border-left: 0px;

}

.product-sidebar ul#slide-nav li:before {
content: "";
margin-left: 0px;
margin-right: 0px;
color: #FA4616;
}


#address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
  text-align: justify;
}

#address p {
text-align: justify;
width:80%;
}


.pp_content{ padding: 5px; }

/*-------------------------------- Footer -------------------------------*/


.footer {
	padding:50px 0px;
	background:#1d1d1c;
	letter-spacing: 0;
	position: absolute;
	width:100%;
	height: 360px;
	bottom:0px;	
	}


@media screen and (max-width: 992px) {

.footer {
	padding:50px 0px;
	background:#1d1d1c;
	letter-spacing: 0;
	position: absolute;
	width:100%;
	height: 780px;
	bottom:0px;
	
	}
	}


.footer img {
	width:80%; 
	margin-bottom:20px;
	margin-top:10px;
}



.footer  p {
	color: #bab9b6;
	font-size:.9em;
	margin-top:5px;
	margin-left:5px;
	font-weight: 400;
	letter-spacing: 0;
}


.footer a {  
	color:#FA4616;
	display: block;
	font-weight: 400;
 }
 
.footer ul {list-style: none;margin:15px 0px 0px 0px; padding:0px;}
.footer ul li {margin:10px 0px 0px 0px;padding:0px;}
.footer ul li a{color:#f5f4f1; font-size: .85em; font-weight: 400;}
  
a.footer-header {
	margin-top:15px;
	margin-bottom:5px;
	}


/*------------------------------- Services Industry Solutions Interior Block ------------------------------------*/


h4.services-title {
	background:#000000;
	font-size:.9em;
	color:#ffffff;
	font-weight:400;
	padding:12px 6px;
	margin: 40px 0px 0px 0px;
	letter-spacing: 1px;
	border-radius: 4px;
	text-align: center;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	letter-spacing: -.01;
	}


.top-services {
	background:#f8f7f3; 
	text-align:center;
	display:block;
	height: 250px;
	position: relative;
}


.top-services img {

	width:40%; 
	text-align:center;
	display:inline-block;
	padding:6% 5% 2% 5%;
	
}

@media screen and (max-width: 991px) {
.top-services img {

	width:20%; 
	text-align:center;
	display:inline-block;
	padding:3% 3% 3% 3%;
	
}
}

.top-services p{

	text-align:left;
	padding:0% 5%;
	font-size:.9em;
	font-weight:500;
	line-height: 1.4em;

}

.top-services .learn-more {
	padding:2px 10px 12px 0px;
	background-color:#ecebe6;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.top-services .arrow-link {

	text-align:right; 
	margin-bottom:0px;


}
/*---------------------------------- Social Icons ---------------------------------------*/



ul.social {
	display: block;
	float:left;
	-webkit-padding-start: 0px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
}



ul.social li {
	float: left; 	
	list-style: none; 
	padding: 22px 8px 0px 8px;
	margin: 0px; line-height: 0em;

}


ul.social li a{
	color:#bab9b6;
	font-size:1.2em;
}


ul.social li a:hover{
	color: #ffffff;
}


#checkoutForm fieldset,
fieldset#orderDetails,
fieldset#contactinfo,
fieldset#billingInfo{
	margin: 1em 0;
}

.right-sidebar {
	margin-top: 85px;
}

.form-group {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	min-height: 35px;
}
.control-label {
	text-align: right;
	margin-bottom: 0;
	padding-top: 8px;
}
.form-group input,
.form-group textarea {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-group textarea{
	height: auto;
}
.form-group button{
	margin-top: 15px;
}

div.news-list{
	margin-top: 1em;
}

ul.news-nav{
	float: right;
	width: 15%;
	list-style-type: none;
	padding: 0;
	display: none;
}
ul.news-nav li{
	list-style-type: none;
	margin: 0 0 .8em 0;
	padding: 0;
	font-weight: bold;
}
ul.news-nav li.overview{
	font-size: 1.3em;
	margin-bottom: .25em;
}

.submenu .news-nav{
	float: none;
	width: 100%;
}

.submenu .news-nav li.overview{
	display: none;
}
.submenu .news-nav li{
	margin: auto;
}

@media screen and (min-width: 775px) {
	ul.news-nav{
		display: block;
	}
	div.news-list{
		width: 80%;
	}
}

#pagination a.btn{
	text-align: center;
	width: 2em;
	height: 2em;
	padding: .25em 0;
}

#pagination .active {
background: #222;

}

.news-item h5 a{
	color: #FA4616;
	font-weight: 600;
	font-size: 1.3em;
	line-height: 1.1em;
}

.news-item h6 a{
	color: #FA4616;
	font-weight: 600;
	font-size: 1.2em;
}

.news-item span.year{
	display: block;
}
#news .news-list .news-item{
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom:1em;
	width:100%;
	display: inline-block;
}

#news .news-item p{
	margin-bottom: 0em;
}

.products-list .products-item img.prod-image{
	max-width: 100%;
	height: 100px;
	margin: 0 auto;
}
.products-list .products-item{
	text-align: center;
}
.products-list .products-item h5{
	height: 40px;
}
.products-list #pagination{
	clear: both;
}

#customerInfoForm label{
	display: inline-block;
	width: 120px;
}



/*----------------------- Filtering Sidebar -----------------------------*/

ul.active-filters {
	margin-bottom:0px;
	}

ul.active-filters {
	background: #72726f;
	margin-left:0px;
	list-style: none;
	padding-bottom:0px;
	}


ul.active-filters {
	padding-left:15px;
	padding-bottom:0px;
	}

ul.active-filters li.active {
	list-style: none;
	color:#fff;
	font-size:.9em;
	font-weight: 500;
	visibility: visible;
	margin-left:0;
	padding: 6px 0 0 0;
	height:30px;
	}
	

ul.active-filters  li.active  a {
	float:right;
	text-indent: -9999px;
	background: url(../images/remove.png) center right no-repeat;
	width:40px;
	margin-right:8px;
	}

.reefine_active_filters  h3 {
	font-size:1.2em;
	color:#ffffff;
	font-weight:300;
	padding: 14px 12px 10px 14px;	
	margin-bottom: 0px;
	margin-top:22px;
	letter-spacing: .5px;
	border-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: #1d1d1c;
	}

.reefine_filters {
	list-style: none;
	left: 0;
	z-index: 1000;
	width: 100%;
	margin: 0px;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #ecebe6;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	border-radius: 4px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	margin-bottom: 40px;
	padding: 1px 0 10px 0;
}


.reefine_filters h3 {
	font-size: 1.0em;
	font-weight: 600;
	color: #505050;
	line-height: 1.2em;
	margin: 1.1em 0 .8em 14px;
}


.reefine_filters ul {
	margin: 0 0 0 15px;
	padding:0px;

}

.reefine_filters ul li {
	list-style-type:none;
	margin:.5em 0;
	padding:0px;
	font-size:.9em;
	font-weight: 600;

}

li.criteria {
	color:#ecebe6;
	font-size:.9em;
	padding:8px 0px 4px 0px;

}

p.total-entries { font-weight:400;margin: 0px 0px 10px 0px;}

#featured-products{
	width: 100%;
	height: 255px;
}


div.featured.products-item div.col-xs-4 img {margin-top:40px;}

div.featured.products-item div.col-xs-4{
	border: solid #dfdfdf 1px;
	background: transparent url(/images/featured-flag.png) no-repeat;
	margin: 1%;
width: 31.333333333%;
}


/*--------------- breadcrumbs --------------------*/


ul.crumb{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: -98px;
	margin-left:15px;
}
ul.crumb li{
	list-style-type: none;
	margin: 0 .5em 0 0;
	padding: 0;
	float: left;
	font-size:.8em;
}


/*--------------- weather --------------------*/


#weather h2 {

font-size:3em;
margin-bottom:0px;


}

#weather ul {
	list-style: none;
	margin:0em;
}


/*---------------------------- CENTER SIDEBAR ----------------------------------*/

.glance {
	float:right;
	width:30%;
	padding:2%;
	margin:0% 0% 2% 4%; 
	border:1px solid #FA4616;
}

.glance ul {
	margin-left:20px;
	list-style:none;
	padding:0px;
	
}



.glance  ul li {

margin:10px 0px;
font-size:.9em;
font-weight:400;
text-align:left;
}


.glance ul li:before {
    content: "+";
    margin-left: -15px;
	margin-right:7px;
	color:#FA4616;
}

.glance h3 {
margin-top:0px;
}


@media screen and (max-width: 768px) {
.glance {
	float:none;
	width:100%;
	padding:2%;
	margin:0% 0% 5% 0%; 
	border:none;
	border-bottom:1px solid #FA4616;
}
}

/*---------------------------- LIBERTY FUNDAMENTALS ----------------------------------*/

body {
   counter-reset: item;
 }
 
.col-list{
	margin: 64px 0 0 0;
	padding: 0;
	list-style: none;
}

.col-list li:before {

   content: counter(item);
   border-radius: 100%;
   color: #FA4616;
   display: inline-block;
   counter-increment: item;
   content: counter(item);

   position: absolute;
   top: -3px;
   left: 0;
 }

 .col-list li{
	position: relative;
	margin: 0 0 28px 0;
}

.col-list h4{
	padding: 0 0 0 34px;
	letter-spacing: 2.25px;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 14px;
	border-radius: 0;
	background-color: transparent;
	color: #333;
	font-weight: bold;
	margin: 0 0 8px 0;
}

.col-list p{
	line-height: 18px;
	font-size: 11px;
}


@media (min-width: 512px) {
	.col-list li{
		float: left;
		width: 50%;
	}

	/* new lines and padding */
	.col-list li:nth-child(2n+0){ padding-left: 16px; }
	.col-list li:nth-child(2n+0):before { left: 16px;  }

	.col-list li:nth-child(2n+1){ padding-right: 16px; clear:left; }
}

@media (min-width: 768px) {

	.col-list h4{ min-height: 40px; }

	.col-list li{ 
		width: 33.3333333333%;
	}

	/* new lines */
	.col-list li:nth-child(2n+1){ clear: none; }
	.col-list li:nth-child(3n+1){ clear: left;}
	

	/* padding */
	.col-list li:nth-child(3n+0){ padding-left: 21px; padding-right: 0;}
	.col-list li:nth-child(3n+0):before { left: 21px;  }

	.col-list li:nth-child(3n+1){ padding-left: 0; padding-right: 21px; }
	.col-list li:nth-child(3n+1):before{ left: 0; }

	.col-list li:nth-child(3n+2){ padding-left: 11px; padding-right: 11px; }
	.col-list li:nth-child(3n+2):before { left: 11px;  }
}

@media (min-width: 1200px) {
	.col-list h4{	padding-right: 40px; }
}


