span.amsy-triangle {
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
}

span.amsy-triangle:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #da2128;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate( 0);
}

span.triangle.white {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #fff;
}

.gru-page-content-main {
    padding-top: 100px;
    padding-bottom: 50px;
    background-image: linear-gradient( rgba(226, 231, 235, 0) 0%, rgba(226, 231, 235, 0.3) 20%, rgba(226, 231, 235, 1) 30%, rgba(226, 231, 235, 1) 100%), url('../images/amsy-jelolestechnika-background.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

.gru-page-content-main h1 small {
    font-weight: normal;
}
.gru-page-content-main h1 {
    font-weight: bold;
}

.gru-page-content {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('../images/amsy-jelolestechnika-background2.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

.amsy-cta {
    border-top: 1px solid #7393a1;
    border-bottom: 1px solid #7393a1;
    padding-top: 15px;
    padding-bottom: 15px;
}

.amsy-cta.grey-bg {
    background: #7393a1;
}

.amsy-cta-content {
    display: flex;
    align-items: center;
}

h2.call-to-action-title {
    color: #7393a1;
    font-weight: bold;
    padding-left: 20px;
    margin: 0 10px 0 0;
    position: relative;
}

.amsy-cta.grey-bg h2.call-to-action-title {
    color:white;
}

h2.call-to-action-title:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #da2128;
    position: absolute;
    top: -5px;
    left: -10px;
    transform: rotate(-45deg);
}
/*
GRÜ PRODUCT
*/

.gru-product {
    height: 200px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.gru-product-image-holder {
    flex-grow: 1;
    position: relative;
    overflow: hidden;
}

.gru-product-image {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    position:relative;
    height:100%;
    transition: .4s all;
}

.gru-product:hover .gru-product-image {
    transform: scale(1.2);
}

a.gru-product-href {
    display:block;
    height: 100%;
}

.gru-product-description {
    padding: 15px 10px;
    background: #7393a1;
    text-decoration: none;
}

h3.gru-product-title {
    margin: 0;
    color: white;
    position: relative;
    font-size: 17px;
}

h3.gru-product-title:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #da2128;
    position: absolute;
    bottom: -5px;
    right: -10px;
    transform: rotate(-45deg);
}

/*
GRŰ PRODUCT PAGE
*/

.gru-breadcrumb {
    padding: 15px;
}

.gru-breadcrumb ul {
    margin: 0;
    display: flex;
}

.gru-breadcrumb li {
    margin-bottom: 0;
    margin-right: 5px;
    color: #7393a1;
}

.gru-breadcrumb li a {
    color: #7393a1;
}

.gru-page-header {
    height: 150px;
    display: flex;
    padding-left: 250px;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center left;
}

.gru-page-header h1 {
    font-size: 21px;
}



/*
SLICK
*/

.slickCarousel {
    margin: 0 15px 50px 15px;
}

.slick-prev, .slick-next {
    font-size: 29px;
    line-height: 200px;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 100%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #7393a1;
    border: none;
    outline: none;
    background: transparent;
    text-align: center;
}

.slick-prev i, .slick-next i, .slick-prev i:before, .slick-next i:before {
    cursor:pointer;
}

.slick-next {
    right: -25px;
}

.slick-prev {
    left: -25px;
}
@media (min-width: 768px){
    .gru-page-header h1 {
        font-size: 33px;
    }
}