.editButton {
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.editButton:hover {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
#more-product-holder, #ObjectGridTypeFBlock {
	overflow: auto; border-right: 1px solid rgb(218, 221, 232); position: relative; background: white; padding: 10px;
}
#more-product-holder>p{
	text-align: center; margin-top: 10px; margin-bottom: 10px;
}
#more-product-holder header, #ObjectGridTypeFBlock header {
	padding-left: 1em; padding-right: 1em; background: none
}
#more-product-holder header h2, #ObjectGridTypeFBlock header h2 {
	border-bottom: 1px solid #afafaf;
	margin-bottom: 15px;
	padding-bottom: 7px;
	padding-top: 30px;
	color: #464646;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}
#more-product-holder section, #ObjectGridTypeFBlock section {
	padding-left: 1em; padding-right: 1em;
}

#more-product-holder section img, #ObjectGridTypeFBlock section img {
	text-align: center; width: 100%;display: block!important;
}
#more-product-holder section .hover-box a, #ObjectGridTypeFBlock section .hover-box a {
	text-transform: uppercase;
	color: #2c2c2c;
	border: 0;
	text-decoration: none;
}
#more-product-holder section .hover-box span, #ObjectGridTypeFBlock section .hover-box span {
	font-size: 32px; line-height: 1.5em;
}
#more-product-holder section .hover-box .hover>div, #ObjectGridTypeFBlock section .hover-box .hover>div {
	margin-left: 25%;
}
#more-product-holder footer, #ObjectGridTypeFBlock footer {
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important;
	background-color: #93c032!important;
	color: #fff;
	border-top: 1px solid #bcd883;
	padding-bottom: 5px;
	padding-top: 5px;
}
.inner-hover-box a:hover {
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
}
.inner-hover-box {
	margin-top: -30px;
}
.project-post:hover .hover-box {
	background: white;
}

#st-container {
	border-top: 1px solid #ccc
}

#ObjectGridTypeFBlock section {margin-bottom: 10px;}


.fullwidthbanner-container_wideimg {
	margin-top: 105px;
}
