body,
#container {
	background: white;
}

.amsy-call-to-action {
    display: none;
}

* {
	box-sizing: border-box;
}

sup {
    font-size: 70%;
}

p.bigger {
	font-size: 17px;
}

.text-center {
	text-align:center;
}

.amsy-no-margin {
	margin:0;
}
.amsy-title {
    color: #7393a1;
}

h2.amsy-title {
    font-size: 27px;
    margin-bottom: 50px;
}

.amsy-mt {
	margin-top:20px;
}

.amsy-mt-big {
	margin-top:50px;
}

.amsy-mt-auto {
	margin-top: auto;
}

.amsy-mb {
	margin-bottom: 50px!important;
}

.amsy-mb-smaller {
	margin-bottom:20px!important;
}

.amsy-pb {
	padding-bottom: 100px;
}

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);
}

.amsy-container, .amsy-container-fluid, .amsy-container-narrow {
	position: relative;
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.amsy-row {
    position: relative;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.amsy-items-center {
	align-items: center;
}

.amsy-items-reverse-row {
	flex-direction: row-reverse
}

 .amsy-items-sm-reverse-row {
 	flex-direction: row;
 }

.c {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.c-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.c-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.c, .c-1, .c-10, .c-11, .c-12, .c-2, .c-3, .c-4, .c-5, .c-6, .c-7, .c-8, .c-9, .c-auto, .c-lg, .c-lg-1, .c-lg-10, .c-lg-11, .c-lg-12, .c-lg-2, .c-lg-3, .c-lg-4, .c-lg-5, .c-lg-6, .c-lg-7, .c-lg-8, .c-lg-9, .c-lg-auto, .c-md, .c-md-1, .c-md-10, .c-md-11, .c-md-12, .c-md-2, .c-md-3, .c-md-4, .c-md-5, .c-md-6, .c-md-7, .c-md-8, .c-md-9, .c-md-auto, .c-sm, .c-sm-1, .c-sm-10, .c-sm-11, .c-sm-12, .c-sm-2, .c-sm-3, .c-sm-4, .c-sm-5, .c-sm-6, .c-sm-7, .c-sm-8, .c-sm-9, .c-sm-auto, .c-xl, .c-xl-1, .c-xl-10, .c-xl-11, .c-xl-12, .c-xl-2, .c-xl-3, .c-xl-4, .c-xl-5, .c-xl-6, .c-xl-7, .c-xl-8, .c-xl-9, .c-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

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('https://amsy-jelolestechnika.hu/wp-content/uploads/2022/02/amsy-jelolestechnika-background.jpeg');
	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('https://amsy-jelolestechnika.hu/wp-content/uploads/2022/02/amsy-jelolestechnika-background2.jpeg');
	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 {
    margin: 0;
    color: #7393a1;
    font-weight: bold;
    padding-left: 20px;
	margin-right: 10px;
	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);
}

.amsy-button, .wpcf7 input.wpcf7-submit.amsy-button[type="submit"] {
    display: inline-block;
    background: #da2128!important;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    border: 1px solid #da2128;
	border-radius:0;
}

.amsy-button:hover, .wpcf7 input.wpcf7-submit.amsy-button[type="submit"]:hover {
	padding: 10px 20px;
    background: transparent!important;
    color: #da2128!important;
}

.amsy-cta a.amsy-button {
    margin-left: auto;
}

.amsy-color {
	color: #7393a1;
}

.white-color {
	color: white;
}

/**
CONTACT
**/

#contact {
	background: url('https://amsy-jelolestechnika.hu/wp-content/uploads/2021/10/amsy-kiskarakteres-nyomtato-videojet-kapcsolat.jpeg');
    background-size: cover;
    background-position: bottom right;
    padding-top: 50px
}

.amsy-checkbox .wpcf7-form-control-wrap {
    float: left;
}
.amsy-checkbox .wpcf7-form-control-wrap .wpcf7-list-item {
    margin-left: 0;
    margin-right: 5px!important;
}

.wpcf7 .amsy-form-group input[type="text"], .wpcf7 .amsy-form-group input[type="email"], .wpcf7 .amsy-form-group textarea, .wpcf7 .amsy-form-group select {
	width:100%;
	max-width:100%;
	margin:0;
	padding: 12px 10px;
    border: 0;
    border-radius: 5px;
}

.amsy-form-group {
    position: relative;
	margin-bottom: 15px;
	margin-top: 15px;
}

.amsy-form-group label {
    position: absolute;
    color: #7393a1;
    z-index: 1;
    top: 10px;
    left: 10px;
    transition: .3s all;
}

.amsy-form-group.not-blank label {
    background: white;
    top: -10px;
    padding: 0 5px;
    font-size: 80%;
    border-radius: 2px;
}

.amsy-form-group span.wpcf7-not-valid-tip {
    color: white;
    background: #da2128;
    padding: 5px;
    margin-top: 5px;
}

.amsy-checkbox span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    top: -20px;
    left: 0;
    width: 105px;
    background: #da2128;
    color: white;
    height: 20px;
    padding: 0 5px;
}

.amsy-checkbox span.wpcf7-not-valid-tip:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #da2128;
    position: absolute;
    bottom: -6px;
    left: 0;
    content: '';
}
.amsy-checkbox a {
	color: white;
}

#contact h3 {
	color:white;
	text-align:center;
	padding: 10px 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin-bottom: 30px;
}

ul.amsy-checklist.color-white li {
	color:white;
}

ul.amsy-checklist.margin-big li {
	margin-bottom:30px;
}

.button-jumbo {
    font-size: 24px;
    font-weight: bold;
    padding: 15px 30px;
}

.button-jumbo:hover {
	padding: 15px 30px;
}

/*
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: 576px){
	.amsy-container, .amsy-container-sm {
	    max-width: 540px;
	}
}
@media (min-width: 768px){
	.amsy-container, .amsy-container-md, .amsy-container-sm {
	    max-width: 100%;
	}
	.c-sm-6 {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.c-sm-4 {
		-ms-flex: 0 0 33.333333%;
		    flex: 0 0 33.333333%;
		    max-width: 33.333333%;
	}
	.amsy-items-sm-reverse-row {
		flex-direction: row-reverse;
	}
	
	.amsy-container-narrow {
		max-width: 700px;
	}
	.gru-page-header h1 {
	    font-size: 33px;
	}
}
@media (min-width: 992px){
	.amsy-container, .amsy-container-lg, .amsy-container-md, .amsy-container-sm {
	    max-width: 960px;
	}
}
@media (min-width: 1200px){
	.amsy-container, .amsy-container-lg, .amsy-container-md, .amsy-container-sm, .amsy-container-xl {
	    max-width: 1140px;
	}
}