@charset "utf-8";

/* CSS Document */

body {
	font-family:"Arial" !important;
	overflow-x: hidden;
	margin:0px; padding:0px;
}

a:focus, a:hover {
    text-decoration: none !important;
}

a {
	text-decoration:none !important;
}
a:hover {
	text-decoration:none !important;
}
p {
	font-size:14px;	color:#fff;
}
.clear{clear:both;}
.aboutPage { background-color:#f5f5f5; padding-top:15px;}
.aboutPage p{ color:#000000; font:normal 14px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
 }
 .topMatgin{ margin-top:10px;}
/* top-header */

.top-bg {
	background-color:#636466;
	color:#fff;
	width:100%;

}

.top-links ul {
	float:right;
}

.top-links ul li { 
	display:inline-block;
	margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 0px;
}
.top-links ul li a {
	color:#fff;
	text-decoration:none;
	font-size:12px;
}
.top-links ul li a:hover {
	color:#ff0000;
}

/* header */

.header-bg {
	background:#ff0000;
	padding-bottom:20px;
	padding-top:20px;
	border-bottom:3px solid #000;
	width:100%;

}

.logo a img {
	position:absolute;
	margin-top:21px;
	margin-left: 50px;
}
.bskt-inq a {
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:16px;
	margin-top: 40px;
	text-decoration:none;
	float:right;
}
.bskt-inq a:hover {
	color:#000;
	text-decoration:none;
}

/* menu */
a.brand {
	color:#fff !important;
}
a.brand:hover {
	color:#ff0000 !important;
}
.menu {
	margin-top:110px;
	width:100%;
}
.menu-items ul {
	margin-bottom:0px;
	display: -webkit-inline-box;
}
.menu-items ul li a {
	color:#808285;
	font-size:19px;
	text-transform:uppercase;
	margin-right:30px;
}
.menu-items ul li a:hover {
	color:#ff0000;
	text-decoration:none;
}

.dropdown:hover .dropdown-menu {
	display:block;
}

.sub-menu {
	background-color:#ffffff;
	opacity:0.7;
	width:100%;
	z-index:9999;
    position: absolute;
	display:none;
}
.sub-menu-items { opacity:1; }
.fst-level {
	display:inline-flex;
    margin-top: 20px;
}

.fst-level-item {

	width:225px;
}
.fst-level-item a {
	font-size:20px !important;
}
.snd-level {
	margin-top:15px;
}
.snd-level-item a {
	color:#636466 !important;
	font-size:18px !important;
}
.snd-level-item a:hover {
	color:#fff;
}
.sub-menu .sub-menu-items .st-level .st-level-item {
	display:inline-block;
	margin:20px 20px 0 20px;
}
.sub-menu .sub-menu-items ul li a {
	color:#ff0000;
	font: bold 17px Arial Narrow,Arial,sans-serif !important;
}
.sub-menu .sub-menu-items ul li ul li {
	display:block;
	margin:0;
}
.gallery_re{margin:0px 0px 0px 0px; padding:0px; float:left;}
.gallery_re ul{margin:0px 0px 0px 2px; padding:0px;}
.gallery_re ul li{margin:0px; padding:0px 7px 5px 0px; width:130px; height:150px; list-style:none; border:1px solid #e0e0e1; background-color:#FFFFFF; margin:2px 0px;}
.gallery_re ul li img{ height:100%; width:100%;}


/* slider */
.slider {
	border-top:3px solid #ff0000;
	width:100% !important;
	text-align:center !important;
}

.slider .ctrl {
	width:680px !important;
	margin-bottom:10px;
	text-align:center !important;
	display: inline-block;
}
.slider .ctrl .ctrl-i {
	width:130px !important;
	height:7px !important;
}
.main {
	margin-top: -1px;
	margin-left: -1px;
	text-align:center !important;
}

/* who we are */
.who div h1 {
	font-size:75px;
	color:#ff0000;
	margin-bottom: -40px;
}
.life-line {
	position:absolute;
}
.about {
	background:url(images/about-who.png) no-repeat top center;
	width:100%;
}
.about-who {
	padding-top:50px;
	padding-bottom:50px;
}
.about-who div .about-img {
	opacity:0.8;
}
.about-txt div a {
	text-decoration:none;
	color:#fff;
	float:right;
}

.about-txt div a:hover {
	color:#000;
	text-decoration:none;
}

/* main products */

.img-block {
	height:470px;
}
.pro-thumb {
    border: none !important;
	padding-top: 10px !important;
}
.pro-img { 
	z-index: -9999;
    position: relative;
}
.pro-img a {
	max-height:270px;
}
.mask {
	margin-top:-30px;
}
.img-block .pro-img a img { }
.img-block:hover .pro-img a img, .img-block:hover .mask { overflow:hidden; transform:scale(1.1); transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; }
.img-block:hover { cursor:pointer; }
.mask a {
	color:#fff;
	text-decoration:none;
	font-size:33px;
	text-align:center;
	
}

.mask a:hover {
	text-decoration:none;
	color:#000;
}
.pro-img a:hover {
	opacity:1 !important;
}
.img-block:hover .mask {
	background-color:#ff0000;
}
.pro-cap, .mask {
	display:block;
	background-color:#c7c8ca;
	color:#fff !important;
	padding-top:40px;
	padding-bottom:15px;
	z-index:9999;
	min-height: 140px;
}

.mask {
	-moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.6s ease-in-out;
   -moz-transition: all 0.6s ease-in-out;
   -o-transition: all 0.6s ease-in-out;
   -ms-transition: all 0.6s ease-in-out;
   transition: all 0.6s ease-in-out; 
}

.img-block:hover .mask {
	background-color:#ff0000;
	opacity:1;
}
.mask a {
	color:#fff;
	text-decoration:none;
	font-size:30px;
	text-transform:uppercase;
}
.mask a:hover {
	color:#000;
	text-decoration:none;
}

/* featured products */

.feat {

	background:url(images/feat-pro-bg.jpg) no-repeat top center;

	margin-top:130px;

}

.feat h4 {

	padding-top:15px;

	font-size:28px;

	color:#a7a9ac;

	text-transform:uppercase;

}

.feat-bg {

	background:url(images/feat-pro.jpg) no-repeat top center;

}



.featured-product {

	background:url(images/feat-pro.jpg) no-repeat top center;

	min-height:415px;

	width:100%;

	margin-bottom: -88px;

}

.product {

	margin-top:15px;

}



/* Columns Five */

.col-xs-5ths,

.col-sm-5ths,

.col-md-5ths,

.col-lg-5ths {

    position: relative;

    min-height: 1px;

    padding-right: 10px;

    padding-left: 10px;

}



.col-xs-5ths {

    width: 20%;

    float: left;

}





/* Contact and Newsletter */

.con-news {
	margin-top:96px;
	height:403px;
	width:100%;
	margin-bottom: 8px;
}

.contact {
	background-image:url(images/contact-bg.jpg);
	height:403px;
	width:100%;
	float:right;
	padding-right:30px;
}

.newsletter {
	background-image:url(images/newsletter-bg.jpg);
	height:403px;
	width:100%;
	margin-left: -6px;
}




.contact-form h4 { float:none !important; }

.contact h4, .contact-form h4 {
	text-transform:uppercase;
	float:right;
	font-size:26.5px;
}
.contactForm{ width:550px; float:right;}

.contact-form input { 
	width:100%;
	height:35px;
	border:none;
	margin-bottom:10px;
	padding:8px;
}
.contact .cont-form input {
	width:76%;
	height:35px;
	float:right;
	background-color:#000000;
	opacity:0.8;
	border:none;
	margin-bottom:10px;
	padding:8px;
	color:#fff;
	border-radius:0px;
}
.contact .cont-form textarea:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}
.contact .cont-form textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}
.contact .cont-form textarea:-ms-input-placeholder {  
   color: #fff;  
}

