/* Startpage ================================================================================ */
.cms-text{
	background: rgba(255,255,255,0.7);
	padding: 10px;
	text-align: center;
	position: absolute;
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	left: 10px;
	
}
.cms-text .cms-text-inside{
	border: 1px solid rgba(0,0,0,1);
	padding: 20px;
}
.cms-text.a-bottom{
	bottom: 10px;
}
.cms-text.a-middle{
	top: 33%;
}
.cms-text h3{
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
}
.cms-text p{
	margin: 5px 0 0 0;
	font-size: 12px;
}

.cms-index-index .widget-static-block{
	text-align: center;
	display: block;
	position: relative;
}
.section-heading{
	margin: 50px 0;
}
.cms-index-index .section-heading{
	margin: 0;
}
.cms-index-index .h1-container{
	background: #f7f7f7;
	border-top: 1px solid #e3e0d9;
	padding: 70px 0 40px;
}
.cms-index-index .h1-container h1{
	font-size: 14px;
	display: inline-block;
	max-width: 900px;
	padding: 0 10px;
	line-height: 26px;
}
.cms-index-index .h1-container .signature{
	margin-top: 20px;
}
.cms-index-index #footer{
	margin-top: 0;
}
.cms-index-index .products-grid .item{
	margin-bottom: 0;	
}

.enlargeImage
{
	-webkit-transition: transform .2s ease;
	-moz-transition: transform .2s ease;
	-ms-transition: transform .2s ease;
	-o-transition: transform .2s ease;
	transition: transform .2s ease;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.enlargeImageHover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.homepage-paragraph
{
	padding-left: 15%;
	padding-right: 15%;
}

@media (min-width: 768px) and (max-width: 991px) {
	p.image-caption{
		font-size: 18px;
	}

	.homepage-paragraph
	{
		padding-left: 10%;
		padding-right: 10%;
	}
}

@media (max-width: 767px) {
	.cms-index-index .col-main .row{
		margin-bottom: 0;
	}
	.pagemanager > ul > li.item{
		margin-bottom: 20px;
	}

	.homepage-paragraph
	{
		padding-left: 5%;
		padding-right: 5%;
	}
}
/* ================================================================================ */