/* CSS Document */

/* Customise for 5 column */
.col-lg-15 { position: relative;min-height: 1px;}

/* Footer top */
.footer-band {background-color: #68a847; padding: 15px 0;}
.footer-band h6 {color: #ffffff;font-size: 19px; text-align: center;}
.footer-band h6 a {color: #ffffff;font-size: 19px;text-align: center;}
/* Footer Bootom */
.footer-bottom-band {background-color: #2e2e2e;padding: 25px 0;}
.footer-bottom-band h6 {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
		
		font-weight:bold
}
.footer-bottom-band ul li {
    color: #c7c7c7;
    list-style-type: none;
    margin-left: -41px;
	font-size:13px;
	font-weight: 300;
}
.footer-bottom-band ul li a {
    color: #c7c7c7;
}
.footer-bottom-band ul li a:hover, .footer-bottom-band a i:hover {
    color: #ffffff;
}
.footer-bottom-band p {
    color: #c7c7c7;
    font-size: 13px;
    margin-bottom: 0;
	font-weight: 300;
	line-height:15px
}
.footer-bottom-band .fa {
    color: #c7c7c7;
    margin-right: 10px;
}
.footer-bottom-band .mobile-view{ text-align:center;}
.footer-product{
  background: #fff;
  color:#2e2e2e;
  padding:25px 0;
  text-align:center;
  font-size:11px;
}
.footer-product ul{display:inline-block;margin:0;padding:0;}
.footer-product ul li{ list-style-type:none;}
.jcl-footer a{top:-4px; position:relative;}
.copyright-band {
    background-color: #022c47;
    padding: 15px 0;
	position: absolute;
    width: 100%;
   
}
.copyright-band p {
    color: #6c8998;
	
    text-align: center;
}
.footer-bottom-band .mobile-view a{color:#7F9AAE;}.mobile-footer a:hover{color:#ffffff; text-decoration:underline;}
.footer-bottom-band .mobile-view ul li{display:inline-block;  margin-left: 10px;font-size:19px;}
/* Small devices (landscape phones, 576px and up) */



/* Large devices (desktops, 992px and below)*/
@media (max-width: 991px) {
	.product-view {display: none;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.col-lg-15 {width: 20%;max-width: 20%;float: left;}	
	.desktop-view {display: none;}
	.mobile-view{display:block;}
	.footer-product .product-title{display:block; width:100%;margin-bottom:15px;}
	.footer-product ul li{ display:inline-block; margin:0 15px;}

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
 	.col-lg-15 {width: 20%;max-width: 20%;float: left;}	
	.desktop-view {display: block;}
	.mobile-view{display:none;}
	.footer-product ul li{ display:inline-block; margin:0 15px;}
}