.contact .cont-form textarea::-webkit-input-placeholder {
   color: #fff;
}
.contact .cont-form input::-webkit-input-placeholder {
   color: #fff;
}

.contact .cont-form input:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.contact .cont-form input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}
.contact .cont-form input:-ms-input-placeholder {  
   color: #fff;  
}
.contact-form textarea {

	width:100%;

	height:130px;

	border:none;

	margin-bottom:25px;

	padding:8px;

}

.contact .cont-form textarea {

	width:76%;

	height:130px;

	float:right;

	background-color:#000000;

	opacity:0.8;

	border:none;

	margin-bottom:25px;

	padding:8px;

	color:#fff;

}

input.cont-submit {

	border-radius:0;

	float:right;

	text-transform:uppercase;

	background-color:#b82323 !important;

	width:147px !important;

	font-weight:bold;

	color:#fff;

}

.newsletter .news-form .email {
	border-radius: 0px;
    height: 42px;
	width:395px;
	border:none;
}

.newsletter .news-form .subscribe {
	background-color:#404040;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	height:42px;
	border-radius:0;
	border:none;
    margin-left: -5px;
	margin-top: -5px;
}
.newsletter .news {
	margin-top:170px;
	margin-left:20px;
}
.newsletter .news-form .email::-webkit-input-placeholder {
	color:#ff0000;
}
.newsletter .news-form .email:-ms-input-placeholder {
	color:#ff0000;
}
.newsletter .news-form .email::-moz-placeholder {
	color:#ff0000;
}
.newsletter .news-form .email:-moz-placeholder {
	color:#ff0000;
}

