body.cms-page-view, body.contact-index-index {
	margin: 0px;
        max-width: 100%;
        background-color: #cccccc;
	background-image: url("/pub/media/slidebanner/b/g/bg_slider_3.jpg");
}

div.page-wrapper div.top-link-container {
	background-color: transparent;
}

h1 {
	color: navy;
}

.page-wrapper {
	position: relative;
	margin: 0px;
}

#landing-page-top {
	position: absolute;
	top: 27px;
	height: 55px;
	width: 100%;
	background-color: yellow;
	margin: 0px;
	opacity: 0.5;
        z-index: 2;
}

#landing-page-bottom {
	position: absolute;
	bottom: 60px;
	height: 270px;
	width: 100%;
	background-color: white;
	margin: 0px;
	opacity: 0.5;
        z-index: 2;
}

#landing-page-bottom-opaque {
        position: absolute;
        bottom: 60px;
        height: 270px;
        width: 100%;
        margin: 0px;
        opacity: 1;
        z-index: 2;
}

#contact-form {
        padding-left: 10px;
}

img {
	max-height: inherit;
}

.header-container .header {
	display: none;
}

.header-container .row .top-bar, .header-container .row .end-top-bar {
	visibility: hidden;
}

.products-grid .product-grid .item-inner {
	margin-bottom: 10px;
}

#mainSlider .wrapper_slider .banner_item {
	background-size: contain;
	background-position: center center;
	height: 169px;
	background-repeat: no-repeat;
}

.product-list-item .product-photo .quickview-product .ajax.diamond.tooltip-hover i {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	font-weight: bolder;
	color: black;
}

.product-list-item:hover .product-photo div.quickview-product:hover {
	background-color: yellow;
}

.item-inner .product-list-item {
	height: 202px;
}

.grid_logo {
}

#opacity_wrapper {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: white;
        opacity: 0.90;
        min-height: 100%;
        height: 100%;
        width: 100%;
}

#opacity_lower {
        opacity: 0.9;
}

.align-right {
	float: right;
        color: white;
        display: block;
        position: relative;
        margin-top: 15px;
	padding: 0 10px;
}

.page-wrapper .page-footer .footer-container .copyright {
        padding-left: 10px;
}

.layout-1-col .products-grid {
        margin-top: 0px;
}

.home-tooltip {
	  position: relative;
      	  display: inline-block;
	  z-index: 9;
}

.home-tooltip .home-tooltiptext {
          visibility: hidden;
	  width: 320px;
	  background-color: grey;
	  color: #fff;
	  text-align: center;
	  border-radius: 6px;
	  padding: 5px;
			      

	  /* Position the tooltip */
	  position: absolute;
	  z-index: 10;
	  top: 100%;
	  left: 50%;
	  margin-left: -60px;
}

.home-tooltip:hover .home-tooltiptext {
	visibility: visible;
}

.product-item .product-photo, .product-list-item .product-photo {
	margin-top: -20px;
}
