/** Marketing Section */
.homepage .broken-title {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin-top: 25px;
    color: #000;
}

.homepage .broken-title strong {
    display: block;
    width: 100%;
    font-weight: 400;
}

.homepage .button-group {
    text-align: right;
    margin-top: 25px;
}

.homepage .button-group .btn-primary {
    background-color: #fff;
    border-color: #000;
    color: #3e3d3d;
    padding: 0 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.homepage .button-group i {
    background-color: #9b968a;
    color: #fff;
    padding: 15px;
    margin: 0 -16px 0 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.marketing-section {
    padding: 75px 15px;
}
@media (max-width: 991px) {
    .marketing-section {
        padding: 30px 15px;
    }
}

.marketing-section .info-block {
    padding-right: 55px;
}
@media (max-width: 991px) {
    .marketing-section .info-block {
        padding-right: 55px;
        padding-bottom: 30px;
    }
    .marketing-section .broken-title {
        margin-left: 25px;
        margin-right: 25px;
    }
    .marketing-section .info-block {
        margin-left: 25px;
        margin-right: 25px;
        padding-right: 0;
    }
}

.marketing-section .dealer-block {
    background-color: #000;
}

.marketing-section .dealer-block .inner {
    padding: 25px;
    color: #fff;
}

.marketing-section .dealer-block .inner h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin-top: 0;
    color: #fff;
}

/** Materials Section */
.materials-section {
	width: 100%;
    padding: 75px 0;
}
@media (max-width: 991px) {
    .materials-section {
        width: 100%;
        padding: 30px 0;
    }
}

.materials-section h1 {
	color: #fff;
}

.materials-section .row.row-stretch {
    align-items: center;
}

.materials-section .row-stretch .col-sm-12.col-md-6:last-child {
    display: flex;
    align-items: center;
}

.materials-section .text-inner {
	background: #fbf7f7;
	padding: 60px 40px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.18);
}
@media (max-width: 991px) {
    .materials-section .text-inner {
        padding: 30px 30px;
    }
}

.materials-section .text-inner h4 {
    margin: 15px 0;
    font-style: normal;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 32px;
}

.materials-section .text-inner .button-group a {
    border-color: #9b968a;
}

.materials-section .info-block {
	padding: 15px;
}

@media (min-width: 768px) {
    .materials-section .text-inner {
        height: 100%;
    }
    .materials-section .row.row-stretch {
        align-items: stretch;
    }
}

/** Collection Section */
.collection-section {
    padding: 75px 15px;
    background: #9b968a2e;
}
@media (max-width: 991px) {
    .collection-section {
        padding: 30px 15px;
    }
}
.collection-section .category-block {
	padding-bottom: 25px;
}
.collection-section .category-block-image {
	height: 200px;
	margin-bottom: 10px;
	text-align: center;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.collection-section a:hover{
	text-decoration: none;
}
.collection-section .title {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 14px;
}
.collection-section a,
.collection-section a:link,
.collection-section a:visited {
    color: #000;
}
.collection-section a:active,
.collection-section a:hover,
.collection-section a:focus {
    color: #9b968a;
}
.collection-section a:hover .category-block-image{
	opacity: 0.9;
}

/** Services Section */
.services-section {
	padding: 75px 15px;
}
@media (max-width: 991px) {
    .services-section {
        padding: 30px 15px;
    }
}

.services-section .cms_widget {
    padding: 25px;
    background-color: #000;
    color: #fff;
    margin-top: 25px;
    height: calc(100% - 25px);
}

.services-section .cms_widget .info-block {
    position: relative;
    height: 100%;
}

.services-section .cms_widget .info-block .button-group {
    position: absolute;
    right: 0;
    bottom: 0;
}

.services-section .cms_widget h3 {
    margin: 0;
    font-size: 30px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    color: #fff;
}

.services-section .cms_widget .info-block {
    display: flex;
    flex-direction: column;
}

.services-section .cms_widget .info-block img {
    max-width: calc(100% + 50px);
    margin: 15px -25px;
}

.product-block {
    margin-bottom: 30px;
}

.product-block .image {
    position: relative;
    padding-bottom: 72.45%;
}
.product-block .image .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.product-block .text {
    background-color: #000;
    color: #fff;
    padding: 20px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}
.product-block:hover .image .inner {
    opacity: 0.65;
}
@media (max-width: 767px) {
    .product-block {
        margin-bottom: 25px;
    }
}