.newsletter .news h2 {
	font-size:40px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;

}
.newsletter .news h4 {
	margin-top:-5px;
	font-size:30px;
	color:#fff;
	text-transform:uppercase;
}


@media (max-width: 468px) {
	.newsletter .news {
		margin-top:120px;
	}
}

/* Follow us on */
.footer-top {
	width:100%;
	background-color:#ff0000;
	margin-top:5px;
}
.footer-top .follow-us {

	margin-top:10px;

}

.footer-top .follow-us h4 {

	font-size: 17px;

	color:#fff;

	text-transform:uppercase;

}

.footer-top .social ul {

	margin-bottom:0;

}
.footer-top .social ul li {
	display:inline-block;
	width:208px;
	text-align:center;
	margin-right:-5px;
}
.footer-top .social ul li.linkedin {
	background-color:#ef4130;
}
.footer-top .social ul li.google-plus {
	background-color:#f15b40;
}
.footer-top .social ul li.twitter {
	background-color:#f37053;
}
.footer-top .social ul li.facebook {
	background-color:#f58466;
}
.footer-top .social ul li a i {
	font-size:24px;
	color:#fff;
	margin-top:15px;
	margin-bottom:15px;
}
.footer-top .social ul li a i:hover {
	color:#000;
}

/* footer */
.footer {
	margin-top:35px;
	margin-bottom:18px;
}

.footer .news-up, .footer .pdf-down, .footer .site-map {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:25px;
	padding-right:25px;
	border-right:2px solid #c7c8ca;
	min-height:350px;
}
.sw {
	text-align:center;
	margin-top:10px;
}
.sw p {
	text-transform:uppercase;
	font-size:18px;
	color:#808285;
}
.sw p span {
	font-weight:bold;
}
span.sahii {
	color:#ff0000 !important;
}
.news-img {
	padding-bottom:12px;
	border-bottom:2px solid #808285;
}

.our-product h6, .our-product span {

	font-size:14px;

	color:#d1d3d4;

}

.pdf-img {
	border-bottom:1px solid #808285;
	padding-bottom:25px;

}
.sw-img {
	margin-top:5px;
}
.cat-pdf h4 {

	text-transform:uppercase;

	font-size:25px;

	padding-left:25px;

	color:#808285;

}

.cat-pdf p {

	font-size:18px;

	padding-left:25px;

	color:#808285;

}

.footer .site-map {

	padding-left:40px;

}

.site-map h6 {

	color:#808285;

	font-size:16px;

	font-weight:bold;

	text-transform:uppercase;

}

.footer .site-map ul li {

	margin-bottom:30px;

	margin-top:30px;

}

