body {
	background-image: src(../img/plant.jpg)
}

/*
	-------------------------------------------------- Top Line Styles (HEADER)
*/

.top-line {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	border-radius: 5px 5px 0 0; 
	text-align: center;
}

.top-line .logo-container {
	float: left;
}

.top-line .logo-container img {
	width: 260px !important;
}

.top-line .contact-header {
	float: right;
	font-size: 18px;
	color: #0056a5;
	margin-top: 1%;
}

.top-line .contact-header p {
	margin-bottom: 0;
}

.nav-menu-container {
	padding: 0;
}

.nav-menu-container .navbar {
	border: none;
	border-radius: 0;
}

.nav-menu-container .navbar-collapse {
	padding: 0
}

.dropdown-toggle span {
	margin-top: -2px;
	margin-left: 4px; 	
}

.breadcrumbs-container{

}


.bx-breadcrumb-item a:hover {
	text-decoration: none;
	color: #808080;
}

/*
	--------------------------------------------------PRODUCT GRID MAIN PAGE STYLE
*/

.product-item {
	min-height: 220px;
}

.product-item .product-item-image {
	width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  -webkit-background-size: 60%;
  background-size: 50%;
  background-position: center;
  background-color: #fff;
  -webkit-transition: 0.2s ease-out 0.2s;
  -moz-transition: 0.2s ease-out 0.2s;
  -o-transition: 0.2s ease-out 0.2s;
  transition: 0.2s ease-out 0.2s;
}
.product-item .product-item-image:hover {
	-webkit-background-size: 80%;
 	background-size: 80%;
}


.product-item .product-item-desc {
	display: table;
  padding: 5px 10px;
  font-weight: 300;
  background-color: #0056a5;
  color: #fff;
  min-height: 45px;
  text-decoration: none;
  width: 100%;
  text-align: center;
  font-size: 16px;
	margin: 0;
	transition: .2s;
}

.product-item .product-item-desc span {
	display: table-cell;
	vertical-align: middle;
}

.product-item-container {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 1px 1px 9px -2px #999;
	transition: box-shadow .1s ease-in;
}

.product-item-container:hover {
	box-shadow: none;
}

.product-item-container > a {
	text-decoration: none;
}

.product-item-container > a:hover .product-item-desc {
	background-color: #87CEFA;
}

/*
  -------------------------------------------------- FOOTER
*/

.footer-container {
	padding: 0;
}

#footer {
	width: 100%;
    height: 100%;
    border-radius: 0 0 5px 5px;
    background: #fff;
    padding: 10px;
}
#copyright {
	position: initial;
	padding: 0 15px;
	width: inherit;
}

#copyright  p {
	margin-bottom: 4px;
}

/*
	-------------------------------------------------- PRODUCT CATALOG GRID
*/

.bx_sitemap .bx_sitemap_title {
	text-align: center;
	font-size: 26px;
	text-transform: uppercase;
}

.bx_sitemap .bx_sitemap_title a{
	color: #3C72CC;
}

div.catalog-item {
	margin: 0;
  padding: 10px;
  border: 1px solid;
  border-color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 250px;
  margin-bottom: 25px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 9px -2px #999;
  position: relative;
}

@media (max-width: 480px) {
	div.catalog-item {
		height: 350px;
	}
}

.catalog-item.page{
	height: initial;
}

.catalog-item.page:after {
	display: none;
}

div.catalog-item:after {
	content: '';
	width: 100%;
	height: 55px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 78%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 78%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 78%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


div.catalog-item-title { 
	margin: 0 0 10px;
  font-size: 16px;
  text-transform: uppercase;
}

div.catalog-item-title a {
	transition: .2s;
	text-decoration: none;
}

div.catalog-item-title a:hover {
	color: #808080;
}

/*
	-------------------------------------------------- NEWS PAGE
*/

.news-item .news-date {
	display: inline-block;
  font-size: 20px;
  margin-bottom: 5px;
  color: #337ab7;
  border: 2px solid;
  padding: 0 7px;
  border-radius: 5px;
}

.catalog-item-title-page {
	margin-top: 0;
	text-transform: uppercase;
}

.catalog-back, 
.news-detail-link {
	background-color: #1f69cf;
  padding: 7px 15px;
  color: #fff !important;
  margin: 10px 0;
  display: inline-block;
  border-radius: 5px;
  transition: background-color .2s ease-in;
  text-decoration: none;
}

.catalog-back:hover, 
.news-detail-link:hover {
	background-color: #808080;
	text-decoration: none;
}

.contact-block, .news-block, .company-block {
	background: white;
    padding: 25px 30px;
    margin-bottom: 20px;
}
.nav .navbar-nav {
	text-transform: uppercase;
}
/*
	-------------------------------------------------- single product page
*/

.catalog-item-title-page{
	font-size: 24px;
}



/*
	-------------------------------------------------- MEDIA QUARIES
*/


.modern-page-navigation{
text-align:center;
}



@media screen and (max-width: 1200px) and (min-width: 990px) {

	.product-item .product-item-desc {
		min-height: 60px;
	}

}


@media screen and (max-width: 768px){

	.nav-menu-container .navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
	}
	.banner-top {
		width: 80%;
		display: block;
		margin: auto;
	}

}

@media screen and (max-width: 520px){

	.product-item {
		width: 100%;
	}

	.product-item .product-item-image{
		background-size: 150px;
	}

	h2 span {
		font-size: 30px;
	}

	#copyright  p {
		text-align: center;
	}

}

@media screen and (max-width: 460px) {

	.top-line, .top-line .contact-header {
		text-align: center;
	}

	.top-line .contact-header { 
		margin-top: 15px;
	}

	.top-line .logo-container, .top-line .contact-header {
		float: none;
	} 

	#copyright {
		padding: 10px 0;
	}

}