.footer .site-map ul li a {

	color:#808285;

	text-decoration:none;

}

.footer .site-map ul li a:hover {
	text-decoration:none;
	color:#ff0000;
}
.footer .add-info {
	padding-bottom:20px;
	padding-right:25px;
	padding-left:60px;
}
.footer .add-info h6 {
	font-size:25px;
	color:#c7c8ca;
	font-weight:bold;
}

.footer .add-info p {

	color:#808285;

	font-size:15px;

	font-weight:bold;

}



/* footer bottom */

.footer-bottom {

	background-color:#e6e7e8;

	width:100%;

}
.footer-bottom .footer-rights p {
	color:#333132;
	font-size:13px;
	margin-top:8px;
	margin-bottom:2px;
}


/* Product banner */
.pro-banner {
	width:100%;
	background-color:red;
	text-align:center;
}

.pro-banner img{ max-width:100%; height:auto;}



/* Products */
.new-arr h2 {
	font-size:33px;
	color:#ff0000;
}
.new-arr img.img-life {
	position:absolute;
	margin-top: 35px;
}
.list-style-buttons{ padding:0px; margin:0px;}
.products {
	background-color:#f5f5f5;
	padding-top: 2px;
}

.products .crumb {

	margin-top:50px;
	background-color:#fff;
	padding-top:7px;
	padding-bottom:3px;

}
.crumb span {
	margin-left:15px;
}
.control-label {
	font-size:14.5px;
	color:#808285;
	font-weight:normal;
	margin-top:5px;
	margin-right:-20px;

}
.form-control {
	border-radius:0px !important;
}

#list-view, #grid-view {
	background:none;
	font-size:18px;
}
#list-view:hover, #grid-view:hover {
	color:#ff0000;
}
.lg-view {
	border-right:1px solid #808285;
}

.crumb a {
	color:#808285;
	font-size:14px;
	/*margin-top:7px;*/
	text-decoration:none;
}
.crumb a:hover {
	color:#ff0000;
	text-decoration:none;
}
.breadcrumb {
	margin-top:38px;
}

.breadcrumb li {

	color:#636466;
	text-decoration:none;
	font-size:20px;
}
.breadcrumb li a:hover {
	color:#ff0000;
	text-decoration:none;
}

/* Pagination */

ul.pagination {
	margin-right:0px !important;
	padding-right:0 !important;
	margin-top:40px;
}
.ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline; float: right; }
ul.pagination li a {
    color: #636466;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
	border-radius: 0px !important;
	border-color:#bebfbf;
}

ul.pagination li a.active {
    color: #ff0000;
}
ul.pagination li a:hover:not(.active) {background-color: #ddd;}

/* Products */

.product-layout {
	
}
.product-thumb {
	background-color:#fff;
	min-height:380px;
	padding-left:2px;
	padding-right:2px;
}

.product-caption {
	margin-top:25px;
	min-height: 90px;
}
.re-cap {
	min-height:65px !important;
}
.re-cart {
    margin-top: 20px
}
.product-caption a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:15px;

}
.product-caption a h4 { color:#ff0000; font-size:15px; text-align:center;  /*width: 92%; margin-left:10px;*/ min-height:35px; }
.product-caption a:hover {
	color:#000;
	text-decoration:none;
}
.btn {
	padding:0;
}
.cart-grp {
	display:none;
}
.btn-cart, .btn-details {
	background-color: #a7a9ac;
    color: #fff;
    height: 25px;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
	padding-left: 6px !important;
    padding-right: 6px !important;
	border-radius: 0px !important;
	text-transform:uppercase;
	font-size:13px !important;
	margin-top:6px;
}
.btn-cart:hover, .btn-details:hover {
	color:#ff0000 !important;
}
.product-layout:hover .cart-grp {
	display:block;
}
.product-layour:hover, .product-thumb:hover {
	cursor:pointer;
}
.pag-down {
	float:right;
}


.productsHover{ list-style:none;}

.productsHover.cart-grp {
	display:none;
}
.productsHover:hover .cart-grp { display:block;}
.productsHover:hover .thumbnail, .product-thumb:hover {
	border:1px solid #ff0000;
}
.product-thumb {
	border:1px solid #fff;
}
/* Products Featured */
.product-detail h1 {
	color:#575759;
	text-transform:uppercase;
}
.product-descr p, .art-no label, .color label, .size label, .qty-group label {
	color:#575759;
}
.art-no label, .color label, .size label, .qty-group label { 
	font-weight:normal;
	margin-top:10px;
	margin-bottom:10px;
	font-size:18px;
}

.color select, .size select, .qty-group input {

	border:1px solid #e9e9e9;

}

.qty-group {

	margin-bottom:60px;

}

.qty-group input {

    width: 50px;

    text-align: center;

	margin-top:25px;

	height:40px;

	margin-left:10px;

}

.qty-group a {

	background-color:#e4e4e4;

}

.qty-group .btn {

	height:40px;

	border-radius:0px !important;

}

.qty-group .btn i {

	color:#b2b2b2;

}



.btn-inq {
	text-transform:uppercase;
	background-color:#ff0000;
	color:#fff;
	height:40px;
	margin-left:10px;
	margin-right:10px;
}

.bottom-line {
	border-bottom:2px solid #ff0000;
	width:80%;
	text-align:center;
	margin-left:30px;
}

.pro-des-name {
	margin-top:150px;
	border-bottom:3px solid #393939;
}

.pro-des-name span {
	background-color:#393939;
	text-transform:uppercase;
	font-size: 18px;
	font-weight: bold;
	color:#fff;
	text-align:center;
	padding-top:7px;
	padding-bottom:7px;
	margin-top: -39px;
}

.pro-des {
	border: 1px solid #c2c2c2;
	margin-top: 10px;
	margin-bottom: 120px;
}

.pro-des p {
	color: #7d7e81;
	padding: 10px;
}

.carousel-control.right, .carousel-control.left {
	background-image:none !important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left:0px !important;
	margin-left:-25px !important;
	margin-top:-20px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right:-50px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	top:45% !important;
}

.compare-bg {
	background-color:#f5f5f5;
	width:100%;
	border-top:1px solid #000;
	padding-top:15px;
}
.compare {
	border:1px solid #c2c2c2;
	margin:10px;
}

.compare-image {
	text-align:center;
	vertical-align:middle;
	width:100%;
}
.prod-det {
	margin:10px;
	margin-top:20px;
	text-align:center;
}

.contact-details {
	margin:20px;
}
.contact-details p, .contact-details h6 {
	color:#808285;
}
.contact-details h6 {
	font-size:20px;
	font-weight:bold;
}
.line-bg {
	width:100%;
	position: absolute;
	margin-top: -15px;
}
.search-title {
	margin-top:20px;
}
.search-title div, .search-title a {
	color:#808285;
	text-decoration:none;
	font-size:18px;
}
.search-pro {
	margin-bottom:-88px;
}

/*overwrite css*/
.navbar .navbar-nav {
    display: inline-block!important;
    float: none!important;
}

.navbar .navbar-collapse {
    text-align: center!important;
}


.navbar{ margin-bottom:0px !important;}
.navbar-nav > li > a{ font:bold 16px Arial Narrow,Arial,sans-serif !important; color:#808285 !important; text-transform:uppercase;}
.list-group-item{ border:0px !important; padding:0px !important;}
.item.list-group-item:nth-of-type(2n+1){ background-color:#FFFFFF !important;}


.padding10{ padding-left:10px !important; padding-right:10px !important; }
.topnav { background-color:#FFFFFF; border-bottom:2px solid #000;}
.fixed {
position: fixed; z-index:99999999;
top: -0px;

width: 100%;
}
a.brand {
	padding:0;
	position:absolute;
}
.navbar-brand>img {
    width: 140px;
}
/*End overwrite css*/

#prod-container ul { list-style: none; }
#prod-container .buttons { margin-bottom: 20px; }

#prod-container .list li { width: 100%; border-bottom: 1px dotted #CCC; margin-bottom: 10px; padding-bottom: 10px; }
#prod-container .grid li { float: left; width: 20%; height: 50px; border-right: 1px dotted #CCC; border-bottom: 1px dotted #CCC; padding: 20px; }
.customNavigation{
	text-align: center;
	position:absolute;
	height:0px;
	width:1170px;
}

.customNavigation .prev{
	bottom: 180px;
	position: absolute;
	left: -77px;
	color:#cccccc;
	font-size:60px;
}

.customNavigation .next{
	bottom: 180px;
	position: absolute;
	right: -75px;
	color:#cccccc;
	font-size:60px;
}
.navbar-toggle {
	z-index:99999999999 !important;
}

/* Screen Responsive */
@media (max-width:468px) {
	.news-up {
		border:none;
	}
	.site-map {
		padding:0;
		text-align:center;
		border:none;
	}
	.social {
		text-align:center;
		float:none;
	}
	.add-info {
		text-align:center;
		float:none;
	}
	.pdf-down {
		border:none;
	}
}

@media (max-width:768px) {

.menu {
	margin-top:50px;
	width:100%;
}

.who div h1{ padding:20px 10px; font-size:35px !important;}

.about{ background-color:#fc0000;}	

.about-who div .about-img { text-align:center;}

.about-txt p{ padding:10px;}

.img-block { height:470px !important;}	

.navbar-header{ background-color:#fff;}

	.top-links ul{
		float:none;
		text-align:center;
	}

	.title{ text-align:center;}

	.bskt-inq{ text-align:center;}

	.bskt-inq a{
	color: #FFFFFF;
text-transform: uppercase;
font-size: 16px;
margin-top: 0;
text-decoration: none;
float: none;
display: inline-block;
text-align: center;
margin-bottom: 55px;
	}

	.logo{
		position:relative;
		text-align:center;
		float:left;
		text-align:left;
		width:100%;
	}

	

.logo a img{position: absolute;
margin:0px auto;
margin-top: 60px;
/*margin-left: 5%;*/
left:0;
right:0;
width:300px;
}

.pro-img { text-align:center;}
.pro-img img{
	display:block;
	margin:0 auto;
}
.product-thumb img{
	display:block;
	margin:0 auto;
}
.contact h4, .contact-form h4 {
	text-transform:uppercase;
	float:left;
	padding-left:15px;
	font-size:18px!important;
}
.contactForm{ width:99% !important; float:left;}



.contact .cont-form textarea{

width: 98%;
height: 130px;
float: left;
background-color: #000000;
opacity: 0.8;
border: none;
margin-bottom: 25px;
padding: 8px;
color: #fff;
margin-left: 10px;
	}


.contact .cont-form input {
width: 98%;
height: 35px;
float: left;
background-color: #000000;
opacity: 0.8;
border: none;
margin-bottom: 10px;
padding: 8px;
color: #fff;
border-radius: 0px;
margin-left: 10px;

}

.featured-product{
	background-size:cover;

}
.customNavigation{
	text-align: center;
	position:absolute;
	height:0px;
	width:100% !important;
}

.customNavigation .prev{ width:50px; left:1%;}
.customNavigation .prev img{ width:20px; right:1%;}

.customNavigation .next{ width:50px;  right:1%;}
.customNavigation .next img{ width:20px;}

.footer .add-info {
	padding:0px 0px 0px 15px !important;
	text-align:center;
}

.footer .news-up, .footer .pdf-down, .footer .site-map {
	padding:0px 0px 0px 15px !important;
	text-align:center;
}

.newsletter .news-form .email {
	border-radius: 0px;
    height: 42px;
	width:auto !important;
	border:none;
}

.input-lg{ font-size:14px !important;}


}



/*#prod-container ul{

	margin:0px;

	padding:0;

	float:left;

	width:100%;

}*/

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }

}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1199) {
	.col-dg-5ths {
        width: 25%;
        float: left;
    }
	
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;

    }
}

.navbar-nav>li>a {
	padding-top:25px !important;
	padding-bottom:0px !important;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color:transparent !important;
}
/*GROW*/
